| 1 |
0.82 ms |
SELECT COUNT(l0_.id) AS sclr_0 FROM listini l0_
SELECT COUNT(l0_.id) AS sclr_0 FROM listini l0_;
|
| 2 |
0.76 ms |
SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.id = '1';
|
| 3 |
0.45 ms |
SELECT t0.id AS id_1, t0.listino AS listino_2, t0.currency_id AS currency_id_3 FROM listini t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.listino AS listino_2, t0.currency_id AS currency_id_3 FROM listini t0 WHERE t0.id = '1';
|
| 4 |
0.63 ms |
SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.product = ? LIMIT 1
Parameters: [
"TE.1164771"
]
SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.product = 'TE.1164771' LIMIT 1;
|
| 5 |
0.61 ms |
SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1
SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = 'it' LIMIT 1;
|
| 6 |
82.11 ms |
SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,
(
SELECT
CONVERT(GROUP_CONCAT(
CONCAT_WS(
'|',
phototype_id, phototype_name, photo_path, photo_path_reduced
)
) USING utf8mb4)
FROM skews_photos sp
WHERE sp.product_id = ps.product_id
AND sp.color_id = ps.color_id
AND season_id IN (
SELECT MAX(season_id)
FROM skews_photos
WHERE product_id = ps.product_id
AND color_id = ps.color_id
)
ORDER BY phototype_id ASC
) AS path
FROM products_skews AS ps
INNER JOIN colors AS c ON c.id = ps.color_id
INNER JOIN sizes AS s ON s.id = ps.size_id
LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 15
LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id
INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1
WHERE ps.product_id = 24119
AND ps.qty > 0
AND ps.is_online = 1
HAVING path != ''
ORDER BY pco.sequence ASC, sc.sequence ASC
SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,
(
SELECT
CONVERT(GROUP_CONCAT(
CONCAT_WS(
'|',
phototype_id, phototype_name, photo_path, photo_path_reduced
)
) USING utf8mb4)
FROM skews_photos sp
WHERE sp.product_id = ps.product_id
AND sp.color_id = ps.color_id
AND season_id IN (
SELECT MAX(season_id)
FROM skews_photos
WHERE product_id = ps.product_id
AND color_id = ps.color_id
)
ORDER BY phototype_id ASC
) AS path
FROM products_skews AS ps
INNER JOIN colors AS c ON c.id = ps.color_id
INNER JOIN sizes AS s ON s.id = ps.size_id
LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 15
LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id
INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1
WHERE ps.product_id = 24119
AND ps.qty > 0
AND ps.is_online = 1
HAVING path != ''
ORDER BY pco.sequence ASC, sc.sequence ASC
;
|
| 7 |
0.57 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755941;
|
| 8 |
0.52 ms |
SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = 79;
|
| 9 |
0.49 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 10 |
0.42 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755942;
|
| 11 |
0.35 ms |
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = 90;
|
| 12 |
0.69 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8,5' AND t0.linea_id = 15 LIMIT 1;
|
| 13 |
0.71 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8.5' AND t0.linea_id = 15 LIMIT 1;
|
| 14 |
0.44 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 15 |
0.39 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755943;
|
| 16 |
0.27 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 17 |
0.25 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755944;
|
| 18 |
0.22 ms |
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = 91;
|
| 19 |
0.29 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9,5' AND t0.linea_id = 15 LIMIT 1;
|
| 20 |
0.36 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9.5' AND t0.linea_id = 15 LIMIT 1;
|
| 21 |
0.36 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 22 |
0.28 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755945;
|
| 23 |
0.26 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 24 |
0.33 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755946;
|
| 25 |
0.23 ms |
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = 92;
|
| 26 |
0.28 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10,5' AND t0.linea_id = 15 LIMIT 1;
|
| 27 |
0.28 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10.5' AND t0.linea_id = 15 LIMIT 1;
|
| 28 |
0.28 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 29 |
0.25 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755947;
|
| 30 |
0.26 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 31 |
0.27 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755948;
|
| 32 |
0.22 ms |
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = 93;
|
| 33 |
0.29 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11,5' AND t0.linea_id = 15 LIMIT 1;
|
| 34 |
0.26 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11.5' AND t0.linea_id = 15 LIMIT 1;
|
| 35 |
0.29 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 36 |
0.25 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755949;
|
| 37 |
0.30 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 38 |
0.27 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755950;
|
| 39 |
0.29 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 40 |
0.25 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755955;
|
| 41 |
0.31 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8,5' AND t0.linea_id = 15 LIMIT 1;
|
| 42 |
0.32 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8.5' AND t0.linea_id = 15 LIMIT 1;
|
| 43 |
0.24 ms |
SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = 13005;
|
| 44 |
0.23 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 45 |
0.22 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755956;
|
| 46 |
0.22 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 47 |
0.22 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755957;
|
| 48 |
0.28 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9,5' AND t0.linea_id = 15 LIMIT 1;
|
| 49 |
0.29 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9.5' AND t0.linea_id = 15 LIMIT 1;
|
| 50 |
0.23 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 51 |
0.23 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755958;
|
| 52 |
0.22 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 53 |
0.22 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755959;
|
| 54 |
0.28 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10,5' AND t0.linea_id = 15 LIMIT 1;
|
| 55 |
0.24 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10.5' AND t0.linea_id = 15 LIMIT 1;
|
| 56 |
0.20 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 57 |
0.19 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755960;
|
| 58 |
0.26 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 59 |
0.21 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755961;
|
| 60 |
0.24 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11,5' AND t0.linea_id = 15 LIMIT 1;
|
| 61 |
0.22 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11.5' AND t0.linea_id = 15 LIMIT 1;
|
| 62 |
0.21 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 63 |
0.21 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755962;
|
| 64 |
0.20 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 65 |
0.20 ms |
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = 755963;
|
| 66 |
0.21 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 67 |
0.22 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 68 |
0.22 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 69 |
0.25 ms |
SELECT img_path
FROM products_default_image
WHERE product_id = 24119
SELECT img_path
FROM products_default_image
WHERE product_id = 24119;
|
| 70 |
0.20 ms |
SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1
SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = 'it' LIMIT 1;
|
| 71 |
71.31 ms |
SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,
(
SELECT
CONVERT(GROUP_CONCAT(
CONCAT_WS(
'|',
phototype_id, phototype_name, photo_path, photo_path_reduced
)
) USING utf8mb4)
FROM skews_photos sp
WHERE sp.product_id = ps.product_id
AND sp.color_id = ps.color_id
AND season_id IN (
SELECT MAX(season_id)
FROM skews_photos
WHERE product_id = ps.product_id
AND color_id = ps.color_id
)
ORDER BY phototype_id ASC
) AS path
FROM products_skews AS ps
INNER JOIN colors AS c ON c.id = ps.color_id
INNER JOIN sizes AS s ON s.id = ps.size_id
LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 15
LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id
INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1
WHERE ps.product_id = 24119
AND ps.qty > 0
AND ps.is_online = 1
HAVING path != ''
ORDER BY pco.sequence ASC, sc.sequence ASC
SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,
(
SELECT
CONVERT(GROUP_CONCAT(
CONCAT_WS(
'|',
phototype_id, phototype_name, photo_path, photo_path_reduced
)
) USING utf8mb4)
FROM skews_photos sp
WHERE sp.product_id = ps.product_id
AND sp.color_id = ps.color_id
AND season_id IN (
SELECT MAX(season_id)
FROM skews_photos
WHERE product_id = ps.product_id
AND color_id = ps.color_id
)
ORDER BY phototype_id ASC
) AS path
FROM products_skews AS ps
INNER JOIN colors AS c ON c.id = ps.color_id
INNER JOIN sizes AS s ON s.id = ps.size_id
LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 15
LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id
INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1
WHERE ps.product_id = 24119
AND ps.qty > 0
AND ps.is_online = 1
HAVING path != ''
ORDER BY pco.sequence ASC, sc.sequence ASC
;
|
| 72 |
0.61 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 73 |
0.47 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8,5' AND t0.linea_id = 15 LIMIT 1;
|
| 74 |
0.46 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8.5' AND t0.linea_id = 15 LIMIT 1;
|
| 75 |
0.38 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 76 |
0.33 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 77 |
0.37 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9,5' AND t0.linea_id = 15 LIMIT 1;
|
| 78 |
0.40 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9.5' AND t0.linea_id = 15 LIMIT 1;
|
| 79 |
0.35 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 80 |
0.36 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 81 |
0.38 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10,5' AND t0.linea_id = 15 LIMIT 1;
|
| 82 |
0.34 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10.5' AND t0.linea_id = 15 LIMIT 1;
|
| 83 |
0.34 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 84 |
0.33 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 85 |
0.35 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11,5' AND t0.linea_id = 15 LIMIT 1;
|
| 86 |
0.35 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11.5' AND t0.linea_id = 15 LIMIT 1;
|
| 87 |
0.35 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 88 |
0.33 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 89 |
0.37 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'BLK' LIMIT 1;
|
| 90 |
0.40 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8,5' AND t0.linea_id = 15 LIMIT 1;
|
| 91 |
0.40 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '8.5' AND t0.linea_id = 15 LIMIT 1;
|
| 92 |
0.33 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 93 |
0.32 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 94 |
0.41 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9,5' AND t0.linea_id = 15 LIMIT 1;
|
| 95 |
0.39 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '9.5' AND t0.linea_id = 15 LIMIT 1;
|
| 96 |
0.32 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 97 |
0.35 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 98 |
0.35 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10,5' AND t0.linea_id = 15 LIMIT 1;
|
| 99 |
0.33 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"10.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '10.5' AND t0.linea_id = 15 LIMIT 1;
|
| 100 |
0.31 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 101 |
0.30 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 102 |
0.34 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11,5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11,5' AND t0.linea_id = 15 LIMIT 1;
|
| 103 |
0.37 ms |
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1
Parameters: [
"11.5"
15
]
SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = '11.5' AND t0.linea_id = 15 LIMIT 1;
|
| 104 |
0.51 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 105 |
0.40 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|
| 106 |
0.33 ms |
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = ? LIMIT 1
SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3 FROM colors_description t0 WHERE t0.color = 'CHRCL' LIMIT 1;
|