| 1 |
0.09 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 carts t0 WHERE t0.id = ?
Parameters: [
"019beefa-ad31-72bc-8b15-ebc88126a14d"
]
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 carts t0 WHERE t0.id = '019beefa-ad31-72bc-8b15-ebc88126a14d';
|
| 2 |
0.14 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: [
"019beefa-ad39-7889-8374-bed8e054cd32"
]
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 = '019beefa-ad39-7889-8374-bed8e054cd32';
|
| 3 |
16.59 ms |
SELECT t0.id AS id_1, t0.parent_id AS parent_id_2, t0.sku AS sku_3, t0.rating AS rating_4, t0.text AS text_5, t0.text_translated AS text_translated_6, t0.approved AS approved_7, t0.locale AS locale_8, t0.anon_name AS anon_name_9, t0.anon_email AS anon_email_10, t0.created_at AS created_at_11, t0.customer_id AS customer_id_12 FROM review t0 WHERE t0.sku = ?
Parameters: [
"05111460"
]
SELECT t0.id AS id_1, t0.parent_id AS parent_id_2, t0.sku AS sku_3, t0.rating AS rating_4, t0.text AS text_5, t0.text_translated AS text_translated_6, t0.approved AS approved_7, t0.locale AS locale_8, t0.anon_name AS anon_name_9, t0.anon_email AS anon_email_10, t0.created_at AS created_at_11, t0.customer_id AS customer_id_12 FROM review t0 WHERE t0.sku = '05111460';
|
| 4 |
0.14 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: [
"019beefa-ad31-72bc-8b15-ebc88126a14d"
]
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 = '019beefa-ad31-72bc-8b15-ebc88126a14d' ORDER BY t0.created_at DESC;
|
| 5 |
0.10 ms |
SELECT t0.id AS id_1, t0.parent_id AS parent_id_2, t0.sku AS sku_3, t0.rating AS rating_4, t0.text AS text_5, t0.text_translated AS text_translated_6, t0.approved AS approved_7, t0.locale AS locale_8, t0.anon_name AS anon_name_9, t0.anon_email AS anon_email_10, t0.created_at AS created_at_11, t0.customer_id AS customer_id_12 FROM review t0 WHERE t0.sku = ?
Parameters: [
"05111460"
]
SELECT t0.id AS id_1, t0.parent_id AS parent_id_2, t0.sku AS sku_3, t0.rating AS rating_4, t0.text AS text_5, t0.text_translated AS text_translated_6, t0.approved AS approved_7, t0.locale AS locale_8, t0.anon_name AS anon_name_9, t0.anon_email AS anon_email_10, t0.created_at AS created_at_11, t0.customer_id AS customer_id_12 FROM review t0 WHERE t0.sku = '05111460';
|
| 6 |
0.13 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 08:49:29"
"2026-01-24 08:49:29"
]
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 08:49:29' AND (b0_.date_end > '2026-01-24 08:49:29' OR b0_.date_end IS NULL);
|
| 7 |
0.17 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: [
"019beefa-ad39-7889-8374-bed8e054cd32"
]
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 = '019beefa-ad39-7889-8374-bed8e054cd32' ORDER BY t0.created_at DESC;
|
| 8 |
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');
|
| 9 |
0.23 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 = 'family'
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 = 'family' ;
|
| 10 |
0.17 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 08:49:29"
"2026-01-24 08:49:29"
]
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 08:49:29' AND (b0_.date_end > '2026-01-24 08:49:29' OR b0_.date_end IS NULL);
|
| 11 |
0.12 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 08:49:29"
"2026-01-24 08:49:29"
]
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 08:49:29' AND (b0_.date_end > '2026-01-24 08:49:29' OR b0_.date_end IS NULL);
|
| 12 |
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';
|