Query Metrics
17
Database Queries
6
Different statements
7.13 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.26 ms (31.76%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"logo_icon"
]
|
|
1.36 ms (19.02%) |
4 |
SELECT t0.id AS id_1, t0.menu AS menu_2, t0.label AS label_3, t0.url AS url_4, t0.display_order AS display_order_5, t0.creation_date AS creation_date_6, t0.modification_date AS modification_date_7, t0.page_id AS page_id_8, t0.parent_id AS parent_id_9 FROM menu_link t0 WHERE t0.parent_id = ?
Parameters:
[
15
]
|
|
1.28 ms (17.91%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.markdown_content AS markdown_content_4, t0.creation_date AS creation_date_5, t0.modification_date AS modification_date_6 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"about"
]
|
|
1.11 ms (15.53%) |
2 |
SELECT t0.id AS id_1, t0.menu AS menu_2, t0.label AS label_3, t0.url AS url_4, t0.display_order AS display_order_5, t0.creation_date AS creation_date_6, t0.modification_date AS modification_date_7, t0.page_id AS page_id_8, t0.parent_id AS parent_id_9 FROM menu_link t0 WHERE t0.menu = ? ORDER BY t0.display_order ASC
Parameters:
[
"header"
]
|
|
0.69 ms (9.72%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.markdown_content AS markdown_content_4, t0.creation_date AS creation_date_5, t0.modification_date AS modification_date_6 FROM page t0 WHERE t0.id = ?
Parameters:
[
8
]
|
|
0.43 ms (6.06%) |
1 |
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4 FROM basket t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[ "" ] |
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\Configuration | No errors. |
| App\Entity\MenuLink | No errors. |
| App\Entity\Basket | No errors. |