1
0.97 ms
SELECT COUNT (l0_ . id ) AS sclr_0 FROM listini l0_
SELECT COUNT (l0_ . id ) AS sclr_0 FROM listini l0_ ;
Copy
2
0.67 ms
SELECT COUNT (l0_ . id ) AS sclr_0 FROM listini l0_
SELECT COUNT (l0_ . id ) AS sclr_0 FROM listini l0_ ;
Copy
3
0.72 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = ? LIMIT 1
Parameters :
[
"/en-it/technologies/hytech-seas "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = '/en-it/technologies/hytech-seas' LIMIT 1 ;
Copy
4
0.52 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = 'en' LIMIT 1 ;
Copy
5
0.39 ms
SELECT t0 . id AS id_1 , t0 . listino AS listino_2 , t0 . currency_id AS currency_id_3 FROM listini t0 WHERE t0 . listino = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . listino AS listino_2 , t0 . currency_id AS currency_id_3 FROM listini t0 WHERE t0 . listino = 'it' LIMIT 1 ;
Copy
6
0.55 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = ? LIMIT 1
Parameters :
[
"/en-it/technologies/hytech-seas "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = '/en-it/technologies/hytech-seas' LIMIT 1 ;
Copy
7
1.79 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 IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"422781 "
"422782 "
"424712 "
"424749 "
"415595 "
"415596 "
"410051 "
"410009 "
"410010 "
"410011 "
"410012 "
"410049 "
"410050 "
"410081 "
"410083 "
"410126 "
"410127 "
"410128 "
"410170 "
"410791 "
"410333 "
"410334 "
"424505 "
"410338 "
"410339 "
]
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 IN ('422781' , '422782' , '424712' , '424749' , '415595' , '415596' , '410051' , '410009' , '410010' , '410011' , '410012' , '410049' , '410050' , '410081' , '410083' , '410126' , '410127' , '410128' , '410170' , '410791' , '410333' , '410334' , '424505' , '410338' , '410339' );
Copy
8
1.04 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25967
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25967
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
9
0.66 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25967 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
10
0.56 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25872
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25872
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
11
0.41 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25872 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
12
0.56 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25963
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25963
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
13
0.44 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25963 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
14
0.50 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25865
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25865
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
15
0.37 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25865 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
16
0.54 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25866
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25866
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
17
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25866 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
18
0.56 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25867
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25867
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
19
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25867 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
20
0.48 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25868
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25868
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
21
0.39 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25868 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
22
0.50 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25961
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25961
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
23
0.37 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25961 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
24
0.50 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25962
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25962
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
25
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25962 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
26
1.12 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25932
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25932
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
27
0.69 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25932 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
28
0.94 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25934
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25934
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
29
0.68 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25934 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
30
0.90 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25949
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25949
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
31
0.61 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25949 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
32
0.90 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25950
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25950
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
33
0.68 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25950 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
34
0.66 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25951
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25951
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
35
0.48 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25951 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
36
0.68 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25887
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25887
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
37
0.47 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25887 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
38
0.67 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25953
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25953
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
39
0.51 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25953 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
40
0.67 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25952
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25952
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
41
0.49 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25952 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
42
0.66 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25935
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25935
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
43
0.47 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25935 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
44
0.64 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25888
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25888
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
45
0.46 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25888 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
46
0.63 ms
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = :lang_id
WHERE pfv . product_id = :product_id
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
Parameters :
[
"lang_id " => 2
"product_id " => 25889
]
SELECT
f . code AS feature_code ,
COALESCE (
NULLIF (TRIM (pfv . value_text ), '' ),
NULLIF (TRIM (TRAILING '.' FROM TRIM (TRAILING '0' FROM CAST (pfv . value_number AS CHAR ))), '' ),
CASE
WHEN pfv . value_bool = 1 THEN 'Yes'
WHEN pfv . value_bool = 0 THEN 'No'
ELSE NULL
END ,
fot . label
) AS feature_value
FROM product_feature_value AS pfv
INNER JOIN feature AS f ON f . id = pfv . feature_id
LEFT JOIN feature_option_translation AS fot ON fot . option_id = pfv . option_id AND fot . lang_id = 2
WHERE pfv . product_id = 25889
ORDER BY pfv . feature_id ASC , pfv . option_id ASC
;
Copy
47
0.46 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = ? AND t0 . lang_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . video AS video_4 , t0 . product_id AS product_id_5 , t0 . lang_id AS lang_id_6 FROM products_texts t0 WHERE t0 . product_id = 25889 AND t0 . lang_id = 2 LIMIT 1 ;
Copy
48
0.85 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = ? LIMIT 1
Parameters :
[
"/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = '/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader' LIMIT 1 ;
Copy
49
0.30 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = 'en' LIMIT 1 ;
Copy
50
0.28 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = ? LIMIT 1
Parameters :
[
"/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = '/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader' LIMIT 1 ;
Copy
51
0.32 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = 'en' LIMIT 1 ;
Copy
52
0.69 ms
SELECT s0_ . id AS id_0 , s0_ . text AS text_1 , s0_ . meta_title AS meta_title_2 , s0_ . meta_description AS meta_description_3 , s1_ . exa_color AS exa_color_4 , s1_ . font_color AS font_color_5 , s0_ . static_text_id AS static_text_id_6 , s0_ . lang_id AS lang_id_7 FROM static_texts s1_ INNER JOIN static_text_langs s0_ ON (s1_ . id = s0_ . static_text_id ) WHERE s1_ . type = ? AND s0_ . lang_id = ? AND (s1_ . valid_from IS NULL OR s1_ . valid_from < = ? ) AND (s1_ . valid_to IS NULL OR s1_ . valid_to > = ? ) ORDER BY s1_ . id DESC LIMIT 1
Parameters :
[
"header "
2
"2026-09-04 20:50:21 "
"2026-09-04 20:50:21 "
]
SELECT s0_ . id AS id_0 , s0_ . text AS text_1 , s0_ . meta_title AS meta_title_2 , s0_ . meta_description AS meta_description_3 , s1_ . exa_color AS exa_color_4 , s1_ . font_color AS font_color_5 , s0_ . static_text_id AS static_text_id_6 , s0_ . lang_id AS lang_id_7 FROM static_texts s1_ INNER JOIN static_text_langs s0_ ON (s1_ . id = s0_ . static_text_id ) WHERE s1_ . type = 'header' AND s0_ . lang_id = 2 AND (s1_ . valid_from IS NULL OR s1_ . valid_from < = '2026-09-04 20:50:21' ) AND (s1_ . valid_to IS NULL OR s1_ . valid_to > = '2026-09-04 20:50:21' ) ORDER BY s1_ . id DESC LIMIT 1 ;
Copy
53
0.33 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = 'en' LIMIT 1 ;
Copy
54
0.61 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id IS NULL AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id IS NULL AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
55
0.54 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 488 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
56
0.43 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 489 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
57
0.41 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 492 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
58
0.42 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 490 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
59
0.53 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 491 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
60
0.49 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 494 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
61
0.48 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 495 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
62
0.49 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 496 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
63
0.50 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 497 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
64
0.49 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 498 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
65
0.50 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 499 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
66
0.48 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 500 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
67
0.34 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 ;
Copy
68
0.30 ms
SELECT t0 . id AS id_1 , t0 . listino AS listino_2 , t0 . currency_id AS currency_id_3 FROM listini t0
SELECT t0 . id AS id_1 , t0 . listino AS listino_2 , t0 . currency_id AS currency_id_3 FROM listini t0 ;
Copy
69
0.71 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 488 ;
Copy
70
0.49 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 490 ;
Copy
71
0.48 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 491 ;
Copy
72
0.45 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 494 ;
Copy
73
0.41 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 495 ;
Copy
74
0.41 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 496 ;
Copy
75
0.41 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 497 ;
Copy
76
0.86 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 498 ;
Copy
77
0.84 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 499 ;
Copy
78
0.69 ms
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . category_url AS category_url_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . frontend_description AS frontend_description_6 , t0 . meta_h1 AS meta_h1_7 , t0 . meta_h2 AS meta_h2_8 , t0 . custom_category_id AS custom_category_id_9 , t0 . lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0 . custom_category_id = 500 ;
Copy
79
0.82 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = ? LIMIT 1
Parameters :
[
"/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = '/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter' LIMIT 1 ;
Copy
80
0.40 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = 'en' LIMIT 1 ;
Copy
81
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = ? LIMIT 1
Parameters :
[
"/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . old_url AS old_url_3 , t0 . new_url AS new_url_4 FROM redirects t0 WHERE t0 . old_url = '/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter' LIMIT 1 ;
Copy
82
0.38 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . label AS label_3 FROM langs t0 WHERE t0 . lang = 'en' LIMIT 1 ;
Copy
83
0.73 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id IS NULL AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id IS NULL AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
84
0.59 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 488 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
85
0.56 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 489 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
86
0.51 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 492 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
87
0.50 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 490 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
88
0.62 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 491 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
89
0.47 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 494 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
90
0.48 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 495 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
91
0.47 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 496 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
92
0.61 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 497 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
93
0.56 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 498 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
94
0.52 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 499 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy
95
0.46 ms
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = ? AND c1_ . lang_id = ? ORDER BY c0_ . ordine ASC
SELECT c0_ . id AS id_0 , c0_ . custom_category AS custom_category_1 , c0_ . ordine AS ordine_2 , c0_ . is_online AS is_online_3 , c0_ . show_in_menu AS show_in_menu_4 , c0_ . parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_ . custom_category_id = c0_ . id ) WHERE c0_ . is_online = 1 AND c0_ . show_in_menu = 1 AND c0_ . parent_id = 500 AND c1_ . lang_id = 2 ORDER BY c0_ . ordine ASC ;
Copy