Query Metrics
49
Database Queries
12
Different statements
3245.43 ms
Query time
0
Invalid entities
3757
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 84.46 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:
[
"65457-ephemerides-et-supports-gris-lecas-1601094"
]
|
2 | 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:
[
74423
]
|
3 | 0.34 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:
[
"65457-ephemerides-et-supports-gris-lecas-1601094"
]
|
4 | 0.30 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:
[
"65457-ephemerides-et-supports-gris-lecas-1601094"
]
|
5 | 0.38 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:
[ 74423 1 ] |
6 | 0.67 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:
[ 40 184 185 186 187 188 188 74423 ] |
7 | 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:
[
430
]
|
8 | 0.18 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:
[
433
]
|
9 | 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:
[
434
]
|
10 | 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:
[
435
]
|
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:
[
436
]
|
12 | 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:
[
437
]
|
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:
[
438
]
|
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:
[
457
]
|
15 | 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:
[
458
]
|
16 | 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:
[
459
]
|
17 | 0.24 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 | 1425.26 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:
[ 74423 "2025-04-12 18:56:05" ] |
19 | 1725.96 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:
[ 6378967 6389717 6389721 6388696 6392829 6401559 6404316 6405646 6405647 6405931 6408268 6408772 6408904 6409049 6410259 6410708 6410886 6410993 6412554 6412931 6413342 6413363 6413886 6414247 6415077 6415107 6415130 6416287 6416342 6418085 6418176 6418179 6418942 6418984 6419033 6419173 6419914 6420228 6420563 6420700 6420736 6421618 6421693 6421711 6421912 6422075 6422314 6422442 6422743 6422751 6422943 6425067 6425380 6425414 6425977 6426141 6426154 6425131 6426232 6426237 6426242 6426593 6426626 6427098 6427215 6427262 6427274 6427334 6427142 6427517 6427518 6427673 6427682 6428124 6428313 6428451 6428480 6428497 6428626 6429211 6429358 6429593 6429618 6429624 6429998 6430513 6430625 6430798 6430835 6430871 6431138 6431283 6431613 6431856 6432001 6432084 6432088 6432189 6434036 6434067 6434335 6434423 6434655 6434652 6434800 6436064 6436386 6436493 6436712 6436775 6437059 6437113 6437121 6437187 6437227 6437302 6437756 6437802 6437890 6437954 6438045 6438054 6438114 6438152 6438344 6438431 6438651 6438823 6439241 6439242 6439422 6439448 6439611 6439656 6439674 6439689 6439811 6440231 6440232 6440289 6440370 6440377 6440485 6440537 6440716 6440808 6441473 6441486 6443241 6443264 6443367 6443421 6443464 6443471 6443472 6443493 6443572 6443579 6443600 6443771 6444284 6444324 6444333 6444671 6444789 6445015 6445094 6445161 6445186 6445329 6445669 6445813 6445973 6445979 6446090 6446118 6446156 6446283 6446366 6446515 6447233 6447254 6447259 6447301 6447638 6449017 6449322 6449328 6449341 6449401 6449588 6449714 6449718 6449746 6449761 6449866 6449883 6449889 6449907 6449923 6449929 6450167 6450172 6450173 6450174 6450175 6450186 6450189 6450195 6450433 6450436 6450500 6450577 6450581 6450592 6450746 6450765 6450819 6450874 6451003 6451011 6451019 6451048 6451050 6451083 6451088 6451096 6451103 6451204 6451270 6451310 6451311 6451314 6451319 6451356 6451363 6451373 6451377 6451379 6451393 6451421 6451438 6451647 6451648 6451802 6451806 6451854 6451963 6452059 6452246 6452337 6452427 6452436 6452455 6452531 6452554 6452562 6453426 6453482 6453661 6454009 6454012 6454130 6454162 6454553 6454597 6454607 6454761 6454794 6454842 6454881 6454992 6455059 6455111 6455220 6455267 6455277 6455286 6455307 6455308 6455469 6455543 6455544 6455664 6455685 6455754 6455884 6455929 6456106 6456559 6456560 6457009 6457017 6457057 6457244 6457255 6457279 6457441 6457535 6457645 6457646 6457651 6457698 6457727 6457767 6457800 6457933 6458004 6458564 6458973 6459110 6459111 6459212 6459503 6459536 6459607 6459614 6459880 6460232 6460237 6460304 6460370 6460504 6460997 6461161 6461359 6461556 6461816 6461858 6462307 6462341 6462629 6462739 6462747 6462802 6462970 6463306 6463419 6463558 6463627 6463654 6464013 6464028 6464223 6464307 6464330 6464402 6465072 6465146 6465297 6465801 6466050 6466633 6466666 6466960 6467367 6468053 6468588 6468592 6468774 6468938 6469114 6469140 6469881 1000053802 6469990 6470102 6470228 6470240 6470404 6470508 6470546 6470554 6470682 6470766 6471067 6471110 6471303 6471376 6471384 6471436 6471454 6471491 6471526 6472289 6472595 6472925 6473168 6473267 6474339 6474518 6474610 6474694 6474752 6474864 6475422 6475686 6476076 6476160 6476605 6476696 6476697 6476891 6476932 6476974 6476985 6477056 6477126 6477783 6477828 6477881 6478386 6479646 6480470 6480494 6480761 6480806 6480817 6480831 6480852 6481039 6481086 6481158 6481159 6481193 6481204 6481415 6481656 6481793 6481828 6482818 6482822 6483218 6483241 6483371 6483444 6483446 6483452 6483457 6483521 6483784 6483983 6483994 6484006 6484032 6484122 6484472 6484611 6484641 6484917 6485017 6485219 6485458 6485521 6485895 6485931 6485943 6486002 6486051 6486098 6486434 6486451 6486735 6486736 6486740 6486926 6486931 6488465 6488513 6488700 6488892 6489178 6489189 6490662 6490676 6490702 6490727 6490735 6491448 6491553 6491586 6491979 6492113 6492199 6492900 6493065 6493109 6493193 6493219 6494162 6494186 6494320 6494362 6494847 6494956 6495618 6495651 6495975 6496231 6496243 6496244 6496341 6496630 6496897 6497048 6497131 6497145 6497189 6497239 6497318 6497331 6497376 6497427 6497434 6497574 6497586 6497616 6497758 6497759 6497930 6498054 6498085 6498092 6498094 6498099 6498142 6498158 6498163 6498211 6498214 6498251 6498254 6498275 6498281 6498283 6498334 6498336 6498346 6498347 6498359 6498406 6498441 6498604 6498612 6498613 6498616 6498619 6498623 6498630 6498632 6498636 6498795 6498828 6498864 6498865 6499043 6499099 6499130 6499173 6499227 6499284 6499294 6499331 6499364 6499367 6499368 6499397 6499425 6499432 6499450 6499552 6500012 6500190 6500296 6500344 6500353 6500354 6500361 6500460 6500561 6500678 6500910 6501077 6501865 6501980 6501988 6502012 6502018 6502362 6502379 6502461 6502489 6502587 6502591 6502672 6502722 6502740 6502743 6502774 6502853 6503179 6503555 6503556 6504032 6504079 6504252 6504254 6504289 6504333 6505475 6505530 6506013 6506216 6506258 6506407 6506582 6506666 6506669 6507026 6507033 6507154 6507451 6507495 6507530 6507561 6507655 6507712 6507831 6507891 6507931 6507942 6508525 6508545 6508883 6508895 6508985 6509053 6509139 6509322 6509337 6509346 6509476 6509610 6509632 6509634 6509713 6509721 6509724 6510472 6510495 6510658 6510819 6510891 6510894 6510993 6511001 6511003 6511011 6511247 6511448 6511646 6512121 6512128 6512160 6512262 6512318 6512329 6512386 6512547 6512718 6512763 6512776 6512855 6512970 6513056 6514987 6514999 6515053 6515263 6515838 6515855 6516065 6516159 6516161 6516869 6516998 6517561 6518355 6518408 6518478 6519190 6520257 6520287 6520697 6521295 6521661 6521708 6521829 6521838 6522706 6522713 6522906 6523246 6523452 6523917 6523956 6523985 6523986 6524007 6524052 6524058 6524097 6524190 6524192 6524193 6524194 6524230 6524236 6524249 6524290 6524291 6524304 6524305 6524332 6524346 6524370 6524403 6524404 6524419 6524420 6524439 6524443 6524451 6524453 6524465 6524520 6524523 6524555 6524581 6524630 6524662 6524757 6524777 6524807 6524949 6524958 6525124 6525162 6525171 6525229 6525242 6525251 6525252 6525260 6525293 6525310 6525368 6525378 6525381 6525389 6525411 6525443 6525445 6525447 6525450 6525457 6525611 6525617 6525630 6525847 6526063 6526067 6526092 6526171 6526198 6526213 6526281 6526378 6526420 6526488 6526489 6526650 6526888 6527032 6527043 6527057 6527104 6527128 6527131 6527152 6527155 6527597 6527631 6527648 6527649 6528015 6528114 6528116 6528133 6528178 6528215 6528237 6528246 6528287 6528303 6528430 6528438 6528464 6528524 6528536 6528642 6528747 6528748 6528767 6528768 6528770 6528804 6528816 6528875 6529088 6529132 6529167 6529216 6529269 6529274 6529276 6529278 6529290 6529292 6529338 6529343 6529729 6529746 6529861 6529879 6529977 6530108 6530128 6530143 6530176 6530212 6530245 6530276 6530279 6530283 6530288 6530294 6530310 6530333 6530340 6530343 6530357 6530373 6530461 6530525 6530608 6530617 6531235 6531335 6531361 6531375 6532763 6532765 6532777 6532843 6532858 6532899 6532934 6533120 6533137 6533151 6533159 6533199 6533250 6533251 6533402 6533441 6533520 6533669 6534538 6535118 6535601 6535668 6535784 6535820 6535825 6535880 6535900 6535953 6535961 6536017 6536029 6536044 6536351 6536496 6537048 6537051 6537095 6537100 6538304 6538528 6538778 6538786 6538926 6538933 6538987 6539659 6539761 6539947 6539950 6540386 6540392 6540534 6540667 6540677 6541441 6542116 6392474 1000002707 1000003789 1000003852 1000004747 1000003759 1000004808 1000005329 1000005219 1000006160 1000006231 1000004320 1000008237 1000008397 1000008497 1000008498 1000008859 1000008922 1000008398 1000009627 1000009185 1000001940 1000010183 1000007890 1000010443 1000010559 1000010573 1000010774 1000009867 1000006663 1000004058 1000012087 1000012378 1000012434 1000012579 1000002097 1000012678 1000012720 1000009156 1000012937 1000012462 1000012984 1000009712 1000013035 1000013100 1000013102 1000012593 1000006579 1000010853 1000013184 1000012171 6393554 1000013637 6381298 1000010439 1000013774 1000013793 1000010763 1000013814 1000014163 1000014195 1000014555 1000012655 1000012248 1000011954 1000015232 1000015233 1000014676 1000011076 1000015373 1000015374 1000010625 1000012801 1000015720 1000015721 1000015746 1000015747 1000014867 1000008860 1000016092 1000012371 1000012274 1000013469 1000016586 1000016676 1000016678 1000016680 1000013981 1000013050 1000016956 1000016986 1000016987 1000013471 1000017173 1000016065 1000013373 1000016451 1000012596 1000017459 1000008568 1000012998 1000017528 1000009659 1000017737 1000017968 1000018030 1000018472 1000018531 1000012618 1000018945 1000016929 1000019222 1000019233 1000019235 1000019237 1000019243 1000019373 1000018789 1000020146 1000017137 1000004663 1000020695 1000016421 1000018368 1000021237 1000018772 1000015973 1000012146 1000021531 1000019270 1000021751 1000021773 1000021834 1000021835 1000021841 1000003873 1000016488 1000002448 1000021118 1000022622 1000016181 1000018950 1000019693 1000018126 1000023582 1000023583 1000023584 1000023735 1000023736 1000023738 1000023996 1000024002 1000024029 1000024607 1000024730 1000024734 1000024739 1000024742 1000024743 1000024744 1000024746 1000024747 1000024763 1000024767 1000024771 1000024794 1000024795 1000024796 1000024799 1000024804 1000025280 1000025360 1000025361 1000025362 1000025437 1000025461 1000025464 1000025595 1000025596 1000025597 1000025598 1000025602 1000025622 1000026218 1000019352 1000026330 1000026357 1000026361 1000026463 1000014869 1000017174 1000023363 1000021294 1000016699 1000027345 1000015774 1000016964 1000014579 1000027835 1000027837 1000027884 1000027892 1000027964 1000027965 1000027982 1000027983 1000028077 1000028081 1000027949 1000014767 1000028678 1000026138 1000023585 1000027967 1000026665 1000030069 1000030156 1000030194 1000030199 1000030290 1000030415 1000030442 1000030691 1000030692 1000025677 1000031303 1000031325 1000031326 1000031327 1000031358 1000031359 1000031360 1000031362 1000031363 1000031387 1000031397 1000031401 1000031408 1000031413 1000022913 1000031486 1000031432 1000008077 1000030725 1000031820 1000031964 1000032031 1000017146 1000005226 1000032089 1000017140 1000030210 1000017001 1000022306 1000032469 1000032541 1000032548 1000032549 1000030384 1000032562 1000032579 1000033006 1000033007 1000033009 1000033012 1000033016 1000033017 1000033018 1000033019 1000033021 1000033022 1000033025 1000033026 1000033028 1000033029 1000033052 1000033065 1000033066 1000033067 1000033082 1000033083 1000033084 1000033085 1000033087 1000033088 1000033090 1000033111 1000033117 1000033295 1000033304 1000033307 1000033125 1000033469 1000033472 1000033474 1000033475 1000033476 1000033477 1000033486 1000033488 1000033492 1000033505 1000033507 1000033509 1000033510 1000033516 1000033517 1000033518 1000033523 1000033531 1000033532 1000033533 1000033535 1000033536 1000033537 1000033538 1000033539 1000033540 1000033541 1000033542 1000033543 1000033544 1000033545 1000033546 1000033547 1000033548 1000033549 1000033550 1000033551 1000033555 1000033557 1000033558 1000033561 1000033562 1000033581 1000033583 1000033590 1000021689 1000024753 1000034160 1000034161 1000034172 1000034193 1000033526 1000034423 1000034589 1000008108 1000034755 1000017041 1000034984 1000034990 1000035000 1000035103 1000035139 1000035286 1000035287 1000035289 1000035290 1000035394 1000035409 1000035411 1000035421 1000035430 1000035512 1000035529 1000035535 1000035538 1000035539 1000035545 1000035547 1000035652 1000035653 1000035654 1000035655 1000035656 1000035657 1000035658 1000035668 1000035686 1000035690 1000035786 1000035007 1000005828 1000022809 1000022799 1000036451 1000036461 1000036478 1000036483 1000036499 1000036500 1000036484 1000036587 1000036588 1000036590 1000036591 1000036593 1000036594 1000036596 1000036597 1000036616 1000036618 1000035153 1000036624 1000036625 1000036642 1000036645 1000036652 1000036735 1000036531 1000037111 1000037112 1000037113 1000037114 1000037115 1000037266 1000037277 1000037319 1000037320 1000037322 1000037403 1000037407 1000037450 1000037490 1000037491 1000037495 1000037496 1000026362 1000038214 1000038215 1000038217 1000038224 1000038198 1000038325 1000038326 1000038404 1000038409 1000038558 1000038560 1000038564 1000038574 1000038577 1000037713 1000039081 1000039082 1000039167 1000039214 1000039216 1000039217 1000039218 1000039221 1000039331 1000032585 1000037511 1000040130 1000015922 1000037892 1000040374 1000036301 1000040823 1000040957 1000037866 1000040982 1000041613 1000041614 1000041615 1000033326 1000039198 1000042162 1000042225 1000021976 1000042619 1000043028 1000036737 1000042165 1000043222 1000043225 1000043227 1000043245 1000043246 1000043259 1000043262 1000043264 1000043265 1000043334 1000043336 1000043349 1000043350 1000043351 1000043352 1000043355 1000043356 1000043373 1000043374 1000043375 1000043376 1000043379 1000043380 1000043390 1000043393 1000043399 1000043400 1000043405 1000043426 1000043427 1000043428 1000043429 1000043436 1000043437 1000043438 1000043443 1000043444 1000043463 1000043464 1000043466 1000037507 1000043760 1000043763 1000017588 1000043949 1000044036 1000044037 1000044057 1000044070 1000044075 1000044082 1000044109 1000044110 1000044112 1000044144 1000044145 1000044241 1000041637 1000038585 1000044230 1000040173 1000044596 1000044597 1000044600 1000044602 1000044807 1000044808 1000044810 1000044848 1000041781 1000045011 1000045013 1000045016 1000045190 1000045193 1000044986 1000045198 1000045199 1000045200 1000045202 1000045205 1000045207 1000045209 1000045214 1000041693 1000045224 1000045227 1000030128 1000045349 1000045350 1000045351 1000045352 1000045360 1000045390 1000045412 1000045635 1000035440 1000036517 1000046054 1000037514 1000037448 1000046279 1000046280 1000046281 1000046282 1000046283 1000046286 1000046287 1000046351 1000046786 1000046849 1000042261 1000042384 1000046896 1000046979 1000043805 1000046988 1000046989 1000046990 1000046991 1000047064 1000044191 1000047607 1000047664 1000035135 1000047919 1000047978 1000047979 1000048020 1000048036 1000048038 1000048050 1000048051 1000048052 1000047255 1000048237 1000048238 1000048366 1000048398 1000048414 1000048483 1000034785 1000043014 1000048594 1000048726 1000014996 1000048508 1000048798 1000048885 1000048907 1000048144 1000043346 1000049006 1000032768 1000032787 1000048771 1000049054 1000049224 1000010843 1000049317 1000049339 1000049474 1000032163 1000049607 1000049662 1000049678 1000048933 1000049898 1000049638 1000032909 1000048259 1000048299 1000050131 1000050170 1000050272 1000050273 1000020466 1000008587 1000048934 1000050203 1000050439 1000047743 1000050419 1000050717 1000050048 1000050928 1000050949 1000050969 1000050972 1000050986 1000051019 1000051026 1000051061 1000051010 1000037063 1000050374 1000050891 1000033033 1000044085 1000051342 1000051345 1000051346 1000051352 1000051020 1000051381 1000051298 1000050496 1000051272 1000051479 1000051484 1000048468 1000051570 1000050713 1000051610 1000050244 1000048163 1000037193 1000051875 1000048886 1000051908 1000051961 1000036990 1000052082 1000052258 1000048421 1000052402 1000045419 1000036796 1000051886 1000052298 1000052493 1000052542 1000052563 1000052565 1000052571 1000052578 1000049690 1000017969 1000052517 1000050173 1000052710 1000052724 1000052786 1000050571 1000052858 1000052987 1000050022 1000053007 1000052914 1000051720 1000050372 1000053139 1000053328 1000053248 1000053398 1000053428 1000053496 1000052702 1000053559 1000045072 1000053622 1000049501 1000051700 1000053216 1000052726 1000052507 1000053701 1000052496 1000022917 1000052836 1000053560 1000053848 1000053859 1000053920 1000053479 1000052595 1000054072 1000053842 1000006965 1000041918 1000050172 1000054440 1000054449 1000048866 1000054503 1000054539 1000053871 1000050176 1000054649 1000054650 1000054651 1000054672 1000054677 1000054704 1000054792 1000054839 1000054845 1000049942 1000054988 1000055053 1000055113 1000055115 1000055182 1000055187 1000055201 1000054530 1000055257 1000055258 1000055261 1000055269 1000054768 1000051883 1000050290 1000051828 1000054240 1000039083 1000052735 1000055684 1000055611 1000055781 1000054831 1000055566 1000052666 1000055909 1000054051 1000055952 1000048801 1000056106 1000056109 1000056142 1000055699 1000055801 1000055312 1000055918 1000056382 1000054905 1000053426 1000056153 1000055673 1000056668 1000051979 1000056803 1000056867 1000056952 1000036656 1000044606 1000050104 1000057050 1000054118 1000057181 1000055174 1000053763 1000055273 1000057344 1000057375 1000057464 1000057583 1000057572 1000015536 1000050579 1000057702 1000057373 1000057887 1000057907 1000048035 1000055705 1000058108 1000058161 1000058262 1000058263 1000058269 1000056544 1000058275 1000058611 1000058612 1000058613 1000058749 1000057339 1000057470 1000058908 1000057985 1000059313 1000058077 1000059460 1000059664 1000056841 1000059691 1000059752 1000059892 1000059842 1000059992 1000056716 1000056848 1000060180 1000060182 1000043727 1000054541 1000060405 1000060500 1000059674 1000056756 1000059796 1000060754 1000060985 1000061359 1000061372 1000061478 1000061389 1000052782 1000061707 1000061729 1000061037 1000061212 1000057738 1000056827 1000062372 1000062629 1000062641 1000062669 1000063048 1000057466 1000063068 1000063114 1000063116 1000054629 1000054638 1000063326 1000056856 1000062162 1000060743 1000063597 1000048018 1000063724 1000062350 1000048887 1000062625 1000063855 1000063944 1000056802 1000041241 1000064146 1000064730 1000063552 1000065060 1000063227 1000065349 1000065501 1000065665 1000065849 1000065850 1000065852 1000065916 1000064746 1000064040 1000065898 1000059818 1000066270 1000066300 1000066311 1000061963 74423 ] |
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:
[
26728
]
|
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:
[
9651
]
|
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:
[
96784
]
|
23 | 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:
[
56130
]
|
24 | 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:
[
65981
]
|
25 | 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:
[
2886
]
|
26 | 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:
[
10481
]
|
27 | 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:
[
65676
]
|
28 | 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:
[
204150
]
|
29 | 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:
[
1157
]
|
30 | 0.41 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.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.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.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:
[
17
]
|
34 | 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:
[
18
]
|
35 | 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:
[
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.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:
[
21
]
|
38 | 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:
[
22
]
|
39 | 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:
[
23
]
|
40 | 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:
[
24
]
|
41 | 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:
[
25
]
|
42 | 0.21 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.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:
[
30
]
|
47 | 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:
[
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.41 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:
[
74423
]
|
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 | 1852 |
App\Entity\Customer\Customer | 524 |
App\Entity\User\User | 475 |
App\Entity\Delivery\Delivery | 384 |
App\Entity\Catalog\ProductCatalog | 118 |
App\Entity\Catalog\CustomerCatalog | 118 |
App\Entity\Product\Market | 73 |
App\Entity\Pricing\Price | 49 |
App\Entity\Product\ProductPrice | 48 |
App\Entity\Internal\Commercial | 30 |
App\Entity\Product\Product | 21 |
App\Entity\Product\Category | 21 |
App\Entity\Product\Characteristic | 17 |
App\Entity\Product\CharacteristicLabel | 17 |
App\Entity\Delivery\DeliveryCost | 5 |
App\Entity\Internal\Society | 4 |
App\Entity\Internal\Parameter | 1 |