Query Metrics
84
Database Queries
24
Different statements
3505.49 ms
Query time
0
Invalid entities
3854
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 162.51 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.manufacturer AS manufacturer_2, p0_.short_label AS short_label_3, p0_.long_label AS long_label_4, p0_.weight AS weight_5, p0_.sold_by AS sold_by_6, p0_.ppht AS ppht_7, p0_.ppttc AS ppttc_8, p0_.paht AS paht_9, p0_.pattc AS pattc_10, p0_.legal_discount_library AS legal_discount_library_11, p0_.fidelity_bonus AS fidelity_bonus_12, p0_.brand AS brand_13, p0_.time_limit AS time_limit_14, p0_.coef AS coef_15, p0_.is_discountable AS is_discountable_16, p0_.is_btob AS is_btob_17, p0_.is_btoc AS is_btoc_18, p0_.is_customizable AS is_customizable_19, p0_.is_library AS is_library_20, p0_.is_nathan AS is_nathan_21, p0_.is_green AS is_green_22, p0_.is_orapi_grand_frais AS is_orapi_grand_frais_23, p0_.is_active AS is_active_24, p0_.slug AS slug_25, p1_.id AS id_26, p1_.price_ht AS price_ht_27, p1_.price_ttc AS price_ttc_28, p2_.id AS id_29, c3_.id AS id_30, c3_.name AS name_31, c3_.displayed_order AS displayed_order_32, c3_.is_in_footer AS is_in_footer_33, c3_.slug AS slug_34, p4_.id AS id_35, p4_.price_ht AS price_ht_36, p4_.price_ttc AS price_ttc_37, p4_.discount AS discount_38, p5_.id AS id_39, p5_.min AS min_40, p5_.max AS max_41, p5_.codelot AS codelot_42, c6_.id AS id_43, c6_.name AS name_44, c6_.name_display AS name_display_45, c6_.is_visible_btob AS is_visible_btob_46, c6_.is_referencement AS is_referencement_47, p1_.price_id AS price_id_48, p1_.product_id AS product_id_49, c3_.category_parent_id AS category_parent_id_50, p4_.product_id AS product_id_51, p5_.customer_catalog_id AS customer_catalog_id_52, p5_.product_id AS product_id_53 FROM product p0_ LEFT JOIN product_price p1_ ON p0_.id = p1_.product_id LEFT JOIN price p2_ ON p1_.price_id = p2_.id LEFT JOIN product_category p7_ ON p0_.id = p7_.product_id LEFT JOIN category c3_ ON c3_.id = p7_.category_id LEFT JOIN promotion p4_ ON p0_.id = p4_.product_id LEFT JOIN product_catalog p5_ ON p0_.id = p5_.product_id LEFT JOIN customer_catalog c6_ ON p5_.customer_catalog_id = c6_.id WHERE p0_.slug = ? AND p0_.is_active = 1
Parameters:
[
"63208-blocs-de-bureau-blanc-n-c-63208"
]
|
2 | 0.76 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
70748
]
|
3 | 0.67 ms |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.manufacturer AS manufacturer_3, t0.short_label AS short_label_4, t0.long_label AS long_label_5, t0.weight AS weight_6, t0.sold_by AS sold_by_7, t0.ppht AS ppht_8, t0.ppttc AS ppttc_9, t0.paht AS paht_10, t0.pattc AS pattc_11, t0.legal_discount_library AS legal_discount_library_12, t0.fidelity_bonus AS fidelity_bonus_13, t0.brand AS brand_14, t0.time_limit AS time_limit_15, t0.coef AS coef_16, t0.is_discountable AS is_discountable_17, t0.is_btob AS is_btob_18, t0.is_btoc AS is_btoc_19, t0.is_customizable AS is_customizable_20, t0.is_library AS is_library_21, t0.is_nathan AS is_nathan_22, t0.is_green AS is_green_23, t0.is_orapi_grand_frais AS is_orapi_grand_frais_24, t0.is_active AS is_active_25, t0.slug AS slug_26, t27.id AS id_28, t27.min_qty AS min_qty_29, t27.max_qty AS max_qty_30, t27.step_qty AS step_qty_31, t27.product_id AS product_id_32 FROM product t0 LEFT JOIN product_rule t27 ON t27.product_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
"63208-blocs-de-bureau-blanc-n-c-63208"
]
|
4 | 0.49 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.displayed_order AS displayed_order_2, c0_.is_in_footer AS is_in_footer_3, c0_.slug AS slug_4, c1_.id AS id_5, c1_.name AS name_6, c1_.displayed_order AS displayed_order_7, c1_.is_in_footer AS is_in_footer_8, c1_.slug AS slug_9, c2_.id AS id_10, c2_.name AS name_11, c2_.displayed_order AS displayed_order_12, c2_.is_in_footer AS is_in_footer_13, c2_.slug AS slug_14, c0_.category_parent_id AS category_parent_id_15, c1_.category_parent_id AS category_parent_id_16, c2_.category_parent_id AS category_parent_id_17 FROM category c0_ LEFT JOIN category c1_ ON c0_.id = c1_.category_parent_id LEFT JOIN category c2_ ON c1_.id = c2_.category_parent_id WHERE c0_.slug = ?
Parameters:
[
"63208-blocs-de-bureau-blanc-n-c-63208"
]
|
5 | 0.44 ms |
SELECT c0_.id AS id_0, c0_.value AS value_1, c1_.id AS id_2, c1_.list_order AS list_order_3, c1_.is_display_site AS is_display_site_4, c1_.is_search_site AS is_search_site_5, c1_.label AS label_6, c0_.product_id AS product_id_7, c0_.characteristic_label_id AS characteristic_label_id_8 FROM characteristic c0_ INNER JOIN characteristic_label c1_ ON c0_.characteristic_label_id = c1_.id WHERE c0_.product_id = ? AND c1_.is_display_site = ?
Parameters:
[ 70748 1 ] |
6 | 0.95 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.manufacturer AS manufacturer_2, p0_.short_label AS short_label_3, p0_.long_label AS long_label_4, p0_.weight AS weight_5, p0_.sold_by AS sold_by_6, p0_.ppht AS ppht_7, p0_.ppttc AS ppttc_8, p0_.paht AS paht_9, p0_.pattc AS pattc_10, p0_.legal_discount_library AS legal_discount_library_11, p0_.fidelity_bonus AS fidelity_bonus_12, p0_.brand AS brand_13, p0_.time_limit AS time_limit_14, p0_.coef AS coef_15, p0_.is_discountable AS is_discountable_16, p0_.is_btob AS is_btob_17, p0_.is_btoc AS is_btoc_18, p0_.is_customizable AS is_customizable_19, p0_.is_library AS is_library_20, p0_.is_nathan AS is_nathan_21, p0_.is_green AS is_green_22, p0_.is_orapi_grand_frais AS is_orapi_grand_frais_23, p0_.is_active AS is_active_24, p0_.slug AS slug_25 FROM product p0_ LEFT JOIN product_category p2_ ON p0_.id = p2_.product_id LEFT JOIN category c1_ ON c1_.id = p2_.category_id WHERE c1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND p0_.is_active = 1 AND p0_.id <> ? AND p0_.is_btoc = 1 AND p0_.is_orapi_grand_frais <> 1 LIMIT 10
Parameters:
[ 41 189 190 191 192 193 194 195 189 70748 ] |
7 | 0.25 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
581
]
|
8 | 0.28 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
582
]
|
9 | 0.20 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
583
]
|
10 | 0.23 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
594
]
|
11 | 0.16 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
597
]
|
12 | 0.20 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
607
]
|
13 | 0.17 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
692
]
|
14 | 0.14 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
693
]
|
15 | 0.15 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
694
]
|
16 | 0.14 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
695
]
|
17 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"ourClientsAlsoBoughtMonths"
]
|
18 | 1980.33 ms |
SELECT c0_.id AS id_0, c0_.temporary_cart_number AS temporary_cart_number_1, c0_.type AS type_2, c0_.number AS number_3, c0_.slip AS slip_4, c0_.status AS status_5, c0_.order_picker AS order_picker_6, c0_.created_at AS created_at_7, c0_.delivery_date AS delivery_date_8, c0_.login AS login_9, c0_.user_reference AS user_reference_10, c0_.tracking_number AS tracking_number_11, c0_.deposit AS deposit_12, c0_.sector AS sector_13, c0_.sub_sector AS sub_sector_14, c0_.customer_name AS customer_name_15, c0_.address1 AS address1_16, c0_.address2 AS address2_17, c0_.address3 AS address3_18, c0_.zip_code AS zip_code_19, c0_.city AS city_20, c0_.country AS country_21, c0_.phone AS phone_22, c0_.fax AS fax_23, c0_.email AS email_24, c0_.customer_name_delivery AS customer_name_delivery_25, c0_.address1_delivery AS address1_delivery_26, c0_.address2_delivery AS address2_delivery_27, c0_.address3_delivery AS address3_delivery_28, c0_.zip_code_delivery AS zip_code_delivery_29, c0_.delivery_city AS delivery_city_30, c0_.country_delivery AS country_delivery_31, c0_.delivery_phone AS delivery_phone_32, c0_.fax_delivery AS fax_delivery_33, c0_.email_delivery AS email_delivery_34, c0_.reglement AS reglement_35, c0_.updated_at AS updated_at_36, c0_.price_ht AS price_ht_37, c0_.price_tva AS price_tva_38, c0_.price_ttc AS price_ttc_39, c0_.price_cost_ht AS price_cost_ht_40, c0_.display_ttc AS display_ttc_41, c0_.package_number AS package_number_42, c0_.weight AS weight_43, c0_.volume AS volume_44, c0_.discount AS discount_45, c0_.feedback AS feedback_46, c0_.global_discount AS global_discount_47, c0_.commitment_number AS commitment_number_48, c0_.promotional_code AS promotional_code_49, c0_.multiplier_coefficient AS multiplier_coefficient_50, c0_.is_out_of_budget AS is_out_of_budget_51, c0_.lead_word AS lead_word_52, c0_.facturation AS facturation_53, c0_.complete_delivery AS complete_delivery_54, c0_.urgent_delivery AS urgent_delivery_55, c0_.complete_facturation AS complete_facturation_56, c0_.paypal AS paypal_57, c0_.regroupement AS regroupement_58, c0_.transaction AS transaction_59, c0_.plate_number AS plate_number_60, c0_.is_hidden AS is_hidden_61, c0_.budget_id AS budget_id_62, c0_.customer_id AS customer_id_63, c0_.billing_customer_id AS billing_customer_id_64, c0_.user_id AS user_id_65, c0_.delivery_id AS delivery_id_66, c0_.market_id AS market_id_67, c0_.price_id AS price_id_68, c0_.society_id AS society_id_69, c0_.commercial_id AS commercial_id_70, c0_.delivery_cost_id AS delivery_cost_id_71 FROM customer_order c0_ INNER JOIN customer_order_lines c1_ ON c0_.id = c1_.customer_order_id INNER JOIN product p2_ ON c1_.product_id = p2_.id WHERE p2_.id = ? AND c0_.created_at >= ?
Parameters:
[ 70748 "2025-04-12 14:25:33" ] |
19 | 1336.05 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.manufacturer AS manufacturer_2, p0_.short_label AS short_label_3, p0_.long_label AS long_label_4, p0_.weight AS weight_5, p0_.sold_by AS sold_by_6, p0_.ppht AS ppht_7, p0_.ppttc AS ppttc_8, p0_.paht AS paht_9, p0_.pattc AS pattc_10, p0_.legal_discount_library AS legal_discount_library_11, p0_.fidelity_bonus AS fidelity_bonus_12, p0_.brand AS brand_13, p0_.time_limit AS time_limit_14, p0_.coef AS coef_15, p0_.is_discountable AS is_discountable_16, p0_.is_btob AS is_btob_17, p0_.is_btoc AS is_btoc_18, p0_.is_customizable AS is_customizable_19, p0_.is_library AS is_library_20, p0_.is_nathan AS is_nathan_21, p0_.is_green AS is_green_22, p0_.is_orapi_grand_frais AS is_orapi_grand_frais_23, p0_.is_active AS is_active_24, p0_.slug AS slug_25 FROM product p0_ INNER JOIN customer_order_lines c1_ ON (c1_.product_id = p0_.id) INNER JOIN customer_order c2_ ON c1_.customer_order_id = c2_.id WHERE c2_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND p0_.id <> ? AND p0_.is_btoc = 1 AND p0_.is_orapi_grand_frais <> 1 GROUP BY p0_.id, p0_.reference, p0_.manufacturer, p0_.short_label, p0_.long_label, p0_.weight, p0_.sold_by, p0_.ppht, p0_.ppttc, p0_.paht, p0_.pattc, p0_.legal_discount_library, p0_.fidelity_bonus, p0_.brand, p0_.time_limit, p0_.coef, p0_.is_discountable, p0_.is_btob, p0_.is_btoc, p0_.is_customizable, p0_.is_library, p0_.is_nathan, p0_.is_green, p0_.is_orapi_grand_frais, p0_.is_active, p0_.slug ORDER BY COUNT(p0_.id) DESC LIMIT 10
Parameters:
[ 6364548 6364621 6364701 6384492 6384424 6384750 6380349 6385020 6385099 6385149 6385153 6385186 6385190 6384458 6384707 6385023 6385732 6385909 6386174 6386636 6386797 6386874 6387726 6388279 6384553 6388479 6388709 6388874 6387809 6389170 6367817 6379277 6389274 6387789 6389418 6389489 6389513 6389546 6389661 6389673 6386790 6389936 6390617 6386945 6391459 6391460 6391489 6392137 6392269 6392272 6392207 6391911 6392602 6394536 6394692 6394705 6394717 6393955 6395036 6395093 6395128 6395375 6395466 6395797 6395808 6395960 6395999 6396046 6396057 6396086 6396259 6396614 6396685 6396708 6396710 6396991 6397281 6397309 6397526 6397545 6397666 6398051 6399489 6399526 6399527 6399566 6399610 6400236 6401309 6401310 6401314 6401316 6401319 6401321 6401610 6401698 6401830 6401833 6401871 6401888 6402073 6402546 6403303 6404712 6404930 6405093 6405286 6405744 6405745 6405746 6405747 6405748 6405749 6405750 6405751 6405752 6405753 6405754 6405755 6405756 6405757 6405758 6405759 6405760 6405761 6405762 6405764 6405765 6405766 6405767 6405768 6405769 6405770 6405772 6405773 6405774 6405775 6405776 6405777 6405778 6405779 6405780 6405781 6405782 6405783 6405786 6405787 6405788 6405789 6405790 6405791 6405792 6405793 6405794 6405795 6405796 6405797 6405798 6405799 6405800 6405801 6405802 6405803 6405804 6405805 6405806 6405807 6405808 6405809 6405810 6405811 6405812 6405813 6405814 6405815 6405816 6405817 6405818 6405819 6405820 6405821 6405822 6405823 6405824 6405825 6405826 6405827 6405828 6405829 6405830 6405831 6405832 6405833 6405834 6405835 6405836 6405837 6405838 6405839 6405841 6405842 6405843 6405844 6405845 6405846 6405847 6405848 6405849 6405850 6405851 6405852 6405853 6405854 6405855 6405856 6405857 6405858 6405859 6405860 6405861 6405862 6405863 6405864 6405865 6405866 6405867 6405868 6405869 6405870 6405871 6405872 6405873 6405874 6405875 6405876 6405877 6405878 6405879 6405880 6405881 6405883 6405884 6407026 6407164 6407165 6407166 6407167 6407168 6407169 6407170 6407171 6407172 6407173 6407175 6407176 6407177 6407178 6407179 6407180 6407181 6407182 6407183 6407184 6407185 6407187 6407188 6407189 6407190 6407191 6407192 6407193 6407194 6407195 6407196 6407198 6407199 6407200 6407201 6407202 6407203 6407204 6407205 6407206 6407207 6407208 6407209 6407210 6407211 6407212 6407213 6407215 6407216 6407217 6407218 6407219 6407221 6407222 6407223 6407224 6407225 6407226 6407227 6407228 6407229 6407230 6407231 6407232 6407233 6407236 6407237 6407238 6407239 6407240 6407242 6407243 6407244 6407245 6407246 6407247 6407248 6407249 6407250 6407251 6407252 6407253 6407254 6407255 6407256 6407258 6407259 6407260 6407261 6407262 6407263 6407264 6407265 6407267 6407268 6407269 6407270 6407271 6407272 6407279 6407280 6407281 6407282 6407283 6407284 6407286 6407287 6407288 6407289 6407290 6407291 6407292 6407293 6407294 6407295 6407296 6407297 6407298 6407299 6407300 6407301 6407302 6407303 6407304 6407305 6407306 6407307 6407308 6407309 6407310 6407312 6407313 6407314 6407315 6407316 6407318 6407319 6407320 6407392 6407419 6408050 6409132 6409340 6409566 6411652 6411659 6411669 6411677 6411799 6411800 6411804 6411806 6412636 6413025 6413027 6413486 6413689 6413897 6413900 6413902 6413904 6413907 6414594 6415954 6416009 6416020 6416033 6416531 6416958 6417371 6417704 6417720 6417851 6417856 6417949 6418058 6418231 6418337 6418389 6418477 6418735 6419687 6419821 6419822 6420065 6422486 6423704 6423727 6424344 6425051 6425073 6425074 6425109 6425773 6425912 6426346 6427329 6428301 6428315 6429397 6430503 6430517 6430549 6434255 6434684 6434722 6437582 6437865 6438667 6439016 6439196 6441247 6443121 6443189 6445654 6446678 6447175 6448772 6448956 6449659 6449753 6449786 6450358 6450397 6450506 6451074 6452175 6452176 6452177 6452178 6452282 6452731 6453568 6453631 6453638 6453969 6454066 6455300 6455490 6456208 6456221 6456245 6456711 6457245 6457345 6458381 6459266 6460350 6461641 6461725 6462748 6464596 6464659 6464671 6464673 6464676 6464680 6464688 6466341 6467134 6467443 6467786 6468185 6468259 6468260 6468261 6468262 6468263 6468264 6468265 6468266 6468267 6468268 6468269 6468270 6468271 6468272 6468273 6468274 6468275 6468276 6468277 6468278 6468280 6468282 6468283 6468284 6468285 6468286 6468288 6468289 6468290 6468291 6468292 6468293 6468294 6468295 6468296 6468297 6468298 6468299 6468300 6468301 6468302 6468303 6468304 6468305 6468306 6468308 6468309 6468310 6468312 6468313 6468314 6468315 6468316 6468317 6468322 6468323 6468324 6468325 6468326 6468327 6468328 6468330 6468331 6468332 6468334 6468335 6468336 6468337 6468338 6468339 6468340 6468341 6468342 6468343 6468344 6468345 6468346 6468347 6468348 6468349 6468350 6468351 6468352 6468353 6468354 6468355 6468356 6468357 6468358 6468359 6468360 6468361 6468362 6468363 6468365 6468366 6468367 6468368 6468369 6468370 6468371 6468372 6468373 6468374 6468375 6468376 6468377 6468378 6468379 6468380 6468381 6468382 6468383 6468384 6468385 6468386 6468393 6468394 6468395 6468396 6468397 6468398 6468399 6468400 6468401 6468402 6468403 6468404 6468405 6468406 6468407 6468408 6468409 6468410 6468411 6468412 6468413 6468414 6468415 6468416 6468417 6468418 6468419 6468420 6468421 6468422 6468423 6468424 6468425 6468426 6468427 6468428 6468429 6468430 6468431 6468432 6468433 6468434 6468435 6468436 6468437 6468438 6468439 6468440 6468441 6468442 6468443 6468444 6468445 6468446 6468447 6468448 6468449 6468450 6468451 6468452 6468453 6468455 6468456 6468457 6468458 6468459 6468460 6468461 6468462 6468463 6468464 6468465 6468466 6468467 6468468 6468469 6468470 6468471 6468472 6468473 6468474 6468475 6468476 6468477 6468478 6468479 6468480 6468481 6468482 6468483 6468484 6468485 6468486 6468487 6468488 6468489 6468490 6468491 6468492 6468493 6468494 6468496 6468497 6468498 6468499 6468500 6468501 6468502 6468503 6468504 6468505 6468506 6468507 6468508 6468509 6468510 6468511 6468512 6468513 6468514 6468515 6468516 6468517 6468892 6469101 6469266 6469290 6469300 6469310 6469312 6469398 6469402 6469429 6469696 6469904 6470530 6470586 6471377 6471378 6471386 6471396 6471401 6471434 6471437 6471441 6471445 6471449 6471728 6471729 6471730 6471731 6471732 6471733 6471734 6471735 6471737 6471738 6471739 6471740 6471741 6471742 6471744 6471745 6471746 6471747 6471752 6471753 6471754 6471755 6471756 6471757 6471759 6471760 6471761 6471762 6471763 6471764 6471765 6471766 6471767 6471773 6471774 6471777 6471778 6471779 6471780 6471782 6471783 6471784 6471785 6471786 6471787 6471788 6471789 6471790 6471791 6471792 6471848 6471849 6471850 6471852 6471853 6471854 6471855 6471856 6472378 6472392 6472422 6472471 6472488 6472510 6472541 6472591 6472605 6472613 6473405 6473406 6473407 6473408 6473409 6473410 6473411 6473412 6473413 6473414 6473416 6473417 6473418 6473419 6473420 6473421 6473422 6473423 6473424 6473425 6473426 6473427 6473428 6473429 6473430 6473431 6473432 6473433 6473434 6473435 6473436 6473437 6473438 6473439 6473440 6473441 6473442 6473443 6473444 6473445 6473446 6473447 6473448 6473449 6473450 6473451 6473452 6473453 6473454 6473455 6473456 6473484 6473485 6473486 6473487 6473488 6473489 6473490 6473491 6473492 6473493 6473494 6473495 6473496 6473497 6473498 6473499 6473500 6473501 6473502 6473503 6473504 6473505 6473506 6473507 6473508 6473509 6473510 6473511 6473512 6473513 6473514 6473515 6473516 6473517 6473518 6473519 6473520 6473521 6473522 6473523 6473524 6473525 6473526 6473527 6473528 6473549 6473550 6473551 6473552 6473553 6473554 6473555 6473556 6473557 6473559 6473560 6473561 6473562 6473563 6473564 6473565 6473566 6473568 6473569 6473570 6473571 6473572 6473573 6473575 6473576 6473577 6473578 6473579 6473580 6477668 6477866 6477884 6477885 6478346 6478347 6478348 6478349 6478350 6478351 6478352 6478353 6478354 6478355 6478356 6478357 6478358 6478359 6478360 6478361 6478362 6478363 6478364 6478365 6478366 6478367 6478368 6478369 6478370 6478371 6478372 6478373 6478374 6478375 6478376 6478377 6478378 6478379 6478380 6478381 6478382 6478383 6478384 6478385 6478431 6478432 6478821 6478823 6478826 6478828 6478830 6478832 6478834 6478836 6478838 6478841 6478843 6478845 6478847 6478850 6478852 6478854 6478856 6478858 6478860 6478862 6478865 6478867 6478869 6478870 6478871 6478872 6478873 6478874 6478875 6478876 6478877 6478881 6478882 6478883 6478884 6480901 6481057 6481103 6481217 6481416 6481996 6481997 6481998 6482000 6482001 6482002 6482003 6482004 6482005 6482006 6482007 6482008 6482009 6482010 6482011 6482012 6482013 6482014 6482015 6482016 6482017 6482018 6482019 6482020 6482021 6482023 6482024 6482026 6482027 6482028 6482035 6482036 6482037 6482038 6482039 6482040 6482041 6482042 6482043 6482044 6482045 6482046 6482047 6482048 6482049 6482050 6482051 6482052 6482055 6482056 6482057 6482058 6482059 6482060 6482061 6482062 6482063 6482064 6482065 6482066 6482067 6482068 6482069 6482071 6482072 6482073 6482074 6482075 6482076 6482077 6482078 6482079 6482080 6482081 6482082 6482083 6482291 6482292 6482293 6482294 6482295 6482296 6482297 6482298 6482299 6482300 6482301 6482302 6482303 6482304 6482305 6482306 6482307 6482308 6482309 6482310 6482311 6482312 6482313 6482314 6482315 6482316 6482317 6482318 6482319 6482320 6482321 6482322 6482323 6482324 6482325 6482326 6482327 6482328 6482329 6482330 6482331 6482332 6482333 6482334 6482335 6482336 6482337 6482338 6482339 6482340 6482341 6482342 6482878 6482893 6483450 6483692 6483944 6484756 6485689 6486440 6487207 6487208 6487209 6487210 6487211 6487212 6487213 6487214 6487215 6487216 6487217 6487218 6487219 6487220 6487221 6487222 6487223 6487224 6487225 6487226 6487227 6487228 6487229 6487230 6487231 6487233 6487234 6487235 6487236 6487237 6487238 6487239 6487240 6487241 6487242 6487243 6487244 6487245 6487246 6487247 6487248 6487249 6487250 6487251 6487252 6487253 6487254 6487255 6487256 6487257 6487258 6487259 6487260 6487261 6487262 6487263 6487264 6487265 6487266 6487267 6487268 6487269 6487270 6487279 6487280 6487281 6487282 6487283 6487284 6487285 6487286 6487287 6487288 6487289 6487290 6487291 6487292 6487293 6487294 6487295 6487296 6487297 6487298 6487299 6487300 6487301 6487302 6487303 6487304 6487305 6487306 6487307 6487308 6487310 6487309 6487311 6487312 6487313 6487314 6487315 6487316 6487317 6487318 6487319 6487320 6487321 6487322 6487323 6487324 6487325 6487326 6487327 6487328 6487329 6487330 6487331 6487332 6487333 6487334 6487335 6487336 6487337 6487338 6487339 6487340 6487341 6487342 6487343 6487345 6487346 6487347 6487348 6487349 6487350 6487351 6487352 6487353 6487354 6487355 6487356 6487357 6487358 6487359 6487360 6487361 6487362 6487363 6487364 6487365 6487366 6487367 6487368 6487370 6487369 6487371 6487372 6487373 6487374 6487375 6487376 6487377 6487378 6487379 6487380 6487381 6487382 6487383 6487384 6487385 6487386 6487387 6487388 6487389 6487390 6487391 6487392 6487393 6487396 6487394 6487397 6487398 6487399 6487400 6487401 6487402 6487403 6487404 6487405 6487406 6487407 6487408 6487409 6487410 6487411 6487412 6487413 6487414 6487415 6487416 6487417 6487418 6487419 6487420 6487422 6487423 6487424 6487425 6487426 6487427 6487428 6487429 6487430 6487431 6487432 6487433 6487434 6487435 6487436 6487437 6487438 6487439 6487440 6487441 6487442 6487443 6487444 6487445 6487446 6487447 6487448 6487449 6487450 6487451 6487452 6487453 6487454 6487455 6487456 6487457 6487458 6487459 6487460 6487461 6487462 6487463 6487464 6487465 6487466 6487467 6487468 6487469 6487470 6487471 6487472 6487473 6487474 6487475 6487476 6487477 6487478 6487479 6487480 6487481 6487482 6487483 6487484 6487485 6487486 6487487 6487488 6487489 6487490 6487491 6487492 6487493 6487494 6487495 6487496 6487497 6487498 6487499 6487500 6487501 6487503 6487504 6487505 6487506 6487507 6487508 6487509 6487510 6487511 6487512 6487513 6487514 6487515 6487516 6487517 6487518 6487519 6487520 6487521 6487522 6487523 6487524 6487526 6487527 6487528 6487529 6487531 6487532 6487533 6487534 6487535 6487536 6487537 6487538 6487539 6487540 6487541 6487542 6487543 6487544 6487545 6487546 6487547 6487548 6487549 6487550 6487551 6487553 6487554 6487555 6487556 6487557 6487558 6487559 6487560 6487561 6487563 6487564 6487565 6487566 6487567 6487568 6487569 6487570 6487571 6487572 6487573 6487574 6487575 6487576 6487577 6487578 6487579 6487580 6487581 6487582 6487583 6487584 6487585 6487586 6487587 6487588 6487589 6487590 6487591 6487592 6487594 6487595 6487596 6487598 6487599 6487600 6487601 6487602 6487603 6487604 6487605 6487606 6487607 6487608 6487609 6487610 6487611 6487612 6487613 6487614 6487615 6487616 6487617 6487618 6487619 6487620 6487621 6487622 6487623 6487624 6487625 6487626 6487627 6487628 6487631 6487632 6487633 6487634 6487635 6487636 6487638 6487639 6487640 6487641 6487642 6487643 6487644 6487645 6487646 6487647 6487648 6487649 6487650 6487651 6487652 6487653 6487654 6487656 6487657 6487658 6487659 6487660 6487661 6487662 6487663 6487665 6487666 6487667 6487668 6487669 6487670 6487671 6487672 6487673 6487675 6487676 6487677 6487678 6487679 6487680 6487681 6487683 6487684 6487685 6487686 6487687 6487688 6487689 6487690 6487700 6487701 6487702 6487703 6487704 6487705 6487706 6487707 6487708 6487709 6487710 6487711 6487712 6487713 6487714 6487715 6487716 6487717 6487718 6487719 6487720 6487721 6487722 6487723 6487724 6487725 6487726 6487727 6487728 6487729 6487730 6487731 6487732 6487733 6487734 6487735 6487736 6487737 6487738 6487739 6487740 6487741 6487742 6487743 6487744 6487745 6487746 6487747 6487748 6487749 6487750 6487751 6487752 6487753 6487754 6487755 6487756 6487757 6487758 6487759 6487760 6487761 6487762 6487763 6487764 6487765 6487766 6487767 6487768 6487769 6487770 6487771 6487772 6487773 6487774 6487775 6487776 6487777 6487778 6487779 6487780 6487781 6487782 6487783 6487784 6487786 6487787 6487788 6487789 6487790 6487791 6487792 6487793 6487794 6487795 6487796 6487797 6487798 6487799 6487800 6487801 6487802 6487803 6487804 6487806 6487807 6487808 6487809 6487810 6487811 6487812 6487813 6487814 6487815 6487816 6487817 6487818 6487819 6487820 6487821 6487822 6487823 6487824 6487825 6487826 6487827 6487828 6487829 6487830 6487831 6487832 6487833 6487834 6487835 6487836 6487837 6487838 6487839 6487840 6487841 6487842 6487843 6487844 6487845 6487846 6487847 6487848 6487849 6487850 6487851 6487852 6487853 6487854 6487855 6487856 6487857 6487858 6487859 6487860 6487861 6487862 6487863 6487864 6487865 6487866 6487867 6487868 6487869 6487870 6487871 6487872 6488379 6488393 6488435 6489026 6489725 6490068 6490486 6490487 6490488 6490489 6490490 6490491 6490492 6490493 6490494 6490495 6490496 6490497 6490498 6490499 6490500 6490501 6490502 6490503 6490506 6490507 6490509 6490510 6490511 6490512 6490513 6490514 6490515 6490516 6490517 6490518 6490519 6490520 6490539 6490540 6490541 6490542 6490543 6490621 6490622 6490623 6490624 6490625 6490626 6490627 6490628 6490629 6490630 6490631 6490632 6490633 6490634 6490635 6490636 6490637 6490638 6490639 6490640 6490641 6490642 6490643 6490644 6490645 6490646 6490647 6490648 6490649 6490650 6490651 6490652 6490653 6490654 6490655 6490656 6490657 6490658 6490659 6490660 6490661 6490678 6490679 6490680 6491051 6491107 6491351 6491903 6492039 6493411 6493413 6493414 6493415 6493416 6493417 6493418 6493419 6493421 6493422 6493423 6493424 6493425 6493426 6493427 6493428 6493429 6493430 6493431 6493432 6493433 6493434 6493435 6493436 6493437 6493438 6493439 6493440 6493441 6493442 6493443 6493444 6493445 6493446 6493447 6493448 6493449 6493450 6493451 6493452 6493453 6493454 6493455 6493456 6493457 6493458 6493459 6493460 6493461 6493462 6493463 6493464 6493465 6493466 6493467 6493468 6493469 6493470 6493471 6493472 6493473 6493474 6493475 6493476 6493477 6493478 6493479 6493480 6493481 6493482 6493483 6493484 6493485 6493486 6493487 6493488 6493489 6493490 6493491 6493492 6493493 6493494 6493495 6493496 6493497 6493498 6493499 6493500 6493501 6493502 6493503 6493504 6493505 6493506 6493507 6493508 6493509 6493510 6493511 6493512 6493513 6493514 6493515 6493516 6493517 6493518 6493519 6493520 6493521 6493522 6493523 6493524 6493525 6493527 6493528 6493529 6493530 6493531 6493532 6493533 6493534 6493535 6493536 6493537 6493538 6493539 6493540 6493541 6493542 6493543 6493544 6493545 6493546 6493547 6493548 6493549 6493550 6493551 6493552 6493554 6493555 6493556 6493557 6493558 6493559 6493560 6493561 6493562 6493563 6493564 6493565 6493566 6493567 6493568 6493569 6493570 6493571 6493572 6493573 6493574 6493575 6493576 6493577 6493578 6493579 6493580 6493581 6493582 6493583 6493584 6493585 6493586 6493587 6493593 6493594 6493595 6493596 6493597 6493598 6493599 6493600 6493601 6493602 6493603 6493604 6493605 6493606 6493607 6493608 6493609 6493610 6493611 6493612 6493613 6493614 6493615 6493616 6493617 6493618 6493619 6493620 6493621 6493622 6493623 6493624 6493625 6493626 6493627 6493628 6493629 6493630 6493631 6493632 6493633 6493634 6493635 6493636 6493637 6493638 6493639 6493640 6493641 6493642 6493643 6493644 6493645 6493646 6493647 6493648 6493649 6493650 6493651 6493652 6493653 6493654 6493655 6493656 6493657 6493658 6493659 6493660 6493661 6493662 6493663 6493664 6493665 6493666 6493667 6493668 6493669 6493670 6493671 6493672 6493673 6493674 6493675 6493676 6493677 6493679 6493680 6493681 6493682 6493683 6493684 6493685 6493686 6493687 6493688 6493689 6493690 6493691 6493692 6493693 6493694 6493695 6493696 6493697 6493710 6493711 6493712 6493713 6493714 6493715 6493716 6493717 6493718 6493719 6493720 6493721 6493722 6493723 6493724 6493725 6493726 6493727 6493728 6493729 6493730 6493731 6493732 6493733 6493734 6493735 6493736 6493737 6493738 6493739 6493740 6493741 6493742 6493743 6493744 6493745 6493746 6493747 6493748 6493749 6493750 6493751 6493752 6493753 6493754 6493755 6493756 6493757 6493758 6493759 6493760 6493761 6493762 6493763 6493764 6493765 6493766 6493767 6493768 6493769 6493770 6493771 6493772 6493773 6493774 6493775 6493776 6493777 6493778 6493779 6493780 6493781 6493782 6493783 6493784 6493785 6493786 6493787 6493788 6493789 6493790 6493791 6493792 6493793 6493794 6493795 6493796 6493797 6493798 6493799 6493800 6493801 6493802 6493803 6493804 6493805 6493806 6493807 6493808 6493809 6493810 6493811 6493812 6493813 6493814 6493815 6493816 6493817 6493818 6493819 6493820 6493821 6493822 6493823 6494503 6494520 6494541 6494573 6494594 6494612 6494700 6495579 6496431 6496733 6496752 6497567 6498368 6498570 6498581 6498665 6498732 6499112 6499221 6499520 6499787 6499938 6500069 6500088 6500095 6500598 6500723 6501472 6501501 6502576 6503254 6503503 6503540 6503595 6504102 6504103 6504410 6504672 6507101 6507706 6507892 6508451 6508610 6508730 6510436 6510575 6512132 6512553 6512914 6515083 6517629 6517757 6518174 6519020 6519549 6519550 6519551 6519552 6519553 6519554 6519558 6519559 6519560 6519561 6519562 6519563 6519566 6519567 6519568 6519569 6519570 6519571 6519572 6519573 6519574 6519575 6519576 6519577 6519578 6519579 6519580 6519581 6519582 6519583 6519584 6519586 6519587 6519588 6519589 6519590 6519591 6519592 6519593 6519594 6519595 6519596 6519597 6519598 6519599 6519600 6519601 6519602 6519603 6519604 6519605 6519606 6519607 6519608 6519609 6519610 6519611 6519612 6519613 6519614 6519615 6519616 6519617 6519619 6519620 6519621 6519622 6519623 6519733 6520036 6520238 6520247 6520250 6523662 6523685 6523990 6524363 6524422 6524588 6524994 6525918 6526156 6526157 6526158 6526159 6526160 6526161 6526256 6526749 6526803 6526972 6527254 6527256 6527258 6527306 6527307 6527308 6527330 6527353 6527354 6527362 6527363 6527527 6527528 6527529 6527530 6527865 6528159 6529405 6531157 6531252 6531398 6531400 6531401 6531493 6531494 6531495 6531496 6531497 6531498 6531499 6531500 6531501 6531502 6531503 6531504 6531505 6531506 6531507 6531508 6531509 6531510 6531511 6531512 6531513 6531514 6531515 6531516 6531517 6531518 6531519 6531520 6531521 6531522 6531523 6531524 6531525 6531526 6531527 6531528 6531529 6531530 6531531 6531532 6531533 6531534 6531535 6531536 6531537 6531538 6531539 6531540 6531541 6531542 6531543 6531544 6531545 6531546 6531547 6531548 6531549 6531550 6531551 6531552 6531553 6531554 6531555 6531556 6531557 6531558 6531559 6531560 6533047 6533048 6533787 6534048 6534170 6535564 6536377 6537225 6537642 6538362 6538575 6538662 6538667 6538669 6538670 6538674 6538675 6538676 6538681 6538682 6538685 6538686 6538687 6538688 6538689 6538691 6538693 6538694 6538696 6538698 6539297 6539332 6540409 6540543 6540995 6541343 6541729 6541912 6381810 1000000947 1000001934 1000002870 1000003916 1000003922 1000003929 1000004036 1000004735 1000001832 1000005111 1000005158 1000006716 1000006879 1000009878 1000010680 1000012599 1000012060 1000014158 1000014417 1000013217 1000013374 1000007381 1000004145 1000015221 1000015228 1000015229 1000015290 1000016365 1000016097 1000016791 1000018951 1000020477 1000020478 1000020480 1000020644 1000020481 1000022411 1000024726 1000026832 6375487 1000024727 1000031660 1000031664 1000033661 1000033662 1000033755 1000025657 1000032294 1000015738 1000033522 1000032485 1000030054 1000036537 1000042360 1000028844 1000047640 1000047833 1000042407 1000048012 1000048814 1000017399 1000031687 1000042019 1000049133 1000050523 1000050550 1000050575 1000051287 1000051350 1000051450 1000051634 1000021337 1000053258 1000054477 1000015896 1000022392 1000053889 1000056669 1000056670 1000052801 1000054259 1000055704 1000057564 1000057526 1000057993 1000058201 1000058204 1000058206 1000058788 1000059149 1000059344 1000059579 1000059610 1000057296 1000060019 1000060056 1000060614 1000060640 1000060648 1000060649 1000060722 1000058034 1000060020 1000060800 1000061412 1000061824 1000062073 1000062407 1000062408 1000062409 1000062670 1000062955 1000063973 1000064256 1000064632 1000065113 1000065424 1000065545 1000065732 1000065619 1000064004 1000065212 70748 ] |
20 | 0.36 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
152709
]
|
21 | 0.21 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
109440
]
|
22 | 0.15 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
80453
]
|
23 | 0.13 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
28309
]
|
24 | 0.13 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
1823
]
|
25 | 0.13 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
219102
]
|
26 | 0.22 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
166930
]
|
27 | 0.14 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
28307
]
|
28 | 0.13 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
109442
]
|
29 | 0.13 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
80452
]
|
30 | 0.78 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
31 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
1
]
|
32 | 1.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
16
]
|
33 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
17
]
|
34 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
18
]
|
35 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
19
]
|
36 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
20
]
|
37 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
21
]
|
38 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
22
]
|
39 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
23
]
|
40 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
24
]
|
41 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
25
]
|
42 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
26
]
|
43 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
27
]
|
44 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
28
]
|
45 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
29
]
|
46 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
30
]
|
47 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
31
]
|
48 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
32
]
|
49 | 0.32 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.product_id AS product_id_3, t0.characteristic_label_id AS characteristic_label_id_4 FROM characteristic t0 WHERE t0.product_id = ?
Parameters:
[
70748
]
|
50 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
51 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.affiliated_society AS affiliated_society_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.address3 AS address3_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.email AS email_9, t0.phone_number AS phone_number_10, t0.fax AS fax_11, t0.id_deposit AS id_deposit_12, t0.gen_code AS gen_code_13, t0.newspaper AS newspaper_14, t0.siren AS siren_15, t0.ape AS ape_16, t0.trading_registry AS trading_registry_17, t0.internal_tva AS internal_tva_18, t0.rib AS rib_19, t0.general_account AS general_account_20, t0.capital AS capital_21 FROM society t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"MOZ"
]
|
52 | 0.26 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
53 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefaut"
]
|
54 | 0.17 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"CAISSE2011"
]
|
55 | 0.38 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "CAISSE2011" 1823 ] |
56 | 0.37 ms |
SELECT d0_.id AS id_0, d0_.quantity AS quantity_1, d0_.price_ht AS price_ht_2, d0_.price_ttc AS price_ttc_3, d0_.product_id AS product_id_4, d0_.product_price_id AS product_price_id_5, d0_.promotion_id AS promotion_id_6, d0_.market_id AS market_id_7 FROM decreasing_price d0_ WHERE d0_.product_id = ? AND d0_.quantity <= ? AND d0_.market_id IS NULL AND d0_.product_price_id IS NULL AND d0_.promotion_id IS NULL ORDER BY d0_.quantity DESC LIMIT 1
Parameters:
[ 1823 0 ] |
57 | 0.33 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "C" 1823 ] |
58 | 0.19 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.discount AS discount_4, t0.product_id AS product_id_5 FROM promotion t0 WHERE t0.product_id = ?
Parameters:
[
1823
]
|
59 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
60 | 0.29 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.product_id = ? AND t0.price_id = ? LIMIT 1
Parameters:
[ 1823 "C" ] |
61 | 0.34 ms |
SELECT d0_.quantity AS quantity_0, MIN(d0_.price_ht) AS sclr_1, MIN(d0_.price_ttc) AS sclr_2 FROM decreasing_price d0_ LEFT JOIN product p1_ ON d0_.product_id = p1_.id LEFT JOIN product_price p2_ ON d0_.product_price_id = p2_.id WHERE p1_.id = ? GROUP BY d0_.quantity ORDER BY d0_.quantity ASC
Parameters:
[
1823
]
|
62 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
63 | 0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.affiliated_society AS affiliated_society_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.address3 AS address3_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.email AS email_9, t0.phone_number AS phone_number_10, t0.fax AS fax_11, t0.id_deposit AS id_deposit_12, t0.gen_code AS gen_code_13, t0.newspaper AS newspaper_14, t0.siren AS siren_15, t0.ape AS ape_16, t0.trading_registry AS trading_registry_17, t0.internal_tva AS internal_tva_18, t0.rib AS rib_19, t0.general_account AS general_account_20, t0.capital AS capital_21 FROM society t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"MOZ"
]
|
64 | 0.16 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
65 | 0.30 ms |
SELECT d0_.quantity AS quantity_0, d0_.price_ht AS price_ht_1, d0_.price_ttc AS price_ttc_2 FROM decreasing_price d0_ WHERE d0_.product_id = ? AND d0_.market_id IS NULL AND d0_.product_price_id IS NULL AND d0_.promotion_id IS NULL ORDER BY d0_.quantity DESC
Parameters:
[
1823
]
|
66 | 0.67 ms |
SELECT p0_.id AS id_0, p0_.label_reduction AS label_reduction_1, p0_.description_reduction AS description_reduction_2, p0_.product_id AS product_id_3, p0_.operation_id AS operation_id_4 FROM product_reduction_label p0_ INNER JOIN operation o1_ ON p0_.operation_id = o1_.id WHERE o1_.is_active = 1 AND o1_.end_date >= ? AND o1_.is_active = 1 AND o1_.view_by LIKE ? AND p0_.product_id = ?
Parameters:
[ "2025-09-12 14:25:37" "%2%" 1823 ] |
67 | 0.86 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.product_id AS product_id_3, t0.characteristic_label_id AS characteristic_label_id_4 FROM characteristic t0 WHERE t0.product_id = ? AND t0.characteristic_label_id = ? LIMIT 1
Parameters:
[ 1823 7 ] |
68 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
69 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.affiliated_society AS affiliated_society_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.address3 AS address3_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.email AS email_9, t0.phone_number AS phone_number_10, t0.fax AS fax_11, t0.id_deposit AS id_deposit_12, t0.gen_code AS gen_code_13, t0.newspaper AS newspaper_14, t0.siren AS siren_15, t0.ape AS ape_16, t0.trading_registry AS trading_registry_17, t0.internal_tva AS internal_tva_18, t0.rib AS rib_19, t0.general_account AS general_account_20, t0.capital AS capital_21 FROM society t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"MOZ"
]
|
70 | 0.20 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
71 | 0.53 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "CAISSE2011" 219102 ] |
72 | 1.79 ms |
SELECT d0_.id AS id_0, d0_.quantity AS quantity_1, d0_.price_ht AS price_ht_2, d0_.price_ttc AS price_ttc_3, d0_.product_id AS product_id_4, d0_.product_price_id AS product_price_id_5, d0_.promotion_id AS promotion_id_6, d0_.market_id AS market_id_7 FROM decreasing_price d0_ WHERE d0_.product_id = ? AND d0_.quantity <= ? AND d0_.market_id IS NULL AND d0_.product_price_id IS NULL AND d0_.promotion_id IS NULL ORDER BY d0_.quantity DESC LIMIT 1
Parameters:
[ 219102 0 ] |
73 | 0.45 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "C" 219102 ] |
74 | 0.21 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.discount AS discount_4, t0.product_id AS product_id_5 FROM promotion t0 WHERE t0.product_id = ?
Parameters:
[
219102
]
|
75 | 0.25 ms |
SELECT t0.id AS id_1, t0.promotion_id AS promotion_id_2, t0.society_id AS society_id_3 FROM society_promotion t0 WHERE t0.promotion_id = ?
Parameters:
[
204095
]
|
76 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
77 | 0.37 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.product_id = ? AND t0.price_id = ? LIMIT 1
Parameters:
[ 219102 "C" ] |
78 | 0.38 ms |
SELECT d0_.quantity AS quantity_0, MIN(d0_.price_ht) AS sclr_1, MIN(d0_.price_ttc) AS sclr_2 FROM decreasing_price d0_ LEFT JOIN product p1_ ON d0_.product_id = p1_.id LEFT JOIN product_price p2_ ON d0_.product_price_id = p2_.id WHERE p1_.id = ? AND p2_.id = ? GROUP BY d0_.quantity ORDER BY d0_.quantity ASC
Parameters:
[ 219102 9959021 ] |
79 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
80 | 0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.affiliated_society AS affiliated_society_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.address3 AS address3_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.email AS email_9, t0.phone_number AS phone_number_10, t0.fax AS fax_11, t0.id_deposit AS id_deposit_12, t0.gen_code AS gen_code_13, t0.newspaper AS newspaper_14, t0.siren AS siren_15, t0.ape AS ape_16, t0.trading_registry AS trading_registry_17, t0.internal_tva AS internal_tva_18, t0.rib AS rib_19, t0.general_account AS general_account_20, t0.capital AS capital_21 FROM society t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"MOZ"
]
|
81 | 0.15 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
82 | 0.20 ms |
SELECT t0.id AS id_1, t0.promotion_id AS promotion_id_2, t0.society_id AS society_id_3 FROM society_promotion t0 WHERE t0.promotion_id = ?
Parameters:
[
204095
]
|
83 | 1.53 ms |
SELECT d0_.quantity AS quantity_0, d0_.price_ht AS price_ht_1, d0_.price_ttc AS price_ttc_2 FROM decreasing_price d0_ WHERE d0_.product_id = ? AND d0_.market_id IS NULL AND d0_.product_price_id IS NULL AND d0_.promotion_id IS NULL ORDER BY d0_.quantity DESC
Parameters:
[
219102
]
|
84 | 0.33 ms |
SELECT p0_.id AS id_0, p0_.label_reduction AS label_reduction_1, p0_.description_reduction AS description_reduction_2, p0_.product_id AS product_id_3, p0_.operation_id AS operation_id_4 FROM product_reduction_label p0_ INNER JOIN operation o1_ ON p0_.operation_id = o1_.id WHERE o1_.is_active = 1 AND o1_.end_date >= ? AND o1_.is_active = 1 AND o1_.view_by LIKE ? AND p0_.product_id = ?
Parameters:
[ "2025-09-12 14:25:37" "%2%" 219102 ] |
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\Order\CustomerOrder | 2693 |
App\Entity\Catalog\ProductCatalog | 238 |
App\Entity\Catalog\CustomerCatalog | 238 |
App\Entity\Delivery\Delivery | 146 |
App\Entity\Customer\Customer | 126 |
App\Entity\User\User | 97 |
App\Entity\Product\Market | 71 |
App\Entity\Pricing\Price | 55 |
App\Entity\Product\ProductPrice | 51 |
App\Entity\Internal\Commercial | 44 |
App\Entity\Product\Product | 22 |
App\Entity\Product\Category | 21 |
App\Entity\Product\Characteristic | 19 |
App\Entity\Product\CharacteristicLabel | 18 |
App\Entity\Internal\Society | 5 |
App\Entity\Delivery\DeliveryCost | 5 |
App\Entity\Internal\Parameter | 3 |
App\Entity\Pricing\Promotion | 1 |
App\Entity\Pricing\SocietyPromotion | 1 |