Query Metrics
17
Database Queries
6
Different statements
7.43 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.33 ms |
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:
[
"cgv"
]
|
| 2 | 0.44 ms |
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"
]
|
| 3 | 0.28 ms |
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:
[
"background_image"
]
|
| 4 | 0.25 ms |
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:
[
"background_color"
]
|
| 5 | 0.77 ms |
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"
]
|
| 6 | 0.43 ms |
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
]
|
| 7 | 0.36 ms |
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:
[
7
]
|
| 8 | 0.30 ms |
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:
[
16
]
|
| 9 | 0.32 ms |
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_image"
]
|
| 10 | 0.32 ms |
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_image"
]
|
| 11 | 0.28 ms |
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:
[
"server_name"
]
|
| 12 | 0.44 ms |
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:
[ "" ] |
| 13 | 0.44 ms |
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:
[
"footer"
]
|
| 14 | 0.34 ms |
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
]
|
| 15 | 0.39 ms |
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:
[
17
]
|
| 16 | 0.41 ms |
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:
[
20
]
|
| 17 | 0.33 ms |
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:
[
"discord_invite_url"
]
|
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. |