http://www.ecommerceverstehen.de/sitemap_index.xml

Queries

382 Total Queries
0.0016 s Total Query Time
SQL Params Execution Time
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" => "www.ecommerceverstehen.de"
]
0.0009 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_.locale AS locale_31, 
  s1_.language AS language_32, 
  s1_.territory AS territory_33, 
  s2_.id AS id_34, 
  s2_.currency AS currency_35, 
  s2_.name AS name_36, 
  s2_.standard AS standard_37, 
  s2_.factor AS factor_38, 
  s2_.templatechar AS templatechar_39, 
  s2_.symbol_position AS symbol_position_40, 
  s2_.position AS position_41, 
  s3_.id AS id_42, 
  s3_.template AS template_43, 
  s3_.name AS name_44, 
  s3_.description AS description_45, 
  s3_.author AS author_46, 
  s3_.license AS license_47, 
  s3_.esi AS esi_48, 
  s3_.style_support AS style_support_49, 
  s3_.emotion AS emotion_50, 
  s3_.version AS version_51, 
  s3_.plugin_id AS plugin_id_52, 
  s3_.parent_id AS parent_id_53, 
  s4_.id AS id_54, 
  s4_.template AS template_55, 
  s4_.name AS name_56, 
  s4_.description AS description_57, 
  s4_.author AS author_58, 
  s4_.license AS license_59, 
  s4_.esi AS esi_60, 
  s4_.style_support AS style_support_61, 
  s4_.emotion AS emotion_62, 
  s4_.version AS version_63, 
  s4_.plugin_id AS plugin_id_64, 
  s4_.parent_id AS parent_id_65, 
  s5_.id AS id_66, 
  s5_.currency AS currency_67, 
  s5_.name AS name_68, 
  s5_.standard AS standard_69, 
  s5_.factor AS factor_70, 
  s5_.templatechar AS templatechar_71, 
  s5_.symbol_position AS symbol_position_72, 
  s5_.position AS position_73, 
  s6_.id AS id_74, 
  s6_.groupkey AS groupkey_75, 
  s6_.description AS description_76, 
  s6_.tax AS tax_77, 
  s6_.taxinput AS taxinput_78, 
  s6_.mode AS mode_79, 
  s6_.discount AS discount_80, 
  s6_.minimumorder AS minimumorder_81, 
  s6_.minimumordersurcharge AS minimumordersurcharge_82, 
  s0_.main_id AS main_id_83, 
  s0_.template_id AS template_id_84, 
  s0_.document_template_id AS document_template_id_85, 
  s0_.category_id AS category_id_86, 
  s0_.locale_id AS locale_id_87, 
  s0_.currency_id AS currency_id_88, 
  s0_.customer_group_id AS customer_group_id_89, 
  s0_.fallback_id AS fallback_id_90, 
  s3_.parent_id AS parent_id_91, 
  s3_.plugin_id AS plugin_id_92, 
  s4_.parent_id AS parent_id_93, 
  s4_.plugin_id AS plugin_id_94 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_locales s1_ ON s0_.locale_id = s1_.id 
  LEFT JOIN s_core_currencies s2_ ON s0_.currency_id = s2_.id 
  LEFT JOIN s_core_templates s3_ ON s0_.template_id = s3_.id 
  LEFT JOIN s_core_templates s4_ ON s0_.document_template_id = s4_.id 
  LEFT JOIN s_core_shop_currencies s7_ ON s0_.id = s7_.shop_id 
  LEFT JOIN s_core_currencies s5_ ON s5_.id = s7_.currency_id 
  LEFT JOIN s_core_customergroups s6_ ON s0_.customer_group_id = s6_.id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s5_.position ASC, 
  s5_.id ASC
array:1 [
  0 => "5"
]
0.0009 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 => 5
]
0.0002 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 => 4
]
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" => "www.ecommerceverstehen.de"
]
0.0001 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 => 5
]
0.0002 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 => 5
]
0.0003 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.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.0001 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.0001 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.0001 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.0000 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
array:2 [
  ":shopId" => 5
  ":pathInfo" => "sitemap_index.xml"
]
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.0000 ms
SHOW COLUMNS 
FROM 
  s_core_shops_attributes
[]
0.0004 ms
SHOW COLUMNS 
FROM 
  s_core_customergroups_attributes
[]
0.0005 ms
SHOW COLUMNS 
FROM 
  s_categories_attributes
[]
0.0004 ms
SHOW COLUMNS 
FROM 
  s_media_attributes
[]
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.afterbuy_catalog_id as __categoryAttribute_afterbuy_catalog_id, 
  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 => 5
  ]
]
0.0016 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 => "AT"
    1 => "EK"
  ]
]
0.0004 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 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "1"
]
0.0004 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "4"
]
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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "5"
]
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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "6"
]
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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "7"
]
0.0002 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "8"
]
0.0002 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "9"
]
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" => 4
]
0.0003 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => 5
  "pluginName" => "InputFilter"
]
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.0004 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.afterbuy_catalog_id as __categoryAttribute_afterbuy_catalog_id, 
  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 => 5
  ]
]
0.0002 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 => "AT"
    1 => "EK"
  ]
]
0.0000 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.0000 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "1"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "4"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "5"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "6"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "7"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "8"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 4
  ":taxId" => "9"
]
0.0000 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" => 4
]
0.0000 ms
SELECT 
  product.id as __product_id, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber 
