Query Metrics
2
Database Queries
2
Different statements
2.64 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.70 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.redirect_on AS redirect_on_3, t4.id AS id_5, t4.type AS type_6, t4.creation_date AS creation_date_7, t4.modified_date AS modified_date_8, t4.title AS title_9, t4.menu_label AS menu_label_10, t4.page_title AS page_title_11, t4.page_description AS page_description_12, t4.bandeau_text_1 AS bandeau_text_1_13, t4.bandeau_text_2 AS bandeau_text_2_14, t4.bandeau_text_3 AS bandeau_text_3_15, t4.content AS content_16, t4.page_order AS page_order_17, t4.robots AS robots_18, t4.parent_id AS parent_id_19, t4.url_id AS url_id_20 FROM Url t0 LEFT JOIN Page t4 ON t4.url_id = t0.id WHERE t0.url = ? LIMIT 1
Parameters:
[
"diagnostic-de-performance-energetique-dpe.html-1"
]
|
| 2 | 0.93 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.redirect_on AS redirect_on_3, t4.id AS id_5, t4.type AS type_6, t4.creation_date AS creation_date_7, t4.modified_date AS modified_date_8, t4.title AS title_9, t4.menu_label AS menu_label_10, t4.page_title AS page_title_11, t4.page_description AS page_description_12, t4.bandeau_text_1 AS bandeau_text_1_13, t4.bandeau_text_2 AS bandeau_text_2_14, t4.bandeau_text_3 AS bandeau_text_3_15, t4.content AS content_16, t4.page_order AS page_order_17, t4.robots AS robots_18, t4.parent_id AS parent_id_19, t4.url_id AS url_id_20 FROM Url t0 LEFT JOIN Page t4 ON t4.url_id = t0.id WHERE t0.id = ?
Parameters:
[
46
]
|
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\Url | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\PageMeta | No errors. |