0.15 ms (6.15%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.currency AS currency_4, t0.description AS description_5, t0.slug AS slug_6, t0.title AS title_7, t0.register_date AS register_date_8, t0.specifications AS specifications_9, t0.meta_desc AS meta_desc_10, t0.author_id AS author_id_11, t0.image_id AS image_id_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = ? ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.currency AS currency_4, t0.description AS description_5, t0.slug AS slug_6, t0.title AS title_7, t0.register_date AS register_date_8, t0.specifications AS specifications_9, t0.meta_desc AS meta_desc_10, t0.author_id AS author_id_11, t0.image_id AS image_id_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = 16 ORDER BY t0.name ASC;
|
0.15 ms (6.07%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.catalogue_id AS catalogue_id_4, t0.image_id AS image_id_5 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"sandwichs"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.catalogue_id AS catalogue_id_4, t0.image_id AS image_id_5 FROM category t0 WHERE t0.slug = 'sandwichs' LIMIT 1;
|
0.14 ms (5.68%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.catalogue_id AS catalogue_id_4, t0.image_id AS image_id_5 FROM category t0 WHERE t0.catalogue_id = ? ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.catalogue_id AS catalogue_id_4, t0.image_id AS image_id_5 FROM category t0 WHERE t0.catalogue_id = 2 ORDER BY t0.name ASC;
|