FROM 
  s_articles product 
  INNER JOIN s_articles_details variant ON variant.id = product.main_detail_id 
  AND variant.active = 1 
  AND product.active = 1 
  INNER JOIN s_articles_categories_ro productCategory ON productCategory.articleID = product.id 
  AND productCategory.categoryID IN (: category) 
  LEFT JOIN s_articles_avoid_customergroups avoidCustomerGroup ON avoidCustomerGroup.articleID = product.id 
  AND avoidCustomerGroup.customerGroupId IN (
    : customerGroupIds9edeee7fe924336db804236cf3f89c09
  ) 
  INNER JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
WHERE 
  avoidCustomerGroup.articleID IS NULL 
GROUP BY 
  product.id 
ORDER BY 
  variant.id ASC 
LIMIT 
  10000
array:2 [
  ":category" => array:1 [
    0 => 3
  ]
  ":customerGroupIds9edeee7fe924336db804236cf3f89c09" => array:1 [
    0 => 4
  ]
]
0.0029 ms
SELECT 
  id, 
  changetime 
FROM 
  s_articles product 
WHERE 
  id IN(: productIds)
array:1 [
  "productIds" => array:11 [
    0 => 3862
    1 => 3865
    2 => 3866
    3 => 3867
    4 => 3869
    5 => 3870
    6 => 3871
    7 => 3872
    8 => 3904
    9 => 4131
    10 => 4134
  ]
]
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" => 5
  ":orgPath" => array:11 [
    0 => "sViewport=detail&sArticle=3862"
    1 => "sViewport=detail&sArticle=3867"
    2 => "sViewport=detail&sArticle=3866"
    3 => "sViewport=detail&sArticle=3865"
    4 => "sViewport=detail&sArticle=3872"
    5 => "sViewport=detail&sArticle=3870"
    6 => "sViewport=detail&sArticle=4131"
    7 => "sViewport=detail&sArticle=4134"
    8 => "sViewport=detail&sArticle=3869"
    9 => "sViewport=detail&sArticle=3904"
    10 => "sViewport=detail&sArticle=3871"
  ]
]
0.0005 ms
SELECT 
  product.id as __product_id, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber 
FROM 
  s_articles product 
  INNER JOIN s_articles_details variant ON variant.id = product.main_detail_id 
  AND variant.active = 1 
  AND product.active = 1 
  INNER JOIN s_articles_categories_ro productCategory2 ON productCategory2.articleID = product.id 
  AND productCategory2.categoryID IN (: category2) 
  LEFT JOIN s_articles_avoid_customergroups avoidCustomerGroup ON avoidCustomerGroup.articleID = product.id 
  AND avoidCustomerGroup.customerGroupId IN (
    : customerGroupIds9edeee7fe924336db804236cf3f89c09
  ) 
  INNER JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
WHERE 
  (
    avoidCustomerGroup.articleID IS NULL
  ) 
  AND (product.id > : lastId) 
GROUP BY 
  product.id 
ORDER BY 
  variant.id ASC 
LIMIT 
  10000
array:3 [
  ":category2" => array:1 [
    0 => 3
  ]
  ":customerGroupIds9edeee7fe924336db804236cf3f89c09" => array:1 [
    0 => 4
  ]
  "lastId" => 4134
]
0.0007 ms
SELECT 
  shopGroups.key 
FROM 
  s_core_shop_pages shopPages 
  INNER JOIN s_cms_static_groups shopGroups ON shopGroups.id = shopPages.group_id 
WHERE 
  shopPages.shop_id = : shopId
