10.75 ms (18.58%)
55
SELECT t0 . name AS name_1 , t0 . slug AS slug_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . locale AS locale_5 , t0 . translatable_id AS translatable_id_6 FROM sylius_taxon_translation t0 WHERE t0 . translatable_id = ? AND t0 . locale = ? LIMIT 1
Parameters :
[
2
"cs_CZ "
]
SELECT t0 . name AS name_1 , t0 . slug AS slug_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . locale AS locale_5 , t0 . translatable_id AS translatable_id_6 FROM sylius_taxon_translation t0 WHERE t0 . translatable_id = 2 AND t0 . locale = 'cs_CZ' LIMIT 1 ;
Copy
9.12 ms (15.75%)
48
SELECT t0 . id AS id_1 , t0 . currency_code AS currency_code_2 , t0 . amount AS amount_3 , t0 . updated_at AS updated_at_4 , t0 . product_variant_id AS product_variant_id_5 , t0 . price_level_id AS price_level_id_6 FROM app_product_price t0 WHERE t0 . product_variant_id = ? AND t0 . price_level_id = ? AND t0 . currency_code = ? LIMIT 1
Parameters :
[
591
1
"CZK "
]
SELECT t0 . id AS id_1 , t0 . currency_code AS currency_code_2 , t0 . amount AS amount_3 , t0 . updated_at AS updated_at_4 , t0 . product_variant_id AS product_variant_id_5 , t0 . price_level_id AS price_level_id_6 FROM app_product_price t0 WHERE t0 . product_variant_id = 591 AND t0 . price_level_id = 1 AND t0 . currency_code = 'CZK' LIMIT 1 ;
Copy
6.56 ms (11.34%)
24
SELECT t0 . code AS code_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . position AS position_4 , t0 . enabled AS enabled_5 , t0 . id AS id_6 , t0 . version AS version_7 , t0 . on_hold AS on_hold_8 , t0 . on_hand AS on_hand_9 , t0 . tracked AS tracked_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . depth AS depth_13 , t0 . weight AS weight_14 , t0 . shipping_required AS shipping_required_15 , t0 . recurring AS recurring_16 , t0 . recurring_times AS recurring_times_17 , t0 . recurring_interval AS recurring_interval_18 , t0 . product_id AS product_id_19 , t0 . tax_category_id AS tax_category_id_20 , t0 . shipping_category_id AS shipping_category_id_21 FROM sylius_product_variant t0 WHERE t0 . product_id = ? ORDER BY t0 . position ASC , t0 . id ASC
SELECT t0 . code AS code_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . position AS position_4 , t0 . enabled AS enabled_5 , t0 . id AS id_6 , t0 . version AS version_7 , t0 . on_hold AS on_hold_8 , t0 . on_hand AS on_hand_9 , t0 . tracked AS tracked_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . depth AS depth_13 , t0 . weight AS weight_14 , t0 . shipping_required AS shipping_required_15 , t0 . recurring AS recurring_16 , t0 . recurring_times AS recurring_times_17 , t0 . recurring_interval AS recurring_interval_18 , t0 . product_id AS product_id_19 , t0 . tax_category_id AS tax_category_id_20 , t0 . shipping_category_id AS shipping_category_id_21 FROM sylius_product_variant t0 WHERE t0 . product_id = 20 ORDER BY t0 . position ASC , t0 . id ASC ;
Copy
5.33 ms (9.20%)
24
SELECT t0 . code AS code_1 , t0 . id AS id_2 , t0 . option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0 . id = sylius_product_variant_option_value . option_value_id WHERE sylius_product_variant_option_value . variant_id = ? ORDER BY t0 . id ASC
SELECT t0 . code AS code_1 , t0 . id AS id_2 , t0 . option_id AS option_id_3 FROM sylius_product_option_value t0 INNER JOIN sylius_product_variant_option_value ON t0 . id = sylius_product_variant_option_value . option_value_id WHERE sylius_product_variant_option_value . variant_id = 591 ORDER BY t0 . id ASC ;
Copy
5.18 ms (8.95%)
24
SELECT t0 . name AS name_1 , t0 . slug AS slug_2 , t0 . description AS description_3 , t0 . meta_keywords AS meta_keywords_4 , t0 . meta_description AS meta_description_5 , t0 . id AS id_6 , t0 . short_description AS short_description_7 , t0 . locale AS locale_8 , t0 . translatable_id AS translatable_id_9 FROM sylius_product_translation t0 WHERE t0 . translatable_id = ? AND t0 . locale = ? LIMIT 1
Parameters :
[
20
"cs_CZ "
]
SELECT t0 . name AS name_1 , t0 . slug AS slug_2 , t0 . description AS description_3 , t0 . meta_keywords AS meta_keywords_4 , t0 . meta_description AS meta_description_5 , t0 . id AS id_6 , t0 . short_description AS short_description_7 , t0 . locale AS locale_8 , t0 . translatable_id AS translatable_id_9 FROM sylius_product_translation t0 WHERE t0 . translatable_id = 20 AND t0 . locale = 'cs_CZ' LIMIT 1 ;
Copy
4.73 ms (8.18%)
24
SELECT t0 . type AS type_1 , t0 . path AS path_2 , t0 . id AS id_3 , t0 . position AS position_4 , t0 . owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0 . owner_id = ? ORDER BY t0 . position ASC , t0 . id ASC
SELECT t0 . type AS type_1 , t0 . path AS path_2 , t0 . id AS id_3 , t0 . position AS position_4 , t0 . owner_id AS owner_id_5 FROM sylius_product_image t0 WHERE t0 . owner_id = 20 ORDER BY t0 . position ASC , t0 . id ASC ;
Copy
4.45 ms (7.69%)
24
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . id AS id_3 , t0 . association_type_id AS association_type_id_4 , t0 . product_id AS product_id_5 FROM sylius_product_association t0 WHERE t0 . product_id = ? ORDER BY t0 . id ASC
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . id AS id_3 , t0 . association_type_id AS association_type_id_4 , t0 . product_id AS product_id_5 FROM sylius_product_association t0 WHERE t0 . product_id = 20 ORDER BY t0 . id ASC ;
Copy
3.09 ms (5.34%)
9
SELECT t0 . code AS code_1 , t0 . tree_left AS tree_left_2 , t0 . tree_right AS tree_right_3 , t0 . tree_level AS tree_level_4 , t0 . position AS position_5 , t0 . enabled AS enabled_6 , t0 . id AS id_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . external_identifier AS external_identifier_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM sylius_taxon t0 WHERE t0 . parent_id = ? ORDER BY t0 . position ASC , t0 . id ASC
SELECT t0 . code AS code_1 , t0 . tree_left AS tree_left_2 , t0 . tree_right AS tree_right_3 , t0 . tree_level AS tree_level_4 , t0 . position AS position_5 , t0 . enabled AS enabled_6 , t0 . id AS id_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . external_identifier AS external_identifier_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM sylius_taxon t0 WHERE t0 . parent_id = 72 ORDER BY t0 . position ASC , t0 . id ASC ;
Copy
1.32 ms (2.28%)
6
SELECT t0 . value AS value_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 FROM sylius_product_option_value_translation t0 WHERE t0 . translatable_id = ? AND t0 . locale = ? LIMIT 1
Parameters :
[
217
"cs_CZ "
]
SELECT t0 . value AS value_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 FROM sylius_product_option_value_translation t0 WHERE t0 . translatable_id = 217 AND t0 . locale = 'cs_CZ' LIMIT 1 ;
Copy
1.22 ms (2.11%)
2
SELECT s0_ . code AS code_0 , s0_ . type AS type_1 , s0_ . storage_type AS storage_type_2 , s0_ . configuration AS configuration_3 , s0_ . created_at AS created_at_4 , s0_ . updated_at AS updated_at_5 , s0_ . position AS position_6 , s0_ . translatable AS translatable_7 , s0_ . id AS id_8 FROM sylius_product_attribute s0_ WHERE s0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY s0_ . id ASC
Parameters :
[
"1 "
"2 "
"4 "
"6 "
"7 "
"8 "
"9 "
"11 "
"17 "
"18 "
"19 "
"20 "
"21 "
"37 "
"38 "
"41 "
"43 "
"50 "
]
SELECT s0_ . code AS code_0 , s0_ . type AS type_1 , s0_ . storage_type AS storage_type_2 , s0_ . configuration AS configuration_3 , s0_ . created_at AS created_at_4 , s0_ . updated_at AS updated_at_5 , s0_ . position AS position_6 , s0_ . translatable AS translatable_7 , s0_ . id AS id_8 FROM sylius_product_attribute s0_ WHERE s0_ . id IN ('1' , '2' , '4' , '6' , '7' , '8' , '9' , '11' , '17' , '18' , '19' , '20' , '21' , '37' , '38' , '41' , '43' , '50' ) ORDER BY s0_ . id ASC ;
Copy
0.98 ms (1.70%)
2
SELECT s0_ . code AS code_0 , s0_ . tree_left AS tree_left_1 , s0_ . tree_right AS tree_right_2 , s0_ . tree_level AS tree_level_3 , s0_ . position AS position_4 , s0_ . enabled AS enabled_5 , s0_ . id AS id_6 , s0_ . created_at AS created_at_7 , s0_ . updated_at AS updated_at_8 , s0_ . external_identifier AS external_identifier_9 , s1_ . name AS name_10 , s1_ . slug AS slug_11 , s1_ . description AS description_12 , s1_ . id AS id_13 , s1_ . locale AS locale_14 , s0_ . tree_root AS tree_root_15 , s0_ . parent_id AS parent_id_16 , s1_ . translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_ . id = s1_ . translatable_id WHERE s0_ . enabled = ? AND s1_ . slug = ? AND s1_ . locale = ? ORDER BY s0_ . id ASC
Parameters :
[
1
"povrstven-272 "
"cs_CZ "
]
SELECT s0_ . code AS code_0 , s0_ . tree_left AS tree_left_1 , s0_ . tree_right AS tree_right_2 , s0_ . tree_level AS tree_level_3 , s0_ . position AS position_4 , s0_ . enabled AS enabled_5 , s0_ . id AS id_6 , s0_ . created_at AS created_at_7 , s0_ . updated_at AS updated_at_8 , s0_ . external_identifier AS external_identifier_9 , s1_ . name AS name_10 , s1_ . slug AS slug_11 , s1_ . description AS description_12 , s1_ . id AS id_13 , s1_ . locale AS locale_14 , s0_ . tree_root AS tree_root_15 , s0_ . parent_id AS parent_id_16 , s1_ . translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_ . id = s1_ . translatable_id WHERE s0_ . enabled = 1 AND s1_ . slug = 'povrstven-272' AND s1_ . locale = 'cs_CZ' ORDER BY s0_ . id ASC ;
Copy
0.83 ms (1.44%)
1
SELECT t0 . code AS code_1 , t0 . name AS name_2 , t0 . color AS color_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . hostname AS hostname_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . id AS id_9 , t0 . theme_name AS theme_name_10 , t0 . tax_calculation_strategy AS tax_calculation_strategy_11 , t0 . contact_email AS contact_email_12 , t0 . contact_phone_number AS contact_phone_number_13 , t0 . skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14 , t0 . skipping_payment_step_allowed AS skipping_payment_step_allowed_15 , t0 . account_verification_required AS account_verification_required_16 , t0 . shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17 , t0 . can_order_without_registration AS can_order_without_registration_18 , t0 . registration_with_approve AS registration_with_approve_19 , t0 . show_prices_with_vat AS show_prices_with_vat_20 , t0 . only_for_logged_users AS only_for_logged_users_21 , t0 . free_shipping_from AS free_shipping_from_22 , t0 . info_box AS info_box_23 , t0 . default_locale_id AS default_locale_id_24 , t25 . code AS code_26 , t25 . created_at AS created_at_27 , t25 . updated_at AS updated_at_28 , t25 . id AS id_29 , t0 . base_currency_id AS base_currency_id_30 , t31 . code AS code_32 , t31 . created_at AS created_at_33 , t31 . updated_at AS updated_at_34 , t31 . id AS id_35 , t0 . default_tax_zone_id AS default_tax_zone_id_36 , t0 . menu_taxon_id AS menu_taxon_id_37 , t0 . default_price_level_id AS default_price_level_id_38 , t0 . action_price_level_id AS action_price_level_id_39 , t0 . shop_billing_data_id AS shop_billing_data_id_40 , t0 . channel_price_history_config_id AS channel_price_history_config_id_41 FROM sylius_channel t0 INNER JOIN sylius_locale t25 ON t0 . default_locale_id = t25 . id INNER JOIN sylius_currency t31 ON t0 . base_currency_id = t31 . id WHERE t0 . hostname = ? AND t0 . enabled = ? ORDER BY t0 . id ASC LIMIT 1
Parameters :
[
"new.otavan.cz "
1
]
SELECT t0 . code AS code_1 , t0 . name AS name_2 , t0 . color AS color_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . hostname AS hostname_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . id AS id_9 , t0 . theme_name AS theme_name_10 , t0 . tax_calculation_strategy AS tax_calculation_strategy_11 , t0 . contact_email AS contact_email_12 , t0 . contact_phone_number AS contact_phone_number_13 , t0 . skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14 , t0 . skipping_payment_step_allowed AS skipping_payment_step_allowed_15 , t0 . account_verification_required AS account_verification_required_16 , t0 . shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17 , t0 . can_order_without_registration AS can_order_without_registration_18 , t0 . registration_with_approve AS registration_with_approve_19 , t0 . show_prices_with_vat AS show_prices_with_vat_20 , t0 . only_for_logged_users AS only_for_logged_users_21 , t0 . free_shipping_from AS free_shipping_from_22 , t0 . info_box AS info_box_23 , t0 . default_locale_id AS default_locale_id_24 , t25 . code AS code_26 , t25 . created_at AS created_at_27 , t25 . updated_at AS updated_at_28 , t25 . id AS id_29 , t0 . base_currency_id AS base_currency_id_30 , t31 . code AS code_32 , t31 . created_at AS created_at_33 , t31 . updated_at AS updated_at_34 , t31 . id AS id_35 , t0 . default_tax_zone_id AS default_tax_zone_id_36 , t0 . menu_taxon_id AS menu_taxon_id_37 , t0 . default_price_level_id AS default_price_level_id_38 , t0 . action_price_level_id AS action_price_level_id_39 , t0 . shop_billing_data_id AS shop_billing_data_id_40 , t0 . channel_price_history_config_id AS channel_price_history_config_id_41 FROM sylius_channel t0 INNER JOIN sylius_locale t25 ON t0 . default_locale_id = t25 . id INNER JOIN sylius_currency t31 ON t0 . base_currency_id = t31 . id WHERE t0 . hostname = 'new.otavan.cz' AND t0 . enabled = 1 ORDER BY t0 . id ASC LIMIT 1 ;
Copy
0.67 ms (1.16%)
1
SELECT s0_ . code AS code_0 , s0_ . created_at AS created_at_1 , s0_ . updated_at AS updated_at_2 , s0_ . enabled AS enabled_3 , s0_ . id AS id_4 , s0_ . variant_selection_method AS variant_selection_method_5 , s0_ . average_rating AS average_rating_6 , s0_ . external_identifier AS external_identifier_7 , s0_ . template_external_identifier AS template_external_identifier_8 , s0_ . data_sheet_path AS data_sheet_path_9 , s0_ . sync_with_erp AS sync_with_erp_10 , s0_ . main_taxon_id AS main_taxon_id_11 , s0_ . product_type_id AS product_type_id_12 FROM sylius_product s0_ WHERE s0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY s0_ . id ASC
Parameters :
[
"20 "
"290 "
"293 "
"332 "
"338 "
"340 "
"435 "
"459 "
"991 "
"1068 "
"1091 "
"1341 "
"1406 "
"1454 "
"1603 "
"1713 "
"1817 "
"1818 "
"1866 "
"1868 "
"1906 "
"1965 "
"1968 "
"1977 "
]
SELECT s0_ . code AS code_0 , s0_ . created_at AS created_at_1 , s0_ . updated_at AS updated_at_2 , s0_ . enabled AS enabled_3 , s0_ . id AS id_4 , s0_ . variant_selection_method AS variant_selection_method_5 , s0_ . average_rating AS average_rating_6 , s0_ . external_identifier AS external_identifier_7 , s0_ . template_external_identifier AS template_external_identifier_8 , s0_ . data_sheet_path AS data_sheet_path_9 , s0_ . sync_with_erp AS sync_with_erp_10 , s0_ . main_taxon_id AS main_taxon_id_11 , s0_ . product_type_id AS product_type_id_12 FROM sylius_product s0_ WHERE s0_ . id IN ('20' , '290' , '293' , '332' , '338' , '340' , '435' , '459' , '991' , '1068' , '1091' , '1341' , '1406' , '1454' , '1603' , '1713' , '1817' , '1818' , '1866' , '1868' , '1906' , '1965' , '1968' , '1977' ) ORDER BY s0_ . id ASC ;
Copy
0.63 ms (1.08%)
1
SELECT s0_ . code AS code_0 , s0_ . type AS type_1 , s0_ . storage_type AS storage_type_2 , s0_ . configuration AS configuration_3 , s0_ . created_at AS created_at_4 , s0_ . updated_at AS updated_at_5 , s0_ . position AS position_6 , s0_ . translatable AS translatable_7 , s0_ . id AS id_8 , s1_ . name AS name_9 , s1_ . id AS id_10 , s1_ . locale AS locale_11 , s1_ . translatable_id AS translatable_id_12 FROM sylius_product_attribute s0_ LEFT JOIN sylius_product_attribute_translation s1_ ON s0_ . id = s1_ . translatable_id WHERE s1_ . locale = ? ORDER BY s0_ . id ASC
SELECT s0_ . code AS code_0 , s0_ . type AS type_1 , s0_ . storage_type AS storage_type_2 , s0_ . configuration AS configuration_3 , s0_ . created_at AS created_at_4 , s0_ . updated_at AS updated_at_5 , s0_ . position AS position_6 , s0_ . translatable AS translatable_7 , s0_ . id AS id_8 , s1_ . name AS name_9 , s1_ . id AS id_10 , s1_ . locale AS locale_11 , s1_ . translatable_id AS translatable_id_12 FROM sylius_product_attribute s0_ LEFT JOIN sylius_product_attribute_translation s1_ ON s0_ . id = s1_ . translatable_id WHERE s1_ . locale = 'cs_CZ' ORDER BY s0_ . id ASC ;
Copy
0.54 ms (0.93%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . external_identifier AS external_identifier_3 FROM app_product_organization t0 WHERE t0 . external_identifier = ? LIMIT 1
Parameters :
[
"default "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . external_identifier AS external_identifier_3 FROM app_product_organization t0 WHERE t0 . external_identifier = 'default' LIMIT 1 ;
Copy
0.49 ms (0.84%)
1
SELECT t0 . code AS code_1 , t0 . tree_left AS tree_left_2 , t0 . tree_right AS tree_right_3 , t0 . tree_level AS tree_level_4 , t0 . position AS position_5 , t0 . enabled AS enabled_6 , t0 . id AS id_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . external_identifier AS external_identifier_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM sylius_taxon t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . tree_left AS tree_left_2 , t0 . tree_right AS tree_right_3 , t0 . tree_level AS tree_level_4 , t0 . position AS position_5 , t0 . enabled AS enabled_6 , t0 . id AS id_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . external_identifier AS external_identifier_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM sylius_taxon t0 WHERE t0 . id = 1 ;
Copy
0.45 ms (0.78%)
2
SELECT a0_ . id AS id_0 , a0_ . slug AS slug_1 , a0_ . title AS title_2 , a0_ . metaDescription AS metaDescription_3 , a0_ . content AS content_4 , a0_ . position AS position_5 , a0_ . enabled AS enabled_6 , a0_ . footerColumn AS footerColumn_7 , a0_ . createdAt AS createdAt_8 , a0_ . updatedAt AS updatedAt_9 FROM app_cms_page a0_ WHERE a0_ . footerColumn = ? AND a0_ . enabled = 1 ORDER BY a0_ . position ASC , a0_ . title ASC , a0_ . id ASC
Parameters :
[
"vas_obchod "
]
SELECT a0_ . id AS id_0 , a0_ . slug AS slug_1 , a0_ . title AS title_2 , a0_ . metaDescription AS metaDescription_3 , a0_ . content AS content_4 , a0_ . position AS position_5 , a0_ . enabled AS enabled_6 , a0_ . footerColumn AS footerColumn_7 , a0_ . createdAt AS createdAt_8 , a0_ . updatedAt AS updatedAt_9 FROM app_cms_page a0_ WHERE a0_ . footerColumn = 'vas_obchod' AND a0_ . enabled = 1 ORDER BY a0_ . position ASC , a0_ . title ASC , a0_ . id ASC ;
Copy
0.44 ms (0.76%)
1
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 FROM sylius_product_option_translation t0 WHERE t0 . translatable_id = ? AND t0 . locale = ? LIMIT 1
Parameters :
[
6
"cs_CZ "
]
SELECT t0 . name AS name_1 , t0 . id AS id_2 , t0 . locale AS locale_3 , t0 . translatable_id AS translatable_id_4 FROM sylius_product_option_translation t0 WHERE t0 . translatable_id = 6 AND t0 . locale = 'cs_CZ' LIMIT 1 ;
Copy
0.31 ms (0.53%)
1
SELECT t0 . code AS code_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0 . id = sylius_channel_locales . locale_id WHERE sylius_channel_locales . channel_id = ?
SELECT t0 . code AS code_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0 . id = sylius_channel_locales . locale_id WHERE sylius_channel_locales . channel_id = 1 ;
Copy
0.28 ms (0.49%)
1
SELECT t0 . code AS code_1 , t0 . name AS name_2 , t0 . color AS color_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . hostname AS hostname_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . id AS id_9 , t0 . theme_name AS theme_name_10 , t0 . tax_calculation_strategy AS tax_calculation_strategy_11 , t0 . contact_email AS contact_email_12 , t0 . contact_phone_number AS contact_phone_number_13 , t0 . skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14 , t0 . skipping_payment_step_allowed AS skipping_payment_step_allowed_15 , t0 . account_verification_required AS account_verification_required_16 , t0 . shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17 , t0 . can_order_without_registration AS can_order_without_registration_18 , t0 . registration_with_approve AS registration_with_approve_19 , t0 . show_prices_with_vat AS show_prices_with_vat_20 , t0 . only_for_logged_users AS only_for_logged_users_21 , t0 . free_shipping_from AS free_shipping_from_22 , t0 . info_box AS info_box_23 , t0 . default_locale_id AS default_locale_id_24 , t25 . code AS code_26 , t25 . created_at AS created_at_27 , t25 . updated_at AS updated_at_28 , t25 . id AS id_29 , t0 . base_currency_id AS base_currency_id_30 , t31 . code AS code_32 , t31 . created_at AS created_at_33 , t31 . updated_at AS updated_at_34 , t31 . id AS id_35 , t0 . default_tax_zone_id AS default_tax_zone_id_36 , t0 . menu_taxon_id AS menu_taxon_id_37 , t0 . default_price_level_id AS default_price_level_id_38 , t0 . action_price_level_id AS action_price_level_id_39 , t0 . shop_billing_data_id AS shop_billing_data_id_40 , t0 . channel_price_history_config_id AS channel_price_history_config_id_41 FROM sylius_channel t0 INNER JOIN sylius_locale t25 ON t0 . default_locale_id = t25 . id INNER JOIN sylius_currency t31 ON t0 . base_currency_id = t31 . id LIMIT 1
SELECT t0 . code AS code_1 , t0 . name AS name_2 , t0 . color AS color_3 , t0 . description AS description_4 , t0 . enabled AS enabled_5 , t0 . hostname AS hostname_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . id AS id_9 , t0 . theme_name AS theme_name_10 , t0 . tax_calculation_strategy AS tax_calculation_strategy_11 , t0 . contact_email AS contact_email_12 , t0 . contact_phone_number AS contact_phone_number_13 , t0 . skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14 , t0 . skipping_payment_step_allowed AS skipping_payment_step_allowed_15 , t0 . account_verification_required AS account_verification_required_16 , t0 . shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17 , t0 . can_order_without_registration AS can_order_without_registration_18 , t0 . registration_with_approve AS registration_with_approve_19 , t0 . show_prices_with_vat AS show_prices_with_vat_20 , t0 . only_for_logged_users AS only_for_logged_users_21 , t0 . free_shipping_from AS free_shipping_from_22 , t0 . info_box AS info_box_23 , t0 . default_locale_id AS default_locale_id_24 , t25 . code AS code_26 , t25 . created_at AS created_at_27 , t25 . updated_at AS updated_at_28 , t25 . id AS id_29 , t0 . base_currency_id AS base_currency_id_30 , t31 . code AS code_32 , t31 . created_at AS created_at_33 , t31 . updated_at AS updated_at_34 , t31 . id AS id_35 , t0 . default_tax_zone_id AS default_tax_zone_id_36 , t0 . menu_taxon_id AS menu_taxon_id_37 , t0 . default_price_level_id AS default_price_level_id_38 , t0 . action_price_level_id AS action_price_level_id_39 , t0 . shop_billing_data_id AS shop_billing_data_id_40 , t0 . channel_price_history_config_id AS channel_price_history_config_id_41 FROM sylius_channel t0 INNER JOIN sylius_locale t25 ON t0 . default_locale_id = t25 . id INNER JOIN sylius_currency t31 ON t0 . base_currency_id = t31 . id LIMIT 1 ;
Copy
0.25 ms (0.44%)
1
SELECT s0_ . code AS code_0 , s0_ . position AS position_1 , s0_ . created_at AS created_at_2 , s0_ . updated_at AS updated_at_3 , s0_ . id AS id_4 FROM sylius_product_option s0_ ORDER BY s0_ . id ASC
SELECT s0_ . code AS code_0 , s0_ . position AS position_1 , s0_ . created_at AS created_at_2 , s0_ . updated_at AS updated_at_3 , s0_ . id AS id_4 FROM sylius_product_option s0_ ORDER BY s0_ . id ASC ;
Copy
0.25 ms (0.42%)
1
SELECT COUNT (* ) FROM sylius_channel t0
SELECT COUNT (* ) FROM sylius_channel t0 ;
Copy