2.47 ms (52.43%)
|
1 |
SELECT t0.id AS id_1, t0.published AS published_2, t0.published_at AS published_at_3, t0.description_ru AS description_ru_4, t0.description_kg AS description_kg_5, t0.description_en AS description_en_6, t0.image AS image_7, t0.icon AS icon_8, t0.slug AS slug_9, t0.title_en AS title_en_10, t0.title_kg AS title_kg_11, t0.title_ru AS title_ru_12, t0.content_en AS content_en_13, t0.content_kg AS content_kg_14, t0.content_ru AS content_ru_15, t0.keywords_en AS keywords_en_16, t0.keywords_kg AS keywords_kg_17, t0.keywords_ru AS keywords_ru_18, t0.category_id AS category_id_19 FROM content_post t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"hydrological-overview"
]
SELECT t0.id AS id_1, t0.published AS published_2, t0.published_at AS published_at_3, t0.description_ru AS description_ru_4, t0.description_kg AS description_kg_5, t0.description_en AS description_en_6, t0.image AS image_7, t0.icon AS icon_8, t0.slug AS slug_9, t0.title_en AS title_en_10, t0.title_kg AS title_kg_11, t0.title_ru AS title_ru_12, t0.content_en AS content_en_13, t0.content_kg AS content_kg_14, t0.content_ru AS content_ru_15, t0.keywords_en AS keywords_en_16, t0.keywords_kg AS keywords_kg_17, t0.keywords_ru AS keywords_ru_18, t0.category_id AS category_id_19 FROM content_post t0 WHERE t0.slug = 'hydrological-overview' LIMIT 1;
|
2.24 ms (47.57%)
|
1 |
SELECT c0_.id AS id_0, c0_.url AS url_1, c0_.sort_index AS sort_index_2, c0_.title_ru AS title_ru_3, c0_.title_kg AS title_kg_4, c0_.title_en AS title_en_5, c0_.image AS image_6, c1_.id AS id_7 FROM content_menu c0_ LEFT JOIN content_menu c1_ ON c0_.parent_id = c1_.id LEFT JOIN content_menu_group c2_ ON c0_.group_id = c2_.id WHERE c2_.alias = ? AND c0_.published = TRUE ORDER BY c0_.sort_index ASC
Parameters: [
"main-menu"
]
SELECT c0_.id AS id_0, c0_.url AS url_1, c0_.sort_index AS sort_index_2, c0_.title_ru AS title_ru_3, c0_.title_kg AS title_kg_4, c0_.title_en AS title_en_5, c0_.image AS image_6, c1_.id AS id_7 FROM content_menu c0_ LEFT JOIN content_menu c1_ ON c0_.parent_id = c1_.id LEFT JOIN content_menu_group c2_ ON c0_.group_id = c2_.id WHERE c2_.alias = 'main-menu' AND c0_.published = TRUE ORDER BY c0_.sort_index ASC;
|