2.75 ms (30.11%)
|
15 |
SELECT t0.id AS id_1, t0.quantity_in_stock AS quantity_in_stock_2, t0.product_id AS product_id_3, t0.size_id AS size_id_4 FROM product_size t0 WHERE t0.product_id = ?
Parameters: [
b"\x01š“µûìt\r„Jé!ÞW³D"
]
SELECT t0.id AS id_1, t0.quantity_in_stock AS quantity_in_stock_2, t0.product_id AS product_id_3, t0.size_id AS size_id_4 FROM product_size t0 WHERE t0.product_id = 0x019A93B5FBEC740D844AE921DE57B344;
|
2.34 ms (25.68%)
|
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, product_name_2 FROM (SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12, c1_.id AS id_13, c1_.name AS name_14, c1_.description AS description_15, c1_.slug AS slug_16, c1_.image AS image_17, c1_.banner AS banner_18 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.id IN (?, ?, ?, ?, ?)) dctrn_result_inner ORDER BY product_name_2 ASC) dctrn_result LIMIT 15 OFFSET 45
Parameters: [
6
13
14
15
17
]
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, product_name_2 FROM (SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12, c1_.id AS id_13, c1_.name AS name_14, c1_.description AS description_15, c1_.slug AS slug_16, c1_.image AS image_17, c1_.banner AS banner_18 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.id IN (6, 13, 14, 15, 17)) dctrn_result_inner ORDER BY product_name_2 ASC) dctrn_result LIMIT 15 OFFSET 45;
|
1.21 ms (13.21%)
|
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.id IN (?, ?, ?, ?, ?) ORDER BY p0_.product_name ASC) dctrn_result) dctrn_table
Parameters: [
6
13
14
15
17
]
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.id IN (6, 13, 14, 15, 17) ORDER BY p0_.product_name ASC) dctrn_result) dctrn_table;
|
0.91 ms (9.95%)
|
7 |
SELECT t0.id AS id_1, t0.clothes_size_label AS clothes_size_label_2, t0.shoes_size_number AS shoes_size_number_3 FROM size t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.clothes_size_label AS clothes_size_label_2, t0.shoes_size_number AS shoes_size_number_3 FROM size t0 WHERE t0.id = 1;
|
0.70 ms (7.68%)
|
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.banner AS banner_6, t0.parent_id AS parent_id_7 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.banner AS banner_6, t0.parent_id AS parent_id_7 FROM category t0 WHERE t0.slug = 'vetement' LIMIT 1;
|
0.58 ms (6.34%)
|
1 |
SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12, p0_.category_id AS category_id_13, p0_.supplier_id AS supplier_id_14 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.id IN (?, ?, ?, ?, ?) AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.product_name ASC
Parameters: [
6
13
14
15
17
b"\x01š“µûìt\r„Jé!ÞW³D"
b"\x01š“µûîs£„J\x1FêÍ£ÃN"
b"\x01š“µûðwR’¦vlÈ ‰\x02"
b"\x01š“µûñ|Xª›ÚÚð&“^"
b"\x01š“µûó|¿œØ™»M3$"
b"\x01š“µûôy~–\t£´ÞÌ\r\v"
b"\x01š“µûöp@¦Œ –š•/G"
b"\x01š“µûøzVŒ^á\x10Å\x10ñº"
b"\x01š“µûú|>€Î,ýù˜@@"
b"\x01š“µûû}Þ°\x1D˜ò‘Ñ·"
b"\x01š“µë°s¹âþ~Jk-†"
b"\x01š“µë·{£«Ò\Ž\f\x18\x11N"
b"\x01š“µë³zá‚&F…Ñà=^"
b"\x01š“µëµs\x03¦\rJ;·¼MA"
b"\x01š“µë²{\x13±—]\x12¼ËïÄ"
]
SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12, p0_.category_id AS category_id_13, p0_.supplier_id AS supplier_id_14 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.id IN (6, 13, 14, 15, 17) AND p0_.id IN (0x019A93B5FBEC740D844AE921DE57B344, 0x019A93B5FBEE73A3844A1FEACDA3C34E, 0x019A93B5FBF0775292A6766CC8A08902, 0x019A93B5FBF17C58AA9BDADAF026935E, 0x019A93B5FBF37CBF9CD899BB4D338F24, 0x019A93B5FBF4797E9609A3B4DECC0D0B, 0x019A93B5FBF67040A68C20969A952F47, 0x019A93B5FBF87A568C5EE110C510F1BA, 0x019A93B5FBFA7C3E80CE2CFDF9984040, 0x019A93B5FBFB7DDEB01D98F291D1B790, 0x019A93B5EBB073B981E2FE7E4A6B2D86, 0x019A93B5EBB77BA3ABD25C8E0C18114E, 0x019A93B5EBB37AE182264685D1E03D5E, 0x019A93B5EBB57303A60D4A3BB7BC4D41, 0x019A93B5EBB27B13B1975D12BCCBEFC4) ORDER BY p0_.product_name ASC;
|
0.24 ms (2.64%)
|
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.banner AS banner_6, t0.parent_id AS parent_id_7 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.banner AS banner_6, t0.parent_id AS parent_id_7 FROM category t0 WHERE t0.parent_id = 1;
|
0.21 ms (2.34%)
|
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_.banner AS banner_5, c0_.parent_id AS parent_id_6 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_.banner AS banner_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.parent_id IS NULL;
|
0.19 ms (2.04%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.banner AS banner_5 FROM job t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.banner AS banner_5 FROM job t0;
|