| 1 |
0.39 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.28 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.21 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.21 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.17 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.17 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.14 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.38 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 390
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 390;
|
| 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š“µëÕv+Ž Y\x15\x06…Ô°"
b"\x01š“µëÖs£³6¢(½.Ó€"
b"\x01š“µëØq\x1E©[(Œ@B´á"
b"\x01š“µëÚ}=¨l.yô–é\t"
b"\x01š“µë®|"¦¡\x1A=\x1C\x1AlÚ"
b"\x01š“µëæw3˜YööI\x17PA"
b"\x01š“µëÛtt¤\x02L“Ø'&@"
b"\x01š“µëÝpãûƒ±’Tþ¼"
b"\x01š“µëßwƒ§%\x16¤D^Xß"
b"""
\x01š“µëàx@‰¦ûdÃo\n
½
"""
b"\x01š“µëâyÊ‹"x\e"ÙY\x1C"
b"\x01š“µëä}¸™¹(Ï©\x1C”ë"
b"\x01š“µùö{¶±–~P\x1C‘Ò6"
b"\x01š“µùù}¤nH\x0Eºm\x17Ò"
b"\x01š“µùû~–œE\x17§°Ò®§"
]
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 (0x019A93B5EBD5762B8EA059150685D4B0, 0x019A93B5EBD673A3B336A228BD2ED380, 0x019A93B5EBD8711EA95B288C4042B4E1, 0x019A93B5EBDA7D3DA86C2E79F496E909, 0x019A93B5EBAE7C22A6A11A3D1C1A6CDA, 0x019A93B5EBE677339859F6F649175041, 0x019A93B5EBDB7474A4024C93D8272640, 0x019A93B5EBDD70E381FB83B19254FEBC, 0x019A93B5EBDF7783A72516A4445E58DF, 0x019A93B5EBE0784089A6FB64C36F0ABD, 0x019A93B5EBE279CA8B22781B22D9591C, 0x019A93B5EBE47DB899B928CFA91C94EB, 0x019A93B5F9F67BB6B1967E501C91D236, 0x019A93B5F9F97D90A46E480EBA6D17D2, 0x019A93B5F9FB7E969C4517A7B0D2AEA7) 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š“µëÕv+Ž Y\x15\x06…Ô°"
]
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 = 0x019A93B5EBD5762B8EA059150685D4B0;
|
| 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.16 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.16 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.12 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.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 = 5;
|
| 16 |
0.12 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.12 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.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š“µëÖs£³6¢(½.Ó€"
]
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 = 0x019A93B5EBD673A3B336A228BD2ED380;
|
| 19 |
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š“µëØq\x1E©[(Œ@B´á"
]
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 = 0x019A93B5EBD8711EA95B288C4042B4E1;
|
| 20 |
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š“µëÚ}=¨l.yô–é\t"
]
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 = 0x019A93B5EBDA7D3DA86C2E79F496E909;
|
| 21 |
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š“µë®|"¦¡\x1A=\x1C\x1AlÚ"
]
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 = 0x019A93B5EBAE7C22A6A11A3D1C1A6CDA;
|
| 22 |
0.20 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š“µëæw3˜YööI\x17PA"
]
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 = 0x019A93B5EBE677339859F6F649175041;
|
| 23 |
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š“µëÛtt¤\x02L“Ø'&@"
]
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 = 0x019A93B5EBDB7474A4024C93D8272640;
|
| 24 |
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š“µëÝpãûƒ±’Tþ¼"
]
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 = 0x019A93B5EBDD70E381FB83B19254FEBC;
|
| 25 |
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š“µëßwƒ§%\x16¤D^Xß"
]
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 = 0x019A93B5EBDF7783A72516A4445E58DF;
|
| 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š“µëàx@‰¦ûdÃo\n
½
"""
]
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 = 0x019A93B5EBE0784089A6FB64C36F0ABD;
|
| 27 |
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š“µëâyÊ‹"x\e"ÙY\x1C"
]
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 = 0x019A93B5EBE279CA8B22781B22D9591C;
|
| 28 |
0.20 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š“µëä}¸™¹(Ï©\x1C”ë"
]
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 = 0x019A93B5EBE47DB899B928CFA91C94EB;
|
| 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š“µùö{¶±–~P\x1C‘Ò6"
]
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 = 0x019A93B5F9F67BB6B1967E501C91D236;
|
| 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š“µùù}¤nH\x0Eºm\x17Ò"
]
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 = 0x019A93B5F9F97D90A46E480EBA6D17D2;
|
| 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š“µùû~–œE\x17§°Ò®§"
]
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 = 0x019A93B5F9FB7E969C4517A7B0D2AEA7;
|