Query Metrics
26
Database Queries
9
Different statements
23.25 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.51 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.template AS template_2, c0_.slug AS slug_3, c0_.breadcrumb AS breadcrumb_4, c0_.active AS active_5, c0_.roles AS roles_6, c0_.lft AS lft_7, c0_.lvl AS lvl_8, c0_.rgt AS rgt_9, c0_.seo_title AS seo_title_10, c0_.seo_description AS seo_description_11, c0_.seo_keywords AS seo_keywords_12, c0_.seo_breadcrumb AS seo_breadcrumb_13, c0_.og_title AS og_title_14, c0_.og_type AS og_type_15, c0_.og_description AS og_description_16, c0_.og_site_name AS og_site_name_17, c0_.twitter_card AS twitter_card_18, c0_.twitter_site AS twitter_site_19, c0_.twitter_title AS twitter_title_20, c0_.twitter_description AS twitter_description_21, c0_.twitter_creator AS twitter_creator_22, c0_.created_at AS created_at_23, c0_.updated_at AS updated_at_24, c1_.id AS id_25, c1_.name AS name_26, c1_.methods AS methods_27, c1_.path AS path_28, c1_.controller AS controller_29, c1_.defaults AS defaults_30, c1_.requirements AS requirements_31, c2_.id AS id_32, c2_.slug AS slug_33, c2_.label AS label_34, c2_.locale AS locale_35, c2_.host AS host_36, c2_.localhost AS localhost_37, c2_.host_multilingual AS host_multilingual_38, c2_.`default` AS default_39, c2_.flag_icon AS flag_icon_40, c2_.visible AS visible_41, c2_.template_filter AS template_filter_42, c3_.id AS id_43, c3_.title AS title_44, c3_.technic_name AS technic_name_45, c3_.locale AS locale_46, c3_.active AS active_47, c3_.params AS params_48, c3_.seo_title AS seo_title_49, c3_.seo_description AS seo_description_50, c3_.seo_keywords AS seo_keywords_51, c3_.seo_breadcrumb AS seo_breadcrumb_52, c3_.og_title AS og_title_53, c3_.og_type AS og_type_54, c3_.og_description AS og_description_55, c3_.og_site_name AS og_site_name_56, c3_.twitter_card AS twitter_card_57, c3_.twitter_site AS twitter_site_58, c3_.twitter_title AS twitter_title_59, c3_.twitter_description AS twitter_description_60, c3_.twitter_creator AS twitter_creator_61, c0_.route_id AS route_id_62, c0_.site_id AS site_id_63, c0_.tree_root AS tree_root_64, c0_.parent_id AS parent_id_65, c0_.og_image_id AS og_image_id_66, c0_.twitter_image_id AS twitter_image_id_67, c1_.discr AS discr_68, c3_.page_id AS page_id_69, c3_.og_image_id AS og_image_id_70, c3_.twitter_image_id AS twitter_image_id_71 FROM cms__page c0_ LEFT JOIN cms__route c1_ ON c0_.route_id = c1_.id AND c1_.discr IN ('base') LEFT JOIN cms__site c2_ ON c0_.site_id = c2_.id LEFT JOIN cms__page_declination c3_ ON c0_.id = c3_.page_id WHERE c1_.name = ?
Parameters:
[
"event"
]
|
| 2 | 1.39 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.artist AS artist_4, t0.description AS description_5, t0.state AS state_6, t0.date AS date_7, t0.date_end AS date_end_8, t0.hour AS hour_9, t0.price AS price_10, t0.event_links AS event_links_11, t0.highlight AS highlight_12, t0.published_at AS published_at_13, t0.seo_title AS seo_title_14, t0.seo_description AS seo_description_15, t0.seo_keywords AS seo_keywords_16, t0.og_title AS og_title_17, t0.og_type AS og_type_18, t0.og_description AS og_description_19, t0.og_site_name AS og_site_name_20, t0.twitter_card AS twitter_card_21, t0.twitter_site AS twitter_site_22, t0.twitter_title AS twitter_title_23, t0.twitter_description AS twitter_description_24, t0.twitter_creator AS twitter_creator_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.event_type_id AS event_type_id_28, t0.banner_id AS banner_id_29, t0.thumbnail_id AS thumbnail_id_30, t0.picture_id AS picture_id_31, t0.og_image_id AS og_image_id_32, t0.twitter_image_id AS twitter_image_id_33 FROM event t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"tournee-2027"
]
|
| 3 | 0.79 ms |
SELECT e0_.id AS id_0, e0_.slug AS slug_1, e0_.title AS title_2, e0_.artist AS artist_3, e0_.description AS description_4, e0_.state AS state_5, e0_.date AS date_6, e0_.date_end AS date_end_7, e0_.hour AS hour_8, e0_.price AS price_9, e0_.event_links AS event_links_10, e0_.highlight AS highlight_11, e0_.published_at AS published_at_12, e0_.seo_title AS seo_title_13, e0_.seo_description AS seo_description_14, e0_.seo_keywords AS seo_keywords_15, e0_.og_title AS og_title_16, e0_.og_type AS og_type_17, e0_.og_description AS og_description_18, e0_.og_site_name AS og_site_name_19, e0_.twitter_card AS twitter_card_20, e0_.twitter_site AS twitter_site_21, e0_.twitter_title AS twitter_title_22, e0_.twitter_description AS twitter_description_23, e0_.twitter_creator AS twitter_creator_24, e0_.created_at AS created_at_25, e0_.updated_at AS updated_at_26, e0_.event_type_id AS event_type_id_27, e0_.banner_id AS banner_id_28, e0_.thumbnail_id AS thumbnail_id_29, e0_.picture_id AS picture_id_30, e0_.og_image_id AS og_image_id_31, e0_.twitter_image_id AS twitter_image_id_32 FROM event e0_ WHERE e0_.state <> ? AND e0_.date >= ? AND e0_.published_at <= ? AND e0_.id <> ? AND e0_.event_type_id = ? ORDER BY e0_.date ASC LIMIT 3
Parameters:
[ "HIDDEN" "2026-08-15 11:31:18" "2026-08-15 11:31:18" 228 1 ] |
| 4 | 0.24 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
549
]
|
| 5 | 0.33 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.type AS type_4, t0.site_id AS site_id_5 FROM cms__menu t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"main_menu"
]
|
| 6 | 5.89 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.information AS information_2, c0_.link_type AS link_type_3, c0_.link_value AS link_value_4, c0_.is_visible AS is_visible_5, c0_.lvl AS lvl_6, c0_.lft AS lft_7, c0_.rgt AS rgt_8, c0_.li_class AS li_class_9, c0_.ul_class AS ul_class_10, c0_.link_class AS link_class_11, c0_.icon_class AS icon_class_12, c0_.connected AS connected_13, c0_.role AS role_14, c0_.params AS params_15, c0_.blank AS blank_16, c0_.anchor AS anchor_17, c1_.id AS id_18, c1_.title AS title_19, c1_.template AS template_20, c1_.slug AS slug_21, c1_.breadcrumb AS breadcrumb_22, c1_.active AS active_23, c1_.roles AS roles_24, c1_.lft AS lft_25, c1_.lvl AS lvl_26, c1_.rgt AS rgt_27, c1_.seo_title AS seo_title_28, c1_.seo_description AS seo_description_29, c1_.seo_keywords AS seo_keywords_30, c1_.seo_breadcrumb AS seo_breadcrumb_31, c1_.og_title AS og_title_32, c1_.og_type AS og_type_33, c1_.og_description AS og_description_34, c1_.og_site_name AS og_site_name_35, c1_.twitter_card AS twitter_card_36, c1_.twitter_site AS twitter_site_37, c1_.twitter_title AS twitter_title_38, c1_.twitter_description AS twitter_description_39, c1_.twitter_creator AS twitter_creator_40, c1_.created_at AS created_at_41, c1_.updated_at AS updated_at_42, c2_.id AS id_43, c2_.name AS name_44, c2_.methods AS methods_45, c2_.path AS path_46, c2_.controller AS controller_47, c2_.defaults AS defaults_48, c2_.requirements AS requirements_49, c3_.id AS id_50, c3_.name AS name_51, c3_.information AS information_52, c3_.link_type AS link_type_53, c3_.link_value AS link_value_54, c3_.is_visible AS is_visible_55, c3_.lvl AS lvl_56, c3_.lft AS lft_57, c3_.rgt AS rgt_58, c3_.li_class AS li_class_59, c3_.ul_class AS ul_class_60, c3_.link_class AS link_class_61, c3_.icon_class AS icon_class_62, c3_.connected AS connected_63, c3_.role AS role_64, c3_.params AS params_65, c3_.blank AS blank_66, c3_.anchor AS anchor_67, c4_.id AS id_68, c4_.slug AS slug_69, c4_.label AS label_70, c4_.locale AS locale_71, c4_.host AS host_72, c4_.localhost AS localhost_73, c4_.host_multilingual AS host_multilingual_74, c4_.`default` AS default_75, c4_.flag_icon AS flag_icon_76, c4_.visible AS visible_77, c4_.template_filter AS template_filter_78, c5_.id AS id_79, c5_.code AS code_80, c5_.label AS label_81, c5_.type AS type_82, c5_.value AS value_83, c5_.position AS position_84, c5_.parent_heritance AS parent_heritance_85, c5_.active AS active_86, c0_.page_id AS page_id_87, c0_.tree_root AS tree_root_88, c0_.parent_id AS parent_id_89, c0_.menu_id AS menu_id_90, c1_.route_id AS route_id_91, c1_.site_id AS site_id_92, c1_.tree_root AS tree_root_93, c1_.parent_id AS parent_id_94, c1_.og_image_id AS og_image_id_95, c1_.twitter_image_id AS twitter_image_id_96, c2_.discr AS discr_97, c3_.page_id AS page_id_98, c3_.tree_root AS tree_root_99, c3_.parent_id AS parent_id_100, c3_.menu_id AS menu_id_101, c5_.page_id AS page_id_102, c5_.shared_block_parent_id AS shared_block_parent_id_103, c5_.declination_id AS declination_id_104 FROM cms__menu_item c0_ LEFT JOIN cms__page c1_ ON c0_.page_id = c1_.id LEFT JOIN cms__route c2_ ON c1_.route_id = c2_.id AND c2_.discr IN ('base') LEFT JOIN cms__menu_item c3_ ON c0_.id = c3_.parent_id LEFT JOIN cms__site c4_ ON c1_.site_id = c4_.id LEFT JOIN cms__content c5_ ON c1_.id = c5_.page_id WHERE c0_.menu_id = ? ORDER BY c0_.lft ASC, c3_.lft ASC, c5_.position ASC
Parameters:
[
1
]
|
| 7 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.information AS information_3, t0.link_type AS link_type_4, t0.link_value AS link_value_5, t0.is_visible AS is_visible_6, t0.lvl AS lvl_7, t0.lft AS lft_8, t0.rgt AS rgt_9, t0.li_class AS li_class_10, t0.ul_class AS ul_class_11, t0.link_class AS link_class_12, t0.icon_class AS icon_class_13, t0.connected AS connected_14, t0.role AS role_15, t0.params AS params_16, t0.blank AS blank_17, t0.anchor AS anchor_18, t0.page_id AS page_id_19, t0.tree_root AS tree_root_20, t0.parent_id AS parent_id_21, t0.menu_id AS menu_id_22 FROM cms__menu_item t0 WHERE t0.menu_id = ?
Parameters:
[
1
]
|
| 8 | 0.27 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.type AS type_4, t0.site_id AS site_id_5 FROM cms__menu t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"menu_mobile"
]
|
| 9 | 5.53 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.information AS information_2, c0_.link_type AS link_type_3, c0_.link_value AS link_value_4, c0_.is_visible AS is_visible_5, c0_.lvl AS lvl_6, c0_.lft AS lft_7, c0_.rgt AS rgt_8, c0_.li_class AS li_class_9, c0_.ul_class AS ul_class_10, c0_.link_class AS link_class_11, c0_.icon_class AS icon_class_12, c0_.connected AS connected_13, c0_.role AS role_14, c0_.params AS params_15, c0_.blank AS blank_16, c0_.anchor AS anchor_17, c1_.id AS id_18, c1_.title AS title_19, c1_.template AS template_20, c1_.slug AS slug_21, c1_.breadcrumb AS breadcrumb_22, c1_.active AS active_23, c1_.roles AS roles_24, c1_.lft AS lft_25, c1_.lvl AS lvl_26, c1_.rgt AS rgt_27, c1_.seo_title AS seo_title_28, c1_.seo_description AS seo_description_29, c1_.seo_keywords AS seo_keywords_30, c1_.seo_breadcrumb AS seo_breadcrumb_31, c1_.og_title AS og_title_32, c1_.og_type AS og_type_33, c1_.og_description AS og_description_34, c1_.og_site_name AS og_site_name_35, c1_.twitter_card AS twitter_card_36, c1_.twitter_site AS twitter_site_37, c1_.twitter_title AS twitter_title_38, c1_.twitter_description AS twitter_description_39, c1_.twitter_creator AS twitter_creator_40, c1_.created_at AS created_at_41, c1_.updated_at AS updated_at_42, c2_.id AS id_43, c2_.name AS name_44, c2_.methods AS methods_45, c2_.path AS path_46, c2_.controller AS controller_47, c2_.defaults AS defaults_48, c2_.requirements AS requirements_49, c3_.id AS id_50, c3_.name AS name_51, c3_.information AS information_52, c3_.link_type AS link_type_53, c3_.link_value AS link_value_54, c3_.is_visible AS is_visible_55, c3_.lvl AS lvl_56, c3_.lft AS lft_57, c3_.rgt AS rgt_58, c3_.li_class AS li_class_59, c3_.ul_class AS ul_class_60, c3_.link_class AS link_class_61, c3_.icon_class AS icon_class_62, c3_.connected AS connected_63, c3_.role AS role_64, c3_.params AS params_65, c3_.blank AS blank_66, c3_.anchor AS anchor_67, c4_.id AS id_68, c4_.slug AS slug_69, c4_.label AS label_70, c4_.locale AS locale_71, c4_.host AS host_72, c4_.localhost AS localhost_73, c4_.host_multilingual AS host_multilingual_74, c4_.`default` AS default_75, c4_.flag_icon AS flag_icon_76, c4_.visible AS visible_77, c4_.template_filter AS template_filter_78, c5_.id AS id_79, c5_.code AS code_80, c5_.label AS label_81, c5_.type AS type_82, c5_.value AS value_83, c5_.position AS position_84, c5_.parent_heritance AS parent_heritance_85, c5_.active AS active_86, c0_.page_id AS page_id_87, c0_.tree_root AS tree_root_88, c0_.parent_id AS parent_id_89, c0_.menu_id AS menu_id_90, c1_.route_id AS route_id_91, c1_.site_id AS site_id_92, c1_.tree_root AS tree_root_93, c1_.parent_id AS parent_id_94, c1_.og_image_id AS og_image_id_95, c1_.twitter_image_id AS twitter_image_id_96, c2_.discr AS discr_97, c3_.page_id AS page_id_98, c3_.tree_root AS tree_root_99, c3_.parent_id AS parent_id_100, c3_.menu_id AS menu_id_101, c5_.page_id AS page_id_102, c5_.shared_block_parent_id AS shared_block_parent_id_103, c5_.declination_id AS declination_id_104 FROM cms__menu_item c0_ LEFT JOIN cms__page c1_ ON c0_.page_id = c1_.id LEFT JOIN cms__route c2_ ON c1_.route_id = c2_.id AND c2_.discr IN ('base') LEFT JOIN cms__menu_item c3_ ON c0_.id = c3_.parent_id LEFT JOIN cms__site c4_ ON c1_.site_id = c4_.id LEFT JOIN cms__content c5_ ON c1_.id = c5_.page_id WHERE c0_.menu_id = ? ORDER BY c0_.lft ASC, c3_.lft ASC, c5_.position ASC
Parameters:
[
3
]
|
| 10 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.information AS information_3, t0.link_type AS link_type_4, t0.link_value AS link_value_5, t0.is_visible AS is_visible_6, t0.lvl AS lvl_7, t0.lft AS lft_8, t0.rgt AS rgt_9, t0.li_class AS li_class_10, t0.ul_class AS ul_class_11, t0.link_class AS link_class_12, t0.icon_class AS icon_class_13, t0.connected AS connected_14, t0.role AS role_15, t0.params AS params_16, t0.blank AS blank_17, t0.anchor AS anchor_18, t0.page_id AS page_id_19, t0.tree_root AS tree_root_20, t0.parent_id AS parent_id_21, t0.menu_id AS menu_id_22 FROM cms__menu_item t0 WHERE t0.menu_id = ?
Parameters:
[
3
]
|
| 11 | 0.19 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.event_description_title AS event_description_title_3, t0.banner_id AS banner_id_4 FROM event_type t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 12 | 0.28 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
40
]
|
| 13 | 0.29 ms |
SELECT t0.id AS id_1, t0.is_default AS is_default_2, t0.title AS title_3, t0.description AS description_4, t0.icon_id AS icon_id_5 FROM instruction t0 INNER JOIN event_instruction ON t0.id = event_instruction.instruction_id WHERE event_instruction.event_id = ?
Parameters:
[
228
]
|
| 14 | 0.16 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 15 | 0.16 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 16 | 0.15 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 17 | 0.15 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
11
]
|
| 18 | 0.16 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
12
]
|
| 19 | 0.19 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
13
]
|
| 20 | 0.16 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
14
]
|
| 21 | 0.17 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
444
]
|
| 22 | 0.16 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
593
]
|
| 23 | 0.17 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.category AS category_3, t0.file_name AS file_name_4, t0.mime_type AS mime_type_5, t0.extension AS extension_6, t0.crop_data AS crop_data_7, t0.description AS description_8, t0.permalink AS permalink_9, t0.alt AS alt_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM wd_media__media t0 WHERE t0.id = ?
Parameters:
[
566
]
|
| 24 | 0.19 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.type AS type_4, t0.site_id AS site_id_5 FROM cms__menu t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"footer_menu"
]
|
| 25 | 3.87 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.information AS information_2, c0_.link_type AS link_type_3, c0_.link_value AS link_value_4, c0_.is_visible AS is_visible_5, c0_.lvl AS lvl_6, c0_.lft AS lft_7, c0_.rgt AS rgt_8, c0_.li_class AS li_class_9, c0_.ul_class AS ul_class_10, c0_.link_class AS link_class_11, c0_.icon_class AS icon_class_12, c0_.connected AS connected_13, c0_.role AS role_14, c0_.params AS params_15, c0_.blank AS blank_16, c0_.anchor AS anchor_17, c1_.id AS id_18, c1_.title AS title_19, c1_.template AS template_20, c1_.slug AS slug_21, c1_.breadcrumb AS breadcrumb_22, c1_.active AS active_23, c1_.roles AS roles_24, c1_.lft AS lft_25, c1_.lvl AS lvl_26, c1_.rgt AS rgt_27, c1_.seo_title AS seo_title_28, c1_.seo_description AS seo_description_29, c1_.seo_keywords AS seo_keywords_30, c1_.seo_breadcrumb AS seo_breadcrumb_31, c1_.og_title AS og_title_32, c1_.og_type AS og_type_33, c1_.og_description AS og_description_34, c1_.og_site_name AS og_site_name_35, c1_.twitter_card AS twitter_card_36, c1_.twitter_site AS twitter_site_37, c1_.twitter_title AS twitter_title_38, c1_.twitter_description AS twitter_description_39, c1_.twitter_creator AS twitter_creator_40, c1_.created_at AS created_at_41, c1_.updated_at AS updated_at_42, c2_.id AS id_43, c2_.name AS name_44, c2_.methods AS methods_45, c2_.path AS path_46, c2_.controller AS controller_47, c2_.defaults AS defaults_48, c2_.requirements AS requirements_49, c3_.id AS id_50, c3_.name AS name_51, c3_.information AS information_52, c3_.link_type AS link_type_53, c3_.link_value AS link_value_54, c3_.is_visible AS is_visible_55, c3_.lvl AS lvl_56, c3_.lft AS lft_57, c3_.rgt AS rgt_58, c3_.li_class AS li_class_59, c3_.ul_class AS ul_class_60, c3_.link_class AS link_class_61, c3_.icon_class AS icon_class_62, c3_.connected AS connected_63, c3_.role AS role_64, c3_.params AS params_65, c3_.blank AS blank_66, c3_.anchor AS anchor_67, c4_.id AS id_68, c4_.slug AS slug_69, c4_.label AS label_70, c4_.locale AS locale_71, c4_.host AS host_72, c4_.localhost AS localhost_73, c4_.host_multilingual AS host_multilingual_74, c4_.`default` AS default_75, c4_.flag_icon AS flag_icon_76, c4_.visible AS visible_77, c4_.template_filter AS template_filter_78, c5_.id AS id_79, c5_.code AS code_80, c5_.label AS label_81, c5_.type AS type_82, c5_.value AS value_83, c5_.position AS position_84, c5_.parent_heritance AS parent_heritance_85, c5_.active AS active_86, c0_.page_id AS page_id_87, c0_.tree_root AS tree_root_88, c0_.parent_id AS parent_id_89, c0_.menu_id AS menu_id_90, c1_.route_id AS route_id_91, c1_.site_id AS site_id_92, c1_.tree_root AS tree_root_93, c1_.parent_id AS parent_id_94, c1_.og_image_id AS og_image_id_95, c1_.twitter_image_id AS twitter_image_id_96, c2_.discr AS discr_97, c3_.page_id AS page_id_98, c3_.tree_root AS tree_root_99, c3_.parent_id AS parent_id_100, c3_.menu_id AS menu_id_101, c5_.page_id AS page_id_102, c5_.shared_block_parent_id AS shared_block_parent_id_103, c5_.declination_id AS declination_id_104 FROM cms__menu_item c0_ LEFT JOIN cms__page c1_ ON c0_.page_id = c1_.id LEFT JOIN cms__route c2_ ON c1_.route_id = c2_.id AND c2_.discr IN ('base') LEFT JOIN cms__menu_item c3_ ON c0_.id = c3_.parent_id LEFT JOIN cms__site c4_ ON c1_.site_id = c4_.id LEFT JOIN cms__content c5_ ON c1_.id = c5_.page_id WHERE c0_.menu_id = ? ORDER BY c0_.lft ASC, c3_.lft ASC, c5_.position ASC
Parameters:
[
2
]
|
| 26 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.information AS information_3, t0.link_type AS link_type_4, t0.link_value AS link_value_5, t0.is_visible AS is_visible_6, t0.lvl AS lvl_7, t0.lft AS lft_8, t0.rgt AS rgt_9, t0.li_class AS li_class_10, t0.ul_class AS ul_class_11, t0.link_class AS link_class_12, t0.icon_class AS icon_class_13, t0.connected AS connected_14, t0.role AS role_15, t0.params AS params_16, t0.blank AS blank_17, t0.anchor AS anchor_18, t0.page_id AS page_id_19, t0.tree_root AS tree_root_20, t0.parent_id AS parent_id_21, t0.menu_id AS menu_id_22 FROM cms__menu_item t0 WHERE t0.menu_id = ?
Parameters:
[
2
]
|
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\Partner | No errors. |
| WebEtDesign\ParameterBundle\Entity\Parameter | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsPage | No errors. |
| WebEtDesign\CmsBundle\Entity\AbstractCmsRoute | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsRoute | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsSite | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsPageDeclination | No errors. |
| WebEtDesign\MediaBundle\Entity\Media | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsContent | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsMenuItem | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsMenu | No errors. |
| WebEtDesign\CmsBundle\Entity\CmsSharedBlock | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\EventType | No errors. |
| App\Entity\Instruction | No errors. |