| 1 |
0.08 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 2 |
0.31 ms |
INSERT INTO carts (id, updated_at, created_at, customer_id) VALUES (?, ?, ?, ?)
Parameters: [
"019bf0d6-28f8-7394-bec4-39be86b27e27"
"2026-01-24 17:28:45"
"2026-01-24 17:28:45"
null
]
INSERT INTO carts (id, updated_at, created_at, customer_id) VALUES ('019bf0d6-28f8-7394-bec4-39be86b27e27', '2026-01-24 17:28:45', '2026-01-24 17:28:45', NULL);
|
| 3 |
1.81 ms |
"COMMIT"
|
| 4 |
0.10 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 5 |
0.22 ms |
INSERT INTO wishlists (id, updated_at, created_at, customer_id) VALUES (?, ?, ?, ?)
Parameters: [
"019bf0d6-2901-7e28-8dd3-969444d72d98"
"2026-01-24 17:28:45"
"2026-01-24 17:28:45"
null
]
INSERT INTO wishlists (id, updated_at, created_at, customer_id) VALUES ('019bf0d6-2901-7e28-8dd3-969444d72d98', '2026-01-24 17:28:45', '2026-01-24 17:28:45', NULL);
|
| 6 |
0.90 ms |
"COMMIT"
|
| 7 |
0.08 ms |
SELECT a.id as attr_id, a.code, a.name_ru, a.name_de,
av.uid, av.id as value_id, av.name_ru as value_name_ru, av.name_de as value_name_de
FROM attribute_value AS av
JOIN attribute AS a on a.code = av.code
WHERE av.code = 'vendor' AND av.id=533
SELECT a.id as attr_id, a.code, a.name_ru, a.name_de,
av.uid, av.id as value_id, av.name_ru as value_name_ru, av.name_de as value_name_de
FROM attribute_value AS av
JOIN attribute AS a on a.code = av.code
WHERE av.code = 'vendor' AND av.id=533 ;
|
| 8 |
0.11 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('family_971','netto_gewicht_filter_7','art_2163','verpackung_2870','getreideart_15473','vendor_533','coolbox_filter_0','freezebox_filter_3','family_1102','netto_gewicht_filter_4','family_973','netto_gewicht_filter_5','getreideart_15476','family_972','verpackung_35918','getreideart_15482','family_978','getreideart_15480','family_980','art_25334','getreideart_23711','getreideart_25277','family_977','getreideart_23707','verpackung_2954','anzahl_der_portionen_35937','family_1109') 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_971', 'netto_gewicht_filter_7',
'art_2163', 'verpackung_2870', 'getreideart_15473',
'vendor_533', 'coolbox_filter_0',
'freezebox_filter_3', 'family_1102',
'netto_gewicht_filter_4', 'family_973',
'netto_gewicht_filter_5', 'getreideart_15476',
'family_972', 'verpackung_35918',
'getreideart_15482', 'family_978',
'getreideart_15480', 'family_980',
'art_25334', 'getreideart_23711',
'getreideart_25277', 'family_977',
'getreideart_23707', 'verpackung_2954',
'anzahl_der_portionen_35937', 'family_1109'
)
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_971','netto_gewicht_filter_7','art_2163','verpackung_2870','getreideart_15473','vendor_533','coolbox_filter_0','freezebox_filter_3','family_1102','netto_gewicht_filter_4','family_973','netto_gewicht_filter_5','getreideart_15476','family_972','verpackung_35918','getreideart_15482','family_978','getreideart_15480','family_980','art_25334','getreideart_23711','getreideart_25277','family_977','getreideart_23707','verpackung_2954','anzahl_der_portionen_35937','family_1109') AND a.is_filterable = true;
|
| 9 |
0.13 ms |
SELECT code FROM attribute WHERE is_filterable = true
SELECT code FROM attribute WHERE is_filterable = true;
|
| 10 |
0.37 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 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-01-24 17:28:45"
"2026-01-24 17:28:45"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = 'top_full_width' AND b0_.date_start < '2026-01-24 17:28:45' AND (b0_.date_end > '2026-01-24 17:28:45' OR b0_.date_end IS NULL);
|
| 11 |
0.10 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');
|
| 12 |
0.43 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 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-01-24 17:28:45"
"2026-01-24 17:28:45"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = 'top_promo' AND b0_.date_start < '2026-01-24 17:28:45' AND (b0_.date_end > '2026-01-24 17:28:45' OR b0_.date_end IS NULL);
|
| 13 |
0.46 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = ? AND b0_.date_start < ? AND (b0_.date_end > ? OR b0_.date_end IS NULL)
Parameters: [
"category"
"2026-01-24 17:28:45"
"2026-01-24 17:28:45"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = 'category' AND b0_.date_start < '2026-01-24 17:28:45' AND (b0_.date_end > '2026-01-24 17:28:45' OR b0_.date_end IS NULL);
|
| 14 |
0.11 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = ? AND b0_.date_start < ? AND (b0_.date_end > ? OR b0_.date_end IS NULL)
Parameters: [
"menu"
"2026-01-24 17:28:45"
"2026-01-24 17:28:45"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = 'menu' AND b0_.date_start < '2026-01-24 17:28:45' AND (b0_.date_end > '2026-01-24 17:28:45' OR b0_.date_end IS NULL);
|
| 15 |
0.06 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 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-01-24 17:28:45"
"2026-01-24 17:28:45"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.banner_type AS banner_type_2, b0_.banner_order AS banner_order_3, b0_.image_path AS image_path_4, b0_.destination AS destination_5, b0_.category_include AS category_include_6, b0_.category_exclude AS category_exclude_7, b0_.date_start AS date_start_8, b0_.date_end AS date_end_9, b0_.options AS options_10 FROM banners b0_ WHERE b0_.banner_type = 'menu_top' AND b0_.date_start < '2026-01-24 17:28:45' AND (b0_.date_end > '2026-01-24 17:28:45' OR b0_.date_end IS NULL);
|
| 16 |
0.07 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';
|