https://sw5.netzhirsch.de/en/anfrage-formular?sInquiry=detail&sOrdernumber=SW10001

Queries

326 Total Queries
0.0241 s Total Query Time
SQL Params Execution Time
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Core"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0004 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Core"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0006 ms
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Frontend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0004 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Frontend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0011 ms
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0003 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0009 ms
SELECT 
  shop.id, 
  shop.name, 
  shop.base_url, 
  shop.position, 
  IF(main_shop.id IS NULL, 1, 0) is_main, 
  IFNULL(main_shop.host, shop.host) as host, 
  IFNULL(main_shop.hosts, shop.hosts) as hosts, 
  IFNULL(main_shop.secure, shop.secure) as secure, 
  IFNULL(
    main_shop.base_path, shop.base_path
  ) as base_path, 
  IFNULL(
    main_shop.template_id, shop.template_id
  ) as template_id, 
  IFNULL(
    main_shop.customer_scope, shop.customer_scope
  ) as customer_scope 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops main_shop ON shop.main_id = main_shop.id 
WHERE 
  (shop.active = 1) 
  AND (
    (
      shop.host = : host 
      OR (
        shop.host IS NULL 
        AND main_shop.host = : host
      )
    )
  )
array:1 [
  ":host" => "sw5.netzhirsch.de"
]
0.0005 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.id AS id_15, 
  s0_.main_id AS main_id_16, 
  s0_.category_id AS category_id_17, 
  s0_.name AS name_18, 
  s0_.title AS title_19, 
  s0_.position AS position_20, 
  s0_.host AS host_21, 
  s0_.base_path AS base_path_22, 
  s0_.base_url AS base_url_23, 
  s0_.hosts AS hosts_24, 
  s0_.secure AS secure_25, 
  s0_.template_id AS template_id_26, 
  s0_.`default` AS default_27, 
  s0_.active AS active_28, 
  s0_.customer_scope AS customer_scope_29, 
  s1_.id AS id_30, 
  s1_.main_id AS main_id_31, 
  s1_.category_id AS category_id_32, 
  s1_.name AS name_33, 
  s1_.title AS title_34, 
  s1_.position AS position_35, 
  s1_.host AS host_36, 
  s1_.base_path AS base_path_37, 
  s1_.base_url AS base_url_38, 
  s1_.hosts AS hosts_39, 
  s1_.secure AS secure_40, 
  s1_.template_id AS template_id_41, 
  s1_.`default` AS default_42, 
  s1_.active AS active_43, 
  s1_.customer_scope AS customer_scope_44, 
  s2_.id AS id_45, 
  s2_.locale AS locale_46, 
  s2_.language AS language_47, 
  s2_.territory AS territory_48, 
  s3_.id AS id_49, 
  s3_.currency AS currency_50, 
  s3_.name AS name_51, 
  s3_.standard AS standard_52, 
  s3_.factor AS factor_53, 
  s3_.templatechar AS templatechar_54, 
  s3_.symbol_position AS symbol_position_55, 
  s3_.position AS position_56, 
  s4_.id AS id_57, 
  s4_.groupkey AS groupkey_58, 
  s4_.description AS description_59, 
  s4_.tax AS tax_60, 
  s4_.taxinput AS taxinput_61, 
  s4_.mode AS mode_62, 
  s4_.discount AS discount_63, 
  s4_.minimumorder AS minimumorder_64, 
  s4_.minimumordersurcharge AS minimumordersurcharge_65, 
  s5_.id AS id_66, 
  s5_.template AS template_67, 
  s5_.name AS name_68, 
  s5_.description AS description_69, 
  s5_.author AS author_70, 
  s5_.license AS license_71, 
  s5_.esi AS esi_72, 
  s5_.style_support AS style_support_73, 
  s5_.emotion AS emotion_74, 
  s5_.version AS version_75, 
  s5_.plugin_id AS plugin_id_76, 
  s5_.parent_id AS parent_id_77, 
  s6_.id AS id_78, 
  s6_.template AS template_79, 
  s6_.name AS name_80, 
  s6_.description AS description_81, 
  s6_.author AS author_82, 
  s6_.license AS license_83, 
  s6_.esi AS esi_84, 
  s6_.style_support AS style_support_85, 
  s6_.emotion AS emotion_86, 
  s6_.version AS version_87, 
  s6_.plugin_id AS plugin_id_88, 
  s6_.parent_id AS parent_id_89, 
  s7_.id AS id_90, 
  s7_.currency AS currency_91, 
  s7_.name AS name_92, 
  s7_.standard AS standard_93, 
  s7_.factor AS factor_94, 
  s7_.templatechar AS templatechar_95, 
  s7_.symbol_position AS symbol_position_96, 
  s7_.position AS position_97, 
  s0_.main_id AS main_id_98, 
  s0_.template_id AS template_id_99, 
  s0_.document_template_id AS document_template_id_100, 
  s0_.category_id AS category_id_101, 
  s0_.locale_id AS locale_id_102, 
  s0_.currency_id AS currency_id_103, 
  s0_.customer_group_id AS customer_group_id_104, 
  s0_.fallback_id AS fallback_id_105, 
  s1_.main_id AS main_id_106, 
  s1_.template_id AS template_id_107, 
  s1_.document_template_id AS document_template_id_108, 
  s1_.category_id AS category_id_109, 
  s1_.locale_id AS locale_id_110, 
  s1_.currency_id AS currency_id_111, 
  s1_.customer_group_id AS customer_group_id_112, 
  s1_.fallback_id AS fallback_id_113, 
  s5_.parent_id AS parent_id_114, 
  s5_.plugin_id AS plugin_id_115, 
  s6_.parent_id AS parent_id_116, 
  s6_.plugin_id AS plugin_id_117 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_shops s1_ ON s0_.main_id = s1_.id 
  LEFT JOIN s_core_locales s2_ ON s0_.locale_id = s2_.id 
  LEFT JOIN s_core_currencies s3_ ON s0_.currency_id = s3_.id 
  LEFT JOIN s_core_customergroups s4_ ON s0_.customer_group_id = s4_.id 
  LEFT JOIN s_core_templates s5_ ON s1_.template_id = s5_.id 
  LEFT JOIN s_core_templates s6_ ON s1_.document_template_id = s6_.id 
  LEFT JOIN s_core_shop_currencies s8_ ON s1_.id = s8_.shop_id 
  LEFT JOIN s_core_currencies s7_ ON s7_.id = s8_.currency_id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s7_.position ASC, 
  s7_.id ASC
array:1 [
  0 => "2"
]
0.0010 ms
SELECT 
  t0.id AS id_1, 
  t0.shopID AS shopID_2, 
  t0.shopID AS shopID_3 
FROM 
  s_core_shops_attributes t0 
WHERE 
  t0.shopID = ?
