0.67 ms (36.46%)
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:32:03 "
"2026-07-25 00:32:03 "
]
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:32:03' AND (b0_ . date_end > '2026-07-25 00:32:03' OR b0_ . date_end IS NULL );
Copy
0.15 ms (8.02%)
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_6' , 'farbgruppierung_587' , 'koerpermaterial_5214' , 'stecker_typ_29449' , 'steuerungsart_8034' , 'topfvolumen_6066' , 'display_559' , 'leistung_651' , 'anzahl_der_programme_56922' , 'anzahl_der_programme_56923' , 'steuerungssprache_1505' , 'topfbeschichtung_6059' , 'vendor_1363' , 'netto_gewicht_filter_9' , 'steuerungssprache_1506' , 'koerpermaterial_28507' , 'netto_gewicht_filter_7' , 'netto_gewicht_filter_8' , 'topfbeschichtung_24381' , 'vendor_11' , 'anzahl_der_programme_41509' , 'anzahl_der_programme_701' , 'display_560' , 'farbgruppierung_7452' , 'leistung_2046' , 'modelname_17061' , 'modelname_41510' , 'modelname_56945' , 'modelname_56946' , 'steuerungsart_41524' , 'steuerungsart_5032' ) 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_6' , 'farbgruppierung_587' ,
'koerpermaterial_5214' , 'stecker_typ_29449' ,
'steuerungsart_8034' , 'topfvolumen_6066' ,
'display_559' , 'leistung_651' , 'anzahl_der_programme_56922' ,
'anzahl_der_programme_56923' , 'steuerungssprache_1505' ,
'topfbeschichtung_6059' , 'vendor_1363' ,
'netto_gewicht_filter_9' , 'steuerungssprache_1506' ,
'koerpermaterial_28507' , 'netto_gewicht_filter_7' ,
'netto_gewicht_filter_8' , 'topfbeschichtung_24381' ,
'vendor_11' , 'anzahl_der_programme_41509' ,
'anzahl_der_programme_701' , 'display_560' ,
'farbgruppierung_7452' , 'leistung_2046' ,
'modelname_17061' , 'modelname_41510' ,
'modelname_56945' , 'modelname_56946' ,
'steuerungsart_41524' , 'steuerungsart_5032'
)
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_6' , 'farbgruppierung_587' , 'koerpermaterial_5214' , 'stecker_typ_29449' , 'steuerungsart_8034' , 'topfvolumen_6066' , 'display_559' , 'leistung_651' , 'anzahl_der_programme_56922' , 'anzahl_der_programme_56923' , 'steuerungssprache_1505' , 'topfbeschichtung_6059' , 'vendor_1363' , 'netto_gewicht_filter_9' , 'steuerungssprache_1506' , 'koerpermaterial_28507' , 'netto_gewicht_filter_7' , 'netto_gewicht_filter_8' , 'topfbeschichtung_24381' , 'vendor_11' , 'anzahl_der_programme_41509' , 'anzahl_der_programme_701' , 'display_560' , 'farbgruppierung_7452' , 'leistung_2046' , 'modelname_17061' , 'modelname_41510' , 'modelname_56945' , 'modelname_56946' , 'steuerungsart_41524' , 'steuerungsart_5032' ) AND a . is_filterable = true ;
Copy