| 1 |
4.93 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"cd40168i-dior-mod-cd40168i"
]
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.slug = 'cd40168i-dior-mod-cd40168i' LIMIT 1;
|
| 2 |
0.29 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
8248
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 8248 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 3 |
0.07 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 4 |
0.17 ms |
UPDATE product SET views = ?, updated_at = ? WHERE id = ?
Parameters: [
19
"2026-08-31 08:31:11"
8248
]
UPDATE product SET views = 19, updated_at = '2026-08-31 08:31:11' WHERE id = 8248;
|
| 5 |
0.57 ms |
"COMMIT"
|
| 6 |
13.21 ms |
SELECT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = ? AND p0_.images IS NOT NULL AND p0_.images <> '[]'
SELECT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = 1 AND p0_.images IS NOT NULL AND p0_.images <> '[]';
|
| 7 |
0.25 ms |
SELECT p0_.id AS id_0, p0_.cod AS cod_1, p0_.reference AS reference_2, p0_.name AS name_3, p0_.description AS description_4, p0_.slug AS slug_5, p0_.stock AS stock_6, p0_.pvp AS pvp_7, p0_.discount AS discount_8, p0_.net_price AS net_price_9, p0_.extra AS extra_10, p0_.images AS images_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.views AS views_14, p0_.position AS position_15, p0_.active AS active_16, p0_.meta_title AS meta_title_17, p0_.meta_description AS meta_description_18, p0_.meta_keywords AS meta_keywords_19, p0_.brand_id AS brand_id_20 FROM product p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
18956
975
21069
22847
8649
4875
3339
7704
]
SELECT p0_.id AS id_0, p0_.cod AS cod_1, p0_.reference AS reference_2, p0_.name AS name_3, p0_.description AS description_4, p0_.slug AS slug_5, p0_.stock AS stock_6, p0_.pvp AS pvp_7, p0_.discount AS discount_8, p0_.net_price AS net_price_9, p0_.extra AS extra_10, p0_.images AS images_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.views AS views_14, p0_.position AS position_15, p0_.active AS active_16, p0_.meta_title AS meta_title_17, p0_.meta_description AS meta_description_18, p0_.meta_keywords AS meta_keywords_19, p0_.brand_id AS brand_id_20 FROM product p0_ WHERE p0_.id IN (18956, 975, 21069, 22847, 8649, 4875, 3339, 7704);
|
| 8 |
0.15 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ WHERE d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ?
Parameters: [
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ WHERE d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11';
|
| 9 |
0.20 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 INNER JOIN discount_product ON t0.id = discount_product.product_id WHERE discount_product.discount_id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 INNER JOIN discount_product ON t0.id = discount_product.product_id WHERE discount_product.discount_id = 1;
|
| 10 |
0.22 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 INNER JOIN discount_product ON t0.id = discount_product.product_id WHERE discount_product.discount_id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 INNER JOIN discount_product ON t0.id = discount_product.product_id WHERE discount_product.discount_id = 2;
|
| 11 |
13.52 ms |
SELECT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = ? AND p0_.images IS NOT NULL AND p0_.images <> '[]'
SELECT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = 1 AND p0_.images IS NOT NULL AND p0_.images <> '[]';
|
| 12 |
0.21 ms |
SELECT p0_.id AS id_0, p0_.cod AS cod_1, p0_.reference AS reference_2, p0_.name AS name_3, p0_.description AS description_4, p0_.slug AS slug_5, p0_.stock AS stock_6, p0_.pvp AS pvp_7, p0_.discount AS discount_8, p0_.net_price AS net_price_9, p0_.extra AS extra_10, p0_.images AS images_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.views AS views_14, p0_.position AS position_15, p0_.active AS active_16, p0_.meta_title AS meta_title_17, p0_.meta_description AS meta_description_18, p0_.meta_keywords AS meta_keywords_19, p0_.brand_id AS brand_id_20 FROM product p0_ WHERE p0_.id IN (?)
SELECT p0_.id AS id_0, p0_.cod AS cod_1, p0_.reference AS reference_2, p0_.name AS name_3, p0_.description AS description_4, p0_.slug AS slug_5, p0_.stock AS stock_6, p0_.pvp AS pvp_7, p0_.discount AS discount_8, p0_.net_price AS net_price_9, p0_.extra AS extra_10, p0_.images AS images_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.views AS views_14, p0_.position AS position_15, p0_.active AS active_16, p0_.meta_title AS meta_title_17, p0_.meta_description AS meta_description_18, p0_.meta_keywords AS meta_keywords_19, p0_.brand_id AS brand_id_20 FROM product p0_ WHERE p0_.id IN (22869);
|
| 13 |
0.25 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
22869
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 22869 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 14 |
26.85 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.image AS image_3, c0_.active AS active_4, c0_.position AS position_5, c0_.meta_title AS meta_title_6, c0_.meta_description AS meta_description_7, c0_.meta_keywords AS meta_keywords_8, COUNT(p1_.id) AS sclr_9, c0_.parent_id AS parent_id_10 FROM category c0_ LEFT JOIN product_category p2_ ON c0_.id = p2_.category_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id WHERE c0_.active = ? AND c0_.parent_id IS NULL GROUP BY c0_.id ORDER BY c0_.position ASC, c0_.name ASC
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.image AS image_3, c0_.active AS active_4, c0_.position AS position_5, c0_.meta_title AS meta_title_6, c0_.meta_description AS meta_description_7, c0_.meta_keywords AS meta_keywords_8, COUNT(p1_.id) AS sclr_9, c0_.parent_id AS parent_id_10 FROM category c0_ LEFT JOIN product_category p2_ ON c0_.id = p2_.category_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id WHERE c0_.active = 1 AND c0_.parent_id IS NULL GROUP BY c0_.id ORDER BY c0_.position ASC, c0_.name ASC;
|
| 15 |
4.84 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.position AS position_3, COUNT(p1_.id) AS sclr_4 FROM brand b0_ LEFT JOIN product p1_ ON b0_.id = p1_.brand_id GROUP BY b0_.id ORDER BY b0_.position ASC, b0_.name ASC
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.position AS position_3, COUNT(p1_.id) AS sclr_4 FROM brand b0_ LEFT JOIN product p1_ ON b0_.id = p1_.brand_id GROUP BY b0_.id ORDER BY b0_.position ASC, b0_.name ASC;
|
| 16 |
2.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.active AS active_5, t0.position AS position_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.meta_keywords AS meta_keywords_9, t0.parent_id AS parent_id_10 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.active AS active_5, t0.position AS position_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.meta_keywords AS meta_keywords_9, t0.parent_id AS parent_id_10 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 8248;
|
| 17 |
27.03 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.image AS image_3, c0_.active AS active_4, c0_.position AS position_5, c0_.meta_title AS meta_title_6, c0_.meta_description AS meta_description_7, c0_.meta_keywords AS meta_keywords_8, COUNT(p1_.id) AS sclr_9, c0_.parent_id AS parent_id_10 FROM category c0_ LEFT JOIN product_category p2_ ON c0_.id = p2_.category_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id WHERE c0_.active = ? AND c0_.parent_id IS NULL GROUP BY c0_.id ORDER BY c0_.position ASC, c0_.name ASC
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.image AS image_3, c0_.active AS active_4, c0_.position AS position_5, c0_.meta_title AS meta_title_6, c0_.meta_description AS meta_description_7, c0_.meta_keywords AS meta_keywords_8, COUNT(p1_.id) AS sclr_9, c0_.parent_id AS parent_id_10 FROM category c0_ LEFT JOIN product_category p2_ ON c0_.id = p2_.category_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id WHERE c0_.active = 1 AND c0_.parent_id IS NULL GROUP BY c0_.id ORDER BY c0_.position ASC, c0_.name ASC;
|
| 18 |
0.17 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 16321;
|
| 19 |
0.22 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
16321
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 16321 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 20 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15597;
|
| 21 |
0.20 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15597
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15597 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 22 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 24833;
|
| 23 |
0.19 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
24833
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 24833 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 24 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15011;
|
| 25 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15011
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15011 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 26 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15179;
|
| 27 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15179
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15179 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 28 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 26009;
|
| 29 |
0.19 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
26009
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 26009 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 30 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 17881;
|
| 31 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
17881
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 17881 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 32 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 14171;
|
| 33 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
14171
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 14171 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 34 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15189;
|
| 35 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15189
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15189 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 36 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 17220;
|
| 37 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
17220
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 17220 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 38 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 26590;
|
| 39 |
0.28 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
26590
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 26590 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 40 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 21984;
|
| 41 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
21984
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 21984 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 42 |
0.20 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 26793;
|
| 43 |
0.20 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
26793
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 26793 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 44 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 24411;
|
| 45 |
0.19 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
24411
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 24411 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 46 |
1.09 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 25051;
|
| 47 |
0.22 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
25051
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 25051 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 48 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 25054;
|
| 49 |
0.19 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
25054
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 25054 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 50 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 4362;
|
| 51 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
4362
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 4362 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 52 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15793;
|
| 53 |
0.23 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15793
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15793 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 54 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 20513;
|
| 55 |
0.20 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
20513
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 20513 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 56 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 14881;
|
| 57 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
14881
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 14881 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 58 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15383;
|
| 59 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15383
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15383 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 60 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15603;
|
| 61 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15603
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15603 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 62 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15750;
|
| 63 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15750
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15750 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 64 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 21478;
|
| 65 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
21478
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 21478 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 66 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15297;
|
| 67 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15297
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15297 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 68 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15390;
|
| 69 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15390
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15390 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 70 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 16226;
|
| 71 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
16226
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 16226 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 72 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 25026;
|
| 73 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
25026
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 25026 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 74 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15177;
|
| 75 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15177
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15177 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 76 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 1299;
|
| 77 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
1299
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 1299 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 78 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 3332;
|
| 79 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
3332
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 3332 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 80 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 7081;
|
| 81 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
7081
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 7081 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 82 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 14104;
|
| 83 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
14104
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 14104 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 84 |
0.13 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 26578;
|
| 85 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
26578
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 26578 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 86 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 20594;
|
| 87 |
0.22 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
20594
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 20594 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 88 |
0.19 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 2493;
|
| 89 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
2493
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 2493 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 90 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 23775;
|
| 91 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
23775
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 23775 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 92 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 3212;
|
| 93 |
2.97 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
3212
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 3212 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 94 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15572;
|
| 95 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15572
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15572 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 96 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 15999;
|
| 97 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
15999
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 15999 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 98 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 18961;
|
| 99 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
18961
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 18961 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 100 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 5640;
|
| 101 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
5640
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 5640 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 102 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 11165;
|
| 103 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
11165
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 11165 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 104 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 22974;
|
| 105 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
22974
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 22974 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 106 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 16960;
|
| 107 |
0.18 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
16960
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 16960 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 108 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 24346;
|
| 109 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
24346
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 24346 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 110 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 26785;
|
| 111 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
26785
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 26785 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 112 |
0.15 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 23603;
|
| 113 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
23603
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 23603 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 114 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 13443;
|
| 115 |
0.17 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
13443
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 13443 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 116 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 3730;
|
| 117 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
3730
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 3730 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 118 |
0.12 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 13418;
|
| 119 |
0.16 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
13418
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 13418 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 120 |
1.35 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 5858;
|
| 121 |
1.75 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
5858
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 5858 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 122 |
0.14 ms |
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.position AS position_16, t0.active AS active_17, t0.meta_title AS meta_title_18, t0.meta_description AS meta_description_19, t0.meta_keywords AS meta_keywords_20, t0.brand_id AS brand_id_21 FROM product t0 WHERE t0.id = 13940;
|
| 123 |
0.22 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = ? AND d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ? ORDER BY d0_.discount_percentage DESC LIMIT 1
Parameters: [
13940
1
"2026-08-31 08:31:11"
"2026-08-31 08:31:11"
]
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.discount_percentage AS discount_percentage_2, d0_.starts_at AS starts_at_3, d0_.ends_at AS ends_at_4, d0_.active AS active_5 FROM discount d0_ INNER JOIN discount_product d2_ ON d0_.id = d2_.discount_id INNER JOIN product p1_ ON p1_.id = d2_.product_id WHERE p1_.id = 13940 AND d0_.active = 1 AND d0_.starts_at <= '2026-08-31 08:31:11' AND d0_.ends_at >= '2026-08-31 08:31:11' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|