Query Metrics
14
Database Queries
4
Different statements
2.95 ms
Query time
0
Invalid entities
17
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.87 ms (63.27%) |
11 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.updated_at AS updated_at_4, t0.subtitle AS subtitle_5, t0.slug AS slug_6, t0.image_name AS image_name_7 FROM pages t0 WHERE t0.id = ?
Parameters:
[
10
]
|
|
0.58 ms (19.54%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4, t0.publie AS publie_5 FROM menu_categories t0 WHERE t0.nom = ?
Parameters:
[
"mairie"
]
|
|
0.33 ms (11.06%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.icone AS icone_3, t0.description AS description_4, t0.col AS col_5, t0.liendirect AS liendirect_6, t0.categoriemenu_id AS categoriemenu_id_7, t0.lien_id AS lien_id_8, t0.lien2_id AS lien2_id_9, t0.lien3_id AS lien3_id_10, t0.lien4_id AS lien4_id_11, t0.lien5_id AS lien5_id_12 FROM menu_icone t0 WHERE t0.categoriemenu_id IN (?)
Parameters:
[
1
]
|
|
0.18 ms (6.14%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4, t0.publie AS publie_5 FROM menu_categories t0 WHERE t0.nom = ? LIMIT 1
Parameters:
[
"mairie"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Pages | 11 |
| App\Entity\MenuIcone | 5 |
| App\Entity\MenuCategories | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\MenuCategories | No errors. |
| App\Entity\MenuIcone | No errors. |
| App\Entity\Pages | No errors. |
| App\Entity\Liens | No errors. |
| App\Entity\Fichier | No errors. |