Query Metrics
101
Database Queries
25
Different statements
1759.83 ms
Query time
0
Invalid entities
3076
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.22 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:
[
"safapn200042-pinceaux-et-brosses-couleur-marque-apn200042"
]
|
2 | 0.29 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:
[
499996
]
|
3 | 0.43 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:
[
"safapn200042-pinceaux-et-brosses-couleur-marque-apn200042"
]
|
4 | 0.34 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:
[
"safapn200042-pinceaux-et-brosses-couleur-marque-apn200042"
]
|
5 | 0.32 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:
[ 499996 1 ] |
6 | 5.37 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:
[ 83 388 389 390 391 392 393 394 395 394 499996 ] |
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:
[
924
]
|
8 | 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:
[
925
]
|
9 | 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:
[
1266
]
|
10 | 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:
[
1267
]
|
11 | 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:
[
1270
]
|
12 | 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:
[
1271
]
|
13 | 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:
[
1279
]
|
14 | 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:
[
1395
]
|
15 | 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:
[
1420
]
|
16 | 0.19 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:
[
1532
]
|
17 | 0.33 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 | 562.53 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:
[ 499996 "2025-04-13 09:44:47" ] |
19 | 1167.03 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:
[ 6354133 6391179 6391234 6391365 6391377 6391382 6391458 6391459 6391460 6403372 6405912 6405935 6406482 6406511 6406526 6406555 6425806 6432230 6432237 6471354 6471364 6471371 6471377 6471378 6471386 6471396 6471401 6471434 6471437 6471441 6471445 6471449 6471632 6471633 6471634 6471635 6471636 6471637 6471638 6471639 6471640 6471641 6471642 6471643 6471644 6471645 6471646 6471647 6471648 6471649 6471650 6471651 6471652 6471653 6471654 6471655 6471656 6471657 6471658 6471659 6471660 6471661 6471662 6471663 6471664 6471665 6471666 6471667 6471668 6471669 6471670 6471671 6471672 6471673 6471674 6471675 6471676 6471677 6471678 6471679 6471680 6471681 6471682 6471688 6471689 6471690 6471691 6471692 6471693 6471694 6471695 6471696 6471697 6471698 6471699 6471700 6471701 6471702 6471703 6471704 6471705 6471706 6471707 6471708 6471709 6471710 6471711 6471712 6471713 6471714 6471715 6471716 6471717 6471718 6471724 6471725 6471726 6471727 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 6472371 6472373 6472391 6472393 6472462 6472467 6472549 6472551 6472572 6472573 6472587 6472588 6472607 6472610 6472962 6472966 6472978 6472979 6472989 6472996 6473016 6473017 6473028 6473031 6473039 6473041 6473060 6473064 6473084 6473086 6473100 6473101 6473130 6473131 6473145 6473146 6473155 6473157 6473184 6473185 6473195 6473196 6473207 6473209 6473222 6473224 6473240 6473242 6473277 6473310 6474840 6474841 6474861 6474863 6474883 6474884 6474888 6474890 6474901 6474903 6474905 6474906 6474980 6474996 6475231 6475233 6477981 6477982 6477983 6477984 6477985 6477986 6477987 6477988 6477989 6477990 6477991 6477992 6477993 6477994 6477995 6477996 6477997 6477998 6477999 6478000 6478001 6478002 6478003 6478004 6478005 6478006 6478007 6478008 6478009 6478010 6478011 6478012 6478013 6478014 6478015 6483497 6483544 6483545 6483585 6483586 6483613 6483614 6483637 6483639 6484132 6484134 6484351 6484386 6484438 6484441 6484453 6484455 6484473 6484474 6484486 6484488 6484495 6484497 6484511 6484514 6484563 6484565 6484575 6484577 6484608 6484613 6484639 6484640 6484667 6484668 6484720 6484723 6484752 6484754 6484778 6484780 6484884 6484886 6484899 6484900 6484910 6484912 6484918 6484919 6485362 6485694 6485697 6486035 6486037 6487271 6487272 6487530 6487552 6487695 6487696 6487996 6487997 6488433 6488435 6488637 6491833 6491834 6491844 6491845 6491849 6491851 6491877 6491878 6491890 6491891 6492284 6492285 6492294 6492296 6492338 6492340 6492351 6492352 6492373 6492374 6492397 6492399 6492418 6492421 6492445 6492447 6492754 6492756 6492781 6492805 6492811 6492813 6492831 6492836 6492858 6492859 6492871 6492873 6492889 6492891 6492903 6492907 6492933 6492935 6492948 6492950 6492991 6492993 6493140 6493141 6493159 6493161 6493180 6493181 6493204 6493205 6493220 6493222 6493231 6493233 6493405 6493407 6493526 6493553 6493825 6493826 6496398 6496400 6496405 6496409 6496428 6496429 6496455 6496456 6496471 6496473 6496481 6496485 6496487 6496489 6496498 6496500 6496510 6496511 6496527 6496528 6496537 6496539 6504486 6504487 6504490 6504491 6504497 6504499 6504526 6504527 6504564 6504567 6504593 6504595 6504637 6504638 6505484 6505485 6505507 6505509 6505532 6505534 6505555 6505556 6505576 6505577 6505643 6505645 6505683 6505685 6505753 6505762 6505838 6505839 6505844 6505845 6505887 6505888 6505988 6505989 6505995 6505996 6506086 6506134 6506336 6506455 6506456 6506461 6506462 6506468 6506471 6506483 6506484 6506488 6506492 6506509 6506511 6506528 6506529 6506677 6506678 6506679 6506680 6506681 6506682 6506683 6506684 6506685 6506686 6506687 6506688 6506689 6506690 6506691 6506692 6506693 6506694 6506695 6506696 6506697 6506698 6506699 6506700 6506701 6506702 6506703 6506704 6506705 6506706 6506707 6506708 6506709 6506710 6506711 6506712 6506752 6506753 6506820 6506822 6506899 6506900 6506931 6506932 6506945 6506950 6506955 6506957 6506963 6506965 6506977 6506981 6507408 6507409 6507413 6507414 6507420 6507421 6507461 6507747 6507751 6507883 6507884 6507895 6507896 6508452 6508453 6508458 6508459 6510355 6510356 6512956 6512957 6515127 6515128 6515131 6515132 6515143 6515144 6515339 6515340 6515344 6515345 6515361 6515362 6515364 6515365 6515374 6515375 6515381 6515382 6515531 6515532 6515547 6515548 6515553 6515554 6515974 6515975 6516030 6516031 6516300 6516301 6516304 6516305 6516312 6516314 6518179 6518183 6518186 6518187 6518292 6518294 6519105 6519106 6519115 6519117 6519289 6519290 6519296 6519324 6519326 6519333 6519335 6519345 6519346 6519351 6519352 6519390 6519391 6519406 6519407 6519418 6519419 6519438 6519440 6519457 6519459 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 6519624 6519625 6519626 6519627 6519630 6519631 6519632 6519633 6519634 6519636 6519637 6519638 6519639 6519640 6519641 6519642 6519643 6519644 6519645 6519647 6519648 6519649 6519650 6519651 6519652 6519653 6519654 6519657 6519658 6519659 6519660 6519661 6519662 6519663 6519664 6519665 6519666 6519669 6519670 6519671 6519672 6519673 6519674 6519675 6519676 6519677 6519678 6519679 6519680 6519681 6519682 6519683 6519684 6519685 6519686 6519687 6519688 6519689 6519690 6519691 6519692 6519693 6519694 6519695 6519696 6519697 6519698 6519699 6519700 6519701 6519702 6519703 6519704 6519705 6519706 6519707 6519708 6519709 6519710 6519711 6519712 6519713 6519714 6519715 6519716 6519717 6519718 6519719 6519720 6519721 6519723 6519724 6519911 6519912 6519913 6519914 6519930 6519941 6519942 6519946 6519947 6519954 6519955 6519966 6519968 6519978 6519979 6519982 6519984 6519991 6519993 6519994 6519997 6520010 6520012 6520082 6520083 6520094 6520096 6520108 6520109 6520128 6520129 6520219 6520234 6520238 6520247 6520250 6521284 6521429 6521430 6521431 6521432 6521438 6521439 6521445 6521446 6521449 6521450 6521451 6521452 6521455 6521456 6521460 6521461 6521468 6521470 6521477 6521478 6521483 6521484 6521493 6521494 6521498 6521500 6521519 6521521 6521531 6521533 6521543 6521544 6521552 6521553 6521569 6521570 6521576 6521577 6521581 6521582 6521977 6521980 6525295 6526977 6527790 6528817 6529861 6531050 6531052 6531057 6531397 6531398 6531400 6531401 6531402 6531403 6531404 6531405 6531406 6531407 6531408 6531409 6531410 6531411 6531412 6531413 6531414 6531415 6531416 6531417 6531418 6531419 6531420 6531421 6531422 6531423 6531424 6531425 6531426 6531427 6531428 6531429 6531430 6531431 6531432 6531433 6531434 6531435 6531436 6531437 6531438 6531439 6531440 6531441 6531442 6531443 6531444 6531445 6531446 6531447 6531448 6531449 6531450 6531451 6531452 6531453 6531454 6531455 6531456 6531457 6531458 6531459 6531460 6531461 6531462 6531463 6531464 6531465 6531466 6531467 6531468 6531469 6531470 6531471 6531472 6531473 6531474 6531475 6531476 6531477 6531478 6531479 6531480 6531481 6531482 6531483 6531484 6531485 6531486 6531487 6531488 6531489 6531490 6531491 6531492 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 6538662 6538667 6538669 6538670 6538675 6538676 6538681 6538682 6538685 6538686 6538687 6538688 6538689 6538691 6538693 6538694 6538696 6538698 6538700 6538701 6538702 6538703 6538704 6538705 6538706 6538708 1000002003 1000005374 1000005396 1000009575 1000009576 1000011067 1000015886 1000015888 1000017638 1000017648 1000017716 1000017717 1000017726 1000017727 1000017736 1000017738 1000017742 1000017745 1000017772 1000017807 1000017808 1000017809 1000017810 1000017811 1000017812 1000017813 1000017814 1000017815 1000017816 1000017822 1000017823 1000017824 1000017825 1000017826 1000017827 1000017828 1000017829 1000017830 1000017831 1000017832 1000017837 1000017838 1000017839 1000017840 1000017841 1000017842 1000017843 1000017844 1000017845 1000017846 1000017848 1000017854 1000017855 1000017856 1000017857 1000017858 1000017859 1000017860 1000017861 1000018106 1000018243 1000018244 1000019084 1000022091 1000022092 1000022093 1000022094 1000022095 1000022096 1000022097 1000022098 1000022102 1000022104 1000023106 1000023107 1000023108 1000023109 1000023110 1000023111 1000023112 1000023113 1000023114 1000023115 1000023116 1000023117 1000023118 1000023119 1000023156 1000023291 1000023292 1000023310 1000023311 1000023313 1000023513 1000023514 1000023773 1000023792 1000023793 1000023794 1000023795 1000023796 1000023797 1000023798 1000023799 1000023800 1000023801 1000023802 1000023803 1000023805 1000023806 1000023807 1000023808 1000023809 1000023810 1000023811 1000023812 1000023813 1000023814 1000023815 1000023816 1000023817 1000023818 1000023819 1000023821 1000023823 1000023825 1000023930 1000023949 1000023955 1000023956 1000024131 1000024220 1000024226 1000024227 1000024228 1000024229 1000024230 1000024231 1000024232 1000024233 1000024234 1000024235 1000024236 1000024237 1000024238 1000024239 1000024240 1000024245 1000024294 1000024508 1000024509 1000024510 1000024802 1000024803 1000024809 1000024891 1000024897 1000024898 1000024901 1000024966 1000024973 1000024975 1000024976 1000024977 1000025051 1000025052 1000025055 1000025063 1000025064 1000025065 1000025066 1000025067 1000025068 1000025069 1000025070 1000025071 1000025072 1000025073 1000025074 1000025075 1000025077 1000025078 1000025080 1000025084 1000025085 1000025397 1000025568 1000025965 1000025967 1000025968 1000025969 1000025970 1000025975 1000025976 1000026023 1000026025 1000026026 1000026027 1000026028 1000026029 1000026030 1000026031 1000026032 1000026033 1000026034 1000026035 1000026036 1000026037 1000026038 1000026039 1000026040 1000026041 1000026044 1000026045 1000026046 1000026047 1000026048 1000026049 1000026050 1000026051 1000026052 1000026071 1000026072 1000026073 1000026085 1000026086 1000026087 1000026088 1000026089 1000026090 1000026091 1000026092 1000026093 1000026094 1000026095 1000026096 1000026097 1000026098 1000026099 1000026100 1000026101 1000026102 1000026103 1000026104 1000026105 1000026106 1000026581 1000026583 1000026779 1000026780 1000026781 1000027200 1000027204 1000027218 1000027219 1000027220 1000027221 1000027233 1000027256 1000027258 1000027271 1000027274 1000027275 1000027284 1000027395 1000027555 1000027557 1000027558 1000027687 1000027803 1000027904 1000027908 1000027910 1000027914 1000027915 1000027924 1000028031 1000028845 1000028846 1000028847 1000028848 1000028849 1000028850 1000028851 1000028852 1000028853 1000028854 1000028855 1000028861 1000028863 1000028867 1000028868 1000029011 1000029012 1000029013 1000029014 1000029015 1000029016 1000029017 1000029018 1000029019 1000029020 1000029021 1000029022 1000029023 1000029024 1000029025 1000029027 1000029028 1000029029 1000029030 1000029031 1000029032 1000029033 1000029034 1000029035 1000029036 1000029037 1000029038 1000029039 1000029040 1000029041 1000029042 1000029057 1000029058 1000029059 1000029060 1000029061 1000029062 1000029063 1000029064 1000029065 1000029066 1000029067 1000029068 1000029069 1000029070 1000029387 1000029488 1000029561 1000029570 1000029571 1000029572 1000029578 1000029581 1000029591 1000029597 1000029603 1000029606 1000029607 1000029788 1000029800 1000029959 1000029962 1000029963 1000029964 1000029965 1000029966 1000029968 1000029969 1000029971 1000029972 1000029974 1000029975 1000029976 1000029978 1000029981 1000030071 1000030072 1000030073 1000030074 1000030075 1000030076 1000030077 1000030078 1000030079 1000030080 1000030081 1000030082 1000030083 1000030084 1000030086 1000030089 1000030137 1000030177 1000030192 1000030195 1000030196 1000030197 1000030198 1000030287 1000030288 1000030289 1000030293 1000030294 1000030295 1000030296 1000030297 1000030298 1000030299 1000030300 1000030301 1000030302 1000030303 1000030304 1000030305 1000030306 1000030307 1000030308 1000030309 1000030310 1000030311 1000030312 1000030313 1000030314 1000030315 1000030316 1000030317 1000030318 1000030319 1000030320 1000030321 1000030322 1000030353 1000030354 1000030355 1000030357 1000030358 1000030435 1000030436 1000030437 1000030438 1000030439 1000030440 1000030441 1000030444 1000030446 1000030448 1000030452 1000030453 1000030454 1000030455 1000030456 1000030457 1000030458 1000030459 1000030462 1000030463 1000030469 1000030470 1000030471 1000030472 1000030473 1000030474 1000030475 1000030476 1000030477 1000030478 1000030479 1000030480 1000030483 1000030488 1000030489 1000030490 1000030491 1000030528 1000030529 1000030530 1000030531 1000030636 1000030638 1000030639 1000030640 1000030641 1000030643 1000030644 1000030645 1000030646 1000030647 1000030648 1000030649 1000030651 1000030665 1000030666 1000030667 1000030668 1000030670 1000030673 1000030680 1000030681 1000030683 1000030686 1000030814 1000030818 1000030833 1000030843 1000030864 1000031115 1000031116 1000031117 1000031118 1000031119 1000031120 1000031121 1000031122 1000031123 1000031124 1000031125 1000031126 1000031127 1000031128 1000031129 1000031130 1000031131 1000031132 1000031133 1000031134 1000031135 1000031136 1000031137 1000031138 1000031158 1000031159 1000031160 1000031161 1000031162 1000031163 1000031164 1000031165 1000031166 1000031167 1000031168 1000031169 1000031170 1000031171 1000031172 1000031173 1000031174 1000031184 1000031185 1000031186 1000031187 1000031188 1000031189 1000031190 1000031191 1000031192 1000031193 1000031194 1000031195 1000031196 1000031197 1000031198 1000031199 1000031200 1000031201 1000031202 1000031203 1000031204 1000031205 1000031206 1000031207 1000031208 1000031209 1000031210 1000031211 1000031212 1000031213 1000031214 1000031215 1000031216 1000031217 1000031218 1000031219 1000031220 1000031221 1000031222 1000031223 1000031224 1000031225 1000031226 1000031227 1000031228 1000031229 1000031230 1000031231 1000031280 1000031281 1000031283 1000031284 1000031285 1000031286 1000031287 1000031288 1000031289 1000031290 1000031304 1000031305 1000031306 1000031307 1000031334 1000031335 1000031336 1000031337 1000031338 1000031339 1000031340 1000031341 1000031342 1000031343 1000031344 1000031345 1000031347 1000031348 1000031349 1000031350 1000031351 1000031352 1000031353 1000031354 1000031355 1000031370 1000031371 1000031720 1000031735 1000031866 1000031868 1000031890 1000031891 1000031892 1000031893 1000031894 1000031895 1000031896 1000031897 1000031898 1000031899 1000031900 1000031901 1000031903 1000031904 1000031905 1000031906 1000031907 1000031910 1000031911 1000031912 1000031913 1000031914 1000031915 1000031916 1000031943 1000031944 1000031945 1000031942 1000032058 1000032282 1000032491 1000033037 1000033038 1000033041 1000033270 1000033842 1000033843 1000033844 1000033845 1000033846 1000033847 1000033848 1000033900 1000033901 1000033902 1000033903 1000033904 1000033906 1000033907 1000033908 1000033909 1000033910 1000033911 1000033912 1000033953 1000033954 1000033955 1000033956 1000033957 1000033958 1000033959 1000033960 1000033961 1000033962 1000033963 1000034092 1000034434 1000034435 1000034436 1000034437 1000034438 1000034439 1000034440 1000034441 1000034442 1000034443 1000034444 1000034445 1000034446 1000034447 1000034449 1000034450 1000034460 1000034461 1000035021 1000035022 1000035023 1000035025 1000035026 1000035027 1000035136 1000035137 1000035138 1000035143 1000035144 1000035147 1000035148 1000035149 1000035150 1000035157 1000035158 1000035159 1000035160 1000035161 1000035162 1000035163 1000035164 1000035165 1000035166 1000035167 1000035168 1000035169 1000035170 1000035171 1000035172 1000035209 1000035210 1000035211 1000035212 1000035213 1000035214 1000035215 1000035217 1000035219 1000035220 1000035221 1000035222 1000035223 1000035224 1000035225 1000035226 1000035227 1000035699 1000036111 1000036112 1000036113 1000036114 1000036115 1000036116 1000036117 1000036118 1000036119 1000036121 1000036122 1000036124 1000036125 1000036132 1000036133 1000036134 1000036135 1000036136 1000036137 1000036140 1000036669 1000036670 1000036672 1000036673 1000036674 1000036675 1000036680 1000036684 1000036704 1000036705 1000036706 1000036708 1000036709 1000036710 1000036711 1000036712 1000036713 1000036715 1000036716 1000036717 1000036719 1000036724 1000036726 1000036727 1000036728 1000036729 1000036730 1000036731 1000036732 1000036739 1000036743 1000036746 1000032286 1000036782 1000036795 1000037064 1000037130 1000037133 1000037134 1000037135 1000037136 1000037137 1000037139 1000037140 1000037141 1000037192 1000037196 1000037197 1000037198 1000037199 1000037200 1000037201 1000037202 1000037203 1000037204 1000037205 1000037206 1000037207 1000037208 1000037209 1000037210 1000037211 1000037212 1000037213 1000037268 1000037578 1000037583 1000037591 1000037605 1000037606 1000037616 1000037618 1000037619 1000037645 1000038188 1000038415 1000039072 1000039088 1000039225 1000039226 1000039228 1000039230 1000039231 1000039233 1000039235 1000039236 1000039238 1000039240 1000040439 1000040440 1000040441 1000040442 1000040443 1000040444 1000040445 1000040448 1000040449 1000040450 1000040451 1000040452 1000040455 1000040456 1000040458 1000040460 1000040461 1000040466 1000040467 1000040468 1000040469 1000040471 1000040472 1000040474 1000040477 1000040490 1000040495 1000040496 1000040503 1000040504 1000040505 1000040506 1000040507 1000040508 1000040509 1000040510 1000040511 1000040512 1000040513 1000040514 1000040515 1000040516 1000040519 1000040520 1000040521 1000040522 1000040523 1000040524 1000040527 1000040530 1000040533 1000040535 1000040537 1000040539 1000040541 1000040561 1000040562 1000040563 1000040564 1000040566 1000040567 1000040568 1000040569 1000040570 1000040571 1000040572 1000040573 1000040574 1000040575 1000040576 1000040577 1000040578 1000040579 1000040580 1000040581 1000040582 1000040583 1000040584 1000040585 1000040586 1000040587 1000040588 1000040720 1000040726 1000040729 1000040731 1000040733 1000040814 1000040815 1000040816 1000040817 1000040818 1000040838 1000040841 1000040842 1000040844 1000040846 1000040847 1000040854 1000040855 1000040856 1000040857 1000040858 1000040862 1000041032 1000041038 1000041041 1000041042 1000041069 1000041070 1000041071 1000041072 1000041077 1000041078 1000041079 1000041081 1000041087 1000041089 1000041091 1000041111 1000041175 1000041219 1000041244 1000041667 1000041668 1000041669 1000041670 1000041671 1000041672 1000041673 1000041674 1000041675 1000041676 1000041677 1000041678 1000041679 1000041680 1000041681 1000041682 1000041683 1000041684 1000041685 1000041942 1000041947 1000041978 1000041981 1000042032 1000042220 1000042222 1000042502 1000042503 1000042504 1000042505 1000042506 1000042507 1000042508 1000042509 1000042510 1000042511 1000042512 1000042513 1000042514 1000042526 1000042527 1000042535 1000042841 1000042842 1000042843 1000042845 1000042847 1000042848 1000042852 1000042854 1000042857 1000042858 1000042860 1000042861 1000042862 1000042893 1000042894 1000042901 1000043002 1000043132 1000043138 1000043139 1000043140 1000043141 1000043142 1000043143 1000043144 1000043145 1000043146 1000043147 1000043148 1000043149 1000043150 1000043151 1000043152 1000043153 1000043154 1000043162 1000043163 1000043165 1000043166 1000043167 1000043168 1000043169 1000043170 1000043171 1000043172 1000043173 1000043175 1000043188 1000043202 1000043303 1000043304 1000043305 1000043306 1000043307 1000043308 1000043309 1000043310 1000043311 1000043312 1000043313 1000043314 1000043321 1000043322 1000043327 1000043331 1000043335 1000043340 1000043343 1000043683 1000043684 1000043685 1000043686 1000043689 1000043690 1000043691 1000043692 1000043693 1000043694 1000043695 1000043696 1000043697 1000043698 1000043700 1000043701 1000043702 1000043703 1000043704 1000043707 1000043708 1000043709 1000043710 1000043711 1000043712 1000043713 1000043717 1000043718 1000043719 1000043720 1000043817 1000044151 1000044152 1000044155 1000044163 1000044164 1000044166 1000044167 1000044168 1000044169 1000044170 1000044171 1000044172 1000044173 1000044174 1000044176 1000044178 1000044185 1000044186 1000044187 1000044189 1000044190 1000044193 1000044194 1000044196 1000044206 1000044208 1000044209 1000044259 1000044260 1000044261 1000044262 1000044263 1000044264 1000044265 1000044266 1000044268 1000044271 1000044272 1000044273 1000044274 1000044276 1000044277 1000044278 1000044279 1000044373 1000044374 1000044375 1000044377 1000044378 1000044379 1000044381 1000044445 1000044457 1000044458 1000044489 1000044490 1000044491 1000044494 1000044496 1000044505 1000044510 1000044672 1000044673 1000044674 1000044676 1000044684 1000044685 1000044688 1000044690 1000044691 1000044693 1000044694 1000044696 1000044698 1000044699 1000044700 1000044701 1000044702 1000044705 1000044706 1000044707 1000044708 1000044709 1000044710 1000044711 1000044712 1000044714 1000044716 1000044738 1000044742 1000045151 1000045154 1000045155 1000045156 1000045157 1000045158 1000045159 1000045160 1000045162 1000045543 1000045544 1000045545 1000045546 1000045589 1000045590 1000045591 1000045592 1000045593 1000045594 1000045595 1000045596 1000045597 1000045598 1000045599 1000045600 1000045601 1000045602 1000045603 1000045604 1000045605 1000045606 1000045609 1000046544 1000046546 1000046554 1000046557 1000046558 1000046559 1000046560 1000046576 1000046582 1000046628 1000046638 1000046641 1000046642 1000046643 1000046645 1000046646 1000046648 1000046649 1000046650 1000046651 1000046652 1000046653 1000046657 1000046659 1000046661 1000046663 1000046670 1000046676 1000046690 1000046701 1000046707 1000046722 1000046728 1000047072 1000047073 1000047074 1000047075 1000047076 1000047077 1000047078 1000047079 1000047080 1000047081 1000047082 1000047083 1000047084 1000047302 1000047303 1000047304 1000047305 1000047306 1000047307 1000047308 1000047309 1000047310 1000047311 1000047312 1000047313 1000047314 1000047315 1000047316 1000047317 1000047318 1000047319 1000047320 1000047321 1000047322 1000047323 1000047324 1000047325 1000047326 1000047327 1000047329 1000047887 1000047891 1000047986 1000047987 1000047988 1000048059 1000048091 1000048214 1000048239 1000048246 1000048274 1000048275 1000048283 1000048284 1000048292 1000048298 1000048312 1000048345 1000048533 1000048569 1000048538 1000048636 1000048862 1000048868 1000048936 1000048937 1000048961 1000049388 1000049412 1000049624 1000049779 1000049842 1000049844 1000049967 1000049968 1000049988 1000050059 1000050065 1000050070 1000050078 1000050200 1000050330 1000050405 1000050452 1000050484 1000050569 1000050795 1000050881 1000050886 1000050954 1000051089 1000051117 1000051128 1000051130 1000051132 1000051133 1000051289 1000051566 1000051575 1000051590 1000051618 1000051602 1000051621 1000051712 1000051721 1000051733 1000051746 1000051797 1000051812 1000051816 1000051837 1000051838 1000051852 1000051862 1000051882 1000051892 1000051903 1000051950 1000051952 1000051953 1000051995 1000052023 1000052116 1000052122 1000052125 1000052138 1000052167 1000052241 1000052256 1000052352 1000052353 1000052358 1000052359 1000052385 1000052392 1000049920 1000052405 1000052454 1000052458 1000052745 1000052754 1000053115 1000053254 1000053674 1000053676 1000053921 1000053941 1000053951 1000053962 1000053969 1000053982 1000054167 1000054253 1000054254 1000054271 1000054364 1000054548 1000054588 1000054592 1000054636 1000054689 1000054748 1000054755 1000054819 1000054852 1000054853 1000054857 1000054911 1000054914 1000054932 1000055045 1000055060 1000055061 1000055059 1000055062 1000055063 1000055064 1000055067 1000055069 1000055160 1000055253 1000055260 1000055293 1000055341 1000055342 1000055358 1000055383 1000055585 1000055612 1000055615 1000055748 1000055749 1000055771 1000055846 1000056043 1000056047 1000056049 1000056048 1000056058 1000056061 1000056069 1000056070 1000056071 1000056131 1000056141 1000056144 1000056320 1000056324 1000056327 1000056378 1000056424 1000056426 1000052302 1000056445 1000056450 1000056451 1000056504 1000056548 1000056637 1000056647 1000056683 1000056684 1000056708 1000056759 1000056760 1000056768 1000056786 1000056813 1000056816 1000056833 1000056844 1000056846 1000056850 1000056865 1000056868 1000056962 1000057004 1000057023 1000057073 1000057078 1000057118 1000057128 1000057133 1000057134 1000057139 1000057147 1000057203 1000057206 1000057350 1000057351 1000057355 1000057356 1000057372 1000057393 1000057446 1000057447 1000057451 1000057457 1000057480 1000057523 1000057566 1000057584 1000057586 1000057594 1000057595 1000057652 1000057653 1000057660 1000057665 1000057666 1000057667 1000057687 1000057697 1000057699 1000057805 1000057852 1000057854 1000057856 1000057865 1000057866 1000057878 1000057904 1000057905 1000057997 1000058061 1000058062 1000058067 1000058082 1000058137 1000058154 1000058463 1000058724 1000058870 1000058898 1000058934 1000059060 1000059222 1000059385 1000059442 1000059446 1000059736 1000059746 1000059747 1000059748 1000059814 1000059822 1000059824 1000059825 1000059826 1000059926 1000060043 1000060048 1000060133 1000060135 1000060163 1000060275 1000060482 1000060497 1000060498 1000060581 1000060796 1000060797 1000060991 1000061103 1000061328 1000061565 1000061577 1000061587 1000061594 1000061596 1000062133 1000062516 499996 ] |
20 | 0.37 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:
[
9840
]
|
21 | 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:
[
2548
]
|
22 | 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:
[
5483
]
|
23 | 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:
[
341031
]
|
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:
[
341032
]
|
25 | 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:
[
5496
]
|
26 | 0.19 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:
[
244460
]
|
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:
[
499995
]
|
28 | 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:
[
80486
]
|
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:
[
244457
]
|
30 | 0.27 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.26 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 | 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:
[
16
]
|
33 | 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:
[
17
]
|
34 | 0.22 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.16 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.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:
[
20
]
|
37 | 0.22 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.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:
[
22
]
|
39 | 0.16 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.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:
[
24
]
|
41 | 0.16 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.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:
[
26
]
|
43 | 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:
[
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.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:
[
32
]
|
49 | 0.27 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:
[
499996
]
|
50 | 0.31 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.26 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.21 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
53 | 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:
[
"TarifDefaut"
]
|
54 | 0.19 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"CAISSE2011"
]
|
55 | 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.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "CAISSE2011" 9840 ] |
56 | 0.35 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:
[ 9840 0 ] |
57 | 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:
[ "C" 9840 ] |
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:
[
9840
]
|
59 | 0.28 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:
[ 9840 "C" ] |
61 | 0.43 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:
[
9840
]
|
62 | 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"
]
|
63 | 0.26 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.17 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
65 | 0.36 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:
[
9840
]
|
66 | 0.31 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-13 09:44:49" "%2%" 9840 ] |
67 | 0.64 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:
[ 9840 7 ] |
68 | 0.23 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.23 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.18 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
71 | 0.34 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" 341032 ] |
72 | 0.27 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:
[ 341032 0 ] |
73 | 0.39 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" 341032 ] |
74 | 0.20 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:
[
341032
]
|
75 | 0.18 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"
]
|
76 | 0.34 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:
[ 341032 "C" ] |
77 | 0.32 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:
[ 341032 9956698 ] |
78 | 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"
]
|
79 | 0.27 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"
]
|
80 | 0.16 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
81 | 0.26 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:
[
341032
]
|
82 | 0.25 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-13 09:44:49" "%2%" 341032 ] |
83 | 0.64 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:
[ 341032 7 ] |
84 | 0.22 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"
]
|
85 | 0.23 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"
]
|
86 | 0.15 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
87 | 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:
[ "CAISSE2011" 244460 ] |
88 | 0.28 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:
[ 244460 0 ] |
89 | 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.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "C" 244460 ] |
90 | 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:
[
244460
]
|
91 | 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:
[
201174
]
|
92 | 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"
]
|
93 | 0.27 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:
[ 244460 "C" ] |
94 | 0.29 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:
[
244460
]
|
95 | 0.17 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"
]
|
96 | 0.20 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"
]
|
97 | 0.14 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
98 | 0.19 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:
[
201174
]
|
99 | 0.19 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_.promotion_id = ? ORDER BY d0_.quantity DESC
Parameters:
[
201174
]
|
100 | 0.29 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:
[
244460
]
|
101 | 0.25 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-13 09:44:49" "%2%" 244460 ] |
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 | 2680 |
App\Entity\User\User | 252 |
App\Entity\Product\Product | 21 |
App\Entity\Product\Category | 21 |
App\Entity\Delivery\Delivery | 15 |
App\Entity\Internal\Society | 15 |
App\Entity\Customer\Customer | 12 |
App\Entity\Pricing\SocietyPromotion | 11 |
App\Entity\Product\Characteristic | 7 |
App\Entity\Product\CharacteristicLabel | 7 |
App\Entity\Internal\Commercial | 7 |
App\Entity\Product\Market | 7 |
App\Entity\Product\ProductPrice | 5 |
App\Entity\Pricing\Price | 5 |
App\Entity\Delivery\DeliveryCost | 5 |
App\Entity\Internal\Parameter | 3 |
App\Entity\Catalog\ProductCatalog | 1 |
App\Entity\Catalog\CustomerCatalog | 1 |
App\Entity\Pricing\Promotion | 1 |