Kosár

A kosár üres.

Kategóriák

Hírek

Katalógusok Katalógusok

Katalógusok

Belelapozok

Bestsellerek

Légy naprakész

Értesülj egy pillantás alatt a legújabb körmös hírekről, kedvezményekről és újdonságokról!
8.3.10PHP Version172msRequest Duration4MBMemory Usage
    $_GET
    []
    $_POST
    []
    $_SESSION
    array:4 [ "_sf2_attributes" => & array:2 [ "token" => "0Gn6n9uYth0aEOL0jsfbXxkvhNhW9sdW" "...
    $_COOKIE
    []
      41 statements were executed, 14 of which were duplicates, 27 unique46.52ms
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?2.84ms
        Params
        0false
        1true
        22025-04-06 13:49:10
        32025-04-06 13:49:10
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?816μs
        Params
        0false
        1true
        22025-04-06 13:49:10
        32025-04-06 13:49:10
      • 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 = 1782μs
        Params
        0false
        1true
      • SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?1ms
        Params
        02025-04-06 13:49:10
        12025-04-06 13:49:10
        21
        30
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?895μs
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
      • SELECT id, name, link as url, image, mobile_image, new_window FROM banners WHERE ``.`deleted` = ? and `active` = ? and (``.`deleted` = ? and `active` = ? and `active_from` is null or `active_from` <= ?) and (``.`deleted` = ? and `active` = ? and `active_to` is null or `active_to` >= ?) and (``.`deleted` = ? and `active` = ? and `type` = ? or `type` = ?) and (``.`deleted` = ? and `active` = ? and `urls` is null or (``.`deleted` = ? and `active` = ? and `url_type` = ? and `urls` not like ?) or (``.`deleted` = ? and `active` = ? and `url_type` = ? and `urls` like ?)) LIMIT 1845μs
        Params
        0false
        1true
        2false
        3true
        42025-04-06 15:49:10
        5false
        6true
        72025-04-06 15:49:10
        8false
        9true
        10home
        11all
        12false
        13true
        14false
        15true
        16not allowed
        17%/%
        18false
        19true
        20allowed
        21%/%
      • SELECT id, link, image, mobile_image, text_align, text, new_window FROM slider WHERE `slider`.`deleted` = ? and `slider`.`active` = ? and (`slider`.`deleted` = ? and `slider`.`active` = ? and `active_from` is null or `active_from` <= ?) and (`slider`.`deleted` = ? and `slider`.`active` = ? and `active_to` is null or `active_to` >= ?) ORDER BY `priority` ASC937μs
        Params
        0false
        1true
        2false
        3true
        42025-04-06 15:49:10
        5false
        6true
        72025-04-06 15:49:10
      • SELECT id, title, slug, lead, lead_image, sectionables.sections FROM news LEFT JOIN sectionables ON `news`.`id` = `sectionables`.`sectionable_id` and `sectionables`.`sectionable_type` = ? WHERE `news`.`deleted` = ? and `news`.`active` = ? and (`news`.`deleted` = ? and `news`.`active` = ? and `release_date` is null or `release_date` <= ?) and (`news`.`deleted` = ? and `news`.`active` = ? and `sectionables`.`sectionable_type` = ? or `sectionables`.`sectionable_type` is null) and (`news`.`deleted` = ? and `news`.`active` = ? and JSON_CONTAINS(sections,'"webshop"','$') or `sections` is null) ORDER BY `release_date` DESC, `created_at` DESC LIMIT 41.07ms
        Params
        0news
        1false
        2true
        3false
        4true
        52025-04-06 15:49:10
        6false
        7true
        8news
        9false
        10true
      • SELECT id, image FROM catalog_container_images WHERE `active` = ? LIMIT 1539μs
        Params
        0true
      • 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 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` WHERE `products`.`deleted` = ? and `products`.`active` = ? and `product_categories`.`active` = ? and `product_categories`.`deleted` = ? and `bestseller` = ? ORDER BY RAND() LIMIT 125.38ms
        Params
        0false
        1true
        21
        30
        4true
      • 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 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` WHERE `products`.`deleted` = ? and `products`.`active` = ? and `sales_start` <= ? and `sales_end` >= ? and `product_categories`.`active` = ? and `product_categories`.`deleted` = ? ORDER BY `product_priorities`.`sales_priority` ASC LIMIT 128.88ms
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
        41
        50
      • SELECT * FROM seo WHERE `seoable_type` = ? and `seoable_id` = ? LIMIT 11.66ms
        Params
        0pages
        1/
      • 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` ASC1.48ms
        Params
        0menu_items
        1false
        2true
        3false
        4true
        5menu_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` ASC1.34ms
        Params
        0false
        1true
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?1.8ms
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
      • 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 = 12.65ms
        Params
        0false
        1true
      • SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?683μs
        Params
        02025-04-06 15:49:10
        12025-04-06 15:49:10
        21
        30
      • 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` ASC3.13ms
        Params
        0false
        1true
      • SELECT * FROM step_discount_campaigns WHERE `step_discount_campaigns`.`deleted` = ? and `step_discount_campaigns`.`active` = ? and `step_discount_campaigns`.`active` = ? and `start_date` <= ? and `end_date` >= ? LIMIT 1595μs
        Params
        0false
        1true
        2true
        32025-04-06 15:49:10
        42025-04-06 15:49:10
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?470μs
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC838μs
        Params
        0800
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC368μs
        Params
        0719
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC316μs
        Params
        012004
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC300μs
        Params
        0154
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC292μs
        Params
        012384
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC295μs
        Params
        04038
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC294μs
        Params
        01296
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC292μs
        Params
        011104
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC289μs
        Params
        03905
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC292μs
        Params
        04017
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC289μs
        Params
        0153
      • SELECT badges.* FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` = ? ORDER BY `badges`.`priority` ASC291μs
        Params
        03906
      • SELECT content FROM static_contents WHERE `id` = ? LIMIT 1367μs
        Params
        0home_page_footer_content
      • SELECT id, name, link as url, image, mobile_image, new_window FROM popups WHERE `popups`.`deleted` = ? and `active` = ? and (`active_from` is null or `active_from` <= ?) and (`active_to` is null or `active_to` >= ?) and `type` = ?1.38ms
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
        4webshop
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?411μs
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
      • 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 = 1424μs
        Params
        0false
        1true
      • SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?268μs
        Params
        02025-04-06 15:49:10
        12025-04-06 15:49:10
        21
        30
      • select * from delivery_discount where active = ? and start_date is null and end_date is null285μs
        Params
        01
      • SELECT price FROM delivery_discount WHERE `active` = ? and `start_date` <= ? and `end_date` >= ? LIMIT 1241μs
        Params
        01
        12025-04-06 15:49:10
        22025-04-06 15:49:10
      • 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` ASC693μs
        Params
        0false
        1true
      • SELECT id, name, link as url, image, mobile_image, new_window FROM popups WHERE `popups`.`deleted` = ? and `active` = ? and (`active_from` is null or `active_from` <= ?) and (`active_to` is null or `active_to` >= ?) and `type` = ?492μs
        Params
        0false
        1true
        22025-04-06 15:49:10
        32025-04-06 15:49:10
        4all