GET https://shop.lanig-simon.fr/about

Query Metrics

17 Database Queries
6 Different statements
7.13 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.28 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:
[
  "about"
]
2 0.43 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.29 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.31 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.67 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.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:
[
  15
]
7 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
]
8 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:
[
  "logo_image"
]
9 0.30 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:
[
  "server_name"
]
11 0.43 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:
[
  ""
]
12 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"
]
13 0.37 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
]
14 0.31 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
]
15 0.32 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:
[
  9
]
16 0.35 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.