2 |
0.39 ms |
INSERT INTO statistic (ip, date, user_agent, request_uri, referer, user_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"216.73.216.241"
"2025-06-12 23:14:15"
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"/shop/fleuries/hydrangea-pinky-winky"
null
null
]
INSERT INTO statistic (ip, date, user_agent, request_uri, referer, user_id) VALUES ('216.73.216.241', '2025-06-12 23:14:15', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '/shop/fleuries/hydrangea-pinky-winky', NULL, NULL);
|
4 |
0.63 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, t0.image AS image_15, t0.reference AS reference_16, t17.id AS id_18, t17.product_id AS product_id_19, t0.vat_id AS vat_id_20, t21.id AS id_22, t21.threshold AS threshold_23, t21.quantity AS quantity_24, t21.product_id AS product_id_25, t0.category_id AS category_id_26, t0.product_variation_origin_id AS product_variation_origin_id_27 FROM product t0 LEFT JOIN product_feature t17 ON t17.product_id = t0.id LEFT JOIN stock t21 ON t21.product_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters: [
"hydrangea-pinky-winky"
]
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, t0.image AS image_15, t0.reference AS reference_16, t17.id AS id_18, t17.product_id AS product_id_19, t0.vat_id AS vat_id_20, t21.id AS id_22, t21.threshold AS threshold_23, t21.quantity AS quantity_24, t21.product_id AS product_id_25, t0.category_id AS category_id_26, t0.product_variation_origin_id AS product_variation_origin_id_27 FROM product t0 LEFT JOIN product_feature t17 ON t17.product_id = t0.id LEFT JOIN stock t21 ON t21.product_id = t0.id WHERE t0.slug = 'hydrangea-pinky-winky' LIMIT 1;
|