2.81 ms (34.24%)
|
73 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
2.05 ms (24.94%)
|
58 |
SELECT t0.id AS id_1, t0.entity_class AS entity_class_2, t0.entity_id AS entity_id_3, t0.field_name AS field_name_4 FROM text_content t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.entity_class AS entity_class_2, t0.entity_id AS entity_id_3, t0.field_name AS field_name_4 FROM text_content t0 WHERE t0.id = 1;
|
2.02 ms (24.53%)
|
58 |
SELECT t0.id AS id_1, t0.translated_text AS translated_text_2, t0.language_id AS language_id_3, t0.text_content_id AS text_content_id_4 FROM translation t0 WHERE (t0.language_id = ? AND t0.text_content_id = ?) LIMIT 1
SELECT t0.id AS id_1, t0.translated_text AS translated_text_2, t0.language_id AS language_id_3, t0.text_content_id AS text_content_id_4 FROM translation t0 WHERE (t0.language_id = 1 AND t0.text_content_id = 1) LIMIT 1;
|
0.23 ms (2.75%)
|
4 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.publication_start_date AS publication_start_date_5, t0.publication_end_date AS publication_end_date_6, t0.is_nav_back_button_enabled AS is_nav_back_button_enabled_7, t0.title_id AS title_id_8, t0.slug_id AS slug_id_9, t0.template_id AS template_id_10, t0.internal_template_id AS internal_template_id_11, t0.article_template_id AS article_template_id_12, t0.list_articles_template_id AS list_articles_template_id_13, t0.switch_home_template_id AS switch_home_template_id_14, t0.switch_home_location_template_id AS switch_home_location_template_id_15, t0.seo_id AS seo_id_16, t0.contact_template_id AS contact_template_id_17, t0.sitemap_template_id AS sitemap_template_id_18, t0.landing_template_id AS landing_template_id_19, t0.nav_back_button_title_id AS nav_back_button_title_id_20, t0.nav_back_button_page_id AS nav_back_button_page_id_21, t22.id AS id_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.enabled AS enabled_26, t22.publication_start_date AS publication_start_date_27, t22.publication_end_date AS publication_end_date_28, t22.is_nav_back_button_enabled AS is_nav_back_button_enabled_29, t22.title_id AS title_id_30, t22.slug_id AS slug_id_31, t22.template_id AS template_id_32, t22.internal_template_id AS internal_template_id_33, t22.article_template_id AS article_template_id_34, t22.list_articles_template_id AS list_articles_template_id_35, t22.switch_home_template_id AS switch_home_template_id_36, t22.switch_home_location_template_id AS switch_home_location_template_id_37, t22.seo_id AS seo_id_38, t22.contact_template_id AS contact_template_id_39, t22.sitemap_template_id AS sitemap_template_id_40, t22.landing_template_id AS landing_template_id_41, t22.nav_back_button_title_id AS nav_back_button_title_id_42, t22.nav_back_button_page_id AS nav_back_button_page_id_43, t22.parent_id AS parent_id_44, t0.parent_id AS parent_id_45 FROM page t0 LEFT JOIN page t22 ON t0.nav_back_button_page_id = t22.id WHERE t0.parent_id IN (?)
SELECT
t0.id AS id_1,
t0.created_at AS created_at_2,
t0.updated_at AS updated_at_3,
t0.enabled AS enabled_4,
t0.publication_start_date AS publication_start_date_5,
t0.publication_end_date AS publication_end_date_6,
t0.is_nav_back_button_enabled AS is_nav_back_button_enabled_7,
t0.title_id AS title_id_8,
t0.slug_id AS slug_id_9,
t0.template_id AS template_id_10,
t0.internal_template_id AS internal_template_id_11,
t0.article_template_id AS article_template_id_12,
t0.list_articles_template_id AS list_articles_template_id_13,
t0.switch_home_template_id AS switch_home_template_id_14,
t0.switch_home_location_template_id AS switch_home_location_template_id_15,
t0.seo_id AS seo_id_16,
t0.contact_template_id AS contact_template_id_17,
t0.sitemap_template_id AS sitemap_template_id_18,
t0.landing_template_id AS landing_template_id_19,
t0.nav_back_button_title_id AS nav_back_button_title_id_20,
t0.nav_back_button_page_id AS nav_back_button_page_id_21,
t22.id AS id_23,
t22.created_at AS created_at_24,
t22.updated_at AS updated_at_25,
t22.enabled AS enabled_26,
t22.publication_start_date AS publication_start_date_27,
t22.publication_end_date AS publication_end_date_28,
t22.is_nav_back_button_enabled AS is_nav_back_button_enabled_29,
t22.title_id AS title_id_30,
t22.slug_id AS slug_id_31,
t22.template_id AS template_id_32,
t22.internal_template_id AS internal_template_id_33,
t22.article_template_id AS article_template_id_34,
t22.list_articles_template_id AS list_articles_template_id_35,
t22.switch_home_template_id AS switch_home_template_id_36,
t22.switch_home_location_template_id AS switch_home_location_template_id_37,
t22.seo_id AS seo_id_38,
t22.contact_template_id AS contact_template_id_39,
t22.sitemap_template_id AS sitemap_template_id_40,
t22.landing_template_id AS landing_template_id_41,
t22.nav_back_button_title_id AS nav_back_button_title_id_42,
t22.nav_back_button_page_id AS nav_back_button_page_id_43,
t22.parent_id AS parent_id_44,
t0.parent_id AS parent_id_45
FROM
page t0
LEFT JOIN page t22 ON t0.nav_back_button_page_id = t22.id
WHERE
t0.parent_id IN (?)
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.publication_start_date AS publication_start_date_5, t0.publication_end_date AS publication_end_date_6, t0.is_nav_back_button_enabled AS is_nav_back_button_enabled_7, t0.title_id AS title_id_8, t0.slug_id AS slug_id_9, t0.template_id AS template_id_10, t0.internal_template_id AS internal_template_id_11, t0.article_template_id AS article_template_id_12, t0.list_articles_template_id AS list_articles_template_id_13, t0.switch_home_template_id AS switch_home_template_id_14, t0.switch_home_location_template_id AS switch_home_location_template_id_15, t0.seo_id AS seo_id_16, t0.contact_template_id AS contact_template_id_17, t0.sitemap_template_id AS sitemap_template_id_18, t0.landing_template_id AS landing_template_id_19, t0.nav_back_button_title_id AS nav_back_button_title_id_20, t0.nav_back_button_page_id AS nav_back_button_page_id_21, t22.id AS id_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.enabled AS enabled_26, t22.publication_start_date AS publication_start_date_27, t22.publication_end_date AS publication_end_date_28, t22.is_nav_back_button_enabled AS is_nav_back_button_enabled_29, t22.title_id AS title_id_30, t22.slug_id AS slug_id_31, t22.template_id AS template_id_32, t22.internal_template_id AS internal_template_id_33, t22.article_template_id AS article_template_id_34, t22.list_articles_template_id AS list_articles_template_id_35, t22.switch_home_template_id AS switch_home_template_id_36, t22.switch_home_location_template_id AS switch_home_location_template_id_37, t22.seo_id AS seo_id_38, t22.contact_template_id AS contact_template_id_39, t22.sitemap_template_id AS sitemap_template_id_40, t22.landing_template_id AS landing_template_id_41, t22.nav_back_button_title_id AS nav_back_button_title_id_42, t22.nav_back_button_page_id AS nav_back_button_page_id_43, t22.parent_id AS parent_id_44, t0.parent_id AS parent_id_45 FROM page t0 LEFT JOIN page t22 ON t0.nav_back_button_page_id = t22.id WHERE t0.parent_id IN (1);
|
0.19 ms (2.28%)
|
5 |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.dimensions AS dimensions_3, t0.updated_at AS updated_at_4, t0.alt_id AS alt_id_5 FROM home_page_popular_dest_image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.dimensions AS dimensions_3, t0.updated_at AS updated_at_4, t0.alt_id AS alt_id_5 FROM home_page_popular_dest_image t0 WHERE t0.id = 1;
|
0.18 ms (2.20%)
|
3 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.publication_start_date AS publication_start_date_5, t0.publication_end_date AS publication_end_date_6, t0.is_nav_back_button_enabled AS is_nav_back_button_enabled_7, t0.title_id AS title_id_8, t0.slug_id AS slug_id_9, t0.template_id AS template_id_10, t0.internal_template_id AS internal_template_id_11, t0.article_template_id AS article_template_id_12, t0.list_articles_template_id AS list_articles_template_id_13, t0.switch_home_template_id AS switch_home_template_id_14, t0.switch_home_location_template_id AS switch_home_location_template_id_15, t0.seo_id AS seo_id_16, t0.contact_template_id AS contact_template_id_17, t0.sitemap_template_id AS sitemap_template_id_18, t0.landing_template_id AS landing_template_id_19, t0.nav_back_button_title_id AS nav_back_button_title_id_20, t0.nav_back_button_page_id AS nav_back_button_page_id_21, t22.id AS id_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.enabled AS enabled_26, t22.publication_start_date AS publication_start_date_27, t22.publication_end_date AS publication_end_date_28, t22.is_nav_back_button_enabled AS is_nav_back_button_enabled_29, t22.title_id AS title_id_30, t22.slug_id AS slug_id_31, t22.template_id AS template_id_32, t22.internal_template_id AS internal_template_id_33, t22.article_template_id AS article_template_id_34, t22.list_articles_template_id AS list_articles_template_id_35, t22.switch_home_template_id AS switch_home_template_id_36, t22.switch_home_location_template_id AS switch_home_location_template_id_37, t22.seo_id AS seo_id_38, t22.contact_template_id AS contact_template_id_39, t22.sitemap_template_id AS sitemap_template_id_40, t22.landing_template_id AS landing_template_id_41, t22.nav_back_button_title_id AS nav_back_button_title_id_42, t22.nav_back_button_page_id AS nav_back_button_page_id_43, t22.parent_id AS parent_id_44, t0.parent_id AS parent_id_45 FROM page t0 LEFT JOIN page t22 ON t0.nav_back_button_page_id = t22.id WHERE t0.article_template_id = ?
SELECT
t0.id AS id_1,
t0.created_at AS created_at_2,
t0.updated_at AS updated_at_3,
t0.enabled AS enabled_4,
t0.publication_start_date AS publication_start_date_5,
t0.publication_end_date AS publication_end_date_6,
t0.is_nav_back_button_enabled AS is_nav_back_button_enabled_7,
t0.title_id AS title_id_8,
t0.slug_id AS slug_id_9,
t0.template_id AS template_id_10,
t0.internal_template_id AS internal_template_id_11,
t0.article_template_id AS article_template_id_12,
t0.list_articles_template_id AS list_articles_template_id_13,
t0.switch_home_template_id AS switch_home_template_id_14,
t0.switch_home_location_template_id AS switch_home_location_template_id_15,
t0.seo_id AS seo_id_16,
t0.contact_template_id AS contact_template_id_17,
t0.sitemap_template_id AS sitemap_template_id_18,
t0.landing_template_id AS landing_template_id_19,
t0.nav_back_button_title_id AS nav_back_button_title_id_20,
t0.nav_back_button_page_id AS nav_back_button_page_id_21,
t22.id AS id_23,
t22.created_at AS created_at_24,
t22.updated_at AS updated_at_25,
t22.enabled AS enabled_26,
t22.publication_start_date AS publication_start_date_27,
t22.publication_end_date AS publication_end_date_28,
t22.is_nav_back_button_enabled AS is_nav_back_button_enabled_29,
t22.title_id AS title_id_30,
t22.slug_id AS slug_id_31,
t22.template_id AS template_id_32,
t22.internal_template_id AS internal_template_id_33,
t22.article_template_id AS article_template_id_34,
t22.list_articles_template_id AS list_articles_template_id_35,
t22.switch_home_template_id AS switch_home_template_id_36,
t22.switch_home_location_template_id AS switch_home_location_template_id_37,
t22.seo_id AS seo_id_38,
t22.contact_template_id AS contact_template_id_39,
t22.sitemap_template_id AS sitemap_template_id_40,
t22.landing_template_id AS landing_template_id_41,
t22.nav_back_button_title_id AS nav_back_button_title_id_42,
t22.nav_back_button_page_id AS nav_back_button_page_id_43,
t22.parent_id AS parent_id_44,
t0.parent_id AS parent_id_45
FROM
page t0
LEFT JOIN page t22 ON t0.nav_back_button_page_id = t22.id
WHERE
t0.article_template_id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.publication_start_date AS publication_start_date_5, t0.publication_end_date AS publication_end_date_6, t0.is_nav_back_button_enabled AS is_nav_back_button_enabled_7, t0.title_id AS title_id_8, t0.slug_id AS slug_id_9, t0.template_id AS template_id_10, t0.internal_template_id AS internal_template_id_11, t0.article_template_id AS article_template_id_12, t0.list_articles_template_id AS list_articles_template_id_13, t0.switch_home_template_id AS switch_home_template_id_14, t0.switch_home_location_template_id AS switch_home_location_template_id_15, t0.seo_id AS seo_id_16, t0.contact_template_id AS contact_template_id_17, t0.sitemap_template_id AS sitemap_template_id_18, t0.landing_template_id AS landing_template_id_19, t0.nav_back_button_title_id AS nav_back_button_title_id_20, t0.nav_back_button_page_id AS nav_back_button_page_id_21, t22.id AS id_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.enabled AS enabled_26, t22.publication_start_date AS publication_start_date_27, t22.publication_end_date AS publication_end_date_28, t22.is_nav_back_button_enabled AS is_nav_back_button_enabled_29, t22.title_id AS title_id_30, t22.slug_id AS slug_id_31, t22.template_id AS template_id_32, t22.internal_template_id AS internal_template_id_33, t22.article_template_id AS article_template_id_34, t22.list_articles_template_id AS list_articles_template_id_35, t22.switch_home_template_id AS switch_home_template_id_36, t22.switch_home_location_template_id AS switch_home_location_template_id_37, t22.seo_id AS seo_id_38, t22.contact_template_id AS contact_template_id_39, t22.sitemap_template_id AS sitemap_template_id_40, t22.landing_template_id AS landing_template_id_41, t22.nav_back_button_title_id AS nav_back_button_title_id_42, t22.nav_back_button_page_id AS nav_back_button_page_id_43, t22.parent_id AS parent_id_44, t0.parent_id AS parent_id_45 FROM page t0 LEFT JOIN page t22 ON t0.nav_back_button_page_id = t22.id WHERE t0.article_template_id = 8;
|
0.11 ms (1.39%)
|
1 |
SELECT h0_.id AS id_0, h0_.updated_at AS updated_at_1, h0_.created_at AS created_at_2, h0_.title_id AS title_id_3, h0_.subtitle_id AS subtitle_id_4, h0_.process_section_title_id AS process_section_title_id_5, h0_.process_section_subtitle_id AS process_section_subtitle_id_6, h0_.popular_dest_section_title_id AS popular_dest_section_title_id_7, h0_.popular_dest_section_subtitle_id AS popular_dest_section_subtitle_id_8, h0_.why_section_title_id AS why_section_title_id_9, h0_.why_section_subtitle_id AS why_section_subtitle_id_10, h0_.faq_section_title_id AS faq_section_title_id_11, h0_.register_section_title_id AS register_section_title_id_12, h0_.register_section_subtitle_id AS register_section_subtitle_id_13, h0_.seo_id AS seo_id_14 FROM home_page h0_ LIMIT 1
SELECT h0_.id AS id_0, h0_.updated_at AS updated_at_1, h0_.created_at AS created_at_2, h0_.title_id AS title_id_3, h0_.subtitle_id AS subtitle_id_4, h0_.process_section_title_id AS process_section_title_id_5, h0_.process_section_subtitle_id AS process_section_subtitle_id_6, h0_.popular_dest_section_title_id AS popular_dest_section_title_id_7, h0_.popular_dest_section_subtitle_id AS popular_dest_section_subtitle_id_8, h0_.why_section_title_id AS why_section_title_id_9, h0_.why_section_subtitle_id AS why_section_subtitle_id_10, h0_.faq_section_title_id AS faq_section_title_id_11, h0_.register_section_title_id AS register_section_title_id_12, h0_.register_section_subtitle_id AS register_section_subtitle_id_13, h0_.seo_id AS seo_id_14 FROM home_page h0_ LIMIT 1;
|
0.10 ms (1.26%)
|
3 |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.dimensions AS dimensions_3, t0.updated_at AS updated_at_4, t0.alt_id AS alt_id_5 FROM home_page_process_step_image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.dimensions AS dimensions_3, t0.updated_at AS updated_at_4, t0.alt_id AS alt_id_5 FROM home_page_process_step_image t0 WHERE t0.id = 1;
|
0.10 ms (1.26%)
|
3 |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.dimensions AS dimensions_3, t0.updated_at AS updated_at_4, t0.alt_id AS alt_id_5 FROM article_image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.dimensions AS dimensions_3, t0.updated_at AS updated_at_4, t0.alt_id AS alt_id_5 FROM article_image t0 WHERE t0.id = 8;
|
0.08 ms (0.99%)
|
1 |
SELECT t0.id AS id_1, t0.no_index AS no_index_2, t0.no_follow AS no_follow_3, t0.hide_on_sitemap AS hide_on_sitemap_4, t0.meta_title_id AS meta_title_id_5, t0.meta_description_id AS meta_description_id_6, t0.meta_keywords_id AS meta_keywords_id_7, t0.canonical_id AS canonical_id_8, t9.id AS id_10, t9.created_at AS created_at_11, t9.updated_at AS updated_at_12, t9.enabled AS enabled_13, t9.publication_start_date AS publication_start_date_14, t9.publication_end_date AS publication_end_date_15, t9.is_nav_back_button_enabled AS is_nav_back_button_enabled_16, t9.title_id AS title_id_17, t9.slug_id AS slug_id_18, t9.template_id AS template_id_19, t9.internal_template_id AS internal_template_id_20, t9.article_template_id AS article_template_id_21, t9.list_articles_template_id AS list_articles_template_id_22, t9.switch_home_template_id AS switch_home_template_id_23, t9.switch_home_location_template_id AS switch_home_location_template_id_24, t9.seo_id AS seo_id_25, t9.contact_template_id AS contact_template_id_26, t9.sitemap_template_id AS sitemap_template_id_27, t9.landing_template_id AS landing_template_id_28, t9.nav_back_button_title_id AS nav_back_button_title_id_29, t9.nav_back_button_page_id AS nav_back_button_page_id_30, t9.parent_id AS parent_id_31, t32.id AS id_33, t32.updated_at AS updated_at_34, t32.created_at AS created_at_35, t32.title_id AS title_id_36, t32.subtitle_id AS subtitle_id_37, t32.process_section_title_id AS process_section_title_id_38, t32.process_section_subtitle_id AS process_section_subtitle_id_39, t32.popular_dest_section_title_id AS popular_dest_section_title_id_40, t32.popular_dest_section_subtitle_id AS popular_dest_section_subtitle_id_41, t32.why_section_title_id AS why_section_title_id_42, t32.why_section_subtitle_id AS why_section_subtitle_id_43, t32.faq_section_title_id AS faq_section_title_id_44, t32.register_section_title_id AS register_section_title_id_45, t32.register_section_subtitle_id AS register_section_subtitle_id_46, t32.seo_id AS seo_id_47 FROM seo t0 LEFT JOIN page t9 ON t9.seo_id = t0.id LEFT JOIN home_page t32 ON t32.seo_id = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.no_index AS no_index_2,
t0.no_follow AS no_follow_3,
t0.hide_on_sitemap AS hide_on_sitemap_4,
t0.meta_title_id AS meta_title_id_5,
t0.meta_description_id AS meta_description_id_6,
t0.meta_keywords_id AS meta_keywords_id_7,
t0.canonical_id AS canonical_id_8,
t9.id AS id_10,
t9.created_at AS created_at_11,
t9.updated_at AS updated_at_12,
t9.enabled AS enabled_13,
t9.publication_start_date AS publication_start_date_14,
t9.publication_end_date AS publication_end_date_15,
t9.is_nav_back_button_enabled AS is_nav_back_button_enabled_16,
t9.title_id AS title_id_17,
t9.slug_id AS slug_id_18,
t9.template_id AS template_id_19,
t9.internal_template_id AS internal_template_id_20,
t9.article_template_id AS article_template_id_21,
t9.list_articles_template_id AS list_articles_template_id_22,
t9.switch_home_template_id AS switch_home_template_id_23,
t9.switch_home_location_template_id AS switch_home_location_template_id_24,
t9.seo_id AS seo_id_25,
t9.contact_template_id AS contact_template_id_26,
t9.sitemap_template_id AS sitemap_template_id_27,
t9.landing_template_id AS landing_template_id_28,
t9.nav_back_button_title_id AS nav_back_button_title_id_29,
t9.nav_back_button_page_id AS nav_back_button_page_id_30,
t9.parent_id AS parent_id_31,
t32.id AS id_33,
t32.updated_at AS updated_at_34,
t32.created_at AS created_at_35,
t32.title_id AS title_id_36,
t32.subtitle_id AS subtitle_id_37,
t32.process_section_title_id AS process_section_title_id_38,
t32.process_section_subtitle_id AS process_section_subtitle_id_39,
t32.popular_dest_section_title_id AS popular_dest_section_title_id_40,
t32.popular_dest_section_subtitle_id AS popular_dest_section_subtitle_id_41,
t32.why_section_title_id AS why_section_title_id_42,
t32.why_section_subtitle_id AS why_section_subtitle_id_43,
t32.faq_section_title_id AS faq_section_title_id_44,
t32.register_section_title_id AS register_section_title_id_45,
t32.register_section_subtitle_id AS register_section_subtitle_id_46,
t32.seo_id AS seo_id_47
FROM
seo t0
LEFT JOIN page t9 ON t9.seo_id = t0.id
LEFT JOIN home_page t32 ON t32.seo_id = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.no_index AS no_index_2, t0.no_follow AS no_follow_3, t0.hide_on_sitemap AS hide_on_sitemap_4, t0.meta_title_id AS meta_title_id_5, t0.meta_description_id AS meta_description_id_6, t0.meta_keywords_id AS meta_keywords_id_7, t0.canonical_id AS canonical_id_8, t9.id AS id_10, t9.created_at AS created_at_11, t9.updated_at AS updated_at_12, t9.enabled AS enabled_13, t9.publication_start_date AS publication_start_date_14, t9.publication_end_date AS publication_end_date_15, t9.is_nav_back_button_enabled AS is_nav_back_button_enabled_16, t9.title_id AS title_id_17, t9.slug_id AS slug_id_18, t9.template_id AS template_id_19, t9.internal_template_id AS internal_template_id_20, t9.article_template_id AS article_template_id_21, t9.list_articles_template_id AS list_articles_template_id_22, t9.switch_home_template_id AS switch_home_template_id_23, t9.switch_home_location_template_id AS switch_home_location_template_id_24, t9.seo_id AS seo_id_25, t9.contact_template_id AS contact_template_id_26, t9.sitemap_template_id AS sitemap_template_id_27, t9.landing_template_id AS landing_template_id_28, t9.nav_back_button_title_id AS nav_back_button_title_id_29, t9.nav_back_button_page_id AS nav_back_button_page_id_30, t9.parent_id AS parent_id_31, t32.id AS id_33, t32.updated_at AS updated_at_34, t32.created_at AS created_at_35, t32.title_id AS title_id_36, t32.subtitle_id AS subtitle_id_37, t32.process_section_title_id AS process_section_title_id_38, t32.process_section_subtitle_id AS process_section_subtitle_id_39, t32.popular_dest_section_title_id AS popular_dest_section_title_id_40, t32.popular_dest_section_subtitle_id AS popular_dest_section_subtitle_id_41, t32.why_section_title_id AS why_section_title_id_42, t32.why_section_subtitle_id AS why_section_subtitle_id_43, t32.faq_section_title_id AS faq_section_title_id_44, t32.register_section_title_id AS register_section_title_id_45, t32.register_section_subtitle_id AS register_section_subtitle_id_46, t32.seo_id AS seo_id_47 FROM seo t0 LEFT JOIN page t9 ON t9.seo_id = t0.id LEFT JOIN home_page t32 ON t32.seo_id = t0.id WHERE t0.id = 1;
|
0.07 ms (0.81%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.is_main = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.is_main = 1 LIMIT 1;
|
0.05 ms (0.62%)
|
1 |
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.enabled AS enabled_3, p0_.publication_start_date AS publication_start_date_4, p0_.publication_end_date AS publication_end_date_5, p0_.is_nav_back_button_enabled AS is_nav_back_button_enabled_6, p0_.title_id AS title_id_7, p0_.slug_id AS slug_id_8, p0_.template_id AS template_id_9, p0_.internal_template_id AS internal_template_id_10, p0_.article_template_id AS article_template_id_11, p0_.list_articles_template_id AS list_articles_template_id_12, p0_.switch_home_template_id AS switch_home_template_id_13, p0_.switch_home_location_template_id AS switch_home_location_template_id_14, p0_.seo_id AS seo_id_15, p0_.contact_template_id AS contact_template_id_16, p0_.sitemap_template_id AS sitemap_template_id_17, p0_.landing_template_id AS landing_template_id_18, p0_.nav_back_button_title_id AS nav_back_button_title_id_19, p0_.nav_back_button_page_id AS nav_back_button_page_id_20, p0_.parent_id AS parent_id_21 FROM page p0_ WHERE p0_.list_articles_template_id IS NOT NULL AND p0_.enabled = ?
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.enabled AS enabled_3, p0_.publication_start_date AS publication_start_date_4, p0_.publication_end_date AS publication_end_date_5, p0_.is_nav_back_button_enabled AS is_nav_back_button_enabled_6, p0_.title_id AS title_id_7, p0_.slug_id AS slug_id_8, p0_.template_id AS template_id_9, p0_.internal_template_id AS internal_template_id_10, p0_.article_template_id AS article_template_id_11, p0_.list_articles_template_id AS list_articles_template_id_12, p0_.switch_home_template_id AS switch_home_template_id_13, p0_.switch_home_location_template_id AS switch_home_location_template_id_14, p0_.seo_id AS seo_id_15, p0_.contact_template_id AS contact_template_id_16, p0_.sitemap_template_id AS sitemap_template_id_17, p0_.landing_template_id AS landing_template_id_18, p0_.nav_back_button_title_id AS nav_back_button_title_id_19, p0_.nav_back_button_page_id AS nav_back_button_page_id_20, p0_.parent_id AS parent_id_21 FROM page p0_ WHERE p0_.list_articles_template_id IS NOT NULL AND p0_.enabled = 1;
|
0.05 ms (0.61%)
|
1 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.question_id AS question_id_3, t0.answer_id AS answer_id_4, t0.home_page_id AS home_page_id_5 FROM home_page_question t0 WHERE t0.home_page_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.position AS position_2, t0.question_id AS question_id_3, t0.answer_id AS answer_id_4, t0.home_page_id AS home_page_id_5 FROM home_page_question t0 WHERE t0.home_page_id = 1 ORDER BY t0.position ASC;
|
0.05 ms (0.61%)
|
1 |
SELECT a0_.id AS id_0, a0_.updated_at AS updated_at_1, a0_.created_at AS created_at_2, a0_.publication_date AS publication_date_3, a0_.title_id AS title_id_4, a0_.image_id AS image_id_5, a0_.template_id AS template_id_6 FROM article_template a0_ INNER JOIN page p1_ ON a0_.id = p1_.article_template_id WHERE p1_.enabled = ? ORDER BY a0_.publication_date DESC LIMIT 8
SELECT a0_.id AS id_0, a0_.updated_at AS updated_at_1, a0_.created_at AS created_at_2, a0_.publication_date AS publication_date_3, a0_.title_id AS title_id_4, a0_.image_id AS image_id_5, a0_.template_id AS template_id_6 FROM article_template a0_ INNER JOIN page p1_ ON a0_.id = p1_.article_template_id WHERE p1_.enabled = 1 ORDER BY a0_.publication_date DESC LIMIT 8;
|
0.05 ms (0.55%)
|
1 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_id AS content_id_3, t0.image_id AS image_id_4, t0.home_page_id AS home_page_id_5 FROM home_page_popular_dest t0 WHERE t0.home_page_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_id AS content_id_3, t0.image_id AS image_id_4, t0.home_page_id AS home_page_id_5 FROM home_page_popular_dest t0 WHERE t0.home_page_id = 1 ORDER BY t0.position ASC;
|
0.04 ms (0.53%)
|
1 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.title_id AS title_id_3, t0.content_id AS content_id_4, t0.image_id AS image_id_5, t0.home_page_id AS home_page_id_6 FROM home_page_process_step t0 WHERE t0.home_page_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.position AS position_2, t0.title_id AS title_id_3, t0.content_id AS content_id_4, t0.image_id AS image_id_5, t0.home_page_id AS home_page_id_6 FROM home_page_process_step t0 WHERE t0.home_page_id = 1 ORDER BY t0.position ASC;
|
0.03 ms (0.41%)
|
1 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_id AS content_id_3, t0.home_page_id AS home_page_id_4 FROM home_page_why_block t0 WHERE t0.home_page_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_id AS content_id_3, t0.home_page_id AS home_page_id_4 FROM home_page_why_block t0 WHERE t0.home_page_id = 1 ORDER BY t0.position ASC;
|