| 1 |
0.45 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.icon AS icon_3, s0_.icon_color AS icon_color_4, s0_.icon_image AS icon_image_5, s0_.template_type AS template_type_6, s0_.sort_order AS sort_order_7, s0_.is_active AS is_active_8 FROM service_category s0_ WHERE s0_.is_active = ? ORDER BY s0_.sort_order ASC, s0_.title ASC
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.icon AS icon_3, s0_.icon_color AS icon_color_4, s0_.icon_image AS icon_image_5, s0_.template_type AS template_type_6, s0_.sort_order AS sort_order_7, s0_.is_active AS is_active_8 FROM service_category s0_ WHERE s0_.is_active = 1 ORDER BY s0_.sort_order ASC, s0_.title ASC;
|
| 2 |
0.36 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.meta_description AS meta_description_3, s0_.content_json AS content_json_4, s0_.page_heading AS page_heading_5, s0_.short_description AS short_description_6, s0_.hero_feature_lines AS hero_feature_lines_7, s0_.hero_image AS hero_image_8, s0_.what_shows_title AS what_shows_title_9, s0_.what_shows_cards AS what_shows_cards_10, s0_.process_title AS process_title_11, s0_.process_description AS process_description_12, s0_.process_steps AS process_steps_13, s0_.process_slides AS process_slides_14, s0_.contact_form_image AS contact_form_image_15, s0_.catalog_image AS catalog_image_16, s0_.checkup_preview_image AS checkup_preview_image_17, s0_.catalog_price AS catalog_price_18, s0_.catalog_features AS catalog_features_19, s0_.is_published AS is_published_20, s0_.sort_order AS sort_order_21, s0_.category_id AS category_id_22 FROM service_page s0_ WHERE s0_.is_published = ? ORDER BY s0_.sort_order ASC, s0_.id DESC
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.meta_description AS meta_description_3, s0_.content_json AS content_json_4, s0_.page_heading AS page_heading_5, s0_.short_description AS short_description_6, s0_.hero_feature_lines AS hero_feature_lines_7, s0_.hero_image AS hero_image_8, s0_.what_shows_title AS what_shows_title_9, s0_.what_shows_cards AS what_shows_cards_10, s0_.process_title AS process_title_11, s0_.process_description AS process_description_12, s0_.process_steps AS process_steps_13, s0_.process_slides AS process_slides_14, s0_.contact_form_image AS contact_form_image_15, s0_.catalog_image AS catalog_image_16, s0_.checkup_preview_image AS checkup_preview_image_17, s0_.catalog_price AS catalog_price_18, s0_.catalog_features AS catalog_features_19, s0_.is_published AS is_published_20, s0_.sort_order AS sort_order_21, s0_.category_id AS category_id_22 FROM service_page s0_ WHERE s0_.is_published = 1 ORDER BY s0_.sort_order ASC, s0_.id DESC;
|
| 12 |
0.30 ms |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.photo AS photo_4, t0.list_photo AS list_photo_5, t0.list_description AS list_description_6, t0.short_description AS short_description_7, t0.left_description AS left_description_8, t0.right_description AS right_description_9, t0.years_experience AS years_experience_10 FROM doctor t0 ORDER BY t0.full_name ASC
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.photo AS photo_4, t0.list_photo AS list_photo_5, t0.list_description AS list_description_6, t0.short_description AS short_description_7, t0.left_description AS left_description_8, t0.right_description AS right_description_9, t0.years_experience AS years_experience_10 FROM doctor t0 ORDER BY t0.full_name ASC;
|