1
2.88 ms
SELECT t0 . created_on AS created_on_1 , t0 . entity_id AS entity_id_2 , t0 . active AS active_3 , t0 . resource_url AS resource_url_4 , t0 . main_alias AS main_alias_5 , t0 . title AS title_6 , t0 . meta_title AS meta_title_7 , t0 . meta_description AS meta_description_8 , t0 . page_description AS page_description_9 , t0 . meta_keywords AS meta_keywords_10 , t0 . domain AS domain_11 , t0 . id AS id_12 FROM seo t0 WHERE t0 . domain = ? AND t0 . main_alias = ? AND t0 . active = ? ORDER BY t0 . id DESC LIMIT 1
Parameters :
[
"www "
"/mobile/api/v2/work_examples "
1
]
SELECT t0 . created_on AS created_on_1 , t0 . entity_id AS entity_id_2 , t0 . active AS active_3 , t0 . resource_url AS resource_url_4 , t0 . main_alias AS main_alias_5 , t0 . title AS title_6 , t0 . meta_title AS meta_title_7 , t0 . meta_description AS meta_description_8 , t0 . page_description AS page_description_9 , t0 . meta_keywords AS meta_keywords_10 , t0 . domain AS domain_11 , t0 . id AS id_12 FROM seo t0 WHERE t0 . domain = 'www' AND t0 . main_alias = '/mobile/api/v2/work_examples' AND t0 . active = 1 ORDER BY t0 . id DESC LIMIT 1 ;
Copy
2
0.48 ms
SELECT t0 . created_on AS created_on_1 , t0 . entity_id AS entity_id_2 , t0 . active AS active_3 , t0 . resource_url AS resource_url_4 , t0 . main_alias AS main_alias_5 , t0 . title AS title_6 , t0 . meta_title AS meta_title_7 , t0 . meta_description AS meta_description_8 , t0 . page_description AS page_description_9 , t0 . meta_keywords AS meta_keywords_10 , t0 . domain AS domain_11 , t0 . id AS id_12 FROM seo t0 WHERE t0 . main_alias = ? ORDER BY t0 . id DESC
Parameters :
[
"/mobile/api/v2/work_examples "
]
SELECT t0 . created_on AS created_on_1 , t0 . entity_id AS entity_id_2 , t0 . active AS active_3 , t0 . resource_url AS resource_url_4 , t0 . main_alias AS main_alias_5 , t0 . title AS title_6 , t0 . meta_title AS meta_title_7 , t0 . meta_description AS meta_description_8 , t0 . page_description AS page_description_9 , t0 . meta_keywords AS meta_keywords_10 , t0 . domain AS domain_11 , t0 . id AS id_12 FROM seo t0 WHERE t0 . main_alias = '/mobile/api/v2/work_examples' ORDER BY t0 . id DESC ;
Copy
3
72.02 ms
SELECT count (DISTINCT w0_ . id ) AS sclr_0 FROM work_example w0_ INNER JOIN offer o1_ ON w0_ . offer_id = o1_ . id INNER JOIN work_example_location_relation w3_ ON w0_ . id = w3_ . work_example_id INNER JOIN geo_location g2_ ON g2_ . id = w3_ . location_id AND g2_ . type IN ('1' ) WHERE o1_ . active = ? AND o1_ . hidden = ? AND (CURRENT_TIMESTAMP BETWEEN o1_ . active_since AND o1_ . active_till ) GROUP BY w0_ . created_at , w0_ . image_url , w0_ . description , w0_ . price , w0_ . id , w0_ . offer_id , w0_ . beauty_master_id
SELECT count (DISTINCT w0_ . id ) AS sclr_0 FROM work_example w0_ INNER JOIN offer o1_ ON w0_ . offer_id = o1_ . id INNER JOIN work_example_location_relation w3_ ON w0_ . id = w3_ . work_example_id INNER JOIN geo_location g2_ ON g2_ . id = w3_ . location_id AND g2_ . type IN ('1' ) WHERE o1_ . active = 1 AND o1_ . hidden = 0 AND (CURRENT_TIMESTAMP BETWEEN o1_ . active_since AND o1_ . active_till ) GROUP BY w0_ . created_at , w0_ . image_url , w0_ . description , w0_ . price , w0_ . id , w0_ . offer_id , w0_ . beauty_master_id ;
Copy
4
53.36 ms
SELECT DISTINCT w0_ . id AS id_0 , RANDOM () AS sclr_1 FROM work_example w0_ INNER JOIN offer o1_ ON w0_ . offer_id = o1_ . id INNER JOIN work_example_location_relation w3_ ON w0_ . id = w3_ . work_example_id INNER JOIN geo_location g2_ ON g2_ . id = w3_ . location_id AND g2_ . type IN ('1' ) WHERE o1_ . active = ? AND o1_ . hidden = ? AND (CURRENT_TIMESTAMP BETWEEN o1_ . active_since AND o1_ . active_till ) GROUP BY w0_ . created_at , w0_ . image_url , w0_ . description , w0_ . price , w0_ . id , w0_ . offer_id , w0_ . beauty_master_id ORDER BY sclr_1 DESC LIMIT 24
SELECT DISTINCT w0_ . id AS id_0 , RANDOM () AS sclr_1 FROM work_example w0_ INNER JOIN offer o1_ ON w0_ . offer_id = o1_ . id INNER JOIN work_example_location_relation w3_ ON w0_ . id = w3_ . work_example_id INNER JOIN geo_location g2_ ON g2_ . id = w3_ . location_id AND g2_ . type IN ('1' ) WHERE o1_ . active = 1 AND o1_ . hidden = 0 AND (CURRENT_TIMESTAMP BETWEEN o1_ . active_since AND o1_ . active_till ) GROUP BY w0_ . created_at , w0_ . image_url , w0_ . description , w0_ . price , w0_ . id , w0_ . offer_id , w0_ . beauty_master_id ORDER BY sclr_1 DESC LIMIT 24 ;
Copy
5
2.88 ms
SELECT w0_ . created_at AS created_at_0 , w0_ . image_url AS image_url_1 , w0_ . description AS description_2 , w0_ . price AS price_3 , w0_ . id AS id_4 , 0 AS sclr_5 , RANDOM () AS sclr_6 , w0_ . offer_id AS offer_id_7 , w0_ . beauty_master_id AS beauty_master_id_8 FROM work_example w0_ INNER JOIN offer o1_ ON w0_ . offer_id = o1_ . id INNER JOIN work_example_location_relation w3_ ON w0_ . id = w3_ . work_example_id INNER JOIN geo_location g2_ ON g2_ . id = w3_ . location_id AND g2_ . type IN ('1' ) WHERE o1_ . active = ? AND o1_ . hidden = ? AND (CURRENT_TIMESTAMP BETWEEN o1_ . active_since AND o1_ . active_till ) AND w0_ . id IN (? ) GROUP BY w0_ . created_at , w0_ . image_url , w0_ . description , w0_ . price , w0_ . id , w0_ . offer_id , w0_ . beauty_master_id ORDER BY sclr_6 DESC
Parameters :
[
1
0
[
10690
3031
8850
10771
6420
3965
11327
9172
9744
7531
2428
11128
6444
5233
2634
2122
9503
1373
6925
11525
3114
4699
11007
1663
]
]
SELECT w0_ . created_at AS created_at_0 , w0_ . image_url AS image_url_1 , w0_ . description AS description_2 , w0_ . price AS price_3 , w0_ . id AS id_4 , 0 AS sclr_5 , RANDOM () AS sclr_6 , w0_ . offer_id AS offer_id_7 , w0_ . beauty_master_id AS beauty_master_id_8 FROM work_example w0_ INNER JOIN offer o1_ ON w0_ . offer_id = o1_ . id INNER JOIN work_example_location_relation w3_ ON w0_ . id = w3_ . work_example_id INNER JOIN geo_location g2_ ON g2_ . id = w3_ . location_id AND g2_ . type IN ('1' ) WHERE o1_ . active = 1 AND o1_ . hidden = 0 AND (CURRENT_TIMESTAMP BETWEEN o1_ . active_since AND o1_ . active_till ) AND w0_ . id IN (10690 , 3031 , 8850 , 10771 , 6420 , 3965 , 11327 , 9172 , 9744 , 7531 , 2428 , 11128 , 6444 , 5233 , 2634 , 2122 , 9503 , 1373 , 6925 , 11525 , 3114 , 4699 , 11007 , 1663 ) GROUP BY w0_ . created_at , w0_ . image_url , w0_ . description , w0_ . price , w0_ . id , w0_ . offer_id , w0_ . beauty_master_id ORDER BY sclr_6 DESC ;
Copy
6
2.07 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 290471 ;
Copy
7
0.87 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
290471
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 290471 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
8
13.25 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 6925 AND t0 . type IN ('1' );
Copy
9
1.12 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 298823 ;
Copy
10
0.60 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
298823
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 298823 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
11
0.62 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 10771 AND t0 . type IN ('1' );
Copy
12
0.82 ms
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = ?
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = 1510 ;
Copy
13
1.73 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = 1510 AND t0 . type IN ('0' );
Copy
14
15.70 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 8 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
15
1.75 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 160 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
16
0.99 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 162 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
17
0.87 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 239 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
18
0.80 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 434 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
19
1.72 ms
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = ?
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = 1510 ;
Copy
20
1.17 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = 1510 AND t0 . type IN ('1' );
Copy
21
9.51 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 56779 ;
Copy
22
1.46 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 56779 ;
Copy
23
1.06 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('18267' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 1510 AND t0 . type IN ('18267' );
Copy
24
1.32 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = 1510 AND t0 . type IN ('0' );
Copy
25
0.58 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('21' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 21709 AND t0 . type IN ('21' );
Copy
26
0.87 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 276520 ;
Copy
27
0.52 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
276520
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 276520 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
28
0.63 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 9172 AND t0 . type IN ('1' );
Copy
29
0.87 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 179793 ;
Copy
30
0.53 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
179793
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 179793 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
31
0.65 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 5233 AND t0 . type IN ('1' );
Copy
32
0.81 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 278527 ;
Copy
33
0.51 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
278527
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 278527 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
34
0.66 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 3031 AND t0 . type IN ('1' );
Copy
35
0.80 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 299801 ;
Copy
36
0.50 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
299801
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 299801 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
37
0.68 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 11525 AND t0 . type IN ('1' );
Copy
38
0.80 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 269585 ;
Copy
39
0.48 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
269585
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 269585 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
40
0.64 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 6420 AND t0 . type IN ('1' );
Copy
41
0.80 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 299577 ;
Copy
42
0.48 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
299577
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 299577 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
43
0.63 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 11327 AND t0 . type IN ('1' );
Copy
44
0.78 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 284966 ;
Copy
45
0.49 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
284966
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 284966 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
46
0.62 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 11128 AND t0 . type IN ('1' );
Copy
47
0.40 ms
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = ?
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = 1582 ;
Copy
48
0.82 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = 1582 AND t0 . type IN ('0' );
Copy
49
0.80 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 196 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
50
0.80 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 16303 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
51
0.71 ms
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = ?
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = 1582 ;
Copy
52
0.78 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = 1582 AND t0 . type IN ('1' );
Copy
53
5.95 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 43715 ;
Copy
54
0.77 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 43715 ;
Copy
55
6.09 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 57676 ;
Copy
56
0.78 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 57676 ;
Copy
57
6.11 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 40622 ;
Copy
58
0.72 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 40622 ;
Copy
59
0.58 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('18267' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 1582 AND t0 . type IN ('18267' );
Copy
60
0.82 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = 1582 AND t0 . type IN ('0' );
Copy
61
0.54 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('21' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 15615 AND t0 . type IN ('21' );
Copy
62
0.94 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 283285 ;
Copy
63
0.52 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
283285
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 283285 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
64
0.63 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 3965 AND t0 . type IN ('1' );
Copy
65
0.91 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 290474 ;
Copy
66
0.53 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
290474
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 290474 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
67
0.65 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 6444 AND t0 . type IN ('1' );
Copy
68
0.87 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 296167 ;
Copy
69
0.88 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
296167
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 296167 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
70
0.95 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 7531 AND t0 . type IN ('1' );
Copy
71
0.66 ms
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = ?
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = 858 ;
Copy
72
1.16 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = 858 AND t0 . type IN ('0' );
Copy
73
1.03 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = ? AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC
SELECT
t0 . name AS name_1 ,
t0 . h1 AS h1_2 ,
t0 . active AS active_3 ,
t0 . sort_order AS sort_order_4 ,
t0 . api_sort_order AS api_sort_order_5 ,
t0 . map_pin_color AS map_pin_color_6 ,
t0 . id AS id_7 ,
t0 . city_id AS city_id_8 ,
t0 . type ,
t0 . type_id AS type_id_9 ,
t0 . domain_object_id AS domain_object_id_10 ,
t0 . past AS past_11 ,
t0 . code AS code_12 ,
t0 . top_count AS top_count_13 ,
t0 . description AS description_14 ,
t0 . mobile_api_hash AS mobile_api_hash_15 ,
t0 . entity_count AS entity_count_16 ,
t0 . last_modified AS last_modified_17 ,
t0 . in_menu_bottom AS in_menu_bottom_18 ,
t0 . hot_feed_name AS hot_feed_name_19 ,
t0 . unpopular AS unpopular_20 ,
t0 . featured_in_menu AS featured_in_menu_21 ,
t0 . position AS position_22 ,
t0 . telegram_bot_show AS telegram_bot_show_23 ,
t0 . telegram_bot_name AS telegram_bot_name_24 ,
t0 . telegram_bot_position AS telegram_bot_position_25 ,
t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 ,
t0 . utm_campaign AS utm_campaign_27 ,
t0 . me_on_map_active AS me_on_map_active_28 ,
t0 . me_on_map_position AS me_on_map_position_29 ,
t0 . me_on_map_featured_active AS me_on_map_featured_active_30 ,
t0 . me_on_map_featured_position AS me_on_map_featured_position_31 ,
t0 . show_items_catalog AS show_items_catalog_32 ,
t0 . active_in_best_offers_category AS active_in_best_offers_category_33 ,
t0 . hide_work_examples AS hide_work_examples_34 ,
t0 . is_bonus_code AS is_bonus_code_35 ,
t0 . type_id AS type_id_36
FROM
category t0
INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id
WHERE
category_child_relation . parent_id = ?
AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' )
ORDER BY
t0 . sort_order ASC
Copy
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . city_id AS city_id_8 , t0 . type , t0 . type_id AS type_id_9 , t0 . domain_object_id AS domain_object_id_10 , t0 . past AS past_11 , t0 . code AS code_12 , t0 . top_count AS top_count_13 , t0 . description AS description_14 , t0 . mobile_api_hash AS mobile_api_hash_15 , t0 . entity_count AS entity_count_16 , t0 . last_modified AS last_modified_17 , t0 . in_menu_bottom AS in_menu_bottom_18 , t0 . hot_feed_name AS hot_feed_name_19 , t0 . unpopular AS unpopular_20 , t0 . featured_in_menu AS featured_in_menu_21 , t0 . position AS position_22 , t0 . telegram_bot_show AS telegram_bot_show_23 , t0 . telegram_bot_name AS telegram_bot_name_24 , t0 . telegram_bot_position AS telegram_bot_position_25 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_26 , t0 . utm_campaign AS utm_campaign_27 , t0 . me_on_map_active AS me_on_map_active_28 , t0 . me_on_map_position AS me_on_map_position_29 , t0 . me_on_map_featured_active AS me_on_map_featured_active_30 , t0 . me_on_map_featured_position AS me_on_map_featured_position_31 , t0 . show_items_catalog AS show_items_catalog_32 , t0 . active_in_best_offers_category AS active_in_best_offers_category_33 , t0 . hide_work_examples AS hide_work_examples_34 , t0 . is_bonus_code AS is_bonus_code_35 , t0 . type_id AS type_id_36 FROM category t0 INNER JOIN category_child_relation ON t0 . id = category_child_relation . child_id WHERE category_child_relation . parent_id = 170 AND t0 . type IN ('0' , '1' , '3' , '4' , '5' , '6' ) ORDER BY t0 . sort_order ASC ;
Copy
74
0.94 ms
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = ?
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = 858 ;
Copy
75
0.87 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = 858 AND t0 . type IN ('1' );
Copy
76
11.25 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 53574 ;
Copy
77
0.85 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 53574 ;
Copy
78
0.66 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('18267' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 858 AND t0 . type IN ('18267' );
Copy
79
0.95 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = 858 AND t0 . type IN ('0' );
Copy
80
0.77 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('21' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 20362 AND t0 . type IN ('21' );
Copy
81
0.86 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 135522 ;
Copy
82
0.52 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
135522
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 135522 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
83
0.64 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 2122 AND t0 . type IN ('1' );
Copy
84
0.74 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 295273 ;
Copy
85
0.57 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
295273
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 295273 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
86
0.74 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 4699 AND t0 . type IN ('1' );
Copy
87
0.38 ms
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = ?
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = 476 ;
Copy
88
0.74 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = 476 AND t0 . type IN ('0' );
Copy
89
0.77 ms
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = ?
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = 476 ;
Copy
90
0.64 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = 476 AND t0 . type IN ('1' );
Copy
91
6.09 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 52540 ;
Copy
92
0.80 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 52540 ;
Copy
93
0.68 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('18267' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 476 AND t0 . type IN ('18267' );
Copy
94
0.88 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = 476 AND t0 . type IN ('0' );
Copy
95
0.48 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('21' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 19910 AND t0 . type IN ('21' );
Copy
96
0.78 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 297405 ;
Copy
97
0.56 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
297405
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 297405 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
98
0.60 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 8850 AND t0 . type IN ('1' );
Copy
99
0.74 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 142624 ;
Copy
100
0.52 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
142624
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 142624 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
101
0.64 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 1663 AND t0 . type IN ('1' );
Copy
102
0.74 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 278156 ;
Copy
103
0.59 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
278156
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 278156 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
104
0.61 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 2634 AND t0 . type IN ('1' );
Copy
105
1.18 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 260919 ;
Copy
106
0.60 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
260919
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 260919 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
107
1.06 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 1373 AND t0 . type IN ('1' );
Copy
108
1.43 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 297702 ;
Copy
109
0.54 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
297702
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 297702 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
110
0.66 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 9503 AND t0 . type IN ('1' );
Copy
111
0.41 ms
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = ?
SELECT t0 . first_name AS first_name_1 , t0 . last_name AS last_name_2 , t0 . description AS description_3 , t0 . status AS status_4 , t0 . position AS position_5 , t0 . telegram AS telegram_6 , t0 . viber AS viber_7 , t0 . salon AS salon_8 , t0 . online_order_url AS online_order_url_9 , t0 . level AS level_10 , t0 . yclient_staff_id AS yclient_staff_id_11 , t0 . yclient_company_id AS yclient_company_id_12 , t0 . id AS id_13 FROM beauty_master t0 WHERE t0 . id = 1209 ;
Copy
112
0.78 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_category ON t0 . id = beauty_master_category . category_id WHERE beauty_master_category . master_id = 1209 AND t0 . type IN ('0' );
Copy
113
0.71 ms
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = ?
SELECT t0 . domain_object_id AS domain_object_id_1 , t0 . name AS name_2 , t0 . email AS email_3 , t0 . legal_email AS legal_email_4 , t0 . legal_entity AS legal_entity_5 , t0 . tax_id AS tax_id_6 , t0 . receive_letters AS receive_letters_7 , t0 . transition_id AS transition_id_8 , t0 . teaser_logo_width AS teaser_logo_width_9 , t0 . teaser_logo_height AS teaser_logo_height_10 , t0 . status AS status_11 , t0 . punished AS punished_12 , t0 . last_code_number AS last_code_number_13 , t0 . about AS about_14 , t0 . created_on AS created_on_15 , t0 . modified_on AS modified_on_16 , t0 . extra_emails AS extra_emails_17 , t0 . phone_number AS phone_number_18 , t0 . site AS site_19 , t0 . legal_address AS legal_address_20 , t0 . account_number AS account_number_21 , t0 . tax_registration_date AS tax_registration_date_22 , t0 . trade_registration_date AS trade_registration_date_23 , t0 . registration_authority AS registration_authority_24 , t0 . working_hours AS working_hours_25 , t0 . footer_info AS footer_info_26 , t0 . company_link AS company_link_27 , t0 . id AS id_28 , t0 . page_offer_id AS page_offer_id_29 , t0 . manager_id AS manager_id_30 FROM director t0 INNER JOIN beauty_master_director ON t0 . id = beauty_master_director . director_id WHERE beauty_master_director . master_id = 1209 ;
Copy
114
0.68 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN beauty_master_location ON t0 . id = beauty_master_location . location_id WHERE beauty_master_location . master_id = 1209 AND t0 . type IN ('1' );
Copy
115
6.14 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id
WHERE
geo_location_relation . location_id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 INNER JOIN geo_location_relation ON t0 . id = geo_location_relation . entity_id WHERE geo_location_relation . location_id = 55527 ;
Copy
116
0.66 ms
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = ?
SELECT t0 . number AS number_1 , t0 . link AS link_2 , t0 . label AS label_3 , t0 . id AS id_4 , t0 . offer_id AS offer_id_5 FROM phone_number t0 INNER JOIN geo_location2phone_number ON t0 . id = geo_location2phone_number . phone_number_id WHERE geo_location2phone_number . geo_location_id = 55527 ;
Copy
117
0.55 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('18267' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 1209 AND t0 . type IN ('18267' );
Copy
118
0.84 ms
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = ? AND t0 . type IN ('0' )
SELECT t0 . name AS name_1 , t0 . h1 AS h1_2 , t0 . active AS active_3 , t0 . sort_order AS sort_order_4 , t0 . api_sort_order AS api_sort_order_5 , t0 . map_pin_color AS map_pin_color_6 , t0 . id AS id_7 , t0 . type_id AS type_id_8 , t0 . domain_object_id AS domain_object_id_9 , t0 . past AS past_10 , t0 . code AS code_11 , t0 . top_count AS top_count_12 , t0 . description AS description_13 , t0 . mobile_api_hash AS mobile_api_hash_14 , t0 . entity_count AS entity_count_15 , t0 . last_modified AS last_modified_16 , t0 . in_menu_bottom AS in_menu_bottom_17 , t0 . hot_feed_name AS hot_feed_name_18 , t0 . unpopular AS unpopular_19 , t0 . featured_in_menu AS featured_in_menu_20 , t0 . position AS position_21 , t0 . telegram_bot_show AS telegram_bot_show_22 , t0 . telegram_bot_name AS telegram_bot_name_23 , t0 . telegram_bot_position AS telegram_bot_position_24 , t0 . split_offers_with_same_categories AS split_offers_with_same_categories_25 , t0 . utm_campaign AS utm_campaign_26 , t0 . me_on_map_active AS me_on_map_active_27 , t0 . me_on_map_position AS me_on_map_position_28 , t0 . me_on_map_featured_active AS me_on_map_featured_active_29 , t0 . me_on_map_featured_position AS me_on_map_featured_position_30 , t0 . show_items_catalog AS show_items_catalog_31 , t0 . active_in_best_offers_category AS active_in_best_offers_category_32 , t0 . hide_work_examples AS hide_work_examples_33 , t0 . is_bonus_code AS is_bonus_code_34 , t0 . city_id AS city_id_35 , t0 . type_id AS type_id_36 , t0 . type FROM category t0 INNER JOIN beauty_master_tag ON t0 . id = beauty_master_tag . tag_id WHERE beauty_master_tag . master_id = 1209 AND t0 . type IN ('0' );
Copy
119
0.50 ms
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = ? AND t0 . type IN ('21' )
SELECT t0 . name AS name_1 , t0 . path AS path_2 , t0 . description AS description_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . size AS size_6 , t0 . sort_order AS sort_order_7 , t0 . checked AS checked_8 , t0 . youtube AS youtube_9 , t0 . tags AS tags_10 , t0 . id AS id_11 , t0 . entity_id AS entity_id_12 , t0 . type FROM media t0 WHERE t0 . entity_id = 8362 AND t0 . type IN ('21' );
Copy
120
0.80 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 260439 ;
Copy
121
0.54 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
260439
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 260439 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
122
0.65 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 2428 AND t0 . type IN ('1' );
Copy
123
0.76 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 286285 ;
Copy
124
0.51 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
286285
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 286285 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
125
0.65 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 3114 AND t0 . type IN ('1' );
Copy
126
0.77 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 299247 ;
Copy
127
0.49 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
299247
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 299247 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
128
0.61 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 11007 AND t0 . type IN ('1' );
Copy
129
0.82 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 296944 ;
Copy
130
0.54 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
296944
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 296944 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
131
0.66 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 10690 AND t0 . type IN ('1' );
Copy
132
1.15 ms
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = ?
SELECT
t0 . title AS title_1 ,
t0 . me_on_map_name AS me_on_map_name_2 ,
t0 . explanation_text AS explanation_text_3 ,
t0 . price AS price_4 ,
t0 . old_price AS old_price_5 ,
t0 . regular_price AS regular_price_6 ,
t0 . offer_price AS offer_price_7 ,
t0 . discount AS discount_8 ,
t0 . active_since AS active_since_9 ,
t0 . active_till AS active_till_10 ,
t0 . code_active_till AS code_active_till_11 ,
t0 . active AS active_12 ,
t0 . hidden AS hidden_13 ,
t0 . free AS free_14 ,
t0 . without_codes AS without_codes_15 ,
t0 . online_order_allowed AS online_order_allowed_16 ,
t0 . buy_code_disable AS buy_code_disable_17 ,
t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 ,
t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 ,
t0 . show_price_in_conditions AS show_price_in_conditions_20 ,
t0 . show_alt_offers AS show_alt_offers_21 ,
t0 . show_currencies AS show_currencies_22 ,
t0 . additional_percents AS additional_percents_23 ,
t0 . address AS address_24 ,
t0 . caption_name AS caption_name_25 ,
t0 . caption_color AS caption_color_26 ,
t0 . regional_caption_name AS regional_caption_name_27 ,
t0 . regional_caption_color AS regional_caption_color_28 ,
t0 . search_position AS search_position_29 ,
t0 . active_search_position AS active_search_position_30 ,
t0 . hint AS hint_31 ,
t0 . bank_currency_id AS bank_currency_id_32 ,
t0 . active_currency_calculator AS active_currency_calculator_33 ,
t0 . last_modified AS last_modified_34 ,
t0 . teaser_logo_width AS teaser_logo_width_35 ,
t0 . teaser_logo_height AS teaser_logo_height_36 ,
t0 . lucene_reindex AS lucene_reindex_37 ,
t0 . code_cost AS code_cost_38 ,
t0 . code_cost_by_count AS code_cost_by_count_39 ,
t0 . default_category_id AS default_category_id_40 ,
t0 . company_name AS company_name_41 ,
t0 . renewed_on AS renewed_on_42 ,
t0 . hide_novelty_label AS hide_novelty_label_43 ,
t0 . hide_banners_in_comments AS hide_banners_in_comments_44 ,
t0 . sum_for_free_delivery AS sum_for_free_delivery_45 ,
t0 . delivery_price AS delivery_price_46 ,
t0 . created_on AS created_on_47 ,
t0 . allowed_buy_only_code AS allowed_buy_only_code_48 ,
t0 . buy_code_button_text AS buy_code_button_text_49 ,
t0 . buy_items_button_text AS buy_items_button_text_50 ,
t0 . purchase_koeff AS purchase_koeff_51 ,
t0 . telegram_bot_show AS telegram_bot_show_52 ,
t0 . telegram_bot_position AS telegram_bot_position_53 ,
t0 . version AS version_54 ,
t0 . hide_in_app AS hide_in_app_55 ,
t0 . brandbox_enabled AS brandbox_enabled_56 ,
t0 . hide_features AS hide_features_57 ,
t0 . discount_delivery_popup AS discount_delivery_popup_58 ,
t0 . discount_pickup_popup AS discount_pickup_popup_59 ,
t0 . delivery_time_teaser AS delivery_time_teaser_60 ,
t0 . external_offer_link AS external_offer_link_61 ,
t0 . is_show_external_offer_link AS is_show_external_offer_link_62 ,
t0 . is_included_in_beauty AS is_included_in_beauty_63 ,
t0 . qr_codes AS qr_codes_64 ,
t0 . recurrent_disabled AS recurrent_disabled_65 ,
t0 . available_on_food AS available_on_food_66 ,
t0 . online_auto_opened AS online_auto_opened_67 ,
t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 ,
t0 . rating AS rating_69 ,
t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 ,
t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 ,
t0 . online_order_gift_enabled AS online_order_gift_enabled_72 ,
t0 . buy_code_in_app_only AS buy_code_in_app_only_73 ,
t0 . show_products_in_offer_description AS show_products_in_offer_description_74 ,
t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 ,
t0 . show_map_icon_in_app AS show_map_icon_in_app_76 ,
t0 . viber AS viber_77 ,
t0 . telegram AS telegram_78 ,
t0 . partner_online_registration_link AS partner_online_registration_link_79 ,
t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 ,
t0 . use_unused_codes AS use_unused_codes_81 ,
t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 ,
t0 . messenger_callback AS messenger_callback_83 ,
t0 . allowed_online_order_types AS allowed_online_order_types_84 ,
t0 . title_font_color AS title_font_color_85 ,
t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 ,
t0 . map_price AS map_price_87 ,
t0 . map_rating AS map_rating_88 ,
t0 . yclient_app_key AS yclient_app_key_89 ,
t0 . yclient_company_id AS yclient_company_id_90 ,
t0 . fest_offer AS fest_offer_91 ,
t0 . review AS review_92 ,
t0 . on_review AS on_review_93 ,
t0 . id AS id_94 ,
t0 . bank_currency_id AS bank_currency_id_95 ,
t0 . manager_id AS manager_id_96 ,
t0 . creator_id AS creator_id_97 ,
t0 . default_city_id AS default_city_id_98
FROM
offer t0
WHERE
t0 . id = ?
Copy
SELECT t0 . title AS title_1 , t0 . me_on_map_name AS me_on_map_name_2 , t0 . explanation_text AS explanation_text_3 , t0 . price AS price_4 , t0 . old_price AS old_price_5 , t0 . regular_price AS regular_price_6 , t0 . offer_price AS offer_price_7 , t0 . discount AS discount_8 , t0 . active_since AS active_since_9 , t0 . active_till AS active_till_10 , t0 . code_active_till AS code_active_till_11 , t0 . active AS active_12 , t0 . hidden AS hidden_13 , t0 . free AS free_14 , t0 . without_codes AS without_codes_15 , t0 . online_order_allowed AS online_order_allowed_16 , t0 . buy_code_disable AS buy_code_disable_17 , t0 . mobile_app_online_order_allowed AS mobile_app_online_order_allowed_18 , t0 . online_order_allowed_removed_at AS online_order_allowed_removed_at_19 , t0 . show_price_in_conditions AS show_price_in_conditions_20 , t0 . show_alt_offers AS show_alt_offers_21 , t0 . show_currencies AS show_currencies_22 , t0 . additional_percents AS additional_percents_23 , t0 . address AS address_24 , t0 . caption_name AS caption_name_25 , t0 . caption_color AS caption_color_26 , t0 . regional_caption_name AS regional_caption_name_27 , t0 . regional_caption_color AS regional_caption_color_28 , t0 . search_position AS search_position_29 , t0 . active_search_position AS active_search_position_30 , t0 . hint AS hint_31 , t0 . bank_currency_id AS bank_currency_id_32 , t0 . active_currency_calculator AS active_currency_calculator_33 , t0 . last_modified AS last_modified_34 , t0 . teaser_logo_width AS teaser_logo_width_35 , t0 . teaser_logo_height AS teaser_logo_height_36 , t0 . lucene_reindex AS lucene_reindex_37 , t0 . code_cost AS code_cost_38 , t0 . code_cost_by_count AS code_cost_by_count_39 , t0 . default_category_id AS default_category_id_40 , t0 . company_name AS company_name_41 , t0 . renewed_on AS renewed_on_42 , t0 . hide_novelty_label AS hide_novelty_label_43 , t0 . hide_banners_in_comments AS hide_banners_in_comments_44 , t0 . sum_for_free_delivery AS sum_for_free_delivery_45 , t0 . delivery_price AS delivery_price_46 , t0 . created_on AS created_on_47 , t0 . allowed_buy_only_code AS allowed_buy_only_code_48 , t0 . buy_code_button_text AS buy_code_button_text_49 , t0 . buy_items_button_text AS buy_items_button_text_50 , t0 . purchase_koeff AS purchase_koeff_51 , t0 . telegram_bot_show AS telegram_bot_show_52 , t0 . telegram_bot_position AS telegram_bot_position_53 , t0 . version AS version_54 , t0 . hide_in_app AS hide_in_app_55 , t0 . brandbox_enabled AS brandbox_enabled_56 , t0 . hide_features AS hide_features_57 , t0 . discount_delivery_popup AS discount_delivery_popup_58 , t0 . discount_pickup_popup AS discount_pickup_popup_59 , t0 . delivery_time_teaser AS delivery_time_teaser_60 , t0 . external_offer_link AS external_offer_link_61 , t0 . is_show_external_offer_link AS is_show_external_offer_link_62 , t0 . is_included_in_beauty AS is_included_in_beauty_63 , t0 . qr_codes AS qr_codes_64 , t0 . recurrent_disabled AS recurrent_disabled_65 , t0 . available_on_food AS available_on_food_66 , t0 . online_auto_opened AS online_auto_opened_67 , t0 . foodcourt_logo_enabled AS foodcourt_logo_enabled_68 , t0 . rating AS rating_69 , t0 . foodcourt_info_teaser AS foodcourt_info_teaser_70 , t0 . foodcourt_info_color_teaser AS foodcourt_info_color_teaser_71 , t0 . online_order_gift_enabled AS online_order_gift_enabled_72 , t0 . buy_code_in_app_only AS buy_code_in_app_only_73 , t0 . show_products_in_offer_description AS show_products_in_offer_description_74 , t0 . check_address_in_offer_menu AS check_address_in_offer_menu_75 , t0 . show_map_icon_in_app AS show_map_icon_in_app_76 , t0 . viber AS viber_77 , t0 . telegram AS telegram_78 , t0 . partner_online_registration_link AS partner_online_registration_link_79 , t0 . partner_online_registration_allowed AS partner_online_registration_allowed_80 , t0 . use_unused_codes AS use_unused_codes_81 , t0 . allowed_payment_methods_for_certificate AS allowed_payment_methods_for_certificate_82 , t0 . messenger_callback AS messenger_callback_83 , t0 . allowed_online_order_types AS allowed_online_order_types_84 , t0 . title_font_color AS title_font_color_85 , t0 . separate_tab_for_certificates_in_app AS separate_tab_for_certificates_in_app_86 , t0 . map_price AS map_price_87 , t0 . map_rating AS map_rating_88 , t0 . yclient_app_key AS yclient_app_key_89 , t0 . yclient_company_id AS yclient_company_id_90 , t0 . fest_offer AS fest_offer_91 , t0 . review AS review_92 , t0 . on_review AS on_review_93 , t0 . id AS id_94 , t0 . bank_currency_id AS bank_currency_id_95 , t0 . manager_id AS manager_id_96 , t0 . creator_id AS creator_id_97 , t0 . default_city_id AS default_city_id_98 FROM offer t0 WHERE t0 . id = 293502 ;
Copy
133
0.54 ms
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = ? AND s0_ . entity_id = ? AND s0_ . active = ? ORDER BY s0_ . id DESC LIMIT 1
Parameters :
[
"Slivki:Default:details "
293502
1
]
SELECT s0_ . created_on AS created_on_0 , s0_ . entity_id AS entity_id_1 , s0_ . active AS active_2 , s0_ . resource_url AS resource_url_3 , s0_ . main_alias AS main_alias_4 , s0_ . title AS title_5 , s0_ . meta_title AS meta_title_6 , s0_ . meta_description AS meta_description_7 , s0_ . page_description AS page_description_8 , s0_ . meta_keywords AS meta_keywords_9 , s0_ . domain AS domain_10 , s0_ . id AS id_11 FROM seo s0_ WHERE s0_ . resource_url = 'Slivki:Default:details' AND s0_ . entity_id = 293502 AND s0_ . active = 1 ORDER BY s0_ . id DESC LIMIT 1 ;
Copy
134
0.61 ms
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = ? AND t0 . type IN ('1' )
SELECT t0 . description AS description_1 , t0 . city AS city_2 , t0 . street AS street_3 , t0 . house AS house_4 , t0 . latitude AS latitude_5 , t0 . longitude AS longitude_6 , ST_AsEWKT (t0 . point : :geometry ) AS point_7 , t0 . label AS label_8 , t0 . working_hours AS working_hours_9 , t0 . big_map_marker AS big_map_marker_10 , t0 . schedule AS schedule_11 , t0 . schedule_modified_at AS schedule_modified_at_12 , t0 . id AS id_13 , t0 . sort_order AS sort_order_14 , t0 . pickup_point_partner_id AS pickup_point_partner_id_15 , t0 . pickup_point_bel_trans_sat_depot_id AS pickup_point_bel_trans_sat_depot_id_16 , t0 . pickup_point_schedule AS pickup_point_schedule_17 , t0 . active AS active_18 , t0 . bepaid_credentials AS bepaid_credentials_19 , t0 . callback_chat_id AS callback_chat_id_20 , t0 . city_area_id AS city_area_id_21 , t0 . type FROM geo_location t0 INNER JOIN work_example_location_relation ON t0 . id = work_example_location_relation . location_id WHERE work_example_location_relation . work_example_id = 9744 AND t0 . type IN ('1' );
Copy