array:1 [
  "shopId" => 5
]
0.0002 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND (
    s2_.shops IS NULL 
    OR s2_.shops LIKE ?
  ) 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:3 [
  0 => 1
  1 => "%|5|%"
  2 => 3
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1109180
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1116946
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616660
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616667
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616665
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616662
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616663
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616661
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616664
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616666
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1468352
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476422
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476423
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476424
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1468354
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1470704
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476511
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476512
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1506644
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476206
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476537
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476538
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476208
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476516
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476517
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1534281
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624467
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624473
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624471
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624472
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1517404
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566949
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1116944
]
0.0011 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1164199
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450413
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450414
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450415
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450416
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450417
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450418
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1468743
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1468745
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1280851
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450407
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450408
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450409
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1469542
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450410
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1450411
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1280852
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1455858
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456740
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456742
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456743
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456741
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1455859
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1455860
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1455861
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1455862
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1455863
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1280853
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1445512
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1445513
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1475219
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1164201
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1452924
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1452925
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1452926
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1452928
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1458601
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1609017
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479459
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479460
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479461
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479462
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479463
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479464
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479465
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1463107
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479470
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479471
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479472
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617259
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617261
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617263
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617264
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617270
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617271
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1617274
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1462332
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456435
]
0.0010 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456668
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456669
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456670
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456671
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456672
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456673
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456674
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456675
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456676
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456677
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456678
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456679
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456680
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456681
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456682
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456683
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456684
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456685
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456686
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456687
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456688
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456689
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456690
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456691
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456692
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456693
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456694
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456695
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456696
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456697
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456698
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456699
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456700
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1456701
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1458209
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1458210
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1458211
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1465753
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1440524
]
0.0019 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1440531
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476790
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476791
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476792
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476793
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476794
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1507914
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619239
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624452
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624457
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624458
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624453
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624454
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1624455
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1452147
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1452153
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542888
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542905
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542893
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542894
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542889
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542897
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542896
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542895
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542890
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542891
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542892
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566092
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566124
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566125
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476774
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476890
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476891
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476893
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1476892
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1462330
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1474597
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1562611
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1563642
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623137
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623138
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623139
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623140
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623191
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1543042
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478302
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478303
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478306
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478307
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478308
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478309
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1614075
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1615071
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519531
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519536
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619497
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519535
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519548
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478304
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519544
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519545
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519470
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616825
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478305
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478398
]
0.0021 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618476
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1612505
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519550
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519533
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1614203
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566137
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478446
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619240
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478399
]
0.0003 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1612577
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619562
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1612241
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519534
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1529294
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478445
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478465
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478444
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566876
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478402
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519502
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1510132
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1614074
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619378
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478401
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620457
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616826
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566093
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1542480
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619541
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618536
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1566059
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1529276
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519551
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620205
]
0.0003 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1607037
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519543
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1507212
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478400
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519552
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1479014
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1478467
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1513872
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1615475
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623241
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619950
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1519549
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619339
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1543933
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1531748
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1615059
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1615064
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1615065
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618062
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1616740
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618481
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618483
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618494
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618493
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618484
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618497
]
0.0005 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618498
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1623052
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618495
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618496
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618501
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618499
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618500
]
0.0004 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618502
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618503
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618803
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619342
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620882
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620061
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620060
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620059
]
0.0008 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618482
]
0.0010 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618485
]
0.0008 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618486
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618487
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1620883
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618489
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618491
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618492
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618488
]
0.0006 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618804
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1618802
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1608103
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1608096
]
0.0008 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619372
]
0.0007 ms
SELECT 
  COUNT(s0_.id) AS sclr_0, 
  (
    SELECT 
      COUNT(s1_.id) AS dctrn__1 
    FROM 
      s_categories s1_ 
    WHERE 
      s1_.parent = s2_.id
  ) AS sclr_1, 
  s2_.sorting_ids AS sorting_ids_2, 
  s2_.hide_sortings AS hide_sortings_3, 
  s2_.facet_ids AS facet_ids_4, 
  s2_.shops AS shops_5, 
  s2_.id AS id_6, 
  s2_.parent AS parent_7, 
  s2_.stream_id AS stream_id_8, 
  s2_.description AS description_9, 
  s2_.position AS position_10, 
  s2_.meta_title AS meta_title_11, 
  s2_.metakeywords AS metakeywords_12, 
  s2_.metadescription AS metadescription_13, 
  s2_.cmsheadline AS cmsheadline_14, 
  s2_.cmstext AS cmstext_15, 
  s2_.active AS active_16, 
  s2_.template AS template_17, 
  s2_.product_box_layout AS product_box_layout_18, 
  s2_.blog AS blog_19, 
  s2_.path AS path_20, 
  s2_.external AS external_21, 
  s2_.external_target AS external_target_22, 
  s2_.hidefilter AS hidefilter_23, 
  s2_.hidetop AS hidetop_24, 
  s2_.changed AS changed_25, 
  s2_.added AS added_26, 
  s2_.mediaID AS mediaID_27, 
  s3_.id AS id_28, 
  s3_.albumID AS albumID_29, 
  s3_.name AS name_30, 
  s3_.description AS description_31, 
  s3_.path AS path_32, 
  s3_.type AS type_33, 
  s3_.extension AS extension_34, 
  s3_.userID AS userID_35, 
  s3_.created AS created_36, 
  s3_.file_size AS file_size_37, 
  s3_.width AS width_38, 
  s3_.height AS height_39, 
  s4_.id AS id_40, 
  s4_.categoryID AS categoryID_41, 
  s4_.attribute1 AS attribute1_42, 
  s4_.attribute2 AS attribute2_43, 
  s4_.attribute3 AS attribute3_44, 
  s4_.attribute4 AS attribute4_45, 
  s4_.attribute5 AS attribute5_46, 
  s4_.attribute6 AS attribute6_47, 
  s4_.afterbuy_catalog_id AS afterbuy_catalog_id_48 
FROM 
  s_categories s2_ 
  LEFT JOIN s_media s3_ ON s2_.mediaID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s2_.id = s4_.categoryID 
  LEFT JOIN s_articles_categories_ro s5_ ON s2_.id = s5_.categoryID 
  LEFT JOIN s_articles s0_ ON s0_.id = s5_.articleID 
  AND (s0_.active = 1) 
  LEFT JOIN s_categories_avoid_customergroups s7_ ON s2_.id = s7_.categoryID 
  LEFT JOIN s_core_customergroups s6_ ON s6_.id = s7_.customergroupID 
  AND (s6_.id = ?) 
WHERE 
  s2_.active = 1 
  AND s2_.parent = ? 
GROUP BY 
  s2_.parent, 
  s2_.position, 
  s2_.id 
HAVING 
  COUNT(s6_.id) = 0 
ORDER BY 
  s2_.parent ASC, 
  s2_.position ASC, 
  s2_.id ASC
