Query Metrics
12
Database Queries
7
Different statements
6.50 ms
Query time
0
Invalid entities
23
Managed entities
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2.11 ms (32.52%) |
5 |
SELECT t0.id AS id_1, t0.config_key AS config_key_2, t0.config_value AS config_value_3, t0.description AS description_4, t0.updated_at AS updated_at_5 FROM site_config t0 WHERE t0.config_key = ? LIMIT 1
Parameters:
[
"default_background_image"
]
|
||||||||||||||||||||||||||||||
1.12 ms (17.19%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.file_path AS file_path_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.file_size AS file_size_6, t0.type AS type_7, t0.description AS description_8, t0.alt_text AS alt_text_9, t0.width AS width_10, t0.height AS height_11, t0.is_active AS is_active_12, t0.uploaded_at AS uploaded_at_13 FROM media_library t0 WHERE t0.type = ? AND t0.is_active = ? ORDER BY t0.uploaded_at DESC
Parameters:
[ "cabinet" 1 ]
|
||||||||||||||||||||||||||||||
0.91 ms (13.94%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.meta_description AS meta_description_5, t0.background_image AS background_image_6, t0.is_active AS is_active_7, t0.show_in_menu AS show_in_menu_8, t0.menu_order AS menu_order_9, t0.menu_label AS menu_label_10, t0.parent_slug AS parent_slug_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.use_block_system AS use_block_system_14 FROM pages t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[ "rgpd" 1 ]
|
||||||||||||||||||||||||||||||
0.74 ms (11.41%) |
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.position AS position_3, t0.title AS title_4, t0.content AS content_5, t0.image_url AS image_url_6, t0.image_alt AS image_alt_7, t0.image_size AS image_size_8, t0.image_position AS image_position_9, t0.button_text AS button_text_10, t0.button_url AS button_url_11, t0.gallery_images AS gallery_images_12, t0.spacer_height AS spacer_height_13, t0.block_alignment AS block_alignment_14, t0.is_active AS is_active_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.page_id AS page_id_18 FROM page_content_blocks t0 WHERE t0.page_id = ? ORDER BY t0.position ASC
Parameters:
[
36
]
|
||||||||||||||||||||||||||||||
0.61 ms (9.40%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.meta_description AS meta_description_5, t0.background_image AS background_image_6, t0.is_active AS is_active_7, t0.show_in_menu AS show_in_menu_8, t0.menu_order AS menu_order_9, t0.menu_label AS menu_label_10, t0.parent_slug AS parent_slug_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.use_block_system AS use_block_system_14 FROM pages t0 WHERE t0.slug IN (?, ?, ?, ?) AND t0.is_active = ?
Parameters:
[ "mentions-legales" "rgpd" "cgu" "mediation-consommation" 1 ]
|
||||||||||||||||||||||||||||||
0.57 ms (8.74%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.meta_description AS meta_description_5, t0.background_image AS background_image_6, t0.is_active AS is_active_7, t0.show_in_menu AS show_in_menu_8, t0.menu_order AS menu_order_9, t0.menu_label AS menu_label_10, t0.parent_slug AS parent_slug_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.use_block_system AS use_block_system_14 FROM pages t0 WHERE t0.show_in_menu = ? AND t0.is_active = ? ORDER BY t0.menu_order ASC, t0.title ASC
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||||||||||
0.44 ms (6.81%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.file_path AS file_path_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.file_size AS file_size_6, t0.type AS type_7, t0.description AS description_8, t0.alt_text AS alt_text_9, t0.width AS width_10, t0.height AS height_11, t0.is_active AS is_active_12, t0.uploaded_at AS uploaded_at_13 FROM media_library t0 WHERE t0.type = ? AND t0.is_active = ? LIMIT 1
Parameters:
[ "profile" 1 ]
|
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\Page | 18 |
App\Entity\MediaLibrary | 3 |
App\Entity\SiteConfig | 1 |
App\Entity\PageContentBlock | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Page | No errors. |
App\Entity\PageContentBlock | No errors. |
App\Entity\MediaLibrary | No errors. |
App\Entity\SiteConfig | No errors. |