1 |
0.10 ms |
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;
|
2 |
0.11 ms |
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;
|
3 |
0.06 ms |
SELECT t0.id AS id_1, t0.from_slug AS from_slug_2, t0.to_slug AS to_slug_3, t0.enabled AS enabled_4, t0.created_at AS created_at_5, t0.language_id AS language_id_6 FROM redirect t0 WHERE t0.from_slug = ? AND t0.language_id = ? AND t0.enabled = ? LIMIT 1
Parameters: [
"lyon"
1
1
]
SELECT t0.id AS id_1, t0.from_slug AS from_slug_2, t0.to_slug AS to_slug_3, t0.enabled AS enabled_4, t0.created_at AS created_at_5, t0.language_id AS language_id_6 FROM redirect t0 WHERE t0.from_slug = 'lyon' AND t0.language_id = 1 AND t0.enabled = 1 LIMIT 1;
|
4 |
0.28 ms |
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, p1_.id AS id_7, p1_.created_at AS created_at_8, p1_.updated_at AS updated_at_9, p1_.enabled AS enabled_10, p1_.publication_start_date AS publication_start_date_11, p1_.publication_end_date AS publication_end_date_12, p1_.is_nav_back_button_enabled AS is_nav_back_button_enabled_13, p2_.id AS id_14, p2_.created_at AS created_at_15, p2_.updated_at AS updated_at_16, p2_.enabled AS enabled_17, p2_.publication_start_date AS publication_start_date_18, p2_.publication_end_date AS publication_end_date_19, p2_.is_nav_back_button_enabled AS is_nav_back_button_enabled_20, p0_.title_id AS title_id_21, p0_.slug_id AS slug_id_22, p0_.template_id AS template_id_23, p0_.internal_template_id AS internal_template_id_24, p0_.article_template_id AS article_template_id_25, p0_.list_articles_template_id AS list_articles_template_id_26, p0_.switch_home_template_id AS switch_home_template_id_27, p0_.switch_home_location_template_id AS switch_home_location_template_id_28, p0_.seo_id AS seo_id_29, p0_.contact_template_id AS contact_template_id_30, p0_.sitemap_template_id AS sitemap_template_id_31, p0_.landing_template_id AS landing_template_id_32, p0_.nav_back_button_title_id AS nav_back_button_title_id_33, p0_.nav_back_button_page_id AS nav_back_button_page_id_34, p0_.parent_id AS parent_id_35, p1_.title_id AS title_id_36, p1_.slug_id AS slug_id_37, p1_.template_id AS template_id_38, p1_.internal_template_id AS internal_template_id_39, p1_.article_template_id AS article_template_id_40, p1_.list_articles_template_id AS list_articles_template_id_41, p1_.switch_home_template_id AS switch_home_template_id_42, p1_.switch_home_location_template_id AS switch_home_location_template_id_43, p1_.seo_id AS seo_id_44, p1_.contact_template_id AS contact_template_id_45, p1_.sitemap_template_id AS sitemap_template_id_46, p1_.landing_template_id AS landing_template_id_47, p1_.nav_back_button_title_id AS nav_back_button_title_id_48, p1_.nav_back_button_page_id AS nav_back_button_page_id_49, p1_.parent_id AS parent_id_50, p2_.title_id AS title_id_51, p2_.slug_id AS slug_id_52, p2_.template_id AS template_id_53, p2_.internal_template_id AS internal_template_id_54, p2_.article_template_id AS article_template_id_55, p2_.list_articles_template_id AS list_articles_template_id_56, p2_.switch_home_template_id AS switch_home_template_id_57, p2_.switch_home_location_template_id AS switch_home_location_template_id_58, p2_.seo_id AS seo_id_59, p2_.contact_template_id AS contact_template_id_60, p2_.sitemap_template_id AS sitemap_template_id_61, p2_.landing_template_id AS landing_template_id_62, p2_.nav_back_button_title_id AS nav_back_button_title_id_63, p2_.nav_back_button_page_id AS nav_back_button_page_id_64, p2_.parent_id AS parent_id_65 FROM page p0_ LEFT JOIN page p1_ ON p0_.nav_back_button_page_id = p1_.id LEFT JOIN page p2_ ON p0_.parent_id = p2_.id LEFT JOIN text_content t3_ ON p0_.slug_id = t3_.id LEFT JOIN translation t4_ ON t3_.id = t4_.text_content_id WHERE t4_.translated_text = ? 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,
p1_.id AS id_7,
p1_.created_at AS created_at_8,
p1_.updated_at AS updated_at_9,
p1_.enabled AS enabled_10,
p1_.publication_start_date AS publication_start_date_11,
p1_.publication_end_date AS publication_end_date_12,
p1_.is_nav_back_button_enabled AS is_nav_back_button_enabled_13,
p2_.id AS id_14,
p2_.created_at AS created_at_15,
p2_.updated_at AS updated_at_16,
p2_.enabled AS enabled_17,
p2_.publication_start_date AS publication_start_date_18,
p2_.publication_end_date AS publication_end_date_19,
p2_.is_nav_back_button_enabled AS is_nav_back_button_enabled_20,
p0_.title_id AS title_id_21,
p0_.slug_id AS slug_id_22,
p0_.template_id AS template_id_23,
p0_.internal_template_id AS internal_template_id_24,
p0_.article_template_id AS article_template_id_25,
p0_.list_articles_template_id AS list_articles_template_id_26,
p0_.switch_home_template_id AS switch_home_template_id_27,
p0_.switch_home_location_template_id AS switch_home_location_template_id_28,
p0_.seo_id AS seo_id_29,
p0_.contact_template_id AS contact_template_id_30,
p0_.sitemap_template_id AS sitemap_template_id_31,
p0_.landing_template_id AS landing_template_id_32,
p0_.nav_back_button_title_id AS nav_back_button_title_id_33,
p0_.nav_back_button_page_id AS nav_back_button_page_id_34,
p0_.parent_id AS parent_id_35,
p1_.title_id AS title_id_36,
p1_.slug_id AS slug_id_37,
p1_.template_id AS template_id_38,
p1_.internal_template_id AS internal_template_id_39,
p1_.article_template_id AS article_template_id_40,
p1_.list_articles_template_id AS list_articles_template_id_41,
p1_.switch_home_template_id AS switch_home_template_id_42,
p1_.switch_home_location_template_id AS switch_home_location_template_id_43,
p1_.seo_id AS seo_id_44,
p1_.contact_template_id AS contact_template_id_45,
p1_.sitemap_template_id AS sitemap_template_id_46,
p1_.landing_template_id AS landing_template_id_47,
p1_.nav_back_button_title_id AS nav_back_button_title_id_48,
p1_.nav_back_button_page_id AS nav_back_button_page_id_49,
p1_.parent_id AS parent_id_50,
p2_.title_id AS title_id_51,
p2_.slug_id AS slug_id_52,
p2_.template_id AS template_id_53,
p2_.internal_template_id AS internal_template_id_54,
p2_.article_template_id AS article_template_id_55,
p2_.list_articles_template_id AS list_articles_template_id_56,
p2_.switch_home_template_id AS switch_home_template_id_57,
p2_.switch_home_location_template_id AS switch_home_location_template_id_58,
p2_.seo_id AS seo_id_59,
p2_.contact_template_id AS contact_template_id_60,
p2_.sitemap_template_id AS sitemap_template_id_61,
p2_.landing_template_id AS landing_template_id_62,
p2_.nav_back_button_title_id AS nav_back_button_title_id_63,
p2_.nav_back_button_page_id AS nav_back_button_page_id_64,
p2_.parent_id AS parent_id_65
FROM
page p0_
LEFT JOIN page p1_ ON p0_.nav_back_button_page_id = p1_.id
LEFT JOIN page p2_ ON p0_.parent_id = p2_.id
LEFT JOIN text_content t3_ ON p0_.slug_id = t3_.id
LEFT JOIN translation t4_ ON t3_.id = t4_.text_content_id
WHERE
t4_.translated_text = ?
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, p1_.id AS id_7, p1_.created_at AS created_at_8, p1_.updated_at AS updated_at_9, p1_.enabled AS enabled_10, p1_.publication_start_date AS publication_start_date_11, p1_.publication_end_date AS publication_end_date_12, p1_.is_nav_back_button_enabled AS is_nav_back_button_enabled_13, p2_.id AS id_14, p2_.created_at AS created_at_15, p2_.updated_at AS updated_at_16, p2_.enabled AS enabled_17, p2_.publication_start_date AS publication_start_date_18, p2_.publication_end_date AS publication_end_date_19, p2_.is_nav_back_button_enabled AS is_nav_back_button_enabled_20, p0_.title_id AS title_id_21, p0_.slug_id AS slug_id_22, p0_.template_id AS template_id_23, p0_.internal_template_id AS internal_template_id_24, p0_.article_template_id AS article_template_id_25, p0_.list_articles_template_id AS list_articles_template_id_26, p0_.switch_home_template_id AS switch_home_template_id_27, p0_.switch_home_location_template_id AS switch_home_location_template_id_28, p0_.seo_id AS seo_id_29, p0_.contact_template_id AS contact_template_id_30, p0_.sitemap_template_id AS sitemap_template_id_31, p0_.landing_template_id AS landing_template_id_32, p0_.nav_back_button_title_id AS nav_back_button_title_id_33, p0_.nav_back_button_page_id AS nav_back_button_page_id_34, p0_.parent_id AS parent_id_35, p1_.title_id AS title_id_36, p1_.slug_id AS slug_id_37, p1_.template_id AS template_id_38, p1_.internal_template_id AS internal_template_id_39, p1_.article_template_id AS article_template_id_40, p1_.list_articles_template_id AS list_articles_template_id_41, p1_.switch_home_template_id AS switch_home_template_id_42, p1_.switch_home_location_template_id AS switch_home_location_template_id_43, p1_.seo_id AS seo_id_44, p1_.contact_template_id AS contact_template_id_45, p1_.sitemap_template_id AS sitemap_template_id_46, p1_.landing_template_id AS landing_template_id_47, p1_.nav_back_button_title_id AS nav_back_button_title_id_48, p1_.nav_back_button_page_id AS nav_back_button_page_id_49, p1_.parent_id AS parent_id_50, p2_.title_id AS title_id_51, p2_.slug_id AS slug_id_52, p2_.template_id AS template_id_53, p2_.internal_template_id AS internal_template_id_54, p2_.article_template_id AS article_template_id_55, p2_.list_articles_template_id AS list_articles_template_id_56, p2_.switch_home_template_id AS switch_home_template_id_57, p2_.switch_home_location_template_id AS switch_home_location_template_id_58, p2_.seo_id AS seo_id_59, p2_.contact_template_id AS contact_template_id_60, p2_.sitemap_template_id AS sitemap_template_id_61, p2_.landing_template_id AS landing_template_id_62, p2_.nav_back_button_title_id AS nav_back_button_title_id_63, p2_.nav_back_button_page_id AS nav_back_button_page_id_64, p2_.parent_id AS parent_id_65 FROM page p0_ LEFT JOIN page p1_ ON p0_.nav_back_button_page_id = p1_.id LEFT JOIN page p2_ ON p0_.parent_id = p2_.id LEFT JOIN text_content t3_ ON p0_.slug_id = t3_.id LEFT JOIN translation t4_ ON t3_.id = t4_.text_content_id WHERE t4_.translated_text = 'lyon' AND p0_.enabled = 1;
|
5 |
0.10 ms |
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 (29, 18);
|
6 |
0.07 ms |
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
19
20
21
22
23
24
25
26
27
28
30
34
35
36
37
38
39
40
41
42
43
]
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 (19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43);
|
7 |
0.06 ms |
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;
|
8 |
0.05 ms |
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 = 549;
|
9 |
0.05 ms |
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 = 549) LIMIT 1;
|
10 |
0.05 ms |
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;
|
11 |
0.06 ms |
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 = 550;
|
12 |
0.05 ms |
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 = 550) LIMIT 1;
|
13 |
0.05 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.keyname AS keyname_3 FROM template t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.keyname AS keyname_3 FROM template t0 WHERE t0.id = 10;
|
14 |
0.07 ms |
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 = 30;
|
15 |
0.04 ms |
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;
|
16 |
0.14 ms |
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 = 562;
|
17 |
0.04 ms |
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 = 562) LIMIT 1;
|
18 |
0.04 ms |
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;
|
19 |
0.04 ms |
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 = 563;
|
20 |
0.03 ms |
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 = 563) LIMIT 1;
|
21 |
0.04 ms |
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;
|
22 |
0.04 ms |
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 = 564;
|
23 |
0.04 ms |
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 = 564) LIMIT 1;
|
24 |
0.04 ms |
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;
|
25 |
0.04 ms |
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 = 651;
|
26 |
0.04 ms |
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 = 651) LIMIT 1;
|
27 |
0.06 ms |
SELECT t0.id AS id_1, t0.redirection_type AS redirection_type_2, t0.redirection_video AS redirection_video_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.position AS position_6, t0.format AS format_7, t0.background_class AS background_class_8, t0.page_id AS page_id_9, t0.title_id AS title_id_10, t0.redirection_link_id AS redirection_link_id_11, t0.redirection_page_id AS redirection_page_id_12, t13.id AS id_14, t13.created_at AS created_at_15, t13.updated_at AS updated_at_16, t13.enabled AS enabled_17, t13.publication_start_date AS publication_start_date_18, t13.publication_end_date AS publication_end_date_19, t13.is_nav_back_button_enabled AS is_nav_back_button_enabled_20, t13.title_id AS title_id_21, t13.slug_id AS slug_id_22, t13.template_id AS template_id_23, t13.internal_template_id AS internal_template_id_24, t13.article_template_id AS article_template_id_25, t13.list_articles_template_id AS list_articles_template_id_26, t13.switch_home_template_id AS switch_home_template_id_27, t13.switch_home_location_template_id AS switch_home_location_template_id_28, t13.seo_id AS seo_id_29, t13.contact_template_id AS contact_template_id_30, t13.sitemap_template_id AS sitemap_template_id_31, t13.landing_template_id AS landing_template_id_32, t13.nav_back_button_title_id AS nav_back_button_title_id_33, t13.nav_back_button_page_id AS nav_back_button_page_id_34, t13.parent_id AS parent_id_35, t0.nav_id AS nav_id_36, t0.sub_nav_id AS sub_nav_id_37 FROM nav_link t0 LEFT JOIN page t13 ON t0.redirection_page_id = t13.id WHERE t0.page_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.redirection_type AS redirection_type_2, t0.redirection_video AS redirection_video_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.position AS position_6, t0.format AS format_7, t0.background_class AS background_class_8, t0.page_id AS page_id_9, t0.title_id AS title_id_10, t0.redirection_link_id AS redirection_link_id_11, t0.redirection_page_id AS redirection_page_id_12, t13.id AS id_14, t13.created_at AS created_at_15, t13.updated_at AS updated_at_16, t13.enabled AS enabled_17, t13.publication_start_date AS publication_start_date_18, t13.publication_end_date AS publication_end_date_19, t13.is_nav_back_button_enabled AS is_nav_back_button_enabled_20, t13.title_id AS title_id_21, t13.slug_id AS slug_id_22, t13.template_id AS template_id_23, t13.internal_template_id AS internal_template_id_24, t13.article_template_id AS article_template_id_25, t13.list_articles_template_id AS list_articles_template_id_26, t13.switch_home_template_id AS switch_home_template_id_27, t13.switch_home_location_template_id AS switch_home_location_template_id_28, t13.seo_id AS seo_id_29, t13.contact_template_id AS contact_template_id_30, t13.sitemap_template_id AS sitemap_template_id_31, t13.landing_template_id AS landing_template_id_32, t13.nav_back_button_title_id AS nav_back_button_title_id_33, t13.nav_back_button_page_id AS nav_back_button_page_id_34, t13.parent_id AS parent_id_35, t0.nav_id AS nav_id_36, t0.sub_nav_id AS sub_nav_id_37 FROM nav_link t0 LEFT JOIN page t13 ON t0.redirection_page_id = t13.id WHERE t0.page_id = 29 ORDER BY t0.position ASC;
|
28 |
0.04 ms |
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;
|
29 |
0.05 ms |
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 = 551;
|
30 |
0.04 ms |
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 = 551) LIMIT 1;
|
31 |
0.04 ms |
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;
|
32 |
0.03 ms |
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 = 362;
|
33 |
0.04 ms |
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 = 362) LIMIT 1;
|
34 |
0.04 ms |
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;
|
35 |
0.03 ms |
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 = 361;
|
36 |
0.04 ms |
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 = 361) LIMIT 1;
|
37 |
0.04 ms |
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;
|
38 |
0.16 ms |
SELECT t0.id AS id_1, t0.template_id AS template_id_2, t3.id AS id_4, t3.created_at AS created_at_5, t3.updated_at AS updated_at_6, t3.enabled AS enabled_7, t3.publication_start_date AS publication_start_date_8, t3.publication_end_date AS publication_end_date_9, t3.is_nav_back_button_enabled AS is_nav_back_button_enabled_10, t3.title_id AS title_id_11, t3.slug_id AS slug_id_12, t3.template_id AS template_id_13, t3.internal_template_id AS internal_template_id_14, t3.article_template_id AS article_template_id_15, t3.list_articles_template_id AS list_articles_template_id_16, t3.switch_home_template_id AS switch_home_template_id_17, t3.switch_home_location_template_id AS switch_home_location_template_id_18, t3.seo_id AS seo_id_19, t3.contact_template_id AS contact_template_id_20, t3.sitemap_template_id AS sitemap_template_id_21, t3.landing_template_id AS landing_template_id_22, t3.nav_back_button_title_id AS nav_back_button_title_id_23, t3.nav_back_button_page_id AS nav_back_button_page_id_24, t3.parent_id AS parent_id_25, t0.subtitle_id AS subtitle_id_26, t0.image_id AS image_id_27, t0.why_section_title_id AS why_section_title_id_28, t0.why_section_content_id AS why_section_content_id_29, t0.popular_places_title_id AS popular_places_title_id_30, t0.popular_places_content_id AS popular_places_content_id_31, t0.feedback_section_title_id AS feedback_section_title_id_32, t0.feedback_section_content_id AS feedback_section_content_id_33, t0.faq_title_id AS faq_title_id_34, t0.location_id AS location_id_35 FROM switch_home_location_template t0 LEFT JOIN page t3 ON t3.switch_home_location_template_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.template_id AS template_id_2, t3.id AS id_4, t3.created_at AS created_at_5, t3.updated_at AS updated_at_6, t3.enabled AS enabled_7, t3.publication_start_date AS publication_start_date_8, t3.publication_end_date AS publication_end_date_9, t3.is_nav_back_button_enabled AS is_nav_back_button_enabled_10, t3.title_id AS title_id_11, t3.slug_id AS slug_id_12, t3.template_id AS template_id_13, t3.internal_template_id AS internal_template_id_14, t3.article_template_id AS article_template_id_15, t3.list_articles_template_id AS list_articles_template_id_16, t3.switch_home_template_id AS switch_home_template_id_17, t3.switch_home_location_template_id AS switch_home_location_template_id_18, t3.seo_id AS seo_id_19, t3.contact_template_id AS contact_template_id_20, t3.sitemap_template_id AS sitemap_template_id_21, t3.landing_template_id AS landing_template_id_22, t3.nav_back_button_title_id AS nav_back_button_title_id_23, t3.nav_back_button_page_id AS nav_back_button_page_id_24, t3.parent_id AS parent_id_25, t0.subtitle_id AS subtitle_id_26, t0.image_id AS image_id_27, t0.why_section_title_id AS why_section_title_id_28, t0.why_section_content_id AS why_section_content_id_29, t0.popular_places_title_id AS popular_places_title_id_30, t0.popular_places_content_id AS popular_places_content_id_31, t0.feedback_section_title_id AS feedback_section_title_id_32, t0.feedback_section_content_id AS feedback_section_content_id_33, t0.faq_title_id AS faq_title_id_34, t0.location_id AS location_id_35 FROM switch_home_location_template t0 LEFT JOIN page t3 ON t3.switch_home_location_template_id = t0.id WHERE t0.id = 12;
|
39 |
0.05 ms |
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;
|
40 |
0.05 ms |
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 = 552;
|
41 |
0.05 ms |
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 = 552) LIMIT 1;
|
42 |
0.04 ms |
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 switch_home_location_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 switch_home_location_image t0 WHERE t0.id = 12;
|
43 |
0.05 ms |
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;
|
44 |
0.05 ms |
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 = 553;
|
45 |
0.04 ms |
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 = 553) LIMIT 1;
|
46 |
0.04 ms |
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;
|
47 |
0.03 ms |
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 = 554;
|
48 |
0.03 ms |
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 = 554) LIMIT 1;
|
49 |
0.03 ms |
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;
|
50 |
0.03 ms |
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 = 555;
|
51 |
0.14 ms |
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 = 555) LIMIT 1;
|
52 |
0.05 ms |
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;
|
53 |
0.14 ms |
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 = 556;
|
54 |
0.04 ms |
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 = 556) LIMIT 1;
|
55 |
0.04 ms |
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;
|
56 |
0.04 ms |
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 = 557;
|
57 |
0.05 ms |
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 = 557) LIMIT 1;
|
58 |
0.04 ms |
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;
|
59 |
0.03 ms |
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 = 558;
|
60 |
0.05 ms |
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 = 558) LIMIT 1;
|
61 |
0.04 ms |
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;
|
62 |
0.03 ms |
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 = 559;
|
63 |
0.03 ms |
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 = 559) LIMIT 1;
|
64 |
0.04 ms |
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;
|
65 |
0.03 ms |
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 = 560;
|
66 |
0.03 ms |
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 = 560) LIMIT 1;
|
67 |
0.04 ms |
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.switch_home_location_template_id AS switch_home_location_template_id_5 FROM switch_home_location_question t0 WHERE t0.switch_home_location_template_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.switch_home_location_template_id AS switch_home_location_template_id_5 FROM switch_home_location_question t0 WHERE t0.switch_home_location_template_id = 12 ORDER BY t0.position ASC;
|
68 |
0.05 ms |
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;
|
69 |
0.04 ms |
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 = 1062;
|
70 |
0.03 ms |
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 = 1062) LIMIT 1;
|
71 |
0.04 ms |
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;
|
72 |
0.03 ms |
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 = 1063;
|
73 |
0.04 ms |
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 = 1063) LIMIT 1;
|
74 |
0.03 ms |
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;
|
75 |
0.03 ms |
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 = 1064;
|
76 |
0.04 ms |
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 = 1064) LIMIT 1;
|
77 |
0.04 ms |
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;
|
78 |
0.03 ms |
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 = 1065;
|
79 |
0.03 ms |
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 = 1065) LIMIT 1;
|
80 |
0.03 ms |
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;
|
81 |
0.03 ms |
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 = 1066;
|
82 |
0.03 ms |
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 = 1066) LIMIT 1;
|
83 |
0.03 ms |
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;
|
84 |
0.04 ms |
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 = 1067;
|
85 |
0.03 ms |
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 = 1067) LIMIT 1;
|
86 |
0.03 ms |
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;
|
87 |
0.04 ms |
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 = 561;
|
88 |
0.03 ms |
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 = 561) LIMIT 1;
|
89 |
0.05 ms |
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;
|
90 |
0.05 ms |
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;
|
91 |
0.04 ms |
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;
|
92 |
0.04 ms |
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;
|
93 |
0.03 ms |
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;
|
94 |
0.04 ms |
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;
|
95 |
0.03 ms |
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;
|
96 |
0.03 ms |
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;
|
97 |
0.03 ms |
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;
|
98 |
0.03 ms |
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;
|
99 |
0.03 ms |
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;
|
100 |
0.04 ms |
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;
|
101 |
0.04 ms |
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;
|
102 |
0.03 ms |
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;
|
103 |
0.03 ms |
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;
|
104 |
0.04 ms |
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;
|
105 |
0.03 ms |
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;
|
106 |
0.04 ms |
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;
|