1 |
1.91 ms |
SELECT t0.id AS id_1, t0.common_name AS common_name_2, t0.slug AS slug_3, t0.latin_name AS latin_name_4, t0.visibility AS visibility_5, t0.average_purchase_price AS average_purchase_price_6, t0.selling_price_ht AS selling_price_ht_7, t0.selling_price_ttc AS selling_price_ttc_8, t0.margin_rate AS margin_rate_9, t0.is_active AS is_active_10, t0.description AS description_11, t0.short_description AS short_description_12, t0.composed AS composed_13, t0.created_at AS created_at_14, t15.id AS id_16, t15.product_id AS product_id_17, t0.vat_id AS vat_id_18, t19.id AS id_20, t19.threshold AS threshold_21, t19.quantity AS quantity_22, t19.product_id AS product_id_23, t0.category_id AS category_id_24, t0.product_variation_origin_id AS product_variation_origin_id_25 FROM product t0 LEFT JOIN product_feature t15 ON t15.product_id = t0.id LEFT JOIN stock t19 ON t19.product_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters: [
"rose-sweet-avalanche-50cm"
]
SELECT t0.id AS id_1, t0.common_name AS common_name_2, t0.slug AS slug_3, t0.latin_name AS latin_name_4, t0.visibility AS visibility_5, t0.average_purchase_price AS average_purchase_price_6, t0.selling_price_ht AS selling_price_ht_7, t0.selling_price_ttc AS selling_price_ttc_8, t0.margin_rate AS margin_rate_9, t0.is_active AS is_active_10, t0.description AS description_11, t0.short_description AS short_description_12, t0.composed AS composed_13, t0.created_at AS created_at_14, t15.id AS id_16, t15.product_id AS product_id_17, t0.vat_id AS vat_id_18, t19.id AS id_20, t19.threshold AS threshold_21, t19.quantity AS quantity_22, t19.product_id AS product_id_23, t0.category_id AS category_id_24, t0.product_variation_origin_id AS product_variation_origin_id_25 FROM product t0 LEFT JOIN product_feature t15 ON t15.product_id = t0.id LEFT JOIN stock t19 ON t19.product_id = t0.id WHERE t0.slug = 'rose-sweet-avalanche-50cm' LIMIT 1;
|
3 |
0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.visible AS visible_5, t0.margin_rate AS margin_rate_6, t0.description AS description_7, t0.parent_id AS parent_id_8 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.visible AS visible_5, t0.margin_rate AS margin_rate_6, t0.description AS description_7, t0.parent_id AS parent_id_8 FROM category t0 WHERE t0.id = 15;
|
4 |
0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.visible AS visible_5, t0.margin_rate AS margin_rate_6, t0.description AS description_7, t0.parent_id AS parent_id_8 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.visible AS visible_5, t0.margin_rate AS margin_rate_6, t0.description AS description_7, t0.parent_id AS parent_id_8 FROM category t0 WHERE t0.id = 14;
|