array:1 [
  0 => 2
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.shopID AS shopID_2, 
  t0.shopID AS shopID_3 
FROM 
  s_core_shops_attributes t0 
WHERE 
  t0.shopID = ?
array:1 [
  0 => 1
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.customerGroupID AS customerGroupID_2, 
  t0.customerGroupID AS customerGroupID_3 
FROM 
  s_core_customergroups_attributes t0 
WHERE 
  t0.customerGroupID = ?
array:1 [
  0 => 1
]
0.0002 ms
SELECT 
  shop.id, 
  shop.name, 
  shop.base_url, 
  shop.position, 
  IF(main_shop.id IS NULL, 1, 0) is_main, 
  IFNULL(main_shop.host, shop.host) as host, 
  IFNULL(main_shop.hosts, shop.hosts) as hosts, 
  IFNULL(main_shop.secure, shop.secure) as secure, 
  IFNULL(
    main_shop.base_path, shop.base_path
  ) as base_path, 
  IFNULL(
    main_shop.template_id, shop.template_id
  ) as template_id, 
  IFNULL(
    main_shop.customer_scope, shop.customer_scope
  ) as customer_scope 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops main_shop ON shop.main_id = main_shop.id 
WHERE 
  (shop.active = 1) 
  AND (
    (
      shop.host = : host 
      OR (
        shop.host IS NULL 
        AND main_shop.host = : host
      )
    )
  )
array:1 [
  ":host" => "sw5.netzhirsch.de"
]
0.0005 ms
SELECT 
  t0.id AS id_1, 
  t0.name AS name_2, 
  t0.`key` AS key_3, 
  t0.active AS active_4, 
  t0.mapping_id AS mapping_id_5 
FROM 
  s_cms_static_groups t0 
  INNER JOIN s_core_shop_pages ON t0.id = s_core_shop_pages.group_id 
WHERE 
  s_core_shop_pages.shop_id = ? 
ORDER BY 
  t0.id ASC
array:1 [
  0 => 2
]
0.0003 ms
SELECT 
  t0.id AS id_1, 
  t0.main_id AS main_id_2, 
  t0.category_id AS category_id_3, 
  t0.name AS name_4, 
  t0.title AS title_5, 
  t0.position AS position_6, 
  t0.host AS host_7, 
  t0.base_path AS base_path_8, 
  t0.base_url AS base_url_9, 
  t0.hosts AS hosts_10, 
  t0.secure AS secure_11, 
  t0.template_id AS template_id_12, 
  t0.`default` AS default_13, 
  t0.active AS active_14, 
  t0.customer_scope AS customer_scope_15, 
  t0.main_id AS main_id_16, 
  t0.template_id AS template_id_17, 
  t0.document_template_id AS document_template_id_18, 
  t0.category_id AS category_id_19, 
  t0.locale_id AS locale_id_20, 
  t0.currency_id AS currency_id_21, 
  t0.customer_group_id AS customer_group_id_22, 
  t0.fallback_id AS fallback_id_23, 
  t24.id AS id_25, 
  t24.shopID AS shopID_26, 
  t24.shopID AS shopID_27 
FROM 
  s_core_shops t0 
  LEFT JOIN s_core_shops_attributes t24 ON t24.shopID = t0.id 
WHERE 
  t0.main_id = ? 
ORDER BY 
  t0.position ASC, 
  t0.id ASC
array:1 [
  0 => 1
]
0.0004 ms
SELECT 
  t0.id AS id_1, 
  t0.locale AS locale_2, 
  t0.language AS language_3, 
  t0.territory AS territory_4 
FROM 
  s_core_locales t0 
WHERE 
  t0.locale = ? 
LIMIT 
  1
array:1 [
  0 => "en_GB"
]
0.0001 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0002 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 2
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.main_id AS main_id_2, 
  t0.category_id AS category_id_3, 
  t0.name AS name_4, 
  t0.title AS title_5, 
  t0.position AS position_6, 
  t0.host AS host_7, 
  t0.base_path AS base_path_8, 
  t0.base_url AS base_url_9, 
  t0.hosts AS hosts_10, 
  t0.secure AS secure_11, 
  t0.template_id AS template_id_12, 
  t0.`default` AS default_13, 
  t0.active AS active_14, 
  t0.customer_scope AS customer_scope_15, 
  t0.main_id AS main_id_16, 
  t0.template_id AS template_id_17, 
  t0.document_template_id AS document_template_id_18, 
  t0.category_id AS category_id_19, 
  t0.locale_id AS locale_id_20, 
  t0.currency_id AS currency_id_21, 
  t0.customer_group_id AS customer_group_id_22, 
  t0.fallback_id AS fallback_id_23, 
  t24.id AS id_25, 
  t24.shopID AS shopID_26, 
  t24.shopID AS shopID_27 
FROM 
  s_core_shops t0 
  LEFT JOIN s_core_shops_attributes t24 ON t24.shopID = t0.id 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0002 ms
SELECT 
  t0.type AS type_1, 
  t0.name AS name_2, 
  t0.position AS position_3, 
  t0.default_value AS default_value_4, 
  t0.selection AS selection_5, 
  t0.field_label AS field_label_6, 
  t0.support_text AS support_text_7, 
  t0.allow_blank AS allow_blank_8, 
  t0.less_compatible AS less_compatible_9, 
  t0.attributes AS attributes_10, 
  t0.container_id AS container_id_11, 
  t0.id AS id_12, 
  t0.template_id AS template_id_13, 
  t0.template_id AS template_id_14, 
  t0.container_id AS container_id_15 
FROM 
  s_core_templates_config_elements t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0004 ms
SELECT 
  t0.name AS name_1, 
  t0.type AS type_2, 
  t0.template_id AS template_id_3, 
  t0.parent_id AS parent_id_4, 
  t0.title AS title_5, 
  t0.attributes AS attributes_6, 
  t0.id AS id_7, 
  t0.template_id AS template_id_8, 
  t0.parent_id AS parent_id_9 
FROM 
  s_core_templates_config_layout t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.template_id AS template_id_2, 
  t0.name AS name_3, 
  t0.description AS description_4, 
  t0.element_values AS element_values_5, 
  t0.template_id AS template_id_6 
FROM 
  s_core_templates_config_set t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0001 ms
(
  SELECT 
    subshopID as shopId, 
    path, 
    org_path as orgPath, 
    main 
  FROM 
    s_core_rewrite_urls 
  WHERE 
    path LIKE : pathInfo 
  ORDER BY 
    subshopID = : shopId DESC, 
    main DESC 
  LIMIT 
    1
) 
UNION ALL 
  (
    SELECT 
      subshopID as shopId, 
      path, 
      org_path as orgPath, 
      0 as main 
    FROM 
      s_core_rewrite_urls 
    WHERE 
      (
        path LIKE TRIM(
          TRAILING "/" 
          FROM 
            : pathInfo
        )
      ) 
      OR (
        TRIM(
          TRAILING "/" 
          FROM 
            path
        ) LIKE : pathInfo
      ) 
    ORDER BY 
      subshopID = : shopId DESC, 
      LENGTH(path), 
      main DESC 
    LIMIT 
      1
  )
array:2 [
  "shopId" => 2
  "pathInfo" => "anfrage-formular"
]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0002 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.dreisc_seo_url as __categoryAttribute_dreisc_seo_url, 
  categoryAttribute.dreisc_seo_title as __categoryAttribute_dreisc_seo_title, 
  categoryAttribute.dreisc_seo_title_replace as __categoryAttribute_dreisc_seo_title_replace, 
  categoryAttribute.dreisc_seo_breadcrumb as __categoryAttribute_dreisc_seo_breadcrumb, 
  categoryAttribute.dreisc_canonical_link as __categoryAttribute_dreisc_canonical_link, 
  categoryAttribute.dreisc_robots_tag as __categoryAttribute_dreisc_robots_tag, 
  categoryAttribute.dreisc_facebook_description as __categoryAttribute_dreisc_facebook_description, 
  categoryAttribute.dreisc_twitter_description as __categoryAttribute_dreisc_twitter_description, 
  categoryAttribute.dreisc_facebook_image as __categoryAttribute_dreisc_facebook_image, 
  categoryAttribute.dreisc_twitter_image as __categoryAttribute_dreisc_twitter_image, 
  categoryAttribute.dreisc_category_level as __categoryAttribute_dreisc_category_level, 
  categoryAttribute.nnwebccashowcount as __categoryAttribute_nnwebccashowcount, 
  categoryAttribute.nnwebccahidezero as __categoryAttribute_nnwebccahidezero, 
  categoryAttribute.nnwebccahideempty as __categoryAttribute_nnwebccahideempty, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 2
  ]
]
0.0010 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.dreisc_seo_url as __categoryAttribute_dreisc_seo_url, 
  categoryAttribute.dreisc_seo_title as __categoryAttribute_dreisc_seo_title, 
  categoryAttribute.dreisc_seo_title_replace as __categoryAttribute_dreisc_seo_title_replace, 
  categoryAttribute.dreisc_seo_breadcrumb as __categoryAttribute_dreisc_seo_breadcrumb, 
  categoryAttribute.dreisc_canonical_link as __categoryAttribute_dreisc_canonical_link, 
  categoryAttribute.dreisc_robots_tag as __categoryAttribute_dreisc_robots_tag, 
  categoryAttribute.dreisc_facebook_description as __categoryAttribute_dreisc_facebook_description, 
  categoryAttribute.dreisc_twitter_description as __categoryAttribute_dreisc_twitter_description, 
  categoryAttribute.dreisc_facebook_image as __categoryAttribute_dreisc_facebook_image, 
  categoryAttribute.dreisc_twitter_image as __categoryAttribute_dreisc_twitter_image, 
  categoryAttribute.dreisc_category_level as __categoryAttribute_dreisc_category_level, 
  categoryAttribute.nnwebccashowcount as __categoryAttribute_nnwebccashowcount, 
  categoryAttribute.nnwebccahidezero as __categoryAttribute_nnwebccahidezero, 
  categoryAttribute.nnwebccahideempty as __categoryAttribute_nnwebccahideempty, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => "1"
  ]
]
0.0009 ms
SELECT 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID 
FROM 
  s_core_customergroups customerGroup 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
WHERE 
  customerGroup.groupkey IN (: keys)
array:1 [
  ":keys" => array:2 [
    0 => "EK"
    1 => "EK"
  ]
]
0.0002 ms
SELECT 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position 
FROM 
  s_core_currencies currency 
WHERE 
  currency.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0001 ms
SELECT 
  country.id as __country_id, 
  country.countryname as __country_countryname, 
  country.countryiso as __country_countryiso, 
  country.areaID as __country_areaID, 
  country.countryen as __country_countryen, 
  country.position as __country_position, 
  country.notice as __country_notice, 
  country.taxfree as __country_taxfree, 
  country.taxfree_ustid as __country_taxfree_ustid, 
  country.taxfree_ustid_checked as __country_taxfree_ustid_checked, 
  country.active as __country_active, 
  country.iso3 as __country_iso3, 
  country.display_state_in_registration as __country_display_state_in_registration, 
  country.force_state_in_registration as __country_force_state_in_registration, 
  country.allow_shipping as __country_allow_shipping, 
  countryAttribute.id as __countryAttribute_id, 
  countryAttribute.countryID as __countryAttribute_countryID, 
  translation681a14a9c98a9config_countries.objectdata as __country_translation, 
  translation681a14a9c98affallbackconfig_countries.objectdata as __country_translation_fallback, 
  translation681a14a9c98b2s_core_countries_attributes.objectdata as __countryAttribute_translation, 
  translation681a14a9c98b4fallbacks_core_countries_attributes.objectdata as __countryAttribute_translation_fallback 
FROM 
  s_core_countries country 
  LEFT JOIN s_core_countries_attributes countryAttribute ON countryAttribute.countryID = country.id 
  LEFT JOIN s_core_translations translation681a14a9c98a9config_countries ON translation681a14a9c98a9config_countries.objecttype = : translation681a14a9c98a9config_countries 
  AND translation681a14a9c98a9config_countries.objectkey = 1 
  AND translation681a14a9c98a9config_countries.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14a9c98affallbackconfig_countries ON translation681a14a9c98affallbackconfig_countries.objecttype = : translation681a14a9c98affallbackconfig_countries 
  AND translation681a14a9c98affallbackconfig_countries.objectkey = 1 
  AND translation681a14a9c98affallbackconfig_countries.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation681a14a9c98b2s_core_countries_attributes ON translation681a14a9c98b2s_core_countries_attributes.objecttype = : translation681a14a9c98b2s_core_countries_attributes 
  AND translation681a14a9c98b2s_core_countries_attributes.objectkey = country.id 
  AND translation681a14a9c98b2s_core_countries_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14a9c98b4fallbacks_core_countries_attributes ON translation681a14a9c98b4fallbacks_core_countries_attributes.objecttype = : translation681a14a9c98b4fallbacks_core_countries_attributes 
  AND translation681a14a9c98b4fallbacks_core_countries_attributes.objectkey = country.id 
  AND translation681a14a9c98b4fallbacks_core_countries_attributes.objectlanguage = : languagefallback 
ORDER BY 
  country.position ASC
array:6 [
  ":language" => 2
  ":translation681a14a9c98a9config_countries" => "config_countries"
  ":languagefallback" => 0
  ":translation681a14a9c98affallbackconfig_countries" => "config_countries"
  ":translation681a14a9c98b2s_core_countries_attributes" => "s_core_countries_attributes"
  ":translation681a14a9c98b4fallbacks_core_countries_attributes" => "s_core_countries_attributes"
]
0.0017 ms
SELECT 
  countryArea.id as __countryArea_id, 
  countryArea.name as __countryArea_name, 
  countryArea.active as __countryArea_active 
FROM 
  s_core_countries_areas countryArea 
WHERE 
  countryArea.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0001 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0003 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0002 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0002 ms
SELECT 
  s0_.id AS id_0, 
  s0_.active AS active_1, 
  s0_.name AS name_2, 
  s0_.text AS text_3, 
  s0_.email AS email_4, 
  s0_.email_template AS email_template_5, 
  s0_.email_subject AS email_subject_6, 
  s0_.text2 AS text2_7, 
  s0_.ticket_typeID AS ticket_typeID_8, 
  s0_.isocode AS isocode_9, 
  s0_.meta_title AS meta_title_10, 
  s0_.meta_keywords AS meta_keywords_11, 
  s0_.meta_description AS meta_description_12, 
  s0_.shop_ids AS shop_ids_13, 
  s1_.id AS id_14, 
  s1_.error_msg AS error_msg_15, 
  s1_.name AS name_16, 
  s1_.note AS note_17, 
  s1_.typ AS typ_18, 
  s1_.required AS required_19, 
  s1_.label AS label_20, 
  s1_.class AS class_21, 
  s1_.value AS value_22, 
  s1_.added AS added_23, 
  s1_.position AS position_24, 
  s1_.ticket_task AS ticket_task_25, 
  s1_.supportID AS supportID_26, 
  s2_.id AS id_27, 
  s2_.cmsSupportID AS cmsSupportID_28, 
  s2_.dreisc_seo_url AS dreisc_seo_url_29, 
  s2_.dreisc_seo_title AS dreisc_seo_title_30, 
  s2_.dreisc_seo_title_replace AS dreisc_seo_title_replace_31, 
  s2_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_32, 
  s2_.dreisc_canonical_link AS dreisc_canonical_link_33, 
  s2_.dreisc_robots_tag AS dreisc_robots_tag_34, 
  s1_.supportID AS supportID_35, 
  s2_.cmsSupportID AS cmsSupportID_36 
