Query Metrics
3
Database Queries
3
Different statements
0.84 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.35 ms |
SELECT m0_.id AS id_0, m0_.parent_id AS parent_id_1 FROM menu m0_ LEFT JOIN page p1_ ON m0_.id = p1_.menu AND (p1_.actif = 1) LEFT JOIN article a2_ ON p1_.id = a2_.page_id
Parameters:
[] |
2 | 0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM menu_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
2
]
|
3 | 0.26 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.url AS url_3, t0.metas AS metas_4, t0.actif AS actif_5, t6.id AS id_7, t6.image AS image_8, t6.page_id AS page_id_9, t0.menu AS menu_10 FROM page t0 LEFT JOIN article t6 ON t6.page_id = t0.id WHERE t0.menu = ?
Parameters:
[
2
]
|
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\Page\Menu | No errors. |
App\Entity\Page\Page | No errors. |
App\Entity\Blog\Article | No errors. |
App\Entity\Page\MenuTranslation | No errors. |
App\Entity\Blog\ArticleTranslation | No errors. |