0.66 ms (33.63%)
5
SELECT b0_ . id AS id_0 , b0_ . tracking_code AS tracking_code_1 , b0_ . title AS title_2 , b0_ . banner_type AS banner_type_3 , b0_ . banner_order AS banner_order_4 , b0_ . image_path AS image_path_5 , b0_ . destination AS destination_6 , b0_ . category_include AS category_include_7 , b0_ . category_exclude AS category_exclude_8 , b0_ . date_start AS date_start_9 , b0_ . date_end AS date_end_10 , b0_ . options AS options_11 FROM banners b0_ WHERE b0_ . banner_type = ? AND b0_ . date_start < ? AND (b0_ . date_end > ? OR b0_ . date_end IS NULL )
Parameters :
[
"top_full_width "
"2026-07-25 00:27:42 "
"2026-07-25 00:27:42 "
]
SELECT b0_ . id AS id_0 , b0_ . tracking_code AS tracking_code_1 , b0_ . title AS title_2 , b0_ . banner_type AS banner_type_3 , b0_ . banner_order AS banner_order_4 , b0_ . image_path AS image_path_5 , b0_ . destination AS destination_6 , b0_ . category_include AS category_include_7 , b0_ . category_exclude AS category_exclude_8 , b0_ . date_start AS date_start_9 , b0_ . date_end AS date_end_10 , b0_ . options AS options_11 FROM banners b0_ WHERE b0_ . banner_type = 'top_full_width' AND b0_ . date_start < '2026-07-25 00:27:42' AND (b0_ . date_end > '2026-07-25 00:27:42' OR b0_ . date_end IS NULL );
Copy
0.15 ms (7.84%)
1
SELECT a . id as group_id , a . code , a . name_ru , a . name_de , a . sort ,
a . is_metric , a . is_deeplink , a . is_filterable , a . use_deeplink_code ,
a . group_sort , a . group_name_ru , a . group_name_de ,
av . uid as value_id , av . name_ru as value_ru , av . name_de as value_de
FROM attribute_value AS av
JOIN attribute AS a on a . code = av . code
WHERE av . uid IN ('family_46' , 'verschlusstyp_2695' , 'legierung_1281' , 'materialgruppierung_1551' , 'geschlecht_66' , 'einsatz_1259' , 'geschlecht_68' , 'einsatz_8344' , 'einsatzfarbe_43608' , 'vendor_394' , 'einsatz_2579' , 'legierung_1277' , 'durchmesser_3267' , 'durchmesser_3271' , 'einsatzfarbe_45082' , 'geschlecht_46271' , 'materialgruppierung_1546' , 'durchmesser_19192' , 'durchmesser_3483' , 'einsatz_28456' , 'family_1174' , 'geschlecht_65' , 'hoehe_21751' , 'hoehe_3184' , 'hoehe_3229' , 'hoehe_3261' , 'materialgruppierung_1549' , 'modelname_35193' , 'verschlusstyp_3404' ) AND a . is_filterable = true
SELECT
a . id as group_id ,
a . code ,
a . name_ru ,
a . name_de ,
a . sort ,
a . is_metric ,
a . is_deeplink ,
a . is_filterable ,
a . use_deeplink_code ,
a . group_sort ,
a . group_name_ru ,
a . group_name_de ,
av . uid as value_id ,
av . name_ru as value_ru ,
av . name_de as value_de
FROM
attribute_value AS av
JOIN attribute AS a on a . code = av . code
WHERE
av . uid IN (
'family_46' , 'verschlusstyp_2695' ,
'legierung_1281' , 'materialgruppierung_1551' ,
'geschlecht_66' , 'einsatz_1259' ,
'geschlecht_68' , 'einsatz_8344' ,
'einsatzfarbe_43608' , 'vendor_394' ,
'einsatz_2579' , 'legierung_1277' ,
'durchmesser_3267' , 'durchmesser_3271' ,
'einsatzfarbe_45082' , 'geschlecht_46271' ,
'materialgruppierung_1546' , 'durchmesser_19192' ,
'durchmesser_3483' , 'einsatz_28456' ,
'family_1174' , 'geschlecht_65' ,
'hoehe_21751' , 'hoehe_3184' , 'hoehe_3229' ,
'hoehe_3261' , 'materialgruppierung_1549' ,
'modelname_35193' , 'verschlusstyp_3404'
)
AND a . is_filterable = true
Copy
SELECT a . id as group_id , a . code , a . name_ru , a . name_de , a . sort ,
a . is_metric , a . is_deeplink , a . is_filterable , a . use_deeplink_code ,
a . group_sort , a . group_name_ru , a . group_name_de ,
av . uid as value_id , av . name_ru as value_ru , av . name_de as value_de
FROM attribute_value AS av
JOIN attribute AS a on a . code = av . code
WHERE av . uid IN ('family_46' , 'verschlusstyp_2695' , 'legierung_1281' , 'materialgruppierung_1551' , 'geschlecht_66' , 'einsatz_1259' , 'geschlecht_68' , 'einsatz_8344' , 'einsatzfarbe_43608' , 'vendor_394' , 'einsatz_2579' , 'legierung_1277' , 'durchmesser_3267' , 'durchmesser_3271' , 'einsatzfarbe_45082' , 'geschlecht_46271' , 'materialgruppierung_1546' , 'durchmesser_19192' , 'durchmesser_3483' , 'einsatz_28456' , 'family_1174' , 'geschlecht_65' , 'hoehe_21751' , 'hoehe_3184' , 'hoehe_3229' , 'hoehe_3261' , 'materialgruppierung_1549' , 'modelname_35193' , 'verschlusstyp_3404' ) AND a . is_filterable = true ;
Copy
0.15 ms (7.63%)
1
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . category_order AS category_order_3 , t0 . title_ru AS title_ru_4 , t0 . title_de AS title_de_5 , t0 . url_ru AS url_ru_6 , t0 . url_de AS url_de_7 , t0 . date_start AS date_start_8 , t0 . date_end AS date_end_9 , t0 . options AS options_10 FROM category_menu t0 WHERE t0 . type IN (? , ? , ? , ? )
Parameters :
[
"menu_main "
"top_amount "
"top_sold "
"sale "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . category_order AS category_order_3 , t0 . title_ru AS title_ru_4 , t0 . title_de AS title_de_5 , t0 . url_ru AS url_ru_6 , t0 . url_de AS url_de_7 , t0 . date_start AS date_start_8 , t0 . date_end AS date_end_9 , t0 . options AS options_10 FROM category_menu t0 WHERE t0 . type IN ('menu_main' , 'top_amount' , 'top_sold' , 'sale' );
Copy