array:2 [
  0 => 1
  1 => 1619373
]
0.0007 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" => 5
  ":orgPath" => array:285 [
    0 => "sViewport=cat&sCategory=1109180"
    1 => "sViewport=cat&sCategory=1116946"
    2 => "sViewport=cat&sCategory=1616660"
    3 => "sViewport=cat&sCategory=1616667"
    4 => "sViewport=cat&sCategory=1616665"
    5 => "sViewport=cat&sCategory=1616662"
    6 => "sViewport=cat&sCategory=1616663"
    7 => "sViewport=cat&sCategory=1616661"
    8 => "sViewport=cat&sCategory=1616664"
    9 => "sViewport=cat&sCategory=1616666"
    10 => "sViewport=cat&sCategory=1468352"
    11 => "sViewport=cat&sCategory=1476422"
    12 => "sViewport=cat&sCategory=1476423"
    13 => "sViewport=cat&sCategory=1476424"
    14 => "sViewport=cat&sCategory=1468354"
    15 => "sViewport=cat&sCategory=1470704"
    16 => "sViewport=cat&sCategory=1476511"
    17 => "sViewport=cat&sCategory=1476512"
    18 => "sViewport=cat&sCategory=1506644"
    19 => "sViewport=cat&sCategory=1476206"
    20 => "sViewport=cat&sCategory=1476537"
    21 => "sViewport=cat&sCategory=1476538"
    22 => "sViewport=cat&sCategory=1476208"
    23 => "sViewport=cat&sCategory=1476516"
    24 => "sViewport=cat&sCategory=1476517"
    25 => "sViewport=cat&sCategory=1534281"
    26 => "sViewport=cat&sCategory=1624467"
    27 => "sViewport=cat&sCategory=1624473"
    28 => "sViewport=cat&sCategory=1624471"
    29 => "sViewport=cat&sCategory=1624472"
    30 => "sViewport=cat&sCategory=1517404"
    31 => "sViewport=cat&sCategory=1566949"
    32 => "sViewport=cat&sCategory=1116944"
    33 => "sViewport=cat&sCategory=1164199"
    34 => "sViewport=cat&sCategory=1450413"
    35 => "sViewport=cat&sCategory=1450414"
    36 => "sViewport=cat&sCategory=1450415"
    37 => "sViewport=cat&sCategory=1450416"
    38 => "sViewport=cat&sCategory=1450417"
    39 => "sViewport=cat&sCategory=1450418"
    40 => "sViewport=cat&sCategory=1468743"
    41 => "sViewport=cat&sCategory=1468745"
    42 => "sViewport=cat&sCategory=1280851"
    43 => "sViewport=cat&sCategory=1450407"
    44 => "sViewport=cat&sCategory=1450408"
    45 => "sViewport=cat&sCategory=1450409"
    46 => "sViewport=cat&sCategory=1469542"
    47 => "sViewport=cat&sCategory=1450410"
    48 => "sViewport=cat&sCategory=1450411"
    49 => "sViewport=cat&sCategory=1280852"
    50 => "sViewport=cat&sCategory=1455858"
    51 => "sViewport=cat&sCategory=1456740"
    52 => "sViewport=cat&sCategory=1456742"
    53 => "sViewport=cat&sCategory=1456743"
    54 => "sViewport=cat&sCategory=1456741"
    55 => "sViewport=cat&sCategory=1455859"
    56 => "sViewport=cat&sCategory=1455860"
    57 => "sViewport=cat&sCategory=1455861"
    58 => "sViewport=cat&sCategory=1455862"
    59 => "sViewport=cat&sCategory=1455863"
    60 => "sViewport=cat&sCategory=1280853"
    61 => "sViewport=cat&sCategory=1445512"
    62 => "sViewport=cat&sCategory=1445513"
    63 => "sViewport=cat&sCategory=1475219"
    64 => "sViewport=cat&sCategory=1164201"
    65 => "sViewport=cat&sCategory=1452924"
    66 => "sViewport=cat&sCategory=1452925"
    67 => "sViewport=cat&sCategory=1452926"
    68 => "sViewport=cat&sCategory=1452928"
    69 => "sViewport=cat&sCategory=1458601"
    70 => "sViewport=cat&sCategory=1609017"
    71 => "sViewport=cat&sCategory=1479459"
    72 => "sViewport=cat&sCategory=1479460"
    73 => "sViewport=cat&sCategory=1479461"
    74 => "sViewport=cat&sCategory=1479462"
    75 => "sViewport=cat&sCategory=1479463"
    76 => "sViewport=cat&sCategory=1479464"
    77 => "sViewport=cat&sCategory=1479465"
    78 => "sViewport=cat&sCategory=1463107"
    79 => "sViewport=cat&sCategory=1479470"
    80 => "sViewport=cat&sCategory=1479471"
    81 => "sViewport=cat&sCategory=1479472"
    82 => "sViewport=cat&sCategory=1617259"
    83 => "sViewport=cat&sCategory=1617261"
    84 => "sViewport=cat&sCategory=1617263"
    85 => "sViewport=cat&sCategory=1617264"
    86 => "sViewport=cat&sCategory=1617270"
    87 => "sViewport=cat&sCategory=1617271"
    88 => "sViewport=cat&sCategory=1617274"
    89 => "sViewport=cat&sCategory=1462332"
    90 => "sViewport=cat&sCategory=1456435"
    91 => "sViewport=cat&sCategory=1456668"
    92 => "sViewport=cat&sCategory=1456669"
    93 => "sViewport=cat&sCategory=1456670"
    94 => "sViewport=cat&sCategory=1456671"
    95 => "sViewport=cat&sCategory=1456672"
    96 => "sViewport=cat&sCategory=1456673"
    97 => "sViewport=cat&sCategory=1456674"
    98 => "sViewport=cat&sCategory=1456675"
    99 => "sViewport=cat&sCategory=1456676"
    100 => "sViewport=cat&sCategory=1456677"
    101 => "sViewport=cat&sCategory=1456678"
    102 => "sViewport=cat&sCategory=1456679"
    103 => "sViewport=cat&sCategory=1456680"
    104 => "sViewport=cat&sCategory=1456681"
    105 => "sViewport=cat&sCategory=1456682"
    106 => "sViewport=cat&sCategory=1456683"
    107 => "sViewport=cat&sCategory=1456684"
    108 => "sViewport=cat&sCategory=1456685"
    109 => "sViewport=cat&sCategory=1456686"
    110 => "sViewport=cat&sCategory=1456687"
    111 => "sViewport=cat&sCategory=1456688"
    112 => "sViewport=cat&sCategory=1456689"
    113 => "sViewport=cat&sCategory=1456690"
    114 => "sViewport=cat&sCategory=1456691"
    115 => "sViewport=cat&sCategory=1456692"
    116 => "sViewport=cat&sCategory=1456693"
    117 => "sViewport=cat&sCategory=1456694"
    118 => "sViewport=cat&sCategory=1456695"
    119 => "sViewport=cat&sCategory=1456696"
    120 => "sViewport=cat&sCategory=1456697"
    121 => "sViewport=cat&sCategory=1456698"
    122 => "sViewport=cat&sCategory=1456699"
    123 => "sViewport=cat&sCategory=1456700"
    124 => "sViewport=cat&sCategory=1456701"
    125 => "sViewport=cat&sCategory=1458209"
    126 => "sViewport=cat&sCategory=1458210"
    127 => "sViewport=cat&sCategory=1458211"
    128 => "sViewport=cat&sCategory=1465753"
    129 => "sViewport=cat&sCategory=1440524"
    130 => "sViewport=cat&sCategory=1440531"
    131 => "sViewport=cat&sCategory=1476790"
    132 => "sViewport=cat&sCategory=1476791"
    133 => "sViewport=cat&sCategory=1476792"
    134 => "sViewport=cat&sCategory=1476793"
    135 => "sViewport=cat&sCategory=1476794"
    136 => "sViewport=cat&sCategory=1507914"
    137 => "sViewport=cat&sCategory=1619239"
    138 => "sViewport=cat&sCategory=1624452"
    139 => "sViewport=cat&sCategory=1624457"
    140 => "sViewport=cat&sCategory=1624458"
    141 => "sViewport=cat&sCategory=1624453"
    142 => "sViewport=cat&sCategory=1624454"
    143 => "sViewport=cat&sCategory=1624455"
    144 => "sViewport=cat&sCategory=1452147"
    145 => "sViewport=cat&sCategory=1452153"
    146 => "sViewport=cat&sCategory=1542888"
    147 => "sViewport=cat&sCategory=1542905"
    148 => "sViewport=cat&sCategory=1542893"
    149 => "sViewport=cat&sCategory=1542894"
    150 => "sViewport=cat&sCategory=1542889"
    151 => "sViewport=cat&sCategory=1542897"
    152 => "sViewport=cat&sCategory=1542896"
    153 => "sViewport=cat&sCategory=1542895"
    154 => "sViewport=cat&sCategory=1542890"
    155 => "sViewport=cat&sCategory=1542891"
    156 => "sViewport=cat&sCategory=1542892"
    157 => "sViewport=cat&sCategory=1566092"
    158 => "sViewport=cat&sCategory=1566124"
    159 => "sViewport=cat&sCategory=1566125"
    160 => "sViewport=cat&sCategory=1476774"
    161 => "sViewport=cat&sCategory=1476890"
    162 => "sViewport=cat&sCategory=1476891"
    163 => "sViewport=cat&sCategory=1476893"
    164 => "sViewport=cat&sCategory=1476892"
    165 => "sViewport=cat&sCategory=1462330"
    166 => "sViewport=cat&sCategory=1474597"
    167 => "sViewport=cat&sCategory=1562611"
    168 => "sViewport=cat&sCategory=1563642"
    169 => "sViewport=cat&sCategory=1623137"
    170 => "sViewport=cat&sCategory=1623138"
    171 => "sViewport=cat&sCategory=1623139"
    172 => "sViewport=cat&sCategory=1623140"
    173 => "sViewport=cat&sCategory=1623191"
    174 => "sViewport=cat&sCategory=1543042"
    175 => "sViewport=cat&sCategory=1478302"
    176 => "sViewport=cat&sCategory=1478303"
    177 => "sViewport=cat&sCategory=1478306"
    178 => "sViewport=cat&sCategory=1478307"
    179 => "sViewport=cat&sCategory=1478308"
    180 => "sViewport=cat&sCategory=1478309"
    181 => "sViewport=cat&sCategory=1614075"
    182 => "sViewport=cat&sCategory=1615071"
    183 => "sViewport=cat&sCategory=1519531"
    184 => "sViewport=cat&sCategory=1519536"
    185 => "sViewport=cat&sCategory=1619497"
    186 => "sViewport=cat&sCategory=1519535"
    187 => "sViewport=cat&sCategory=1519548"
    188 => "sViewport=cat&sCategory=1478304"
    189 => "sViewport=cat&sCategory=1519544"
    190 => "sViewport=cat&sCategory=1519545"
    191 => "sViewport=cat&sCategory=1519470"
    192 => "sViewport=cat&sCategory=1616825"
    193 => "sViewport=cat&sCategory=1478305"
    194 => "sViewport=cat&sCategory=1478398"
    195 => "sViewport=cat&sCategory=1618476"
    196 => "sViewport=cat&sCategory=1612505"
    197 => "sViewport=cat&sCategory=1519550"
    198 => "sViewport=cat&sCategory=1519533"
    199 => "sViewport=cat&sCategory=1614203"
    200 => "sViewport=cat&sCategory=1566137"
    201 => "sViewport=cat&sCategory=1478446"
    202 => "sViewport=cat&sCategory=1619240"
    203 => "sViewport=cat&sCategory=1478399"
    204 => "sViewport=cat&sCategory=1612577"
    205 => "sViewport=cat&sCategory=1619562"
    206 => "sViewport=cat&sCategory=1612241"
    207 => "sViewport=cat&sCategory=1519534"
    208 => "sViewport=cat&sCategory=1529294"
    209 => "sViewport=cat&sCategory=1478445"
    210 => "sViewport=cat&sCategory=1478465"
    211 => "sViewport=cat&sCategory=1478444"
    212 => "sViewport=cat&sCategory=1566876"
    213 => "sViewport=cat&sCategory=1478402"
    214 => "sViewport=cat&sCategory=1519502"
    215 => "sViewport=cat&sCategory=1510132"
    216 => "sViewport=cat&sCategory=1614074"
    217 => "sViewport=cat&sCategory=1619378"
    218 => "sViewport=cat&sCategory=1478401"
    219 => "sViewport=cat&sCategory=1620457"
    220 => "sViewport=cat&sCategory=1616826"
    221 => "sViewport=cat&sCategory=1566093"
    222 => "sViewport=cat&sCategory=1542480"
    223 => "sViewport=cat&sCategory=1619541"
    224 => "sViewport=cat&sCategory=1618536"
    225 => "sViewport=cat&sCategory=1566059"
    226 => "sViewport=cat&sCategory=1529276"
    227 => "sViewport=cat&sCategory=1519551"
    228 => "sViewport=cat&sCategory=1620205"
    229 => "sViewport=cat&sCategory=1607037"
    230 => "sViewport=cat&sCategory=1519543"
    231 => "sViewport=cat&sCategory=1507212"
    232 => "sViewport=cat&sCategory=1478400"
    233 => "sViewport=cat&sCategory=1519552"
    234 => "sViewport=cat&sCategory=1479014"
    235 => "sViewport=cat&sCategory=1478467"
    236 => "sViewport=cat&sCategory=1513872"
    237 => "sViewport=cat&sCategory=1615475"
    238 => "sViewport=cat&sCategory=1623241"
    239 => "sViewport=cat&sCategory=1619950"
    240 => "sViewport=cat&sCategory=1519549"
    241 => "sViewport=cat&sCategory=1619339"
    242 => "sViewport=cat&sCategory=1543933"
    243 => "sViewport=cat&sCategory=1531748"
    244 => "sViewport=cat&sCategory=1615059"
    245 => "sViewport=cat&sCategory=1615064"
    246 => "sViewport=cat&sCategory=1615065"
    247 => "sViewport=cat&sCategory=1618062"
    248 => "sViewport=cat&sCategory=1616740"
    249 => "sViewport=cat&sCategory=1618481"
    250 => "sViewport=cat&sCategory=1618483"
    251 => "sViewport=cat&sCategory=1618494"
    252 => "sViewport=cat&sCategory=1618493"
    253 => "sViewport=cat&sCategory=1618484"
    254 => "sViewport=cat&sCategory=1618497"
    255 => "sViewport=cat&sCategory=1618498"
    256 => "sViewport=cat&sCategory=1623052"
    257 => "sViewport=cat&sCategory=1618495"
    258 => "sViewport=cat&sCategory=1618496"
    259 => "sViewport=cat&sCategory=1618501"
    260 => "sViewport=cat&sCategory=1618499"
    261 => "sViewport=cat&sCategory=1618500"
    262 => "sViewport=cat&sCategory=1618502"
    263 => "sViewport=cat&sCategory=1618503"
    264 => "sViewport=cat&sCategory=1618803"
    265 => "sViewport=cat&sCategory=1619342"
    266 => "sViewport=cat&sCategory=1620882"
    267 => "sViewport=cat&sCategory=1620061"
    268 => "sViewport=cat&sCategory=1620060"
    269 => "sViewport=cat&sCategory=1620059"
    270 => "sViewport=cat&sCategory=1618482"
    271 => "sViewport=cat&sCategory=1618485"
    272 => "sViewport=cat&sCategory=1618486"
    273 => "sViewport=cat&sCategory=1618487"
    274 => "sViewport=cat&sCategory=1620883"
    275 => "sViewport=cat&sCategory=1618489"
    276 => "sViewport=cat&sCategory=1618491"
    277 => "sViewport=cat&sCategory=1618492"
    278 => "sViewport=cat&sCategory=1618488"
    279 => "sViewport=cat&sCategory=1618804"
    280 => "sViewport=cat&sCategory=1618802"
    281 => "sViewport=cat&sCategory=1608103"
    282 => "sViewport=cat&sCategory=1608096"
    283 => "sViewport=cat&sCategory=1619372"
    284 => "sViewport=cat&sCategory=1619373"
  ]
]
0.0069 ms
SELECT 
  s0_.sorting_ids AS sorting_ids_0, 
  s0_.hide_sortings AS hide_sortings_1, 
  s0_.facet_ids AS facet_ids_2, 
  s0_.shops AS shops_3, 
  s0_.id AS id_4, 
  s0_.parent AS parent_5, 
  s0_.stream_id AS stream_id_6, 
  s0_.description AS description_7, 
  s0_.position AS position_8, 
  s0_.meta_title AS meta_title_9, 
  s0_.metakeywords AS metakeywords_10, 
  s0_.metadescription AS metadescription_11, 
  s0_.cmsheadline AS cmsheadline_12, 
  s0_.cmstext AS cmstext_13, 
  s0_.active AS active_14, 
  s0_.template AS template_15, 
  s0_.product_box_layout AS product_box_layout_16, 
  s0_.blog AS blog_17, 
  s0_.path AS path_18, 
  s0_.external AS external_19, 
  s0_.external_target AS external_target_20, 
  s0_.hidefilter AS hidefilter_21, 
  s0_.hidetop AS hidetop_22, 
  s0_.changed AS changed_23, 
  s0_.added AS added_24, 
  s0_.mediaID AS mediaID_25 
