| 1 |
0.07 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 2 |
0.33 ms |
INSERT INTO carts (id, country, updated_at, created_at, customer_id, last_order_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"019f964b-cc70-7395-a15d-860bc097e0bf"
"DE"
"2026-07-25 00:42:57"
"2026-07-25 00:42:57"
null
null
]
INSERT INTO carts (id, country, updated_at, created_at, customer_id, last_order_id) VALUES ('019f964b-cc70-7395-a15d-860bc097e0bf', 'DE', '2026-07-25 00:42:57', '2026-07-25 00:42:57', NULL, NULL);
|
| 3 |
4.20 ms |
"COMMIT"
|
| 4 |
0.09 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 5 |
0.15 ms |
INSERT INTO wishlists (id, updated_at, created_at, customer_id) VALUES (?, ?, ?, ?)
Parameters: [
"019f964b-cc7b-729b-a3e9-493edf8af8e3"
"2026-07-25 00:42:57"
"2026-07-25 00:42:57"
null
]
INSERT INTO wishlists (id, updated_at, created_at, customer_id) VALUES ('019f964b-cc7b-729b-a3e9-493edf8af8e3', '2026-07-25 00:42:57', '2026-07-25 00:42:57', NULL);
|
| 6 |
0.97 ms |
"COMMIT"
|
| 7 |
0.16 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('coolbox_filter_0','family_981','freezebox_filter_3','verpackung_2870','netto_gewicht_filter_4','teigwarenart_25246','art_56419','netto_gewicht_filter_3','teigwarenart_38803','teigwarenart_25230','laenderkueche_36355','teigwarenart_25243','vendor_834','vendor_992','teigwarenart_56421','vendor_165','vendor_608','freezebox_filter_2','laenderkueche_36352','laenderkueche_43012','vendor_153','vendor_159','vendor_1623','vendor_386','vendor_531','vendor_972','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(
'coolbox_filter_0', 'family_981',
'freezebox_filter_3', 'verpackung_2870',
'netto_gewicht_filter_4', 'teigwarenart_25246',
'art_56419', 'netto_gewicht_filter_3',
'teigwarenart_38803', 'teigwarenart_25230',
'laenderkueche_36355', 'teigwarenart_25243',
'vendor_834', 'vendor_992', 'teigwarenart_56421',
'vendor_165', 'vendor_608', 'freezebox_filter_2',
'laenderkueche_36352', 'laenderkueche_43012',
'vendor_153', 'vendor_159', 'vendor_1623',
'vendor_386', 'vendor_531', 'vendor_972',
'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('coolbox_filter_0','family_981','freezebox_filter_3','verpackung_2870','netto_gewicht_filter_4','teigwarenart_25246','art_56419','netto_gewicht_filter_3','teigwarenart_38803','teigwarenart_25230','laenderkueche_36355','teigwarenart_25243','vendor_834','vendor_992','teigwarenart_56421','vendor_165','vendor_608','freezebox_filter_2','laenderkueche_36352','laenderkueche_43012','vendor_153','vendor_159','vendor_1623','vendor_386','vendor_531','vendor_972','verpackung_3121') AND a.is_filterable = true;
|
| 8 |
0.58 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-25 00:42:57"
"2026-07-25 00:42:57"
]
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:42:57' AND (b0_.date_end > '2026-07-25 00:42:57' OR b0_.date_end IS NULL);
|
| 9 |
0.16 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');
|
| 10 |
0.76 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-25 00:42:57"
"2026-07-25 00:42:57"
]
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-25 00:42:57' AND (b0_.date_end > '2026-07-25 00:42:57' OR b0_.date_end IS NULL);
|
| 11 |
0.48 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-25 00:42:57"
"2026-07-25 00:42:57"
]
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-25 00:42:57' AND (b0_.date_end > '2026-07-25 00:42:57' OR b0_.date_end IS NULL);
|
| 12 |
0.51 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-25 00:42:57"
"2026-07-25 00:42:57"
]
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-25 00:42:57' AND (b0_.date_end > '2026-07-25 00:42:57' OR b0_.date_end IS NULL);
|
| 13 |
0.67 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-25 00:42:57"
"2026-07-25 00:42:57"
]
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-25 00:42:57' AND (b0_.date_end > '2026-07-25 00:42:57' OR b0_.date_end IS NULL);
|
| 14 |
0.22 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';
|