Query Metrics
49
Database Queries
12
Different statements
2121.55 ms
Query time
0
Invalid entities
3530
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 53.18 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:
[
"72196-cahiers-polypro-couleur-n-c-72196"
]
|
2 | 0.35 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:
[
87247
]
|
3 | 0.68 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:
[
"72196-cahiers-polypro-couleur-n-c-72196"
]
|
4 | 0.53 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:
[
"72196-cahiers-polypro-couleur-n-c-72196"
]
|
5 | 0.83 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:
[ 87247 1 ] |
6 | 0.73 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.manufacturer AS manufacturer_2, p0_.short_label AS short_label_3, p0_.long_label AS long_label_4, p0_.weight AS weight_5, p0_.sold_by AS sold_by_6, p0_.ppht AS ppht_7, p0_.ppttc AS ppttc_8, p0_.paht AS paht_9, p0_.pattc AS pattc_10, p0_.legal_discount_library AS legal_discount_library_11, p0_.fidelity_bonus AS fidelity_bonus_12, p0_.brand AS brand_13, p0_.time_limit AS time_limit_14, p0_.coef AS coef_15, p0_.is_discountable AS is_discountable_16, p0_.is_btob AS is_btob_17, p0_.is_btoc AS is_btoc_18, p0_.is_customizable AS is_customizable_19, p0_.is_library AS is_library_20, p0_.is_nathan AS is_nathan_21, p0_.is_green AS is_green_22, p0_.is_orapi_grand_frais AS is_orapi_grand_frais_23, p0_.is_active AS is_active_24, p0_.slug AS slug_25 FROM product p0_ LEFT JOIN product_category p2_ ON p0_.id = p2_.product_id LEFT JOIN category c1_ ON c1_.id = p2_.category_id WHERE c1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND p0_.is_active = 1 AND p0_.id <> ? AND p0_.is_btoc = 1 AND p0_.is_orapi_grand_frais <> 1 LIMIT 10
Parameters:
[ 41 189 190 191 192 193 194 195 191 87247 ] |
7 | 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:
[
581
]
|
8 | 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:
[
582
]
|
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:
[
583
]
|
10 | 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:
[
594
]
|
11 | 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:
[
597
]
|
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:
[
607
]
|
13 | 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:
[
692
]
|
14 | 0.14 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
693
]
|
15 | 0.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:
[
694
]
|
16 | 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:
[
695
]
|
17 | 0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"ourClientsAlsoBoughtMonths"
]
|
18 | 947.25 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:
[ 87247 "2025-04-11 17:29:18" ] |
19 | 1110.55 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:
[ 6384300 6377884 6385369 6383123 6387442 6388307 6388398 6388519 6389122 6390184 6390524 6390558 6390340 6391059 6391266 6392092 6392093 6392180 6392094 6392534 6392835 6393401 6393484 6393655 6394343 6394624 6395379 6396094 6396241 6396244 6396481 6398169 6398656 6400838 6401652 6402616 6402820 6403147 6403776 6404328 6405285 6405310 6405487 6405686 6405696 6405722 6407527 6407718 6408050 6408860 6408904 6408909 6408917 6408926 6409086 6409249 6409382 6410105 6410127 6410379 6410539 6410629 6410667 6410865 6410875 6410929 6410938 6411176 6411282 6411365 6411672 6411740 6411858 6411859 6411912 6411951 6412021 6412239 6412832 6412883 6412960 6413554 6413557 6413566 6413584 6413648 6413688 6414213 6414238 6414267 6414544 6414705 6414761 6415134 6415861 6415870 6416119 6416198 6416396 6416536 6416811 6416979 6417041 6417091 6417315 6417327 6417445 6417452 6417550 6417628 6417662 6417704 6418173 6418179 6418191 6418821 6418842 6418843 6418849 6418981 6419064 6419144 6419159 6419252 6419273 6419284 6419296 6419354 6419438 6419544 6419545 6420229 6420423 6420575 6420607 6420626 6420656 6420672 6420744 6420979 6420983 6421078 6421577 6421597 6421603 6421639 6421648 6421670 6421694 6421896 6422007 6422047 6422049 6422066 6422075 6422655 6422979 6423128 6423687 6423986 6424012 6424160 6424770 6425291 6425393 6425434 6425598 6425718 6425931 6426608 6426778 6427334 6427377 6427506 6427581 6427665 6428098 6428412 6428619 6428787 6428938 6429025 6429090 6429255 6429358 6429615 6431821 6432001 6432044 6432167 6432240 6432348 6433555 6433681 6433720 6433797 6434032 6434117 6434132 6434147 6434487 6434623 6434757 6435179 6435183 6435301 6435524 6435764 6436064 6436775 6437041 6437219 6437227 6438078 6438090 6438125 6438527 6438635 6438939 6439174 6439242 6439274 6439611 6439667 6439715 6439849 6439927 6439963 6440005 6440073 6440174 6440574 6440941 6441336 6441366 6441367 6441428 6441473 6441484 6441605 6441787 6442082 6442258 6442839 6442972 6443211 6443231 6443258 6443267 6443282 6443342 6443902 6444102 6444133 6444414 6444490 6444653 6444750 6444801 6444872 6444969 6445295 6445327 6445342 6445534 6445755 6445979 6446060 6446076 6446221 6446228 6446323 6446378 6446413 6446611 6447120 6447382 6447430 6447431 6447432 6447441 6447512 6447722 6448849 6449370 6449643 6449728 6449746 6449992 6449998 6450047 6450183 6450188 6450195 6450199 6450281 6450332 6450429 6450505 6450819 6450873 6450874 6450977 6450995 6451035 6451082 6451084 6451088 6451121 6451138 6451171 6451199 6451346 6451350 6451351 6451377 6451412 6451415 6451435 6451436 6451705 6452007 6452053 6452216 6452254 6452337 6452338 6452411 6452434 6452436 6452466 6452467 6452554 6452616 6452830 6453130 6453140 6453301 6453499 6453552 6453634 6453674 6453762 6454007 6454197 6454607 6454617 6454622 6454649 6454777 6454823 6454841 6454842 6454855 6454871 6454917 6454926 6454992 6455005 6455225 6455232 6455236 6455315 6455369 6455370 6455374 6455390 6455415 6455423 6455440 6455484 6455573 6455623 6455643 6455650 6455682 6455723 6455740 6455762 6455791 6455852 6456026 6456068 6456094 6456103 6456107 6456109 6456252 6456467 6456954 6457010 6457056 6457057 6457061 6457286 6457442 6457445 6457799 6457828 6457974 6458292 6458302 6458366 6458489 6458511 6459112 6459225 6459618 6459738 6460011 6460126 6460225 6460232 6460469 6460470 6461249 6461456 6461838 6461852 6462118 6462395 6462908 6462992 6462996 6463095 6463096 6463126 6463129 6463149 6463153 6463156 6463919 6463920 6463921 6463974 6464013 6464099 6464348 6464438 6465347 6465350 6465374 6465834 6466501 6466687 6466735 6466740 6466960 6467003 6468021 6468024 6468030 6468033 6468038 6468040 6468047 6468049 6468646 6468647 6468680 6468684 6469236 6469251 6469551 6469602 6469603 6469633 6469654 6469657 6469708 6469714 6469738 6469740 6469746 6469750 6469854 6469855 6469865 6469868 6469889 6469891 6469892 6469926 6469932 6470080 6470329 6470331 6470344 6470480 6470791 6470793 6470965 6470982 6471038 6471075 6471140 6471232 6471510 6471834 6471865 6471869 6471997 6472397 6472595 6472643 6472706 6472943 6473029 6473214 6474502 6475237 6475466 6475529 6475568 6475606 6475660 6476144 6476478 6476502 6476785 6476829 6476933 6477214 6477666 6477705 6478517 6478790 6480350 6480494 6480671 6480781 6480813 6480814 6480852 6481492 6481849 6482838 6482847 6482991 6483041 6483055 6483681 6483723 6465889 6484562 6484571 6484582 6484898 6485013 6485745 6485775 6485931 6486036 6486159 6486178 6486725 6486753 6486755 6486869 6486875 6486929 6486930 6488560 6488592 6488954 6489010 6489030 6489185 6489351 6489425 6489426 6489427 6489428 6489429 6489435 6489436 6489437 6489438 6490105 6490753 6490832 6490979 6491244 6491275 6491541 6491592 6492015 6492199 6493105 6494881 6495264 6495267 6495638 6495651 6496330 6496843 6496901 6497048 6497070 6497117 6497148 6497166 6497236 6497242 6497243 6497247 6497390 6497423 6497434 6497515 6497642 6497710 6497951 6498046 6498067 6498094 6498130 6498177 6498294 6498345 6498385 6498417 6498634 6498936 6498955 6499042 6499142 6499143 6499175 6499331 6499432 6499519 6499598 6500205 6500306 6500309 6500361 6500985 6501056 6501234 6501488 6501523 6501553 6501560 6501561 6501611 6501682 6501813 6501856 6501880 6501883 6501891 6501935 6501967 6501975 6501980 6501982 6501986 6502067 6502159 6502160 6502275 6502404 6502407 6502424 6502479 6502542 6502568 6502571 6502572 6502618 6503096 6503838 6503942 6504225 6504227 6504257 6504289 6504296 6504310 6504564 6504567 6504627 6505385 6505500 6506346 6508581 6508625 6509198 6509249 6509285 6509291 6509442 6509463 6509610 6509725 6509726 6510207 6510526 6510606 6510716 6510800 6510987 6510991 6510992 6510997 6510999 6511005 6511009 6511056 6511156 6511159 6511171 6511172 6511186 6511187 6511210 6511212 6511238 6511239 6512110 6512547 6512562 6512633 6512855 6512905 6512963 6513069 6515189 6515190 6515194 6515195 6515207 6515210 6515214 6515215 6515220 6515221 6515240 6515242 6515252 6515256 6515264 6515265 6515452 6515456 6515459 6515910 6516278 6516303 6516337 6516402 6516403 6516404 6516406 6516407 6516408 6516411 6516412 6516413 6516414 6516415 6516909 6516911 6516924 6516925 6517031 6517201 6517202 6517203 6517204 6517355 6518263 6518448 6518637 6519404 6520257 6520942 6520945 6521288 6521820 6522378 6523195 6523351 6523401 6523985 6524121 6524141 6524214 6524233 6524272 6524331 6524364 6524366 6524582 6524837 6525177 6525340 6525519 6525638 6525857 6525859 6526002 6526055 6526096 6526182 6526210 6526298 6526411 6526422 6526468 6526489 6526510 6526790 6526924 6527032 6527043 6527101 6527130 6527167 6527195 6527275 6527317 6527713 6527783 6528048 6528114 6528142 6528151 6528303 6528422 6528436 6528683 6528708 6528727 6528767 6529067 6529343 6529365 6529386 6529410 6529743 6529750 6529838 6529993 6530024 6530058 6530136 6530160 6530186 6530188 6530207 6530210 6530236 6530248 6530258 6530312 6530313 6530332 6530337 6530343 6530373 6530374 6530409 6530555 6530736 6530862 6530893 6530998 6531182 6531186 6531225 6531226 6531330 6531835 6531837 6531843 6532766 6533156 6533178 6533236 6533589 6533596 6534260 6534887 6534927 6534931 6535095 6535893 6536456 6536472 6537262 6537656 6537665 6537919 6538242 6538467 6538486 6538637 6538734 6538737 6538900 6538901 6539947 6539950 6540038 6540152 6540156 6540158 6540457 6540870 6540936 6541037 6541934 6542004 6390645 1000002045 1000002651 1000002764 1000003077 6386962 1000002105 1000001340 1000003893 1000004240 1000004129 1000004407 1000004408 1000004557 1000001832 1000005087 1000005110 1000005165 1000005172 6390109 1000005329 1000005364 1000004565 1000005184 6394772 6388815 1000005765 1000005848 1000005857 1000005962 1000006020 1000006123 1000002476 1000006990 1000007176 1000007252 1000007461 1000005100 1000007518 6393268 1000007186 1000005008 1000007690 1000004409 1000005249 1000008060 1000002592 1000001350 1000008859 1000007991 6392778 1000009219 1000008586 6388565 1000009653 1000009980 1000002059 1000009436 1000008107 1000008189 1000010111 1000006032 1000010467 1000010517 1000010811 1000010951 1000010496 1000011008 1000010797 1000011034 1000011064 1000011836 1000011913 6377986 1000012024 1000012310 1000012386 1000012462 1000011098 1000010278 1000013097 1000013099 6386940 1000010241 1000012505 1000013159 1000013215 1000010452 1000013532 1000013208 1000009644 1000010796 1000013791 1000013376 1000012989 1000011853 1000014201 1000014608 1000010125 1000014650 1000014892 1000014230 1000014899 1000012248 1000002199 1000015511 1000008860 1000015899 1000015797 1000014894 1000016083 1000016085 1000016158 1000013469 1000016452 1000016507 1000017302 1000012596 1000007605 1000011086 1000002637 1000017737 1000017928 1000018092 1000018093 1000018097 1000018098 1000018099 1000018102 1000014189 1000018366 1000018600 1000018621 1000018631 1000019233 1000019235 1000019237 1000019243 1000019254 1000019455 1000019473 1000019559 1000019576 1000019580 1000019591 1000016134 1000020489 1000020500 1000018761 1000017973 1000020823 1000020873 1000020928 1000020960 1000020964 1000020967 1000020968 1000020969 1000021029 1000021030 1000021031 1000021145 1000021147 1000021166 1000021173 1000021216 1000020562 1000019270 1000010767 1000021636 1000021637 1000021639 1000021641 1000021856 1000021858 1000021936 1000021937 1000021938 1000021945 1000016858 1000001523 1000013715 1000019604 1000021946 1000022459 1000014183 1000023769 1000024206 1000024382 1000024420 1000024481 1000024482 1000024515 1000024516 1000024568 1000024569 1000024570 1000024571 1000024572 1000024573 1000024574 1000024575 1000024576 1000024577 1000024578 1000024579 1000024580 1000024581 1000024582 1000024583 1000024584 1000024585 1000024586 1000024587 1000024588 1000024589 1000024590 1000024591 1000024592 1000024593 1000024594 1000024595 1000024596 1000024597 1000024598 1000018645 1000012892 1000024986 1000025003 1000025005 1000025006 1000025007 1000025008 1000025011 1000025012 1000025017 1000025272 1000025273 1000025020 1000025531 1000025625 1000025631 1000025632 1000025633 1000025939 1000025956 1000025957 1000025943 1000026011 1000026012 1000026013 1000026018 1000026020 1000026024 1000026054 1000026132 1000026133 1000026135 1000017199 1000016926 1000025634 1000026504 1000012395 1000023752 1000027348 1000013384 1000024402 1000014579 1000024485 1000028628 1000028646 1000028647 1000028649 1000028650 1000028658 1000028664 1000028680 1000028681 1000028682 1000028683 1000028686 1000028704 1000028705 1000025626 1000029300 1000029302 1000026083 1000030247 1000030365 1000030407 1000031239 1000031265 1000031266 1000031277 1000031282 1000031368 1000031372 1000031485 1000031486 1000031491 1000031548 1000031559 1000031713 1000031716 1000031762 1000031763 1000031764 1000031771 1000031781 1000031958 1000031959 1000031964 1000032004 1000032007 1000032011 1000032031 1000032018 1000032065 1000032066 1000032068 1000012943 1000032089 1000032265 1000021180 1000032300 1000032355 1000032360 1000032374 1000032434 1000024914 6385262 1000026136 1000032599 1000032600 1000032602 1000032622 1000032624 1000032626 1000032640 1000032644 1000030690 1000032651 1000032656 1000033028 1000033029 1000033052 1000033065 1000033066 1000033067 1000033082 1000033083 1000033084 1000033085 1000033087 1000033088 1000033090 1000033111 1000033117 1000033295 1000033304 1000033307 1000033125 1000033516 1000033517 1000033518 1000033523 1000010751 1000015782 1000028379 1000018103 1000033828 1000028688 1000034066 1000034067 1000034069 1000034070 1000034071 1000034072 1000034073 1000034074 1000034075 1000034077 1000034079 1000034086 1000032441 1000034306 1000033526 1000034348 1000015050 1000034130 1000016096 1000016300 1000008108 1000035292 1000035297 1000035302 1000035304 1000035356 1000035505 1000033569 1000035631 1000035633 1000035635 1000035636 1000035637 1000035638 1000035639 1000035644 1000035786 1000035797 1000035860 1000035863 1000035870 1000035912 1000035971 1000035972 1000035974 1000035980 1000035984 1000035988 1000035990 1000036044 1000036045 1000036047 1000036049 1000036050 1000036086 1000036187 1000036205 1000036221 1000036225 1000036568 1000036578 1000036581 1000036582 1000036756 1000036757 1000036760 1000036771 1000037093 1000037094 1000037194 1000037238 1000037254 1000037560 1000037561 1000037562 1000037563 1000037564 1000037566 1000037567 1000037580 1000037582 1000037586 1000037587 1000037588 1000037590 1000037830 1000038194 1000038195 1000038196 1000038199 1000038347 1000038379 1000039076 1000039090 1000039091 1000039111 1000039167 1000039202 1000039214 1000039216 1000039217 1000039218 1000039221 1000039331 1000039379 1000039380 1000039382 1000039385 1000039390 1000039405 1000039413 1000039415 1000021642 1000039416 1000039454 1000039457 1000039468 1000017191 1000039499 1000039501 1000039502 1000039504 1000039505 1000039507 1000039508 1000039512 1000039514 1000039515 1000040833 1000040834 1000040836 1000034411 1000040860 1000040863 1000040886 1000040889 1000009770 1000013794 1000041563 1000041569 1000041571 1000041572 1000035306 1000042079 1000042081 1000042082 1000042083 1000042085 1000042092 1000042093 1000042094 1000042095 1000042096 1000042097 1000042098 1000042099 1000042100 1000042101 1000042102 1000042103 1000042104 1000042105 1000042106 1000042109 1000042110 1000042111 1000042112 1000042113 1000042114 1000042115 1000042116 1000042117 1000042118 1000042119 1000042121 1000042122 1000042123 1000042124 1000042125 1000042126 1000042127 1000042128 1000042129 1000042130 1000042131 1000042132 1000042133 1000042134 1000042135 1000042136 1000042225 1000042226 1000042398 1000042434 1000042477 1000042408 1000042811 1000042865 1000043011 1000043012 1000043013 1000043015 1000043108 1000043116 1000043118 1000043126 1000043128 1000043130 1000043134 1000043339 1000028191 1000043773 1000043775 1000043781 1000043783 1000043830 1000043849 1000043979 1000043985 1000043991 1000043992 1000043993 1000044355 1000009872 1000036573 1000028791 1000045117 1000045403 1000045465 1000045479 1000045480 1000045491 1000045499 1000045622 1000035464 1000013945 1000046048 1000046101 1000046151 1000046252 1000046268 1000046304 1000046331 1000046357 1000046359 1000046367 1000046368 1000046384 1000046412 1000046575 1000046577 1000046578 1000046579 1000046580 1000046581 1000046583 1000046584 1000046586 1000046587 1000046588 1000046589 1000046590 1000046591 1000046592 1000046593 1000046594 1000046595 1000046596 1000046597 1000046598 1000046599 1000046600 1000046601 1000046602 1000046603 1000046604 1000046605 1000046606 1000046607 1000046608 1000046609 1000046610 1000046611 1000046612 1000046613 1000046614 1000046615 1000046616 1000046617 1000046618 1000046619 1000046620 1000046621 1000046622 1000046623 1000046756 1000046759 1000032059 1000046863 1000046864 1000045501 1000043272 1000037216 1000047581 1000047624 1000013383 1000047963 1000048006 1000048047 1000047255 1000048343 1000039513 1000035758 1000048502 1000048504 1000048565 1000042481 1000045323 1000038346 1000048629 1000048248 1000048798 1000048286 1000048975 1000048382 1000021036 1000049280 1000031997 1000049591 1000049602 1000049603 1000049636 1000049654 1000049703 1000049919 1000049835 1000050250 1000050396 1000050352 1000050203 1000050488 1000050497 1000050590 1000050613 1000050615 1000050318 1000050800 1000049791 1000050866 1000050125 1000050869 1000048486 1000050881 1000050966 1000051038 1000051040 1000051042 1000051451 1000051457 1000051486 1000051513 1000051525 1000051532 1000051549 1000051661 1000051763 1000051770 1000051799 1000051888 1000051925 1000051928 1000051962 1000051968 1000051841 1000049906 1000049943 1000052184 1000030625 1000048421 1000052279 1000052355 1000052368 1000052407 1000051572 1000049956 1000051744 1000052728 1000048938 1000052766 1000052995 1000053010 1000052914 1000050777 1000053082 1000051921 1000053150 1000053214 1000048269 1000053370 1000053473 1000053474 1000053481 1000053483 1000053502 1000036772 1000053624 1000044270 1000008070 1000053740 1000053859 1000050765 1000049222 1000053997 1000054018 1000052729 1000054030 1000054031 1000036747 1000054092 1000054257 1000053739 1000054343 1000054368 1000054432 1000054465 1000054478 1000054516 1000054503 1000054597 1000054037 1000054016 1000054856 1000054881 1000054912 1000055053 1000055184 1000055258 1000055261 1000055269 1000054768 1000055412 1000055710 1000055727 1000055611 1000055782 1000055894 1000055936 1000055943 1000055945 1000056028 1000054604 1000053484 1000056278 1000056510 1000056587 1000055318 1000056642 1000056733 1000056851 1000055273 1000057357 1000057364 1000014475 1000057576 1000057682 1000057690 1000052419 1000057955 1000057961 1000057963 1000057964 1000057965 1000057966 1000058155 1000057967 1000058831 1000059203 1000059685 1000059742 1000059851 1000059852 1000059854 1000059842 1000059979 1000059981 1000059750 1000060220 1000054849 1000060586 1000060626 1000060751 1000060844 1000060852 1000061008 1000061009 1000061010 1000061016 1000061071 1000061138 1000061140 1000061141 1000061142 1000061191 1000061228 1000061229 1000061231 1000061370 1000061372 1000060661 1000061382 1000061383 1000054613 1000061888 1000054088 1000062166 1000062167 1000062412 1000062411 1000062727 1000062873 1000063048 1000063114 1000063116 1000063212 1000063213 1000063670 1000063671 1000055783 1000064019 1000064099 1000064233 1000064396 1000064980 1000064754 1000065660 1000065709 1000064084 1000065332 1000065641 1000065651 1000066070 1000065698 1000066292 1000066385 1000066386 1000066449 87247 ] |
20 | 0.39 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
]
|
21 | 0.21 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
26728
]
|
22 | 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:
[
5496
]
|
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:
[
80452
]
|
24 | 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:
[
9651
]
|
25 | 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:
[
80486
]
|
26 | 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:
[
9864
]
|
27 | 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:
[
10481
]
|
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:
[
96803
]
|
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:
[
96784
]
|
30 | 0.33 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.30 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.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:
[
16
]
|
33 | 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:
[
17
]
|
34 | 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:
[
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.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:
[
20
]
|
37 | 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:
[
21
]
|
38 | 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:
[
22
]
|
39 | 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:
[
23
]
|
40 | 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:
[
24
]
|
41 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
25
]
|
42 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
26
]
|
43 | 0.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:
[
27
]
|
44 | 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:
[
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.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:
[
31
]
|
48 | 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:
[
32
]
|
49 | 0.42 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:
[
87247
]
|
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 | 1833 |
App\Entity\Customer\Customer | 450 |
App\Entity\User\User | 398 |
App\Entity\Delivery\Delivery | 326 |
App\Entity\Catalog\ProductCatalog | 145 |
App\Entity\Catalog\CustomerCatalog | 145 |
App\Entity\Product\Market | 63 |
App\Entity\Internal\Commercial | 30 |
App\Entity\Pricing\Price | 28 |
App\Entity\Product\ProductPrice | 25 |
App\Entity\Product\Product | 22 |
App\Entity\Product\Category | 21 |
App\Entity\Product\Characteristic | 17 |
App\Entity\Product\CharacteristicLabel | 16 |
App\Entity\Delivery\DeliveryCost | 6 |
App\Entity\Internal\Society | 4 |
App\Entity\Internal\Parameter | 1 |