| 1 | 2.15 ms | SELECT t0.id AS id_1, t0.name AS name_2, t0.placement AS placement_3, t0.title AS title_4, t0.description AS description_5, t0.tier1maturin_fees_pc AS tier1maturin_fees_pc_6, t0.tier2maturin_fees_pc AS tier2maturin_fees_pc_7, t0.tier2maturin_fees_minprice AS tier2maturin_fees_minprice_8, t0.tier2maturin_fees_maxprice AS tier2maturin_fees_maxprice_9, t0.packing_fees_amount AS packing_fees_amount_10, t0.packing_supplies_fees_amount AS packing_supplies_fees_amount_11, t0.meta_description AS meta_description_12, t0.is_displayed_for_buyer AS is_displayed_for_buyer_13, t0.sub_category_id AS sub_category_id_14, t0.image_id AS image_id_15, t0.banner_id AS banner_id_16 FROM category t0 WHERE t0.name = ? LIMIT 1 
                                    Parameters:  [
  "soin de la peau"
] 
                                        SELECT t0.id AS id_1, t0.name AS name_2, t0.placement AS placement_3, t0.title AS title_4, t0.description AS description_5, t0.tier1maturin_fees_pc AS tier1maturin_fees_pc_6, t0.tier2maturin_fees_pc AS tier2maturin_fees_pc_7, t0.tier2maturin_fees_minprice AS tier2maturin_fees_minprice_8, t0.tier2maturin_fees_maxprice AS tier2maturin_fees_maxprice_9, t0.packing_fees_amount AS packing_fees_amount_10, t0.packing_supplies_fees_amount AS packing_supplies_fees_amount_11, t0.meta_description AS meta_description_12, t0.is_displayed_for_buyer AS is_displayed_for_buyer_13, t0.sub_category_id AS sub_category_id_14, t0.image_id AS image_id_15, t0.banner_id AS banner_id_16 FROM category t0 WHERE t0.name = 'soin de la peau' LIMIT 1; | 
                                                                    
                                                            | 2 | 0.60 ms | SELECT c0_.id AS id_0, c0_.placement AS placement_1, c0_.name AS name_2 FROM category c0_ WHERE c0_.sub_category_id = ? AND c0_.placement > 0 ORDER BY c0_.placement ASC 
                                        SELECT c0_.id AS id_0, c0_.placement AS placement_1, c0_.name AS name_2 FROM category c0_ WHERE c0_.sub_category_id = 96 AND c0_.placement > 0 ORDER BY c0_.placement ASC; | 
                                                                    
                                                            | 3 | 0.43 ms | SELECT t0.id AS id_1, t0.name AS name_2, t0.placement AS placement_3, t0.title AS title_4, t0.description AS description_5, t0.tier1maturin_fees_pc AS tier1maturin_fees_pc_6, t0.tier2maturin_fees_pc AS tier2maturin_fees_pc_7, t0.tier2maturin_fees_minprice AS tier2maturin_fees_minprice_8, t0.tier2maturin_fees_maxprice AS tier2maturin_fees_maxprice_9, t0.packing_fees_amount AS packing_fees_amount_10, t0.packing_supplies_fees_amount AS packing_supplies_fees_amount_11, t0.meta_description AS meta_description_12, t0.is_displayed_for_buyer AS is_displayed_for_buyer_13, t0.sub_category_id AS sub_category_id_14, t0.image_id AS image_id_15, t0.banner_id AS banner_id_16 FROM category t0 WHERE t0.sub_category_id = ? 
                                        SELECT t0.id AS id_1, t0.name AS name_2, t0.placement AS placement_3, t0.title AS title_4, t0.description AS description_5, t0.tier1maturin_fees_pc AS tier1maturin_fees_pc_6, t0.tier2maturin_fees_pc AS tier2maturin_fees_pc_7, t0.tier2maturin_fees_minprice AS tier2maturin_fees_minprice_8, t0.tier2maturin_fees_maxprice AS tier2maturin_fees_maxprice_9, t0.packing_fees_amount AS packing_fees_amount_10, t0.packing_supplies_fees_amount AS packing_supplies_fees_amount_11, t0.meta_description AS meta_description_12, t0.is_displayed_for_buyer AS is_displayed_for_buyer_13, t0.sub_category_id AS sub_category_id_14, t0.image_id AS image_id_15, t0.banner_id AS banner_id_16 FROM category t0 WHERE t0.sub_category_id = 96; | 
                                                                    
                                                            | 4 | 3.11 ms | SELECT p0_.id AS id_0, c1_.id AS id_1, (SELECT COUNT(*) FROM cart_product c2_ WHERE c2_.product_id = p0_.id) AS sclr_2, c3_.id AS id_3, c3_.placement AS placement_4, c3_.name AS name_5, c4_.placement AS placement_6, c4_.name AS name_7 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id LEFT JOIN category c3_ ON p0_.sub_category_id = c3_.id LEFT JOIN category c4_ ON c3_.sub_category_id = c4_.id LEFT JOIN pricing_product p6_ ON p0_.id = p6_.product_id LEFT JOIN pricing p5_ ON p5_.id = p6_.pricing_id WHERE (p0_.categories_id = ? OR p0_.sub_category_id = ? OR p0_.sub_category_id IN (?)) AND p0_.draft <> 1 AND p0_.main_image_id IS NOT NULL AND p0_.available = 1 AND p0_.is_displayed_in_association_only = 0 AND c3_.placement > 0 AND c4_.placement > 0 AND p0_.is_hri = 0 AND p0_.is_consumer = 1 AND c1_.show_publicly = 1 AND p0_.qty_ready_to_ship > 0 ORDER BY c3_.placement ASC 
                                        SELECT p0_.id AS id_0, c1_.id AS id_1, (SELECT COUNT(*) FROM cart_product c2_ WHERE c2_.product_id = p0_.id) AS sclr_2, c3_.id AS id_3, c3_.placement AS placement_4, c3_.name AS name_5, c4_.placement AS placement_6, c4_.name AS name_7 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id LEFT JOIN category c3_ ON p0_.sub_category_id = c3_.id LEFT JOIN category c4_ ON c3_.sub_category_id = c4_.id LEFT JOIN pricing_product p6_ ON p0_.id = p6_.product_id LEFT JOIN pricing p5_ ON p5_.id = p6_.pricing_id WHERE (p0_.categories_id = 96 OR p0_.sub_category_id = 96 OR p0_.sub_category_id IN ()) AND p0_.draft <> 1 AND p0_.main_image_id IS NOT NULL AND p0_.available = 1 AND p0_.is_displayed_in_association_only = 0 AND c3_.placement > 0 AND c4_.placement > 0 AND p0_.is_hri = 0 AND p0_.is_consumer = 1 AND c1_.show_publicly = 1 AND p0_.qty_ready_to_ship > 0 ORDER BY c3_.placement ASC; | 
                                                                    
                                                            | 5 | 0.61 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 979; | 
                                                                    
                                                            | 6 | 0.61 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 979; | 
                                                                    
                                                            | 7 | 0.85 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 7024; | 
                                                                    
                                                            | 8 | 0.25 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 7024; | 
                                                                    
                                                            | 9 | 0.50 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 2618; | 
                                                                    
                                                            | 10 | 0.23 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 2618; | 
                                                                    
                                                            | 11 | 0.53 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1753; | 
                                                                    
                                                            | 12 | 0.24 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1753; | 
                                                                    
                                                            | 13 | 0.61 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1751; | 
                                                                    
                                                            | 14 | 0.20 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1751; | 
                                                                    
                                                            | 15 | 0.48 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1750; | 
                                                                    
                                                            | 16 | 0.20 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1750; | 
                                                                    
                                                            | 17 | 0.55 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1479; | 
                                                                    
                                                            | 18 | 0.25 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1479; | 
                                                                    
                                                            | 19 | 0.44 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1476; | 
                                                                    
                                                            | 20 | 0.28 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1476; | 
                                                                    
                                                            | 21 | 0.66 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1474; | 
                                                                    
                                                            | 22 | 0.28 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1474; | 
                                                                    
                                                            | 23 | 0.67 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1472; | 
                                                                    
                                                            | 24 | 0.26 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1472; | 
                                                                    
                                                            | 25 | 0.65 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1323; | 
                                                                    
                                                            | 26 | 0.26 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1323; | 
                                                                    
                                                            | 27 | 0.68 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1322; | 
                                                                    
                                                            | 28 | 0.32 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1322; | 
                                                                    
                                                            | 29 | 0.66 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1310; | 
                                                                    
                                                            | 30 | 0.27 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 1310; | 
                                                                    
                                                            | 31 | 0.65 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 382; | 
                                                                    
                                                            | 32 | 0.29 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 382; | 
                                                                    
                                                            | 33 | 0.72 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 978; | 
                                                                    
                                                            | 34 | 0.26 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 978; | 
                                                                    
                                                            | 35 | 0.66 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 977; | 
                                                                    
                                                            | 36 | 0.26 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 977; | 
                                                                    
                                                            | 37 | 0.62 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 513; | 
                                                                    
                                                            | 38 | 0.27 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 513; | 
                                                                    
                                                            | 39 | 0.71 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 510; | 
                                                                    
                                                            | 40 | 0.26 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 510; | 
                                                                    
                                                            | 41 | 0.64 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 509; | 
                                                                    
                                                            | 42 | 0.24 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 509; | 
                                                                    
                                                            | 43 | 0.66 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 508; | 
                                                                    
                                                            | 44 | 0.24 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 508; | 
                                                                    
                                                            | 45 | 0.62 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 487; | 
                                                                    
                                                            | 46 | 0.23 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 487; | 
                                                                    
                                                            | 47 | 0.56 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 483; | 
                                                                    
                                                            | 48 | 0.28 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 483; | 
                                                                    
                                                            | 49 | 0.60 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 478; | 
                                                                    
                                                            | 50 | 0.27 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 478; | 
                                                                    
                                                            | 51 | 0.61 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 473; | 
                                                                    
                                                            | 52 | 0.22 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 473; | 
                                                                    
                                                            | 53 | 0.58 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 384; | 
                                                                    
                                                            | 54 | 0.19 ms | SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = ? 
                                        SELECT t0.id AS id_1, t0.price_to_company AS price_to_company_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4 FROM product_deal t0 WHERE t0.product_id = 384; | 
                                                                    
                                                            | 55 | 1.80 ms | SELECT p0_.id AS id_0, c1_.id AS id_1, (SELECT COUNT(*) FROM cart_product c2_ WHERE c2_.product_id = p0_.id) AS sclr_2, c3_.id AS id_3, c3_.placement AS placement_4, c3_.name AS name_5, c4_.placement AS placement_6, c4_.name AS name_7 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id LEFT JOIN category c3_ ON p0_.sub_category_id = c3_.id LEFT JOIN category c4_ ON c3_.sub_category_id = c4_.id LEFT JOIN pricing_product p6_ ON p0_.id = p6_.product_id LEFT JOIN pricing p5_ ON p5_.id = p6_.pricing_id WHERE (p0_.categories_id = ? OR p0_.sub_category_id = ? OR p0_.sub_category_id IN (?)) AND p0_.draft <> 1 AND p0_.main_image_id IS NOT NULL AND p0_.available = 1 AND p0_.is_displayed_in_association_only = 0 AND c3_.placement > 0 AND c4_.placement > 0 AND p0_.is_hri = 0 AND p0_.is_consumer = 1 AND c1_.show_publicly = 1 AND p0_.qty_ready_to_ship > 0 ORDER BY c3_.placement ASC 
                                        SELECT p0_.id AS id_0, c1_.id AS id_1, (SELECT COUNT(*) FROM cart_product c2_ WHERE c2_.product_id = p0_.id) AS sclr_2, c3_.id AS id_3, c3_.placement AS placement_4, c3_.name AS name_5, c4_.placement AS placement_6, c4_.name AS name_7 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id LEFT JOIN category c3_ ON p0_.sub_category_id = c3_.id LEFT JOIN category c4_ ON c3_.sub_category_id = c4_.id LEFT JOIN pricing_product p6_ ON p0_.id = p6_.product_id LEFT JOIN pricing p5_ ON p5_.id = p6_.pricing_id WHERE (p0_.categories_id = 96 OR p0_.sub_category_id = 96 OR p0_.sub_category_id IN ()) AND p0_.draft <> 1 AND p0_.main_image_id IS NOT NULL AND p0_.available = 1 AND p0_.is_displayed_in_association_only = 0 AND c3_.placement > 0 AND c4_.placement > 0 AND p0_.is_hri = 0 AND p0_.is_consumer = 1 AND c1_.show_publicly = 1 AND p0_.qty_ready_to_ship > 0 ORDER BY c3_.placement ASC; | 
                                                                    
                                                            | 56 | 0.56 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 979; | 
                                                                    
                                                            | 57 | 0.52 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 7024; | 
                                                                    
                                                            | 58 | 0.50 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 2618; | 
                                                                    
                                                            | 59 | 0.51 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1753; | 
                                                                    
                                                            | 60 | 0.54 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1751; | 
                                                                    
                                                            | 61 | 0.57 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1750; | 
                                                                    
                                                            | 62 | 0.56 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1479; | 
                                                                    
                                                            | 63 | 0.54 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1476; | 
                                                                    
                                                            | 64 | 0.46 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1474; | 
                                                                    
                                                            | 65 | 0.55 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1472; | 
                                                                    
                                                            | 66 | 0.72 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1323; | 
                                                                    
                                                            | 67 | 0.47 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1322; | 
                                                                    
                                                            | 68 | 0.46 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 1310; | 
                                                                    
                                                            | 69 | 0.48 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 382; | 
                                                                    
                                                            | 70 | 0.47 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 978; | 
                                                                    
                                                            | 71 | 0.47 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 977; | 
                                                                    
                                                            | 72 | 0.48 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 513; | 
                                                                    
                                                            | 73 | 0.44 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 510; | 
                                                                    
                                                            | 74 | 0.48 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 509; | 
                                                                    
                                                            | 75 | 0.47 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 508; | 
                                                                    
                                                            | 76 | 0.47 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 487; | 
                                                                    
                                                            | 77 | 0.55 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 483; | 
                                                                    
                                                            | 78 | 0.71 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 478; | 
                                                                    
                                                            | 79 | 0.71 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 473; | 
                                                                    
                                                            | 80 | 0.70 ms | SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = ? 
                                    SELECT 
  p0_.id AS id_0, 
  p0_.orig_name AS orig_name_1, 
  p0_.orig_brand_name AS orig_brand_name_2, 
  p0_.qty_left AS qty_left_3, 
  p0_.unit_amount AS unit_amount_4, 
  p0_.unit AS unit_5, 
  p0_.available AS available_6, 
  p0_.orig_description AS orig_description_7, 
  p0_.origin AS origin_8, 
  p0_.best_before AS best_before_9, 
  p0_.creation_date AS creation_date_10, 
  p0_.nutrition_fact AS nutrition_fact_11, 
  p0_.new_product AS new_product_12, 
  p0_.taxable AS taxable_13, 
  p0_.maturin_upc AS maturin_upc_14, 
  p0_.code_upc AS code_upc_15, 
  p0_.code1 AS code1_16, 
  p0_.code2 AS code2_17, 
  p0_.code3 AS code3_18, 
  p0_.code_box AS code_box_19, 
  p0_.aliments_du_quebec AS aliments_du_quebec_20, 
  p0_.minimum_in_storage AS minimum_in_storage_21, 
  p0_.limited_quantity AS limited_quantity_22, 
  p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, 
  p0_.delivery_type AS delivery_type_24, 
  p0_.delivery_pickup AS delivery_pickup_25, 
  p0_.draft AS draft_26, 
  p0_.delivery_mail AS delivery_mail_27, 
  p0_.advices AS advices_28, 
  p0_.recipes AS recipes_29, 
  p0_.solex_id AS solex_id_30, 
  p0_.list_of_ingredients AS list_of_ingredients_31, 
  p0_.qty_ready_to_ship AS qty_ready_to_ship_32, 
  p0_.expiration_date AS expiration_date_33, 
  p0_.is_consigned AS is_consigned_34, 
  p0_.consigned_cost AS consigned_cost_35, 
  p0_.is_fragile AS is_fragile_36, 
  p0_.qty_per_unit AS qty_per_unit_37, 
  p0_.validated_by_distributor AS validated_by_distributor_38, 
  p0_.delivery_note AS delivery_note_39, 
  p0_.is_just_in_time AS is_just_in_time_40, 
  p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, 
  p0_.has_multiple_products AS has_multiple_products_42, 
  p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, 
  p0_.action_when_expired AS action_when_expired_44, 
  p0_.is_subscribable AS is_subscribable_45, 
  p0_.is_box_of_products AS is_box_of_products_46, 
  p0_.is_only_subscribable AS is_only_subscribable_47, 
  p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, 
  p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, 
  p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, 
  p0_.quantity_warehouse AS quantity_warehouse_51, 
  p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, 
  p0_.quantity_on_hold AS quantity_on_hold_53, 
  p0_.parent_product_id AS parent_product_id_54, 
  p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, 
  p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, 
  p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, 
  p0_.is_hri AS is_hri_58, 
  p0_.puro_exclusion AS puro_exclusion_59, 
  p0_.contains_alcohol AS contains_alcohol_60, 
  p0_.is_consumer AS is_consumer_61, 
  p0_.product_colabor_price AS product_colabor_price_62, 
  p0_.is_prix_laureat AS is_prix_laureat_63, 
  p0_.cant_use_coupon AS cant_use_coupon_64, 
  p0_.seasonality AS seasonality_65, 
  p0_.seasonality_start AS seasonality_start_66, 
  p0_.seasonality_end AS seasonality_end_67, 
  p0_.quantity_max_prod AS quantity_max_prod_68, 
  p0_.product_delete AS product_delete_69, 
  p0_.order_frequency AS order_frequency_70, 
  p0_.portion_for_meal AS portion_for_meal_71, 
  p0_.categories_id AS categories_id_72, 
  p0_.conservation_id AS conservation_id_73, 
  p0_.main_image_id AS main_image_id_74, 
  p0_.company_id AS company_id_75, 
  p0_.region_id AS region_id_76, 
  p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, 
  p0_.sub_category_id AS sub_category_id_78, 
  p0_.corporative_id AS corporative_id_79 