FROM 
  s_categories s0_ 
WHERE 
  s0_.path LIKE ? 
  AND s0_.blog = 1
array:1 [
  0 => "%|3|%"
]
0.0016 ms
SELECT 
  manufacturer.id, 
  manufacturer.name, 
  manufacturer.changed 
FROM 
  s_articles_supplier manufacturer 
  INNER JOIN s_articles product ON product.supplierID = manufacturer.id 
  INNER JOIN s_articles_categories_ro categories ON categories.articleID = product.id 
  AND categories.categoryID = : categoryId 
GROUP BY 
  manufacturer.id
array:1 [
  ":categoryId" => 3
]
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" => 5
  ":orgPath" => array:8 [
    0 => "sViewport=listing&sAction=manufacturer&sSupplier=36"
    1 => "sViewport=listing&sAction=manufacturer&sSupplier=115"
    2 => "sViewport=listing&sAction=manufacturer&sSupplier=138"
    3 => "sViewport=listing&sAction=manufacturer&sSupplier=145"
    4 => "sViewport=listing&sAction=manufacturer&sSupplier=146"
    5 => "sViewport=listing&sAction=manufacturer&sSupplier=147"
    6 => "sViewport=listing&sAction=manufacturer&sSupplier=148"
    7 => "sViewport=listing&sAction=manufacturer&sSupplier=150"
  ]
]
0.0005 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.customer_stream_ids AS customer_stream_ids_26, 
  s0_.replacement AS replacement_27, 
  s1_.id AS id_28, 
  s1_.main_id AS main_id_29, 
  s1_.category_id AS category_id_30, 
  s1_.name AS name_31, 
  s1_.title AS title_32, 
  s1_.position AS position_33, 
  s1_.host AS host_34, 
  s1_.base_path AS base_path_35, 
  s1_.base_url AS base_url_36, 
  s1_.hosts AS hosts_37, 
  s1_.secure AS secure_38, 
  s1_.template_id AS template_id_39, 
  s1_.`default` AS default_40, 
  s1_.active AS active_41, 
  s1_.customer_scope AS customer_scope_42, 
  s2_.id AS id_43, 
  s2_.emotionID AS emotionID_44 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_shops s3_ ON s0_.id = s3_.emotion_id 
  INNER JOIN s_core_shops s1_ ON s1_.id = s3_.shop_id 
  LEFT JOIN s_emotion_attributes s2_ ON s0_.id = s2_.emotionID 
