Query Metrics
10
Database Queries
4
Different statements
8.45 ms
Query time
0
Invalid entities
13
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.57 ms |
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:
[
"culturel"
]
|
| 2 | 0.31 ms |
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:
[
5
]
|
| 3 | 0.24 ms |
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:
[
"culturel"
]
|
| 4 | 3.19 ms |
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:
[
30
]
|
| 5 | 0.30 ms |
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:
[
45
]
|
| 6 | 0.20 ms |
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:
[
46
]
|
| 7 | 0.18 ms |
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:
[
47
]
|
| 8 | 2.82 ms |
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:
[
53
]
|
| 9 | 0.48 ms |
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:
[
61
]
|
| 10 | 0.15 ms |
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:
[
62
]
|
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 | 7 |
| 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. |