| 1 |
1.02 ms |
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.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_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.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1
Parameters: [
"dimaco-back-preprod.kwantic.dev"
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.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_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.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = 'dimaco-back-preprod.kwantic.dev' AND t0.enabled = 1 ORDER BY t0.id ASC LIMIT 1;
|
| 2 |
0.84 ms |
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 = 3;
|
| 3 |
11.63 ms |
SELECT count(DISTINCT s0_.id) AS sclr_0 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id AND (s2_.enabled = ?) LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id LEFT JOIN sylius_product_association_product s5_ ON s3_.id = s5_.association_id LEFT JOIN sylius_product s4_ ON s4_.id = s5_.product_id AND (s4_.enabled = 1 AND s3_.product_id = s0_.id) LEFT JOIN sylius_taxon s6_ ON s0_.main_taxon_id = s6_.id LEFT JOIN sylius_product_taxon s7_ ON s0_.id = s7_.product_id LEFT JOIN sylius_product_image s8_ ON s0_.id = s8_.owner_id LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id LEFT JOIN sylius_product_option s9_ ON s9_.id = s10_.option_id WHERE EXISTS (SELECT 1 FROM sylius_product_channels s11_ WHERE s11_.product_id = s0_.id AND s11_.channel_id IN (?)) AND s0_.enabled = ? AND ((SELECT COUNT(*) FROM sylius_product_association s12_ WHERE s12_.product_id = s0_.id) = 0 OR s4_.id IS NOT NULL)
Parameters: [
"fr"
1
3
1
]
SELECT count(DISTINCT s0_.id) AS sclr_0 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = 'fr') LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id AND (s2_.enabled = 1) LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id LEFT JOIN sylius_product_association_product s5_ ON s3_.id = s5_.association_id LEFT JOIN sylius_product s4_ ON s4_.id = s5_.product_id AND (s4_.enabled = 1 AND s3_.product_id = s0_.id) LEFT JOIN sylius_taxon s6_ ON s0_.main_taxon_id = s6_.id LEFT JOIN sylius_product_taxon s7_ ON s0_.id = s7_.product_id LEFT JOIN sylius_product_image s8_ ON s0_.id = s8_.owner_id LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id LEFT JOIN sylius_product_option s9_ ON s9_.id = s10_.option_id WHERE EXISTS (SELECT 1 FROM sylius_product_channels s11_ WHERE s11_.product_id = s0_.id AND s11_.channel_id IN (3)) AND s0_.enabled = 1 AND ((SELECT COUNT(*) FROM sylius_product_association s12_ WHERE s12_.product_id = s0_.id) = 0 OR s4_.id IS NOT NULL);
|
| 4 |
11.89 ms |
SELECT DISTINCT s0_.id AS id_0, s0_.code AS code_1, s0_.id AS id_2 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id AND (s2_.enabled = ?) LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id LEFT JOIN sylius_product_association_product s5_ ON s3_.id = s5_.association_id LEFT JOIN sylius_product s4_ ON s4_.id = s5_.product_id AND (s4_.enabled = 1 AND s3_.product_id = s0_.id) LEFT JOIN sylius_taxon s6_ ON s0_.main_taxon_id = s6_.id LEFT JOIN sylius_product_taxon s7_ ON s0_.id = s7_.product_id LEFT JOIN sylius_product_image s8_ ON s0_.id = s8_.owner_id LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id LEFT JOIN sylius_product_option s9_ ON s9_.id = s10_.option_id WHERE EXISTS (SELECT 1 FROM sylius_product_channels s11_ WHERE s11_.product_id = s0_.id AND s11_.channel_id IN (?)) AND s0_.enabled = ? AND ((SELECT COUNT(*) FROM sylius_product_association s12_ WHERE s12_.product_id = s0_.id) = 0 OR s4_.id IS NOT NULL) ORDER BY s0_.code ASC, s0_.id ASC LIMIT 4
Parameters: [
"fr"
1
3
1
]
SELECT DISTINCT s0_.id AS id_0, s0_.code AS code_1, s0_.id AS id_2 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = 'fr') LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id AND (s2_.enabled = 1) LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id LEFT JOIN sylius_product_association_product s5_ ON s3_.id = s5_.association_id LEFT JOIN sylius_product s4_ ON s4_.id = s5_.product_id AND (s4_.enabled = 1 AND s3_.product_id = s0_.id) LEFT JOIN sylius_taxon s6_ ON s0_.main_taxon_id = s6_.id LEFT JOIN sylius_product_taxon s7_ ON s0_.id = s7_.product_id LEFT JOIN sylius_product_image s8_ ON s0_.id = s8_.owner_id LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id LEFT JOIN sylius_product_option s9_ ON s9_.id = s10_.option_id WHERE EXISTS (SELECT 1 FROM sylius_product_channels s11_ WHERE s11_.product_id = s0_.id AND s11_.channel_id IN (3)) AND s0_.enabled = 1 AND ((SELECT COUNT(*) FROM sylius_product_association s12_ WHERE s12_.product_id = s0_.id) = 0 OR s4_.id IS NOT NULL) ORDER BY s0_.code ASC, s0_.id ASC LIMIT 4;
|
| 5 |
3.88 ms |
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_.code AS code_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.enabled AS enabled_10, s0_.id AS id_11, s0_.variant_selection_method AS variant_selection_method_12, s0_.average_rating AS average_rating_13, s1_.name AS name_14, s1_.slug AS slug_15, s1_.description AS description_16, s1_.meta_keywords AS meta_keywords_17, s1_.meta_description AS meta_description_18, s1_.id AS id_19, s1_.short_description AS short_description_20, s1_.descriptionEquipement AS descriptionEquipement_21, s1_.youtubeVideoUrl AS youtubeVideoUrl_22, s1_.locale AS locale_23, s2_.code AS code_24, s2_.created_at AS created_at_25, s2_.updated_at AS updated_at_26, s2_.position AS position_27, s2_.enabled AS enabled_28, s2_.id AS id_29, s2_.version AS version_30, s2_.on_hold AS on_hold_31, s2_.on_hand AS on_hand_32, s2_.tracked AS tracked_33, s2_.width AS width_34, s2_.height AS height_35, s2_.depth AS depth_36, s2_.weight AS weight_37, s2_.shipping_required AS shipping_required_38, s2_.recurring AS recurring_39, s2_.recurring_times AS recurring_times_40, s2_.recurring_interval AS recurring_interval_41, s3_.created_at AS created_at_42, s3_.updated_at AS updated_at_43, s3_.id AS id_44, s4_.code AS code_45, s4_.tree_left AS tree_left_46, s4_.tree_right AS tree_right_47, s4_.tree_level AS tree_level_48, s4_.position AS position_49, s4_.enabled AS enabled_50, s4_.id AS id_51, s4_.created_at AS created_at_52, s4_.updated_at AS updated_at_53, s5_.position AS position_54, s5_.id AS id_55, s6_.type AS type_56, s6_.path AS path_57, s6_.id AS id_58, s6_.position AS position_59, s7_.code AS code_60, s7_.position AS position_61, s7_.created_at AS created_at_62, s7_.updated_at AS updated_at_63, s7_.id AS id_64, s0_.main_taxon_id AS main_taxon_id_65, s0_.product_type_id AS product_type_id_66, s1_.translatable_id AS translatable_id_67, s2_.product_id AS product_id_68, s2_.tax_category_id AS tax_category_id_69, s2_.shipping_category_id AS shipping_category_id_70, s3_.association_type_id AS association_type_id_71, s3_.product_id AS product_id_72, s4_.tree_root AS tree_root_73, s4_.parent_id AS parent_id_74, s5_.product_id AS product_id_75, s5_.taxon_id AS taxon_id_76, s6_.owner_id AS owner_id_77 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id AND (s2_.enabled = ?) LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id LEFT JOIN sylius_product_association_product s9_ ON s3_.id = s9_.association_id LEFT JOIN sylius_product s8_ ON s8_.id = s9_.product_id AND (s8_.enabled = 1 AND s3_.product_id = s0_.id) LEFT JOIN sylius_taxon s4_ ON s0_.main_taxon_id = s4_.id LEFT JOIN sylius_product_taxon s5_ ON s0_.id = s5_.product_id LEFT JOIN sylius_product_image s6_ ON s0_.id = s6_.owner_id LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id LEFT JOIN sylius_product_option s7_ ON s7_.id = s10_.option_id WHERE EXISTS (SELECT 1 FROM sylius_product_channels s11_ WHERE s11_.product_id = s0_.id AND s11_.channel_id IN (?)) AND s0_.enabled = ? AND ((SELECT COUNT(*) FROM sylius_product_association s12_ WHERE s12_.product_id = s0_.id) = 0 OR s8_.id IS NOT NULL) AND s0_.id IN (?, ?, ?, ?) ORDER BY s0_.code ASC, s0_.id ASC, s2_.position ASC, s2_.id ASC, s3_.id ASC, s5_.id ASC, s6_.position ASC, s6_.id ASC, s7_.position ASC, s7_.id ASC
Parameters: [
"fr"
1
3
1
1
2
3
4
]
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_.code AS code_7,
s0_.created_at AS created_at_8,
s0_.updated_at AS updated_at_9,
s0_.enabled AS enabled_10,
s0_.id AS id_11,
s0_.variant_selection_method AS variant_selection_method_12,
s0_.average_rating AS average_rating_13,
s1_.name AS name_14,
s1_.slug AS slug_15,
s1_.description AS description_16,
s1_.meta_keywords AS meta_keywords_17,
s1_.meta_description AS meta_description_18,
s1_.id AS id_19,
s1_.short_description AS short_description_20,
s1_.descriptionEquipement AS descriptionEquipement_21,
s1_.youtubeVideoUrl AS youtubeVideoUrl_22,
s1_.locale AS locale_23,
s2_.code AS code_24,
s2_.created_at AS created_at_25,
s2_.updated_at AS updated_at_26,
s2_.position AS position_27,
s2_.enabled AS enabled_28,
s2_.id AS id_29,
s2_.version AS version_30,
s2_.on_hold AS on_hold_31,
s2_.on_hand AS on_hand_32,
s2_.tracked AS tracked_33,
s2_.width AS width_34,
s2_.height AS height_35,
s2_.depth AS depth_36,
s2_.weight AS weight_37,
s2_.shipping_required AS shipping_required_38,
s2_.recurring AS recurring_39,
s2_.recurring_times AS recurring_times_40,
s2_.recurring_interval AS recurring_interval_41,
s3_.created_at AS created_at_42,
s3_.updated_at AS updated_at_43,
s3_.id AS id_44,
s4_.code AS code_45,
s4_.tree_left AS tree_left_46,
s4_.tree_right AS tree_right_47,
s4_.tree_level AS tree_level_48,
s4_.position AS position_49,
s4_.enabled AS enabled_50,
s4_.id AS id_51,
s4_.created_at AS created_at_52,
s4_.updated_at AS updated_at_53,
s5_.position AS position_54,
s5_.id AS id_55,
s6_.type AS type_56,
s6_.path AS path_57,
s6_.id AS id_58,
s6_.position AS position_59,
s7_.code AS code_60,
s7_.position AS position_61,
s7_.created_at AS created_at_62,
s7_.updated_at AS updated_at_63,
s7_.id AS id_64,
s0_.main_taxon_id AS main_taxon_id_65,
s0_.product_type_id AS product_type_id_66,
s1_.translatable_id AS translatable_id_67,
s2_.product_id AS product_id_68,
s2_.tax_category_id AS tax_category_id_69,
s2_.shipping_category_id AS shipping_category_id_70,
s3_.association_type_id AS association_type_id_71,
s3_.product_id AS product_id_72,
s4_.tree_root AS tree_root_73,
s4_.parent_id AS parent_id_74,
s5_.product_id AS product_id_75,
s5_.taxon_id AS taxon_id_76,
s6_.owner_id AS owner_id_77
FROM
sylius_product s0_
INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id
AND (s1_.locale = ?)
LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id
AND (s2_.enabled = ?)
LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id
LEFT JOIN sylius_product_association_product s9_ ON s3_.id = s9_.association_id
LEFT JOIN sylius_product s8_ ON s8_.id = s9_.product_id
AND (
s8_.enabled = 1
AND s3_.product_id = s0_.id
)
LEFT JOIN sylius_taxon s4_ ON s0_.main_taxon_id = s4_.id
LEFT JOIN sylius_product_taxon s5_ ON s0_.id = s5_.product_id
LEFT JOIN sylius_product_image s6_ ON s0_.id = s6_.owner_id
LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id
LEFT JOIN sylius_product_option s7_ ON s7_.id = s10_.option_id
WHERE
EXISTS (
SELECT
1
FROM
sylius_product_channels s11_
WHERE
s11_.product_id = s0_.id
AND s11_.channel_id IN (?)
)
AND s0_.enabled = ?
AND (
(
SELECT
COUNT(*)
FROM
sylius_product_association s12_
WHERE
s12_.product_id = s0_.id
) = 0
OR s8_.id IS NOT NULL
)
AND s0_.id IN (?, ?, ?, ?)
ORDER BY
s0_.code ASC,
s0_.id ASC,
s2_.position ASC,
s2_.id ASC,
s3_.id ASC,
s5_.id ASC,
s6_.position ASC,
s6_.id ASC,
s7_.position ASC,
s7_.id ASC
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_.code AS code_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.enabled AS enabled_10, s0_.id AS id_11, s0_.variant_selection_method AS variant_selection_method_12, s0_.average_rating AS average_rating_13, s1_.name AS name_14, s1_.slug AS slug_15, s1_.description AS description_16, s1_.meta_keywords AS meta_keywords_17, s1_.meta_description AS meta_description_18, s1_.id AS id_19, s1_.short_description AS short_description_20, s1_.descriptionEquipement AS descriptionEquipement_21, s1_.youtubeVideoUrl AS youtubeVideoUrl_22, s1_.locale AS locale_23, s2_.code AS code_24, s2_.created_at AS created_at_25, s2_.updated_at AS updated_at_26, s2_.position AS position_27, s2_.enabled AS enabled_28, s2_.id AS id_29, s2_.version AS version_30, s2_.on_hold AS on_hold_31, s2_.on_hand AS on_hand_32, s2_.tracked AS tracked_33, s2_.width AS width_34, s2_.height AS height_35, s2_.depth AS depth_36, s2_.weight AS weight_37, s2_.shipping_required AS shipping_required_38, s2_.recurring AS recurring_39, s2_.recurring_times AS recurring_times_40, s2_.recurring_interval AS recurring_interval_41, s3_.created_at AS created_at_42, s3_.updated_at AS updated_at_43, s3_.id AS id_44, s4_.code AS code_45, s4_.tree_left AS tree_left_46, s4_.tree_right AS tree_right_47, s4_.tree_level AS tree_level_48, s4_.position AS position_49, s4_.enabled AS enabled_50, s4_.id AS id_51, s4_.created_at AS created_at_52, s4_.updated_at AS updated_at_53, s5_.position AS position_54, s5_.id AS id_55, s6_.type AS type_56, s6_.path AS path_57, s6_.id AS id_58, s6_.position AS position_59, s7_.code AS code_60, s7_.position AS position_61, s7_.created_at AS created_at_62, s7_.updated_at AS updated_at_63, s7_.id AS id_64, s0_.main_taxon_id AS main_taxon_id_65, s0_.product_type_id AS product_type_id_66, s1_.translatable_id AS translatable_id_67, s2_.product_id AS product_id_68, s2_.tax_category_id AS tax_category_id_69, s2_.shipping_category_id AS shipping_category_id_70, s3_.association_type_id AS association_type_id_71, s3_.product_id AS product_id_72, s4_.tree_root AS tree_root_73, s4_.parent_id AS parent_id_74, s5_.product_id AS product_id_75, s5_.taxon_id AS taxon_id_76, s6_.owner_id AS owner_id_77 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = 'fr') LEFT JOIN sylius_product_variant s2_ ON s0_.id = s2_.product_id AND (s2_.enabled = 1) LEFT JOIN sylius_product_association s3_ ON s0_.id = s3_.product_id LEFT JOIN sylius_product_association_product s9_ ON s3_.id = s9_.association_id LEFT JOIN sylius_product s8_ ON s8_.id = s9_.product_id AND (s8_.enabled = 1 AND s3_.product_id = s0_.id) LEFT JOIN sylius_taxon s4_ ON s0_.main_taxon_id = s4_.id LEFT JOIN sylius_product_taxon s5_ ON s0_.id = s5_.product_id LEFT JOIN sylius_product_image s6_ ON s0_.id = s6_.owner_id LEFT JOIN sylius_product_options s10_ ON s0_.id = s10_.product_id LEFT JOIN sylius_product_option s7_ ON s7_.id = s10_.option_id WHERE EXISTS (SELECT 1 FROM sylius_product_channels s11_ WHERE s11_.product_id = s0_.id AND s11_.channel_id IN (3)) AND s0_.enabled = 1 AND ((SELECT COUNT(*) FROM sylius_product_association s12_ WHERE s12_.product_id = s0_.id) = 0 OR s8_.id IS NOT NULL) AND s0_.id IN (1, 2, 3, 4) ORDER BY s0_.code ASC, s0_.id ASC, s2_.position ASC, s2_.id ASC, s3_.id ASC, s5_.id ASC, s6_.position ASC, s6_.id ASC, s7_.position ASC, s7_.id ASC;
|
| 6 |
1.12 ms |
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = ?
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = 1;
|
| 7 |
0.86 ms |
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 = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1
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 = 1 AND t0.enabled = 1 ORDER BY t0.position ASC, t0.id ASC LIMIT 1;
|
| 8 |
0.97 ms |
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_variant_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 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_variant_translation t0 WHERE t0.translatable_id = 1 AND t0.locale = 'fr' LIMIT 1;
|
| 9 |
0.64 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = 1 ORDER BY t0.id ASC;
|
| 10 |
0.80 ms |
SELECT t0.lowest_price_for_discounted_products_checking_period AS lowest_price_for_discounted_products_checking_period_1, t0.lowest_price_for_discounted_products_visible AS lowest_price_for_discounted_products_visible_2, t0.id AS id_3 FROM sylius_channel_price_history_config t0 WHERE t0.id = ?
SELECT t0.lowest_price_for_discounted_products_checking_period AS lowest_price_for_discounted_products_checking_period_1, t0.lowest_price_for_discounted_products_visible AS lowest_price_for_discounted_products_visible_2, t0.id AS id_3 FROM sylius_channel_price_history_config t0 WHERE t0.id = 3;
|
| 11 |
0.68 ms |
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.tree_root AS tree_root_10, t0.parent_id AS parent_id_11 FROM sylius_taxon t0 INNER JOIN sylius_channel_price_history_config_excluded_taxons ON t0.id = sylius_channel_price_history_config_excluded_taxons.taxon_id WHERE sylius_channel_price_history_config_excluded_taxons.channel_id = ? ORDER BY 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.tree_root AS tree_root_10, t0.parent_id AS parent_id_11 FROM sylius_taxon t0 INNER JOIN sylius_channel_price_history_config_excluded_taxons ON t0.id = sylius_channel_price_history_config_excluded_taxons.taxon_id WHERE sylius_channel_price_history_config_excluded_taxons.channel_id = 3 ORDER BY t0.id ASC;
|
| 12 |
0.67 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = 3 ORDER BY t0.id ASC;
|
| 13 |
0.54 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = 1;
|
| 14 |
0.52 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = 1;
|
| 15 |
0.47 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = 1;
|
| 16 |
0.56 ms |
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = 1;
|
| 17 |
0.72 ms |
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.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_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.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.id = ?
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.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_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.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.id = 1;
|
| 18 |
0.57 ms |
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.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_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.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.id = ?
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.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_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.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.id = 2;
|
| 19 |
1.23 ms |
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = 1 ORDER BY t0.id ASC;
|
| 20 |
0.62 ms |
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = ?
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = 2;
|
| 21 |
0.99 ms |
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 = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1
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 = 2 AND t0.enabled = 1 ORDER BY t0.position ASC, t0.id ASC LIMIT 1;
|
| 22 |
0.59 ms |
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_variant_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 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_variant_translation t0 WHERE t0.translatable_id = 2 AND t0.locale = 'fr' LIMIT 1;
|
| 23 |
0.66 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = 2 ORDER BY t0.id ASC;
|
| 24 |
0.76 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = 6 ORDER BY t0.id ASC;
|
| 25 |
0.52 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = 2;
|
| 26 |
0.46 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = 2;
|
| 27 |
0.50 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = 2;
|
| 28 |
0.59 ms |
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = 2;
|
| 29 |
0.59 ms |
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = 2 ORDER BY t0.id ASC;
|
| 30 |
0.48 ms |
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = ?
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = 3;
|
| 31 |
0.73 ms |
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 = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1
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 = 3 AND t0.enabled = 1 ORDER BY t0.position ASC, t0.id ASC LIMIT 1;
|
| 32 |
0.57 ms |
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_variant_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 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_variant_translation t0 WHERE t0.translatable_id = 3 AND t0.locale = 'fr' LIMIT 1;
|
| 33 |
0.68 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = 3 ORDER BY t0.id ASC;
|
| 34 |
0.74 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = 9 ORDER BY t0.id ASC;
|
| 35 |
0.46 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = 3;
|
| 36 |
0.47 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = 3;
|
| 37 |
0.42 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = 3;
|
| 38 |
0.77 ms |
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = 3;
|
| 39 |
0.63 ms |
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = 3 ORDER BY t0.id ASC;
|
| 40 |
0.61 ms |
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = ?
SELECT t0.title AS title_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.product_id AS product_id_8, t0.author_id AS author_id_9 FROM sylius_product_review t0 WHERE t0.product_id = 4;
|
| 41 |
0.79 ms |
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 = ? AND t0.enabled = ? ORDER BY t0.position ASC, t0.id ASC LIMIT 1
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 = 4 AND t0.enabled = 1 ORDER BY t0.position ASC, t0.id ASC LIMIT 1;
|
| 42 |
0.59 ms |
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_variant_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 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_variant_translation t0 WHERE t0.translatable_id = 4 AND t0.locale = 'fr' LIMIT 1;
|
| 43 |
4.59 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = 4 ORDER BY t0.id ASC;
|
| 44 |
1.04 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = ? ORDER BY t0.id ASC
SELECT t0.code AS code_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.enabled AS enabled_5, t0.priority AS priority_6, t0.exclusive AS exclusive_7, t0.state AS state_8, t0.id AS id_9 FROM sylius_catalog_promotion t0 INNER JOIN sylius_channel_pricing_catalog_promotions ON t0.id = sylius_channel_pricing_catalog_promotions.catalog_promotion_id WHERE sylius_channel_pricing_catalog_promotions.channel_pricing_id = 12 ORDER BY t0.id ASC;
|
| 45 |
0.69 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.highlight_id AS highlight_id_4 FROM app_product_channel_highlight t0 WHERE t0.product_id = 4;
|
| 46 |
0.71 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.equipment_id AS equipment_id_4 FROM app_product_channel_equipment t0 WHERE t0.product_id = 4;
|
| 47 |
0.79 ms |
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.channel_id AS channel_id_3, t0.document_id AS document_id_4 FROM app_product_channel_document t0 WHERE t0.product_id = 4;
|
| 48 |
0.90 ms |
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.bestSeller AS bestSeller_2, t0.onSale AS onSale_3, t0.product_id AS product_id_4, t0.channel_id AS channel_id_5 FROM app_product_channel_config t0 WHERE t0.product_id = 4;
|
| 49 |
0.82 ms |
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC
SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.showOnFront AS showOnFront_10, t0.product_id AS product_id_11, t0.attribute_id AS attribute_id_12 FROM sylius_product_attribute_value t0 WHERE t0.product_id = 4 ORDER BY t0.id ASC;
|