FROM 
  s_cms_support s0_ 
  LEFT JOIN s_cms_support_fields s1_ ON s0_.id = s1_.supportID 
  LEFT JOIN s_cms_support_attributes s2_ ON s0_.id = s2_.cmsSupportID 
WHERE 
  s0_.id = ? 
  AND (
    (
      s0_.shop_ids LIKE ? 
      OR s0_.shop_ids IS NULL
    )
  ) 
  AND s0_.active = 1 
ORDER BY 
  s1_.position ASC
array:2 [
  0 => 16
  1 => "%|2|%"
]
0.0013 ms
SELECT 
  id 
FROM 
  s_core_locales 
WHERE 
  locale = "en_GB"
[]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 16
  ":language" => 2
]
0.0002 ms
SELECT 
  objectdata, 
  objectlanguage, 
  objecttype, 
  objectkey 
FROM 
  s_core_translations t 
WHERE 
  (
    t.objectlanguage = : objectLanguage
  ) 
  AND (t.objecttype = : objectType) 
  AND (
    t.objectkey IN (: objectKey)
  )
array:3 [
  "objectLanguage" => 2
  "objectType" => "forms_elements"
  "objectKey" => array:7 [
    0 => 69
    1 => 71
    2 => 72
    3 => 73
    4 => 74
    5 => 75
    6 => 124
  ]
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName3965896811
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName3965896811" => "SwagPromotion"
  "shopId2212294583" => 1
]
0.0004 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName3965896811
array:1 [
  "pluginName3965896811" => "SwagPromotion"
]
0.0003 ms
SELECT 
  NOW() AS current, 
  cf.value AS last, 
  (
    SELECT 
      1 
    FROM 
      s_search_index 
    LIMIT 
      1
  ) AS not_force 
FROM 
  s_core_config_elements ce, 
  s_core_config_values cf 
WHERE 
  ce.name = 'fuzzysearchlastupdate' 
  AND cf.element_id = ce.id 
  AND cf.shop_id = 1
[]
0.0008 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "nnwebPriceOnRequest"
  "dcValue2" => 2
]
0.0004 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_shops coreShops ON coreConfigValues.shop_id = coreShops.main_id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (coreShops.id = : dcValue2)
array:2 [
  "dcValue1" => "nnwebPriceOnRequest"
  "dcValue2" => 2
]
0.0004 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName758510883
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName758510883" => "nnwebPriceOnRequest"
  "shopId2212294583" => 1
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName758510883
array:1 [
  "pluginName758510883" => "nnwebPriceOnRequest"
]
0.0003 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 3
]
0.0011 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 5
]
0.0008 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 8
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 9
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 10
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 6
]
0.0010 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 11
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 12
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 7
]
0.0007 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
0.0002 ms
SELECT 
  id 
FROM 
  s_core_countries country
[]
0.0002 ms
SELECT 
  country.id as __country_id, 
  country.countryname as __country_countryname, 
  country.countryiso as __country_countryiso, 
  country.areaID as __country_areaID, 
  country.countryen as __country_countryen, 
  country.position as __country_position, 
  country.notice as __country_notice, 
  country.taxfree as __country_taxfree, 
  country.taxfree_ustid as __country_taxfree_ustid, 
  country.taxfree_ustid_checked as __country_taxfree_ustid_checked, 
  country.active as __country_active, 
  country.iso3 as __country_iso3, 
  country.display_state_in_registration as __country_display_state_in_registration, 
  country.force_state_in_registration as __country_force_state_in_registration, 
  country.allow_shipping as __country_allow_shipping, 
  countryAttribute.id as __countryAttribute_id, 
  countryAttribute.countryID as __countryAttribute_countryID, 
  translation681a14aa05f6aconfig_countries.objectdata as __country_translation, 
  translation681a14aa05f70fallbackconfig_countries.objectdata as __country_translation_fallback, 
  translation681a14aa05f72s_core_countries_attributes.objectdata as __countryAttribute_translation, 
  translation681a14aa05f74fallbacks_core_countries_attributes.objectdata as __countryAttribute_translation_fallback 
FROM 
  s_core_countries country 
  LEFT JOIN s_core_countries_attributes countryAttribute ON countryAttribute.countryID = country.id 
  LEFT JOIN s_core_translations translation681a14aa05f6aconfig_countries ON translation681a14aa05f6aconfig_countries.objecttype = : translation681a14aa05f6aconfig_countries 
  AND translation681a14aa05f6aconfig_countries.objectkey = 1 
  AND translation681a14aa05f6aconfig_countries.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa05f70fallbackconfig_countries ON translation681a14aa05f70fallbackconfig_countries.objecttype = : translation681a14aa05f70fallbackconfig_countries 
  AND translation681a14aa05f70fallbackconfig_countries.objectkey = 1 
  AND translation681a14aa05f70fallbackconfig_countries.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation681a14aa05f72s_core_countries_attributes ON translation681a14aa05f72s_core_countries_attributes.objecttype = : translation681a14aa05f72s_core_countries_attributes 
  AND translation681a14aa05f72s_core_countries_attributes.objectkey = country.id 
  AND translation681a14aa05f72s_core_countries_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa05f74fallbacks_core_countries_attributes ON translation681a14aa05f74fallbacks_core_countries_attributes.objecttype = : translation681a14aa05f74fallbacks_core_countries_attributes 
  AND translation681a14aa05f74fallbacks_core_countries_attributes.objectkey = country.id 
  AND translation681a14aa05f74fallbacks_core_countries_attributes.objectlanguage = : languagefallback 
WHERE 
  country.id IN (: ids)
array:7 [
  ":ids" => array:250 [
    0 => "2"
    1 => "3"
    2 => "4"
    3 => "15"
    4 => "16"
    5 => "20"
    6 => "28"
    7 => "32"
    8 => "36"
    9 => "37"
    10 => "46"
    11 => "47"
    12 => "48"
    13 => "49"
    14 => "50"
    15 => "51"
    16 => "52"
    17 => "53"
    18 => "54"
    19 => "55"
    20 => "56"
    21 => "57"
    22 => "58"
    23 => "59"
    24 => "60"
    25 => "61"
    26 => "62"
    27 => "63"
    28 => "64"
    29 => "65"
    30 => "66"
    31 => "67"
    32 => "68"
    33 => "69"
    34 => "70"
    35 => "71"
    36 => "72"
    37 => "73"
    38 => "74"
    39 => "75"
    40 => "76"
    41 => "77"
    42 => "78"
    43 => "79"
    44 => "80"
    45 => "81"
    46 => "82"
    47 => "83"
    48 => "84"
    49 => "85"
    50 => "86"
    51 => "87"
    52 => "88"
    53 => "89"
    54 => "90"
    55 => "91"
    56 => "92"
    57 => "93"
    58 => "94"
    59 => "95"
    60 => "96"
    61 => "97"
    62 => "98"
    63 => "99"
    64 => "100"
    65 => "101"
    66 => "102"
    67 => "103"
    68 => "104"
    69 => "105"
    70 => "106"
    71 => "107"
    72 => "108"
    73 => "109"
    74 => "110"
    75 => "111"
    76 => "112"
    77 => "113"
    78 => "114"
    79 => "115"
    80 => "116"
    81 => "117"
    82 => "118"
    83 => "119"
    84 => "120"
    85 => "121"
    86 => "122"
    87 => "123"
    88 => "124"
    89 => "125"
    90 => "126"
    91 => "127"
    92 => "128"
    93 => "129"
    94 => "130"
    95 => "131"
    96 => "132"
    97 => "133"
    98 => "134"
    99 => "135"
    100 => "136"
    101 => "137"
    102 => "138"
    103 => "139"
    104 => "140"
    105 => "141"
    106 => "142"
    107 => "143"
    108 => "144"
    109 => "145"
    110 => "146"
    111 => "147"
    112 => "148"
    113 => "149"
    114 => "150"
    115 => "151"
    116 => "152"
    117 => "153"
    118 => "154"
    119 => "155"
    120 => "156"
    121 => "157"
    122 => "158"
    123 => "159"
    124 => "160"
    125 => "161"
    126 => "162"
    127 => "163"
    128 => "164"
    129 => "165"
    130 => "166"
    131 => "167"
    132 => "168"
    133 => "169"
    134 => "170"
    135 => "171"
    136 => "172"
    137 => "173"
    138 => "174"
    139 => "175"
    140 => "176"
    141 => "177"
    142 => "178"
    143 => "179"
    144 => "180"
    145 => "181"
    146 => "182"
    147 => "183"
    148 => "184"
    149 => "185"
    150 => "186"
    151 => "187"
    152 => "188"
    153 => "189"
    154 => "190"
    155 => "191"
    156 => "192"
    157 => "193"
    158 => "194"
    159 => "195"
    160 => "196"
    161 => "197"
    162 => "198"
    163 => "199"
    164 => "200"
    165 => "201"
    166 => "202"
    167 => "203"
    168 => "204"
    169 => "205"
    170 => "206"
    171 => "207"
    172 => "208"
    173 => "209"
    174 => "210"
    175 => "211"
    176 => "212"
    177 => "213"
    178 => "214"
    179 => "215"
    180 => "216"
    181 => "217"
    182 => "218"
    183 => "219"
    184 => "220"
    185 => "221"
    186 => "222"
    187 => "223"
    188 => "224"
    189 => "225"
    190 => "226"
    191 => "227"
    192 => "228"
    193 => "229"
    194 => "230"
    195 => "231"
    196 => "232"
    197 => "233"
    198 => "234"
    199 => "235"
    200 => "236"
    201 => "237"
    202 => "238"
    203 => "239"
    204 => "240"
    205 => "241"
    206 => "242"
    207 => "243"
    208 => "244"
    209 => "245"
    210 => "246"
    211 => "247"
    212 => "248"
    213 => "249"
    214 => "250"
    215 => "251"
    216 => "252"
    217 => "253"
    218 => "254"
    219 => "5"
    220 => "7"
    221 => "8"
    222 => "9"
    223 => "10"
    224 => "11"
    225 => "12"
    226 => "13"
    227 => "14"
    228 => "18"
    229 => "21"
    230 => "22"
    231 => "23"
    232 => "24"
    233 => "25"
    234 => "26"
    235 => "27"
    236 => "29"
    237 => "30"
    238 => "31"
    239 => "33"
    240 => "34"
    241 => "35"
    242 => "38"
    243 => "39"
    244 => "40"
    245 => "41"
    246 => "42"
    247 => "43"
    248 => "44"
    249 => "45"
  ]
  ":language" => 2
  ":translation681a14aa05f6aconfig_countries" => "config_countries"
  ":languagefallback" => 0
  ":translation681a14aa05f70fallbackconfig_countries" => "config_countries"
  ":translation681a14aa05f72s_core_countries_attributes" => "s_core_countries_attributes"
  ":translation681a14aa05f74fallbacks_core_countries_attributes" => "s_core_countries_attributes"
]
0.0019 ms
SELECT 
  countryState.id as __countryState_id, 
  countryState.countryID as __countryState_countryID, 
  countryState.name as __countryState_name, 
  countryState.shortcode as __countryState_shortcode, 
  countryState.position as __countryState_position, 
  countryState.active as __countryState_active, 
  countryStateAttribute.id as __countryStateAttribute_id, 
  countryStateAttribute.stateID as __countryStateAttribute_stateID, 
  translation681a14aa06919config_country_states.objectdata as __countryState_translation, 
  translation681a14aa0691efallbackconfig_country_states.objectdata as __countryState_translation_fallback, 
  translation681a14aa06921s_core_countries_states_attributes.objectdata as __countryStateAttribute_translation, 
  translation681a14aa06923fallbacks_core_countries_states_attributes.objectdata as __countryStateAttribute_translation_fallback 
