| 1 |
0.94 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.description AS description_3, t0.is_new AS is_new_4, t0.is_featured AS is_featured_5, t0.is_activo AS is_activo_6, t0.slug AS slug_7, t0.identifier AS identifier_8, t0.image_name AS image_name_9, t0.updated_at AS updated_at_10, t0.category_id AS category_id_11 FROM product t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"craftsman-hole-saw"
]
SELECT t0.id AS id_1, t0.content AS content_2, t0.description AS description_3, t0.is_new AS is_new_4, t0.is_featured AS is_featured_5, t0.is_activo AS is_activo_6, t0.slug AS slug_7, t0.identifier AS identifier_8, t0.image_name AS image_name_9, t0.updated_at AS updated_at_10, t0.category_id AS category_id_11 FROM product t0 WHERE t0.slug = 'craftsman-hole-saw' LIMIT 1;
|
| 2 |
0.91 ms |
SELECT p0_.id AS id_0, p0_.content AS content_1, p0_.description AS description_2, p0_.is_new AS is_new_3, p0_.is_featured AS is_featured_4, p0_.is_activo AS is_activo_5, p0_.slug AS slug_6, p0_.identifier AS identifier_7, p0_.image_name AS image_name_8, p0_.updated_at AS updated_at_9, p0_.category_id AS category_id_10 FROM product p0_ WHERE p0_.is_activo = ? AND p0_.is_featured = ? AND p0_.image_name IS NOT NULL LIMIT 20
SELECT p0_.id AS id_0, p0_.content AS content_1, p0_.description AS description_2, p0_.is_new AS is_new_3, p0_.is_featured AS is_featured_4, p0_.is_activo AS is_activo_5, p0_.slug AS slug_6, p0_.identifier AS identifier_7, p0_.image_name AS image_name_8, p0_.updated_at AS updated_at_9, p0_.category_id AS category_id_10 FROM product p0_ WHERE p0_.is_activo = 1 AND p0_.is_featured = 1 AND p0_.image_name IS NOT NULL LIMIT 20;
|
| 3 |
0.81 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.is_active AS is_active_3, t0.slug AS slug_4, t0.description AS description_5, t0.image_name AS image_name_6, t0.updated_at AS updated_at_7, t0.orden AS orden_8, t0.is_featured AS is_featured_9 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.is_active AS is_active_3, t0.slug AS slug_4, t0.description AS description_5, t0.image_name AS image_name_6, t0.updated_at AS updated_at_7, t0.orden AS orden_8, t0.is_featured AS is_featured_9 FROM category t0 WHERE t0.id = 4;
|