Query Metrics
4
Database Queries
4
Different statements
113.53 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.43 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.contact AS contact_5, t0.fonction AS fonction_6, t0.nom AS nom_7, t0.statut AS statut_8, t0.image AS image_9, t0.role AS role_10, t0.created_at AS created_at_11 FROM users t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 2 | 101.10 ms |
SELECT f0_.id AS id_0, f0_.dates_session AS dates_session_1, f0_.prix AS prix_2, f0_.devise AS devise_3, t1_.nom AS nom_4, t2_.nom AS nom_5, v3_.nom AS nom_6, v3_.pays AS pays_7, f0_.created_at AS created_at_8, t1_.slug AS slug_9, t1_.description AS description_10, f0_.devise AS devise_11 FROM formations f0_ INNER JOIN themes t1_ ON (f0_.theme_id = t1_.id) INNER JOIN villes v3_ ON (f0_.ville_id = v3_.id) INNER JOIN thematiques t2_ ON (t1_.thematique_id = t2_.id)
Parameters:
[] |
| 3 | 10.62 ms |
SELECT t0_.id AS id_0, t0_.nom AS nom_1, t0_.slug AS slug_2, t0_.description AS description_3, t0_.thematique_id AS thematique_id_4 FROM themes t0_
Parameters:
[] |
| 4 | 0.37 ms |
SELECT v0_.id AS id_0, v0_.nom AS nom_1, v0_.slug AS slug_2, v0_.image AS image_3, v0_.pays AS pays_4, v0_.texte AS texte_5, v0_.longitude AS longitude_6, v0_.latitude AS latitude_7, v0_.adminsid AS adminsid_8, v0_.created_at AS created_at_9 FROM villes v0_
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\Users | No errors. |
| App\Entity\Formations | No errors. |
| App\Entity\Themes | No errors. |
| App\Entity\Villes | No errors. |
| App\Entity\Thematiques | No errors. |