A kosár üres.
2021-10-11 10:31
SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?
1.56msParams | |
---|---|
0 | false |
1 | true |
2 | 2025-01-14 03:08:46 |
3 | 2025-01-14 03:08:46 |
SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?
1.02msParams | |
---|---|
0 | false |
1 | true |
2 | 2025-01-14 03:08:46 |
3 | 2025-01-14 03:08:46 |
SELECT products.id, products.name, products.slug, products.ean_code, products.price, products.product_category_id, products.discount_price, products.discount_type, products.stock, products.sales_start, products.sales_end, products.images, products.new, products.featured, products.outlet, products.bestseller, ps.unit, category.slug as category_slug, category.id as category_id, category.name as category_name, CASE
WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP()
then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END
ELSE price
END AS current_price, IFNULL(
JSON_VALUE(images, "$.main"),
JSON_VALUE(images, "$.images[0]")
) as lead_image FROM products LEFT JOIN product_product_size pps ON `pps`.`product_id` = `products`.`id` LEFT JOIN product_sizes ps ON `pps`.`product_size_id` = `ps`.`id` LEFT JOIN product_categories category ON `products`.`product_category_id` = `category`.`id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and 0 = 1
3.91msParams | |
---|---|
0 | false |
1 | true |
SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?
576μsParams | |
---|---|
0 | 2025-01-14 03:08:46 |
1 | 2025-01-14 03:08:46 |
2 | 1 |
3 | 0 |
SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?
468μsParams | |
---|---|
0 | false |
1 | true |
2 | 2025-01-14 04:08:46 |
3 | 2025-01-14 04:08:46 |
SELECT youtube_videos.id, youtube_videos.video_id, youtube_videos.name, youtube_videos.description, youtube_videos.slug, youtube_videos.created_at, seo.title as seo_title, seo.description as seo_description, seo.keywords as seo_keywords FROM youtube_videos LEFT JOIN seo ON `seo`.`seoable_id` = `youtube_videos`.`id` and `seoable_type` = ? WHERE `youtube_videos`.`deleted` = ? and `youtube_videos`.`active` = ? and `slug` = ? LIMIT 1
647μsParams | |
---|---|
0 | youtube_videos |
1 | false |
2 | true |
3 | trendmania-oszi-napraforgo-minta-gel-lakkal |
SELECT products.id, products.name, products.sales_start, products.sales_end, products.price, products.discount_price, products.discount_type, products.new, products.slug, products.stock, products.ean_code, CASE
WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP()
then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END
ELSE price
END AS current_price, product_sizes.id as size_id, product_sizes.unit as size_unit, product_sizes.value as size_value, product_categories.slug as category_slug, product_categories.id as category_id, product_categories.name as category_name, IFNULL(
JSON_VALUE(images, "$.main"),
JSON_VALUE(images, "$.images[0]")
) as lead_image, youtube_product.youtube_video_id as youtube_video_id FROM products LEFT JOIN product_product_size ON `products`.`id` = `product_product_size`.`product_id` LEFT JOIN product_sizes ON `product_sizes`.`id` = `product_product_size`.`product_size_id` LEFT JOIN product_categories ON `products`.`product_category_id` = `product_categories`.`id` LEFT JOIN product_priorities ON `products`.`id` = `product_priorities`.`product_id` LEFT JOIN youtube_product ON `products`.`id` = `youtube_product`.`product_id` LEFT JOIN youtube_videos ON `youtube_videos`.`id` = `youtube_product`.`youtube_video_id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and `youtube_product`.`youtube_video_id` = ? and `product_categories`.`active` = ? and `product_categories`.`deleted` = ? ORDER BY `product_priorities`.`default_priority` ASC LIMIT 8
1.33msParams | |
---|---|
0 | false |
1 | true |
2 | 373 |
3 | 1 |
4 | 0 |
SELECT badges.*, product_badge.product_id FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` IN (?) ORDER BY `badges`.`priority` ASC
2.49msParams | |
---|---|
0 | 4224 |
SELECT badges.* FROM badges WHERE (`price_min` > ? and `price_min` is not null) or (`price_max` > ? and `price_max` is not null) ORDER BY `badges`.`priority` ASC
1.25msParams | |
---|---|
0 | 0 |
1 | 0 |
SELECT * FROM seo WHERE `seoable_type` = ? and `seoable_id` = ? LIMIT 1
1.14msParams | |
---|---|
0 | pages |
1 | /mukorom-videok/trendmania-oszi-napraforgo-minta-gel-lakkal |
SELECT id, name, url, is_megamenu, parent_id, location, sectionables.sections FROM menu_items LEFT JOIN sectionables ON `menu_items`.`id` = `sectionables`.`sectionable_id` and `sectionables`.`sectionable_type` = ? WHERE `menu_items`.`deleted` = ? and `menu_items`.`active` = ? and (`menu_items`.`deleted` = ? and `menu_items`.`active` = ? and `sectionables`.`sectionable_type` = ? or `sectionables`.`sectionable_type` is null) ORDER BY `priority` ASC
725μsParams | |
---|---|
0 | menu_items |
1 | false |
2 | true |
3 | false |
4 | true |
5 | menu_items |
SELECT product_categories.id, product_categories.name, product_categories.parent_id, product_categories.priority, product_categories.slug, product_categories.lead, product_categories.description, product_categories.image FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? ORDER BY `priority` ASC
807μsParams | |
---|---|
0 | false |
1 | true |
SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?
549μsParams | |
---|---|
0 | false |
1 | true |
2 | 2025-01-14 04:08:46 |
3 | 2025-01-14 04:08:46 |
SELECT products.id, products.name, products.slug, products.ean_code, products.price, products.product_category_id, products.discount_price, products.discount_type, products.stock, products.sales_start, products.sales_end, products.images, products.new, products.featured, products.outlet, products.bestseller, ps.unit, category.slug as category_slug, category.id as category_id, category.name as category_name, CASE
WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP()
then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END
ELSE price
END AS current_price, IFNULL(
JSON_VALUE(images, "$.main"),
JSON_VALUE(images, "$.images[0]")
) as lead_image FROM products LEFT JOIN product_product_size pps ON `pps`.`product_id` = `products`.`id` LEFT JOIN product_sizes ps ON `pps`.`product_size_id` = `ps`.`id` LEFT JOIN product_categories category ON `products`.`product_category_id` = `category`.`id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and 0 = 1
491μsParams | |
---|---|
0 | false |
1 | true |
SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?
281μsParams | |
---|---|
0 | 2025-01-14 04:08:46 |
1 | 2025-01-14 04:08:46 |
2 | 1 |
3 | 0 |
SELECT product_categories.id, product_categories.name, product_categories.parent_id, product_categories.priority, product_categories.slug, product_categories.lead, product_categories.description, product_categories.image FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? ORDER BY `priority` ASC
1.85msParams | |
---|---|
0 | false |
1 | true |
SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?
476μsParams | |
---|---|
0 | false |
1 | true |
2 | 2025-01-14 04:08:46 |
3 | 2025-01-14 04:08:46 |
SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?
484μsParams | |
---|---|
0 | false |
1 | true |
2 | 2025-01-14 04:08:46 |
3 | 2025-01-14 04:08:46 |
SELECT products.id, products.name, products.slug, products.ean_code, products.price, products.product_category_id, products.discount_price, products.discount_type, products.stock, products.sales_start, products.sales_end, products.images, products.new, products.featured, products.outlet, products.bestseller, ps.unit, category.slug as category_slug, category.id as category_id, category.name as category_name, CASE
WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP()
then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END
ELSE price
END AS current_price, IFNULL(
JSON_VALUE(images, "$.main"),
JSON_VALUE(images, "$.images[0]")
) as lead_image FROM products LEFT JOIN product_product_size pps ON `pps`.`product_id` = `products`.`id` LEFT JOIN product_sizes ps ON `pps`.`product_size_id` = `ps`.`id` LEFT JOIN product_categories category ON `products`.`product_category_id` = `category`.`id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and 0 = 1
433μsParams | |
---|---|
0 | false |
1 | true |
SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?
376μsParams | |
---|---|
0 | 2025-01-14 04:08:46 |
1 | 2025-01-14 04:08:46 |
2 | 1 |
3 | 0 |
select * from delivery_discount where active = ? and start_date is null and end_date is null
361μsParams | |
---|---|
0 | 1 |
SELECT price FROM delivery_discount WHERE `active` = ? and `start_date` <= ? and `end_date` >= ? LIMIT 1
304μsParams | |
---|---|
0 | 1 |
1 | 2025-01-14 04:08:46 |
2 | 2025-01-14 04:08:46 |
SELECT product_categories.id, product_categories.name, product_categories.parent_id, product_categories.priority, product_categories.slug, product_categories.lead, product_categories.description, product_categories.image FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? ORDER BY `priority` ASC
750μsParams | |
---|---|
0 | false |
1 | true |