FROM 
  s_core_countries_states countryState 
  LEFT JOIN s_core_countries_states_attributes countryStateAttribute ON countryStateAttribute.stateID = countryState.id 
  LEFT JOIN s_core_translations translation681a14aa06919config_country_states ON translation681a14aa06919config_country_states.objecttype = : translation681a14aa06919config_country_states 
  AND translation681a14aa06919config_country_states.objectkey = 1 
  AND translation681a14aa06919config_country_states.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa0691efallbackconfig_country_states ON translation681a14aa0691efallbackconfig_country_states.objecttype = : translation681a14aa0691efallbackconfig_country_states 
  AND translation681a14aa0691efallbackconfig_country_states.objectkey = 1 
  AND translation681a14aa0691efallbackconfig_country_states.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation681a14aa06921s_core_countries_states_attributes ON translation681a14aa06921s_core_countries_states_attributes.objecttype = : translation681a14aa06921s_core_countries_states_attributes 
  AND translation681a14aa06921s_core_countries_states_attributes.objectkey = countryStateAttribute.stateID 
  AND translation681a14aa06921s_core_countries_states_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa06923fallbacks_core_countries_states_attributes ON translation681a14aa06923fallbacks_core_countries_states_attributes.objecttype = : translation681a14aa06923fallbacks_core_countries_states_attributes 
  AND translation681a14aa06923fallbacks_core_countries_states_attributes.objectkey = countryStateAttribute.stateID 
  AND translation681a14aa06923fallbacks_core_countries_states_attributes.objectlanguage = : languagefallback 
WHERE 
  countryState.countryID IN (: ids)
array:7 [
  ":language" => 2
  ":translation681a14aa06919config_country_states" => "config_country_states"
  ":languagefallback" => 0
  ":translation681a14aa0691efallbackconfig_country_states" => "config_country_states"
  ":translation681a14aa06921s_core_countries_states_attributes" => "s_core_countries_states_attributes"
  ":translation681a14aa06923fallbacks_core_countries_states_attributes" => "s_core_countries_states_attributes"
  ":ids" => array:250 [
    0 => "2"
    1 => "3"
    2 => "4"
    3 => "15"
    4 => "16"
    5 => "20"
    6 => "28"
    7 => "32"
    8 => "36"
    9 => "37"
    10 => "46"
    11 => "47"
    12 => "48"
    13 => "49"
    14 => "50"
    15 => "51"
    16 => "52"
    17 => "53"
    18 => "54"
    19 => "55"
    20 => "56"
    21 => "57"
    22 => "58"
    23 => "59"
    24 => "60"
    25 => "61"
    26 => "62"
    27 => "63"
    28 => "64"
    29 => "65"
    30 => "66"
    31 => "67"
    32 => "68"
    33 => "69"
    34 => "70"
    35 => "71"
    36 => "72"
    37 => "73"
    38 => "74"
    39 => "75"
    40 => "76"
    41 => "77"
    42 => "78"
    43 => "79"
    44 => "80"
    45 => "81"
    46 => "82"
    47 => "83"
    48 => "84"
    49 => "85"
    50 => "86"
    51 => "87"
    52 => "88"
    53 => "89"
    54 => "90"
    55 => "91"
    56 => "92"
    57 => "93"
    58 => "94"
    59 => "95"
    60 => "96"
    61 => "97"
    62 => "98"
    63 => "99"
    64 => "100"
    65 => "101"
    66 => "102"
    67 => "103"
    68 => "104"
    69 => "105"
    70 => "106"
    71 => "107"
    72 => "108"
    73 => "109"
    74 => "110"
    75 => "111"
    76 => "112"
    77 => "113"
    78 => "114"
    79 => "115"
    80 => "116"
    81 => "117"
    82 => "118"
    83 => "119"
    84 => "120"
    85 => "121"
    86 => "122"
    87 => "123"
    88 => "124"
    89 => "125"
    90 => "126"
    91 => "127"
    92 => "128"
    93 => "129"
    94 => "130"
    95 => "131"
    96 => "132"
    97 => "133"
    98 => "134"
    99 => "135"
    100 => "136"
    101 => "137"
    102 => "138"
    103 => "139"
    104 => "140"
    105 => "141"
    106 => "142"
    107 => "143"
    108 => "144"
    109 => "145"
    110 => "146"
    111 => "147"
    112 => "148"
    113 => "149"
    114 => "150"
    115 => "151"
    116 => "152"
    117 => "153"
    118 => "154"
    119 => "155"
    120 => "156"
    121 => "157"
    122 => "158"
    123 => "159"
    124 => "160"
    125 => "161"
    126 => "162"
    127 => "163"
    128 => "164"
    129 => "165"
    130 => "166"
    131 => "167"
    132 => "168"
    133 => "169"
    134 => "170"
    135 => "171"
    136 => "172"
    137 => "173"
    138 => "174"
    139 => "175"
    140 => "176"
    141 => "177"
    142 => "178"
    143 => "179"
    144 => "180"
    145 => "181"
    146 => "182"
    147 => "183"
    148 => "184"
    149 => "185"
    150 => "186"
    151 => "187"
    152 => "188"
    153 => "189"
    154 => "190"
    155 => "191"
    156 => "192"
    157 => "193"
    158 => "194"
    159 => "195"
    160 => "196"
    161 => "197"
    162 => "198"
    163 => "199"
    164 => "200"
    165 => "201"
    166 => "202"
    167 => "203"
    168 => "204"
    169 => "205"
    170 => "206"
    171 => "207"
    172 => "208"
    173 => "209"
    174 => "210"
    175 => "211"
    176 => "212"
    177 => "213"
    178 => "214"
    179 => "215"
    180 => "216"
    181 => "217"
    182 => "218"
    183 => "219"
    184 => "220"
    185 => "221"
    186 => "222"
    187 => "223"
    188 => "224"
    189 => "225"
    190 => "226"
    191 => "227"
    192 => "228"
    193 => "229"
    194 => "230"
    195 => "231"
    196 => "232"
    197 => "233"
    198 => "234"
    199 => "235"
    200 => "236"
    201 => "237"
    202 => "238"
    203 => "239"
    204 => "240"
    205 => "241"
    206 => "242"
    207 => "243"
    208 => "244"
    209 => "245"
    210 => "246"
    211 => "247"
    212 => "248"
    213 => "249"
    214 => "250"
    215 => "251"
    216 => "252"
    217 => "253"
    218 => "254"
    219 => "5"
    220 => "7"
    221 => "8"
    222 => "9"
    223 => "10"
    224 => "11"
    225 => "12"
    226 => "13"
    227 => "14"
    228 => "18"
    229 => "21"
    230 => "22"
    231 => "23"
    232 => "24"
    233 => "25"
    234 => "26"
    235 => "27"
    236 => "29"
    237 => "30"
    238 => "31"
    239 => "33"
    240 => "34"
    241 => "35"
    242 => "38"
    243 => "39"
    244 => "40"
    245 => "41"
    246 => "42"
    247 => "43"
    248 => "44"
    249 => "45"
  ]
]
0.0009 ms
SELECT 
  t0.id AS id_1, 
  t0.customerGroupId AS customerGroupId_2 
FROM 
  atsd_customer_origin_customergroups t0 
WHERE 
  t0.customerGroupId = ? 
LIMIT 
  1
array:1 [
  0 => 1
]
0.0002 ms
SELECT 
  coreShops.* 
FROM 
  s_core_shops coreShops 
WHERE 
  coreShops.default = : default
array:1 [
  "default" => 1
]
0.0003 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_default_structure_article"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_default_structure_blog"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_default_structure_listing"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_default_structure_site"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_default_structure_form"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_default_structure_emotion"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_title_delimiter"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "home_breadcrumb_title"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "rs_instock_default"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "rs_instock_outsold"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "rs_laststock_default"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "rs_laststock_outsold"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_card"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_title"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_description"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_category_card"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_category_title"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_category_description"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_blog_card"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_blog_title"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "twitter_blog_description"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_shopname"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_title"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_description"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_category_title"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_category_description"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_blog_title"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "open_graph_blog_description"
]
0.0002 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_url_chars_white_list"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  (seoConfig.subshopId = : subshopId) 
  AND (seoConfig.key = : keyField)
array:2 [
  "subshopId" => 2
  "keyField" => "seo_url_chars_white_list_special"
]
0.0001 ms
SELECT 
  seoConfig.* 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  seoConfig.subshopId = : subshopId
array:1 [
  "subshopId" => 2
]
0.0002 ms
SELECT 
  COUNT(*) as total 
FROM 
  s_dreisc_seo_config seoConfig 
WHERE 
  seoConfig.subshopId = : subshopId 
LIMIT 
  1
array:1 [
  "subshopId" => 2
]
0.0002 ms
SELECT 
  coreShops.* 
FROM 
  s_core_shops coreShops 
WHERE 
  coreShops.default = : default
array:1 [
  "default" => 1
]
0.0002 ms
SELECT 
  coreShops.* 
FROM 
  s_core_shops coreShops 
WHERE 
  coreShops.id = : id
array:1 [
  "id" => 2
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => "16"
  ":language" => 2
]
0.0001 ms
SELECT 
  payment.name, 
  payment.id 
FROM 
  s_core_paymentmeans payment 
WHERE 
  (
    payment.name IN (: paymentMethodNames)
  ) 
  AND (payment.active = 1)
