| 1 |
0.38 ms |
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;
|
| 2 |
0.26 ms |
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;
|
| 3 |
1.26 ms |
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;
|
| 4 |
0.23 ms |
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;
|
| 5 |
0.18 ms |
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;
|
| 6 |
0.16 ms |
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;
|
| 7 |
0.16 ms |
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;
|
| 8 |
2.57 ms |
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 255
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 255;
|
| 9 |
0.61 ms |
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š“µõÔyÔ²‰›AF¢\x00Õ"
b"\x01š“µõÕ|Þ”â\x06ä™6Ôo"
b"\x01š“µõ×~¤µ?VÕ\x07†ñµ"
b"\x01š“µõÙ{ÙŸo‘NLÙ!"
b"\x01š“µõÚu9¸æŸéLj'0"
b"\x01š“µùuxk™\x14{ß>ãüÜ"
b"\x01š“µùvsÙºz;Æh\x15ÂA"
b"\x01š“µùxxk™ž\x02\x15Ò›O¨"
b"\x01š“µùzz5‚`öaa*\x05ô"
b"\x01š“µù{}éºJÔQœ\x19Ùâ"
b"\x01š“µù}qt”nã@ðU”"
b"\x01š“µù\x7F|l—¿ü\x15ÍÀÀ "
b"\x01š“µù#zÍ¥\rb(žV\eš"
b"\x01š“µù%w®²<^ò…´ÎË"
b"\x01š“µù'p1ƒ>õëKì¦þ"
]
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 (0x019A93B5F5D479D4B2899B4146A200D5, 0x019A93B5F5D57CDE94E206E49936D46F, 0x019A93B5F5D77EA4B53F56D50786F1B5, 0x019A93B5F5D97BD99F6F91AD4E4CD921, 0x019A93B5F5DA7539B8E69FE94C6A2730, 0x019A93B5F975786B99147BDF3EE3FCDC, 0x019A93B5F97673D9BA7A3BC66815C241, 0x019A93B5F978786B999E0215D29B4FA8, 0x019A93B5F97A7A358260F661612A05F4, 0x019A93B5F97B7DE9BA4AD4519C19D9E2, 0x019A93B5F97D717494906EE340F05594, 0x019A93B5F97F7C6C97BFFC15CDC0C0A0, 0x019A93B5F9237ACDA50D62289E561B9A, 0x019A93B5F92577AEB23C5EF285B4CECB, 0x019A93B5F9277031833EF5EB4BECA6FE) ORDER BY p0_.product_name ASC;
|
| 10 |
0.26 ms |
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š“µõÔyÔ²‰›AF¢\x00Õ"
]
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 = 0x019A93B5F5D479D4B2899B4146A200D5;
|
| 11 |
0.21 ms |
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;
|
| 12 |
0.14 ms |
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 = 2;
|
| 13 |
0.14 ms |
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 = 3;
|
| 14 |
0.14 ms |
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 = 4;
|
| 15 |
0.11 ms |
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 = 5;
|
| 16 |
0.10 ms |
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 = 6;
|
| 17 |
0.10 ms |
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 = 7;
|
| 18 |
0.18 ms |
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š“µõÕ|Þ”â\x06ä™6Ôo"
]
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 = 0x019A93B5F5D57CDE94E206E49936D46F;
|
| 19 |
0.17 ms |
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š“µõ×~¤µ?VÕ\x07†ñµ"
]
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 = 0x019A93B5F5D77EA4B53F56D50786F1B5;
|
| 20 |
0.16 ms |
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š“µõÙ{ÙŸo‘NLÙ!"
]
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 = 0x019A93B5F5D97BD99F6F91AD4E4CD921;
|
| 21 |
0.17 ms |
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š“µõÚu9¸æŸéLj'0"
]
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 = 0x019A93B5F5DA7539B8E69FE94C6A2730;
|
| 22 |
0.18 ms |
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š“µùuxk™\x14{ß>ãüÜ"
]
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 = 0x019A93B5F975786B99147BDF3EE3FCDC;
|
| 23 |
0.19 ms |
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š“µùvsÙºz;Æh\x15ÂA"
]
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 = 0x019A93B5F97673D9BA7A3BC66815C241;
|
| 24 |
0.18 ms |
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š“µùxxk™ž\x02\x15Ò›O¨"
]
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 = 0x019A93B5F978786B999E0215D29B4FA8;
|
| 25 |
0.17 ms |
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š“µùzz5‚`öaa*\x05ô"
]
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 = 0x019A93B5F97A7A358260F661612A05F4;
|
| 26 |
0.18 ms |
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š“µù{}éºJÔQœ\x19Ùâ"
]
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 = 0x019A93B5F97B7DE9BA4AD4519C19D9E2;
|
| 27 |
0.22 ms |
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š“µù}qt”nã@ðU”"
]
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 = 0x019A93B5F97D717494906EE340F05594;
|
| 28 |
0.17 ms |
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š“µù\x7F|l—¿ü\x15ÍÀÀ "
]
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 = 0x019A93B5F97F7C6C97BFFC15CDC0C0A0;
|
| 29 |
0.19 ms |
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š“µù#zÍ¥\rb(žV\eš"
]
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 = 0x019A93B5F9237ACDA50D62289E561B9A;
|
| 30 |
0.17 ms |
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š“µù%w®²<^ò…´ÎË"
]
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 = 0x019A93B5F92577AEB23C5EF285B4CECB;
|
| 31 |
0.17 ms |
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š“µù'p1ƒ>õëKì¦þ"
]
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 = 0x019A93B5F9277031833EF5EB4BECA6FE;
|