Query Metrics
67
Database Queries
22
Different statements
3425.56 ms
Query time
0
Invalid entities
4576
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 44.50 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:
[
"43001-papier-dessin-couleur-n-c-43001-excel"
]
|
2 | 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:
[
9839
]
|
3 | 0.82 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:
[
"43001-papier-dessin-couleur-n-c-43001-excel"
]
|
4 | 0.36 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:
[
"43001-papier-dessin-couleur-n-c-43001-excel"
]
|
5 | 0.41 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:
[ 9839 1 ] |
6 | 0.69 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.manufacturer AS manufacturer_2, p0_.short_label AS short_label_3, p0_.long_label AS long_label_4, p0_.weight AS weight_5, p0_.sold_by AS sold_by_6, p0_.ppht AS ppht_7, p0_.ppttc AS ppttc_8, p0_.paht AS paht_9, p0_.pattc AS pattc_10, p0_.legal_discount_library AS legal_discount_library_11, p0_.fidelity_bonus AS fidelity_bonus_12, p0_.brand AS brand_13, p0_.time_limit AS time_limit_14, p0_.coef AS coef_15, p0_.is_discountable AS is_discountable_16, p0_.is_btob AS is_btob_17, p0_.is_btoc AS is_btoc_18, p0_.is_customizable AS is_customizable_19, p0_.is_library AS is_library_20, p0_.is_nathan AS is_nathan_21, p0_.is_green AS is_green_22, p0_.is_orapi_grand_frais AS is_orapi_grand_frais_23, p0_.is_active AS is_active_24, p0_.slug AS slug_25 FROM product p0_ LEFT JOIN product_category p2_ ON p0_.id = p2_.product_id LEFT JOIN category c1_ ON c1_.id = p2_.category_id WHERE c1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND p0_.is_active = 1 AND p0_.id <> ? AND p0_.is_btoc = 1 AND p0_.is_orapi_grand_frais <> 1 LIMIT 10
Parameters:
[ 83 388 389 390 391 392 393 394 395 391 9839 ] |
7 | 0.20 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
924
]
|
8 | 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:
[
925
]
|
9 | 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:
[
1266
]
|
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:
[
1267
]
|
11 | 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:
[
1270
]
|
12 | 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:
[
1271
]
|
13 | 0.15 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
1279
]
|
14 | 0.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:
[
1395
]
|
15 | 0.15 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
1420
]
|
16 | 0.16 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
1532
]
|
17 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"ourClientsAlsoBoughtMonths"
]
|
18 | 1029.76 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:
[ 9839 "2025-04-12 10:10:29" ] |
19 | 2333.60 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.manufacturer AS manufacturer_2, p0_.short_label AS short_label_3, p0_.long_label AS long_label_4, p0_.weight AS weight_5, p0_.sold_by AS sold_by_6, p0_.ppht AS ppht_7, p0_.ppttc AS ppttc_8, p0_.paht AS paht_9, p0_.pattc AS pattc_10, p0_.legal_discount_library AS legal_discount_library_11, p0_.fidelity_bonus AS fidelity_bonus_12, p0_.brand AS brand_13, p0_.time_limit AS time_limit_14, p0_.coef AS coef_15, p0_.is_discountable AS is_discountable_16, p0_.is_btob AS is_btob_17, p0_.is_btoc AS is_btoc_18, p0_.is_customizable AS is_customizable_19, p0_.is_library AS is_library_20, p0_.is_nathan AS is_nathan_21, p0_.is_green AS is_green_22, p0_.is_orapi_grand_frais AS is_orapi_grand_frais_23, p0_.is_active AS is_active_24, p0_.slug AS slug_25 FROM product p0_ INNER JOIN customer_order_lines c1_ ON (c1_.product_id = p0_.id) INNER JOIN customer_order c2_ ON c1_.customer_order_id = c2_.id WHERE c2_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND p0_.id <> ? AND p0_.is_btoc = 1 AND p0_.is_orapi_grand_frais <> 1 GROUP BY p0_.id, p0_.reference, p0_.manufacturer, p0_.short_label, p0_.long_label, p0_.weight, p0_.sold_by, p0_.ppht, p0_.ppttc, p0_.paht, p0_.pattc, p0_.legal_discount_library, p0_.fidelity_bonus, p0_.brand, p0_.time_limit, p0_.coef, p0_.is_discountable, p0_.is_btob, p0_.is_btoc, p0_.is_customizable, p0_.is_library, p0_.is_nathan, p0_.is_green, p0_.is_orapi_grand_frais, p0_.is_active, p0_.slug ORDER BY COUNT(p0_.id) DESC LIMIT 10
Parameters:
[ 6364548 6364621 6364701 6377010 6377068 6377093 6384384 6385425 6386474 6386479 6388191 6390679 6391179 6391234 6391365 6391377 6392181 6385744 6394536 6394692 6394705 6394717 6398543 6399620 6403084 6403141 6403156 6403194 6403199 6403202 6403982 6404172 6405529 6405536 6405537 6405539 6405744 6405745 6405746 6405747 6405748 6405749 6405750 6405751 6405752 6405753 6405754 6405755 6405756 6405757 6405758 6405759 6405760 6405761 6405762 6405764 6405765 6405766 6405767 6405768 6405769 6405770 6405772 6405773 6405774 6405775 6405776 6405777 6405778 6405779 6405780 6405781 6405782 6405783 6405786 6405787 6405788 6405789 6405790 6405791 6405792 6405793 6405794 6405795 6405796 6405797 6405798 6405799 6405800 6405801 6405802 6405803 6405804 6405805 6405806 6405807 6405808 6405809 6405810 6405811 6405812 6405813 6405814 6405815 6405816 6405817 6405818 6405819 6405820 6405821 6405822 6405823 6405824 6405825 6405826 6405827 6405828 6405829 6405830 6405831 6405832 6405833 6405834 6405835 6405836 6405837 6405838 6405839 6405841 6405842 6405843 6405844 6405845 6405846 6405847 6405848 6405849 6405850 6405851 6405852 6405853 6405854 6405855 6405856 6405857 6405858 6405859 6405860 6405861 6405862 6405863 6405864 6405865 6405866 6405867 6405868 6405869 6405870 6405871 6405872 6405873 6405874 6405875 6405876 6405877 6405878 6405879 6405880 6405881 6405883 6405884 6406809 6407164 6407165 6407166 6407167 6407168 6407169 6407170 6407171 6407172 6407173 6407175 6407176 6407177 6407178 6407179 6407180 6407181 6407182 6407183 6407184 6407185 6407187 6407188 6407189 6407190 6407191 6407192 6407193 6407194 6407195 6407196 6407198 6407199 6407200 6407201 6407202 6407203 6407204 6407205 6407206 6407207 6407208 6407209 6407210 6407211 6407212 6407213 6407215 6407216 6407217 6407218 6407219 6407221 6407222 6407223 6407224 6407225 6407226 6407227 6407228 6407229 6407230 6407231 6407232 6407233 6407236 6407237 6407238 6407239 6407240 6407242 6407243 6407244 6407245 6407246 6407247 6407248 6407249 6407250 6407251 6407252 6407253 6407254 6407255 6407256 6407258 6407259 6407260 6407261 6407262 6407263 6407264 6407265 6407267 6407268 6407269 6407270 6407271 6407272 6407279 6407280 6407281 6407282 6407283 6407284 6407286 6407287 6407288 6407289 6407290 6407291 6407292 6407293 6407294 6407295 6407296 6407297 6407298 6407299 6407300 6407301 6407302 6407303 6407304 6407305 6407306 6407307 6407308 6407309 6407310 6407312 6407313 6407314 6407315 6407316 6407318 6407319 6407320 6409963 6409964 6409965 6409966 6409967 6409968 6409969 6409970 6409971 6409972 6409973 6409974 6409975 6409976 6410881 6410897 6410916 6410918 6410920 6411799 6411800 6411804 6411806 6411901 6412636 6412763 6413897 6413900 6413902 6413904 6413907 6414085 6414225 6414231 6414265 6414346 6414369 6414897 6415762 6416325 6417225 6418822 6420361 6420630 6420643 6421411 6421441 6421442 6421443 6421444 6421445 6421446 6421447 6421449 6421451 6421453 6421454 6421455 6421456 6421457 6421460 6421461 6423536 6423537 6423538 6423539 6423540 6423541 6423542 6423546 6423547 6423548 6423549 6423550 6423551 6423552 6423553 6423555 6424344 6424462 6424465 6424468 6424469 6424470 6424471 6424472 6424473 6424474 6424475 6424476 6424477 6424478 6424479 6424480 6424484 6424485 6424486 6424983 6425423 6425538 6425825 6426346 6427399 6427425 6429517 6429655 6430729 6430730 6429490 6429491 6429492 6432216 6433585 6429529 6434087 6434090 6434092 6434097 6434105 6434107 6434110 6434112 6434114 6434115 6434131 6434134 6434136 6434139 6434141 6434144 6434151 6434153 6434155 6434157 6434158 6434161 6434173 6434179 6434169 6434189 6434190 6434193 6434863 6434866 6434870 6434872 6434883 6434885 6434889 6434890 6434905 6434908 6434940 6434942 6435102 6435109 6435673 6435674 6435690 6435693 6435708 6435714 6436829 6436903 6436994 6436995 6437000 6437001 6437013 6437014 6437021 6437022 6437026 6437027 6437034 6437036 6437046 6437047 6437054 6437063 6437065 6437072 6437085 6437089 6437100 6437103 6437112 6437114 6437215 6437217 6437236 6437239 6437257 6437258 6438939 6439007 6439011 6439021 6439022 6439053 6439057 6439089 6439102 6439129 6439132 6439152 6439154 6439162 6439163 6439175 6439176 6439189 6439191 6439199 6439202 6439213 6439214 6439220 6439221 6439451 6439510 6439511 6439615 6439620 6440367 6441127 6441472 6441475 6441605 6441942 6441943 6441970 6441972 6441989 6441991 6442019 6442024 6442036 6442038 6442155 6442262 6442295 6442680 6442800 6443349 6443351 6443370 6443371 6443379 6443395 6443447 6443450 6443492 6443494 6443516 6443524 6443549 6443554 6443773 6443776 6444662 6444920 6445324 6445333 6446201 6446234 6446648 6446653 6446655 6446656 6446657 6446855 6447374 6448866 6448906 6448565 6449062 6449126 6450013 6450679 6450772 6451169 6451324 6451611 6451612 6452053 6452175 6452176 6452177 6452178 6452191 6452192 6452615 6455138 6457404 6457790 6457983 6461253 6462569 6463332 6463333 6463334 6463335 6463336 6463337 6463338 6463339 6463340 6463341 6463343 6463344 6463345 6463346 6463347 6463348 6463349 6463350 6463351 6463352 6463353 6463682 6464026 6464440 6464452 6465279 6465283 6465286 6465291 6466283 6466284 6466285 6466286 6466287 6466288 6466289 6466290 6466291 6466292 6466293 6466294 6466295 6466296 6466297 6466298 6466299 6466300 6466301 6466302 6466303 6466304 6466305 6466306 6466307 6466308 6466309 6466310 6466311 6466312 6466313 6466314 6466315 6466316 6466317 6466318 6466319 6466320 6466321 6466322 6466323 6466324 6466325 6466326 6467882 6467883 6467884 6467885 6467886 6467887 6467888 6467889 6467890 6467891 6467892 6467893 6467894 6467895 6467896 6467897 6467898 6467900 6467901 6467902 6467903 6467904 6467983 6468669 6468676 6468685 6468700 6468703 6469266 6469290 6469300 6469310 6469398 6469402 6469429 6469468 6469469 6469494 6469496 6469522 6469526 6469547 6469548 6469615 6469618 6469668 6470080 6470210 6472378 6472392 6472422 6472471 6472488 6472510 6472541 6472656 6472657 6472658 6472659 6472660 6472662 6472665 6472667 6472668 6472669 6472670 6472671 6472672 6472673 6472674 6472675 6472676 6472677 6472678 6472679 6472680 6472681 6472682 6472683 6472684 6472685 6472686 6472687 6472688 6472689 6472690 6472691 6472693 6472694 6472695 6472696 6472697 6472698 6472699 6472700 6472701 6472702 6472703 6472704 6472705 6472974 6473218 6473284 6473289 6473277 6473292 6473294 6473296 6473297 6473299 6473308 6473310 6473311 6473313 6473315 6473319 6473321 6473322 6474434 6475569 6476468 6476516 6476553 6476794 6476810 6476822 6476824 6476879 6476989 6477147 6477148 6477149 6477760 6477833 6477911 6477912 6480740 6480781 6481351 6481352 6481463 6481772 6481773 6482445 6483204 6483206 6483497 6483637 6483639 6484229 6484351 6484386 6485998 6485999 6486069 6486070 6486061 6486308 6486309 6486312 6486313 6486356 6486376 6486388 6486405 6486409 6486411 6486637 6487344 6487421 6487901 6488637 6488653 6488655 6489089 6489146 6489197 6489198 6489199 6489200 6489201 6489202 6489203 6489204 6489205 6489206 6489207 6489208 6489209 6489210 6489211 6489212 6489213 6489214 6489215 6489216 6489217 6489218 6489219 6489220 6489221 6489222 6489223 6489224 6489225 6489226 6489227 6489228 6489229 6489230 6489231 6490331 6490334 6490463 6491172 6491342 6491344 6491368 6491371 6491390 6491392 6491395 6491396 6491407 6491410 6491414 6491415 6491420 6491421 6491913 6491915 6492344 6494730 6494735 6495947 6495948 6496263 6496264 6496271 6496274 6496273 6496276 6496287 6496289 6496293 6496296 6496319 6496322 6496328 6496331 6496347 6496348 6496398 6496400 6496405 6496409 6496428 6496429 6496455 6496456 6496471 6496473 6496481 6496485 6496510 6496511 6496527 6496528 6496537 6496539 6497148 6497555 6498302 6498425 6498427 6498978 6499112 6499133 6500016 6500017 6500018 6500019 6500020 6500021 6500022 6500023 6500024 6500025 6500026 6500027 6500028 6500029 6500030 6500031 6500032 6500033 6500034 6500035 6500036 6500037 6500038 6500039 6500040 6500041 6500042 6500043 6500044 6500045 6500046 6500047 6500048 6500049 6500050 6500051 6500052 6500053 6500054 6500055 6500056 6500057 6500058 6500059 6500060 6501805 6501806 6501807 6501808 6501809 6501847 6502519 6502708 6502817 6503853 6504249 6504252 6504486 6504487 6504490 6504491 6504497 6504499 6504518 6504519 6504526 6504527 6504564 6504567 6504593 6504595 6504637 6504638 6504848 6504849 6505484 6505485 6505507 6505509 6505532 6505534 6505555 6505556 6505576 6505577 6505643 6505645 6505683 6505685 6505893 6505988 6505989 6505995 6505996 6506016 6506086 6506134 6506336 6507449 6507450 6507461 6507883 6507884 6507895 6507896 6508388 6508452 6508453 6508458 6508459 6508462 6508463 6510454 6510455 6510468 6510469 6510503 6510505 6510513 6510514 6510614 6510615 6510651 6510652 6510690 6510691 6510717 6510718 6510742 6510743 6511063 6511064 6511123 6511124 6512231 6512233 6513435 6515279 6515280 6515881 6515882 6515885 6515886 6516023 6516024 6516247 6516300 6516301 6516304 6516305 6516312 6516314 6516612 6516613 6516614 6516615 6516616 6516617 6516618 6516619 6516620 6516621 6516622 6516623 6516624 6516625 6516626 6516628 6516629 6516630 6516631 6516632 6516633 6516634 6516635 6516636 6516637 6516638 6516639 6516640 6516641 6516642 6516643 6516644 6516645 6516646 6516647 6516648 6517110 6517644 6517648 6518422 6518423 6518611 6519105 6519106 6519115 6519117 6519289 6519290 6519324 6519326 6519333 6519335 6519345 6519346 6519351 6519352 6519390 6519391 6519406 6519407 6519418 6519419 6519438 6519440 6519457 6519459 6519723 6519724 6519859 6519911 6519912 6519913 6519914 6519930 6519941 6519942 6519946 6519947 6519954 6519955 6519966 6519968 6519978 6519979 6519982 6519984 6519991 6519993 6519994 6519997 6520010 6520012 6520030 6520033 6520057 6520059 6520082 6520083 6520094 6520096 6520128 6520129 6520150 6520151 6522307 6522599 6522829 6523242 6523245 6524214 6524779 6525153 6525308 6525421 6526103 6526170 6526507 6527297 6527298 6527299 6527300 6527301 6527302 6527304 6527420 6527708 6528817 6529725 6529981 6530289 6530410 6531048 6531050 6531052 6531057 6533007 6533591 6535098 6535099 6535100 6535101 6535219 6535220 6535221 6535222 6535223 6535679 6535997 6537441 6537603 6538108 6539955 6541771 6542429 1000000969 1000000971 1000001873 1000001899 1000001904 1000001912 1000006974 1000008081 1000009750 1000009473 1000010410 1000010411 1000010412 1000010413 1000010414 1000010415 1000010416 1000010419 1000010420 1000010437 1000009615 1000009425 1000011931 1000012603 1000012779 1000012782 1000012781 1000013735 1000012604 1000015886 1000015888 1000012942 1000017664 1000018908 1000018909 1000018912 1000018913 1000018977 1000018978 1000018979 1000018980 1000018981 1000018982 1000018983 1000018984 1000018985 1000018986 1000018991 1000018993 1000018995 1000019001 1000019002 1000019004 1000019006 1000019008 1000019010 1000019011 1000019013 1000019014 1000012927 1000006972 1000021894 1000021895 1000021896 1000021897 1000021898 1000021899 1000023038 1000023039 1000023040 1000023041 1000023042 1000023043 1000023044 1000023046 1000023047 1000023048 1000023049 1000023050 1000023051 1000023052 1000023053 1000023054 1000023056 1000023057 1000023058 1000023059 1000023177 1000023178 1000023179 1000023180 1000023181 1000023182 1000023183 1000023184 1000023185 1000023186 1000023187 1000023188 1000023189 1000023190 1000023191 1000023192 1000023193 1000023194 1000023195 1000023197 1000023199 1000023200 1000023201 1000023202 1000023203 1000023204 1000023205 1000023206 1000023207 1000023208 1000023209 1000023210 1000023211 1000023216 1000023220 1000023223 1000023225 1000023226 1000023790 1000023791 1000023804 1000023820 1000023822 1000023824 1000023826 1000023827 1000023828 1000023829 1000023830 1000023831 1000023832 1000023833 1000023834 1000023835 1000023836 1000023837 1000023839 1000023840 1000023856 1000023886 1000023887 1000023888 1000023889 1000023890 1000023891 1000023892 1000023893 1000023894 1000023895 1000023957 1000023958 1000023959 1000023960 1000023961 1000023962 1000023965 1000023966 1000023969 1000023973 1000023975 1000023978 1000023983 1000023984 1000023985 1000023986 1000023989 1000024004 1000024005 1000024006 1000024007 1000024008 1000024009 1000024010 1000024011 1000024012 1000024013 1000024014 1000024015 1000024016 1000024017 1000024018 1000024019 1000024020 1000024021 1000024022 1000024023 1000024024 1000024025 1000024026 1000024027 1000024028 1000024044 1000024046 1000024050 1000024052 1000024056 1000024057 1000024060 1000024061 1000024079 1000024081 1000024140 1000024141 1000024142 1000024148 1000024160 1000024163 1000024168 1000024169 1000024183 1000024184 1000024198 1000024199 1000024201 1000024203 1000024204 1000024205 1000024207 1000024208 1000024209 1000024210 1000024211 1000024212 1000024213 1000024215 1000024216 1000024217 1000024218 1000024219 1000024221 1000024222 1000024223 1000024224 1000024225 1000024243 1000024244 1000024247 1000024249 1000024250 1000024251 1000024252 1000024253 1000024255 1000024256 1000024257 1000024258 1000024259 1000024260 1000024261 1000024262 1000024263 1000024264 1000024265 1000024266 1000024267 1000024268 1000024269 1000024270 1000024271 1000024272 1000024273 1000024274 1000024275 1000024276 1000024277 1000024278 1000024279 1000024280 1000024281 1000024282 1000024283 1000024284 1000024285 1000024300 1000024301 1000024302 1000024303 1000024304 1000024308 1000024311 1000024312 1000024316 1000024317 1000024321 1000024325 1000024326 1000024327 1000024328 1000024329 1000024330 1000024331 1000024332 1000024333 1000024334 1000024353 1000024536 1000024550 1000024551 1000024552 1000024553 1000024554 1000024555 1000024556 1000024557 1000024558 1000024559 1000024560 1000024561 1000024562 1000024564 1000024608 1000024609 1000024610 1000024612 1000024641 1000024716 1000024717 1000024718 1000024719 1000024768 1000024769 1000024770 1000024772 1000024773 1000025088 1000025090 1000025096 1000025097 1000025099 1000025101 1000025102 1000025103 1000025104 1000025105 1000025106 1000025107 1000025110 1000025111 1000025112 1000025114 1000025117 1000025120 1000025121 1000025126 1000025142 1000025143 1000025144 1000025145 1000025146 1000025147 1000025148 1000025149 1000025150 1000025153 1000025154 1000025155 1000025156 1000025158 1000025178 1000025179 1000025183 1000025184 1000025186 1000025187 1000025188 1000025189 1000025190 1000025191 1000025192 1000025193 1000025194 1000025195 1000025196 1000025197 1000025198 1000025199 1000025200 1000025239 1000025240 1000025241 1000025242 1000025245 1000025254 1000025256 1000025257 1000025258 1000025260 1000025261 1000025262 1000025263 1000025264 1000025267 1000025290 1000025291 1000025292 1000025293 1000025294 1000025295 1000025300 1000025301 1000025306 1000025307 1000025309 1000025313 1000025314 1000025318 1000025383 1000025384 1000025498 1000025499 1000025502 1000025503 1000025504 1000025505 1000025506 1000025509 1000025511 1000025512 1000025513 1000025716 1000025717 1000025724 1000025726 1000025727 1000025731 1000025735 1000025737 1000025740 1000025742 1000025744 1000025748 1000025749 1000025751 1000025754 1000025755 1000026053 1000026068 1000026074 1000026075 1000026076 1000026077 1000026078 1000026115 1000026116 1000026117 1000026118 1000026119 1000026120 1000026156 1000026159 1000026161 1000026164 1000026165 1000026166 1000026167 1000026169 1000026171 1000026172 1000026173 1000026174 1000026175 1000026176 1000026179 1000026209 1000026219 1000026442 1000026443 1000026444 1000026454 1000026479 1000026480 1000026481 1000026706 1000026707 1000026708 1000026709 1000026710 1000026711 1000026712 1000026713 1000026715 1000026716 1000026717 1000026718 1000026719 1000026720 1000026721 1000026723 1000026724 1000026725 1000026727 1000026729 1000026730 1000026731 1000026733 1000026734 1000026736 1000026738 1000026740 1000026742 1000026744 1000026749 1000026753 1000026754 1000026769 1000026826 1000026887 1000026965 1000026996 1000027298 1000027300 1000027301 1000027302 1000027304 1000027306 1000027309 1000027310 1000027312 1000027315 1000027316 1000027317 1000027319 1000027320 1000027321 1000027322 1000027323 1000027324 1000027325 1000027326 1000027328 1000027330 1000027331 1000027333 1000027334 1000027335 1000027336 1000027338 1000027339 1000027464 1000027465 1000027466 1000027467 1000027469 1000027471 1000027472 1000027473 1000027474 1000027475 1000027476 1000027477 1000027478 1000027511 1000027514 1000027575 1000027638 1000027664 1000027668 1000027671 1000027673 1000027688 1000027689 1000027691 1000027693 1000027694 1000027696 1000027700 1000027705 1000027706 1000027710 1000027711 1000027713 1000027716 1000027717 1000027718 1000027720 1000027723 1000027725 1000027728 1000027729 1000027730 1000027733 1000027739 1000027742 1000027745 1000027747 1000027750 1000027751 1000027753 1000027758 1000027788 1000027811 1000027812 1000027813 1000027814 1000027816 1000027817 1000027818 1000027819 1000027820 1000027821 1000027822 1000027823 1000027824 1000027826 1000027828 1000027829 1000027831 1000027838 1000027875 1000027936 1000028144 1000028149 1000028150 1000028151 1000028153 1000028154 1000028161 1000028162 1000028163 1000028164 1000028165 1000028166 1000028167 1000028168 1000028169 1000028170 1000028171 1000028172 1000028173 1000028175 1000028176 1000028177 1000028179 1000028180 1000028181 1000028182 1000028183 1000028184 1000028186 1000028187 1000028188 1000028189 1000028190 1000028194 1000028196 1000028197 1000028200 1000028201 1000028202 1000028203 1000028204 1000028205 1000028206 1000028224 1000028319 1000028321 1000028322 1000028323 1000028324 1000028325 1000028326 1000028327 1000028328 1000028335 1000028336 1000028339 1000028407 1000028408 1000028409 1000028410 1000028411 1000028412 1000028414 1000028417 1000028427 1000028428 1000028429 1000028430 1000028431 1000028432 1000028433 1000028434 1000028449 1000028452 1000028453 1000028454 1000028456 1000028458 1000028460 1000028461 1000028462 1000028463 1000028464 1000028465 1000028466 1000028467 1000028468 1000028469 1000028470 1000028471 1000028472 1000028473 1000028474 1000028475 1000028477 1000028479 1000028480 1000028481 1000028482 1000028484 1000028485 1000028486 1000028494 1000028495 1000028496 1000028497 1000028498 1000028499 1000028500 1000028501 1000028502 1000028503 1000028504 1000028505 1000028506 1000028507 1000028508 1000028509 1000028510 1000028511 1000028512 1000028513 1000028514 1000028515 1000028516 1000028517 1000028518 1000028519 1000028520 1000028521 1000028779 1000028781 1000028782 1000028787 1000028792 1000028795 1000028872 1000028873 1000028875 1000028876 1000028877 1000028878 1000028879 1000028880 1000028881 1000028882 1000028883 1000028884 1000028886 1000028887 1000028889 1000028890 1000028891 1000028892 1000028894 1000028896 1000028897 1000028899 1000028900 1000028901 1000028902 1000028903 1000028904 1000028905 1000028906 1000028907 1000028908 1000028910 1000028911 1000028912 1000028913 1000028914 1000028915 1000029011 1000029012 1000029013 1000029014 1000029015 1000029016 1000029017 1000029018 1000029019 1000029020 1000029021 1000029022 1000029023 1000029024 1000029025 1000029027 1000029028 1000029029 1000029030 1000029031 1000029032 1000029033 1000029034 1000029035 1000029036 1000029037 1000029038 1000029039 1000029040 1000029041 1000029042 1000029043 1000029044 1000029057 1000029058 1000029059 1000029060 1000029061 1000029062 1000029063 1000029064 1000029065 1000029066 1000029067 1000029068 1000029069 1000029070 1000029091 1000029140 1000029141 1000029142 1000029144 1000029146 1000029155 1000029211 1000029212 1000029213 1000029214 1000029215 1000029216 1000029217 1000029218 1000029220 1000029221 1000029223 1000029224 1000029226 1000029227 1000029290 1000029292 1000029295 1000029379 1000029438 1000029481 1000029482 1000029498 1000029501 1000029510 1000029512 1000029527 1000029530 1000029534 1000029604 1000029613 1000029615 1000029959 1000029962 1000029963 1000029964 1000029965 1000029966 1000029968 1000029969 1000029971 1000029972 1000029974 1000029975 1000029976 1000029978 1000029981 1000030071 1000030072 1000030073 1000030074 1000030075 1000030076 1000030077 1000030078 1000030079 1000030080 1000030081 1000030082 1000030083 1000030084 1000030086 1000030089 1000030137 1000030250 1000030251 1000030252 1000030253 1000030254 1000030255 1000030256 1000030257 1000030258 1000030259 1000030260 1000030261 1000030262 1000030263 1000030264 1000030265 1000030266 1000030267 1000030268 1000030269 1000030270 1000030271 1000030272 1000030273 1000030274 1000030275 1000030281 1000030282 1000030283 1000030284 1000030285 1000030286 1000030287 1000030288 1000030289 1000030293 1000030294 1000030295 1000030296 1000030297 1000030298 1000030299 1000030300 1000030301 1000030302 1000030303 1000030304 1000030305 1000030306 1000030307 1000030308 1000030309 1000030310 1000030311 1000030312 1000030313 1000030314 1000030315 1000030316 1000030317 1000030318 1000030319 1000030320 1000030321 1000030322 1000030323 1000030324 1000030353 1000030354 1000030355 1000030357 1000030358 1000030360 1000030361 1000030362 1000030363 1000030366 1000030377 1000030482 1000030488 1000030489 1000030490 1000030491 1000030492 1000030493 1000030494 1000030495 1000030496 1000030497 1000030498 1000030499 1000030500 1000030528 1000030529 1000030530 1000030531 1000030532 1000030533 1000030534 1000030535 1000030536 1000030537 1000030538 1000030539 1000030540 1000030541 1000030542 1000030543 1000030544 1000030546 1000030547 1000030548 1000030549 1000030550 1000030551 1000030552 1000030553 1000030554 1000030555 1000030556 1000030557 1000030558 1000030560 1000030561 1000030563 1000030576 1000030577 1000030578 1000030579 1000030580 1000030581 1000030582 1000030587 1000030589 1000030591 1000030592 1000030594 1000030595 1000030596 1000030597 1000030598 1000030599 1000030604 1000030606 1000030607 1000030627 1000030628 1000030629 1000030630 1000030631 1000030636 1000030638 1000030639 1000030640 1000030641 1000030643 1000030644 1000030645 1000030646 1000030647 1000030648 1000030649 1000030651 1000030665 1000030666 1000030667 1000030668 1000030670 1000030673 1000030680 1000030681 1000030683 1000030686 1000030751 1000030764 1000030768 1000030769 1000030770 1000030771 1000030772 1000030773 1000030775 1000030792 1000030797 1000030809 1000030810 1000030811 1000030812 1000030813 1000030816 1000030817 1000030820 1000030822 1000030823 1000030829 1000030830 1000030831 1000030832 1000030835 1000030839 1000031034 1000031115 1000031116 1000031117 1000031118 1000031119 1000031120 1000031121 1000031122 1000031123 1000031124 1000031125 1000031126 1000031127 1000031128 1000031129 1000031130 1000031131 1000031132 1000031133 1000031134 1000031135 1000031136 1000031158 1000031159 1000031160 1000031161 1000031162 1000031163 1000031164 1000031165 1000031166 1000031167 1000031168 1000031169 1000031170 1000031171 1000031172 1000031173 1000031174 1000031184 1000031185 1000031186 1000031280 1000031281 1000031283 1000031284 1000031285 1000031286 1000031287 1000031288 1000031289 1000031290 1000031304 1000031305 1000031306 1000031307 1000031386 1000031389 1000031391 1000031394 1000031395 1000031398 1000031399 1000031400 1000031402 1000031404 1000031406 1000031407 1000031409 1000031411 1000031412 1000031414 1000031415 1000031416 1000031417 1000031418 1000031419 1000031420 1000031421 1000031422 1000031423 1000031424 1000031425 1000031429 1000031430 1000031431 1000031433 1000031434 1000031435 1000031436 1000031437 1000031438 1000031439 1000031440 1000031442 1000031443 1000031444 1000031445 1000031446 1000031449 1000031450 1000031451 1000031452 1000031453 1000031454 1000031456 1000031457 1000031458 1000031459 1000031460 1000031461 1000031462 1000031463 1000031464 1000031465 1000031466 1000031689 1000031691 1000031692 1000031695 1000031701 1000031702 1000031704 1000031717 1000029619 1000031943 1000031944 1000031945 1000031942 1000031995 1000031996 1000031998 1000031999 1000032000 1000032001 1000032002 1000032005 1000032006 1000032015 1000032017 1000032029 1000032034 1000032382 1000032398 1000032401 1000032402 1000032404 1000032405 1000032406 1000032407 1000032411 1000032592 1000032594 1000032636 1000032652 1000032777 1000032791 1000032804 1000032805 1000032806 1000032807 1000032808 1000032809 1000032810 1000032811 1000032812 1000032813 1000032814 1000032815 1000032816 1000032925 1000032930 1000032932 1000032940 1000032942 1000032950 1000032952 1000032953 1000032954 1000032956 1000032957 1000032958 1000032959 1000032960 1000032961 1000032962 1000032963 1000032964 1000032965 1000032966 1000032967 1000032968 1000032970 1000032972 1000032973 1000032975 1000032976 1000032977 1000032978 1000032979 1000032980 1000032981 1000032982 1000032983 1000032984 1000032985 1000032986 1000032987 1000032988 1000032989 1000032990 1000032991 1000032992 1000032993 1000032998 1000033000 1000033001 1000033003 1000033005 1000033008 1000033010 1000033037 1000033038 1000033041 1000033284 1000033289 1000033290 1000033291 1000033292 1000033293 1000033294 1000033300 1000033301 1000033309 1000033313 1000033744 1000034092 1000034211 1000034212 1000034213 1000034214 1000034215 1000034217 1000034219 1000034221 1000034897 1000034899 1000034902 1000034903 1000034904 1000034905 1000034911 1000034912 1000034913 1000034914 1000034916 1000034918 1000034964 1000034965 1000034966 1000034973 1000034977 1000034978 1000034980 1000034981 1000034982 1000034983 1000034985 1000034986 1000034987 1000034989 1000034992 1000035020 1000035021 1000035022 1000035023 1000035025 1000035026 1000035027 1000035028 1000035029 1000035030 1000035031 1000035032 1000035033 1000035034 1000035035 1000035036 1000035037 1000035038 1000035039 1000035136 1000035137 1000035138 1000035143 1000035144 1000035147 1000035148 1000035149 1000035150 1000035229 1000035230 1000035231 1000035232 1000035233 1000035235 1000035237 1000035239 1000035241 1000035243 1000035246 1000035247 1000035296 1000035298 1000035314 1000035382 1000035432 1000035433 1000035434 1000035435 1000035436 1000035437 1000035438 1000035443 1000035444 1000035445 1000035446 1000035447 1000035448 1000035449 1000035450 1000035451 1000035453 1000035454 1000035455 1000035456 1000035457 1000035459 1000035461 1000035462 1000035465 1000035467 1000035469 1000035470 1000035471 1000035472 1000035473 1000035474 1000035475 1000035476 1000035477 1000035478 1000035479 1000035480 1000035481 1000035482 1000035483 1000035484 1000035485 1000035486 1000035487 1000035488 1000035489 1000035490 1000035491 1000035494 1000035523 1000035517 1000035530 1000035531 1000035532 1000035537 1000035548 1000035549 1000035550 1000035551 1000035552 1000035553 1000035555 1000035556 1000035557 1000035558 1000035559 1000035560 1000035561 1000035562 1000035563 1000035564 1000035565 1000035566 1000035567 1000035568 1000035569 1000035570 1000035571 1000035572 1000035573 1000035587 1000035588 1000035593 1000035594 1000035595 1000035596 1000035597 1000035598 1000035599 1000035600 1000035601 1000035602 1000035603 1000035604 1000035605 1000035606 1000035673 1000035674 1000035675 1000035676 1000035677 1000035678 1000035679 1000035680 1000035681 1000035699 1000035807 1000035824 1000035831 1000035832 1000035838 1000035840 1000035841 1000035846 1000035848 1000035849 1000035850 1000035865 1000036111 1000036112 1000036113 1000036114 1000036115 1000036116 1000036117 1000036118 1000036119 1000036121 1000036122 1000036124 1000036125 1000036132 1000036133 1000036134 1000036135 1000036136 1000036137 1000036140 1000036669 1000036670 1000036672 1000036673 1000036674 1000036675 1000036680 1000036684 1000036704 1000036705 1000036706 1000036708 1000036709 1000036710 1000036711 1000036712 1000036713 1000036715 1000036716 1000036717 1000036719 1000036724 1000036726 1000036727 1000036728 1000036729 1000036730 1000036731 1000036732 1000036739 1000036743 1000036746 1000036839 1000036840 1000036980 1000036981 1000037016 1000037017 1000037018 1000037020 1000037196 1000037197 1000037198 1000037199 1000037200 1000037201 1000037202 1000037203 1000037204 1000037205 1000037206 1000037207 1000037208 1000037209 1000037210 1000037211 1000037212 1000037213 1000037312 1000037313 1000037314 1000037315 1000037316 1000037317 1000037318 1000037321 1000037324 1000037325 1000037327 1000037390 1000037392 1000037393 1000037394 1000037395 1000037396 1000037397 1000037398 1000037399 1000037401 1000037404 1000037405 1000037406 1000037415 1000037416 1000037417 1000037418 1000037427 1000037430 1000037437 1000037438 1000037439 1000037440 1000037441 1000037442 1000037443 1000037444 1000037445 1000037446 1000037447 1000037449 1000037451 1000037454 1000037455 1000037456 1000037457 1000037458 1000037459 1000037460 1000037462 1000037463 1000037464 1000037465 1000037466 1000037468 1000037498 1000037503 1000037504 1000037505 1000037506 1000037508 1000037530 1000037532 1000037536 1000037537 1000037538 1000037539 1000037540 1000037541 1000037542 1000037543 1000037544 1000037545 1000037546 1000037548 1000037578 1000037583 1000037591 1000037605 1000037606 1000037616 1000037618 1000037619 1000037645 1000037935 1000037936 1000037937 1000037938 1000037939 1000037940 1000037941 1000037942 1000037943 1000037945 1000037946 1000037947 1000037948 1000037949 1000037950 1000037952 1000037953 1000037955 1000037956 1000037957 1000037958 1000037959 1000037960 1000037961 1000037962 1000037963 1000037964 1000037965 1000037966 1000037967 1000037968 1000037969 1000037970 1000037971 1000037972 1000037973 1000037974 1000037975 1000037976 1000037977 1000037978 1000037979 1000037980 1000037981 1000037982 1000037983 1000037984 1000037985 1000037986 1000037987 1000037988 1000037989 1000037991 1000037992 1000038041 1000038043 1000038045 1000038047 1000038048 1000038164 1000038165 1000038166 1000038171 1000038172 1000038173 1000038174 1000038176 1000038177 1000038234 1000038235 1000038236 1000038237 1000038238 1000038239 1000038240 1000038241 1000038242 1000038243 1000038244 1000038245 1000038246 1000038247 1000038267 1000038268 1000038269 1000038272 1000038274 1000038275 1000038276 1000038277 1000038278 1000038279 1000038416 1000038417 1000038435 1000038436 1000038447 1000038448 1000038449 1000038450 1000038452 1000038453 1000038454 1000038455 1000038456 1000038457 1000038458 1000038459 1000038460 1000038461 1000038484 1000038485 1000038486 1000038487 1000038488 1000038489 1000038490 1000038491 1000038492 1000038493 1000038494 1000038495 1000038496 1000038497 1000038498 1000038499 1000038500 1000038501 1000038502 1000038503 1000038504 1000038505 1000038506 1000038507 1000038509 1000038510 1000038511 1000038512 1000038513 1000038514 1000038515 1000038516 1000038517 1000038518 1000038519 1000038520 1000038522 1000038526 1000038527 1000038529 1000038531 1000038540 1000038541 1000038542 1000038543 1000038544 1000038545 1000038546 1000038547 1000038549 1000038550 1000038551 1000038552 1000038553 1000038555 1000038596 1000038597 1000038601 1000038607 1000038611 1000038613 1000038617 1000038618 1000038620 1000038662 1000038667 1000038669 1000038670 1000038675 1000038676 1000038677 1000038681 1000038682 1000038701 1000031619 1000038741 1000038743 1000038744 1000038747 1000038758 1000038808 1000038809 1000038810 1000038811 1000038812 1000038813 1000038814 1000038815 1000038816 1000038817 1000038818 1000038819 1000038820 1000038821 1000038822 1000038823 1000038824 1000038825 1000038826 1000038827 1000038828 1000038840 1000038841 1000038842 1000038843 1000038844 1000038893 1000038894 1000038895 1000038896 1000038897 1000038898 1000038899 1000038900 1000038901 1000038902 1000038904 1000038905 1000038906 1000038907 1000038908 1000038910 1000038911 1000038912 1000038913 1000038914 1000038915 1000038916 1000038917 1000038919 1000038944 1000038946 1000038947 1000038948 1000038949 1000038950 1000038951 1000038952 1000038954 1000038960 1000039000 1000039001 1000039004 1000039005 1000039007 1000039030 1000039031 1000039032 1000039033 1000039034 1000039035 1000039036 1000039037 1000039038 1000039039 1000039040 1000039041 1000039043 1000039044 1000039045 1000039046 1000039047 1000039048 1000039049 1000039054 1000039055 1000039062 1000039063 1000039073 1000039074 1000039077 1000039079 1000039084 1000039085 1000039086 1000039099 1000039100 1000039101 1000039103 1000039105 1000039106 1000039107 1000039119 1000039120 1000039165 1000039166 1000039168 1000039169 1000039170 1000039171 1000039172 1000039173 1000039174 1000039175 1000039176 1000039177 1000039178 1000039180 1000039181 1000039182 1000039183 1000039188 1000039190 1000039191 1000039192 1000039205 1000039319 1000039702 1000039703 1000039704 1000039705 1000039706 1000039707 1000039708 1000039709 1000039712 1000039713 1000039715 1000039726 1000039730 1000039731 1000039732 1000039733 1000039734 1000039735 1000039736 1000039737 1000039856 1000039859 1000039860 1000039876 1000039986 1000039989 1000040023 1000040035 1000040036 1000040040 1000040041 1000040042 1000040043 1000040046 1000040051 1000040053 1000040054 1000040055 1000040056 1000040057 1000040059 1000040060 1000040061 1000040062 1000040063 1000040064 1000040439 1000040440 1000040441 1000040442 1000040443 1000040444 1000040445 1000040448 1000040449 1000040450 1000040451 1000040452 1000040455 1000040456 1000040458 1000040460 1000040461 1000040466 1000040467 1000040468 1000040469 1000040471 1000040472 1000040474 1000040477 1000040490 1000040495 1000040496 1000040503 1000040504 1000040505 1000040506 1000040507 1000040508 1000040509 1000040510 1000040511 1000040512 1000040513 1000040514 1000040515 1000040516 1000040519 1000040520 1000040521 1000040522 1000040523 1000040524 1000040527 1000040530 1000040535 1000041032 1000041034 1000041038 1000041041 1000041042 1000041069 1000041070 1000041071 1000041072 1000041077 1000041078 1000041079 1000041081 1000041087 1000041089 1000041091 1000041111 1000041175 1000041219 1000041244 1000041667 1000041668 1000041669 1000041670 1000041671 1000041672 1000041673 1000041674 1000041675 1000041676 1000041677 1000041678 1000041679 1000041680 1000041681 1000041682 1000041683 1000041684 1000041685 1000041942 1000041947 1000041978 1000041981 1000042032 1000042220 1000042222 1000042841 1000042842 1000042843 1000042845 1000042847 1000042848 1000042852 1000042854 1000042857 1000042858 1000042860 1000042861 1000042862 1000043683 1000043684 1000043685 1000043686 1000043689 1000043690 1000043691 1000043692 1000043693 1000043694 1000043695 1000043696 1000043697 1000043698 1000043700 1000043701 1000043702 1000043703 1000043704 1000043707 1000043708 1000043709 1000043710 1000043711 1000043712 1000043713 1000043717 1000043718 1000043719 1000043720 1000044151 1000044152 1000044155 1000044163 1000044164 1000044166 1000044167 1000044168 1000044169 1000044170 1000044171 1000044172 1000044173 1000044174 1000044176 1000044178 1000044185 1000044186 1000044187 1000044189 1000044190 1000044193 1000044194 1000044196 1000044206 1000044208 1000044209 1000044243 1000044259 1000044260 1000044261 1000044262 1000044263 1000044264 1000044265 1000044266 1000044268 1000044271 1000044272 1000044273 1000044274 1000044276 1000044277 1000044278 1000044279 1000044373 1000044374 1000044375 1000044377 1000044378 1000044379 1000044381 1000044489 1000044490 1000044491 1000044494 1000044496 1000044505 1000044510 1000045543 1000045544 1000045545 1000045546 1000045547 1000045548 1000045549 1000045550 1000045551 1000045552 1000045589 1000045590 1000045591 1000045592 1000045593 1000045594 1000045595 1000045596 1000045597 1000045598 1000045599 1000045600 1000045601 1000045602 1000045603 1000045604 1000045605 1000045606 1000045609 1000046770 1000046776 1000046778 1000046780 1000046782 1000046783 1000046784 1000046785 1000047179 1000047180 1000047181 1000047182 1000047183 1000047184 1000047185 1000047186 1000047193 1000047195 1000047197 1000047198 1000047200 1000047201 1000047202 1000047204 1000047205 1000047206 1000047207 1000047208 1000047210 1000047213 1000048064 1000048065 1000048091 1000048105 1000048109 1000048274 1000048275 1000048292 1000048298 1000048312 1000048358 1000048465 1000048533 1000048538 1000048645 1000048655 1000048658 1000048931 1000048936 1000048937 1000049111 1000049388 1000049624 1000049666 1000049828 1000049874 1000049967 1000049968 1000050065 1000050182 1000050452 1000050484 1000050569 1000050001 1000050875 1000050881 1000050889 1000051083 1000051087 1000051089 1000051117 1000051128 1000051130 1000051132 1000051133 1000051164 1000051387 1000051676 1000051685 1000051733 1000051816 1000051831 1000051837 1000051903 1000051948 1000051976 1000052241 1000052352 1000052353 1000052358 1000052359 1000052385 1000051572 1000052454 1000052458 1000052745 1000052777 1000052903 1000053115 1000053254 1000053399 1000053690 1000053864 1000053867 1000053869 1000053893 1000053928 1000053962 1000054167 1000054271 1000054265 1000054322 1000054364 1000054516 1000054588 1000054592 1000054544 1000054853 1000054857 1000055059 1000055079 1000055260 1000055293 1000055305 1000055306 1000055307 1000055309 1000055310 1000055311 1000055340 1000055346 1000055347 1000055538 1000055612 1000055615 1000055771 1000055799 1000055800 1000056049 1000056121 1000056122 1000056131 1000056144 1000056147 1000056420 1000052302 1000056458 1000056708 1000056759 1000056760 1000056805 1000056816 1000056822 1000056824 1000056833 1000056836 1000056837 1000056838 1000056839 1000056840 1000056846 1000056894 1000056924 1000057010 1000057073 1000057078 1000057120 1000057121 1000057124 1000057277 1000057350 1000057351 1000057393 1000057446 1000057447 1000057480 1000057805 1000058043 1000058044 1000058045 1000058112 1000058144 1000058365 1000058396 1000058397 1000058402 1000058406 1000058463 1000058601 1000058724 1000058870 1000058898 1000058913 1000058934 1000059012 1000059060 1000059178 1000059222 1000059476 1000059477 1000059506 1000059718 1000059736 1000059749 1000059814 1000059822 1000059824 1000059825 1000059826 1000059926 1000060039 1000051504 1000060497 1000060498 1000060838 1000060839 1000061062 1000061113 1000061386 1000061387 1000061508 1000061627 1000061629 1000061665 1000061899 1000057122 1000065552 9839 ] |
20 | 0.36 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
341031
]
|
21 | 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:
[
5496
]
|
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:
[
341032
]
|
23 | 0.25 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
87344
]
|
24 | 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:
[
5477
]
|
25 | 0.17 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
2548
]
|
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:
[
9864
]
|
27 | 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:
[
5483
]
|
28 | 0.13 ms |
SELECT t0.id AS id_1, t0.min_qty AS min_qty_2, t0.max_qty AS max_qty_3, t0.step_qty AS step_qty_4, t0.product_id AS product_id_5 FROM product_rule t0 WHERE t0.product_id = ?
Parameters:
[
109442
]
|
29 | 0.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:
[
88140
]
|
30 | 0.29 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.53 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.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
16
]
|
33 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
17
]
|
34 | 0.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
]
|
35 | 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:
[
19
]
|
36 | 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:
[
20
]
|
37 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
21
]
|
38 | 0.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:
[
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.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:
[
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.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
26
]
|
43 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
27
]
|
44 | 0.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.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:
[
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.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
31
]
|
48 | 0.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:
[
32
]
|
49 | 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:
[
9839
]
|
50 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
51 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.affiliated_society AS affiliated_society_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.address3 AS address3_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.email AS email_9, t0.phone_number AS phone_number_10, t0.fax AS fax_11, t0.id_deposit AS id_deposit_12, t0.gen_code AS gen_code_13, t0.newspaper AS newspaper_14, t0.siren AS siren_15, t0.ape AS ape_16, t0.trading_registry AS trading_registry_17, t0.internal_tva AS internal_tva_18, t0.rib AS rib_19, t0.general_account AS general_account_20, t0.capital AS capital_21 FROM society t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"MOZ"
]
|
52 | 0.23 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
53 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefaut"
]
|
54 | 0.19 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"CAISSE2011"
]
|
55 | 0.67 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "CAISSE2011" 341032 ] |
56 | 0.36 ms |
SELECT d0_.id AS id_0, d0_.quantity AS quantity_1, d0_.price_ht AS price_ht_2, d0_.price_ttc AS price_ttc_3, d0_.product_id AS product_id_4, d0_.product_price_id AS product_price_id_5, d0_.promotion_id AS promotion_id_6, d0_.market_id AS market_id_7 FROM decreasing_price d0_ WHERE d0_.product_id = ? AND d0_.quantity <= ? AND d0_.market_id IS NULL AND d0_.product_price_id IS NULL AND d0_.promotion_id IS NULL ORDER BY d0_.quantity DESC LIMIT 1
Parameters:
[ 341032 0 ] |
57 | 0.65 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.price_id = ? AND t0.product_id = ? LIMIT 1
Parameters:
[ "C" 341032 ] |
58 | 0.39 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.discount AS discount_4, t0.product_id AS product_id_5 FROM promotion t0 WHERE t0.product_id = ?
Parameters:
[
341032
]
|
59 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
60 | 0.33 ms |
SELECT t0.id AS id_1, t0.price_ht AS price_ht_2, t0.price_ttc AS price_ttc_3, t0.price_id AS price_id_4, t0.product_id AS product_id_5 FROM product_price t0 WHERE t0.product_id = ? AND t0.price_id = ? LIMIT 1
Parameters:
[ 341032 "C" ] |
61 | 0.48 ms |
SELECT d0_.quantity AS quantity_0, MIN(d0_.price_ht) AS sclr_1, MIN(d0_.price_ttc) AS sclr_2 FROM decreasing_price d0_ LEFT JOIN product p1_ ON d0_.product_id = p1_.id LEFT JOIN product_price p2_ ON d0_.product_price_id = p2_.id WHERE p1_.id = ? AND p2_.id = ? GROUP BY d0_.quantity ORDER BY d0_.quantity ASC
Parameters:
[ 341032 9956698 ] |
62 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value1 AS value1_3, t0.value2 AS value2_4, t0.value3 AS value3_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"TarifDefautBtoB"
]
|
63 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.affiliated_society AS affiliated_society_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.address3 AS address3_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.email AS email_9, t0.phone_number AS phone_number_10, t0.fax AS fax_11, t0.id_deposit AS id_deposit_12, t0.gen_code AS gen_code_13, t0.newspaper AS newspaper_14, t0.siren AS siren_15, t0.ape AS ape_16, t0.trading_registry AS trading_registry_17, t0.internal_tva AS internal_tva_18, t0.rib AS rib_19, t0.general_account AS general_account_20, t0.capital AS capital_21 FROM society t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"MOZ"
]
|
64 | 0.16 ms |
SELECT t0.id AS id_1 FROM price t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"C"
]
|
65 | 0.41 ms |
SELECT d0_.quantity AS quantity_0, d0_.price_ht AS price_ht_1, d0_.price_ttc AS price_ttc_2 FROM decreasing_price d0_ WHERE d0_.product_id = ? AND d0_.market_id IS NULL AND d0_.product_price_id IS NULL AND d0_.promotion_id IS NULL ORDER BY d0_.quantity DESC
Parameters:
[
341032
]
|
66 | 0.38 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 10:10:33" "%2%" 341032 ] |
67 | 1.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.product_id AS product_id_3, t0.characteristic_label_id AS characteristic_label_id_4 FROM characteristic t0 WHERE t0.product_id = ? AND t0.characteristic_label_id = ? LIMIT 1
Parameters:
[ 341032 7 ] |
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 | 3790 |
App\Entity\User\User | 258 |
App\Entity\Catalog\ProductCatalog | 98 |
App\Entity\Catalog\CustomerCatalog | 98 |
App\Entity\Customer\Customer | 79 |
App\Entity\Delivery\Delivery | 65 |
App\Entity\Pricing\Price | 32 |
App\Entity\Product\ProductPrice | 28 |
App\Entity\Product\Market | 28 |
App\Entity\Internal\Commercial | 23 |
App\Entity\Product\Product | 21 |
App\Entity\Product\Category | 21 |
App\Entity\Product\Characteristic | 12 |
App\Entity\Product\CharacteristicLabel | 11 |
App\Entity\Internal\Society | 5 |
App\Entity\Delivery\DeliveryCost | 4 |
App\Entity\Internal\Parameter | 3 |