array:1 [
  "paymentMethodNames" => array:1 [
    0 => "SwagPaymentPayPalUnified"
  ]
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.active AS active_3, 
  t0.client_id AS client_id_4, 
  t0.client_secret AS client_secret_5, 
  t0.paypal_payer_id AS paypal_payer_id_6, 
  t0.sandbox_client_id AS sandbox_client_id_7, 
  t0.sandbox_client_secret AS sandbox_client_secret_8, 
  t0.sandbox_paypal_payer_id AS sandbox_paypal_payer_id_9, 
  t0.sandbox AS sandbox_10, 
  t0.show_sidebar_logo AS show_sidebar_logo_11, 
  t0.brand_name AS brand_name_12, 
  t0.order_number_prefix AS order_number_prefix_13, 
  t0.landing_page_type AS landing_page_type_14, 
  t0.display_errors AS display_errors_15, 
  t0.use_smart_payment_buttons AS use_smart_payment_buttons_16, 
  t0.submit_cart AS submit_cart_17, 
  t0.intent AS intent_18, 
  t0.button_style_color AS button_style_color_19, 
  t0.button_style_shape AS button_style_shape_20, 
  t0.button_style_size AS button_style_size_21, 
  t0.button_locale AS button_locale_22 
FROM 
  swag_payment_paypal_unified_settings_general t0 
WHERE 
  t0.shop_id = ? 
LIMIT 
  1
array:1 [
  0 => 1
]
0.0003 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0002 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName3103115162
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName3103115162" => "SmartsuppLiveChat"
  "shopId2212294583" => 1
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName3103115162
array:1 [
  "pluginName3103115162" => "SmartsuppLiveChat"
]
0.0002 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0002 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0001 ms
SELECT 
  element.template_id, 
  element.name, 
  element_value.value, 
  element.default_value as defaultValue, 
  element.type 
FROM 
  s_core_templates_config_elements element 
  LEFT JOIN s_core_templates_config_values element_value ON element_value.element_id = element.id 
  AND element_value.shop_id = : shopId 
WHERE 
  element.template_id IN (: ids)
array:2 [
  ":shopId" => 1
  ":ids" => array:3 [
    0 => 24
    1 => 23
    2 => 22
  ]
]
0.0011 ms
SELECT 
  shop.id, 
  REPLACE(locale.locale, "_", "-") as locale 
FROM 
  s_core_shops shop 
  INNER JOIN s_core_locales locale ON locale.id = shop.locale_id 
WHERE 
  (
    (shop.id = : shopId) 
    OR (shop.main_id = : shopId)
  ) 
  AND (active = 1)
array:1 [
  "shopId" => 1
]
0.0003 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.id AS id_15, 
  s0_.main_id AS main_id_16, 
  s0_.category_id AS category_id_17, 
  s0_.name AS name_18, 
  s0_.title AS title_19, 
  s0_.position AS position_20, 
  s0_.host AS host_21, 
  s0_.base_path AS base_path_22, 
  s0_.base_url AS base_url_23, 
  s0_.hosts AS hosts_24, 
  s0_.secure AS secure_25, 
  s0_.template_id AS template_id_26, 
  s0_.`default` AS default_27, 
  s0_.active AS active_28, 
  s0_.customer_scope AS customer_scope_29, 
  s1_.id AS id_30, 
  s1_.main_id AS main_id_31, 
  s1_.category_id AS category_id_32, 
  s1_.name AS name_33, 
  s1_.title AS title_34, 
  s1_.position AS position_35, 
  s1_.host AS host_36, 
  s1_.base_path AS base_path_37, 
  s1_.base_url AS base_url_38, 
  s1_.hosts AS hosts_39, 
  s1_.secure AS secure_40, 
  s1_.template_id AS template_id_41, 
  s1_.`default` AS default_42, 
  s1_.active AS active_43, 
  s1_.customer_scope AS customer_scope_44, 
  s2_.id AS id_45, 
  s2_.locale AS locale_46, 
  s2_.language AS language_47, 
  s2_.territory AS territory_48, 
  s3_.id AS id_49, 
  s3_.currency AS currency_50, 
  s3_.name AS name_51, 
  s3_.standard AS standard_52, 
  s3_.factor AS factor_53, 
  s3_.templatechar AS templatechar_54, 
  s3_.symbol_position AS symbol_position_55, 
  s3_.position AS position_56, 
  s4_.id AS id_57, 
  s4_.template AS template_58, 
  s4_.name AS name_59, 
  s4_.description AS description_60, 
  s4_.author AS author_61, 
  s4_.license AS license_62, 
  s4_.esi AS esi_63, 
  s4_.style_support AS style_support_64, 
  s4_.emotion AS emotion_65, 
  s4_.version AS version_66, 
  s4_.plugin_id AS plugin_id_67, 
  s4_.parent_id AS parent_id_68, 
  s5_.id AS id_69, 
  s5_.template AS template_70, 
  s5_.name AS name_71, 
  s5_.description AS description_72, 
  s5_.author AS author_73, 
  s5_.license AS license_74, 
  s5_.esi AS esi_75, 
  s5_.style_support AS style_support_76, 
  s5_.emotion AS emotion_77, 
  s5_.version AS version_78, 
  s5_.plugin_id AS plugin_id_79, 
  s5_.parent_id AS parent_id_80, 
  s6_.id AS id_81, 
  s6_.currency AS currency_82, 
  s6_.name AS name_83, 
  s6_.standard AS standard_84, 
  s6_.factor AS factor_85, 
  s6_.templatechar AS templatechar_86, 
  s6_.symbol_position AS symbol_position_87, 
  s6_.position AS position_88, 
  s7_.id AS id_89, 
  s7_.groupkey AS groupkey_90, 
  s7_.description AS description_91, 
  s7_.tax AS tax_92, 
  s7_.taxinput AS taxinput_93, 
  s7_.mode AS mode_94, 
  s7_.discount AS discount_95, 
  s7_.minimumorder AS minimumorder_96, 
  s7_.minimumordersurcharge AS minimumordersurcharge_97, 
  s8_.id AS id_98, 
  s8_.template AS template_99, 
  s8_.name AS name_100, 
  s8_.description AS description_101, 
  s8_.author AS author_102, 
  s8_.license AS license_103, 
  s8_.esi AS esi_104, 
  s8_.style_support AS style_support_105, 
  s8_.emotion AS emotion_106, 
  s8_.version AS version_107, 
  s8_.plugin_id AS plugin_id_108, 
  s8_.parent_id AS parent_id_109, 
  s0_.main_id AS main_id_110, 
  s0_.template_id AS template_id_111, 
  s0_.document_template_id AS document_template_id_112, 
  s0_.category_id AS category_id_113, 
  s0_.locale_id AS locale_id_114, 
  s0_.currency_id AS currency_id_115, 
  s0_.customer_group_id AS customer_group_id_116, 
  s0_.fallback_id AS fallback_id_117, 
  s1_.main_id AS main_id_118, 
  s1_.template_id AS template_id_119, 
  s1_.document_template_id AS document_template_id_120, 
  s1_.category_id AS category_id_121, 
  s1_.locale_id AS locale_id_122, 
  s1_.currency_id AS currency_id_123, 
  s1_.customer_group_id AS customer_group_id_124, 
  s1_.fallback_id AS fallback_id_125, 
  s4_.parent_id AS parent_id_126, 
  s4_.plugin_id AS plugin_id_127, 
  s5_.parent_id AS parent_id_128, 
  s5_.plugin_id AS plugin_id_129, 
  s8_.parent_id AS parent_id_130, 
  s8_.plugin_id AS plugin_id_131 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_shops s1_ ON s0_.main_id = s1_.id 
  LEFT JOIN s_core_locales s2_ ON s0_.locale_id = s2_.id 
  LEFT JOIN s_core_currencies s3_ ON s0_.currency_id = s3_.id 
  LEFT JOIN s_core_templates s4_ ON s0_.template_id = s4_.id 
  LEFT JOIN s_core_templates s5_ ON s0_.document_template_id = s5_.id 
  LEFT JOIN s_core_shop_currencies s9_ ON s0_.id = s9_.shop_id 
  LEFT JOIN s_core_currencies s6_ ON s6_.id = s9_.currency_id 
  LEFT JOIN s_core_customergroups s7_ ON s0_.customer_group_id = s7_.id 
  LEFT JOIN s_core_templates s8_ ON s1_.template_id = s8_.id 
  LEFT JOIN s_core_shop_currencies s11_ ON s1_.id = s11_.shop_id 
  LEFT JOIN s_core_currencies s10_ ON s10_.id = s11_.currency_id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s0_.main_id ASC, 
  s0_.position ASC, 
  s6_.position ASC, 
  s6_.id ASC
array:1 [
  0 => 1
]
0.0011 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:1 [
    0 => "sViewport=forms&sFid=16"
  ]
]
0.0003 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.id AS id_15, 
  s0_.main_id AS main_id_16, 
  s0_.category_id AS category_id_17, 
  s0_.name AS name_18, 
  s0_.title AS title_19, 
  s0_.position AS position_20, 
  s0_.host AS host_21, 
  s0_.base_path AS base_path_22, 
  s0_.base_url AS base_url_23, 
  s0_.hosts AS hosts_24, 
  s0_.secure AS secure_25, 
  s0_.template_id AS template_id_26, 
  s0_.`default` AS default_27, 
  s0_.active AS active_28, 
  s0_.customer_scope AS customer_scope_29, 
  s1_.id AS id_30, 
  s1_.main_id AS main_id_31, 
  s1_.category_id AS category_id_32, 
  s1_.name AS name_33, 
  s1_.title AS title_34, 
  s1_.position AS position_35, 
  s1_.host AS host_36, 
  s1_.base_path AS base_path_37, 
  s1_.base_url AS base_url_38, 
  s1_.hosts AS hosts_39, 
  s1_.secure AS secure_40, 
  s1_.template_id AS template_id_41, 
  s1_.`default` AS default_42, 
  s1_.active AS active_43, 
  s1_.customer_scope AS customer_scope_44, 
  s2_.id AS id_45, 
  s2_.locale AS locale_46, 
  s2_.language AS language_47, 
  s2_.territory AS territory_48, 
  s3_.id AS id_49, 
  s3_.currency AS currency_50, 
  s3_.name AS name_51, 
  s3_.standard AS standard_52, 
  s3_.factor AS factor_53, 
  s3_.templatechar AS templatechar_54, 
  s3_.symbol_position AS symbol_position_55, 
  s3_.position AS position_56, 
  s4_.id AS id_57, 
  s4_.template AS template_58, 
  s4_.name AS name_59, 
  s4_.description AS description_60, 
  s4_.author AS author_61, 
  s4_.license AS license_62, 
  s4_.esi AS esi_63, 
  s4_.style_support AS style_support_64, 
  s4_.emotion AS emotion_65, 
  s4_.version AS version_66, 
  s4_.plugin_id AS plugin_id_67, 
  s4_.parent_id AS parent_id_68, 
  s5_.id AS id_69, 
  s5_.template AS template_70, 
  s5_.name AS name_71, 
  s5_.description AS description_72, 
  s5_.author AS author_73, 
  s5_.license AS license_74, 
  s5_.esi AS esi_75, 
  s5_.style_support AS style_support_76, 
  s5_.emotion AS emotion_77, 
  s5_.version AS version_78, 
  s5_.plugin_id AS plugin_id_79, 
  s5_.parent_id AS parent_id_80, 
  s6_.id AS id_81, 
  s6_.currency AS currency_82, 
  s6_.name AS name_83, 
  s6_.standard AS standard_84, 
  s6_.factor AS factor_85, 
  s6_.templatechar AS templatechar_86, 
  s6_.symbol_position AS symbol_position_87, 
  s6_.position AS position_88, 
  s7_.id AS id_89, 
  s7_.groupkey AS groupkey_90, 
  s7_.description AS description_91, 
  s7_.tax AS tax_92, 
  s7_.taxinput AS taxinput_93, 
  s7_.mode AS mode_94, 
  s7_.discount AS discount_95, 
  s7_.minimumorder AS minimumorder_96, 
  s7_.minimumordersurcharge AS minimumordersurcharge_97, 
  s8_.id AS id_98, 
  s8_.template AS template_99, 
  s8_.name AS name_100, 
  s8_.description AS description_101, 
  s8_.author AS author_102, 
  s8_.license AS license_103, 
  s8_.esi AS esi_104, 
  s8_.style_support AS style_support_105, 
  s8_.emotion AS emotion_106, 
  s8_.version AS version_107, 
  s8_.plugin_id AS plugin_id_108, 
  s8_.parent_id AS parent_id_109, 
  s0_.main_id AS main_id_110, 
  s0_.template_id AS template_id_111, 
  s0_.document_template_id AS document_template_id_112, 
  s0_.category_id AS category_id_113, 
  s0_.locale_id AS locale_id_114, 
  s0_.currency_id AS currency_id_115, 
  s0_.customer_group_id AS customer_group_id_116, 
  s0_.fallback_id AS fallback_id_117, 
  s1_.main_id AS main_id_118, 
  s1_.template_id AS template_id_119, 
  s1_.document_template_id AS document_template_id_120, 
  s1_.category_id AS category_id_121, 
  s1_.locale_id AS locale_id_122, 
  s1_.currency_id AS currency_id_123, 
  s1_.customer_group_id AS customer_group_id_124, 
  s1_.fallback_id AS fallback_id_125, 
  s4_.parent_id AS parent_id_126, 
  s4_.plugin_id AS plugin_id_127, 
  s5_.parent_id AS parent_id_128, 
  s5_.plugin_id AS plugin_id_129, 
  s8_.parent_id AS parent_id_130, 
  s8_.plugin_id AS plugin_id_131 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_shops s1_ ON s0_.main_id = s1_.id 
  LEFT JOIN s_core_locales s2_ ON s0_.locale_id = s2_.id 
  LEFT JOIN s_core_currencies s3_ ON s0_.currency_id = s3_.id 
  LEFT JOIN s_core_templates s4_ ON s0_.template_id = s4_.id 
  LEFT JOIN s_core_templates s5_ ON s0_.document_template_id = s5_.id 
  LEFT JOIN s_core_shop_currencies s9_ ON s0_.id = s9_.shop_id 
  LEFT JOIN s_core_currencies s6_ ON s6_.id = s9_.currency_id 
  LEFT JOIN s_core_customergroups s7_ ON s0_.customer_group_id = s7_.id 
  LEFT JOIN s_core_templates s8_ ON s1_.template_id = s8_.id 
  LEFT JOIN s_core_shop_currencies s11_ ON s1_.id = s11_.shop_id 
  LEFT JOIN s_core_currencies s10_ ON s10_.id = s11_.currency_id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s0_.main_id ASC, 
  s0_.position ASC, 
  s6_.position ASC, 
  s6_.id ASC
