Query Metrics
225
Database Queries
48
Different statements
2992.56 ms
Query time
3
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.30 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_days_estimated AS shipping_days_estimated_17, t0.google_analytics_code AS google_analytics_code_18, t0.google_tag_manager_id AS google_tag_manager_id_19, t0.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.referenceableContent_id AS referenceableContent_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id WHERE t0.hostname = ? LIMIT 1
Parameters:
[
"6nergiesboutique.arobases.fr"
]
|
2 | 0.25 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_days_estimated AS shipping_days_estimated_17, t0.google_analytics_code AS google_analytics_code_18, t0.google_tag_manager_id AS google_tag_manager_id_19, t0.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.referenceableContent_id AS referenceableContent_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id
Parameters:
[] |
3 | 0.17 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_currency t0 INNER JOIN sylius_channel_currencies ON t0.id = sylius_channel_currencies.currency_id WHERE sylius_channel_currencies.channel_id = ?
Parameters:
[
1
]
|
4 | 0.14 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 = ?
Parameters:
[
1
]
|
5 | 0.21 ms |
SELECT t0.code AS code_1, t0.enabled AS enabled_2, t0.id AS id_3 FROM sylius_country t0 INNER JOIN sylius_channel_countries ON t0.id = sylius_channel_countries.country_id WHERE sylius_channel_countries.channel_id = ?
Parameters:
[
1
]
|
6 | 2922.68 ms |
SELECT b0_.name AS name_0, b0_.token AS token_1, b0_.id AS id_2, b0_.shop_user_id AS shop_user_id_3, b0_.channel_id AS channel_id_4 FROM bitbag_wishlist b0_ WHERE b0_.channel_id = ? AND b0_.shop_user_id IS NULL AND b0_.token = ?
Parameters:
[
1
""
]
|
7 | 0.10 ms |
"START TRANSACTION"
Parameters:
[] |
8 | 0.19 ms |
INSERT INTO bitbag_wishlist (name, token, shop_user_id, channel_id) VALUES (?, ?, ?, ?)
Parameters:
[ 1 => "Wishlist" 2 => BitBag\SyliusWishlistPlugin\Entity\WishlistToken {#6425 : "d2de4ed0-6e4d-4574-8fc7-d4f007543106" } 3 => null 4 => 1 ] |
9 | 0.06 ms |
"COMMIT"
Parameters:
[] |
10 | 0.48 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/products/kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 0 ] |
11 | 2.35 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
12 | 0.58 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
111
]
|
13 | 0.90 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
14 | 1.07 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
15 | 0.98 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
16 | 0.70 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
17 | 0.92 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
18 | 1.17 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
19 | 0.19 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "horaires_magasin" "Web" ] |
20 | 0.49 ms |
SELECT t0.id AS id_1 FROM dedi_sylius_seo_content t0 WHERE t0.id = ?
Parameters:
[
112
]
|
21 | 0.10 ms |
SELECT t0.id AS id_1 FROM dedi_sylius_seo_content t0 WHERE t0.id = ?
Parameters:
[
1
]
|
22 | 0.63 ms |
SELECT t0.seo_not_indexable AS seo_not_indexable_1, t0.seo_metadata_title AS seo_metadata_title_2, t0.seo_metadata_description AS seo_metadata_description_3, t0.seo_og_metadata_title AS seo_og_metadata_title_4, t0.seo_og_metadata_description AS seo_og_metadata_description_5, t0.seo_og_metadata_url AS seo_og_metadata_url_6, t0.seo_og_metadata_image AS seo_og_metadata_image_7, t0.seo_og_metadata_type AS seo_og_metadata_type_8, t0.id AS id_9, t0.locale AS locale_10, t0.translatable_id AS translatable_id_11 FROM dedi_sylius_seo_content_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 112 "fr_FR" ] |
23 | 0.16 ms |
SELECT t0.seo_not_indexable AS seo_not_indexable_1, t0.seo_metadata_title AS seo_metadata_title_2, t0.seo_metadata_description AS seo_metadata_description_3, t0.seo_og_metadata_title AS seo_og_metadata_title_4, t0.seo_og_metadata_description AS seo_og_metadata_description_5, t0.seo_og_metadata_url AS seo_og_metadata_url_6, t0.seo_og_metadata_image AS seo_og_metadata_image_7, t0.seo_og_metadata_type AS seo_og_metadata_type_8, t0.id AS id_9, t0.locale AS locale_10, t0.translatable_id AS translatable_id_11 FROM dedi_sylius_seo_content_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1 "fr_FR" ] |
24 | 0.36 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
25 | 0.21 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
26 | 0.25 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
27 | 0.27 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
28 | 0.20 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
29 | 0.18 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
30 | 0.65 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 = ?
Parameters:
[
111
]
|
31 | 0.24 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_days_estimated AS shipping_days_estimated_17, t0.google_analytics_code AS google_analytics_code_18, t0.google_tag_manager_id AS google_tag_manager_id_19, t0.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.referenceableContent_id AS referenceableContent_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id WHERE t0.enabled = ?
Parameters:
[
1
]
|
32 | 0.33 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
33 | 0.17 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
34 | 0.21 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
35 | 0.24 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
36 | 0.17 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
37 | 0.19 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
38 | 0.16 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
111
]
|
39 | 0.27 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "texteperso_header" "Web" ] |
40 | 0.20 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
41 | 0.33 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/_fragment" 0 ] |
42 | 0.22 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_days_estimated AS shipping_days_estimated_17, t0.google_analytics_code AS google_analytics_code_18, t0.google_tag_manager_id AS google_tag_manager_id_19, t0.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.referenceableContent_id AS referenceableContent_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id
Parameters:
[] |
43 | 0.41 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
44 | 0.21 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
45 | 0.29 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
46 | 0.29 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
47 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
48 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
49 | 0.34 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/_partial/cart/summary" 0 ] |
50 | 0.36 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
51 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
52 | 0.27 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
53 | 0.28 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
54 | 0.24 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
55 | 0.25 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
56 | 0.47 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/_partial/cart/summary" 0 ] |
57 | 0.33 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
58 | 0.19 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
59 | 0.27 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
60 | 0.28 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
61 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
62 | 0.22 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
63 | 0.32 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/_partial/taxons/by-channel-menu-taxon/" 0 ] |
64 | 2.37 ms |
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_.color AS color_9, s0_.oldId AS oldId_10, s0_.visibleInMenu AS visibleInMenu_11, s0_.flagshipTaxon AS flagshipTaxon_12, s1_.name AS name_13, s1_.slug AS slug_14, s1_.description AS description_15, s1_.id AS id_16, s1_.textSEO AS textSEO_17, s1_.metaDescription AS metaDescription_18, s1_.metaTitle AS metaTitle_19, s1_.locale AS locale_20, s2_.code AS code_21, s2_.tree_left AS tree_left_22, s2_.tree_right AS tree_right_23, s2_.tree_level AS tree_level_24, s2_.position AS position_25, s2_.enabled AS enabled_26, s2_.id AS id_27, s2_.created_at AS created_at_28, s2_.updated_at AS updated_at_29, s2_.color AS color_30, s2_.oldId AS oldId_31, s2_.visibleInMenu AS visibleInMenu_32, s2_.flagshipTaxon AS flagshipTaxon_33, s0_.tree_root AS tree_root_34, s0_.parent_id AS parent_id_35, s1_.translatable_id AS translatable_id_36, s2_.tree_root AS tree_root_37, s2_.parent_id AS parent_id_38 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id INNER JOIN sylius_taxon s3_ ON s0_.parent_id = s3_.id LEFT JOIN sylius_taxon s2_ ON s0_.id = s2_.parent_id WHERE s1_.locale = ? AND s0_.enabled = ? AND s3_.code = ? ORDER BY s0_.position ASC, s2_.position ASC
Parameters:
[ "fr_FR" 1 "category" ] |
65 | 0.24 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
66 | 0.64 ms |
SELECT t0.name AS name_1, t0.content AS content_2, t0.link AS link_3, t0.id AS id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM bitbag_cms_block_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 4 "fr_FR" ] |
67 | 0.36 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
68 | 0.26 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
69 | 0.24 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
70 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
71 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
72 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
73 | 0.91 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.description AS description_3, t0.priority AS priority_4, t0.exclusive AS exclusive_5, t0.usage_limit AS usage_limit_6, t0.used AS used_7, t0.coupon_based AS coupon_based_8, t0.starts_at AS starts_at_9, t0.ends_at AS ends_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.id AS id_13 FROM sylius_promotion t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"francoport"
]
|
74 | 0.76 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_days_estimated AS shipping_days_estimated_17, t0.google_analytics_code AS google_analytics_code_18, t0.google_tag_manager_id AS google_tag_manager_id_19, t0.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.referenceableContent_id AS referenceableContent_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id INNER JOIN sylius_promotion_channels ON t0.id = sylius_promotion_channels.channel_id WHERE sylius_promotion_channels.promotion_id = ?
Parameters:
[
3
]
|
75 | 1.20 ms |
SELECT s0_.code AS code_0, s0_.configuration AS configuration_1, s0_.category_requirement AS category_requirement_2, s0_.calculator AS calculator_3, s0_.is_enabled AS is_enabled_4, s0_.position AS position_5, s0_.archived_at AS archived_at_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.filePath AS filePath_10, s0_.api_key AS api_key_11, s0_.account_number AS account_number_12, s0_.password AS password_13, s0_.type_pickup_point AS type_pickup_point_14, s0_.isAPickupPoint AS isAPickupPoint_15, s0_.configurationDeliveryDate AS configurationDeliveryDate_16, s0_.category_id AS category_id_17, s0_.zone_id AS zone_id_18, s0_.tax_category_id AS tax_category_id_19 FROM sylius_shipping_method s0_ WHERE s0_.is_enabled = 1 AND s0_.archived_at IS NULL AND EXISTS (SELECT 1 FROM sylius_shipping_method_channels s1_ WHERE s1_.shipping_method_id = s0_.id AND s1_.channel_id IN (?)) ORDER BY s0_.position ASC
Parameters:
[
1
]
|
76 | 0.61 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.weightLimitToRate AS weightLimitToRate_4, t0.priceLimitToRate AS priceLimitToRate_5, t0.type AS type_6, t0.currency_id AS currency_id_7 FROM webgriffe_sylius_shipping_table_rate t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"_table_rate_price_standard"
]
|
77 | 0.22 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
78 | 1.06 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
111
]
|
79 | 0.31 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/admin/fr_FR/_partial/cart/product-bundle/add" 0 ] |
80 | 0.70 ms |
SELECT t0.quantity AS quantity_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5, t0.product_bundle_id AS product_bundle_id_6 FROM bitbag_product_bundle_item t0 WHERE t0.product_bundle_id = ?
Parameters:
[
48
]
|
81 | 0.23 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
13
]
|
82 | 0.65 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
13
]
|
83 | 0.21 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 13 "fr_FR" ] |
84 | 0.17 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
34
]
|
85 | 0.22 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
34
]
|
86 | 0.18 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 34 "fr_FR" ] |
87 | 0.17 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
42
]
|
88 | 0.21 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
42
]
|
89 | 0.18 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 42 "fr_FR" ] |
90 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
19
]
|
91 | 0.22 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
19
]
|
92 | 0.17 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 19 "fr_FR" ] |
93 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
20
]
|
94 | 0.22 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
20
]
|
95 | 0.18 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 20 "fr_FR" ] |
96 | 0.17 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
21
]
|
97 | 0.21 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
21
]
|
98 | 0.19 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 21 "fr_FR" ] |
99 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
22
]
|
100 | 0.21 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
22
]
|
101 | 0.18 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 22 "fr_FR" ] |
102 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
23
]
|
103 | 0.22 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
23
]
|
104 | 0.16 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 23 "fr_FR" ] |
105 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
44
]
|
106 | 0.20 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
44
]
|
107 | 0.17 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 44 "fr_FR" ] |
108 | 0.15 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
45
]
|
109 | 0.20 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
45
]
|
110 | 0.14 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 45 "fr_FR" ] |
111 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
51
]
|
112 | 0.19 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
51
]
|
113 | 0.16 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 51 "fr_FR" ] |
114 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
50
]
|
115 | 0.20 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
50
]
|
116 | 0.17 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 50 "fr_FR" ] |
117 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
60
]
|
118 | 0.21 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
60
]
|
119 | 0.20 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 60 "fr_FR" ] |
120 | 0.14 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
61
]
|
121 | 0.21 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
61
]
|
122 | 0.18 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 61 "fr_FR" ] |
123 | 0.16 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
64
]
|
124 | 0.22 ms |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.file_path AS file_path_8, t0.archived_at AS archived_at_9, t0.seo_brand AS seo_brand_10, t0.seo_gtin8 AS seo_gtin8_11, t0.seo_gtin13 AS seo_gtin13_12, t0.seo_gtin14 AS seo_gtin14_13, t0.seo_mpn AS seo_mpn_14, t0.seo_isbn AS seo_isbn_15, t0.seo_sku AS seo_sku_16, t0.seo_offer_aggregated AS seo_offer_aggregated_17, t0.searchable AS searchable_18, t0.filterable AS filterable_19, t0.search_weight AS search_weight_20, t0.main_taxon_id AS main_taxon_id_21, t0.supplier_id AS supplier_id_22, t0.brand_id AS brand_id_23, t24.id AS id_25, t24.code AS code_26, t24.name AS name_27, t28.is_packed_product AS is_packed_product_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t28.product_id AS product_id_33, t0.referenceableContent_id AS referenceableContent_id_34 FROM sylius_product t0 LEFT JOIN app_brand t24 ON t0.brand_id = t24.id LEFT JOIN bitbag_product_bundle t28 ON t28.product_id = t0.id WHERE t0.id = ?
Parameters:
[
64
]
|
125 | 0.17 ms |
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.technical_documentation AS technical_documentation_8, t0.composition AS composition_9, t0.subtitle AS subtitle_10, t0.informations AS informations_11, t0.advantages AS advantages_12, t0.guarantees AS guarantees_13, t0.locale AS locale_14, t0.translatable_id AS translatable_id_15 FROM sylius_product_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 64 "fr_FR" ] |
126 | 0.39 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
127 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
128 | 0.25 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
129 | 0.26 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
130 | 0.20 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
131 | 0.21 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
132 | 0.26 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "texteperso_delivery_product" "Web" ] |
133 | 1.05 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.path AS path_4, t0.created_at AS created_at_5 FROM app_product_file t0 INNER JOIN app_product_product_file ON t0.id = app_product_product_file.product_file_id WHERE app_product_product_file.product_id = ?
Parameters:
[
111
]
|
134 | 0.63 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.file_type AS file_type_4, t0.brand_id AS brand_id_5 FROM app_brand_image t0 WHERE t0.brand_id = ?
Parameters:
[
7
]
|
135 | 0.61 ms |
SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.description AS description_3, t0.meta_description AS meta_description_4, t0.meta_keywords AS meta_keywords_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM app_brand_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 7 "fr_FR" ] |
136 | 0.68 ms |
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 = ?
Parameters:
[
111
]
|
137 | 0.29 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/_partial/products/latest/8" 0 ] |
138 | 0.52 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ? ORDER BY s0_.created_at DESC LIMIT 8
Parameters:
[ "fr_FR" 1 1 ] |
139 | 0.11 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
209
]
|
140 | 0.10 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
208
]
|
141 | 0.12 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
207
]
|
142 | 0.12 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM app_brand t0 WHERE t0.id IN (?)
Parameters:
[
[
21
]
]
|
143 | 0.14 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
206
]
|
144 | 0.14 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
205
]
|
145 | 0.17 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM app_brand t0 WHERE t0.id IN (?)
Parameters:
[
[
15
]
]
|
146 | 0.14 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
204
]
|
147 | 0.12 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM app_brand t0 WHERE t0.id IN (?)
Parameters:
[
[
13
]
]
|
148 | 0.09 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
203
]
|
149 | 0.11 ms |
SELECT t0.is_packed_product AS is_packed_product_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.product_id AS product_id_5 FROM bitbag_product_bundle t0 WHERE t0.product_id = ?
Parameters:
[
202
]
|
150 | 0.10 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM app_brand t0 WHERE t0.id IN (?)
Parameters:
[
[
14
]
]
|
151 | 0.20 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
209
]
|
152 | 0.17 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
209
]
|
153 | 0.17 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
209
]
|
154 | 0.20 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
209
]
|
155 | 0.26 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
208
]
|
156 | 0.18 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
208
]
|
157 | 0.16 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
208
]
|
158 | 0.20 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
208
]
|
159 | 0.30 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
207
]
|
160 | 0.18 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
207
]
|
161 | 0.14 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
207
]
|
162 | 0.18 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
207
]
|
163 | 0.25 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
206
]
|
164 | 0.17 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
206
]
|
165 | 0.15 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
206
]
|
166 | 0.20 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
206
]
|
167 | 0.29 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
205
]
|
168 | 0.16 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
205
]
|
169 | 0.17 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
205
]
|
170 | 0.23 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
205
]
|
171 | 0.25 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
204
]
|
172 | 0.17 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
204
]
|
173 | 0.13 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
204
]
|
174 | 0.17 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
204
]
|
175 | 0.21 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
203
]
|
176 | 0.16 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
203
]
|
177 | 0.14 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
203
]
|
178 | 0.19 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
203
]
|
179 | 0.21 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.internal_id AS internal_id_16, t0.purchase_price AS purchase_price_17, t0.product_id AS product_id_18, t0.tax_category_id AS tax_category_id_19, t0.shipping_category_id AS shipping_category_id_20 FROM sylius_product_variant t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters:
[
202
]
|
180 | 0.15 ms |
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.channel_code AS channel_code_3, t0.id AS id_4, t0.product_variant_id AS product_variant_id_5 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ?
Parameters:
[
202
]
|
181 | 0.12 ms |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_product_image t0 WHERE t0.owner_id = ?
Parameters:
[
202
]
|
182 | 0.16 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.startsAt AS startsAt_3, t0.endsAt AS endsAt_4, t0.priority AS priority_5, t0.position AS position_6, t0.enabled AS enabled_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.rules_assigned_at AS rules_assigned_at_10, t0.id AS id_11 FROM setono_sylius_callout__callout t0 INNER JOIN setono_sylius_callout__product_callouts ON t0.id = setono_sylius_callout__product_callouts.callout_id WHERE setono_sylius_callout__product_callouts.product_id = ?
Parameters:
[
202
]
|
183 | 0.35 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
184 | 0.19 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
185 | 0.24 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
186 | 0.26 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
187 | 0.19 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
188 | 0.19 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
189 | 0.28 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "review_index" "Web" ] |
190 | 0.19 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
191 | 2.42 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_page_sections b3_ ON b0_.id = b3_.block_id INNER JOIN bitbag_cms_section b2_ ON b2_.id = b3_.section_id INNER JOIN bitbag_cms_page_channels b5_ ON b0_.id = b5_.page_id INNER JOIN sylius_channel s4_ ON s4_.id = b5_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s4_.code = ?
Parameters:
[ "fr_FR" "mycommand_footer" "Web" ] |
192 | 0.35 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_page_sections b3_ ON b0_.id = b3_.block_id INNER JOIN bitbag_cms_section b2_ ON b2_.id = b3_.section_id INNER JOIN bitbag_cms_page_channels b5_ ON b0_.id = b5_.page_id INNER JOIN sylius_channel s4_ ON s4_.id = b5_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s4_.code = ?
Parameters:
[ "fr_FR" "ourservices_footer" "Web" ] |
193 | 0.34 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_page_sections b3_ ON b0_.id = b3_.block_id INNER JOIN bitbag_cms_section b2_ ON b2_.id = b3_.section_id INNER JOIN bitbag_cms_page_channels b5_ ON b0_.id = b5_.page_id INNER JOIN sylius_channel s4_ ON s4_.id = b5_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s4_.code = ?
Parameters:
[ "fr_FR" "knowUs_footer" "Web" ] |
194 | 0.20 ms |
SELECT t0.slug AS slug_1, t0.name AS name_2, t0.breadcrumb AS breadcrumb_3, t0.name_when_linked AS name_when_linked_4, t0.description_when_linked AS description_when_linked_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.content AS content_8, t0.title AS title_9, t0.id AS id_10, t0.locale AS locale_11, t0.translatable_id AS translatable_id_12, t0.image_id AS image_id_13 FROM bitbag_cms_page_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 8 "fr_FR" ] |
195 | 0.18 ms |
SELECT t0.slug AS slug_1, t0.name AS name_2, t0.breadcrumb AS breadcrumb_3, t0.name_when_linked AS name_when_linked_4, t0.description_when_linked AS description_when_linked_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.content AS content_8, t0.title AS title_9, t0.id AS id_10, t0.locale AS locale_11, t0.translatable_id AS translatable_id_12, t0.image_id AS image_id_13 FROM bitbag_cms_page_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 11 "fr_FR" ] |
196 | 0.29 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_page_sections b3_ ON b0_.id = b3_.block_id INNER JOIN bitbag_cms_section b2_ ON b2_.id = b3_.section_id INNER JOIN bitbag_cms_page_channels b5_ ON b0_.id = b5_.page_id INNER JOIN sylius_channel s4_ ON s4_.id = b5_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s4_.code = ?
Parameters:
[ "fr_FR" "ourservices_footer" "Web" ] |
197 | 0.28 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_page_sections b3_ ON b0_.id = b3_.block_id INNER JOIN bitbag_cms_section b2_ ON b2_.id = b3_.section_id INNER JOIN bitbag_cms_page_channels b5_ ON b0_.id = b5_.page_id INNER JOIN sylius_channel s4_ ON s4_.id = b5_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s4_.code = ?
Parameters:
[ "fr_FR" "knowUs_footer" "Web" ] |
198 | 1.48 ms |
SELECT b0_.code AS code_0, b0_.position AS position_1, b0_.enabled AS enabled_2, b0_.id AS id_3, b0_.section_id AS section_id_4 FROM bitbag_cms_faq b0_ LEFT JOIN bitbag_cms_faq_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_section b2_ ON b0_.section_id = b2_.id INNER JOIN bitbag_cms_faq_channels b4_ ON b0_.id = b4_.faq_id INNER JOIN sylius_channel s3_ ON s3_.id = b4_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s3_.code = ?
Parameters:
[ "fr_FR" "faq" "Web" ] |
199 | 0.22 ms |
SELECT t0.slug AS slug_1, t0.name AS name_2, t0.breadcrumb AS breadcrumb_3, t0.name_when_linked AS name_when_linked_4, t0.description_when_linked AS description_when_linked_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.content AS content_8, t0.title AS title_9, t0.id AS id_10, t0.locale AS locale_11, t0.translatable_id AS translatable_id_12, t0.image_id AS image_id_13 FROM bitbag_cms_page_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 12 "fr_FR" ] |
200 | 0.20 ms |
SELECT t0.slug AS slug_1, t0.name AS name_2, t0.breadcrumb AS breadcrumb_3, t0.name_when_linked AS name_when_linked_4, t0.description_when_linked AS description_when_linked_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.content AS content_8, t0.title AS title_9, t0.id AS id_10, t0.locale AS locale_11, t0.translatable_id AS translatable_id_12, t0.image_id AS image_id_13 FROM bitbag_cms_page_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 13 "fr_FR" ] |
201 | 0.16 ms |
SELECT t0.question AS question_1, t0.answer AS answer_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM bitbag_cms_faq_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1 "fr_FR" ] |
202 | 0.15 ms |
SELECT t0.question AS question_1, t0.answer AS answer_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM bitbag_cms_faq_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 2 "fr_FR" ] |
203 | 0.15 ms |
SELECT t0.question AS question_1, t0.answer AS answer_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM bitbag_cms_faq_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 3 "fr_FR" ] |
204 | 0.18 ms |
SELECT t0.question AS question_1, t0.answer AS answer_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM bitbag_cms_faq_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 4 "fr_FR" ] |
205 | 0.28 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_page_sections b3_ ON b0_.id = b3_.block_id INNER JOIN bitbag_cms_section b2_ ON b2_.id = b3_.section_id INNER JOIN bitbag_cms_page_channels b5_ ON b0_.id = b5_.page_id INNER JOIN sylius_channel s4_ ON s4_.id = b5_.channel_id WHERE b1_.locale = ? AND b2_.code = ? AND b0_.enabled = 1 AND s4_.code = ?
Parameters:
[ "fr_FR" "nosavantages_footer" "Web" ] |
206 | 0.19 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
207 | 0.32 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/taxon-in-menu" 0 ] |
208 | 0.96 ms |
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_.color AS color_9, s0_.oldId AS oldId_10, s0_.visibleInMenu AS visibleInMenu_11, s0_.flagshipTaxon AS flagshipTaxon_12, s1_.name AS name_13, s1_.slug AS slug_14, s1_.description AS description_15, s1_.id AS id_16, s1_.textSEO AS textSEO_17, s1_.metaDescription AS metaDescription_18, s1_.metaTitle AS metaTitle_19, s1_.locale AS locale_20, s2_.code AS code_21, s2_.tree_left AS tree_left_22, s2_.tree_right AS tree_right_23, s2_.tree_level AS tree_level_24, s2_.position AS position_25, s2_.enabled AS enabled_26, s2_.id AS id_27, s2_.created_at AS created_at_28, s2_.updated_at AS updated_at_29, s2_.color AS color_30, s2_.oldId AS oldId_31, s2_.visibleInMenu AS visibleInMenu_32, s2_.flagshipTaxon AS flagshipTaxon_33, s0_.tree_root AS tree_root_34, s0_.parent_id AS parent_id_35, s1_.translatable_id AS translatable_id_36, s2_.tree_root AS tree_root_37, s2_.parent_id AS parent_id_38 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id INNER JOIN sylius_taxon s3_ ON s0_.parent_id = s3_.id LEFT JOIN sylius_taxon s2_ ON s0_.id = s2_.parent_id WHERE s1_.locale = ? AND s0_.enabled = ? AND s3_.code = ? ORDER BY s0_.position ASC, s2_.position ASC
Parameters:
[ "fr_FR" 1 "category" ] |
209 | 0.38 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
210 | 0.21 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
211 | 0.26 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
212 | 0.27 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
213 | 0.20 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
214 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
215 | 0.25 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "num_telephone" "Web" ] |
216 | 0.20 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.id AS id_2 FROM bitbag_cms_block b0_ LEFT JOIN bitbag_cms_block_channels b2_ ON b0_.id = b2_.block_id LEFT JOIN sylius_channel s1_ ON s1_.id = b2_.channel_id WHERE b0_.code = ? AND b0_.enabled = 1 AND s1_.code = ?
Parameters:
[ "adresse_footer" "Web" ] |
217 | 0.20 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id WHERE b1_.locale = ? AND b0_.code = ? AND b0_.enabled = 1
Parameters:
[ "fr_FR" "payment_method" ] |
218 | 0.21 ms |
SELECT b0_.code AS code_0, b0_.enabled AS enabled_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.publish_at AS publish_at_4, b0_.id AS id_5 FROM bitbag_cms_page b0_ LEFT JOIN bitbag_cms_page_translation b1_ ON b0_.id = b1_.translatable_id WHERE b1_.locale = ? AND b0_.code = ? AND b0_.enabled = 1
Parameters:
[ "fr_FR" "payment_method" ] |
219 | 0.39 ms |
SELECT s0_.source AS source_0, s0_.destination AS destination_1, s0_.permanent AS permanent_2, s0_.count AS count_3, s0_.last_accessed AS last_accessed_4, s0_.enabled AS enabled_5, s0_.only_404 AS only_404_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s1_.code AS code_10, s1_.name AS name_11, s1_.color AS color_12, s1_.description AS description_13, s1_.enabled AS enabled_14, s1_.hostname AS hostname_15, s1_.created_at AS created_at_16, s1_.updated_at AS updated_at_17, s1_.id AS id_18, s1_.theme_name AS theme_name_19, s1_.tax_calculation_strategy AS tax_calculation_strategy_20, s1_.contact_email AS contact_email_21, s1_.contact_phone_number AS contact_phone_number_22, s1_.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_23, s1_.skipping_payment_step_allowed AS skipping_payment_step_allowed_24, s1_.account_verification_required AS account_verification_required_25, s1_.shipping_days_estimated AS shipping_days_estimated_26, s1_.google_analytics_code AS google_analytics_code_27, s1_.google_tag_manager_id AS google_tag_manager_id_28, s1_.considerTaxesForProfessionalCustomer AS considerTaxesForProfessionalCustomer_29, s1_.default_locale_id AS default_locale_id_30, s1_.base_currency_id AS base_currency_id_31, s1_.default_tax_zone_id AS default_tax_zone_id_32, s1_.menu_taxon_id AS menu_taxon_id_33, s1_.shop_billing_data_id AS shop_billing_data_id_34, s1_.referenceableContent_id AS referenceableContent_id_35 FROM setono_sylius_redirect__redirect s0_ LEFT JOIN setono_sylius_redirect__redirect_channels s2_ ON s0_.id = s2_.redirect_id LEFT JOIN sylius_channel s1_ ON s1_.id = s2_.channel_id WHERE s0_.source = ? AND s0_.enabled = 1 AND s0_.only_404 = ?
Parameters:
[ "/cookie_consent" 0 ] |
220 | 0.38 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_.file_path AS file_path_7, s0_.archived_at AS archived_at_8, s0_.seo_brand AS seo_brand_9, s0_.seo_gtin8 AS seo_gtin8_10, s0_.seo_gtin13 AS seo_gtin13_11, s0_.seo_gtin14 AS seo_gtin14_12, s0_.seo_mpn AS seo_mpn_13, s0_.seo_isbn AS seo_isbn_14, s0_.seo_sku AS seo_sku_15, s0_.seo_offer_aggregated AS seo_offer_aggregated_16, s0_.searchable AS searchable_17, s0_.filterable AS filterable_18, s0_.search_weight AS search_weight_19, s1_.name AS name_20, s1_.slug AS slug_21, s1_.description AS description_22, s1_.meta_keywords AS meta_keywords_23, s1_.meta_description AS meta_description_24, s1_.id AS id_25, s1_.short_description AS short_description_26, s1_.technical_documentation AS technical_documentation_27, s1_.composition AS composition_28, s1_.subtitle AS subtitle_29, s1_.informations AS informations_30, s1_.advantages AS advantages_31, s1_.guarantees AS guarantees_32, s1_.locale AS locale_33, s0_.main_taxon_id AS main_taxon_id_34, s0_.supplier_id AS supplier_id_35, s0_.brand_id AS brand_id_36, s0_.referenceableContent_id AS referenceableContent_id_37, s1_.translatable_id AS translatable_id_38 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) WHERE s1_.slug = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s2_ WHERE s2_.product_id = s0_.id AND s2_.channel_id IN (?)) AND s0_.enabled = ?
Parameters:
[ "fr_FR" "kit-photovoltaique-6kw-panneaux-trina-435-avec-onduleur-centralise-min-6000tl-xh" 1 1 ] |
221 | 0.23 ms |
SELECT s0_.id AS id_0, s1_.type AS type_1, s1_.path AS path_2, s1_.id AS id_3, s0_.main_taxon_id AS main_taxon_id_4, s0_.supplier_id AS supplier_id_5, s0_.brand_id AS brand_id_6, s0_.referenceableContent_id AS referenceableContent_id_7, s1_.owner_id AS owner_id_8 FROM sylius_product s0_ LEFT JOIN sylius_product_image s1_ ON s0_.id = s1_.owner_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
222 | 0.27 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.position AS position_2, s1_.created_at AS created_at_3, s1_.updated_at AS updated_at_4, s1_.id AS id_5, s1_.searchable AS searchable_6, s1_.filterable AS filterable_7, s1_.search_weight AS search_weight_8, s0_.main_taxon_id AS main_taxon_id_9, s0_.supplier_id AS supplier_id_10, s0_.brand_id AS brand_id_11, s0_.referenceableContent_id AS referenceableContent_id_12 FROM sylius_product s0_ LEFT JOIN sylius_product_options s2_ ON s0_.id = s2_.product_id LEFT JOIN sylius_product_option s1_ ON s1_.id = s2_.option_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
223 | 0.28 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.created_at AS created_at_2, s1_.updated_at AS updated_at_3, s1_.position AS position_4, s1_.enabled AS enabled_5, s1_.id AS id_6, s1_.version AS version_7, s1_.on_hold AS on_hold_8, s1_.on_hand AS on_hand_9, s1_.tracked AS tracked_10, s1_.width AS width_11, s1_.height AS height_12, s1_.depth AS depth_13, s1_.weight AS weight_14, s1_.shipping_required AS shipping_required_15, s1_.internal_id AS internal_id_16, s1_.purchase_price AS purchase_price_17, s0_.main_taxon_id AS main_taxon_id_18, s0_.supplier_id AS supplier_id_19, s0_.brand_id AS brand_id_20, s0_.referenceableContent_id AS referenceableContent_id_21, s1_.product_id AS product_id_22, s1_.tax_category_id AS tax_category_id_23, s1_.shipping_category_id AS shipping_category_id_24 FROM sylius_product s0_ LEFT JOIN sylius_product_variant s1_ ON s0_.id = s1_.product_id WHERE s0_.id IN (?) ORDER BY s1_.position ASC
Parameters:
[
[
111
]
]
|
224 | 0.21 ms |
SELECT s0_.id AS id_0, s1_.price AS price_1, s1_.original_price AS original_price_2, s1_.channel_code AS channel_code_3, s1_.id AS id_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.product_variant_id AS product_variant_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_channel_pricing s1_ ON s0_.id = s1_.product_variant_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
225 | 0.22 ms |
SELECT s0_.id AS id_0, s1_.code AS code_1, s1_.id AS id_2, s1_.position AS position_3, s1_.filePath AS filePath_4, s0_.product_id AS product_id_5, s0_.tax_category_id AS tax_category_id_6, s0_.shipping_category_id AS shipping_category_id_7, s1_.option_id AS option_id_8 FROM sylius_product_variant s0_ LEFT JOIN sylius_product_variant_option_value s2_ ON s0_.id = s2_.variant_id LEFT JOIN sylius_product_option_value s1_ ON s1_.id = s2_.option_value_id WHERE s0_.id IN (?)
Parameters:
[
[
111
]
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
BitBag\SyliusWishlistPlugin\Entity\Wishlist | No errors. |
BitBag\SyliusCmsPlugin\Entity\Page | No errors. |
Sylius\Component\Taxonomy\Model\Taxon | No errors. |
Sylius\Component\Core\Model\Taxon | No errors. |
App\Entity\Taxonomy\Taxon | No errors. |
Sylius\Component\Product\Model\Product | No errors. |
Sylius\Component\Core\Model\Product | No errors. |
App\Entity\Product\Product |
|
Sylius\Component\Order\Model\Order | No errors. |
Sylius\Component\Core\Model\Order | No errors. |
App\Entity\Order\Order | No errors. |
Sylius\Component\Taxation\Model\TaxRate | No errors. |
Sylius\Component\Core\Model\TaxRate | No errors. |
App\Entity\Taxation\TaxRate | No errors. |
Sylius\Component\Channel\Model\Channel | No errors. |
Sylius\Component\Core\Model\Channel | No errors. |
App\Entity\Channel\Channel | No errors. |
Sylius\Component\Locale\Model\Locale | No errors. |
App\Entity\Locale\Locale | No errors. |
Sylius\Component\Currency\Model\Currency | No errors. |
App\Entity\Currency\Currency | No errors. |
Sylius\Component\Addressing\Model\Zone | No errors. |
App\Entity\Addressing\Zone | No errors. |
Sylius\Component\Core\Model\ShopBillingData | No errors. |
Dedi\SyliusSEOPlugin\Entity\SEOContent | No errors. |
Sylius\Component\Addressing\Model\Country | No errors. |
App\Entity\Addressing\Country | No errors. |
Sylius\Component\User\Model\User | No errors. |
Sylius\Component\Core\Model\ShopUser | No errors. |
App\Entity\User\ShopUser | No errors. |
BitBag\SyliusWishlistPlugin\Entity\WishlistProduct | No errors. |
Sylius\Component\Customer\Model\Customer | No errors. |
Sylius\Component\Core\Model\Customer | No errors. |
App\Entity\Customer\Customer | No errors. |
Sylius\Component\Customer\Model\CustomerGroup | No errors. |
App\Entity\Customer\CustomerGroup | No errors. |
Sylius\Component\Addressing\Model\Address | No errors. |
Sylius\Component\Core\Model\Address | No errors. |
App\Entity\Addressing\Address | No errors. |
Sylius\Component\Payment\Model\PaymentMethod | No errors. |
Sylius\Component\Core\Model\PaymentMethod | No errors. |
App\Entity\Payment\PaymentMethod | No errors. |
Setono\SyliusRedirectPlugin\Model\Redirect | No errors. |
Sylius\Component\Product\Model\ProductTranslation | No errors. |
Sylius\Component\Core\Model\ProductTranslation | No errors. |
App\Entity\Product\ProductTranslation | No errors. |
App\Entity\Supplier\Supplier | No errors. |
App\Entity\Brand\Brand | No errors. |
Sylius\Component\Core\Model\Image | No errors. |
App\Entity\Product\Pictogram | No errors. |
App\Entity\Product\ProductFile | No errors. |
App\Entity\Configurator\ConfiguratorOption |
|
App\Entity\Product\SimpleProductOption | No errors. |
BitBag\SyliusProductBundlePlugin\Entity\ProductBundle | No errors. |
BitBag\SyliusProductBundlePlugin\Entity\ProductBundleItem | No errors. |
Setono\SyliusCalloutPlugin\Model\Callout | No errors. |
Sylius\Component\Core\Model\ProductTaxon | No errors. |
App\Entity\Product\ProductTaxon | No errors. |
Sylius\Component\Core\Model\ProductImage | No errors. |
App\Entity\Product\ProductImage | No errors. |
Sylius\Component\Attribute\Model\AttributeValue | No errors. |
Sylius\Component\Product\Model\ProductAttributeValue | No errors. |
App\Entity\Product\ProductAttributeValue | No errors. |
Sylius\Component\Attribute\Model\Attribute | No errors. |
Sylius\Component\Product\Model\ProductAttribute | No errors. |
App\Entity\Product\ProductAttribute | No errors. |
Sylius\Component\Product\Model\ProductVariant | No errors. |
Sylius\Component\Core\Model\ProductVariant | No errors. |
App\Entity\Product\ProductVariant | No errors. |
Sylius\Component\Product\Model\ProductAssociation | No errors. |
App\Entity\Product\ProductAssociation | No errors. |
Sylius\Component\Product\Model\ProductOption | No errors. |
App\Entity\Product\ProductOption | No errors. |
Sylius\Component\Review\Model\Review | No errors. |
Sylius\Component\Core\Model\ProductReview | No errors. |
App\Entity\Product\ProductReview | No errors. |
Sylius\Component\Taxation\Model\TaxCategory | No errors. |
App\Entity\Taxation\TaxCategory | No errors. |
Sylius\Component\Shipping\Model\ShippingCategory | No errors. |
App\Entity\Shipping\ShippingCategory | No errors. |
Sylius\Component\Product\Model\ProductVariantTranslation | No errors. |
App\Entity\Product\ProductVariantTranslation | No errors. |
Sylius\Component\Core\Model\ChannelPricing | No errors. |
App\Entity\Channel\ChannelPricing | No errors. |
Sylius\Component\Product\Model\ProductOptionValue | No errors. |
App\Entity\Product\ProductOptionValue | No errors. |
BitBag\SyliusCmsPlugin\Entity\Block | No errors. |
BitBag\SyliusCmsPlugin\Entity\Media | No errors. |
BitBag\SyliusProductBundlePlugin\Entity\ProductBundleOrderItem | No errors. |
Sylius\Component\Taxonomy\Model\TaxonTranslation | No errors. |
App\Entity\Taxonomy\TaxonTranslation | No errors. |
BitBag\SyliusCmsPlugin\Entity\PageTranslation | No errors. |
BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestion | No errors. |
App\Entity\CMS\FrequentlyAskedQuestion | No errors. |
App\Entity\Shipping\ShippingDeliveryDate | No errors. |
App\Entity\Parameter\Parameter | No errors. |
Sylius\Component\Promotion\Model\Promotion | No errors. |
Sylius\Component\Core\Model\Promotion | No errors. |
App\Entity\Promotion\Promotion | No errors. |
Sylius\Component\Shipping\Model\ShippingMethod | No errors. |
Sylius\Component\Core\Model\ShippingMethod | No errors. |
App\Entity\Shipping\ShippingMethod | No errors. |
App\Entity\Partners\Partner | No errors. |
Sylius\RefundPlugin\Entity\Refund | No errors. |
Sylius\Component\Order\Model\OrderItemUnit | No errors. |
Sylius\Component\Core\Model\OrderItemUnit | No errors. |
App\Entity\Order\OrderItemUnit | No errors. |
Sylius\Component\Order\Model\Adjustment | No errors. |
Sylius\Component\Core\Model\Adjustment | No errors. |
App\Entity\Order\Adjustment | No errors. |
Sylius\RefundPlugin\Entity\RefundPayment | No errors. |
MonsieurBiz\SyliusSettingsPlugin\Entity\Setting\Setting | No errors. |
BitBag\SyliusCmsPlugin\Entity\BlockTranslation | No errors. |
BitBag\SyliusCmsPlugin\Entity\Section | No errors. |
Dedi\SyliusSEOPlugin\Entity\SEOContentTranslation | No errors. |
Sylius\Component\Core\Model\TaxonImage | No errors. |
App\Entity\Taxonomy\TaxonImage | No errors. |
Sylius\Component\Promotion\Model\PromotionCoupon | No errors. |
Sylius\Component\Core\Model\PromotionCoupon | No errors. |
App\Entity\Promotion\PromotionCoupon | No errors. |
App\Entity\Order\OrderStatus | No errors. |
Sylius\Component\Payment\Model\Payment | No errors. |
Sylius\Component\Core\Model\Payment | No errors. |
App\Entity\Payment\Payment | No errors. |
Sylius\Component\Shipping\Model\Shipment | No errors. |
Sylius\Component\Core\Model\Shipment | No errors. |
App\Entity\Shipping\Shipment | No errors. |
Sylius\Component\Order\Model\OrderItem | No errors. |
Sylius\Component\Core\Model\OrderItem | No errors. |
App\Entity\Order\OrderItem | No errors. |
Sylius\Component\Addressing\Model\ZoneMember | No errors. |
App\Entity\Addressing\ZoneMember | No errors. |
Sylius\Component\Addressing\Model\Province | No errors. |
App\Entity\Addressing\Province | No errors. |
Sylius\Component\User\Model\UserOAuth | No errors. |
App\Entity\User\UserOAuth | No errors. |
Payum\Core\Model\GatewayConfig | No errors. |
Sylius\Bundle\PayumBundle\Model\GatewayConfig | No errors. |
App\Entity\Payment\GatewayConfig | No errors. |
Sylius\Component\Payment\Model\PaymentMethodTranslation | No errors. |
App\Entity\Payment\PaymentMethodTranslation | No errors. |
App\Entity\Brand\BrandImage | No errors. |
App\Entity\Brand\BrandTranslation | No errors. |
App\Entity\Product\PictogramTranslation | No errors. |
App\Entity\Configurator\ConfiguratorOptionValue |
|
App\Entity\Configurator\ConfiguratorOptionTranslation | No errors. |
App\Entity\Product\SimpleProductOptionValue | No errors. |
App\Entity\Product\SimpleProductOptionTranslation | No errors. |
Setono\SyliusCalloutPlugin\Model\CalloutTranslation | No errors. |
Setono\SyliusCalloutPlugin\Model\CalloutRule | No errors. |
Sylius\Component\Attribute\Model\AttributeTranslation | No errors. |
Sylius\Component\Product\Model\ProductAttributeTranslation | No errors. |
App\Entity\Product\ProductAttributeTranslation | No errors. |
Sylius\Component\Product\Model\ProductAssociationType | No errors. |
App\Entity\Product\ProductAssociationType | No errors. |
Sylius\Component\Product\Model\ProductOptionTranslation | No errors. |
App\Entity\Product\ProductOptionTranslation | No errors. |
Sylius\Component\Product\Model\ProductOptionValueTranslation | No errors. |
App\Entity\Product\ProductOptionValueTranslation | No errors. |
BitBag\SyliusCmsPlugin\Entity\MediaTranslation | No errors. |
BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslation | No errors. |
App\Entity\Channel\ChannelParameter | No errors. |
Sylius\Component\Promotion\Model\PromotionRule | No errors. |
App\Entity\Promotion\PromotionRule | No errors. |
Sylius\Component\Promotion\Model\PromotionAction | No errors. |
App\Entity\Promotion\PromotionAction | No errors. |
Sylius\Component\Shipping\Model\ShippingMethodTranslation | No errors. |
App\Entity\Shipping\ShippingMethodTranslation | No errors. |
Sylius\Component\Shipping\Model\ShippingMethodRule | No errors. |
BitBag\SyliusCmsPlugin\Entity\SectionTranslation | No errors. |
App\Entity\Configurator\ConfiguratorOptionValueTranslation | No errors. |
App\Entity\Product\SimpleProductOptionValueTranslation | No errors. |
Sylius\Component\Product\Model\ProductAssociationTypeTranslation | No errors. |
App\Entity\Product\ProductAssociationTypeTranslation | No errors. |
Webgriffe\SyliusTableRateShippingPlugin\Entity\ShippingTableRate | No errors. |
App\Entity\Shipping\ShippingTableRate | No errors. |
Sylius\Component\Currency\Model\ExchangeRate | No errors. |
App\Entity\Currency\ExchangeRate | No errors. |