0.62 ms (22.88%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.in_menu AS in_menu_4, t0.position AS position_5, t0.slug AS slug_6, t0.content AS content_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.seo_keywords AS seo_keywords_10, t0.parent_id AS parent_id_11 FROM regular_page t0 WHERE t0.active = ? AND t0.in_menu = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.in_menu AS in_menu_4, t0.position AS position_5, t0.slug AS slug_6, t0.content AS content_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.seo_keywords AS seo_keywords_10, t0.parent_id AS parent_id_11 FROM regular_page t0 WHERE t0.active = 1 AND t0.in_menu = 1 ORDER BY t0.position ASC;
|
0.59 ms (21.74%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.in_menu AS in_menu_4, t0.position AS position_5, t0.slug AS slug_6, t0.content AS content_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.seo_keywords AS seo_keywords_10, t0.parent_id AS parent_id_11 FROM regular_page t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters: [
"delivery"
1
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.in_menu AS in_menu_4, t0.position AS position_5, t0.slug AS slug_6, t0.content AS content_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.seo_keywords AS seo_keywords_10, t0.parent_id AS parent_id_11 FROM regular_page t0 WHERE t0.slug = 'delivery' AND t0.active = 1 LIMIT 1;
|
0.54 ms (20.05%)
|
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.slug AS slug_4, t0.position AS position_5, t0.external_id AS external_id_6 FROM category t0 WHERE t0.active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.slug AS slug_4, t0.position AS position_5, t0.external_id AS external_id_6 FROM category t0 WHERE t0.active = 1 ORDER BY t0.position ASC;
|
0.50 ms (18.34%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.content AS content_4 FROM setting t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.content AS content_4 FROM setting t0;
|
0.46 ms (16.99%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.organization_id AS organization_id_3, t0.coordinates AS coordinates_4, t0.color AS color_5, t0.min_sum AS min_sum_6, t0.delivery_cost AS delivery_cost_7, t0.delivery_cost_plus AS delivery_cost_plus_8 FROM delivery_zone t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.organization_id AS organization_id_3, t0.coordinates AS coordinates_4, t0.color AS color_5, t0.min_sum AS min_sum_6, t0.delivery_cost AS delivery_cost_7, t0.delivery_cost_plus AS delivery_cost_plus_8 FROM delivery_zone t0;
|