array:1 [
  0 => 2
]
0.0010 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=forms&sFid=16"
  ]
]
0.0002 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
0.0002 ms
SELECT 
  category.id, 
  category.parent 
FROM 
  s_categories category 
WHERE 
  (
    (
      category.parent IN(: parentId) 
      OR category.id IN (: parentId)
    )
  ) 
  AND (category.active = 1) 
  AND (
    category.shops IS NULL 
    OR category.shops LIKE : shopId
  ) 
ORDER BY 
  category.position ASC, 
  category.id ASC
array:2 [
  ":parentId" => array:1 [
    0 => 3
  ]
  ":shopId" => "%|2|%"
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.dreisc_seo_url as __categoryAttribute_dreisc_seo_url, 
  categoryAttribute.dreisc_seo_title as __categoryAttribute_dreisc_seo_title, 
  categoryAttribute.dreisc_seo_title_replace as __categoryAttribute_dreisc_seo_title_replace, 
  categoryAttribute.dreisc_seo_breadcrumb as __categoryAttribute_dreisc_seo_breadcrumb, 
  categoryAttribute.dreisc_canonical_link as __categoryAttribute_dreisc_canonical_link, 
  categoryAttribute.dreisc_robots_tag as __categoryAttribute_dreisc_robots_tag, 
  categoryAttribute.dreisc_facebook_description as __categoryAttribute_dreisc_facebook_description, 
  categoryAttribute.dreisc_twitter_description as __categoryAttribute_dreisc_twitter_description, 
  categoryAttribute.dreisc_facebook_image as __categoryAttribute_dreisc_facebook_image, 
  categoryAttribute.dreisc_twitter_image as __categoryAttribute_dreisc_twitter_image, 
  categoryAttribute.dreisc_category_level as __categoryAttribute_dreisc_category_level, 
  categoryAttribute.nnwebccashowcount as __categoryAttribute_nnwebccashowcount, 
  categoryAttribute.nnwebccahidezero as __categoryAttribute_nnwebccahidezero, 
  categoryAttribute.nnwebccahideempty as __categoryAttribute_nnwebccahideempty, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation681a14aa169f9s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation681a14aa16a01fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation681a14aa16a08s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation681a14aa16a0dfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation681a14aa16a14productStream.objectdata as __stream_translation, 
  translation681a14aa16a19fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation681a14aa16a1ecategory.objectdata as __category_translation, 
  translation681a14aa16a22fallbackcategory.objectdata as __category_translation_fallback 
FROM 
  s_categories category 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_product_streams stream ON category.stream_id = stream.id 
  LEFT JOIN s_core_translations translation681a14aa16a1ecategory ON translation681a14aa16a1ecategory.objecttype = : translation681a14aa16a1ecategory 
  AND translation681a14aa16a1ecategory.objectkey = category.id 
  AND translation681a14aa16a1ecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa16a22fallbackcategory ON translation681a14aa16a22fallbackcategory.objecttype = : translation681a14aa16a22fallbackcategory 
  AND translation681a14aa16a22fallbackcategory.objectkey = category.id 
  AND translation681a14aa16a22fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation681a14aa169f9s_categories_attributes ON translation681a14aa169f9s_categories_attributes.objecttype = : translation681a14aa169f9s_categories_attributes 
  AND translation681a14aa169f9s_categories_attributes.objectkey = category.id 
  AND translation681a14aa169f9s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa16a01fallbacks_categories_attributes ON translation681a14aa16a01fallbacks_categories_attributes.objecttype = : translation681a14aa16a01fallbacks_categories_attributes 
  AND translation681a14aa16a01fallbacks_categories_attributes.objectkey = category.id 
  AND translation681a14aa16a01fallbacks_categories_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
  LEFT JOIN s_core_translations translation681a14aa16a08s_media_attributes ON translation681a14aa16a08s_media_attributes.objecttype = : translation681a14aa16a08s_media_attributes 
  AND translation681a14aa16a08s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation681a14aa16a08s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa16a0dfallbacks_media_attributes ON translation681a14aa16a0dfallbacks_media_attributes.objecttype = : translation681a14aa16a0dfallbacks_media_attributes 
  AND translation681a14aa16a0dfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation681a14aa16a0dfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation681a14aa16a14productStream ON translation681a14aa16a14productStream.objecttype = : translation681a14aa16a14productStream 
  AND translation681a14aa16a14productStream.objectkey = stream.id 
  AND translation681a14aa16a14productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa16a19fallbackproductStream ON translation681a14aa16a19fallbackproductStream.objecttype = : translation681a14aa16a19fallbackproductStream 
  AND translation681a14aa16a19fallbackproductStream.objectkey = stream.id 
  AND translation681a14aa16a19fallbackproductStream.objectlanguage = : languagefallback 
WHERE 
  (
    category.id IN (: categories)
  ) 
  AND (category.active = 1) 
  AND (
    category.shops IS NULL 
    OR category.shops LIKE : shopId
  ) 
GROUP BY 
  category.id
array:12 [
  ":categories" => array:5 [
    0 => 3
    1 => 5
    2 => 6
    3 => 7
    4 => 3
  ]
  ":shopId" => "%|2|%"
  ":language" => 2
  ":translation681a14aa169f9s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation681a14aa16a01fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation681a14aa16a08s_media_attributes" => "s_media_attributes"
  ":translation681a14aa16a0dfallbacks_media_attributes" => "s_media_attributes"
  ":translation681a14aa16a14productStream" => "productStream"
  ":translation681a14aa16a19fallbackproductStream" => "productStream"
  ":translation681a14aa16a1ecategory" => "category"
  ":translation681a14aa16a22fallbackcategory" => "category"
]
0.0019 ms
SELECT 
  parent as id, 
  COUNT(id) as childrenCount 
FROM 
  s_categories category 
WHERE 
  (
    parent IN (: ids)
  ) 
  AND (category.active = 1) 
GROUP BY 
  parent
array:1 [
  ":ids" => array:5 [
    0 => 3
    1 => 5
    2 => 6
    3 => 7
    4 => 3
  ]
]
0.0003 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.dreisc_seo_url as __categoryAttribute_dreisc_seo_url, 
  categoryAttribute.dreisc_seo_title as __categoryAttribute_dreisc_seo_title, 
  categoryAttribute.dreisc_seo_title_replace as __categoryAttribute_dreisc_seo_title_replace, 
  categoryAttribute.dreisc_seo_breadcrumb as __categoryAttribute_dreisc_seo_breadcrumb, 
  categoryAttribute.dreisc_canonical_link as __categoryAttribute_dreisc_canonical_link, 
  categoryAttribute.dreisc_robots_tag as __categoryAttribute_dreisc_robots_tag, 
  categoryAttribute.dreisc_facebook_description as __categoryAttribute_dreisc_facebook_description, 
  categoryAttribute.dreisc_twitter_description as __categoryAttribute_dreisc_twitter_description, 
  categoryAttribute.dreisc_facebook_image as __categoryAttribute_dreisc_facebook_image, 
  categoryAttribute.dreisc_twitter_image as __categoryAttribute_dreisc_twitter_image, 
  categoryAttribute.dreisc_category_level as __categoryAttribute_dreisc_category_level, 
  categoryAttribute.nnwebccashowcount as __categoryAttribute_nnwebccashowcount, 
  categoryAttribute.nnwebccahidezero as __categoryAttribute_nnwebccahidezero, 
  categoryAttribute.nnwebccahideempty as __categoryAttribute_nnwebccahideempty, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 2
  ]
]
0.0016 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.dreisc_seo_url as __categoryAttribute_dreisc_seo_url, 
  categoryAttribute.dreisc_seo_title as __categoryAttribute_dreisc_seo_title, 
  categoryAttribute.dreisc_seo_title_replace as __categoryAttribute_dreisc_seo_title_replace, 
  categoryAttribute.dreisc_seo_breadcrumb as __categoryAttribute_dreisc_seo_breadcrumb, 
  categoryAttribute.dreisc_canonical_link as __categoryAttribute_dreisc_canonical_link, 
  categoryAttribute.dreisc_robots_tag as __categoryAttribute_dreisc_robots_tag, 
  categoryAttribute.dreisc_facebook_description as __categoryAttribute_dreisc_facebook_description, 
  categoryAttribute.dreisc_twitter_description as __categoryAttribute_dreisc_twitter_description, 
  categoryAttribute.dreisc_facebook_image as __categoryAttribute_dreisc_facebook_image, 
  categoryAttribute.dreisc_twitter_image as __categoryAttribute_dreisc_twitter_image, 
  categoryAttribute.dreisc_category_level as __categoryAttribute_dreisc_category_level, 
  categoryAttribute.nnwebccashowcount as __categoryAttribute_nnwebccashowcount, 
  categoryAttribute.nnwebccahidezero as __categoryAttribute_nnwebccahidezero, 
  categoryAttribute.nnwebccahideempty as __categoryAttribute_nnwebccahideempty, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => "1"
  ]
]
0.0017 ms
SELECT 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID 
FROM 
  s_core_customergroups customerGroup 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
