Query Metrics
4
Database Queries
4
Different statements
1.97 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.46 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.username AS username_4, t1.roles AS roles_5, t1.password AS password_6, t1.api_token AS api_token_7, t1.created_at AS created_at_8, t1.reset_token AS reset_token_9, t1.token_expiration_date AS token_expiration_date_10, t1.updated_at AS updated_at_11, t0.name AS name_12, t0.slug AS slug_13, t1.marque_id AS marque_id_14, t0.adresse_id AS adresse_id_15, t0.contact_id AS contact_id_16, t1.type FROM marque t0 INNER JOIN user t1 ON t0.id = t1.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
"marque"
]
|
| 2 | 0.12 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.username AS username_4, t1.roles AS roles_5, t1.password AS password_6, t1.api_token AS api_token_7, t1.created_at AS created_at_8, t1.reset_token AS reset_token_9, t1.token_expiration_date AS token_expiration_date_10, t1.updated_at AS updated_at_11, t0.name AS name_12, t0.slug AS slug_13, t1.marque_id AS marque_id_14, t0.adresse_id AS adresse_id_15, t0.contact_id AS contact_id_16, t1.type FROM marque t0 INNER JOIN user t1 ON t0.id = t1.id
Parameters:
[] |
| 3 | 0.25 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.username AS username_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.api_token AS api_token_5, u0_.created_at AS created_at_6, u0_.reset_token AS reset_token_7, u0_.token_expiration_date AS token_expiration_date_8, u0_.updated_at AS updated_at_9, m1_.name AS name_10, m1_.slug AS slug_11, u0_.type AS type_12, u0_.marque_id AS marque_id_13, m1_.adresse_id AS adresse_id_14, m1_.contact_id AS contact_id_15 FROM marque m1_ INNER JOIN user u0_ ON m1_.id = u0_.id
Parameters:
[] |
| 4 | 0.15 ms |
SELECT q0_.id AS id_0, q0_.content AS content_1, q0_.created_at AS created_at_2, q0_.updated_at AS updated_at_3, q0_.questionnaire_id AS questionnaire_id_4, q0_.marque_id AS marque_id_5, q0_.categorie_id AS categorie_id_6 FROM question q0_
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Marque |
|
| App\Entity\Adresse | No errors. |
| App\Entity\Contact | No errors. |
| App\Entity\Question | No errors. |
| App\Entity\Participation | No errors. |
| App\Entity\Questionnaire | No errors. |
| App\Entity\CategorieQuestion |
|
| App\Entity\Consommateur | No errors. |
| App\Entity\Permission | No errors. |
| App\Entity\ResetPasswordRequest | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |