Query Metrics
37
Database Queries
8
Different statements
19.25 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.65 ms (24.15%) |
11 |
SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?
Parameters:
[
"0a9eb208-7cdf-4caa-b6a1-54926d8ffc52"
]
|
|
3.61 ms (18.77%) |
8 |
SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?
Parameters:
[
"0a9eb208-7cdf-4caa-b6a1-54926d8ffc52"
]
|
|
2.62 ms (13.59%) |
4 |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
98
]
|
|
2.48 ms (12.86%) |
4 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1
Parameters:
[
"header.html.twig"
]
|
|
2.43 ms (12.63%) |
4 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC
Parameters:
[
"aa1f46fc-bb32-4473-a8c6-c9c5c550d654"
]
|
|
1.99 ms (10.33%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
"header_menu"
]
|
|
0.80 ms (4.16%) |
1 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?
Parameters:
[
"dfc8e0f2-b0d5-47c8-9f1f-3cc87c44c025"
]
|
|
0.68 ms (3.51%) |
1 |
SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ 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\Template | No errors. |
| App\Entity\Settings | No errors. |
| Sonata\MediaBundle\Entity\BaseMedia | No errors. |
| App\Entity\SonataMediaMedia | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\MenuItemPosition | No errors. |
| Sonata\MediaBundle\Entity\BaseGalleryItem | No errors. |
| App\Entity\SonataMediaGalleryItem | No errors. |
| App\Entity\MenuItem | No errors. |