| 1 |
0.45 ms |
SELECT c0_.id AS id_0, c0_.instagram_url AS instagram_url_1, c0_.facebook_url AS facebook_url_2, c0_.contact_email AS contact_email_3, c0_.contact_phone AS contact_phone_4, c0_.contact_address AS contact_address_5, c0_.order_url AS order_url_6, c0_.footer_credit AS footer_credit_7, c0_.footer_tagline AS footer_tagline_8, c0_.updated_at AS updated_at_9 FROM cms_site_settings c0_ LIMIT 1
SELECT c0_.id AS id_0, c0_.instagram_url AS instagram_url_1, c0_.facebook_url AS facebook_url_2, c0_.contact_email AS contact_email_3, c0_.contact_phone AS contact_phone_4, c0_.contact_address AS contact_address_5, c0_.order_url AS order_url_6, c0_.footer_credit AS footer_credit_7, c0_.footer_tagline AS footer_tagline_8, c0_.updated_at AS updated_at_9 FROM cms_site_settings c0_ LIMIT 1;
|
| 3 |
0.61 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.position AS position_3, c0_.is_visible AS is_visible_4, c0_.updated_at AS updated_at_5, c1_.id AS id_6, c1_.name AS name_7, c1_.description AS description_8, c1_.image_path AS image_path_9, c1_.price_small_label AS price_small_label_10, c1_.price_small_cents AS price_small_cents_11, c1_.price_large_label AS price_large_label_12, c1_.price_large_cents AS price_large_cents_13, c1_.badge AS badge_14, c1_.is_available AS is_available_15, c1_.is_featured AS is_featured_16, c1_.position AS position_17, c1_.updated_at AS updated_at_18, c0_.menu_page_id AS menu_page_id_19, c1_.category_id AS category_id_20 FROM cms_menu_category c0_ LEFT JOIN cms_menu_item c1_ ON c0_.id = c1_.category_id AND (c1_.is_available = 1) WHERE c0_.is_visible = 1 ORDER BY c0_.position ASC, c0_.id ASC, c1_.position ASC, c1_.id ASC
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.position AS position_3, c0_.is_visible AS is_visible_4, c0_.updated_at AS updated_at_5, c1_.id AS id_6, c1_.name AS name_7, c1_.description AS description_8, c1_.image_path AS image_path_9, c1_.price_small_label AS price_small_label_10, c1_.price_small_cents AS price_small_cents_11, c1_.price_large_label AS price_large_label_12, c1_.price_large_cents AS price_large_cents_13, c1_.badge AS badge_14, c1_.is_available AS is_available_15, c1_.is_featured AS is_featured_16, c1_.position AS position_17, c1_.updated_at AS updated_at_18, c0_.menu_page_id AS menu_page_id_19, c1_.category_id AS category_id_20 FROM cms_menu_category c0_ LEFT JOIN cms_menu_item c1_ ON c0_.id = c1_.category_id AND (c1_.is_available = 1) WHERE c0_.is_visible = 1 ORDER BY c0_.position ASC, c0_.id ASC, c1_.position ASC, c1_.id ASC;
|
| 4 |
0.30 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.image_path AS image_path_3, c0_.price_small_label AS price_small_label_4, c0_.price_small_cents AS price_small_cents_5, c0_.price_large_label AS price_large_label_6, c0_.price_large_cents AS price_large_cents_7, c0_.badge AS badge_8, c0_.is_available AS is_available_9, c0_.is_featured AS is_featured_10, c0_.position AS position_11, c0_.updated_at AS updated_at_12, c1_.id AS id_13, c1_.name AS name_14, c1_.description AS description_15, c1_.position AS position_16, c1_.is_visible AS is_visible_17, c1_.updated_at AS updated_at_18, c0_.category_id AS category_id_19, c1_.menu_page_id AS menu_page_id_20 FROM cms_menu_item c0_ LEFT JOIN cms_menu_category c1_ ON c0_.category_id = c1_.id WHERE c0_.is_featured = 1 AND c0_.is_available = 1 ORDER BY c0_.updated_at DESC, c0_.id DESC LIMIT 1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.image_path AS image_path_3, c0_.price_small_label AS price_small_label_4, c0_.price_small_cents AS price_small_cents_5, c0_.price_large_label AS price_large_label_6, c0_.price_large_cents AS price_large_cents_7, c0_.badge AS badge_8, c0_.is_available AS is_available_9, c0_.is_featured AS is_featured_10, c0_.position AS position_11, c0_.updated_at AS updated_at_12, c1_.id AS id_13, c1_.name AS name_14, c1_.description AS description_15, c1_.position AS position_16, c1_.is_visible AS is_visible_17, c1_.updated_at AS updated_at_18, c0_.category_id AS category_id_19, c1_.menu_page_id AS menu_page_id_20 FROM cms_menu_item c0_ LEFT JOIN cms_menu_category c1_ ON c0_.category_id = c1_.id WHERE c0_.is_featured = 1 AND c0_.is_available = 1 ORDER BY c0_.updated_at DESC, c0_.id DESC LIMIT 1;
|