WHERE 
  s0_.is_landingpage = 1 
  AND s0_.active = 1 
  AND s1_.id = ? 
  AND s0_.parent_id IS NULL
array:1 [
  0 => 5
]
0.0013 ms
SELECT 
  element.id as elementId, 
  element.value, 
  elementValues.id as valueId, 
  elementValues.value as configured 
FROM 
  s_core_config_elements element 
  LEFT JOIN s_core_config_values elementValues ON elementValues.element_id = element.id 
  AND elementValues.shop_id = : shopId 
WHERE 
  element.name = : name
array:2 [
  ":shopId" => 1
  ":name" => "sitemapLastRefresh"
]
0.0004 ms
UPDATE 
  s_core_config_values 
SET 
  value = : value 
WHERE 
  id = : id
array:2 [
  ":value" => "i:1773319780;"
  ":id" => "14507"
]
0.0003 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.0001 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.send_order_number AS send_order_number_13, 
  t0.order_number_prefix AS order_number_prefix_14, 
  t0.use_in_context AS use_in_context_15, 
  t0.landing_page_type AS landing_page_type_16, 
  t0.display_errors AS display_errors_17, 
  t0.use_smart_payment_buttons AS use_smart_payment_buttons_18, 
  t0.submit_cart AS submit_cart_19, 
  t0.intent AS intent_20, 
  t0.button_style_color AS button_style_color_21, 
  t0.button_style_shape AS button_style_shape_22, 
  t0.button_style_size AS button_style_size_23, 
  t0.button_locale AS button_locale_24 
