Query Metrics
6
Database Queries
3
Different statements
7.35 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
5.22 ms (70.98%) |
4 |
SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.slug AS slug_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.publier AS publier_5, p0_.position AS position_6, p0_.imagemobile AS imagemobile_7, p0_.menu AS menu_8, p0_.categorie_id AS categorie_id_9 FROM PAGE p0_ LEFT JOIN categorypage c1_ ON p0_.categorie_id = c1_.id WHERE p0_.categorie_id = c1_.id AND c1_.slug = ? AND p0_.publier = 1 ORDER BY p0_.position ASC
Parameters:
[
"people"
]
|
1.09 ms (14.89%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.image AS image_3, t0.direction AS direction_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.position AS position_7, t0.publier AS publier_8, t0.background AS background_9, t0.style_block AS style_block_10, t0.page_id AS page_id_11 FROM block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"popup_cookies"
]
|
1.04 ms (14.14%) |
1 |
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.titre AS titre_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM block_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
30
]
|
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 | No errors. |
App\Entity\Categorypage | No errors. |
App\Entity\Block | No errors. |
App\Entity\PageTranslation | No errors. |
App\Entity\BlockTranslation | No errors. |