WHERE 
  customerGroup.groupkey IN (: keys)
array:1 [
  ":keys" => array:2 [
    0 => "EK"
    1 => "EK"
  ]
]
0.0003 ms
SELECT 
  country.id as __country_id, 
  country.countryname as __country_countryname, 
  country.countryiso as __country_countryiso, 
  country.areaID as __country_areaID, 
  country.countryen as __country_countryen, 
  country.position as __country_position, 
  country.notice as __country_notice, 
  country.taxfree as __country_taxfree, 
  country.taxfree_ustid as __country_taxfree_ustid, 
  country.taxfree_ustid_checked as __country_taxfree_ustid_checked, 
  country.active as __country_active, 
  country.iso3 as __country_iso3, 
  country.display_state_in_registration as __country_display_state_in_registration, 
  country.force_state_in_registration as __country_force_state_in_registration, 
  country.allow_shipping as __country_allow_shipping, 
  countryAttribute.id as __countryAttribute_id, 
  countryAttribute.countryID as __countryAttribute_countryID, 
  translation681a14aa1842cconfig_countries.objectdata as __country_translation, 
  translation681a14aa18432fallbackconfig_countries.objectdata as __country_translation_fallback, 
  translation681a14aa18437s_core_countries_attributes.objectdata as __countryAttribute_translation, 
  translation681a14aa1843afallbacks_core_countries_attributes.objectdata as __countryAttribute_translation_fallback 
FROM 
  s_core_countries country 
  LEFT JOIN s_core_countries_attributes countryAttribute ON countryAttribute.countryID = country.id 
  LEFT JOIN s_core_translations translation681a14aa1842cconfig_countries ON translation681a14aa1842cconfig_countries.objecttype = : translation681a14aa1842cconfig_countries 
  AND translation681a14aa1842cconfig_countries.objectkey = 1 
  AND translation681a14aa1842cconfig_countries.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa18432fallbackconfig_countries ON translation681a14aa18432fallbackconfig_countries.objecttype = : translation681a14aa18432fallbackconfig_countries 
  AND translation681a14aa18432fallbackconfig_countries.objectkey = 1 
  AND translation681a14aa18432fallbackconfig_countries.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation681a14aa18437s_core_countries_attributes ON translation681a14aa18437s_core_countries_attributes.objecttype = : translation681a14aa18437s_core_countries_attributes 
  AND translation681a14aa18437s_core_countries_attributes.objectkey = country.id 
  AND translation681a14aa18437s_core_countries_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa1843afallbacks_core_countries_attributes ON translation681a14aa1843afallbacks_core_countries_attributes.objecttype = : translation681a14aa1843afallbacks_core_countries_attributes 
  AND translation681a14aa1843afallbacks_core_countries_attributes.objectkey = country.id 
  AND translation681a14aa1843afallbacks_core_countries_attributes.objectlanguage = : languagefallback 
ORDER BY 
  country.position ASC
array:6 [
  ":language" => 2
  ":translation681a14aa1842cconfig_countries" => "config_countries"
  ":languagefallback" => 0
  ":translation681a14aa18432fallbackconfig_countries" => "config_countries"
  ":translation681a14aa18437s_core_countries_attributes" => "s_core_countries_attributes"
  ":translation681a14aa1843afallbacks_core_countries_attributes" => "s_core_countries_attributes"
]
0.0027 ms
SELECT 
  countryArea.id as __countryArea_id, 
  countryArea.name as __countryArea_name, 
  countryArea.active as __countryArea_active 
FROM 
  s_core_countries_areas countryArea 
WHERE 
  countryArea.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0002 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0003 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0003 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0003 ms
SELECT 
  page.id, 
  page.description, 
  page.link, 
  page.target, 
  page.parentID, 
  groups.key as `group`, 
  mapping.key as mapping, 
  translation681a14aa1956dpage.objectdata as __page_translation, 
  translation681a14aa19575fallbackpage.objectdata as __page_translation_fallback 
FROM 
  s_cms_static page 
  LEFT JOIN s_cms_static_groups `groups` ON groups.active = 1 
  LEFT JOIN s_core_translations translation681a14aa1956dpage ON translation681a14aa1956dpage.objecttype = : translation681a14aa1956dpage 
  AND translation681a14aa1956dpage.objectkey = page.id 
  AND translation681a14aa1956dpage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation681a14aa19575fallbackpage ON translation681a14aa19575fallbackpage.objecttype = : translation681a14aa19575fallbackpage 
  AND translation681a14aa19575fallbackpage.objectkey = page.id 
  AND translation681a14aa19575fallbackpage.objectlanguage = : languagefallback 
  LEFT JOIN s_cms_static_groups mapping ON groups.mapping_id = mapping.id 
  LEFT JOIN s_core_shop_pages shops ON groups.id = shops.group_id 
  AND shops.shop_id = : shopId 
WHERE 
  (groups.active = 1) 
  AND (page.active = 1) 
  AND (
    CONCAT('|', page.grouping, '|') LIKE CONCAT('%|', groups.key, '|%')
  ) 
  AND (
    (
      mapping.id IS NULL 
      OR shops.shop_id IS NOT NULL
    )
  ) 
  AND (
    (
      mapping.id IS NULL 
      OR mapping.active = 1
    )
  ) 
  AND (
    (
      page.shop_ids IS NULL 
      OR page.shop_ids LIKE : staticShopId
    )
  ) 
ORDER BY 
  parentID ASC, 
  mapping.key ASC, 
  page.position ASC, 
  page.description ASC
array:6 [
  ":language" => 2
  ":translation681a14aa1956dpage" => "page"
  ":languagefallback" => 0
  ":translation681a14aa19575fallbackpage" => "page"
  ":shopId" => 2
  ":staticShopId" => "%|2|%"
]
0.0015 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:26 [
    39 => "sViewport=forms&sFid=9"
    21 => "sViewport=registerFC"
    26 => "sViewport=newsletter"
    37 => "sViewport=forms&sFid=8"
    43 => "sViewport=custom&sCustom=43"
    9 => "sViewport=custom&sCustom=9"
    2 => "sViewport=custom&sCustom=2"
    1 => "sViewport=forms&sFid=5"
    6 => "sViewport=custom&sCustom=6"
    41 => "sViewport=forms&sFid=10"
    8 => "sViewport=custom&sCustom=8"
    7 => "sViewport=custom&sCustom=7"
    45 => "sViewport=custom&sCustom=45"
    4 => "sViewport=custom&sCustom=4"
    3 => "sViewport=custom&sCustom=3"
    27 => "sViewport=custom&sCustom=27"
    34 => "sViewport=forms&sFid=18"
    30 => "sViewport=custom&sCustom=30"
    33 => "sViewport=registerFC"
    32 => "sViewport=newsletter"
    28 => "sViewport=custom&sCustom=28"
    29 => "sViewport=custom&sCustom=29"
    35 => "sViewport=sitemap"
    40 => "sViewport=forms&sFid=19"
    42 => "sViewport=forms&sFid=20"
    38 => "sViewport=forms&sFid=17"
  ]
]
0.0005 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=search"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=7"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=7"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=7"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=newsletter"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=7"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=7"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=7"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=6"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=custom&sCustom=6"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index&sAction=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=register"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=checkout"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=checkout&sAction=ajaxCart"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=register"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=checkout&sAction=addArticle"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=checkout&sAction=ajaxAmount"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=address&sAction=ajaxSelection"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=address&sAction=ajaxEditor"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=csrftoken"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=index"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=AtsdCustomerOrigin&sAction=checkStatus"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=AtsdCustomerOrigin&sAction=getModalTemplate"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=forms&sFid=16"
  ]
]
0.0004 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=forms&sFid=16"
  ]
]
0.0002 ms
SELECT 
  s_core_config_values.value 
FROM 
  s_core_config_values 
  INNER JOIN s_core_config_elements ON s_core_config_values.element_id = s_core_config_elements.id 
  AND s_core_config_elements.`name` LIKE 'assetTimestamp' 
WHERE 
  s_core_config_values.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0005 ms
SELECT 
  s0_.id AS id_0, 
  s0_.compiler_force AS compiler_force_1, 
  s0_.compiler_create_source_map AS compiler_create_source_map_2, 
  s0_.compiler_compress_css AS compiler_compress_css_3, 
  s0_.compiler_compress_js AS compiler_compress_js_4, 
  s0_.force_reload_snippets AS force_reload_snippets_5 
FROM 
  s_core_theme_settings s0_ 
ORDER BY 
  s0_.id ASC 
LIMIT 
  1
[]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.name AS name_2, 
  t0.label AS label_3, 
  t0.namespace AS namespace_4, 
  t0.source AS source_5, 
  t0.description AS description_6, 
  t0.active AS active_7, 
  t0.added AS added_8, 
  t0.installation_date AS installation_date_9, 
  t0.update_date AS update_date_10, 
  t0.refresh_date AS refresh_date_11, 
  t0.author AS author_12, 
  t0.copyright AS copyright_13, 
  t0.license AS license_14, 
  t0.version AS version_15, 
  t0.support AS support_16, 
  t0.changes AS changes_17, 
  t0.link AS link_18, 
  t0.update_version AS update_version_19, 
  t0.update_source AS update_source_20, 
  t0.capability_update AS capability_update_21, 
  t0.capability_install AS capability_install_22, 
  t0.capability_enable AS capability_enable_23, 
  t0.capability_secure_uninstall AS capability_secure_uninstall_24, 
  t0.translations AS translations_25, 
  t0.in_safe_mode AS in_safe_mode_26 
FROM 
  s_core_plugins t0 
WHERE 
  t0.id = ? 
LIMIT 
  1
