Query Metrics
68
Database Queries
22
Different statements
5465.87 ms
Query time
0
Invalid entities
5891
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 55.40 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:
[
"35268-cahiers-speciaux-couleur-hamelin-5069"
]
|
2 | 0.42 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:
[
5480
]
|
3 | 0.52 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:
[
"35268-cahiers-speciaux-couleur-hamelin-5069"
]
|
4 | 0.37 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:
[
"35268-cahiers-speciaux-couleur-hamelin-5069"
]
|
5 | 0.42 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:
[ 5480 1 ] |
6 | 0.24 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:
[
192
]
|
7 | 0.66 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 192 5480 ] |
8 | 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:
[
581
]
|
9 | 0.23 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
582
]
|
10 | 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:
[
583
]
|
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:
[
594
]
|
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:
[
597
]
|
13 | 0.12 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
]
|
14 | 0.12 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
]
|
15 | 0.12 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
]
|
16 | 0.12 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
]
|
17 | 0.12 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
]
|
18 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"ourClientsAlsoBoughtMonths"
]
|
19 | 2738.36 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:
[ 5480 "2025-04-12 09:05:47" ] |
20 | 2656.99 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:
[ 6384352 6375890 6382118 6384608 6384613 6384749 6383019 6272094 6378180 6386133 6386842 6387211 6387270 6387832 6387965 6368030 6378994 6388152 6388184 6388544 6388916 6387010 6388985 6365325 6389019 6389049 6389065 6387016 6389553 6386995 6388696 6390295 6385855 6390456 6390562 6390707 6391060 6388453 6391293 6391315 6391412 6391500 6391502 6391808 6391830 6391865 6391913 6391983 6392067 6392111 6392392 6392440 6392471 6392161 6392094 6388966 6384712 6392829 6389032 6389426 6389543 6393046 6393687 6393699 6393718 6393757 6393690 6394083 6394108 6394177 6394180 6394229 6394261 6392535 6394327 6394343 6389080 6394447 6394465 6390379 6392965 6394956 6395251 6395408 6395467 6395500 6396325 6396334 6397650 6398551 6398621 6398709 6400403 6400515 6400524 6400704 6400732 6400769 6400800 6401518 6401521 6401650 6401663 6401802 6402041 6402172 6402664 6402680 6402823 6402954 6403337 6405008 6405331 6405384 6405415 6405464 6405630 6405674 6405709 6406124 6406182 6407552 6407772 6408249 6408801 6408802 6408909 6408954 6409192 6409462 6409575 6409624 6409678 6410127 6410168 6410250 6410379 6411163 6411176 6411179 6411745 6411783 6411901 6412016 6412087 6412588 6412629 6412907 6412960 6413281 6413508 6413697 6413749 6413777 6413800 6413834 6413882 6413887 6413892 6413949 1000010627 6414251 6414252 6414265 6414282 6414542 6414637 6414763 6414999 6415009 6415089 6415120 6415138 6415151 6415187 6415192 6415349 6415357 6415443 6415445 6415785 6415817 6415967 6415968 6416027 6416060 6416062 6416112 6416257 6416269 6416270 6416292 6416301 6416330 6416332 6416342 6416364 6416390 6416406 6416407 6416595 6416837 6416859 6416955 6416969 6416979 6416987 6417091 6417103 6417110 6417239 6417288 6417326 6417450 6417527 6417589 6417607 6417972 6418007 6418096 6418176 6418243 6418318 6419132 6419143 6419152 6419159 6419184 6419188 6419215 6419241 6419291 6419296 6419300 6419301 6419307 6419316 6419321 6419362 6419379 6419381 6419387 6419391 6419401 6419414 6419538 6419540 6419544 6419583 6419703 6420074 6420213 6420223 6420422 6420633 6420653 6420658 6420661 6420665 6420714 6420715 6420727 6420749 6421322 6421574 6421662 6421699 6421796 6421898 6421980 6422161 6422236 6422359 6422710 6422848 6422979 6423110 6423571 6423614 6424028 6424045 6424074 6424160 6424204 6424264 6424679 6425112 6425118 6425180 6425476 6425568 6425577 6425750 6426152 6426321 6426401 6426515 6426683 6426826 6426837 6426983 6427094 6427164 6427262 6427275 6427324 6427388 6427518 6427558 6427608 6427641 6427762 6427874 6427919 6428124 6428177 6428213 6428215 6428239 6428427 6428428 6428529 6428752 6428764 6428773 6428896 6428901 6429049 6429090 6429221 6429481 6429560 6429624 6429627 6429677 6429687 6429822 6429828 6429885 6430036 6430363 6430546 6430633 6430798 6430835 6430854 6430862 6430898 6430938 6430951 6431098 6431164 6431239 6431289 6431380 6431494 6431710 6431856 6431909 6431959 6431973 6432087 6432133 6432245 6432339 6432345 6432352 6433377 6433393 6433433 6433939 6434000 6434032 6434387 6434429 6434626 6434628 6434673 6434718 6434750 6434774 6434797 6434795 6434816 6434850 6434859 6434901 6434943 6434952 6434973 6435035 6435179 6435232 6435242 6435271 6435283 6435301 6435303 6435593 6435626 6435704 6435833 6435864 6435897 6435919 6435964 6436000 6436023 6436236 6436277 6436357 6436363 6436364 6436532 6436803 6437023 6437025 6437058 6437084 6437187 6437631 6437635 6437714 6437751 6437809 6437844 6437978 6438100 6438102 6438152 6438427 6438440 6438500 6438547 6438680 6438688 6438849 6438943 6438979 6439000 6439016 6439049 6439339 6439652 6439681 6439689 6439721 6439723 6439768 6439800 6439819 6439959 6440134 6440231 6440232 6440485 6440523 6440634 6440673 6440716 6440934 6440977 6441144 6441208 6441272 6441439 6441575 6441861 6441949 6442062 6442123 6442693 6442789 6442799 6442892 6443152 6443245 6443263 6443279 6443367 6443497 6443547 6443569 6443572 6443703 6443771 6443849 6443855 6443874 6443875 6443903 6443912 6443952 6444044 6444072 6444340 6444427 6444575 6444576 6444665 6444668 6444749 6444755 6444758 6444815 6444904 6444981 6445027 6445179 6445186 6445234 6445253 6445262 6445299 6445310 6445413 6445449 6445476 6445521 6445601 6445640 6445724 6445768 6445876 6446091 6446107 6446111 6446113 6446133 6446156 6446232 6446255 6446354 6446368 6446374 6446416 6446428 6446515 6446577 6446743 6446773 6446908 6446979 6447020 6447024 6447055 6447065 6447072 6447120 6447279 6447280 6447302 6447332 6447383 6447432 6447482 6447568 6447577 6447586 6447701 6447787 6447788 6448246 6448563 6448576 6448746 6448956 6448960 6448970 6449350 6449348 6449379 6449391 6449398 6449483 6449641 6449688 6449704 6449770 6449882 6449883 6449889 6449894 6449899 6450009 6450037 6450068 6450105 6450167 6450172 6450185 6450186 6450189 6450195 6450198 6450199 6450232 6450252 6450276 6450312 6450374 6450408 6450413 6450432 6450505 6450628 6450630 6450637 6450642 6450661 6450665 6450791 6450819 6450973 6450995 6451052 6451058 6451061 6451067 6451209 6451220 6451232 6451239 6451290 6451319 6451332 6451335 6451356 6451357 6451361 6451385 6451393 6451399 6451417 6451418 6451420 6451421 6451511 6451525 6451572 6451616 6451701 6451703 6451707 6451793 6451803 6451906 6451912 6451922 6452012 6452021 6452025 6452028 6452032 6452043 6452046 6452049 6452051 6452052 6452086 6452216 6452247 6452263 6452317 6452320 6452352 6452358 6452369 6452372 6452395 6452427 6452482 6452484 6452506 6452508 6452513 6452514 6452521 6452537 6452588 6453132 6453187 6453465 6453524 6453527 6453571 6453634 6453713 6453861 6453932 6454016 6454188 6454190 6454361 6454525 6454533 6454563 6454582 6454587 6454591 6454607 6454622 6454648 6454683 6454687 6454701 6454707 6454733 6454760 6454785 6454808 6454813 6454826 6454828 6454830 6454842 6454848 6454855 6454881 6454891 6454901 6454935 6454944 6454949 6454970 6454982 6454984 6454985 6455003 6455020 6455022 6455027 6455036 6455069 6455075 6455076 6455078 6455149 6455166 6455225 6455241 6455265 6455266 6455299 6455300 6455302 6455317 6455345 6455409 6455419 6455422 6455461 6455469 6455471 6455473 6455490 6455501 6455530 6455549 6455551 6455562 6455566 6455617 6455642 6455685 6455687 6455700 6455708 6455764 6455801 6455804 6455805 6455806 6455842 6455867 6455884 6455953 6455956 6455965 6455971 6456092 6456100 6456108 6456274 6456275 6456293 6456295 6456511 6456786 6456787 6457018 6457059 6457209 6457240 6457259 6457262 6457267 6457422 6457439 6457441 6457445 6457507 6457537 6457540 6457645 6457649 6457650 6457711 6457779 6457781 6457939 6457977 6458814 6458839 6458952 6459221 6459265 6459277 6459286 6459287 6459430 6459479 6459752 6459875 6459976 6459992 6460042 6460113 6460117 6460127 6460153 6460183 6460188 6460232 6460315 6460411 6460950 6460995 6460997 6461080 6461091 6461242 6461283 6461302 6461312 6461314 6461333 6461360 6461426 6461432 6461619 6461834 6462258 6462307 6462452 6462489 6462498 6462599 6462637 6462758 6462893 6463223 6463401 6463419 6463523 6464054 6464229 6464270 6464323 6464379 6464447 6464461 6464472 6464770 6464819 6465172 6465186 6465369 6465520 6465727 6465801 6465820 6465826 6466445 6466672 6466709 6466737 6466741 6466826 6467003 6467030 6468060 6468329 6468671 6468748 6468918 6469054 6469142 6469216 6469236 6469260 6469568 6469920 6469990 6470113 6470154 6470255 6470273 6470348 6470438 6470464 6470533 6470554 6470556 6470580 6470762 6470894 6471063 6471091 6471094 6471120 6471114 6471143 6471298 6471376 6471491 6471527 6472011 6472028 6472235 6472318 6472564 6472583 6472595 6472639 6472732 6472780 6472932 6472941 6472977 6473069 6473251 6474465 6474497 6474546 6474649 6474720 6474734 6474750 6474795 6474892 6475330 6475338 6475427 6475431 6475440 6475455 6475474 6475475 6475529 6475536 6475554 6475568 6476470 6476519 6476559 6476562 6476578 6476594 6476604 6476636 6476689 6476829 6476878 6477187 6477304 6477548 6477575 6477667 6477680 6477811 6477819 6477863 6479465 6480073 6480517 6480598 6480781 6480806 6480881 6481204 6481336 6481339 6481409 6481475 6481656 6481779 6481827 6482029 6482527 6482927 6482941 6482984 6483041 6483286 6483398 6483403 6483445 6483455 6483492 6483647 6483678 6483690 6483745 6483749 6483760 6483776 6483783 6483784 6483862 6484229 6484456 6484750 6484893 6485083 6485125 6485212 6485232 6485434 6485438 6485443 6485454 6485473 6485561 6485578 6486027 6486098 6486147 6486178 6486455 6486498 6486531 6486597 6486623 6486749 6486760 6486885 6488316 6488390 6488451 6488472 6488481 6488513 6488558 6488618 6488647 6488667 6488862 6488867 6489068 6489809 6489958 6489996 6490036 6490052 6490063 6490113 6490316 6490878 6491015 6491152 6491244 6491377 6491600 6491788 6491863 6491899 6491996 6492041 6492093 6492113 6492203 6492292 6492306 6492410 6493093 6493137 6493186 6493198 6493835 6494302 6494387 6494516 6494548 6494773 6494784 6494793 6494859 6494995 6495321 6495399 6495472 6495588 6495692 6495959 6495981 6496102 6496302 6496404 6496413 6496477 6496611 6496746 6496915 6497070 6497083 6497089 6497101 6497110 6497131 6497136 6497145 6497147 6497159 6497182 6497205 6497208 6497239 6497252 6497254 6497294 6497318 6497328 6497352 6497427 6497433 6497521 6497534 6497581 6497600 6497609 6497616 6497659 6497705 6497720 6497723 6497724 6497737 6497759 6497909 6497930 6497946 6497963 6498093 6498094 6498108 6498124 6498157 6498160 6498164 6498200 6498205 6498217 6498238 6498242 6498308 6498324 6498326 6498330 6498334 6498347 6498432 6498451 6498479 6498518 6498604 6498612 6498616 6498619 6498636 6498795 6498903 6498905 6498908 6498912 6498917 6498921 6498927 6498929 6498932 6498939 6498944 6498946 6498953 6498959 6498964 6498967 6498969 6498972 6498975 6498992 6499170 6499243 6499315 6499323 6499333 6499411 6499442 6499451 6499458 6499504 6499505 6499534 6499536 6499571 6499628 6499629 6499673 6500207 6500361 6500385 6500465 6500520 6500682 6500790 6500908 6500910 6500929 6500947 6500985 6501424 6501454 6501464 6501488 6501517 6501525 6501536 6501585 6501587 6501592 6501620 6501622 6501628 6501641 6501679 6501731 6501810 6501813 6501822 6501860 6501861 6501867 6501880 6501883 6501913 6501939 6501961 6501971 6501975 6501978 6501982 6501985 6501987 6501990 6502021 6502101 6502108 6502109 6502123 6502126 6502133 6502136 6502200 6502237 6502264 6502278 6502357 6502392 6502451 6502534 6502550 6502576 6502614 6502623 6502645 6502669 6502722 6502777 6502782 6503096 6503100 6503224 6503383 6503471 6503485 6503529 6503558 6503823 6503942 6504079 6504245 6504246 6504249 6504254 6504286 6504298 6504381 6504452 6504627 6504780 6505398 6505449 6505482 6505865 6505986 6506052 6506137 6506330 6506416 6506435 6506459 6506817 6507025 6507104 6507419 6507917 6507923 6507934 6507945 6508372 6508546 6508656 6508752 6508763 6508807 6508882 6508892 6508988 6509046 6509163 6509249 6509666 6509718 6509730 6510165 6510397 6510490 6510520 6510609 6510867 6511095 6511104 6511138 6511142 6512156 6512267 6512340 6512457 6512475 6512496 6512539 6512588 6512662 6512860 6512905 6513003 6513056 6513093 6513096 6515098 6515135 6515401 6516555 6516710 6516993 6517128 6517273 6518378 6520178 6520179 6520257 6520278 6520826 6520827 6521089 6521108 6521719 6521903 6521904 6522185 6522190 6522351 6522377 6522903 6523252 6523848 6524214 6524228 6524233 6524235 6524253 6524258 6524262 6524265 6524272 6524283 6524284 6524317 6524318 6524322 6524335 6524337 6524369 6524380 6524384 6524404 6524405 6524407 6524408 6524411 6524414 6524417 6524455 6524458 6524533 6524620 6524621 6524628 6524634 6524689 6524690 6524691 6524775 6524946 6525103 6525282 6525311 6525354 6525379 6525405 6525416 6525442 6525474 6525513 6525514 6525554 6525671 6525734 6525764 6525791 6525821 6525828 6525927 6525998 6526019 6526020 6526058 6526070 6526213 6526284 6526295 6526312 6526315 6526361 6526371 6526377 6526454 6526489 6526529 6526556 6526912 6527043 6527124 6527129 6527154 6527397 6527492 6527614 6527629 6527639 6527649 6527699 6527783 6528104 6528129 6528144 6528161 6528199 6528246 6528301 6528314 6528338 6528341 6528347 6528364 6528378 6528389 6528406 6528452 6528474 6528505 6528540 6528562 6528567 6528624 6528669 6528688 6528699 6528727 6528739 6528765 6528768 6528770 6528774 6528778 6528859 6528871 6528897 6528898 6528952 6528989 6529013 6529056 6529110 6529121 6529144 6529148 6529224 6529338 6529416 6529747 6529844 6529859 6529861 6529868 6529879 6529940 6529941 6529955 6529971 6529986 6529993 6530058 6530078 6530102 6530109 6530118 6530143 6530165 6530221 6530222 6530236 6530262 6530267 6530277 6530279 6530284 6530309 6530323 6530333 6530340 6530342 6530344 6530348 6530374 6530484 6530773 6530862 6530865 6530998 6531217 6532650 6532728 6532761 6532789 6532800 6532822 6532857 6532866 6533131 6533195 6533199 6533205 6533216 6533246 6533264 6533487 6533701 6535567 6535629 6535784 6535820 6535825 6535880 6535900 6535903 6536392 6536929 6537274 6538494 6538748 6538750 6538778 6538782 6538926 6538933 6539309 6539756 6539809 6539947 6539966 6539977 6540110 6540112 6540113 6540152 6540158 6540164 6540828 6540926 6541104 6542305 6542372 6393298 1000000735 6394226 6388022 6392423 6394088 1000000907 6392474 1000000952 1000000975 1000000977 1000001000 1000001011 6394586 1000001256 6389055 1000001650 6385464 1000002093 1000002126 1000002308 1000002307 1000000883 1000002544 1000002584 1000002586 1000002588 1000002599 1000003130 1000002771 1000003689 1000003753 1000002980 1000002979 1000001024 1000001012 1000001713 1000004084 6390301 1000004325 1000004806 6389085 6389706 1000005277 6390109 1000002756 6394677 1000005560 6388815 1000000869 1000006053 1000002476 1000006915 1000006919 1000006953 1000006995 1000006997 6366500 1000007385 1000002932 1000003850 1000007604 1000007641 1000007667 1000007745 1000007755 1000007842 1000008051 1000008052 1000008056 1000005249 1000008012 6393612 1000008081 6388362 1000002044 1000008228 1000008332 1000008409 1000005584 1000008866 1000002616 1000005215 1000009168 1000006984 1000004337 1000008229 1000002559 1000004324 1000006858 1000009636 1000009637 1000009702 1000002615 1000007888 1000009630 1000003494 6391122 1000002059 1000008329 1000010066 1000010183 1000009149 6393548 1000006182 1000010206 1000010285 1000010295 1000010119 1000010361 1000010423 1000010436 1000010494 1000010509 1000010705 1000008089 1000010811 1000005528 1000009248 1000009870 1000010607 1000010605 1000009190 1000009986 1000011084 1000011859 1000011901 1000011926 1000010733 1000011932 1000004803 1000006955 1000009480 1000012309 1000012335 1000012361 6393004 1000012386 1000012410 1000012380 1000012401 6390104 1000012476 1000012518 1000012522 1000012599 1000012645 1000012770 1000012819 1000012929 1000012727 1000011902 1000008008 1000013159 1000013216 1000012171 1000013532 1000012800 1000013603 1000006063 1000008519 1000010572 1000012453 1000013877 1000013893 1000013538 1000014030 1000012605 1000014256 1000014213 1000002099 1000012567 1000014630 1000014709 1000014685 1000014732 1000012655 6394257 1000012293 1000005221 1000012592 1000014277 1000012704 1000015455 1000015506 1000005021 1000014867 1000009772 1000008984 1000015846 1000015847 1000010519 1000010470 1000014922 1000015940 1000015797 1000014894 1000016078 1000012713 1000016110 1000016144 1000016145 1000016146 1000016193 1000016206 1000016284 1000016286 1000016298 1000016299 1000016322 1000016323 1000016324 1000016325 1000016327 1000016328 1000016329 1000016330 1000016338 1000016339 1000016341 1000016342 1000016345 1000016347 1000016348 1000016349 1000016350 1000016351 1000016352 1000016365 1000014387 1000016433 1000016477 1000002598 1000016194 1000017075 1000014895 1000016079 1000016451 1000017166 1000016454 1000015508 1000008596 1000008568 1000017528 1000011837 1000017659 1000017660 1000017680 1000017682 1000017685 1000017689 1000015947 1000017996 1000018030 1000018031 1000018037 1000018041 1000018042 1000018043 1000018047 1000018039 1000018184 1000018199 1000018201 1000018246 1000017195 1000017120 1000018472 1000018531 1000018591 1000018599 1000017002 1000018424 1000017151 1000018769 1000018773 1000018777 1000018798 1000018866 1000018677 1000019019 1000019020 1000019021 1000019023 1000019024 1000019025 1000019026 1000019041 1000019042 1000019066 1000019171 1000019174 1000019178 1000019208 1000019268 1000019376 1000015153 1000014666 1000019441 1000019443 1000019444 1000019484 1000019490 1000019491 1000019500 1000019529 1000019531 1000019536 1000019549 1000019551 1000019593 1000019689 1000019690 1000019692 1000019696 1000019870 1000017186 1000019937 1000019968 1000019980 1000020028 1000020041 1000020051 1000020052 1000020056 1000020060 1000020063 1000020065 1000020066 1000020068 1000020071 1000020074 1000020076 1000020078 1000017136 1000020088 1000020092 1000020094 1000020101 1000020121 1000020127 1000020191 1000020202 1000020205 1000020206 1000020207 1000020214 1000020215 1000020225 1000020226 1000020243 1000020252 1000020258 1000020262 1000020277 1000020280 1000020292 1000020302 1000020338 1000016076 1000013979 1000013163 1000004663 1000019664 1000020471 1000012600 1000016778 1000017079 1000019228 1000020639 1000020640 1000020641 1000020643 1000020645 1000020647 1000020649 1000020731 1000020734 1000020736 1000020743 1000020744 1000020746 1000020748 1000018731 1000016421 1000021134 1000021209 1000021210 1000013467 1000021244 1000021247 1000021250 1000021262 1000021264 1000012947 1000021347 1000021356 1000021357 1000021360 1000021366 1000021450 1000021452 1000013129 1000021531 1000021565 1000021566 1000021568 1000021571 1000021618 1000021620 1000021623 1000021625 1000008796 1000021713 1000021715 1000021716 1000021730 1000021731 1000021734 1000021736 1000021737 1000014644 1000021748 1000021752 1000021758 1000021821 1000021826 1000021834 1000021835 1000021841 1000019095 1000014078 1000021788 1000021936 1000021937 1000021938 1000021945 1000021957 1000002545 1000013626 1000003873 1000000901 6379045 1000022086 1000022087 1000022088 1000022089 1000018223 1000016689 1000012427 1000009836 1000022242 1000016362 1000022314 1000012938 1000010072 1000020129 1000021946 1000021829 1000002448 1000016161 1000020925 1000022722 1000022727 1000022837 1000012932 1000018126 1000023308 1000023314 1000023682 1000023683 1000023687 1000023785 1000023788 1000023789 1000023417 1000020616 1000024313 1000024315 1000024344 1000024345 1000024347 1000024355 1000024358 1000024367 1000024371 1000024374 1000024384 1000024386 1000024396 1000024397 1000024400 1000024410 1000024414 1000024417 1000024419 1000024453 1000024462 1000024468 1000024478 1000024518 1000024519 1000024739 1000024742 1000024743 1000024744 1000024747 1000024763 1000024800 1000024801 1000024969 1000024970 1000024997 1000025059 1000025081 1000025091 1000025092 1000025093 1000025094 1000025095 1000025127 1000025128 1000025129 1000025288 1000025355 1000025351 1000025364 1000012700 1000025372 1000025374 1000025376 1000025380 1000025385 1000025386 1000025388 1000025389 1000025390 1000025391 1000025392 1000025393 1000025394 1000025395 1000025396 1000025398 1000025406 1000025407 1000025409 1000025411 1000025413 1000025417 1000025421 1000025423 1000025451 1000016387 1000025559 1000025939 1000025956 1000025957 1000026011 1000026012 1000026013 1000026018 1000026020 1000026024 1000026054 1000026157 1000026218 1000025955 1000026323 1000026326 1000026327 1000026325 1000026330 1000026357 1000026361 1000009869 1000024403 6385936 1000020251 1000015517 1000023405 1000012395 1000021333 1000016792 1000024505 1000021630 1000025453 1000014386 1000027439 1000027674 1000027675 1000027679 1000015589 1000027815 1000027836 1000027851 1000027852 1000027853 1000027871 1000027872 1000027874 1000027887 1000027889 1000027891 1000013984 1000027912 1000027913 1000027916 1000027917 1000027918 1000027919 1000027920 1000027921 1000027922 1000027923 1000027925 1000027926 1000027927 1000027931 1000027953 1000027970 1000027981 1000027985 1000027990 1000027998 1000028082 1000028083 1000027997 1000028145 1000028146 1000028157 1000028160 1000028252 1000028289 1000028292 1000028294 1000028295 1000028302 1000028402 1000028403 1000028420 1000020109 1000028757 1000028758 1000016055 1000015126 1000028869 1000028870 1000017132 1000025832 1000025130 1000021954 1000028871 1000016355 1000027051 1000029143 1000029161 1000029162 1000029171 1000002520 1000029359 1000029373 1000029374 1000029375 1000029400 1000029413 1000029419 1000029431 1000029436 1000016648 1000008348 1000029652 1000029658 1000029714 1000019638 1000025623 1000026083 1000017258 1000029862 1000015131 1000029163 1000026665 1000014378 1000030055 1000030066 1000030069 1000030234 1000030356 1000030415 1000030442 1000024088 1000030467 1000030485 1000030486 1000030487 1000022840 1000030701 1000030752 1000030802 1000030804 1000030824 1000030825 1000030826 1000030827 1000030828 1000030945 1000031094 1000031095 1000031096 1000031104 1000031105 1000031106 1000022646 1000010790 1000026663 1000008458 1000031273 1000031313 1000031332 1000031361 1000031365 1000031366 1000012010 1000031377 1000031378 1000031379 1000031381 1000031382 1000031383 1000031385 1000031392 1000031428 1000031467 1000031468 1000031472 1000031475 1000031476 1000031477 1000031478 1000031480 1000031502 1000031504 1000031506 1000031509 1000031526 1000031531 1000031532 1000031533 1000031546 1000031553 1000031558 1000031508 1000031566 1000031567 1000031581 1000031583 1000031585 1000031591 1000021135 1000024045 1000016954 1000031964 1000032019 1000032022 1000032052 1000032053 1000032061 1000032064 1000032067 1000032085 1000032100 1000032111 1000032184 1000032185 1000032207 1000032236 1000032284 1000032288 1000032290 1000032291 1000032292 1000032293 1000032295 1000032299 1000032312 1000032344 1000029721 1000032515 1000013359 1000015682 1000024965 1000032793 1000032819 1000032924 1000033191 1000033193 1000033198 1000033213 1000033217 1000033220 1000033258 1000033282 1000033306 1000033308 1000033312 1000033315 1000033320 1000033342 1000033346 1000033352 1000033355 1000033356 1000033357 1000033360 1000033362 1000033365 1000033372 1000033445 1000033446 1000033447 1000033450 5869416 1000024776 1000033490 1000033512 1000033524 1000033541 1000033542 1000033543 1000033544 1000033582 1000033589 1000033590 1000033631 1000021689 1000025657 1000026206 1000031322 1000033835 1000034029 1000034060 1000034061 1000034062 1000029887 1000034201 1000034257 1000034276 1000034283 1000034294 1000020297 1000024507 1000009832 1000032242 1000026949 1000034745 1000034786 1000034800 1000034822 1000034855 1000034871 1000034879 1000034880 1000034909 1000034959 1000035262 1000033522 1000017391 1000021947 1000035510 1000035540 1000035642 1000035645 1000035660 1000035669 1000035670 1000035705 1000035708 1000035715 1000010721 1000035130 1000036217 1000036218 1000036220 1000036271 1000036273 1000036311 1000036312 1000036313 1000036314 1000036315 1000036357 1000036415 1000036560 1000036700 1000036735 1000035248 1000036822 1000036823 1000036844 1000036846 1000036907 1000036908 1000036909 1000036925 1000036930 1000036931 1000036964 1000037122 1000037123 1000037124 1000037125 1000037126 1000037138 1000037167 1000037186 1000037195 1000037214 1000037215 1000037229 1000037239 1000037240 1000037241 1000037242 1000037367 1000037371 1000037373 1000037518 1000037520 1000037523 1000037560 1000037561 1000037562 1000037563 1000037564 1000037566 1000037567 1000037580 1000037582 1000037586 1000037587 1000037588 1000037590 1000037711 1000037766 1000026362 1000037819 1000037820 1000037830 1000037831 1000037867 1000037899 1000037904 1000037916 1000031561 1000038230 1000015351 1000038344 1000037713 1000038768 1000038771 1000038772 1000038774 1000038775 1000038778 1000038779 1000038780 1000038928 1000038936 1000038942 1000038943 1000016485 1000038999 1000039014 1000039016 1000039042 1000039214 1000039216 1000039217 1000039218 1000039221 1000039261 1000028084 1000039331 1000039365 1000039367 1000039368 1000039377 1000039388 1000039389 1000039404 1000039409 1000039437 1000039456 1000039460 1000039464 1000039465 1000039467 1000039484 1000039485 1000039497 1000039506 1000039620 1000039637 1000039645 1000039651 1000039652 1000039653 1000039654 1000039655 1000039659 1000039660 1000014103 1000040116 1000039991 1000040167 1000040168 1000040169 1000040170 1000040171 1000040172 1000040182 1000040183 1000040184 1000040190 1000040192 1000040193 1000040195 1000040196 1000040199 1000040206 1000040216 1000040282 1000040283 1000040284 1000040285 1000040309 1000034995 1000017098 1000040429 1000040437 1000040457 1000040476 1000040498 1000040722 1000040794 1000040802 1000040811 1000040820 1000040821 1000040822 1000040827 1000035640 1000040848 1000040849 1000040850 1000040874 1000030652 1000040896 1000040953 1000039474 1000041010 1000041013 1000041074 1000041075 1000021759 1000041118 1000041281 1000039206 1000041372 1000041389 1000041419 1000041168 1000015789 1000041541 1000041607 1000041636 1000041638 1000041640 1000041695 1000041696 1000024087 1000041704 1000041715 1000041716 1000041734 1000041757 1000041764 1000041785 1000041789 1000041793 1000041819 1000041821 1000041823 1000041827 1000041829 1000041830 1000041831 1000041832 1000022801 1000041985 1000041988 1000041989 1000041994 1000041997 1000042012 1000042013 1000042017 1000042018 1000042021 1000042035 1000042038 1000042039 1000042040 1000039265 1000042046 1000042047 1000042049 1000042050 1000042052 1000042053 1000042054 1000042072 1000042073 1000042078 1000042088 1000042090 1000042091 1000042144 1000042145 1000042152 1000042157 1000042158 1000042159 1000022240 1000042208 1000042557 1000041826 1000041568 1000019856 1000041721 1000042890 1000042892 1000042904 1000036463 1000043003 1000043004 1000043005 1000043006 1000043007 1000043008 1000041916 1000043017 1000043019 1000043023 1000043067 1000043071 1000036737 1000043082 1000043083 1000043084 1000043087 1000043089 1000043090 1000043092 1000043106 1000043218 1000043254 1000043266 1000043268 1000043274 1000043291 1000043299 1000043338 1000043339 1000043372 1000043384 1000043595 1000043597 1000043749 1000043756 1000043761 1000043762 1000043764 1000043765 1000043767 1000043768 1000043769 1000043810 1000043811 1000043814 1000043826 1000043827 1000043828 1000043854 1000043856 1000043859 1000043867 1000043868 1000043876 1000043895 1000043898 1000043899 1000043901 1000017588 1000043912 1000043913 1000043924 1000043966 1000043967 1000043984 1000044037 1000044057 1000044070 1000044075 1000044082 1000044087 1000044092 1000044106 1000044144 1000044145 1000044177 1000044211 1000044216 1000044219 1000044221 1000044222 1000044531 1000032266 1000044626 1000044627 1000044628 1000044629 1000044740 1000044741 1000044745 1000044746 1000044749 1000027855 1000020082 1000045191 1000045274 1000045275 1000045315 1000045465 1000045479 1000045491 1000045498 1000045541 1000045622 1000045318 1000045629 1000045630 1000045655 1000045665 1000045666 1000045668 1000045711 1000010963 1000045782 1000021815 1000045834 1000045840 1000041220 1000039263 1000046058 1000046060 1000032721 1000046101 1000046144 1000046151 1000046209 1000046212 1000046214 1000046218 1000046244 1000046245 1000046337 1000046343 1000046409 1000046411 1000046731 1000009301 1000046817 1000046822 1000046826 1000046828 1000046831 1000046833 1000046845 1000046846 1000046848 1000046852 1000046882 1000043907 1000046905 1000046906 1000046907 1000046908 1000046910 1000046932 1000046936 1000046940 1000046941 1000046961 1000046963 1000046964 1000046965 1000046966 1000046967 1000047013 1000047026 1000047018 1000014614 1000047159 1000047162 1000047286 1000047341 1000047357 1000047361 1000047383 1000025139 1000040096 1000012920 1000047611 1000014886 1000045640 1000047549 1000014405 1000043598 1000046954 1000044999 1000047920 1000037770 1000039657 1000048013 1000046788 1000048048 1000045054 1000048110 1000048121 1000048187 1000048120 1000048202 1000048203 1000048205 1000048207 1000043088 1000048252 1000048285 1000048294 1000046091 1000047951 1000048364 1000047028 1000019114 1000047933 1000048509 1000045823 1000047414 1000048718 1000048393 1000048798 1000048829 1000048822 1000048867 1000044886 1000045348 1000048914 1000048991 1000032768 1000049111 1000049147 1000048943 1000048820 1000049330 1000049335 1000009578 1000049518 1000049537 1000036751 1000049514 1000049662 1000049379 1000049717 1000049377 1000048259 1000049971 1000049973 1000048299 1000049835 1000050056 1000050272 1000050273 1000050282 1000050283 1000050349 1000050386 1000045633 1000050410 1000049627 1000050433 1000050488 1000032442 1000047120 1000050036 1000050690 1000050708 1000050419 1000048486 1000050392 1000049521 1000048892 1000050962 1000050980 1000050991 1000041840 1000051044 1000048177 1000051102 1000048477 1000051199 1000047852 1000048243 1000051322 1000044085 1000051335 1000051375 1000050079 1000051403 1000050195 1000048694 1000051369 1000051528 1000051527 1000051564 1000051567 1000051570 1000051586 1000051587 1000051627 1000051302 1000051645 1000050204 1000051664 1000051678 1000016309 1000049870 1000051876 1000031796 1000050260 1000051908 1000051991 1000050155 1000052008 1000016856 1000052028 1000049906 1000014080 1000050064 1000049642 1000052184 1000051861 1000052076 1000050350 1000048930 1000052174 1000036796 1000050268 1000051282 1000052485 1000052524 1000052529 1000052547 1000045839 1000052576 1000052577 1000052579 1000052072 1000052607 1000052608 1000051047 1000052232 1000050975 1000052652 1000052663 1000052682 1000052707 1000050293 1000052769 1000052770 1000052778 1000052789 1000052794 1000010492 1000052833 1000052859 1000052581 1000052423 1000053037 1000053038 1000050061 1000051720 1000048794 1000053186 1000053132 1000045623 1000048269 1000052984 1000053296 1000045244 1000053343 1000053407 1000053419 1000052791 1000050162 1000050758 1000053608 1000051515 1000053686 1000053729 1000049026 1000053885 1000053890 1000053888 1000052811 1000053909 1000053976 1000053981 1000052589 1000054034 1000054036 1000022813 1000052708 1000051024 1000052551 1000052441 1000053739 1000008055 1000050194 1000048611 1000043055 1000054431 1000051419 1000052928 1000053463 1000054516 1000054583 1000042214 1000054661 1000054730 1000054731 1000054735 1000054760 1000054790 1000054865 1000054377 1000054933 1000054936 1000055057 1000055077 1000053422 1000055143 1000055145 1000055154 1000055185 1000050027 1000055204 1000055216 1000054596 1000055323 1000051883 1000055412 1000054958 1000054240 1000047364 1000050910 1000054039 1000054362 1000051857 1000055561 1000055608 1000052119 1000055672 1000052113 1000048691 1000015107 1000054070 1000056053 1000056117 1000055901 1000053510 1000056167 1000055312 1000056416 1000052711 1000056493 1000056500 1000056515 1000056534 1000056536 1000055129 1000056686 1000041145 1000030125 1000056792 1000046248 1000051693 1000052514 1000052584 1000053912 1000056984 1000048898 1000054989 1000056858 1000049663 1000052261 1000057249 1000056956 1000057135 1000057374 1000057287 1000057471 1000057472 1000054938 1000057683 1000016332 1000054640 1000054354 1000050362 1000058914 1000050326 1000059061 1000059311 1000059540 1000059650 1000059700 1000059752 1000060042 1000058885 1000057883 1000060112 1000060118 1000060224 1000060060 1000060618 1000060620 1000060763 1000060770 1000060772 1000060697 1000060777 1000060759 1000059920 1000061249 1000061274 1000061372 1000061471 1000061611 1000061709 1000061069 1000062218 1000062371 1000062431 1000062439 1000062888 1000062899 1000057843 1000063033 1000063043 1000062988 1000054629 1000062851 1000063216 1000063604 1000056614 1000057868 1000063849 1000050675 1000064224 1000064226 1000064243 1000064274 1000064300 1000064758 1000065098 1000065325 1000065343 1000064062 1000065676 1000014593 5480 ] |
21 | 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:
[
708
]
|
22 | 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:
[
96803
]
|
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:
[
26728
]
|
24 | 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
]
|
25 | 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:
[
5481
]
|
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:
[
9651
]
|
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:
[
56130
]
|
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.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:
[
96005
]
|
30 | 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:
[
10481
]
|
31 | 0.32 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
]
|
32 | 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
]
|
33 | 0.24 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
]
|
34 | 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:
[
17
]
|
35 | 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:
[
18
]
|
36 | 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
]
|
37 | 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
]
|
38 | 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:
[
21
]
|
39 | 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:
[
22
]
|
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:
[
23
]
|
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:
[
24
]
|
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:
[
25
]
|
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:
[
26
]
|
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:
[
27
]
|
45 | 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:
[
28
]
|
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:
[
29
]
|
47 | 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
]
|
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:
[
31
]
|
49 | 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:
[
32
]
|
50 | 0.28 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:
[
5480
]
|
51 | 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"
]
|
52 | 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"
]
|
53 | 0.16 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
54 | 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:
[
"TarifDefaut"
]
|
55 | 0.19 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"CAISSE2011"
]
|
56 | 0.38 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "CAISSE2011" 5481 ] |
57 | 0.33 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:
[ 5481 0 ] |
58 | 0.31 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" 5481 ] |
59 | 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:
[
5481
]
|
60 | 0.20 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"
]
|
61 | 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:
[ 5481 "C" ] |
62 | 0.70 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:
[
5481
]
|
63 | 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"
]
|
64 | 0.25 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"
]
|
65 | 0.16 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
66 | 0.28 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:
[
5481
]
|
67 | 0.28 ms |
SELECT p0_.id AS id_0, p0_.label_reduction AS label_reduction_1, p0_.description_reduction AS description_reduction_2, p0_.product_id AS product_id_3, p0_.operation_id AS operation_id_4 FROM product_reduction_label p0_ INNER JOIN operation o1_ ON p0_.operation_id = o1_.id WHERE o1_.is_active = 1 AND o1_.end_date >= ? AND o1_.is_active = 1 AND o1_.view_by LIKE ? AND p0_.product_id = ?
Parameters:
[ "2025-09-12 09:05:53" "%2%" 5481 ] |
68 | 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:
[ 5481 7 ] |
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 | 3313 |
App\Entity\Customer\Customer | 747 |
App\Entity\User\User | 741 |
App\Entity\Delivery\Delivery | 541 |
App\Entity\Catalog\ProductCatalog | 145 |
App\Entity\Catalog\CustomerCatalog | 145 |
App\Entity\Product\Market | 85 |
App\Entity\Pricing\Price | 32 |
App\Entity\Product\ProductPrice | 26 |
App\Entity\Internal\Commercial | 25 |
App\Entity\Product\Product | 21 |
App\Entity\Product\Category | 21 |
App\Entity\Product\Characteristic | 18 |
App\Entity\Product\CharacteristicLabel | 17 |
App\Entity\Delivery\DeliveryCost | 6 |
App\Entity\Internal\Society | 5 |
App\Entity\Internal\Parameter | 3 |