| 1 |
0.64 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 2 |
0.48 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 3 |
0.44 ms |
SELECT t0.id AS id_1, t0.active_theme_id AS active_theme_id_2 FROM page_builder_settings t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.active_theme_id AS active_theme_id_2 FROM page_builder_settings t0 WHERE t0.id = 1;
|
| 4 |
0.86 ms |
SELECT t0.id AS id_1, t0.site_slug AS site_slug_2, t0.route_name AS route_name_3, t0.site_content AS site_content_4, t0.site_date AS site_date_5, t0.site_excerpt AS site_excerpt_6, t0.site_status AS site_status_7, t0.comment_status AS comment_status_8, t0.site_type AS site_type_9, t0.site_img AS site_img_10, t0.site_user AS site_user_11, t0.site_password AS site_password_12, t0.excerpt_limit AS excerpt_limit_13, t0.extra_css AS extra_css_14, t0.position AS position_15, t0.header AS header_16, t0.footer AS footer_17, t0.custom AS custom_18, t0.builder_active AS builder_active_19, t0.theme_id AS theme_id_20, t0.siteSeo AS siteSeo_21, t0.form_builder_id AS form_builder_id_22, t0.site_category_id AS site_category_id_23 FROM app_sites t0 WHERE t0.theme_id = ? AND t0.site_type = ? AND t0.site_status = ? ORDER BY t0.position ASC
Parameters: [
10
"page"
"publish"
]
SELECT t0.id AS id_1, t0.site_slug AS site_slug_2, t0.route_name AS route_name_3, t0.site_content AS site_content_4, t0.site_date AS site_date_5, t0.site_excerpt AS site_excerpt_6, t0.site_status AS site_status_7, t0.comment_status AS comment_status_8, t0.site_type AS site_type_9, t0.site_img AS site_img_10, t0.site_user AS site_user_11, t0.site_password AS site_password_12, t0.excerpt_limit AS excerpt_limit_13, t0.extra_css AS extra_css_14, t0.position AS position_15, t0.header AS header_16, t0.footer AS footer_17, t0.custom AS custom_18, t0.builder_active AS builder_active_19, t0.theme_id AS theme_id_20, t0.siteSeo AS siteSeo_21, t0.form_builder_id AS form_builder_id_22, t0.site_category_id AS site_category_id_23 FROM app_sites t0 WHERE t0.theme_id = 10 AND t0.site_type = 'page' AND t0.site_status = 'publish' ORDER BY t0.position ASC;
|
| 5 |
0.97 ms |
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = ? AND t0.post_status = ? ORDER BY t0.position ASC
Parameters: [
"post"
"publish"
]
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = 'post' AND t0.post_status = 'publish' ORDER BY t0.position ASC;
|
| 6 |
0.62 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.id = 9;
|
| 7 |
0.34 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.id = 1;
|
| 8 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.id = 2;
|
| 9 |
0.84 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 55;
|
| 10 |
0.67 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.theme_id = ? ORDER BY t0.title ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.theme_id = 10 ORDER BY t0.title ASC;
|
| 11 |
0.89 ms |
SELECT c0_.id AS id_0, c0_.scope AS scope_1, c0_.plugin_name AS plugin_name_2, c0_.domain AS domain_3, c0_.messages AS messages_4, c0_.checksum AS checksum_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c1_.id AS id_8, c1_.locale AS locale_9, c1_.name AS name_10, c1_.native_name AS native_name_11, c1_.fallback_locale AS fallback_locale_12, c1_.is_active AS is_active_13, c1_.is_default AS is_default_14, c1_.position AS position_15, c1_.created_at AS created_at_16, c1_.updated_at AS updated_at_17, c0_.language_id AS language_id_18 FROM cms_translation c0_ INNER JOIN cms_language c1_ ON c0_.language_id = c1_.id WHERE c1_.locale = ? AND c1_.is_active = ? ORDER BY c0_.scope ASC, c0_.plugin_name ASC, c0_.domain ASC
SELECT c0_.id AS id_0, c0_.scope AS scope_1, c0_.plugin_name AS plugin_name_2, c0_.domain AS domain_3, c0_.messages AS messages_4, c0_.checksum AS checksum_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c1_.id AS id_8, c1_.locale AS locale_9, c1_.name AS name_10, c1_.native_name AS native_name_11, c1_.fallback_locale AS fallback_locale_12, c1_.is_active AS is_active_13, c1_.is_default AS is_default_14, c1_.position AS position_15, c1_.created_at AS created_at_16, c1_.updated_at AS updated_at_17, c0_.language_id AS language_id_18 FROM cms_translation c0_ INNER JOIN cms_language c1_ ON c0_.language_id = c1_.id WHERE c1_.locale = 'de' AND c1_.is_active = 1 ORDER BY c0_.scope ASC, c0_.plugin_name ASC, c0_.domain ASC;
|
| 12 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 13 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 14 |
0.45 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 15 |
0.33 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 16 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 17 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 18 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 19 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 20 |
0.36 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 21 |
0.28 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 22 |
0.50 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"Analytics"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'Analytics' LIMIT 1;
|
| 23 |
0.32 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 24 |
0.32 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 25 |
0.35 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 26 |
0.46 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"Analytics"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'Analytics' LIMIT 1;
|
| 27 |
0.32 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 28 |
0.30 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 29 |
0.28 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 30 |
0.38 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 31 |
0.44 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 32 |
0.51 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 33 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 34 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 35 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 36 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 37 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 38 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 39 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 40 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 41 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 42 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 43 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 44 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 45 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 46 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 47 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 48 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 49 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 50 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 51 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 52 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 53 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 54 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 55 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 56 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 57 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 58 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 59 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 60 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 61 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 62 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 63 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 64 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 65 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 66 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 67 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 68 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 69 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 70 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 71 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 72 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 73 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 74 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 75 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 76 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 77 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 78 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 79 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 80 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 81 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 82 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 83 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 84 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 85 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 86 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 87 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 88 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 89 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 90 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 91 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 92 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 93 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 94 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 95 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 96 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 97 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 98 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 99 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 100 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 101 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 102 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 103 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 104 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 105 |
0.42 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 106 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 107 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 108 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 109 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 110 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 111 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 112 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 113 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 114 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 115 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 116 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 117 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 118 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 119 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 120 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 121 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 122 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 123 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 124 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 125 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 126 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 127 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 128 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 129 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 130 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 131 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 132 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 133 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 134 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 135 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 136 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 137 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 138 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 139 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 140 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 141 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 142 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 143 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 144 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 145 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 146 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 147 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 148 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 149 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 150 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 151 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 152 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 153 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 154 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 155 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 156 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 157 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 158 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 159 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 160 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 161 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 162 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 163 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 164 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 165 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 166 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 167 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 168 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 169 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 170 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 171 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 172 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 173 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 174 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 175 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 176 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 177 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 178 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 179 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 180 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 181 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 182 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 183 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 184 |
0.46 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 185 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 186 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 187 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 188 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 189 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 190 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 191 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 192 |
0.46 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 193 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 194 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 195 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 196 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 197 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 198 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 199 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 200 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 201 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 202 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 203 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 204 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 205 |
0.48 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 206 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 207 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 208 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 209 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 210 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 211 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 212 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 213 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 214 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 215 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 216 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 217 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 218 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 219 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 220 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 221 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 222 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 223 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 224 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 225 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 226 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 227 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 228 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 229 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 230 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 231 |
0.24 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 232 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 233 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 234 |
0.24 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 235 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 236 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 237 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 238 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 239 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 240 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 241 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 242 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 243 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 244 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 245 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 246 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 247 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 248 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 249 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 250 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 251 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 252 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 253 |
0.24 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 254 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 255 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 256 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 257 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 258 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 259 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 260 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 261 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 262 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 263 |
0.94 ms |
SELECT a0_.id AS id_0, a0_.site_slug AS site_slug_1, a0_.route_name AS route_name_2, a0_.site_content AS site_content_3, a0_.site_date AS site_date_4, a0_.site_excerpt AS site_excerpt_5, a0_.site_status AS site_status_6, a0_.comment_status AS comment_status_7, a0_.site_type AS site_type_8, a0_.site_img AS site_img_9, a0_.site_user AS site_user_10, a0_.site_password AS site_password_11, a0_.excerpt_limit AS excerpt_limit_12, a0_.extra_css AS extra_css_13, a0_.position AS position_14, a0_.header AS header_15, a0_.footer AS footer_16, a0_.custom AS custom_17, a0_.builder_active AS builder_active_18, a0_.theme_id AS theme_id_19, a0_.siteSeo AS siteSeo_20, a0_.form_builder_id AS form_builder_id_21, a0_.site_category_id AS site_category_id_22 FROM app_sites a0_ INNER JOIN site_category s1_ ON a0_.site_category_id = s1_.id WHERE a0_.site_type = ? AND s1_.theme_id = ? ORDER BY a0_.position ASC
Parameters: [
"page"
10
]
SELECT a0_.id AS id_0, a0_.site_slug AS site_slug_1, a0_.route_name AS route_name_2, a0_.site_content AS site_content_3, a0_.site_date AS site_date_4, a0_.site_excerpt AS site_excerpt_5, a0_.site_status AS site_status_6, a0_.comment_status AS comment_status_7, a0_.site_type AS site_type_8, a0_.site_img AS site_img_9, a0_.site_user AS site_user_10, a0_.site_password AS site_password_11, a0_.excerpt_limit AS excerpt_limit_12, a0_.extra_css AS extra_css_13, a0_.position AS position_14, a0_.header AS header_15, a0_.footer AS footer_16, a0_.custom AS custom_17, a0_.builder_active AS builder_active_18, a0_.theme_id AS theme_id_19, a0_.siteSeo AS siteSeo_20, a0_.form_builder_id AS form_builder_id_21, a0_.site_category_id AS site_category_id_22 FROM app_sites a0_ INNER JOIN site_category s1_ ON a0_.site_category_id = s1_.id WHERE a0_.site_type = 'page' AND s1_.theme_id = 10 ORDER BY a0_.position ASC;
|
| 264 |
0.39 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.theme_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.created_at AS created_at_8, t0.theme_id AS theme_id_9, t0.category_design_id AS category_design_id_10, t0.post_design_id AS post_design_id_11, t0.post_loop_id AS post_loop_id_12, t0.category_header_id AS category_header_id_13, t0.category_footer_id AS category_footer_id_14, t0.post_header_id AS post_header_id_15, t0.post_footer_id AS post_footer_id_16 FROM post_category t0 WHERE t0.theme_id = 10 ORDER BY t0.position ASC;
|
| 265 |
0.71 ms |
SELECT p0_.id AS id_0, p0_.post_content AS post_content_1, p0_.post_date AS post_date_2, p0_.post_end_date AS post_end_date_3, p0_.post_excerpt AS post_excerpt_4, p0_.comment_status AS comment_status_5, p0_.site_type AS site_type_6, p0_.site_img AS site_img_7, p0_.excerpt_limit AS excerpt_limit_8, p0_.extra_css AS extra_css_9, p0_.position AS position_10, p0_.post_status AS post_status_11, p0_.sticky AS sticky_12, p0_.post_slug AS post_slug_13, p0_.header AS header_14, p0_.footer AS footer_15, p0_.post_gallery AS post_gallery_16, p0_.last_update AS last_update_17, p0_.form_builder_id AS form_builder_id_18, p0_.siteSeo AS siteSeo_19, p0_.post_category_id AS post_category_id_20 FROM post_sites p0_ INNER JOIN post_category p1_ ON p0_.post_category_id = p1_.id WHERE p0_.site_type = ? AND p1_.theme_id = ? ORDER BY p0_.position ASC
Parameters: [
"post"
10
]
SELECT p0_.id AS id_0, p0_.post_content AS post_content_1, p0_.post_date AS post_date_2, p0_.post_end_date AS post_end_date_3, p0_.post_excerpt AS post_excerpt_4, p0_.comment_status AS comment_status_5, p0_.site_type AS site_type_6, p0_.site_img AS site_img_7, p0_.excerpt_limit AS excerpt_limit_8, p0_.extra_css AS extra_css_9, p0_.position AS position_10, p0_.post_status AS post_status_11, p0_.sticky AS sticky_12, p0_.post_slug AS post_slug_13, p0_.header AS header_14, p0_.footer AS footer_15, p0_.post_gallery AS post_gallery_16, p0_.last_update AS last_update_17, p0_.form_builder_id AS form_builder_id_18, p0_.siteSeo AS siteSeo_19, p0_.post_category_id AS post_category_id_20 FROM post_sites p0_ INNER JOIN post_category p1_ ON p0_.post_category_id = p1_.id WHERE p0_.site_type = 'post' AND p1_.theme_id = 10 ORDER BY p0_.position ASC;
|
| 266 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 267 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 268 |
0.29 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 269 |
0.34 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderForms"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderForms' LIMIT 1;
|
| 270 |
0.27 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 271 |
0.22 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 272 |
0.24 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 273 |
0.33 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderForms"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderForms' LIMIT 1;
|
| 274 |
0.27 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 275 |
0.22 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 276 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 277 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 278 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 279 |
0.42 ms |
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.form_id AS form_id_3, t0.type AS type_4, t0.form AS form_5, t0.created_at AS created_at_6 FROM page_builder_forms t0
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.form_id AS form_id_3, t0.type AS type_4, t0.form AS form_5, t0.created_at AS created_at_6 FROM page_builder_forms t0;
|
| 280 |
0.41 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderForms"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderForms' LIMIT 1;
|
| 281 |
0.28 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 282 |
0.27 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 283 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 284 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 285 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 286 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 287 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 288 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 289 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 290 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 291 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 292 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 293 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 294 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 295 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 296 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 297 |
0.24 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 298 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 299 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 300 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 301 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 302 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 303 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 304 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 305 |
0.24 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 306 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 307 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 308 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 309 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 310 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 311 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 312 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 313 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 314 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 315 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 316 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 317 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 318 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 319 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 320 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 321 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 322 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 323 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 324 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 325 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 326 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 327 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 328 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 329 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 330 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 331 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 332 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 333 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 334 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 335 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 336 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 337 |
0.24 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 338 |
0.23 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 339 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 340 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 341 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 342 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 343 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 344 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 345 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 346 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 347 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 348 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 349 |
0.47 ms |
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = ? AND t0.post_status = ? ORDER BY t0.position ASC
Parameters: [
"post"
"publish"
]
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = 'post' AND t0.post_status = 'publish' ORDER BY t0.position ASC;
|
| 350 |
0.82 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 51;
|
| 351 |
0.64 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 11;
|
| 352 |
0.65 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 12;
|
| 353 |
0.60 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 14;
|
| 354 |
0.50 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 15;
|
| 355 |
0.44 ms |
SELECT t0.id AS id_1, t0.site_slug AS site_slug_2, t0.route_name AS route_name_3, t0.site_content AS site_content_4, t0.site_date AS site_date_5, t0.site_excerpt AS site_excerpt_6, t0.site_status AS site_status_7, t0.comment_status AS comment_status_8, t0.site_type AS site_type_9, t0.site_img AS site_img_10, t0.site_user AS site_user_11, t0.site_password AS site_password_12, t0.excerpt_limit AS excerpt_limit_13, t0.extra_css AS extra_css_14, t0.position AS position_15, t0.header AS header_16, t0.footer AS footer_17, t0.custom AS custom_18, t0.builder_active AS builder_active_19, t0.theme_id AS theme_id_20, t0.siteSeo AS siteSeo_21, t0.form_builder_id AS form_builder_id_22, t0.site_category_id AS site_category_id_23 FROM app_sites t0 WHERE t0.site_type = ? AND t0.site_status = ? ORDER BY t0.position ASC
Parameters: [
"page"
"publish"
]
SELECT t0.id AS id_1, t0.site_slug AS site_slug_2, t0.route_name AS route_name_3, t0.site_content AS site_content_4, t0.site_date AS site_date_5, t0.site_excerpt AS site_excerpt_6, t0.site_status AS site_status_7, t0.comment_status AS comment_status_8, t0.site_type AS site_type_9, t0.site_img AS site_img_10, t0.site_user AS site_user_11, t0.site_password AS site_password_12, t0.excerpt_limit AS excerpt_limit_13, t0.extra_css AS extra_css_14, t0.position AS position_15, t0.header AS header_16, t0.footer AS footer_17, t0.custom AS custom_18, t0.builder_active AS builder_active_19, t0.theme_id AS theme_id_20, t0.siteSeo AS siteSeo_21, t0.form_builder_id AS form_builder_id_22, t0.site_category_id AS site_category_id_23 FROM app_sites t0 WHERE t0.site_type = 'page' AND t0.site_status = 'publish' ORDER BY t0.position ASC;
|
| 356 |
0.84 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 23;
|
| 357 |
0.77 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 49;
|
| 358 |
0.65 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 50;
|
| 359 |
0.52 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 21;
|
| 360 |
0.84 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 18;
|
| 361 |
0.55 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 19;
|
| 362 |
0.49 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 20;
|
| 363 |
0.49 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 2;
|
| 364 |
0.75 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 9;
|
| 365 |
0.84 ms |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.seo_title AS seo_title_2,
t0.seo_content AS seo_content_3,
t0.no_index AS no_index_4,
t0.no_follow AS no_follow_5,
t0.fb_active AS fb_active_6,
t0.og_type AS og_type_7,
t0.og_title AS og_title_8,
t0.og_content AS og_content_9,
t0.og_image AS og_image_10,
t0.og_active AS og_active_11,
t0.x_active AS x_active_12,
t0.x_type AS x_type_13,
t0.x_site AS x_site_14,
t0.x_creator AS x_creator_15,
t0.fb_app_id AS fb_app_id_16,
t0.fb_admins AS fb_admins_17,
t0.title_prefix AS title_prefix_18,
t0.title_suffix AS title_suffix_19,
t0.title_separator AS title_separator_20,
t0.reading_time AS reading_time_21,
t0.created_at AS created_at_22,
t0.last_update AS last_update_23,
t24.id AS id_25,
t24.site_slug AS site_slug_26,
t24.route_name AS route_name_27,
t24.site_content AS site_content_28,
t24.site_date AS site_date_29,
t24.site_excerpt AS site_excerpt_30,
t24.site_status AS site_status_31,
t24.comment_status AS comment_status_32,
t24.site_type AS site_type_33,
t24.site_img AS site_img_34,
t24.site_user AS site_user_35,
t24.site_password AS site_password_36,
t24.excerpt_limit AS excerpt_limit_37,
t24.extra_css AS extra_css_38,
t24.position AS position_39,
t24.header AS header_40,
t24.footer AS footer_41,
t24.custom AS custom_42,
t24.builder_active AS builder_active_43,
t24.theme_id AS theme_id_44,
t24.siteSeo AS siteSeo_45,
t24.form_builder_id AS form_builder_id_46,
t24.site_category_id AS site_category_id_47,
t48.id AS id_49,
t48.post_content AS post_content_50,
t48.post_date AS post_date_51,
t48.post_end_date AS post_end_date_52,
t48.post_excerpt AS post_excerpt_53,
t48.comment_status AS comment_status_54,
t48.site_type AS site_type_55,
t48.site_img AS site_img_56,
t48.excerpt_limit AS excerpt_limit_57,
t48.extra_css AS extra_css_58,
t48.position AS position_59,
t48.post_status AS post_status_60,
t48.sticky AS sticky_61,
t48.post_slug AS post_slug_62,
t48.header AS header_63,
t48.footer AS footer_64,
t48.post_gallery AS post_gallery_65,
t48.last_update AS last_update_66,
t48.form_builder_id AS form_builder_id_67,
t48.siteSeo AS siteSeo_68,
t48.post_category_id AS post_category_id_69
FROM
site_seo t0
LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id
LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_content AS seo_content_3, t0.no_index AS no_index_4, t0.no_follow AS no_follow_5, t0.fb_active AS fb_active_6, t0.og_type AS og_type_7, t0.og_title AS og_title_8, t0.og_content AS og_content_9, t0.og_image AS og_image_10, t0.og_active AS og_active_11, t0.x_active AS x_active_12, t0.x_type AS x_type_13, t0.x_site AS x_site_14, t0.x_creator AS x_creator_15, t0.fb_app_id AS fb_app_id_16, t0.fb_admins AS fb_admins_17, t0.title_prefix AS title_prefix_18, t0.title_suffix AS title_suffix_19, t0.title_separator AS title_separator_20, t0.reading_time AS reading_time_21, t0.created_at AS created_at_22, t0.last_update AS last_update_23, t24.id AS id_25, t24.site_slug AS site_slug_26, t24.route_name AS route_name_27, t24.site_content AS site_content_28, t24.site_date AS site_date_29, t24.site_excerpt AS site_excerpt_30, t24.site_status AS site_status_31, t24.comment_status AS comment_status_32, t24.site_type AS site_type_33, t24.site_img AS site_img_34, t24.site_user AS site_user_35, t24.site_password AS site_password_36, t24.excerpt_limit AS excerpt_limit_37, t24.extra_css AS extra_css_38, t24.position AS position_39, t24.header AS header_40, t24.footer AS footer_41, t24.custom AS custom_42, t24.builder_active AS builder_active_43, t24.theme_id AS theme_id_44, t24.siteSeo AS siteSeo_45, t24.form_builder_id AS form_builder_id_46, t24.site_category_id AS site_category_id_47, t48.id AS id_49, t48.post_content AS post_content_50, t48.post_date AS post_date_51, t48.post_end_date AS post_end_date_52, t48.post_excerpt AS post_excerpt_53, t48.comment_status AS comment_status_54, t48.site_type AS site_type_55, t48.site_img AS site_img_56, t48.excerpt_limit AS excerpt_limit_57, t48.extra_css AS extra_css_58, t48.position AS position_59, t48.post_status AS post_status_60, t48.sticky AS sticky_61, t48.post_slug AS post_slug_62, t48.header AS header_63, t48.footer AS footer_64, t48.post_gallery AS post_gallery_65, t48.last_update AS last_update_66, t48.form_builder_id AS form_builder_id_67, t48.siteSeo AS siteSeo_68, t48.post_category_id AS post_category_id_69 FROM site_seo t0 LEFT JOIN app_sites t24 ON t24.siteSeo = t0.id LEFT JOIN post_sites t48 ON t48.siteSeo = t0.id WHERE t0.id = 3;
|
| 366 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 367 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 368 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 369 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 370 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 371 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 372 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 373 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 374 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 375 |
0.27 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 376 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 377 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 378 |
0.46 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 379 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 380 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 381 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 382 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 383 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 384 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 385 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 386 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 387 |
0.31 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 388 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 389 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 390 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 391 |
0.48 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 392 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 393 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 394 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 395 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 396 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 397 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 398 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 399 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 400 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 401 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 402 |
0.31 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderForms"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderForms' LIMIT 1;
|
| 403 |
0.36 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 404 |
0.29 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 405 |
0.38 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 406 |
0.39 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderMaps"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderMaps' LIMIT 1;
|
| 407 |
0.34 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 408 |
0.33 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 409 |
0.36 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 410 |
0.44 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderMaps"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderMaps' LIMIT 1;
|
| 411 |
0.34 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 412 |
0.26 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 413 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 414 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 415 |
0.46 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 416 |
0.41 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = ?
Parameters: [
"protection"
]
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = 'protection';
|
| 417 |
0.48 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 418 |
0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 419 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 420 |
0.37 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = ?
Parameters: [
"protection"
]
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = 'protection';
|
| 421 |
0.49 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 422 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 423 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 424 |
0.35 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = ?
Parameters: [
"protection"
]
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = 'protection';
|
| 425 |
0.48 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 426 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 427 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 428 |
0.39 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = ?
Parameters: [
"protection"
]
SELECT t0.id AS id_1, t0.type AS type_2, t0.designation AS designation_3, t0.map_data AS map_data_4, t0.created_at AS created_at_5 FROM app_maps t0 WHERE t0.type = 'protection';
|
| 429 |
0.49 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderMaps"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderMaps' LIMIT 1;
|
| 430 |
0.36 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 431 |
0.33 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 432 |
0.39 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 433 |
0.51 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderMedia"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderMedia' LIMIT 1;
|
| 434 |
0.37 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 435 |
0.36 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 436 |
0.49 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 437 |
0.53 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderMedia"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderMedia' LIMIT 1;
|
| 438 |
0.36 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 439 |
0.39 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 440 |
0.47 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 441 |
0.46 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 442 |
0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 443 |
0.42 ms |
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = ?
Parameters: [
"gallery"
]
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = 'gallery';
|
| 444 |
0.53 ms |
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = ? AND t0.post_status = ? ORDER BY t0.position ASC
Parameters: [
"post"
"publish"
]
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = 'post' AND t0.post_status = 'publish' ORDER BY t0.position ASC;
|
| 445 |
0.68 ms |
SELECT t0.id AS id_1, t0.site_slug AS site_slug_2, t0.route_name AS route_name_3, t0.site_content AS site_content_4, t0.site_date AS site_date_5, t0.site_excerpt AS site_excerpt_6, t0.site_status AS site_status_7, t0.comment_status AS comment_status_8, t0.site_type AS site_type_9, t0.site_img AS site_img_10, t0.site_user AS site_user_11, t0.site_password AS site_password_12, t0.excerpt_limit AS excerpt_limit_13, t0.extra_css AS extra_css_14, t0.position AS position_15, t0.header AS header_16, t0.footer AS footer_17, t0.custom AS custom_18, t0.builder_active AS builder_active_19, t0.theme_id AS theme_id_20, t0.siteSeo AS siteSeo_21, t0.form_builder_id AS form_builder_id_22, t0.site_category_id AS site_category_id_23 FROM app_sites t0 WHERE t0.site_type = ? AND t0.site_status = ? ORDER BY t0.position ASC
Parameters: [
"page"
"publish"
]
SELECT t0.id AS id_1, t0.site_slug AS site_slug_2, t0.route_name AS route_name_3, t0.site_content AS site_content_4, t0.site_date AS site_date_5, t0.site_excerpt AS site_excerpt_6, t0.site_status AS site_status_7, t0.comment_status AS comment_status_8, t0.site_type AS site_type_9, t0.site_img AS site_img_10, t0.site_user AS site_user_11, t0.site_password AS site_password_12, t0.excerpt_limit AS excerpt_limit_13, t0.extra_css AS extra_css_14, t0.position AS position_15, t0.header AS header_16, t0.footer AS footer_17, t0.custom AS custom_18, t0.builder_active AS builder_active_19, t0.theme_id AS theme_id_20, t0.siteSeo AS siteSeo_21, t0.form_builder_id AS form_builder_id_22, t0.site_category_id AS site_category_id_23 FROM app_sites t0 WHERE t0.site_type = 'page' AND t0.site_status = 'publish' ORDER BY t0.position ASC;
|
| 446 |
0.54 ms |
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = ? AND t0.post_status = ? ORDER BY t0.position ASC
Parameters: [
"post"
"publish"
]
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_end_date AS post_end_date_4, t0.post_excerpt AS post_excerpt_5, t0.comment_status AS comment_status_6, t0.site_type AS site_type_7, t0.site_img AS site_img_8, t0.excerpt_limit AS excerpt_limit_9, t0.extra_css AS extra_css_10, t0.position AS position_11, t0.post_status AS post_status_12, t0.sticky AS sticky_13, t0.post_slug AS post_slug_14, t0.header AS header_15, t0.footer AS footer_16, t0.post_gallery AS post_gallery_17, t0.last_update AS last_update_18, t0.form_builder_id AS form_builder_id_19, t0.siteSeo AS siteSeo_20, t0.post_category_id AS post_category_id_21 FROM post_sites t0 WHERE t0.site_type = 'post' AND t0.post_status = 'publish' ORDER BY t0.position ASC;
|
| 447 |
0.50 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 448 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 449 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 450 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 451 |
0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 452 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 453 |
0.42 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 454 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 455 |
0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 456 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 457 |
0.39 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 458 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 459 |
0.36 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 460 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 461 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 462 |
0.40 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 463 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 464 |
0.36 ms |
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = ?
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = 'slider';
|
| 465 |
0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 466 |
0.44 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 467 |
0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 468 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 469 |
0.41 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 470 |
0.45 ms |
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = ?
Parameters: [
"carousel"
]
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = 'carousel';
|
| 471 |
0.43 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 472 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 473 |
0.34 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 474 |
0.33 ms |
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = ?
SELECT t0.id AS id_1, t0.settings AS settings_2, t0.designation AS designation_3, t0.type AS type_4, t0.created_at AS created_at_5 FROM page_builder_media t0 WHERE t0.type = 'slider';
|
| 475 |
0.44 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderMedia"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderMedia' LIMIT 1;
|
| 476 |
0.42 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 477 |
0.39 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 478 |
0.37 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 479 |
0.45 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderTranslations"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderTranslations' LIMIT 1;
|
| 480 |
0.36 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 481 |
0.34 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 482 |
0.39 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 483 |
0.45 ms |
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = ? LIMIT 1
Parameters: [
"PageBuilderTranslations"
]
SELECT t0.id AS id_1, t0.plugin_name AS plugin_name_2, t0.product AS product_3, t0.license_id AS license_id_4, t0.signed_payload AS signed_payload_5, t0.signature AS signature_6, t0.status AS status_7, t0.features AS features_8, t0.limits AS limits_9, t0.issued_at AS issued_at_10, t0.expires_at AS expires_at_11, t0.refresh_after AS refresh_after_12, t0.grace_until AS grace_until_13, t0.checked_at AS checked_at_14, t0.last_error AS last_error_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin_license t0 WHERE t0.plugin_name = 'PageBuilderTranslations' LIMIT 1;
|
| 484 |
0.37 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 485 |
0.28 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 486 |
0.41 ms |
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.register_ip AS register_ip_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.company AS company_5, t0.zip AS zip_6, t0.country AS country_7, t0.street AS street_8, t0.hnr AS hnr_9, t0.phone AS phone_10, t0.mobil AS mobil_11, t0.notiz AS notiz_12, t0.must_validated AS must_validated_13, t0.created_at AS created_at_14, t0.voter AS voter_15, t0.gravatar AS gravatar_16, t0.account_holder_id AS account_holder_id_17 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1;
|
| 487 |
0.44 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 488 |
0.42 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 489 |
0.58 ms |
SELECT t0.id AS id_1, t0.theme_id AS theme_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.version AS version_6, t0.system_theme AS system_theme_7, t0.manifest AS manifest_8, t0.compiler_settings AS compiler_settings_9, t0.source_path AS source_path_10, t0.source_checksum AS source_checksum_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM page_builder_theme t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.theme_id AS theme_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.version AS version_6, t0.system_theme AS system_theme_7, t0.manifest AS manifest_8, t0.compiler_settings AS compiler_settings_9, t0.source_path AS source_path_10, t0.source_checksum AS source_checksum_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM page_builder_theme t0 WHERE t0.id = 10;
|
| 490 |
0.54 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 491 |
0.35 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 492 |
0.38 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 493 |
0.29 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 494 |
0.30 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 495 |
0.25 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 496 |
0.27 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 497 |
0.43 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 498 |
0.36 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 499 |
0.37 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 500 |
0.29 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 501 |
0.37 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 502 |
0.47 ms |
SELECT c0_.id AS id_0, c0_.locale AS locale_1, c0_.name AS name_2, c0_.native_name AS native_name_3, c0_.fallback_locale AS fallback_locale_4, c0_.is_active AS is_active_5, c0_.is_default AS is_default_6, c0_.position AS position_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9 FROM cms_language c0_ WHERE c0_.is_active = ? ORDER BY c0_.position ASC, c0_.native_name ASC
SELECT c0_.id AS id_0, c0_.locale AS locale_1, c0_.name AS name_2, c0_.native_name AS native_name_3, c0_.fallback_locale AS fallback_locale_4, c0_.is_active AS is_active_5, c0_.is_default AS is_default_6, c0_.position AS position_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9 FROM cms_language c0_ WHERE c0_.is_active = 1 ORDER BY c0_.position ASC, c0_.native_name ASC;
|
| 503 |
0.37 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 504 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 505 |
0.33 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 506 |
0.28 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 507 |
0.27 ms |
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.maintenance_mode AS maintenance_mode_2, t0.version AS version_3, t0.installation_id AS installation_id_4, t0.app AS app_5, t0.email AS email_6, t0.oauth AS oauth_7, t0.log AS log_8, t0.register AS register_9 FROM cms_settings t0 LIMIT 1;
|
| 508 |
0.31 ms |
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1
SELECT theme.theme_id
FROM page_builder_settings settings
INNER JOIN page_builder_theme theme ON theme.id = settings.active_theme_id
WHERE settings.id = 1;
|
| 509 |
0.33 ms |
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = ? ORDER BY t0.id DESC LIMIT 1
Parameters: [
"6cb81143-bcf1-41e7-a2a9-5ec4ad82678f"
]
SELECT t0.id AS id_1, t0.scope_key AS scope_key_2, t0.design AS design_3, t0.scss AS scss_4, t0.created_at AS created_at_5 FROM app_design t0 WHERE t0.scope_key = '6cb81143-bcf1-41e7-a2a9-5ec4ad82678f' ORDER BY t0.id DESC LIMIT 1;
|
| 510 |
0.30 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 511 |
0.29 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 512 |
0.25 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 513 |
0.38 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 514 |
0.32 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 515 |
0.35 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|
| 516 |
0.26 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = ? AND t0.is_active = ? LIMIT 1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.fallback_locale AS fallback_locale_5, t0.is_active AS is_active_6, t0.is_default AS is_default_7, t0.position AS position_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM cms_language t0 WHERE t0.locale = 'de' AND t0.is_active = 1 LIMIT 1;
|