3.64 ms (66.57%)
|
5 |
SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.product_name AS product_name_3, t0.description AS description_4, t0.item_code AS item_code_5, t0.image_filename AS image_filename_6, t0.is_clearance AS is_clearance_7, t0.slug AS slug_8, t0.stock AS stock_9, t0.price AS price_10, t0.other_product_specification AS other_product_specification_11, t0.created_at AS created_at_12, t0.category_id AS category_id_13, t0.supplier_id AS supplier_id_14 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.product_name AS product_name_3, t0.description AS description_4, t0.item_code AS item_code_5, t0.image_filename AS image_filename_6, t0.is_clearance AS is_clearance_7, t0.slug AS slug_8, t0.stock AS stock_9, t0.price AS price_10, t0.other_product_specification AS other_product_specification_11, t0.created_at AS created_at_12, t0.category_id AS category_id_13, t0.supplier_id AS supplier_id_14 FROM product t0 WHERE t0.category_id = 9;
|
0.96 ms (17.49%)
|
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.image AS image_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"vetement"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.image AS image_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.slug = 'vetement' LIMIT 1;
|
0.52 ms (9.57%)
|
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.slug AS slug_3, c0_.image AS image_4, c0_.parent_id AS parent_id_5 FROM category c0_ WHERE c0_.parent_id IS NULL
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.slug AS slug_3, c0_.image AS image_4, c0_.parent_id AS parent_id_5 FROM category c0_ WHERE c0_.parent_id IS NULL;
|
0.35 ms (6.37%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.image AS image_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.image AS image_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.parent_id = 4;
|