FROM 
  swag_payment_paypal_unified_settings_general t0 
WHERE 
  t0.shop_id = ? 
LIMIT 
  1
array:1 [
  0 => 5
]
0.0001 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 5
]
0.0001 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 5
]
0.0000 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 
  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.0000 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" => 5
  ":ids" => array:3 [
    0 => 24
    1 => 22
    2 => 23
  ]
]
0.0002 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" => 5
]
0.0001 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
0.0001 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" => "%|5|%"
]
0.0001 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.afterbuy_catalog_id as __categoryAttribute_afterbuy_catalog_id, 
  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, 
  translation69b2b6649361bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b2b66493625fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b2b6649362es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b2b66493635fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b2b6649363aproductStream.objectdata as __stream_translation, 
  translation69b2b6649363efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b2b66493642category.objectdata as __category_translation, 
  translation69b2b66493645fallbackcategory.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 translation69b2b66493642category ON translation69b2b66493642category.objecttype = : translation69b2b66493642category 
  AND translation69b2b66493642category.objectkey = category.id 
  AND translation69b2b66493642category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b2b66493645fallbackcategory ON translation69b2b66493645fallbackcategory.objecttype = : translation69b2b66493645fallbackcategory 
  AND translation69b2b66493645fallbackcategory.objectkey = category.id 
  AND translation69b2b66493645fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b2b6649361bs_categories_attributes ON translation69b2b6649361bs_categories_attributes.objecttype = : translation69b2b6649361bs_categories_attributes 
  AND translation69b2b6649361bs_categories_attributes.objectkey = category.id 
  AND translation69b2b6649361bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b2b66493625fallbacks_categories_attributes ON translation69b2b66493625fallbacks_categories_attributes.objecttype = : translation69b2b66493625fallbacks_categories_attributes 
  AND translation69b2b66493625fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b2b66493625fallbacks_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 translation69b2b6649362es_media_attributes ON translation69b2b6649362es_media_attributes.objecttype = : translation69b2b6649362es_media_attributes 
  AND translation69b2b6649362es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b2b6649362es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b2b66493635fallbacks_media_attributes ON translation69b2b66493635fallbacks_media_attributes.objecttype = : translation69b2b66493635fallbacks_media_attributes 
  AND translation69b2b66493635fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b2b66493635fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b2b6649363aproductStream ON translation69b2b6649363aproductStream.objecttype = : translation69b2b6649363aproductStream 
  AND translation69b2b6649363aproductStream.objectkey = stream.id 
  AND translation69b2b6649363aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b2b6649363efallbackproductStream ON translation69b2b6649363efallbackproductStream.objecttype = : translation69b2b6649363efallbackproductStream 
  AND translation69b2b6649363efallbackproductStream.objectkey = stream.id 
  AND translation69b2b6649363efallbackproductStream.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:8 [
    0 => 3
    1 => 3
    2 => 1109180
    3 => 1478302
    4 => 1615059
    5 => 1618481
    6 => 1608103
    7 => 1608096
  ]
  ":shopId" => "%|5|%"
  ":language" => 5
  ":translation69b2b6649361bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b2b66493625fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b2b6649362es_media_attributes" => "s_media_attributes"
  ":translation69b2b66493635fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b2b6649363aproductStream" => "productStream"
  ":translation69b2b6649363efallbackproductStream" => "productStream"
  ":translation69b2b66493642category" => "category"
  ":translation69b2b66493645fallbackcategory" => "category"
]
0.0024 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:8 [
    0 => 3
    1 => 3
    2 => 1109180
    3 => 1478302
    4 => 1615059
    5 => 1618481
    6 => 1608103
    7 => 1608096
  ]
]
0.0001 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.afterbuy_catalog_id as __categoryAttribute_afterbuy_catalog_id, 
  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 => 5
  ]
]
0.0002 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.0001 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "5"
]
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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "6"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "7"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "8"
]
0.0000 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 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "9"
]
0.0000 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.0000 ms
SELECT 
  page.id, 
  page.description, 
  page.link, 
  page.target, 
  page.parentID, 
  groups.key as `group`, 
  mapping.key as mapping, 
  translation69b2b66494664page.objectdata as __page_translation, 
  translation69b2b6649466bfallbackpage.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 translation69b2b66494664page ON translation69b2b66494664page.objecttype = : translation69b2b66494664page 
  AND translation69b2b66494664page.objectkey = page.id 
  AND translation69b2b66494664page.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b2b6649466bfallbackpage ON translation69b2b6649466bfallbackpage.objecttype = : translation69b2b6649466bfallbackpage 
  AND translation69b2b6649466bfallbackpage.objectkey = page.id 
  AND translation69b2b6649466bfallbackpage.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" => 5
  ":translation69b2b66494664page" => "page"
  ":languagefallback" => 0
  ":translation69b2b6649466bfallbackpage" => "page"
  ":shopId" => 5
  ":staticShopId" => "%|5|%"
]
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" => 5
  ":orgPath" => array:16 [
    39 => "sViewport=forms&sFid=9"
    21 => "sViewport=registerFC"
    26 => "sViewport=newsletter"
    37 => "sViewport=forms&sFid=8"
    43 => "sViewport=custom&sCustom=43"
    46 => "sViewport=custom&sCustom=46"
    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"
  ]
]
0.0001 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => null
  "pluginName" => "HttpCache"
]
0.0005 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => "8c2b1a679352a726951857667bb7283cf18e0525369e78ea5e38bac2513ba3c7"
]
0.0003 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => 5
  "pluginName" => "PasswordEncoder"
]
0.0007 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 = ? 
WHERE 
  ce.type = 0 
ORDER BY 
  name, 
  position
array:1 [
  1 => "Core"
]
0.0811 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 = ? 
WHERE 
  ce.type = 0 
ORDER BY 
  name, 
  position
array:1 [
  1 => "Frontend"
]
0.0398 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 = ? 
WHERE 
  ce.type = 0 
ORDER BY 
  name, 
  position
array:1 [
  1 => "Backend"
]
0.0410 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/facet_labels'
  ) 
  AND (shopID = '5') 
  AND (localeID = '42')
[]
0.2620 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 = '42')
[]
0.2079 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.2081 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.1950 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 = '42')
[]
0.0260 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.0310 ms
SELECT 
  `id` 
FROM 
  `s_core_config_elements` 
WHERE 
  `name` LIKE 'routerlastupdate'
[]
0.0942 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 => 5
]
0.2830 ms