5.66 ms (60.85%)
|
17 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.type AS type_6, t0.content AS content_7, t0.content_items AS content_items_8, t0.columns AS columns_9, t0.columns_sm AS columns_sm_10, t0.columns_md AS columns_md_11, t0.columns_lg AS columns_lg_12, t0.columns_xl AS columns_xl_13, t0.classes AS classes_14, t0.style AS style_15, t0.link AS link_16, t0.is_active AS is_active_17, t0.template AS template_18, t0.params AS params_19, t0.tree_root_id AS tree_root_id_20, t0.parent_id AS parent_id_21, t0.web_page_id AS web_page_id_22 FROM cs_web_page_item t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.type AS type_6, t0.content AS content_7, t0.content_items AS content_items_8, t0.columns AS columns_9, t0.columns_sm AS columns_sm_10, t0.columns_md AS columns_md_11, t0.columns_lg AS columns_lg_12, t0.columns_xl AS columns_xl_13, t0.classes AS classes_14, t0.style AS style_15, t0.link AS link_16, t0.is_active AS is_active_17, t0.template AS template_18, t0.params AS params_19, t0.tree_root_id AS tree_root_id_20, t0.parent_id AS parent_id_21, t0.web_page_id AS web_page_id_22 FROM cs_web_page_item t0 WHERE t0.parent_id = 1 ORDER BY t0.lft ASC;
|
1.32 ms (14.24%)
|
2 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.translation_group AS translation_group_3, t0.title AS title_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.published_at AS published_at_8, t0.slug AS slug_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.meta_keywords AS meta_keywords_12, t0.og_image AS og_image_13, t0.page_class AS page_class_14, t15.id AS id_16, t15.title AS title_17, t15.lft AS lft_18, t15.rgt AS rgt_19, t15.lvl AS lvl_20, t15.type AS type_21, t15.content AS content_22, t15.content_items AS content_items_23, t15.columns AS columns_24, t15.columns_sm AS columns_sm_25, t15.columns_md AS columns_md_26, t15.columns_lg AS columns_lg_27, t15.columns_xl AS columns_xl_28, t15.classes AS classes_29, t15.style AS style_30, t15.link AS link_31, t15.is_active AS is_active_32, t15.template AS template_33, t15.params AS params_34, t15.tree_root_id AS tree_root_id_35, t15.parent_id AS parent_id_36, t15.web_page_id AS web_page_id_37 FROM cs_web_page t0 LEFT JOIN cs_web_page_item t15 ON t15.web_page_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters: [
"domovska-stranka"
]
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.translation_group AS translation_group_3, t0.title AS title_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.published_at AS published_at_8, t0.slug AS slug_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.meta_keywords AS meta_keywords_12, t0.og_image AS og_image_13, t0.page_class AS page_class_14, t15.id AS id_16, t15.title AS title_17, t15.lft AS lft_18, t15.rgt AS rgt_19, t15.lvl AS lvl_20, t15.type AS type_21, t15.content AS content_22, t15.content_items AS content_items_23, t15.columns AS columns_24, t15.columns_sm AS columns_sm_25, t15.columns_md AS columns_md_26, t15.columns_lg AS columns_lg_27, t15.columns_xl AS columns_xl_28, t15.classes AS classes_29, t15.style AS style_30, t15.link AS link_31, t15.is_active AS is_active_32, t15.template AS template_33, t15.params AS params_34, t15.tree_root_id AS tree_root_id_35, t15.parent_id AS parent_id_36, t15.web_page_id AS web_page_id_37 FROM cs_web_page t0 LEFT JOIN cs_web_page_item t15 ON t15.web_page_id = t0.id WHERE t0.slug = 'domovska-stranka' LIMIT 1;
|