| 1 |
23.36 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.image_sm AS image_sm_13, t0.image_md AS image_md_14, t0.image_lg AS image_lg_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.views AS views_18, t0.position AS position_19, t0.active AS active_20, t0.recategorizado AS recategorizado_21, t0.meta_title AS meta_title_22, t0.meta_description AS meta_description_23, t0.meta_keywords AS meta_keywords_24, t0.brand_id AS brand_id_25 FROM product t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"carrera-391-s-538079o-carrera-mod-carrera-391-s-538079o"
]
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.image_sm AS image_sm_13, t0.image_md AS image_md_14, t0.image_lg AS image_lg_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.views AS views_18, t0.position AS position_19, t0.active AS active_20, t0.recategorizado AS recategorizado_21, t0.meta_title AS meta_title_22, t0.meta_description AS meta_description_23, t0.meta_keywords AS meta_keywords_24, t0.brand_id AS brand_id_25 FROM product t0 WHERE t0.slug = 'carrera-391-s-538079o-carrera-mod-carrera-391-s-538079o' LIMIT 1;
|
| 2 |
0.46 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: [
39291
1
"2026-09-23 03:42:22"
"2026-09-23 03:42:22"
]
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 = 39291 AND d0_.active = 1 AND d0_.starts_at <= '2026-09-23 03:42:22' AND d0_.ends_at >= '2026-09-23 03:42:22' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 3 |
0.11 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 4 |
0.21 ms |
UPDATE product SET views = ?, updated_at = ? WHERE id = ?
Parameters: [
2
"2026-09-23 03:42:22"
39291
]
UPDATE product SET views = 2, updated_at = '2026-09-23 03:42:22' WHERE id = 39291;
|
| 5 |
0.25 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 = 39291;
|
| 6 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.image AS image_5 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.image AS image_5 FROM brand t0 WHERE t0.id = 298;
|
| 7 |
0.45 ms |
"COMMIT"
|
| 8 |
17.83 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 <> '[]';
|
| 9 |
0.43 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_.image_sm AS image_sm_12, p0_.image_md AS image_md_13, p0_.image_lg AS image_lg_14, p0_.created_at AS created_at_15, p0_.updated_at AS updated_at_16, p0_.views AS views_17, p0_.position AS position_18, p0_.active AS active_19, p0_.recategorizado AS recategorizado_20, p0_.meta_title AS meta_title_21, p0_.meta_description AS meta_description_22, p0_.meta_keywords AS meta_keywords_23, p0_.brand_id AS brand_id_24 FROM product p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
36820
34858
37234
22621
17302
2899
13053
37085
]
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_.image_sm AS image_sm_12, p0_.image_md AS image_md_13, p0_.image_lg AS image_lg_14, p0_.created_at AS created_at_15, p0_.updated_at AS updated_at_16, p0_.views AS views_17, p0_.position AS position_18, p0_.active AS active_19, p0_.recategorizado AS recategorizado_20, p0_.meta_title AS meta_title_21, p0_.meta_description AS meta_description_22, p0_.meta_keywords AS meta_keywords_23, p0_.brand_id AS brand_id_24 FROM product p0_ WHERE p0_.id IN (36820, 34858, 37234, 22621, 17302, 2899, 13053, 37085);
|
| 10 |
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_ WHERE d0_.active = ? AND d0_.starts_at <= ? AND d0_.ends_at >= ?
Parameters: [
1
"2026-09-23 03:42:22"
"2026-09-23 03:42:22"
]
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-09-23 03:42:22' AND d0_.ends_at >= '2026-09-23 03:42:22';
|
| 11 |
17.31 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.30 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_.image_sm AS image_sm_12, p0_.image_md AS image_md_13, p0_.image_lg AS image_lg_14, p0_.created_at AS created_at_15, p0_.updated_at AS updated_at_16, p0_.views AS views_17, p0_.position AS position_18, p0_.active AS active_19, p0_.recategorizado AS recategorizado_20, p0_.meta_title AS meta_title_21, p0_.meta_description AS meta_description_22, p0_.meta_keywords AS meta_keywords_23, p0_.brand_id AS brand_id_24 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_.image_sm AS image_sm_12, p0_.image_md AS image_md_13, p0_.image_lg AS image_lg_14, p0_.created_at AS created_at_15, p0_.updated_at AS updated_at_16, p0_.views AS views_17, p0_.position AS position_18, p0_.active AS active_19, p0_.recategorizado AS recategorizado_20, p0_.meta_title AS meta_title_21, p0_.meta_description AS meta_description_22, p0_.meta_keywords AS meta_keywords_23, p0_.brand_id AS brand_id_24 FROM product p0_ WHERE p0_.id IN (21223);
|
| 13 |
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: [
21223
1
"2026-09-23 03:42:22"
"2026-09-23 03:42:22"
]
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 = 21223 AND d0_.active = 1 AND d0_.starts_at <= '2026-09-23 03:42:22' AND d0_.ends_at >= '2026-09-23 03:42:22' ORDER BY d0_.discount_percentage DESC LIMIT 1;
|
| 14 |
40.93 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 |
6.21 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.position AS position_3, b0_.image AS image_4, COUNT(p1_.id) AS sclr_5 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, b0_.image AS image_4, COUNT(p1_.id) AS sclr_5 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 |
0.26 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 39291 ORDER BY t0.created_at DESC;
|
| 17 |
39.86 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.27 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 2899 ORDER BY t0.created_at DESC;
|
| 19 |
0.18 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 13053 ORDER BY t0.created_at DESC;
|
| 20 |
0.17 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 17302 ORDER BY t0.created_at DESC;
|
| 21 |
0.17 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 22621 ORDER BY t0.created_at DESC;
|
| 22 |
0.19 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 34858 ORDER BY t0.created_at DESC;
|
| 23 |
0.16 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 36820 ORDER BY t0.created_at DESC;
|
| 24 |
0.15 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 37085 ORDER BY t0.created_at DESC;
|
| 25 |
0.15 ms |
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.author_name AS author_name_2, t0.author_email AS author_email_3, t0.rating AS rating_4, t0.title AS title_5, t0.comment AS comment_6, t0.images AS images_7, t0.is_verified_purchase AS is_verified_purchase_8, t0.helpful_count AS helpful_count_9, t0.approved AS approved_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.product_id AS product_id_13, t0.user_id AS user_id_14 FROM product_review t0 WHERE t0.product_id = 37234 ORDER BY t0.created_at DESC;
|