1 |
0.09 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.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.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.08 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: [
"blog"
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 = 'blog' AND t0.language_id = 1 AND t0.enabled = 1 LIMIT 1;
|
4 |
0.12 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 = 'blog' AND p0_.enabled = 1;
|
5 |
0.14 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 (1);
|
6 |
0.07 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;
|
7 |
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 = 5;
|
8 |
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 = 5) LIMIT 1;
|
9 |
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;
|
10 |
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 = 6;
|
11 |
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 = 6) LIMIT 1;
|
12 |
0.04 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 = 3;
|
13 |
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 = 2;
|
14 |
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;
|
15 |
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 = 29;
|
16 |
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 = 29) LIMIT 1;
|
17 |
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;
|
18 |
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 = 30;
|
19 |
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 = 30) LIMIT 1;
|
20 |
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;
|
21 |
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 = 31;
|
22 |
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 = 31) LIMIT 1;
|
23 |
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;
|
24 |
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 = 222;
|
25 |
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 = 222) LIMIT 1;
|
26 |
0.05 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 = 1 ORDER BY t0.position ASC;
|
27 |
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;
|
28 |
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 = 7;
|
29 |
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 = 7) LIMIT 1;
|
30 |
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;
|
31 |
0.05 ms |
SELECT c0_.id AS id_0, c0_.name_id AS name_id_1, c0_.slug_id AS slug_id_2 FROM category c0_ INNER JOIN text_content t1_ ON c0_.slug_id = t1_.id INNER JOIN translation t2_ ON t1_.id = t2_.text_content_id WHERE t2_.language_id = ? AND t2_.translated_text IN (?)
Parameters: [
1
"actualites"
]
SELECT c0_.id AS id_0, c0_.name_id AS name_id_1, c0_.slug_id AS slug_id_2 FROM category c0_ INNER JOIN text_content t1_ ON c0_.slug_id = t1_.id INNER JOIN translation t2_ ON t1_.id = t2_.text_content_id WHERE t2_.language_id = 1 AND t2_.translated_text IN ('actualites');
|
32 |
0.05 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM article_template a0_ INNER JOIN page p1_ ON a0_.id = p1_.article_template_id LEFT JOIN article_template_category a3_ ON a0_.id = a3_.article_template_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE p1_.enabled = ? AND c2_.id IN (?) ORDER BY a0_.publication_date DESC) dctrn_result) dctrn_table
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM article_template a0_ INNER JOIN page p1_ ON a0_.id = p1_.article_template_id LEFT JOIN article_template_category a3_ ON a0_.id = a3_.article_template_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE p1_.enabled = 1 AND c2_.id IN (2) ORDER BY a0_.publication_date DESC) dctrn_result) dctrn_table;
|
33 |
0.05 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, publication_date_3 FROM (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, p1_.id AS id_4, p1_.created_at AS created_at_5, p1_.updated_at AS updated_at_6, p1_.enabled AS enabled_7, p1_.publication_start_date AS publication_start_date_8, p1_.publication_end_date AS publication_end_date_9, p1_.is_nav_back_button_enabled AS is_nav_back_button_enabled_10, c2_.id AS id_11 FROM article_template a0_ INNER JOIN page p1_ ON a0_.id = p1_.article_template_id LEFT JOIN article_template_category a3_ ON a0_.id = a3_.article_template_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE p1_.enabled = ? AND c2_.id IN (?)) dctrn_result_inner ORDER BY publication_date_3 DESC) dctrn_result LIMIT 8
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, publication_date_3 FROM (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, p1_.id AS id_4, p1_.created_at AS created_at_5, p1_.updated_at AS updated_at_6, p1_.enabled AS enabled_7, p1_.publication_start_date AS publication_start_date_8, p1_.publication_end_date AS publication_end_date_9, p1_.is_nav_back_button_enabled AS is_nav_back_button_enabled_10, c2_.id AS id_11 FROM article_template a0_ INNER JOIN page p1_ ON a0_.id = p1_.article_template_id LEFT JOIN article_template_category a3_ ON a0_.id = a3_.article_template_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE p1_.enabled = 1 AND c2_.id IN (2)) dctrn_result_inner ORDER BY publication_date_3 DESC) dctrn_result LIMIT 8;
|
34 |
0.05 ms |
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 LEFT JOIN article_template_category a3_ ON a0_.id = a3_.article_template_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE p1_.enabled = ? AND c2_.id IN (?) AND a0_.id IN (?, ?) ORDER BY a0_.publication_date DESC
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 LEFT JOIN article_template_category a3_ ON a0_.id = a3_.article_template_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE p1_.enabled = 1 AND c2_.id IN (2) AND a0_.id IN (8, 7) ORDER BY a0_.publication_date DESC;
|
35 |
0.08 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.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;
|
36 |
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 (?)
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 (45);
|
37 |
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.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 = 7;
|
38 |
0.06 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 (44);
|
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.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 = 960;
|
41 |
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 = 960) 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 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;
|
43 |
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;
|
44 |
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 = 961;
|
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 = 961) LIMIT 1;
|
46 |
0.04 ms |
SELECT t0.id AS id_1, t0.name_id AS name_id_2, t0.slug_id AS slug_id_3 FROM category t0 INNER JOIN article_template_category ON t0.id = article_template_category.category_id WHERE article_template_category.article_template_id = ?
SELECT t0.id AS id_1, t0.name_id AS name_id_2, t0.slug_id AS slug_id_3 FROM category t0 INNER JOIN article_template_category ON t0.id = article_template_category.category_id WHERE article_template_category.article_template_id = 8;
|
47 |
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;
|
48 |
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 = 89;
|
49 |
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 = 89) LIMIT 1;
|
50 |
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;
|
51 |
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 = 142;
|
52 |
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 = 142) LIMIT 1;
|
53 |
0.04 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.name AS name_3, t0.email AS email_4, t0.notified AS notified_5, t0.created_at AS created_at_6, t0.enabled AS enabled_7, t0.article_template_id AS article_template_id_8 FROM comment t0 WHERE t0.article_template_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.content AS content_2, t0.name AS name_3, t0.email AS email_4, t0.notified AS notified_5, t0.created_at AS created_at_6, t0.enabled AS enabled_7, t0.article_template_id AS article_template_id_8 FROM comment t0 WHERE t0.article_template_id = 8 ORDER BY t0.created_at DESC;
|
54 |
0.04 ms |
SELECT t0.id AS id_1, t0.images_align AS images_align_2, t0.position AS position_3, t0.title_id AS title_id_4, t0.subtitle_id AS subtitle_id_5, t0.content_id AS content_id_6, t0.article_template_id AS article_template_id_7 FROM article_block t0 WHERE t0.article_template_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.images_align AS images_align_2, t0.position AS position_3, t0.title_id AS title_id_4, t0.subtitle_id AS subtitle_id_5, t0.content_id AS content_id_6, t0.article_template_id AS article_template_id_7 FROM article_block t0 WHERE t0.article_template_id = 8 ORDER BY t0.position ASC;
|
55 |
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;
|
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 = 939;
|
57 |
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 = 939) 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 = 940;
|
60 |
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 = 940) LIMIT 1;
|
61 |
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;
|
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 = 941;
|
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 = 941) LIMIT 1;
|
64 |
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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 12;
|
65 |
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;
|
66 |
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 = 942;
|
67 |
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 = 942) LIMIT 1;
|
68 |
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;
|
69 |
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 = 943;
|
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 = 943) LIMIT 1;
|
71 |
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;
|
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 = 944;
|
73 |
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 = 944) LIMIT 1;
|
74 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 13;
|
75 |
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;
|
76 |
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 = 945;
|
77 |
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 = 945) LIMIT 1;
|
78 |
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;
|
79 |
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 = 946;
|
80 |
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 = 946) LIMIT 1;
|
81 |
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;
|
82 |
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 = 947;
|
83 |
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 = 947) LIMIT 1;
|
84 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 14;
|
85 |
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;
|
86 |
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 = 948;
|
87 |
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 = 948) LIMIT 1;
|
88 |
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;
|
89 |
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 = 949;
|
90 |
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 = 949) LIMIT 1;
|
91 |
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;
|
92 |
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 = 950;
|
93 |
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 = 950) LIMIT 1;
|
94 |
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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 15;
|
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.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 = 951;
|
97 |
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 = 951) 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.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 = 952;
|
100 |
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 = 952) LIMIT 1;
|
101 |
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;
|
102 |
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 = 953;
|
103 |
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 = 953) LIMIT 1;
|
104 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 16;
|
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.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 = 954;
|
107 |
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 = 954) LIMIT 1;
|
108 |
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;
|
109 |
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 = 955;
|
110 |
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 = 955) LIMIT 1;
|
111 |
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;
|
112 |
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 = 956;
|
113 |
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 = 956) LIMIT 1;
|
114 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 17;
|
115 |
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;
|
116 |
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 = 957;
|
117 |
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 = 957) LIMIT 1;
|
118 |
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;
|
119 |
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 = 958;
|
120 |
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 = 958) LIMIT 1;
|
121 |
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;
|
122 |
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 = 959;
|
123 |
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 = 959) LIMIT 1;
|
124 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 18;
|
125 |
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 = 937;
|
126 |
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 = 937) LIMIT 1;
|
127 |
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;
|
128 |
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 = 931;
|
129 |
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 = 931) LIMIT 1;
|
130 |
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 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 = 7;
|
131 |
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;
|
132 |
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 = 932;
|
133 |
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 = 932) LIMIT 1;
|
134 |
0.04 ms |
SELECT t0.id AS id_1, t0.name_id AS name_id_2, t0.slug_id AS slug_id_3 FROM category t0 INNER JOIN article_template_category ON t0.id = article_template_category.category_id WHERE article_template_category.article_template_id = ?
SELECT t0.id AS id_1, t0.name_id AS name_id_2, t0.slug_id AS slug_id_3 FROM category t0 INNER JOIN article_template_category ON t0.id = article_template_category.category_id WHERE article_template_category.article_template_id = 7;
|
135 |
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;
|
136 |
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 = 89) LIMIT 1;
|
137 |
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;
|
138 |
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 = 142) LIMIT 1;
|
139 |
0.04 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.name AS name_3, t0.email AS email_4, t0.notified AS notified_5, t0.created_at AS created_at_6, t0.enabled AS enabled_7, t0.article_template_id AS article_template_id_8 FROM comment t0 WHERE t0.article_template_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.content AS content_2, t0.name AS name_3, t0.email AS email_4, t0.notified AS notified_5, t0.created_at AS created_at_6, t0.enabled AS enabled_7, t0.article_template_id AS article_template_id_8 FROM comment t0 WHERE t0.article_template_id = 7 ORDER BY t0.created_at DESC;
|
140 |
0.03 ms |
SELECT t0.id AS id_1, t0.images_align AS images_align_2, t0.position AS position_3, t0.title_id AS title_id_4, t0.subtitle_id AS subtitle_id_5, t0.content_id AS content_id_6, t0.article_template_id AS article_template_id_7 FROM article_block t0 WHERE t0.article_template_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.images_align AS images_align_2, t0.position AS position_3, t0.title_id AS title_id_4, t0.subtitle_id AS subtitle_id_5, t0.content_id AS content_id_6, t0.article_template_id AS article_template_id_7 FROM article_block t0 WHERE t0.article_template_id = 7 ORDER BY t0.position ASC;
|
141 |
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;
|
142 |
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 = 925;
|
143 |
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 = 925) LIMIT 1;
|
144 |
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;
|
145 |
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 = 926;
|
146 |
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 = 926) LIMIT 1;
|
147 |
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;
|
148 |
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 = 927;
|
149 |
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 = 927) LIMIT 1;
|
150 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 10;
|
151 |
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;
|
152 |
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 = 928;
|
153 |
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 = 928) LIMIT 1;
|
154 |
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;
|
155 |
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 = 929;
|
156 |
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 = 929) LIMIT 1;
|
157 |
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;
|
158 |
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 = 930;
|
159 |
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 = 930) LIMIT 1;
|
160 |
0.03 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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_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, t0.article_block_id AS article_block_id_6 FROM article_block_image t0 WHERE t0.article_block_id = 11;
|
161 |
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 = 923;
|
162 |
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 = 923) LIMIT 1;
|
163 |
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;
|
164 |
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;
|
165 |
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;
|
166 |
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;
|
167 |
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;
|
168 |
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;
|
169 |
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;
|
170 |
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;
|
171 |
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;
|
172 |
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;
|
173 |
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;
|
174 |
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;
|
175 |
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;
|
176 |
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;
|
177 |
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;
|
178 |
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;
|
179 |
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;
|
180 |
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;
|