6.52 ms (72.25%)
|
2 |
"COMMIT"
|
1.41 ms (15.63%)
|
4 |
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 05:07:17"
"2026-07-25 05:07:17"
]
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 05:07:17' AND (b0_.date_end > '2026-07-25 05:07:17' OR b0_.date_end IS NULL);
|
0.30 ms (3.35%)
|
1 |
INSERT INTO carts (id, country, updated_at, created_at, customer_id, last_order_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"019f973d-cb68-7ca1-8008-faba43904ed7"
"DE"
"2026-07-25 05:07:17"
"2026-07-25 05:07:17"
null
null
]
INSERT INTO carts (id, country, updated_at, created_at, customer_id, last_order_id) VALUES ('019f973d-cb68-7ca1-8008-faba43904ed7', 'DE', '2026-07-25 05:07:17', '2026-07-25 05:07:17', NULL, NULL);
|
0.30 ms (3.33%)
|
2 |
"START TRANSACTION"
"START TRANSACTION";
|
0.27 ms (2.98%)
|
1 |
INSERT INTO wishlists (id, updated_at, created_at, customer_id) VALUES (?, ?, ?, ?)
Parameters: [
"019f973d-cb74-730b-8dad-3e8b98c83161"
"2026-07-25 05:07:17"
"2026-07-25 05:07:17"
null
]
INSERT INTO wishlists (id, updated_at, created_at, customer_id) VALUES ('019f973d-cb74-730b-8dad-3e8b98c83161', '2026-07-25 05:07:17', '2026-07-25 05:07:17', NULL);
|
0.15 ms (1.69%)
|
1 |
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');
|
0.07 ms (0.77%)
|
1 |
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';
|