array:1 [
  0 => "52"
]
0.0002 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 3
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 5
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 8
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 9
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 10
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 6
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 11
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 12
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 7
]
0.0005 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0002 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0002 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 3
]
0.0008 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 5
]
0.0008 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 8
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 9
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 10
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 6
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 11
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 12
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 7
]
0.0006 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0002 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=compare&sAction=overlay"
  ]
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 3
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 5
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 8
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 9
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 10
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 6
]
0.0008 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 11
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 12
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 7
]
0.0004 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=note"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=profile"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=address&sAction=index"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=payment"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=orders"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=downloads"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=note"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=logout"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=logout"
  ]
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=abort"
  ]
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=checkout&sAction=cart"
  ]
]
0.0002 ms
SELECT 
  host, 
  hosts 
FROM 
  s_core_shops 
WHERE 
  id = : id
array:1 [
  ":id" => 1
]
0.0003 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 3
]
0.0008 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 5
]
0.0007 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 8
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 9
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 10
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 6
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 11
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 12
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.dreisc_seo_url AS dreisc_seo_url_50, 
  s6_.dreisc_seo_title AS dreisc_seo_title_51, 
  s6_.dreisc_seo_title_replace AS dreisc_seo_title_replace_52, 
  s6_.dreisc_seo_breadcrumb AS dreisc_seo_breadcrumb_53, 
  s6_.dreisc_canonical_link AS dreisc_canonical_link_54, 
  s6_.dreisc_robots_tag AS dreisc_robots_tag_55, 
  s6_.dreisc_facebook_description AS dreisc_facebook_description_56, 
  s6_.dreisc_twitter_description AS dreisc_twitter_description_57, 
  s6_.dreisc_facebook_image AS dreisc_facebook_image_58, 
  s6_.dreisc_twitter_image AS dreisc_twitter_image_59, 
  s6_.dreisc_category_level AS dreisc_category_level_60, 
  s6_.nnwebccashowcount AS nnwebccashowcount_61, 
  s6_.nnwebccahidezero AS nnwebccahidezero_62, 
  s6_.nnwebccahideempty AS nnwebccahideempty_63 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 7
]
0.0005 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0003 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0004 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:1 [
    0 => "sViewport=forms"
  ]
]
0.0003 ms
SELECT 
  s_core_config_values.value 
FROM 
  s_core_config_values 
  INNER JOIN s_core_config_elements ON s_core_config_values.element_id = s_core_config_elements.id 
  AND s_core_config_elements.`name` LIKE 'assetTimestamp' 
WHERE 
  s_core_config_values.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0007 ms
SELECT 
  s0_.id AS id_0, 
  s0_.compiler_force AS compiler_force_1, 
  s0_.compiler_create_source_map AS compiler_create_source_map_2, 
  s0_.compiler_compress_css AS compiler_compress_css_3, 
  s0_.compiler_compress_js AS compiler_compress_js_4, 
  s0_.force_reload_snippets AS force_reload_snippets_5 
FROM 
  s_core_theme_settings s0_ 
ORDER BY 
  s0_.id ASC 
LIMIT 
  1
[]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 2
  ":orgPath" => array:20 [
    0 => "sViewport=cat&sCategory=5"
    1 => "sViewport=cat&sCategory=6"
    2 => "sViewport=cat&sCategory=7"
    3 => "sViewport=cat&sCategory=5"
    4 => "sViewport=cat&sCategory=8"
    5 => "sViewport=cat&sCategory=9"
    6 => "sViewport=cat&sCategory=10"
    7 => "sViewport=cat&sCategory=5"
    8 => "sViewport=cat&sCategory=5"
    9 => "sViewport=cat&sCategory=6"
    10 => "sViewport=cat&sCategory=11"
    11 => "sViewport=cat&sCategory=12"
    12 => "sViewport=cat&sCategory=6"
    13 => "sViewport=cat&sCategory=6"
    14 => "sViewport=cat&sCategory=7"
    15 => "sViewport=cat&sCategory=7"
    16 => "sViewport=cat&sCategory=7"
    17 => "sViewport=cat&sCategory=5"
    18 => "sViewport=cat&sCategory=6"
    19 => "sViewport=cat&sCategory=7"
  ]
]
0.0004 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => null
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "PasswordEncoder"
  "dcValue2" => 2
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_shops coreShops ON coreConfigValues.shop_id = coreShops.main_id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (coreShops.id = : dcValue2)
array:2 [
  "dcValue1" => "PasswordEncoder"
  "dcValue2" => 2
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName288793961
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName288793961" => "PasswordEncoder"
  "shopId2212294583" => 1
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName288793961
array:1 [
  "pluginName288793961" => "PasswordEncoder"
]
0.0003 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/facet_labels'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2229 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/facet_labels'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2470 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/facet_labels'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2542 ms
SELECT 
  s_articles.id, 
  s_articles.main_detail_id, 
  s_articles_details.id AS did, 
  s_articles.name AS articleName, 
  additionaltext, 
  s_articles.configurator_set_id 
FROM 
  s_articles_details, 
  s_articles 
WHERE 
  ordernumber = : orderNumber 
  AND s_articles.id = s_articles_details.articleID
array:1 [
  ":orderNumber" => "SW10001"
]
0.3190 ms
SELECT 
  objectdata 
FROM 
  s_core_translations 
WHERE 
  objecttype = 'article' 
  AND objectkey = ? 
  AND objectlanguage = '2'
array:1 [
  1 => 1
]
0.1309 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/detail/comment'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2000 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/detail/comment'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.4880 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/detail/comment'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.6390 ms
SELECT 
  s_articles.id, 
  s_articles.main_detail_id, 
  s_articles_details.id AS did, 
  s_articles.name AS articleName, 
  additionaltext, 
  s_articles.configurator_set_id 
FROM 
  s_articles_details, 
  s_articles 
WHERE 
  ordernumber = : orderNumber 
  AND s_articles.id = s_articles_details.articleID
array:1 [
  ":orderNumber" => "SW10001"
]
0.2129 ms
SELECT 
  objectdata 
FROM 
  s_core_translations 
WHERE 
  objecttype = 'article' 
  AND objectkey = ? 
  AND objectlanguage = '2'
array:1 [
  1 => 1
]
0.1180 ms
SELECT 
  b.id, 
  b.countryname 
FROM 
  atsd_customer_origin_countries a 
  LEFT JOIN s_core_countries b ON a.countryId = b.id 
ORDER BY 
  b.countryname ASC
[]
0.1862 ms
SELECT 
  b.id 
FROM 
  atsd_customer_origin_ip_table a 
  RIGHT JOIN s_core_countries b ON a.countryIso = b.countryiso 
WHERE 
  a.longRangeStart <= ? 
  AND a.longRangeEnd >= ?
array:2 [
  1 => "59075598"
  2 => "59075598"
]
0.1230 ms
SELECT 
  title, 
  replace_title, 
  breadcrumb, 
  canonical_link, 
  robots_tag, 
  facebook_description, 
  twitter_description, 
  facebook_image, 
  twitter_image 
FROM 
  `s_dreisc_seo_subshop_titles` 
WHERE 
  `subshopId` = : subShopId 
  AND `type` = : type 
  AND `key` = : key
array:3 [
  ":subShopId" => 2
  ":type" => "forms"
  ":key" => "16"
]
0.1340 ms
SELECT 
  dreisc_seo_url as url, 
  dreisc_seo_title as title, 
  dreisc_seo_title_replace as replace_title, 
  dreisc_seo_breadcrumb as breadcrumb, 
  dreisc_canonical_link as canonical_link, 
  dreisc_robots_tag as robots_tag 
FROM 
  `s_cms_support_attributes` 
WHERE 
  `cmsSupportID` = : id
array:1 [
  ":id" => "16"
]
0.1020 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/nnwebVoucherLink'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2329 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/nnwebVoucherLink'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2851 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/nnwebVoucherLink'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2689 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/groups'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.3378 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/groups'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2639 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/groups'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2000 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/cookies'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1481 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/cookies'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2580 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/cookies'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2530 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/cookie_consent/cookie'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1521 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/cookie_consent/cookie'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1469 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/cookie_consent/cookie'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1440 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/forms/elements'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.4449 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/forms/elements'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2921 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/forms/elements'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2589 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/AtsdCustomerOrigin'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2470 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/AtsdCustomerOrigin'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1380 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/AtsdCustomerOrigin'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1512 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/index'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2851 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.3190 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2880 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/index/viewlast'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1631 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/index/viewlast'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1690 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/index/viewlast'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1719 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/header'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2739 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/header'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2091 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/header'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1979 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (namespace = 'frontend') 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1390 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (namespace = 'frontend') 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2482 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (namespace = 'frontend') 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2651 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/checkout_actions'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2141 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/checkout_actions'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2420 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/checkout_actions'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2158 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/register/index'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2182 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/register/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.4041 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/register/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.3209 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/menu_left'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2172 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/menu_left'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.3791 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/menu_left'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2000 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/search'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2191 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/search'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2151 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/search'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2241 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/categories_top'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2229 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/categories_top'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1960 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/categories_top'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1979 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/advanced_menu/advanced_menu'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1841 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/advanced_menu/advanced_menu'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1431 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/plugins/advanced_menu/advanced_menu'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2222 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/main'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.3309 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/main'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2880 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/main'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2601 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/index/sidebar'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2248 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/index/sidebar'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1988 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/index/sidebar'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1380 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'widgets/captcha/custom_captcha'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2952 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'widgets/captcha/custom_captcha'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2489 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'widgets/captcha/custom_captcha'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2019 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/privacy'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.3369 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/privacy'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2229 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/privacy'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2530 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/footer'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1872 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/footer'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2880 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/footer'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2451 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/menu_footer'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2191 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/menu_footer'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2651 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/menu_footer'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2398 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookiepermission/index'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2410 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookiepermission/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.3490 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookiepermission/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.3169 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/datepicker'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.2298 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/datepicker'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.3471 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/index/datepicker'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.3459 ms
SELECT 
  * 
FROM 
  s_order_comparisons 
WHERE 
  sessionID = ?
array:1 [
  1 => "38720a518d796bf66488fc8cd2884f56"
]
0.2320 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/compare/index'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.3550 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/compare/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.2120 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/compare/index'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.2739 ms
SELECT 
  COUNT(*) 
FROM 
  s_order_notes n, 
  s_articles a 
WHERE 
  (
    sUniqueID = ? 
    OR (
      userID != 0 
      AND userID = ?
    )
  ) 
  AND a.id = n.articleID 
  AND a.active = 1
array:2 [
  1 => "38720a518d796bf66488fc8cd2884f56"
  2 => 0
]
0.3090 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/account/sidebar'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1459 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/account/sidebar'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.3581 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/account/sidebar'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1950 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/box_article'
  ) 
  AND (shopID = '2') 
  AND (localeID = '2')
[]
0.1149 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/box_article'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.1879 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/box_article'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1819 ms
SELECT 
  `id` 
FROM 
  `s_core_config_elements` 
WHERE 
  `name` LIKE 'routerlastupdate'
[]
0.3400 ms
SELECT 
  v.value 
FROM 
  s_core_config_elements e, 
  s_core_config_values v 
WHERE 
  v.element_id = e.id 
  AND e.id = ? 
  AND v.shop_id = ?
array:2 [
  1 => "658"
  2 => 2
]
0.2789 ms