1
0.07 ms
SELECT t0 . id AS id_1 , t0 . country AS country_2 , t0 . updated_at AS updated_at_3 , t0 . created_at AS created_at_4 , t0 . customer_id AS customer_id_5 , t0 . last_order_id AS last_order_id_6 FROM carts t0 WHERE t0 . id = ?
Parameters :
[
"019f9600-5a9a-7ebe-a185-8e9310e33ab8 "
]
SELECT t0 . id AS id_1 , t0 . country AS country_2 , t0 . updated_at AS updated_at_3 , t0 . created_at AS created_at_4 , t0 . customer_id AS customer_id_5 , t0 . last_order_id AS last_order_id_6 FROM carts t0 WHERE t0 . id = '019f9600-5a9a-7ebe-a185-8e9310e33ab8' ;
Copy
2
0.15 ms
SELECT t0 . id AS id_1 , t0 . updated_at AS updated_at_2 , t0 . created_at AS created_at_3 , t0 . customer_id AS customer_id_4 FROM wishlists t0 WHERE t0 . id = ?
Parameters :
[
"019f9600-5aa6-71e8-ac5e-51bc7d8bf536 "
]
SELECT t0 . id AS id_1 , t0 . updated_at AS updated_at_2 , t0 . created_at AS created_at_3 , t0 . customer_id AS customer_id_4 FROM wishlists t0 WHERE t0 . id = '019f9600-5aa6-71e8-ac5e-51bc7d8bf536' ;
Copy
3
0.15 ms
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 ('materialgruppierung_1524' , 'materialgruppierung_1527' , 'altergruppierung_54019' , 'art_5193' , 'art_54906' , 'einband_4619' , 'family_379' , 'verpackung_2870' , 'netto_gewicht_filter_2' , 'seitenzahl_3766' , 'art_2163' , 'altergruppierung_54020' , 'anzahl_der_artikel_11430' , 'family_666' , 'grossen_46691' , 'grossen_5129' , 'grossen_54721' , 'materialgruppierung_1521' , 'materialgruppierung_1523' , 'materialgruppierung_3960' , 'netto_gewicht_filter_1' , 'netto_gewicht_filter_5' , 'verpackung_6379' ) 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 ('materialgruppierung_1524' , 'materialgruppierung_1527' , 'altergruppierung_54019' , 'art_5193' , 'art_54906' , 'einband_4619' , 'family_379' , 'verpackung_2870' , 'netto_gewicht_filter_2' , 'seitenzahl_3766' , 'art_2163' , 'altergruppierung_54020' , 'anzahl_der_artikel_11430' , 'family_666' , 'grossen_46691' , 'grossen_5129' , 'grossen_54721' , 'materialgruppierung_1521' , 'materialgruppierung_1523' , 'materialgruppierung_3960' , 'netto_gewicht_filter_1' , 'netto_gewicht_filter_5' , 'verpackung_6379' ) AND a . is_filterable = true ;
Copy
4
0.15 ms
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . sku AS sku_3 , t0 . updated_at AS updated_at_4 , t0 . created_at AS created_at_5 , t0 . wishlist_id AS wishlist_id_6 FROM wishlist_items t0 WHERE t0 . wishlist_id = ? ORDER BY t0 . created_at DESC
Parameters :
[
"019f9600-5aa6-71e8-ac5e-51bc7d8bf536 "
]
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . sku AS sku_3 , t0 . updated_at AS updated_at_4 , t0 . created_at AS created_at_5 , t0 . wishlist_id AS wishlist_id_6 FROM wishlist_items t0 WHERE t0 . wishlist_id = '019f9600-5aa6-71e8-ac5e-51bc7d8bf536' ORDER BY t0 . created_at DESC ;
Copy
5
0.30 ms
SELECT l0_ . id AS id_0 , l0_ . category_id AS category_id_1 , l0_ . slug AS slug_2 , l0_ . name AS name_3 , l0_ . status AS status_4 , l0_ . start_at AS start_at_5 , l0_ . end_at AS end_at_6 , l0_ . custom_css AS custom_css_7 , l0_ . preview_token AS preview_token_8 , l0_ . created_at AS created_at_9 , l0_ . updated_at AS updated_at_10 FROM landing_pages l0_ WHERE l0_ . category_id = ? AND l0_ . status = ? AND (l0_ . start_at IS NULL OR l0_ . start_at < = ? ) AND (l0_ . end_at IS NULL OR l0_ . end_at > ? ) LIMIT 1
Parameters :
[
2458
"published "
"2026-07-24 23:20:35 "
"2026-07-24 23:20:35 "
]
SELECT l0_ . id AS id_0 , l0_ . category_id AS category_id_1 , l0_ . slug AS slug_2 , l0_ . name AS name_3 , l0_ . status AS status_4 , l0_ . start_at AS start_at_5 , l0_ . end_at AS end_at_6 , l0_ . custom_css AS custom_css_7 , l0_ . preview_token AS preview_token_8 , l0_ . created_at AS created_at_9 , l0_ . updated_at AS updated_at_10 FROM landing_pages l0_ WHERE l0_ . category_id = 2458 AND l0_ . status = 'published' AND (l0_ . start_at IS NULL OR l0_ . start_at < = '2026-07-24 23:20:35' ) AND (l0_ . end_at IS NULL OR l0_ . end_at > '2026-07-24 23:20:35' ) LIMIT 1 ;
Copy
6
0.16 ms
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-24 23:20:35 "
"2026-07-24 23:20:35 "
]
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-24 23:20:35' AND (b0_ . date_end > '2026-07-24 23:20:35' OR b0_ . date_end IS NULL );
Copy
7
0.16 ms
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . quantity AS quantity_3 , t0 . sku AS sku_4 , t0 . hash AS hash_5 , t0 . updated_at AS updated_at_6 , t0 . created_at AS created_at_7 , t0 . options AS options_8 , t0 . cart_id AS cart_id_9 FROM cart_items t0 WHERE t0 . cart_id = ? ORDER BY t0 . created_at DESC
Parameters :
[
"019f9600-5a9a-7ebe-a185-8e9310e33ab8 "
]
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . quantity AS quantity_3 , t0 . sku AS sku_4 , t0 . hash AS hash_5 , t0 . updated_at AS updated_at_6 , t0 . created_at AS created_at_7 , t0 . options AS options_8 , t0 . cart_id AS cart_id_9 FROM cart_items t0 WHERE t0 . cart_id = '019f9600-5a9a-7ebe-a185-8e9310e33ab8' ORDER BY t0 . created_at DESC ;
Copy
8
0.13 ms
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
9
0.15 ms
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_promo "
"2026-07-24 23:20:35 "
"2026-07-24 23:20:35 "
]
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_promo' AND b0_ . date_start < '2026-07-24 23:20:35' AND (b0_ . date_end > '2026-07-24 23:20:35' OR b0_ . date_end IS NULL );
Copy
10
0.12 ms
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 :
[
"category "
"2026-07-24 23:20:35 "
"2026-07-24 23:20:35 "
]
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 = 'category' AND b0_ . date_start < '2026-07-24 23:20:35' AND (b0_ . date_end > '2026-07-24 23:20:35' OR b0_ . date_end IS NULL );
Copy
11
0.12 ms
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 :
[
"menu "
"2026-07-24 23:20:35 "
"2026-07-24 23:20:35 "
]
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 = 'menu' AND b0_ . date_start < '2026-07-24 23:20:35' AND (b0_ . date_end > '2026-07-24 23:20:35' OR b0_ . date_end IS NULL );
Copy
12
0.10 ms
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 :
[
"menu_top "
"2026-07-24 23:20:35 "
"2026-07-24 23:20:35 "
]
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 = 'menu_top' AND b0_ . date_start < '2026-07-24 23:20:35' AND (b0_ . date_end > '2026-07-24 23:20:35' OR b0_ . date_end IS NULL );
Copy
13
0.08 ms
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 = ?
Parameters :
[
"menu_mobile "
]
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 = 'menu_mobile' ;
Copy