FROM 
  product p0_ 
  LEFT JOIN company c1_ ON p0_.company_id = c1_.id 
WHERE 
  p0_.id = ? 
                                        SELECT p0_.id AS id_0, p0_.orig_name AS orig_name_1, p0_.orig_brand_name AS orig_brand_name_2, p0_.qty_left AS qty_left_3, p0_.unit_amount AS unit_amount_4, p0_.unit AS unit_5, p0_.available AS available_6, p0_.orig_description AS orig_description_7, p0_.origin AS origin_8, p0_.best_before AS best_before_9, p0_.creation_date AS creation_date_10, p0_.nutrition_fact AS nutrition_fact_11, p0_.new_product AS new_product_12, p0_.taxable AS taxable_13, p0_.maturin_upc AS maturin_upc_14, p0_.code_upc AS code_upc_15, p0_.code1 AS code1_16, p0_.code2 AS code2_17, p0_.code3 AS code3_18, p0_.code_box AS code_box_19, p0_.aliments_du_quebec AS aliments_du_quebec_20, p0_.minimum_in_storage AS minimum_in_storage_21, p0_.limited_quantity AS limited_quantity_22, p0_.aliments_du_quebec_certification AS aliments_du_quebec_certification_23, p0_.delivery_type AS delivery_type_24, p0_.delivery_pickup AS delivery_pickup_25, p0_.draft AS draft_26, p0_.delivery_mail AS delivery_mail_27, p0_.advices AS advices_28, p0_.recipes AS recipes_29, p0_.solex_id AS solex_id_30, p0_.list_of_ingredients AS list_of_ingredients_31, p0_.qty_ready_to_ship AS qty_ready_to_ship_32, p0_.expiration_date AS expiration_date_33, p0_.is_consigned AS is_consigned_34, p0_.consigned_cost AS consigned_cost_35, p0_.is_fragile AS is_fragile_36, p0_.qty_per_unit AS qty_per_unit_37, p0_.validated_by_distributor AS validated_by_distributor_38, p0_.delivery_note AS delivery_note_39, p0_.is_just_in_time AS is_just_in_time_40, p0_.reminder_low_quantity_sent AS reminder_low_quantity_sent_41, p0_.has_multiple_products AS has_multiple_products_42, p0_.has_free_maturin_shipping AS has_free_maturin_shipping_43, p0_.action_when_expired AS action_when_expired_44, p0_.is_subscribable AS is_subscribable_45, p0_.is_box_of_products AS is_box_of_products_46, p0_.is_only_subscribable AS is_only_subscribable_47, p0_.just_in_time_delivery_date AS just_in_time_delivery_date_48, p0_.free_maturin_shipping_if_lower_then AS free_maturin_shipping_if_lower_then_49, p0_.is_only_subscribable_to_type AS is_only_subscribable_to_type_50, p0_.quantity_warehouse AS quantity_warehouse_51, p0_.quantity_warehouse_reserved AS quantity_warehouse_reserved_52, p0_.quantity_on_hold AS quantity_on_hold_53, p0_.parent_product_id AS parent_product_id_54, p0_.fee_warehouse_packing_per_unit AS fee_warehouse_packing_per_unit_55, p0_.fee_warehouse_handling_per_unit AS fee_warehouse_handling_per_unit_56, p0_.is_displayed_in_association_only AS is_displayed_in_association_only_57, p0_.is_hri AS is_hri_58, p0_.puro_exclusion AS puro_exclusion_59, p0_.contains_alcohol AS contains_alcohol_60, p0_.is_consumer AS is_consumer_61, p0_.product_colabor_price AS product_colabor_price_62, p0_.is_prix_laureat AS is_prix_laureat_63, p0_.cant_use_coupon AS cant_use_coupon_64, p0_.seasonality AS seasonality_65, p0_.seasonality_start AS seasonality_start_66, p0_.seasonality_end AS seasonality_end_67, p0_.quantity_max_prod AS quantity_max_prod_68, p0_.product_delete AS product_delete_69, p0_.order_frequency AS order_frequency_70, p0_.portion_for_meal AS portion_for_meal_71, p0_.categories_id AS categories_id_72, p0_.conservation_id AS conservation_id_73, p0_.main_image_id AS main_image_id_74, p0_.company_id AS company_id_75, p0_.region_id AS region_id_76, p0_.nutrition_fact_image_id AS nutrition_fact_image_id_77, p0_.sub_category_id AS sub_category_id_78, p0_.corporative_id AS corporative_id_79 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.id = 384; |