1.27 ms (59.14%)
|
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 04:15:05"
"2026-07-25 04:15:05"
]
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 04:15:05' AND (b0_.date_end > '2026-07-25 04:15:05' OR b0_.date_end IS NULL);
|
0.08 ms (3.58%)
|
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('art_der_suessigkeiten_39960','coolbox_filter_0','family_1168','freezebox_filter_3','netto_gewicht_filter_3','verpackung_35918','verpackung_2870','art_23723','netto_gewicht_filter_2','netto_gewicht_filter_4','fuellung_36388','vendor_179','art_2163','geschmack_35745','vendor_1348','vendor_259','vendor_529','verpackung_14402','aroma_13964','fuellung_55284','geschmack_23747','geschmack_23753','geschmack_26932','geschmack_29768','netto_gewicht_filter_5','vendor_1229','vendor_1537','vendor_348','vendor_458','vendor_490','vendor_881','verpackung_3121') 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(
'art_der_suessigkeiten_39960', 'coolbox_filter_0',
'family_1168', 'freezebox_filter_3',
'netto_gewicht_filter_3', 'verpackung_35918',
'verpackung_2870', 'art_23723',
'netto_gewicht_filter_2', 'netto_gewicht_filter_4',
'fuellung_36388', 'vendor_179',
'art_2163', 'geschmack_35745', 'vendor_1348',
'vendor_259', 'vendor_529', 'verpackung_14402',
'aroma_13964', 'fuellung_55284',
'geschmack_23747', 'geschmack_23753',
'geschmack_26932', 'geschmack_29768',
'netto_gewicht_filter_5', 'vendor_1229',
'vendor_1537', 'vendor_348', 'vendor_458',
'vendor_490', 'vendor_881', 'verpackung_3121'
)
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('art_der_suessigkeiten_39960','coolbox_filter_0','family_1168','freezebox_filter_3','netto_gewicht_filter_3','verpackung_35918','verpackung_2870','art_23723','netto_gewicht_filter_2','netto_gewicht_filter_4','fuellung_36388','vendor_179','art_2163','geschmack_35745','vendor_1348','vendor_259','vendor_529','verpackung_14402','aroma_13964','fuellung_55284','geschmack_23747','geschmack_23753','geschmack_26932','geschmack_29768','netto_gewicht_filter_5','vendor_1229','vendor_1537','vendor_348','vendor_458','vendor_490','vendor_881','verpackung_3121') AND a.is_filterable = true;
|