https://titan.sw5.dev.orangebytes.de/en/sitemap_index.xml

Queries

283 Total Queries
0.0035 s Total Query Time
SQL Params Execution Time
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Core"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0003 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Core"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0001 ms
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Frontend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0001 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Frontend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0000 ms
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0000 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0000 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" => "titan.sw5.dev.orangebytes.de"
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.id AS id_15, 
  s0_.main_id AS main_id_16, 
  s0_.category_id AS category_id_17, 
  s0_.name AS name_18, 
  s0_.title AS title_19, 
  s0_.position AS position_20, 
  s0_.host AS host_21, 
  s0_.base_path AS base_path_22, 
  s0_.base_url AS base_url_23, 
  s0_.hosts AS hosts_24, 
  s0_.secure AS secure_25, 
  s0_.template_id AS template_id_26, 
  s0_.`default` AS default_27, 
  s0_.active AS active_28, 
  s0_.customer_scope AS customer_scope_29, 
  s1_.id AS id_30, 
  s1_.main_id AS main_id_31, 
  s1_.category_id AS category_id_32, 
  s1_.name AS name_33, 
  s1_.title AS title_34, 
  s1_.position AS position_35, 
  s1_.host AS host_36, 
  s1_.base_path AS base_path_37, 
  s1_.base_url AS base_url_38, 
  s1_.hosts AS hosts_39, 
  s1_.secure AS secure_40, 
  s1_.template_id AS template_id_41, 
  s1_.`default` AS default_42, 
  s1_.active AS active_43, 
  s1_.customer_scope AS customer_scope_44, 
  s2_.id AS id_45, 
  s2_.locale AS locale_46, 
  s2_.language AS language_47, 
  s2_.territory AS territory_48, 
  s3_.id AS id_49, 
  s3_.currency AS currency_50, 
  s3_.name AS name_51, 
  s3_.standard AS standard_52, 
  s3_.factor AS factor_53, 
  s3_.templatechar AS templatechar_54, 
  s3_.symbol_position AS symbol_position_55, 
  s3_.position AS position_56, 
  s4_.id AS id_57, 
  s4_.groupkey AS groupkey_58, 
  s4_.description AS description_59, 
  s4_.tax AS tax_60, 
  s4_.taxinput AS taxinput_61, 
  s4_.mode AS mode_62, 
  s4_.discount AS discount_63, 
  s4_.minimumorder AS minimumorder_64, 
  s4_.minimumordersurcharge AS minimumordersurcharge_65, 
  s5_.id AS id_66, 
  s5_.template AS template_67, 
  s5_.name AS name_68, 
  s5_.description AS description_69, 
  s5_.author AS author_70, 
  s5_.license AS license_71, 
  s5_.esi AS esi_72, 
  s5_.style_support AS style_support_73, 
  s5_.emotion AS emotion_74, 
  s5_.version AS version_75, 
  s5_.plugin_id AS plugin_id_76, 
  s5_.parent_id AS parent_id_77, 
  s6_.id AS id_78, 
  s6_.template AS template_79, 
  s6_.name AS name_80, 
  s6_.description AS description_81, 
  s6_.author AS author_82, 
  s6_.license AS license_83, 
  s6_.esi AS esi_84, 
  s6_.style_support AS style_support_85, 
  s6_.emotion AS emotion_86, 
  s6_.version AS version_87, 
  s6_.plugin_id AS plugin_id_88, 
  s6_.parent_id AS parent_id_89, 
  s7_.id AS id_90, 
  s7_.currency AS currency_91, 
  s7_.name AS name_92, 
  s7_.standard AS standard_93, 
  s7_.factor AS factor_94, 
  s7_.templatechar AS templatechar_95, 
  s7_.symbol_position AS symbol_position_96, 
  s7_.position AS position_97, 
  s0_.main_id AS main_id_98, 
  s0_.template_id AS template_id_99, 
  s0_.document_template_id AS document_template_id_100, 
  s0_.category_id AS category_id_101, 
  s0_.locale_id AS locale_id_102, 
  s0_.currency_id AS currency_id_103, 
  s0_.customer_group_id AS customer_group_id_104, 
  s0_.fallback_id AS fallback_id_105, 
  s1_.main_id AS main_id_106, 
  s1_.template_id AS template_id_107, 
  s1_.document_template_id AS document_template_id_108, 
  s1_.category_id AS category_id_109, 
  s1_.locale_id AS locale_id_110, 
  s1_.currency_id AS currency_id_111, 
  s1_.customer_group_id AS customer_group_id_112, 
  s1_.fallback_id AS fallback_id_113, 
  s5_.parent_id AS parent_id_114, 
  s5_.plugin_id AS plugin_id_115, 
  s6_.parent_id AS parent_id_116, 
  s6_.plugin_id AS plugin_id_117 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_shops s1_ ON s0_.main_id = s1_.id 
  LEFT JOIN s_core_locales s2_ ON s0_.locale_id = s2_.id 
  LEFT JOIN s_core_currencies s3_ ON s0_.currency_id = s3_.id 
  LEFT JOIN s_core_customergroups s4_ ON s0_.customer_group_id = s4_.id 
  LEFT JOIN s_core_templates s5_ ON s1_.template_id = s5_.id 
  LEFT JOIN s_core_templates s6_ ON s1_.document_template_id = s6_.id 
  LEFT JOIN s_core_shop_currencies s8_ ON s1_.id = s8_.shop_id 
  LEFT JOIN s_core_currencies s7_ ON s7_.id = s8_.currency_id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s7_.position ASC, 
  s7_.id ASC
array:1 [
  0 => "3"
]
0.0063 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 => 3
]
0.0022 ms
SELECT 
  t0.id AS id_1, 
  t0.shopID AS shopID_2, 
  t0.shopID AS shopID_3 
FROM 
  s_core_shops_attributes t0 
WHERE 
  t0.shopID = ?
array:1 [
  0 => 1
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.customerGroupID AS customerGroupID_2, 
  t0.customerGroupID AS customerGroupID_3 
FROM 
  s_core_customergroups_attributes t0 
WHERE 
  t0.customerGroupID = ?
array:1 [
  0 => 1
]
0.0000 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" => "titan.sw5.dev.orangebytes.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 => 3
]
0.0082 ms
SELECT 
  t0.id AS id_1, 
  t0.main_id AS main_id_2, 
  t0.category_id AS category_id_3, 
  t0.name AS name_4, 
  t0.title AS title_5, 
  t0.position AS position_6, 
  t0.host AS host_7, 
  t0.base_path AS base_path_8, 
  t0.base_url AS base_url_9, 
  t0.hosts AS hosts_10, 
  t0.secure AS secure_11, 
  t0.template_id AS template_id_12, 
  t0.`default` AS default_13, 
  t0.active AS active_14, 
  t0.customer_scope AS customer_scope_15, 
  t0.main_id AS main_id_16, 
  t0.template_id AS template_id_17, 
  t0.document_template_id AS document_template_id_18, 
  t0.category_id AS category_id_19, 
  t0.locale_id AS locale_id_20, 
  t0.currency_id AS currency_id_21, 
  t0.customer_group_id AS customer_group_id_22, 
  t0.fallback_id AS fallback_id_23, 
  t24.id AS id_25, 
  t24.shopID AS shopID_26, 
  t24.shopID AS shopID_27 
FROM 
  s_core_shops t0 
  LEFT JOIN s_core_shops_attributes t24 ON t24.shopID = t0.id 
WHERE 
  t0.main_id = ? 
ORDER BY 
  t0.position ASC, 
  t0.id ASC
array:1 [
  0 => 1
]
0.0001 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.0002 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.0001 ms
(
  SELECT 
    subshopID as shopId, 
    path, 
    org_path as orgPath, 
    main 
  FROM 
    s_core_rewrite_urls 
  WHERE 
    path LIKE : pathInfo 
  ORDER BY 
    subshopID = : shopId DESC, 
    main DESC 
  LIMIT 
    1
) 
UNION ALL 
  (
    SELECT 
      subshopID as shopId, 
      path, 
      org_path as orgPath, 
      0 as main 
    FROM 
      s_core_rewrite_urls 
    WHERE 
      path LIKE CONCAT(
        TRIM(
          TRAILING "/" 
          FROM 
            : pathInfo
        ), 
        "%"
      ) 
    ORDER BY 
      subshopID = : shopId DESC, 
      LENGTH(path), 
      main DESC 
    LIMIT 
      1
  )
array:2 [
  ":shopId" => 3
  ":pathInfo" => "sitemap_index.xml"
]
0.0014 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 
  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, 
  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 => 3
  ]
]
0.0074 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, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => "1"
  ]
]
0.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 
  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
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
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0001 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 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "InputFilter"
  "dcValue2" => 3
]
0.0045 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_shops coreShops ON coreConfigValues.shop_id = coreShops.main_id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (coreShops.id = : dcValue2)
array:2 [
  "dcValue1" => "InputFilter"
  "dcValue2" => 3
]
0.0008 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName3425890772
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName3425890772" => "InputFilter"
  "shopId2212294583" => 1
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName3425890772
array:1 [
  "pluginName3425890772" => "InputFilter"
]
0.0012 ms
SELECT 
  id 
FROM 
  s_core_locales 
WHERE 
  locale = "en_GB"
[]
0.0004 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "AdvancedMenu"
  "dcValue2" => 3
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_shops coreShops ON coreConfigValues.shop_id = coreShops.main_id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (coreShops.id = : dcValue2)
array:2 [
  "dcValue1" => "AdvancedMenu"
  "dcValue2" => 3
]
0.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName932600150
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName932600150" => "AdvancedMenu"
  "shopId2212294583" => 1
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName932600150
array:1 [
  "pluginName932600150" => "AdvancedMenu"
]
0.0016 ms
SELECT 
  DISTINCT category.id 
FROM 
  s_categories category 
WHERE 
  (category.path LIKE : path) 
  AND (category.active = 1) 
  AND (
    ROUND(
      LENGTH(path) - LENGTH(
        REPLACE (path, "|", "")
      ) -1
    ) <= : depth
  ) 
ORDER BY 
  category.position ASC
array:2 [
  ":depth" => 5
  ":path" => "%|3|%"
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942d09d1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942d09d7fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942d09das_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942d09dcfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942d09dfproductStream.objectdata as __stream_translation, 
  translation69b63942d09e1fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942d09e3category.objectdata as __category_translation, 
  translation69b63942d09e4fallbackcategory.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 translation69b63942d09e3category ON translation69b63942d09e3category.objecttype = : translation69b63942d09e3category 
  AND translation69b63942d09e3category.objectkey = category.id 
  AND translation69b63942d09e3category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d09e4fallbackcategory ON translation69b63942d09e4fallbackcategory.objecttype = : translation69b63942d09e4fallbackcategory 
  AND translation69b63942d09e4fallbackcategory.objectkey = category.id 
  AND translation69b63942d09e4fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942d09d1s_categories_attributes ON translation69b63942d09d1s_categories_attributes.objecttype = : translation69b63942d09d1s_categories_attributes 
  AND translation69b63942d09d1s_categories_attributes.objectkey = category.id 
  AND translation69b63942d09d1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d09d7fallbacks_categories_attributes ON translation69b63942d09d7fallbacks_categories_attributes.objecttype = : translation69b63942d09d7fallbacks_categories_attributes 
  AND translation69b63942d09d7fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942d09d7fallbacks_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 translation69b63942d09das_media_attributes ON translation69b63942d09das_media_attributes.objecttype = : translation69b63942d09das_media_attributes 
  AND translation69b63942d09das_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d09das_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d09dcfallbacks_media_attributes ON translation69b63942d09dcfallbacks_media_attributes.objecttype = : translation69b63942d09dcfallbacks_media_attributes 
  AND translation69b63942d09dcfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d09dcfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942d09dfproductStream ON translation69b63942d09dfproductStream.objecttype = : translation69b63942d09dfproductStream 
  AND translation69b63942d09dfproductStream.objectkey = stream.id 
  AND translation69b63942d09dfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d09e1fallbackproductStream ON translation69b63942d09e1fallbackproductStream.objecttype = : translation69b63942d09e1fallbackproductStream 
  AND translation69b63942d09e1fallbackproductStream.objectkey = stream.id 
  AND translation69b63942d09e1fallbackproductStream.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:73 [
    0 => "80"
    1 => "58"
    2 => "57"
    3 => "56"
    4 => "55"
    5 => "54"
    6 => "53"
    7 => "52"
    8 => "51"
    9 => "50"
    10 => "49"
    11 => "48"
    12 => "47"
    13 => "46"
    14 => "45"
    15 => "44"
    16 => "43"
    17 => "59"
    18 => "60"
    19 => "79"
    20 => "78"
    21 => "77"
    22 => "76"
    23 => "75"
    24 => "74"
    25 => "73"
    26 => "72"
    27 => "70"
    28 => "69"
    29 => "68"
    30 => "67"
    31 => "66"
    32 => "63"
    33 => "62"
    34 => "61"
    35 => "42"
    36 => "41"
    37 => "25"
    38 => "23"
    39 => "22"
    40 => "21"
    41 => "20"
    42 => "19"
    43 => "18"
    44 => "17"
    45 => "16"
    46 => "15"
    47 => "14"
    48 => "13"
    49 => "24"
    50 => "26"
    51 => "27"
    52 => "40"
    53 => "39"
    54 => "38"
    55 => "37"
    56 => "36"
    57 => "35"
    58 => "34"
    59 => "33"
    60 => "32"
    61 => "31"
    62 => "30"
    63 => "29"
    64 => "28"
    65 => "5"
    66 => "7"
    67 => "8"
    68 => "9"
    69 => "10"
    70 => "11"
    71 => "81"
    72 => "12"
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942d09d1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942d09d7fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942d09das_media_attributes" => "s_media_attributes"
  ":translation69b63942d09dcfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942d09dfproductStream" => "productStream"
  ":translation69b63942d09e1fallbackproductStream" => "productStream"
  ":translation69b63942d09e3category" => "category"
  ":translation69b63942d09e4fallbackcategory" => "category"
]
0.0053 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 13
  1 => DateTime @1773549890 {#2393
    date: 2026-03-15 05:44:50.870191 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2393}
]
0.0056 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, 
  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, 
  translation69b63942d88dbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942d88e0fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942d88e3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942d88e4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942d88e7productStream.objectdata as __stream_translation, 
  translation69b63942d88e9fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942d88ebcategory.objectdata as __category_translation, 
  translation69b63942d88ecfallbackcategory.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 translation69b63942d88ebcategory ON translation69b63942d88ebcategory.objecttype = : translation69b63942d88ebcategory 
  AND translation69b63942d88ebcategory.objectkey = category.id 
  AND translation69b63942d88ebcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d88ecfallbackcategory ON translation69b63942d88ecfallbackcategory.objecttype = : translation69b63942d88ecfallbackcategory 
  AND translation69b63942d88ecfallbackcategory.objectkey = category.id 
  AND translation69b63942d88ecfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942d88dbs_categories_attributes ON translation69b63942d88dbs_categories_attributes.objecttype = : translation69b63942d88dbs_categories_attributes 
  AND translation69b63942d88dbs_categories_attributes.objectkey = category.id 
  AND translation69b63942d88dbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d88e0fallbacks_categories_attributes ON translation69b63942d88e0fallbacks_categories_attributes.objecttype = : translation69b63942d88e0fallbacks_categories_attributes 
  AND translation69b63942d88e0fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942d88e0fallbacks_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 translation69b63942d88e3s_media_attributes ON translation69b63942d88e3s_media_attributes.objecttype = : translation69b63942d88e3s_media_attributes 
  AND translation69b63942d88e3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d88e3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d88e4fallbacks_media_attributes ON translation69b63942d88e4fallbacks_media_attributes.objecttype = : translation69b63942d88e4fallbacks_media_attributes 
  AND translation69b63942d88e4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d88e4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942d88e7productStream ON translation69b63942d88e7productStream.objecttype = : translation69b63942d88e7productStream 
  AND translation69b63942d88e7productStream.objectkey = stream.id 
  AND translation69b63942d88e7productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d88e9fallbackproductStream ON translation69b63942d88e9fallbackproductStream.objecttype = : translation69b63942d88e9fallbackproductStream 
  AND translation69b63942d88e9fallbackproductStream.objectkey = stream.id 
  AND translation69b63942d88e9fallbackproductStream.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:1 [
    0 => 8
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942d88dbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942d88e0fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942d88e3s_media_attributes" => "s_media_attributes"
  ":translation69b63942d88e4fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942d88e7productStream" => "productStream"
  ":translation69b63942d88e9fallbackproductStream" => "productStream"
  ":translation69b63942d88ebcategory" => "category"
  ":translation69b63942d88ecfallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 13
]
0.0010 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 14
  1 => DateTime @1773549890 {#2394
    date: 2026-03-15 05:44:50.889397 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2394}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942d949ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942d94a1fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942d94a4s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942d94a6fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942d94a8productStream.objectdata as __stream_translation, 
  translation69b63942d94aafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942d94accategory.objectdata as __category_translation, 
  translation69b63942d94adfallbackcategory.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 translation69b63942d94accategory ON translation69b63942d94accategory.objecttype = : translation69b63942d94accategory 
  AND translation69b63942d94accategory.objectkey = category.id 
  AND translation69b63942d94accategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d94adfallbackcategory ON translation69b63942d94adfallbackcategory.objecttype = : translation69b63942d94adfallbackcategory 
  AND translation69b63942d94adfallbackcategory.objectkey = category.id 
  AND translation69b63942d94adfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942d949ds_categories_attributes ON translation69b63942d949ds_categories_attributes.objecttype = : translation69b63942d949ds_categories_attributes 
  AND translation69b63942d949ds_categories_attributes.objectkey = category.id 
  AND translation69b63942d949ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d94a1fallbacks_categories_attributes ON translation69b63942d94a1fallbacks_categories_attributes.objecttype = : translation69b63942d94a1fallbacks_categories_attributes 
  AND translation69b63942d94a1fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942d94a1fallbacks_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 translation69b63942d94a4s_media_attributes ON translation69b63942d94a4s_media_attributes.objecttype = : translation69b63942d94a4s_media_attributes 
  AND translation69b63942d94a4s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d94a4s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d94a6fallbacks_media_attributes ON translation69b63942d94a6fallbacks_media_attributes.objecttype = : translation69b63942d94a6fallbacks_media_attributes 
  AND translation69b63942d94a6fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d94a6fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942d94a8productStream ON translation69b63942d94a8productStream.objecttype = : translation69b63942d94a8productStream 
  AND translation69b63942d94a8productStream.objectkey = stream.id 
  AND translation69b63942d94a8productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d94aafallbackproductStream ON translation69b63942d94aafallbackproductStream.objecttype = : translation69b63942d94aafallbackproductStream 
  AND translation69b63942d94aafallbackproductStream.objectkey = stream.id 
  AND translation69b63942d94aafallbackproductStream.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:1 [
    0 => 8
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942d949ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942d94a1fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942d94a4s_media_attributes" => "s_media_attributes"
  ":translation69b63942d94a6fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942d94a8productStream" => "productStream"
  ":translation69b63942d94aafallbackproductStream" => "productStream"
  ":translation69b63942d94accategory" => "category"
  ":translation69b63942d94adfallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 14
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 15
  1 => DateTime @1773549890 {#2395
    date: 2026-03-15 05:44:50.891432 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2395}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942d9c7es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942d9c83fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942d9c88s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942d9c8cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942d9c90productStream.objectdata as __stream_translation, 
  translation69b63942d9c94fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942d9c99category.objectdata as __category_translation, 
  translation69b63942d9c9cfallbackcategory.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 translation69b63942d9c99category ON translation69b63942d9c99category.objecttype = : translation69b63942d9c99category 
  AND translation69b63942d9c99category.objectkey = category.id 
  AND translation69b63942d9c99category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d9c9cfallbackcategory ON translation69b63942d9c9cfallbackcategory.objecttype = : translation69b63942d9c9cfallbackcategory 
  AND translation69b63942d9c9cfallbackcategory.objectkey = category.id 
  AND translation69b63942d9c9cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942d9c7es_categories_attributes ON translation69b63942d9c7es_categories_attributes.objecttype = : translation69b63942d9c7es_categories_attributes 
  AND translation69b63942d9c7es_categories_attributes.objectkey = category.id 
  AND translation69b63942d9c7es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d9c83fallbacks_categories_attributes ON translation69b63942d9c83fallbacks_categories_attributes.objecttype = : translation69b63942d9c83fallbacks_categories_attributes 
  AND translation69b63942d9c83fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942d9c83fallbacks_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 translation69b63942d9c88s_media_attributes ON translation69b63942d9c88s_media_attributes.objecttype = : translation69b63942d9c88s_media_attributes 
  AND translation69b63942d9c88s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d9c88s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d9c8cfallbacks_media_attributes ON translation69b63942d9c8cfallbacks_media_attributes.objecttype = : translation69b63942d9c8cfallbacks_media_attributes 
  AND translation69b63942d9c8cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942d9c8cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942d9c90productStream ON translation69b63942d9c90productStream.objecttype = : translation69b63942d9c90productStream 
  AND translation69b63942d9c90productStream.objectkey = stream.id 
  AND translation69b63942d9c90productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942d9c94fallbackproductStream ON translation69b63942d9c94fallbackproductStream.objecttype = : translation69b63942d9c94fallbackproductStream 
  AND translation69b63942d9c94fallbackproductStream.objectkey = stream.id 
  AND translation69b63942d9c94fallbackproductStream.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:1 [
    0 => 9
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942d9c7es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942d9c83fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942d9c88s_media_attributes" => "s_media_attributes"
  ":translation69b63942d9c8cfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942d9c90productStream" => "productStream"
  ":translation69b63942d9c94fallbackproductStream" => "productStream"
  ":translation69b63942d9c99category" => "category"
  ":translation69b63942d9c9cfallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 15
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 16
  1 => DateTime @1773549890 {#2396
    date: 2026-03-15 05:44:50.893478 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2396}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942da479s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942da47dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942da480s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942da481fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942da483productStream.objectdata as __stream_translation, 
  translation69b63942da485fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942da487category.objectdata as __category_translation, 
  translation69b63942da488fallbackcategory.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 translation69b63942da487category ON translation69b63942da487category.objecttype = : translation69b63942da487category 
  AND translation69b63942da487category.objectkey = category.id 
  AND translation69b63942da487category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942da488fallbackcategory ON translation69b63942da488fallbackcategory.objecttype = : translation69b63942da488fallbackcategory 
  AND translation69b63942da488fallbackcategory.objectkey = category.id 
  AND translation69b63942da488fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942da479s_categories_attributes ON translation69b63942da479s_categories_attributes.objecttype = : translation69b63942da479s_categories_attributes 
  AND translation69b63942da479s_categories_attributes.objectkey = category.id 
  AND translation69b63942da479s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942da47dfallbacks_categories_attributes ON translation69b63942da47dfallbacks_categories_attributes.objecttype = : translation69b63942da47dfallbacks_categories_attributes 
  AND translation69b63942da47dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942da47dfallbacks_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 translation69b63942da480s_media_attributes ON translation69b63942da480s_media_attributes.objecttype = : translation69b63942da480s_media_attributes 
  AND translation69b63942da480s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942da480s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942da481fallbacks_media_attributes ON translation69b63942da481fallbacks_media_attributes.objecttype = : translation69b63942da481fallbacks_media_attributes 
  AND translation69b63942da481fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942da481fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942da483productStream ON translation69b63942da483productStream.objecttype = : translation69b63942da483productStream 
  AND translation69b63942da483productStream.objectkey = stream.id 
  AND translation69b63942da483productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942da485fallbackproductStream ON translation69b63942da485fallbackproductStream.objecttype = : translation69b63942da485fallbackproductStream 
  AND translation69b63942da485fallbackproductStream.objectkey = stream.id 
  AND translation69b63942da485fallbackproductStream.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:1 [
    0 => 9
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942da479s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942da47dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942da480s_media_attributes" => "s_media_attributes"
  ":translation69b63942da481fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942da483productStream" => "productStream"
  ":translation69b63942da485fallbackproductStream" => "productStream"
  ":translation69b63942da487category" => "category"
  ":translation69b63942da488fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 16
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 17
  1 => DateTime @1773549890 {#2397
    date: 2026-03-15 05:44:50.895487 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2397}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942dac37s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dac3bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dac3ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dac3ffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dac41productStream.objectdata as __stream_translation, 
  translation69b63942dac43fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dac45category.objectdata as __category_translation, 
  translation69b63942dac46fallbackcategory.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 translation69b63942dac45category ON translation69b63942dac45category.objecttype = : translation69b63942dac45category 
  AND translation69b63942dac45category.objectkey = category.id 
  AND translation69b63942dac45category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dac46fallbackcategory ON translation69b63942dac46fallbackcategory.objecttype = : translation69b63942dac46fallbackcategory 
  AND translation69b63942dac46fallbackcategory.objectkey = category.id 
  AND translation69b63942dac46fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dac37s_categories_attributes ON translation69b63942dac37s_categories_attributes.objecttype = : translation69b63942dac37s_categories_attributes 
  AND translation69b63942dac37s_categories_attributes.objectkey = category.id 
  AND translation69b63942dac37s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dac3bfallbacks_categories_attributes ON translation69b63942dac3bfallbacks_categories_attributes.objecttype = : translation69b63942dac3bfallbacks_categories_attributes 
  AND translation69b63942dac3bfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dac3bfallbacks_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 translation69b63942dac3ds_media_attributes ON translation69b63942dac3ds_media_attributes.objecttype = : translation69b63942dac3ds_media_attributes 
  AND translation69b63942dac3ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dac3ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dac3ffallbacks_media_attributes ON translation69b63942dac3ffallbacks_media_attributes.objecttype = : translation69b63942dac3ffallbacks_media_attributes 
  AND translation69b63942dac3ffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dac3ffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dac41productStream ON translation69b63942dac41productStream.objecttype = : translation69b63942dac41productStream 
  AND translation69b63942dac41productStream.objectkey = stream.id 
  AND translation69b63942dac41productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dac43fallbackproductStream ON translation69b63942dac43fallbackproductStream.objecttype = : translation69b63942dac43fallbackproductStream 
  AND translation69b63942dac43fallbackproductStream.objectkey = stream.id 
  AND translation69b63942dac43fallbackproductStream.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:1 [
    0 => 9
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dac37s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dac3bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dac3ds_media_attributes" => "s_media_attributes"
  ":translation69b63942dac3ffallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dac41productStream" => "productStream"
  ":translation69b63942dac43fallbackproductStream" => "productStream"
  ":translation69b63942dac45category" => "category"
  ":translation69b63942dac46fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 17
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 18
  1 => DateTime @1773549890 {#2398
    date: 2026-03-15 05:44:50.897479 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2398}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942db404s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942db408fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942db40as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942db40cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942db40eproductStream.objectdata as __stream_translation, 
  translation69b63942db410fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942db412category.objectdata as __category_translation, 
  translation69b63942db413fallbackcategory.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 translation69b63942db412category ON translation69b63942db412category.objecttype = : translation69b63942db412category 
  AND translation69b63942db412category.objectkey = category.id 
  AND translation69b63942db412category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942db413fallbackcategory ON translation69b63942db413fallbackcategory.objecttype = : translation69b63942db413fallbackcategory 
  AND translation69b63942db413fallbackcategory.objectkey = category.id 
  AND translation69b63942db413fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942db404s_categories_attributes ON translation69b63942db404s_categories_attributes.objecttype = : translation69b63942db404s_categories_attributes 
  AND translation69b63942db404s_categories_attributes.objectkey = category.id 
  AND translation69b63942db404s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942db408fallbacks_categories_attributes ON translation69b63942db408fallbacks_categories_attributes.objecttype = : translation69b63942db408fallbacks_categories_attributes 
  AND translation69b63942db408fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942db408fallbacks_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 translation69b63942db40as_media_attributes ON translation69b63942db40as_media_attributes.objecttype = : translation69b63942db40as_media_attributes 
  AND translation69b63942db40as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942db40as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942db40cfallbacks_media_attributes ON translation69b63942db40cfallbacks_media_attributes.objecttype = : translation69b63942db40cfallbacks_media_attributes 
  AND translation69b63942db40cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942db40cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942db40eproductStream ON translation69b63942db40eproductStream.objecttype = : translation69b63942db40eproductStream 
  AND translation69b63942db40eproductStream.objectkey = stream.id 
  AND translation69b63942db40eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942db410fallbackproductStream ON translation69b63942db410fallbackproductStream.objecttype = : translation69b63942db410fallbackproductStream 
  AND translation69b63942db410fallbackproductStream.objectkey = stream.id 
  AND translation69b63942db410fallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942db404s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942db408fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942db40as_media_attributes" => "s_media_attributes"
  ":translation69b63942db40cfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942db40eproductStream" => "productStream"
  ":translation69b63942db410fallbackproductStream" => "productStream"
  ":translation69b63942db412category" => "category"
  ":translation69b63942db413fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 18
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 19
  1 => DateTime @1773549890 {#2399
    date: 2026-03-15 05:44:50.899464 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2399}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942dbbcbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dbbd1fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dbbd5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dbbdafallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dbbddproductStream.objectdata as __stream_translation, 
  translation69b63942dbbdffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dbbe0category.objectdata as __category_translation, 
  translation69b63942dbbe2fallbackcategory.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 translation69b63942dbbe0category ON translation69b63942dbbe0category.objecttype = : translation69b63942dbbe0category 
  AND translation69b63942dbbe0category.objectkey = category.id 
  AND translation69b63942dbbe0category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dbbe2fallbackcategory ON translation69b63942dbbe2fallbackcategory.objecttype = : translation69b63942dbbe2fallbackcategory 
  AND translation69b63942dbbe2fallbackcategory.objectkey = category.id 
  AND translation69b63942dbbe2fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dbbcbs_categories_attributes ON translation69b63942dbbcbs_categories_attributes.objecttype = : translation69b63942dbbcbs_categories_attributes 
  AND translation69b63942dbbcbs_categories_attributes.objectkey = category.id 
  AND translation69b63942dbbcbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dbbd1fallbacks_categories_attributes ON translation69b63942dbbd1fallbacks_categories_attributes.objecttype = : translation69b63942dbbd1fallbacks_categories_attributes 
  AND translation69b63942dbbd1fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dbbd1fallbacks_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 translation69b63942dbbd5s_media_attributes ON translation69b63942dbbd5s_media_attributes.objecttype = : translation69b63942dbbd5s_media_attributes 
  AND translation69b63942dbbd5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dbbd5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dbbdafallbacks_media_attributes ON translation69b63942dbbdafallbacks_media_attributes.objecttype = : translation69b63942dbbdafallbacks_media_attributes 
  AND translation69b63942dbbdafallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dbbdafallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dbbddproductStream ON translation69b63942dbbddproductStream.objecttype = : translation69b63942dbbddproductStream 
  AND translation69b63942dbbddproductStream.objectkey = stream.id 
  AND translation69b63942dbbddproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dbbdffallbackproductStream ON translation69b63942dbbdffallbackproductStream.objecttype = : translation69b63942dbbdffallbackproductStream 
  AND translation69b63942dbbdffallbackproductStream.objectkey = stream.id 
  AND translation69b63942dbbdffallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dbbcbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dbbd1fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dbbd5s_media_attributes" => "s_media_attributes"
  ":translation69b63942dbbdafallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dbbddproductStream" => "productStream"
  ":translation69b63942dbbdffallbackproductStream" => "productStream"
  ":translation69b63942dbbe0category" => "category"
  ":translation69b63942dbbe2fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 19
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 20
  1 => DateTime @1773549890 {#2400
    date: 2026-03-15 05:44:50.901459 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2400}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942dc396s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dc39afallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dc39cs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dc39efallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dc3a0productStream.objectdata as __stream_translation, 
  translation69b63942dc3a2fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dc3a4category.objectdata as __category_translation, 
  translation69b63942dc3a5fallbackcategory.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 translation69b63942dc3a4category ON translation69b63942dc3a4category.objecttype = : translation69b63942dc3a4category 
  AND translation69b63942dc3a4category.objectkey = category.id 
  AND translation69b63942dc3a4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dc3a5fallbackcategory ON translation69b63942dc3a5fallbackcategory.objecttype = : translation69b63942dc3a5fallbackcategory 
  AND translation69b63942dc3a5fallbackcategory.objectkey = category.id 
  AND translation69b63942dc3a5fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dc396s_categories_attributes ON translation69b63942dc396s_categories_attributes.objecttype = : translation69b63942dc396s_categories_attributes 
  AND translation69b63942dc396s_categories_attributes.objectkey = category.id 
  AND translation69b63942dc396s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dc39afallbacks_categories_attributes ON translation69b63942dc39afallbacks_categories_attributes.objecttype = : translation69b63942dc39afallbacks_categories_attributes 
  AND translation69b63942dc39afallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dc39afallbacks_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 translation69b63942dc39cs_media_attributes ON translation69b63942dc39cs_media_attributes.objecttype = : translation69b63942dc39cs_media_attributes 
  AND translation69b63942dc39cs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dc39cs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dc39efallbacks_media_attributes ON translation69b63942dc39efallbacks_media_attributes.objecttype = : translation69b63942dc39efallbacks_media_attributes 
  AND translation69b63942dc39efallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dc39efallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dc3a0productStream ON translation69b63942dc3a0productStream.objecttype = : translation69b63942dc3a0productStream 
  AND translation69b63942dc3a0productStream.objectkey = stream.id 
  AND translation69b63942dc3a0productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dc3a2fallbackproductStream ON translation69b63942dc3a2fallbackproductStream.objecttype = : translation69b63942dc3a2fallbackproductStream 
  AND translation69b63942dc3a2fallbackproductStream.objectkey = stream.id 
  AND translation69b63942dc3a2fallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dc396s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dc39afallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dc39cs_media_attributes" => "s_media_attributes"
  ":translation69b63942dc39efallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dc3a0productStream" => "productStream"
  ":translation69b63942dc3a2fallbackproductStream" => "productStream"
  ":translation69b63942dc3a4category" => "category"
  ":translation69b63942dc3a5fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 20
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 21
  1 => DateTime @1773549890 {#2401
    date: 2026-03-15 05:44:50.903443 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2401}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942dcb4as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dcb4dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dcb50s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dcb52fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dcb54productStream.objectdata as __stream_translation, 
  translation69b63942dcb56fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dcb58category.objectdata as __category_translation, 
  translation69b63942dcb59fallbackcategory.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 translation69b63942dcb58category ON translation69b63942dcb58category.objecttype = : translation69b63942dcb58category 
  AND translation69b63942dcb58category.objectkey = category.id 
  AND translation69b63942dcb58category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dcb59fallbackcategory ON translation69b63942dcb59fallbackcategory.objecttype = : translation69b63942dcb59fallbackcategory 
  AND translation69b63942dcb59fallbackcategory.objectkey = category.id 
  AND translation69b63942dcb59fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dcb4as_categories_attributes ON translation69b63942dcb4as_categories_attributes.objecttype = : translation69b63942dcb4as_categories_attributes 
  AND translation69b63942dcb4as_categories_attributes.objectkey = category.id 
  AND translation69b63942dcb4as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dcb4dfallbacks_categories_attributes ON translation69b63942dcb4dfallbacks_categories_attributes.objecttype = : translation69b63942dcb4dfallbacks_categories_attributes 
  AND translation69b63942dcb4dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dcb4dfallbacks_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 translation69b63942dcb50s_media_attributes ON translation69b63942dcb50s_media_attributes.objecttype = : translation69b63942dcb50s_media_attributes 
  AND translation69b63942dcb50s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dcb50s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dcb52fallbacks_media_attributes ON translation69b63942dcb52fallbacks_media_attributes.objecttype = : translation69b63942dcb52fallbacks_media_attributes 
  AND translation69b63942dcb52fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dcb52fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dcb54productStream ON translation69b63942dcb54productStream.objecttype = : translation69b63942dcb54productStream 
  AND translation69b63942dcb54productStream.objectkey = stream.id 
  AND translation69b63942dcb54productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dcb56fallbackproductStream ON translation69b63942dcb56fallbackproductStream.objecttype = : translation69b63942dcb56fallbackproductStream 
  AND translation69b63942dcb56fallbackproductStream.objectkey = stream.id 
  AND translation69b63942dcb56fallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dcb4as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dcb4dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dcb50s_media_attributes" => "s_media_attributes"
  ":translation69b63942dcb52fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dcb54productStream" => "productStream"
  ":translation69b63942dcb56fallbackproductStream" => "productStream"
  ":translation69b63942dcb58category" => "category"
  ":translation69b63942dcb59fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 21
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 22
  1 => DateTime @1773549890 {#2402
    date: 2026-03-15 05:44:50.905411 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2402}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942dd301s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dd304fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dd307s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dd309fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dd30bproductStream.objectdata as __stream_translation, 
  translation69b63942dd30dfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dd30fcategory.objectdata as __category_translation, 
  translation69b63942dd311fallbackcategory.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 translation69b63942dd30fcategory ON translation69b63942dd30fcategory.objecttype = : translation69b63942dd30fcategory 
  AND translation69b63942dd30fcategory.objectkey = category.id 
  AND translation69b63942dd30fcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd311fallbackcategory ON translation69b63942dd311fallbackcategory.objecttype = : translation69b63942dd311fallbackcategory 
  AND translation69b63942dd311fallbackcategory.objectkey = category.id 
  AND translation69b63942dd311fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dd301s_categories_attributes ON translation69b63942dd301s_categories_attributes.objecttype = : translation69b63942dd301s_categories_attributes 
  AND translation69b63942dd301s_categories_attributes.objectkey = category.id 
  AND translation69b63942dd301s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd304fallbacks_categories_attributes ON translation69b63942dd304fallbacks_categories_attributes.objecttype = : translation69b63942dd304fallbacks_categories_attributes 
  AND translation69b63942dd304fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dd304fallbacks_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 translation69b63942dd307s_media_attributes ON translation69b63942dd307s_media_attributes.objecttype = : translation69b63942dd307s_media_attributes 
  AND translation69b63942dd307s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dd307s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd309fallbacks_media_attributes ON translation69b63942dd309fallbacks_media_attributes.objecttype = : translation69b63942dd309fallbacks_media_attributes 
  AND translation69b63942dd309fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dd309fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dd30bproductStream ON translation69b63942dd30bproductStream.objecttype = : translation69b63942dd30bproductStream 
  AND translation69b63942dd30bproductStream.objectkey = stream.id 
  AND translation69b63942dd30bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd30dfallbackproductStream ON translation69b63942dd30dfallbackproductStream.objecttype = : translation69b63942dd30dfallbackproductStream 
  AND translation69b63942dd30dfallbackproductStream.objectkey = stream.id 
  AND translation69b63942dd30dfallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dd301s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dd304fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dd307s_media_attributes" => "s_media_attributes"
  ":translation69b63942dd309fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dd30bproductStream" => "productStream"
  ":translation69b63942dd30dfallbackproductStream" => "productStream"
  ":translation69b63942dd30fcategory" => "category"
  ":translation69b63942dd311fallbackcategory" => "category"
]
0.0011 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, 
  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, 
  translation69b63942dd80bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dd80ffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dd811s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dd813fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dd815productStream.objectdata as __stream_translation, 
  translation69b63942dd817fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dd819category.objectdata as __category_translation, 
  translation69b63942dd81afallbackcategory.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 translation69b63942dd819category ON translation69b63942dd819category.objecttype = : translation69b63942dd819category 
  AND translation69b63942dd819category.objectkey = category.id 
  AND translation69b63942dd819category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd81afallbackcategory ON translation69b63942dd81afallbackcategory.objecttype = : translation69b63942dd81afallbackcategory 
  AND translation69b63942dd81afallbackcategory.objectkey = category.id 
  AND translation69b63942dd81afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dd80bs_categories_attributes ON translation69b63942dd80bs_categories_attributes.objecttype = : translation69b63942dd80bs_categories_attributes 
  AND translation69b63942dd80bs_categories_attributes.objectkey = category.id 
  AND translation69b63942dd80bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd80ffallbacks_categories_attributes ON translation69b63942dd80ffallbacks_categories_attributes.objecttype = : translation69b63942dd80ffallbacks_categories_attributes 
  AND translation69b63942dd80ffallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dd80ffallbacks_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 translation69b63942dd811s_media_attributes ON translation69b63942dd811s_media_attributes.objecttype = : translation69b63942dd811s_media_attributes 
  AND translation69b63942dd811s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dd811s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd813fallbacks_media_attributes ON translation69b63942dd813fallbacks_media_attributes.objecttype = : translation69b63942dd813fallbacks_media_attributes 
  AND translation69b63942dd813fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dd813fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dd815productStream ON translation69b63942dd815productStream.objecttype = : translation69b63942dd815productStream 
  AND translation69b63942dd815productStream.objectkey = stream.id 
  AND translation69b63942dd815productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dd817fallbackproductStream ON translation69b63942dd817fallbackproductStream.objecttype = : translation69b63942dd817fallbackproductStream 
  AND translation69b63942dd817fallbackproductStream.objectkey = stream.id 
  AND translation69b63942dd817fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dd80bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dd80ffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dd811s_media_attributes" => "s_media_attributes"
  ":translation69b63942dd813fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dd815productStream" => "productStream"
  ":translation69b63942dd817fallbackproductStream" => "productStream"
  ":translation69b63942dd819category" => "category"
  ":translation69b63942dd81afallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 22
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 23
  1 => DateTime @1773549890 {#2403
    date: 2026-03-15 05:44:50.908652 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2403}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942ddfaas_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ddfaefallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ddfb0s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ddfb2fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ddfb4productStream.objectdata as __stream_translation, 
  translation69b63942ddfb6fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ddfb8category.objectdata as __category_translation, 
  translation69b63942ddfb9fallbackcategory.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 translation69b63942ddfb8category ON translation69b63942ddfb8category.objecttype = : translation69b63942ddfb8category 
  AND translation69b63942ddfb8category.objectkey = category.id 
  AND translation69b63942ddfb8category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ddfb9fallbackcategory ON translation69b63942ddfb9fallbackcategory.objecttype = : translation69b63942ddfb9fallbackcategory 
  AND translation69b63942ddfb9fallbackcategory.objectkey = category.id 
  AND translation69b63942ddfb9fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ddfaas_categories_attributes ON translation69b63942ddfaas_categories_attributes.objecttype = : translation69b63942ddfaas_categories_attributes 
  AND translation69b63942ddfaas_categories_attributes.objectkey = category.id 
  AND translation69b63942ddfaas_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ddfaefallbacks_categories_attributes ON translation69b63942ddfaefallbacks_categories_attributes.objecttype = : translation69b63942ddfaefallbacks_categories_attributes 
  AND translation69b63942ddfaefallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ddfaefallbacks_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 translation69b63942ddfb0s_media_attributes ON translation69b63942ddfb0s_media_attributes.objecttype = : translation69b63942ddfb0s_media_attributes 
  AND translation69b63942ddfb0s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ddfb0s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ddfb2fallbacks_media_attributes ON translation69b63942ddfb2fallbacks_media_attributes.objecttype = : translation69b63942ddfb2fallbacks_media_attributes 
  AND translation69b63942ddfb2fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ddfb2fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ddfb4productStream ON translation69b63942ddfb4productStream.objecttype = : translation69b63942ddfb4productStream 
  AND translation69b63942ddfb4productStream.objectkey = stream.id 
  AND translation69b63942ddfb4productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ddfb6fallbackproductStream ON translation69b63942ddfb6fallbackproductStream.objecttype = : translation69b63942ddfb6fallbackproductStream 
  AND translation69b63942ddfb6fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ddfb6fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ddfaas_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ddfaefallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ddfb0s_media_attributes" => "s_media_attributes"
  ":translation69b63942ddfb2fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ddfb4productStream" => "productStream"
  ":translation69b63942ddfb6fallbackproductStream" => "productStream"
  ":translation69b63942ddfb8category" => "category"
  ":translation69b63942ddfb9fallbackcategory" => "category"
]
0.0011 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, 
  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, 
  translation69b63942de496s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942de49afallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942de49cs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942de49efallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942de4a0productStream.objectdata as __stream_translation, 
  translation69b63942de4a2fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942de4a4category.objectdata as __category_translation, 
  translation69b63942de4a6fallbackcategory.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 translation69b63942de4a4category ON translation69b63942de4a4category.objecttype = : translation69b63942de4a4category 
  AND translation69b63942de4a4category.objectkey = category.id 
  AND translation69b63942de4a4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942de4a6fallbackcategory ON translation69b63942de4a6fallbackcategory.objecttype = : translation69b63942de4a6fallbackcategory 
  AND translation69b63942de4a6fallbackcategory.objectkey = category.id 
  AND translation69b63942de4a6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942de496s_categories_attributes ON translation69b63942de496s_categories_attributes.objecttype = : translation69b63942de496s_categories_attributes 
  AND translation69b63942de496s_categories_attributes.objectkey = category.id 
  AND translation69b63942de496s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942de49afallbacks_categories_attributes ON translation69b63942de49afallbacks_categories_attributes.objecttype = : translation69b63942de49afallbacks_categories_attributes 
  AND translation69b63942de49afallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942de49afallbacks_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 translation69b63942de49cs_media_attributes ON translation69b63942de49cs_media_attributes.objecttype = : translation69b63942de49cs_media_attributes 
  AND translation69b63942de49cs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942de49cs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942de49efallbacks_media_attributes ON translation69b63942de49efallbacks_media_attributes.objecttype = : translation69b63942de49efallbacks_media_attributes 
  AND translation69b63942de49efallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942de49efallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942de4a0productStream ON translation69b63942de4a0productStream.objecttype = : translation69b63942de4a0productStream 
  AND translation69b63942de4a0productStream.objectkey = stream.id 
  AND translation69b63942de4a0productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942de4a2fallbackproductStream ON translation69b63942de4a2fallbackproductStream.objecttype = : translation69b63942de4a2fallbackproductStream 
  AND translation69b63942de4a2fallbackproductStream.objectkey = stream.id 
  AND translation69b63942de4a2fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942de496s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942de49afallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942de49cs_media_attributes" => "s_media_attributes"
  ":translation69b63942de49efallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942de4a0productStream" => "productStream"
  ":translation69b63942de4a2fallbackproductStream" => "productStream"
  ":translation69b63942de4a4category" => "category"
  ":translation69b63942de4a6fallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 23
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 24
  1 => DateTime @1773549890 {#2404
    date: 2026-03-15 05:44:50.911893 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2404}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942dec49s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942dec4dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942dec4fs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942dec51fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942dec53productStream.objectdata as __stream_translation, 
  translation69b63942dec55fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942dec57category.objectdata as __category_translation, 
  translation69b63942dec58fallbackcategory.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 translation69b63942dec57category ON translation69b63942dec57category.objecttype = : translation69b63942dec57category 
  AND translation69b63942dec57category.objectkey = category.id 
  AND translation69b63942dec57category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dec58fallbackcategory ON translation69b63942dec58fallbackcategory.objecttype = : translation69b63942dec58fallbackcategory 
  AND translation69b63942dec58fallbackcategory.objectkey = category.id 
  AND translation69b63942dec58fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942dec49s_categories_attributes ON translation69b63942dec49s_categories_attributes.objecttype = : translation69b63942dec49s_categories_attributes 
  AND translation69b63942dec49s_categories_attributes.objectkey = category.id 
  AND translation69b63942dec49s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dec4dfallbacks_categories_attributes ON translation69b63942dec4dfallbacks_categories_attributes.objecttype = : translation69b63942dec4dfallbacks_categories_attributes 
  AND translation69b63942dec4dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942dec4dfallbacks_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 translation69b63942dec4fs_media_attributes ON translation69b63942dec4fs_media_attributes.objecttype = : translation69b63942dec4fs_media_attributes 
  AND translation69b63942dec4fs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dec4fs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dec51fallbacks_media_attributes ON translation69b63942dec51fallbacks_media_attributes.objecttype = : translation69b63942dec51fallbacks_media_attributes 
  AND translation69b63942dec51fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942dec51fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942dec53productStream ON translation69b63942dec53productStream.objecttype = : translation69b63942dec53productStream 
  AND translation69b63942dec53productStream.objectkey = stream.id 
  AND translation69b63942dec53productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942dec55fallbackproductStream ON translation69b63942dec55fallbackproductStream.objecttype = : translation69b63942dec55fallbackproductStream 
  AND translation69b63942dec55fallbackproductStream.objectkey = stream.id 
  AND translation69b63942dec55fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942dec49s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942dec4dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942dec4fs_media_attributes" => "s_media_attributes"
  ":translation69b63942dec51fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942dec53productStream" => "productStream"
  ":translation69b63942dec55fallbackproductStream" => "productStream"
  ":translation69b63942dec57category" => "category"
  ":translation69b63942dec58fallbackcategory" => "category"
]
0.0011 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, 
  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, 
  translation69b63942df15bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942df15ffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942df162s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942df163fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942df165productStream.objectdata as __stream_translation, 
  translation69b63942df167fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942df169category.objectdata as __category_translation, 
  translation69b63942df16bfallbackcategory.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 translation69b63942df169category ON translation69b63942df169category.objecttype = : translation69b63942df169category 
  AND translation69b63942df169category.objectkey = category.id 
  AND translation69b63942df169category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942df16bfallbackcategory ON translation69b63942df16bfallbackcategory.objecttype = : translation69b63942df16bfallbackcategory 
  AND translation69b63942df16bfallbackcategory.objectkey = category.id 
  AND translation69b63942df16bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942df15bs_categories_attributes ON translation69b63942df15bs_categories_attributes.objecttype = : translation69b63942df15bs_categories_attributes 
  AND translation69b63942df15bs_categories_attributes.objectkey = category.id 
  AND translation69b63942df15bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942df15ffallbacks_categories_attributes ON translation69b63942df15ffallbacks_categories_attributes.objecttype = : translation69b63942df15ffallbacks_categories_attributes 
  AND translation69b63942df15ffallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942df15ffallbacks_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 translation69b63942df162s_media_attributes ON translation69b63942df162s_media_attributes.objecttype = : translation69b63942df162s_media_attributes 
  AND translation69b63942df162s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942df162s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942df163fallbacks_media_attributes ON translation69b63942df163fallbacks_media_attributes.objecttype = : translation69b63942df163fallbacks_media_attributes 
  AND translation69b63942df163fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942df163fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942df165productStream ON translation69b63942df165productStream.objecttype = : translation69b63942df165productStream 
  AND translation69b63942df165productStream.objectkey = stream.id 
  AND translation69b63942df165productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942df167fallbackproductStream ON translation69b63942df167fallbackproductStream.objecttype = : translation69b63942df167fallbackproductStream 
  AND translation69b63942df167fallbackproductStream.objectkey = stream.id 
  AND translation69b63942df167fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942df15bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942df15ffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942df162s_media_attributes" => "s_media_attributes"
  ":translation69b63942df163fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942df165productStream" => "productStream"
  ":translation69b63942df167fallbackproductStream" => "productStream"
  ":translation69b63942df169category" => "category"
  ":translation69b63942df16bfallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 24
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 25
  1 => DateTime @1773549890 {#2405
    date: 2026-03-15 05:44:50.915131 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2405}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 25
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 26
  1 => DateTime @1773549890 {#2406
    date: 2026-03-15 05:44:50.915751 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2406}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 26
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 27
  1 => DateTime @1773549890 {#2407
    date: 2026-03-15 05:44:50.916393 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2407}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 27
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 28
  1 => DateTime @1773549890 {#2408
    date: 2026-03-15 05:44:50.917018 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2408}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 28
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 29
  1 => DateTime @1773549890 {#2409
    date: 2026-03-15 05:44:50.917661 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2409}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e02d5s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e02d8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e02dbs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e02ddfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e02dfproductStream.objectdata as __stream_translation, 
  translation69b63942e02e0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e02e2category.objectdata as __category_translation, 
  translation69b63942e02e4fallbackcategory.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 translation69b63942e02e2category ON translation69b63942e02e2category.objecttype = : translation69b63942e02e2category 
  AND translation69b63942e02e2category.objectkey = category.id 
  AND translation69b63942e02e2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e02e4fallbackcategory ON translation69b63942e02e4fallbackcategory.objecttype = : translation69b63942e02e4fallbackcategory 
  AND translation69b63942e02e4fallbackcategory.objectkey = category.id 
  AND translation69b63942e02e4fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e02d5s_categories_attributes ON translation69b63942e02d5s_categories_attributes.objecttype = : translation69b63942e02d5s_categories_attributes 
  AND translation69b63942e02d5s_categories_attributes.objectkey = category.id 
  AND translation69b63942e02d5s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e02d8fallbacks_categories_attributes ON translation69b63942e02d8fallbacks_categories_attributes.objecttype = : translation69b63942e02d8fallbacks_categories_attributes 
  AND translation69b63942e02d8fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e02d8fallbacks_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 translation69b63942e02dbs_media_attributes ON translation69b63942e02dbs_media_attributes.objecttype = : translation69b63942e02dbs_media_attributes 
  AND translation69b63942e02dbs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e02dbs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e02ddfallbacks_media_attributes ON translation69b63942e02ddfallbacks_media_attributes.objecttype = : translation69b63942e02ddfallbacks_media_attributes 
  AND translation69b63942e02ddfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e02ddfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e02dfproductStream ON translation69b63942e02dfproductStream.objecttype = : translation69b63942e02dfproductStream 
  AND translation69b63942e02dfproductStream.objectkey = stream.id 
  AND translation69b63942e02dfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e02e0fallbackproductStream ON translation69b63942e02e0fallbackproductStream.objecttype = : translation69b63942e02e0fallbackproductStream 
  AND translation69b63942e02e0fallbackproductStream.objectkey = stream.id 
  AND translation69b63942e02e0fallbackproductStream.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:1 [
    0 => 13
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e02d5s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e02d8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e02dbs_media_attributes" => "s_media_attributes"
  ":translation69b63942e02ddfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e02dfproductStream" => "productStream"
  ":translation69b63942e02e0fallbackproductStream" => "productStream"
  ":translation69b63942e02e2category" => "category"
  ":translation69b63942e02e4fallbackcategory" => "category"
]
0.0011 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, 
  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, 
  translation69b63942e081bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e0820fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e0824s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e0827fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e082aproductStream.objectdata as __stream_translation, 
  translation69b63942e082dfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e0832category.objectdata as __category_translation, 
  translation69b63942e0834fallbackcategory.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 translation69b63942e0832category ON translation69b63942e0832category.objecttype = : translation69b63942e0832category 
  AND translation69b63942e0832category.objectkey = category.id 
  AND translation69b63942e0832category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e0834fallbackcategory ON translation69b63942e0834fallbackcategory.objecttype = : translation69b63942e0834fallbackcategory 
  AND translation69b63942e0834fallbackcategory.objectkey = category.id 
  AND translation69b63942e0834fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e081bs_categories_attributes ON translation69b63942e081bs_categories_attributes.objecttype = : translation69b63942e081bs_categories_attributes 
  AND translation69b63942e081bs_categories_attributes.objectkey = category.id 
  AND translation69b63942e081bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e0820fallbacks_categories_attributes ON translation69b63942e0820fallbacks_categories_attributes.objecttype = : translation69b63942e0820fallbacks_categories_attributes 
  AND translation69b63942e0820fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e0820fallbacks_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 translation69b63942e0824s_media_attributes ON translation69b63942e0824s_media_attributes.objecttype = : translation69b63942e0824s_media_attributes 
  AND translation69b63942e0824s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e0824s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e0827fallbacks_media_attributes ON translation69b63942e0827fallbacks_media_attributes.objecttype = : translation69b63942e0827fallbacks_media_attributes 
  AND translation69b63942e0827fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e0827fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e082aproductStream ON translation69b63942e082aproductStream.objecttype = : translation69b63942e082aproductStream 
  AND translation69b63942e082aproductStream.objectkey = stream.id 
  AND translation69b63942e082aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e082dfallbackproductStream ON translation69b63942e082dfallbackproductStream.objecttype = : translation69b63942e082dfallbackproductStream 
  AND translation69b63942e082dfallbackproductStream.objectkey = stream.id 
  AND translation69b63942e082dfallbackproductStream.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:1 [
    0 => 8
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e081bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e0820fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e0824s_media_attributes" => "s_media_attributes"
  ":translation69b63942e0827fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e082aproductStream" => "productStream"
  ":translation69b63942e082dfallbackproductStream" => "productStream"
  ":translation69b63942e0832category" => "category"
  ":translation69b63942e0834fallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 29
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 30
  1 => DateTime @1773549890 {#2410
    date: 2026-03-15 05:44:50.921030 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2410}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 30
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 31
  1 => DateTime @1773549890 {#2411
    date: 2026-03-15 05:44:50.921698 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2411}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 31
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 32
  1 => DateTime @1773549890 {#2412
    date: 2026-03-15 05:44:50.922348 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2412}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 32
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 33
  1 => DateTime @1773549890 {#2413
    date: 2026-03-15 05:44:50.922989 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2413}
]
0.0013 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 33
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 34
  1 => DateTime @1773549890 {#2414
    date: 2026-03-15 05:44:50.924616 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2414}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e1e25s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e1e2afallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e1e2es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e1e31fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e1e35productStream.objectdata as __stream_translation, 
  translation69b63942e1e38fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e1e3bcategory.objectdata as __category_translation, 
  translation69b63942e1e3efallbackcategory.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 translation69b63942e1e3bcategory ON translation69b63942e1e3bcategory.objecttype = : translation69b63942e1e3bcategory 
  AND translation69b63942e1e3bcategory.objectkey = category.id 
  AND translation69b63942e1e3bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e1e3efallbackcategory ON translation69b63942e1e3efallbackcategory.objecttype = : translation69b63942e1e3efallbackcategory 
  AND translation69b63942e1e3efallbackcategory.objectkey = category.id 
  AND translation69b63942e1e3efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e1e25s_categories_attributes ON translation69b63942e1e25s_categories_attributes.objecttype = : translation69b63942e1e25s_categories_attributes 
  AND translation69b63942e1e25s_categories_attributes.objectkey = category.id 
  AND translation69b63942e1e25s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e1e2afallbacks_categories_attributes ON translation69b63942e1e2afallbacks_categories_attributes.objecttype = : translation69b63942e1e2afallbacks_categories_attributes 
  AND translation69b63942e1e2afallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e1e2afallbacks_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 translation69b63942e1e2es_media_attributes ON translation69b63942e1e2es_media_attributes.objecttype = : translation69b63942e1e2es_media_attributes 
  AND translation69b63942e1e2es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e1e2es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e1e31fallbacks_media_attributes ON translation69b63942e1e31fallbacks_media_attributes.objecttype = : translation69b63942e1e31fallbacks_media_attributes 
  AND translation69b63942e1e31fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e1e31fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e1e35productStream ON translation69b63942e1e35productStream.objecttype = : translation69b63942e1e35productStream 
  AND translation69b63942e1e35productStream.objectkey = stream.id 
  AND translation69b63942e1e35productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e1e38fallbackproductStream ON translation69b63942e1e38fallbackproductStream.objecttype = : translation69b63942e1e38fallbackproductStream 
  AND translation69b63942e1e38fallbackproductStream.objectkey = stream.id 
  AND translation69b63942e1e38fallbackproductStream.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:1 [
    0 => 14
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e1e25s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e1e2afallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e1e2es_media_attributes" => "s_media_attributes"
  ":translation69b63942e1e31fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e1e35productStream" => "productStream"
  ":translation69b63942e1e38fallbackproductStream" => "productStream"
  ":translation69b63942e1e3bcategory" => "category"
  ":translation69b63942e1e3efallbackcategory" => "category"
]
0.0012 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, 
  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, 
  translation69b63942e23e9s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e23f2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e23f7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e23fafallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e23fdproductStream.objectdata as __stream_translation, 
  translation69b63942e2400fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e2405category.objectdata as __category_translation, 
  translation69b63942e240afallbackcategory.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 translation69b63942e2405category ON translation69b63942e2405category.objecttype = : translation69b63942e2405category 
  AND translation69b63942e2405category.objectkey = category.id 
  AND translation69b63942e2405category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e240afallbackcategory ON translation69b63942e240afallbackcategory.objecttype = : translation69b63942e240afallbackcategory 
  AND translation69b63942e240afallbackcategory.objectkey = category.id 
  AND translation69b63942e240afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e23e9s_categories_attributes ON translation69b63942e23e9s_categories_attributes.objecttype = : translation69b63942e23e9s_categories_attributes 
  AND translation69b63942e23e9s_categories_attributes.objectkey = category.id 
  AND translation69b63942e23e9s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e23f2fallbacks_categories_attributes ON translation69b63942e23f2fallbacks_categories_attributes.objecttype = : translation69b63942e23f2fallbacks_categories_attributes 
  AND translation69b63942e23f2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e23f2fallbacks_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 translation69b63942e23f7s_media_attributes ON translation69b63942e23f7s_media_attributes.objecttype = : translation69b63942e23f7s_media_attributes 
  AND translation69b63942e23f7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e23f7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e23fafallbacks_media_attributes ON translation69b63942e23fafallbacks_media_attributes.objecttype = : translation69b63942e23fafallbacks_media_attributes 
  AND translation69b63942e23fafallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e23fafallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e23fdproductStream ON translation69b63942e23fdproductStream.objecttype = : translation69b63942e23fdproductStream 
  AND translation69b63942e23fdproductStream.objectkey = stream.id 
  AND translation69b63942e23fdproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e2400fallbackproductStream ON translation69b63942e2400fallbackproductStream.objecttype = : translation69b63942e2400fallbackproductStream 
  AND translation69b63942e2400fallbackproductStream.objectkey = stream.id 
  AND translation69b63942e2400fallbackproductStream.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:1 [
    0 => 8
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e23e9s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e23f2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e23f7s_media_attributes" => "s_media_attributes"
  ":translation69b63942e23fafallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e23fdproductStream" => "productStream"
  ":translation69b63942e2400fallbackproductStream" => "productStream"
  ":translation69b63942e2405category" => "category"
  ":translation69b63942e240afallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 34
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 35
  1 => DateTime @1773549890 {#2415
    date: 2026-03-15 05:44:50.928170 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2415}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 35
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 36
  1 => DateTime @1773549890 {#2416
    date: 2026-03-15 05:44:50.928823 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2416}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 36
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 37
  1 => DateTime @1773549890 {#2417
    date: 2026-03-15 05:44:50.929475 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2417}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 37
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 38
  1 => DateTime @1773549890 {#2418
    date: 2026-03-15 05:44:50.930157 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2418}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 38
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 39
  1 => DateTime @1773549890 {#2419
    date: 2026-03-15 05:44:50.930767 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2419}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e35dds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e35e1fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e35e4s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e35e6fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e35e8productStream.objectdata as __stream_translation, 
  translation69b63942e35eafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e35ebcategory.objectdata as __category_translation, 
  translation69b63942e35edfallbackcategory.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 translation69b63942e35ebcategory ON translation69b63942e35ebcategory.objecttype = : translation69b63942e35ebcategory 
  AND translation69b63942e35ebcategory.objectkey = category.id 
  AND translation69b63942e35ebcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e35edfallbackcategory ON translation69b63942e35edfallbackcategory.objecttype = : translation69b63942e35edfallbackcategory 
  AND translation69b63942e35edfallbackcategory.objectkey = category.id 
  AND translation69b63942e35edfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e35dds_categories_attributes ON translation69b63942e35dds_categories_attributes.objecttype = : translation69b63942e35dds_categories_attributes 
  AND translation69b63942e35dds_categories_attributes.objectkey = category.id 
  AND translation69b63942e35dds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e35e1fallbacks_categories_attributes ON translation69b63942e35e1fallbacks_categories_attributes.objecttype = : translation69b63942e35e1fallbacks_categories_attributes 
  AND translation69b63942e35e1fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e35e1fallbacks_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 translation69b63942e35e4s_media_attributes ON translation69b63942e35e4s_media_attributes.objecttype = : translation69b63942e35e4s_media_attributes 
  AND translation69b63942e35e4s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e35e4s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e35e6fallbacks_media_attributes ON translation69b63942e35e6fallbacks_media_attributes.objecttype = : translation69b63942e35e6fallbacks_media_attributes 
  AND translation69b63942e35e6fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e35e6fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e35e8productStream ON translation69b63942e35e8productStream.objecttype = : translation69b63942e35e8productStream 
  AND translation69b63942e35e8productStream.objectkey = stream.id 
  AND translation69b63942e35e8productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e35eafallbackproductStream ON translation69b63942e35eafallbackproductStream.objecttype = : translation69b63942e35eafallbackproductStream 
  AND translation69b63942e35eafallbackproductStream.objectkey = stream.id 
  AND translation69b63942e35eafallbackproductStream.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:1 [
    0 => 15
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e35dds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e35e1fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e35e4s_media_attributes" => "s_media_attributes"
  ":translation69b63942e35e6fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e35e8productStream" => "productStream"
  ":translation69b63942e35eafallbackproductStream" => "productStream"
  ":translation69b63942e35ebcategory" => "category"
  ":translation69b63942e35edfallbackcategory" => "category"
]
0.0009 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, 
  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, 
  translation69b63942e3a0es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e3a12fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e3a14s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e3a16fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e3a18productStream.objectdata as __stream_translation, 
  translation69b63942e3a1afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e3a1ccategory.objectdata as __category_translation, 
  translation69b63942e3a1dfallbackcategory.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 translation69b63942e3a1ccategory ON translation69b63942e3a1ccategory.objecttype = : translation69b63942e3a1ccategory 
  AND translation69b63942e3a1ccategory.objectkey = category.id 
  AND translation69b63942e3a1ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e3a1dfallbackcategory ON translation69b63942e3a1dfallbackcategory.objecttype = : translation69b63942e3a1dfallbackcategory 
  AND translation69b63942e3a1dfallbackcategory.objectkey = category.id 
  AND translation69b63942e3a1dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e3a0es_categories_attributes ON translation69b63942e3a0es_categories_attributes.objecttype = : translation69b63942e3a0es_categories_attributes 
  AND translation69b63942e3a0es_categories_attributes.objectkey = category.id 
  AND translation69b63942e3a0es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e3a12fallbacks_categories_attributes ON translation69b63942e3a12fallbacks_categories_attributes.objecttype = : translation69b63942e3a12fallbacks_categories_attributes 
  AND translation69b63942e3a12fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e3a12fallbacks_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 translation69b63942e3a14s_media_attributes ON translation69b63942e3a14s_media_attributes.objecttype = : translation69b63942e3a14s_media_attributes 
  AND translation69b63942e3a14s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e3a14s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e3a16fallbacks_media_attributes ON translation69b63942e3a16fallbacks_media_attributes.objecttype = : translation69b63942e3a16fallbacks_media_attributes 
  AND translation69b63942e3a16fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e3a16fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e3a18productStream ON translation69b63942e3a18productStream.objecttype = : translation69b63942e3a18productStream 
  AND translation69b63942e3a18productStream.objectkey = stream.id 
  AND translation69b63942e3a18productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e3a1afallbackproductStream ON translation69b63942e3a1afallbackproductStream.objecttype = : translation69b63942e3a1afallbackproductStream 
  AND translation69b63942e3a1afallbackproductStream.objectkey = stream.id 
  AND translation69b63942e3a1afallbackproductStream.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:1 [
    0 => 9
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e3a0es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e3a12fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e3a14s_media_attributes" => "s_media_attributes"
  ":translation69b63942e3a16fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e3a18productStream" => "productStream"
  ":translation69b63942e3a1afallbackproductStream" => "productStream"
  ":translation69b63942e3a1ccategory" => "category"
  ":translation69b63942e3a1dfallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 39
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 40
  1 => DateTime @1773549890 {#2420
    date: 2026-03-15 05:44:50.933429 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2420}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 40
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 41
  1 => DateTime @1773549890 {#2421
    date: 2026-03-15 05:44:50.934078 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2421}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 41
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 42
  1 => DateTime @1773549890 {#2422
    date: 2026-03-15 05:44:50.934697 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2422}
]
0.0002 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 42
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 43
  1 => DateTime @1773549890 {#2423
    date: 2026-03-15 05:44:50.935257 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2423}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 43
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 44
  1 => DateTime @1773549890 {#2424
    date: 2026-03-15 05:44:50.935892 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2424}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e49efs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e49f2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e49f5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e49f7fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e49f9productStream.objectdata as __stream_translation, 
  translation69b63942e49fbfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e49fdcategory.objectdata as __category_translation, 
  translation69b63942e49fefallbackcategory.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 translation69b63942e49fdcategory ON translation69b63942e49fdcategory.objecttype = : translation69b63942e49fdcategory 
  AND translation69b63942e49fdcategory.objectkey = category.id 
  AND translation69b63942e49fdcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e49fefallbackcategory ON translation69b63942e49fefallbackcategory.objecttype = : translation69b63942e49fefallbackcategory 
  AND translation69b63942e49fefallbackcategory.objectkey = category.id 
  AND translation69b63942e49fefallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e49efs_categories_attributes ON translation69b63942e49efs_categories_attributes.objecttype = : translation69b63942e49efs_categories_attributes 
  AND translation69b63942e49efs_categories_attributes.objectkey = category.id 
  AND translation69b63942e49efs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e49f2fallbacks_categories_attributes ON translation69b63942e49f2fallbacks_categories_attributes.objecttype = : translation69b63942e49f2fallbacks_categories_attributes 
  AND translation69b63942e49f2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e49f2fallbacks_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 translation69b63942e49f5s_media_attributes ON translation69b63942e49f5s_media_attributes.objecttype = : translation69b63942e49f5s_media_attributes 
  AND translation69b63942e49f5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e49f5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e49f7fallbacks_media_attributes ON translation69b63942e49f7fallbacks_media_attributes.objecttype = : translation69b63942e49f7fallbacks_media_attributes 
  AND translation69b63942e49f7fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e49f7fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e49f9productStream ON translation69b63942e49f9productStream.objecttype = : translation69b63942e49f9productStream 
  AND translation69b63942e49f9productStream.objectkey = stream.id 
  AND translation69b63942e49f9productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e49fbfallbackproductStream ON translation69b63942e49fbfallbackproductStream.objecttype = : translation69b63942e49fbfallbackproductStream 
  AND translation69b63942e49fbfallbackproductStream.objectkey = stream.id 
  AND translation69b63942e49fbfallbackproductStream.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:1 [
    0 => 16
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e49efs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e49f2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e49f5s_media_attributes" => "s_media_attributes"
  ":translation69b63942e49f7fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e49f9productStream" => "productStream"
  ":translation69b63942e49fbfallbackproductStream" => "productStream"
  ":translation69b63942e49fdcategory" => "category"
  ":translation69b63942e49fefallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942e4dces_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e4dd2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e4dd5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e4dd7fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e4dd9productStream.objectdata as __stream_translation, 
  translation69b63942e4ddafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e4ddccategory.objectdata as __category_translation, 
  translation69b63942e4ddefallbackcategory.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 translation69b63942e4ddccategory ON translation69b63942e4ddccategory.objecttype = : translation69b63942e4ddccategory 
  AND translation69b63942e4ddccategory.objectkey = category.id 
  AND translation69b63942e4ddccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e4ddefallbackcategory ON translation69b63942e4ddefallbackcategory.objecttype = : translation69b63942e4ddefallbackcategory 
  AND translation69b63942e4ddefallbackcategory.objectkey = category.id 
  AND translation69b63942e4ddefallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e4dces_categories_attributes ON translation69b63942e4dces_categories_attributes.objecttype = : translation69b63942e4dces_categories_attributes 
  AND translation69b63942e4dces_categories_attributes.objectkey = category.id 
  AND translation69b63942e4dces_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e4dd2fallbacks_categories_attributes ON translation69b63942e4dd2fallbacks_categories_attributes.objecttype = : translation69b63942e4dd2fallbacks_categories_attributes 
  AND translation69b63942e4dd2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e4dd2fallbacks_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 translation69b63942e4dd5s_media_attributes ON translation69b63942e4dd5s_media_attributes.objecttype = : translation69b63942e4dd5s_media_attributes 
  AND translation69b63942e4dd5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e4dd5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e4dd7fallbacks_media_attributes ON translation69b63942e4dd7fallbacks_media_attributes.objecttype = : translation69b63942e4dd7fallbacks_media_attributes 
  AND translation69b63942e4dd7fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e4dd7fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e4dd9productStream ON translation69b63942e4dd9productStream.objecttype = : translation69b63942e4dd9productStream 
  AND translation69b63942e4dd9productStream.objectkey = stream.id 
  AND translation69b63942e4dd9productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e4ddafallbackproductStream ON translation69b63942e4ddafallbackproductStream.objecttype = : translation69b63942e4ddafallbackproductStream 
  AND translation69b63942e4ddafallbackproductStream.objectkey = stream.id 
  AND translation69b63942e4ddafallbackproductStream.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:1 [
    0 => 9
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e4dces_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e4dd2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e4dd5s_media_attributes" => "s_media_attributes"
  ":translation69b63942e4dd7fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e4dd9productStream" => "productStream"
  ":translation69b63942e4ddafallbackproductStream" => "productStream"
  ":translation69b63942e4ddccategory" => "category"
  ":translation69b63942e4ddefallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 44
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 45
  1 => DateTime @1773549890 {#2425
    date: 2026-03-15 05:44:50.938520 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2425}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 45
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 46
  1 => DateTime @1773549890 {#2426
    date: 2026-03-15 05:44:50.939158 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2426}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 46
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 47
  1 => DateTime @1773549890 {#2427
    date: 2026-03-15 05:44:50.939749 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2427}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 47
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 48
  1 => DateTime @1773549890 {#2428
    date: 2026-03-15 05:44:50.940380 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2428}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 48
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 49
  1 => DateTime @1773549890 {#2429
    date: 2026-03-15 05:44:50.941027 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2429}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e5dfds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e5e01fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e5e04s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e5e06fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e5e08productStream.objectdata as __stream_translation, 
  translation69b63942e5e0afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e5e0bcategory.objectdata as __category_translation, 
  translation69b63942e5e0dfallbackcategory.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 translation69b63942e5e0bcategory ON translation69b63942e5e0bcategory.objecttype = : translation69b63942e5e0bcategory 
  AND translation69b63942e5e0bcategory.objectkey = category.id 
  AND translation69b63942e5e0bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e5e0dfallbackcategory ON translation69b63942e5e0dfallbackcategory.objecttype = : translation69b63942e5e0dfallbackcategory 
  AND translation69b63942e5e0dfallbackcategory.objectkey = category.id 
  AND translation69b63942e5e0dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e5dfds_categories_attributes ON translation69b63942e5dfds_categories_attributes.objecttype = : translation69b63942e5dfds_categories_attributes 
  AND translation69b63942e5dfds_categories_attributes.objectkey = category.id 
  AND translation69b63942e5dfds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e5e01fallbacks_categories_attributes ON translation69b63942e5e01fallbacks_categories_attributes.objecttype = : translation69b63942e5e01fallbacks_categories_attributes 
  AND translation69b63942e5e01fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e5e01fallbacks_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 translation69b63942e5e04s_media_attributes ON translation69b63942e5e04s_media_attributes.objecttype = : translation69b63942e5e04s_media_attributes 
  AND translation69b63942e5e04s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e5e04s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e5e06fallbacks_media_attributes ON translation69b63942e5e06fallbacks_media_attributes.objecttype = : translation69b63942e5e06fallbacks_media_attributes 
  AND translation69b63942e5e06fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e5e06fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e5e08productStream ON translation69b63942e5e08productStream.objecttype = : translation69b63942e5e08productStream 
  AND translation69b63942e5e08productStream.objectkey = stream.id 
  AND translation69b63942e5e08productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e5e0afallbackproductStream ON translation69b63942e5e0afallbackproductStream.objecttype = : translation69b63942e5e0afallbackproductStream 
  AND translation69b63942e5e0afallbackproductStream.objectkey = stream.id 
  AND translation69b63942e5e0afallbackproductStream.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:1 [
    0 => 17
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e5dfds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e5e01fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e5e04s_media_attributes" => "s_media_attributes"
  ":translation69b63942e5e06fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e5e08productStream" => "productStream"
  ":translation69b63942e5e0afallbackproductStream" => "productStream"
  ":translation69b63942e5e0bcategory" => "category"
  ":translation69b63942e5e0dfallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942e6218s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e621efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e6223s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e6227fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e622cproductStream.objectdata as __stream_translation, 
  translation69b63942e6230fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e6234category.objectdata as __category_translation, 
  translation69b63942e6238fallbackcategory.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 translation69b63942e6234category ON translation69b63942e6234category.objecttype = : translation69b63942e6234category 
  AND translation69b63942e6234category.objectkey = category.id 
  AND translation69b63942e6234category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e6238fallbackcategory ON translation69b63942e6238fallbackcategory.objecttype = : translation69b63942e6238fallbackcategory 
  AND translation69b63942e6238fallbackcategory.objectkey = category.id 
  AND translation69b63942e6238fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e6218s_categories_attributes ON translation69b63942e6218s_categories_attributes.objecttype = : translation69b63942e6218s_categories_attributes 
  AND translation69b63942e6218s_categories_attributes.objectkey = category.id 
  AND translation69b63942e6218s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e621efallbacks_categories_attributes ON translation69b63942e621efallbacks_categories_attributes.objecttype = : translation69b63942e621efallbacks_categories_attributes 
  AND translation69b63942e621efallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e621efallbacks_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 translation69b63942e6223s_media_attributes ON translation69b63942e6223s_media_attributes.objecttype = : translation69b63942e6223s_media_attributes 
  AND translation69b63942e6223s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e6223s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e6227fallbacks_media_attributes ON translation69b63942e6227fallbacks_media_attributes.objecttype = : translation69b63942e6227fallbacks_media_attributes 
  AND translation69b63942e6227fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e6227fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e622cproductStream ON translation69b63942e622cproductStream.objecttype = : translation69b63942e622cproductStream 
  AND translation69b63942e622cproductStream.objectkey = stream.id 
  AND translation69b63942e622cproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e6230fallbackproductStream ON translation69b63942e6230fallbackproductStream.objecttype = : translation69b63942e6230fallbackproductStream 
  AND translation69b63942e6230fallbackproductStream.objectkey = stream.id 
  AND translation69b63942e6230fallbackproductStream.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:1 [
    0 => 9
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e6218s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e621efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e6223s_media_attributes" => "s_media_attributes"
  ":translation69b63942e6227fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e622cproductStream" => "productStream"
  ":translation69b63942e6230fallbackproductStream" => "productStream"
  ":translation69b63942e6234category" => "category"
  ":translation69b63942e6238fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 49
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 50
  1 => DateTime @1773549890 {#2430
    date: 2026-03-15 05:44:50.943784 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2430}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 50
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 51
  1 => DateTime @1773549890 {#2431
    date: 2026-03-15 05:44:50.944431 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2431}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 51
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 52
  1 => DateTime @1773549890 {#2432
    date: 2026-03-15 05:44:50.945088 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2432}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 52
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 53
  1 => DateTime @1773549890 {#2433
    date: 2026-03-15 05:44:50.945726 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2433}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 53
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 54
  1 => DateTime @1773549890 {#2434
    date: 2026-03-15 05:44:50.946360 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2434}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e72e0s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e72e3fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e72e6s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e72e8fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e72eaproductStream.objectdata as __stream_translation, 
  translation69b63942e72ecfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e72edcategory.objectdata as __category_translation, 
  translation69b63942e72effallbackcategory.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 translation69b63942e72edcategory ON translation69b63942e72edcategory.objecttype = : translation69b63942e72edcategory 
  AND translation69b63942e72edcategory.objectkey = category.id 
  AND translation69b63942e72edcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e72effallbackcategory ON translation69b63942e72effallbackcategory.objecttype = : translation69b63942e72effallbackcategory 
  AND translation69b63942e72effallbackcategory.objectkey = category.id 
  AND translation69b63942e72effallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e72e0s_categories_attributes ON translation69b63942e72e0s_categories_attributes.objecttype = : translation69b63942e72e0s_categories_attributes 
  AND translation69b63942e72e0s_categories_attributes.objectkey = category.id 
  AND translation69b63942e72e0s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e72e3fallbacks_categories_attributes ON translation69b63942e72e3fallbacks_categories_attributes.objecttype = : translation69b63942e72e3fallbacks_categories_attributes 
  AND translation69b63942e72e3fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e72e3fallbacks_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 translation69b63942e72e6s_media_attributes ON translation69b63942e72e6s_media_attributes.objecttype = : translation69b63942e72e6s_media_attributes 
  AND translation69b63942e72e6s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e72e6s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e72e8fallbacks_media_attributes ON translation69b63942e72e8fallbacks_media_attributes.objecttype = : translation69b63942e72e8fallbacks_media_attributes 
  AND translation69b63942e72e8fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e72e8fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e72eaproductStream ON translation69b63942e72eaproductStream.objecttype = : translation69b63942e72eaproductStream 
  AND translation69b63942e72eaproductStream.objectkey = stream.id 
  AND translation69b63942e72eaproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e72ecfallbackproductStream ON translation69b63942e72ecfallbackproductStream.objecttype = : translation69b63942e72ecfallbackproductStream 
  AND translation69b63942e72ecfallbackproductStream.objectkey = stream.id 
  AND translation69b63942e72ecfallbackproductStream.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:1 [
    0 => 18
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e72e0s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e72e3fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e72e6s_media_attributes" => "s_media_attributes"
  ":translation69b63942e72e8fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e72eaproductStream" => "productStream"
  ":translation69b63942e72ecfallbackproductStream" => "productStream"
  ":translation69b63942e72edcategory" => "category"
  ":translation69b63942e72effallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942e76c2s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e76c6fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e76c9s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e76cbfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e76cdproductStream.objectdata as __stream_translation, 
  translation69b63942e76cffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e76d1category.objectdata as __category_translation, 
  translation69b63942e76d2fallbackcategory.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 translation69b63942e76d1category ON translation69b63942e76d1category.objecttype = : translation69b63942e76d1category 
  AND translation69b63942e76d1category.objectkey = category.id 
  AND translation69b63942e76d1category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e76d2fallbackcategory ON translation69b63942e76d2fallbackcategory.objecttype = : translation69b63942e76d2fallbackcategory 
  AND translation69b63942e76d2fallbackcategory.objectkey = category.id 
  AND translation69b63942e76d2fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e76c2s_categories_attributes ON translation69b63942e76c2s_categories_attributes.objecttype = : translation69b63942e76c2s_categories_attributes 
  AND translation69b63942e76c2s_categories_attributes.objectkey = category.id 
  AND translation69b63942e76c2s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e76c6fallbacks_categories_attributes ON translation69b63942e76c6fallbacks_categories_attributes.objecttype = : translation69b63942e76c6fallbacks_categories_attributes 
  AND translation69b63942e76c6fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e76c6fallbacks_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 translation69b63942e76c9s_media_attributes ON translation69b63942e76c9s_media_attributes.objecttype = : translation69b63942e76c9s_media_attributes 
  AND translation69b63942e76c9s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e76c9s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e76cbfallbacks_media_attributes ON translation69b63942e76cbfallbacks_media_attributes.objecttype = : translation69b63942e76cbfallbacks_media_attributes 
  AND translation69b63942e76cbfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e76cbfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e76cdproductStream ON translation69b63942e76cdproductStream.objecttype = : translation69b63942e76cdproductStream 
  AND translation69b63942e76cdproductStream.objectkey = stream.id 
  AND translation69b63942e76cdproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e76cffallbackproductStream ON translation69b63942e76cffallbackproductStream.objecttype = : translation69b63942e76cffallbackproductStream 
  AND translation69b63942e76cffallbackproductStream.objectkey = stream.id 
  AND translation69b63942e76cffallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e76c2s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e76c6fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e76c9s_media_attributes" => "s_media_attributes"
  ":translation69b63942e76cbfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e76cdproductStream" => "productStream"
  ":translation69b63942e76cffallbackproductStream" => "productStream"
  ":translation69b63942e76d1category" => "category"
  ":translation69b63942e76d2fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 54
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 55
  1 => DateTime @1773549890 {#2435
    date: 2026-03-15 05:44:50.948970 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2435}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 55
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 56
  1 => DateTime @1773549890 {#2436
    date: 2026-03-15 05:44:50.949625 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2436}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 56
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 57
  1 => DateTime @1773549890 {#2437
    date: 2026-03-15 05:44:50.950327 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2437}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 57
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 58
  1 => DateTime @1773549890 {#2438
    date: 2026-03-15 05:44:50.951010 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2438}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 58
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 59
  1 => DateTime @1773549890 {#2439
    date: 2026-03-15 05:44:50.951666 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2439}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942e87ccs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e87d0fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e87d3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e87d4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e87d6productStream.objectdata as __stream_translation, 
  translation69b63942e87d8fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e87dacategory.objectdata as __category_translation, 
  translation69b63942e87dbfallbackcategory.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 translation69b63942e87dacategory ON translation69b63942e87dacategory.objecttype = : translation69b63942e87dacategory 
  AND translation69b63942e87dacategory.objectkey = category.id 
  AND translation69b63942e87dacategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e87dbfallbackcategory ON translation69b63942e87dbfallbackcategory.objecttype = : translation69b63942e87dbfallbackcategory 
  AND translation69b63942e87dbfallbackcategory.objectkey = category.id 
  AND translation69b63942e87dbfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e87ccs_categories_attributes ON translation69b63942e87ccs_categories_attributes.objecttype = : translation69b63942e87ccs_categories_attributes 
  AND translation69b63942e87ccs_categories_attributes.objectkey = category.id 
  AND translation69b63942e87ccs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e87d0fallbacks_categories_attributes ON translation69b63942e87d0fallbacks_categories_attributes.objecttype = : translation69b63942e87d0fallbacks_categories_attributes 
  AND translation69b63942e87d0fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e87d0fallbacks_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 translation69b63942e87d3s_media_attributes ON translation69b63942e87d3s_media_attributes.objecttype = : translation69b63942e87d3s_media_attributes 
  AND translation69b63942e87d3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e87d3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e87d4fallbacks_media_attributes ON translation69b63942e87d4fallbacks_media_attributes.objecttype = : translation69b63942e87d4fallbacks_media_attributes 
  AND translation69b63942e87d4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e87d4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e87d6productStream ON translation69b63942e87d6productStream.objecttype = : translation69b63942e87d6productStream 
  AND translation69b63942e87d6productStream.objectkey = stream.id 
  AND translation69b63942e87d6productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e87d8fallbackproductStream ON translation69b63942e87d8fallbackproductStream.objecttype = : translation69b63942e87d8fallbackproductStream 
  AND translation69b63942e87d8fallbackproductStream.objectkey = stream.id 
  AND translation69b63942e87d8fallbackproductStream.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:1 [
    0 => 19
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e87ccs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e87d0fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e87d3s_media_attributes" => "s_media_attributes"
  ":translation69b63942e87d4fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e87d6productStream" => "productStream"
  ":translation69b63942e87d8fallbackproductStream" => "productStream"
  ":translation69b63942e87dacategory" => "category"
  ":translation69b63942e87dbfallbackcategory" => "category"
]
0.0012 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, 
  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, 
  translation69b63942e8d5as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942e8d5efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942e8d60s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942e8d62fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942e8d64productStream.objectdata as __stream_translation, 
  translation69b63942e8d6dfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942e8d71category.objectdata as __category_translation, 
  translation69b63942e8d73fallbackcategory.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 translation69b63942e8d71category ON translation69b63942e8d71category.objecttype = : translation69b63942e8d71category 
  AND translation69b63942e8d71category.objectkey = category.id 
  AND translation69b63942e8d71category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e8d73fallbackcategory ON translation69b63942e8d73fallbackcategory.objecttype = : translation69b63942e8d73fallbackcategory 
  AND translation69b63942e8d73fallbackcategory.objectkey = category.id 
  AND translation69b63942e8d73fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942e8d5as_categories_attributes ON translation69b63942e8d5as_categories_attributes.objecttype = : translation69b63942e8d5as_categories_attributes 
  AND translation69b63942e8d5as_categories_attributes.objectkey = category.id 
  AND translation69b63942e8d5as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e8d5efallbacks_categories_attributes ON translation69b63942e8d5efallbacks_categories_attributes.objecttype = : translation69b63942e8d5efallbacks_categories_attributes 
  AND translation69b63942e8d5efallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942e8d5efallbacks_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 translation69b63942e8d60s_media_attributes ON translation69b63942e8d60s_media_attributes.objecttype = : translation69b63942e8d60s_media_attributes 
  AND translation69b63942e8d60s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e8d60s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e8d62fallbacks_media_attributes ON translation69b63942e8d62fallbacks_media_attributes.objecttype = : translation69b63942e8d62fallbacks_media_attributes 
  AND translation69b63942e8d62fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942e8d62fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942e8d64productStream ON translation69b63942e8d64productStream.objecttype = : translation69b63942e8d64productStream 
  AND translation69b63942e8d64productStream.objectkey = stream.id 
  AND translation69b63942e8d64productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942e8d6dfallbackproductStream ON translation69b63942e8d6dfallbackproductStream.objecttype = : translation69b63942e8d6dfallbackproductStream 
  AND translation69b63942e8d6dfallbackproductStream.objectkey = stream.id 
  AND translation69b63942e8d6dfallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942e8d5as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942e8d5efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942e8d60s_media_attributes" => "s_media_attributes"
  ":translation69b63942e8d62fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942e8d64productStream" => "productStream"
  ":translation69b63942e8d6dfallbackproductStream" => "productStream"
  ":translation69b63942e8d71category" => "category"
  ":translation69b63942e8d73fallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 59
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 60
  1 => DateTime @1773549890 {#2440
    date: 2026-03-15 05:44:50.955214 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2440}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 60
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 61
  1 => DateTime @1773549890 {#2441
    date: 2026-03-15 05:44:50.955900 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2441}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 61
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 62
  1 => DateTime @1773549890 {#2442
    date: 2026-03-15 05:44:50.956569 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2442}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 62
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 63
  1 => DateTime @1773549890 {#2443
    date: 2026-03-15 05:44:50.957246 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2443}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 63
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 66
  1 => DateTime @1773549890 {#2444
    date: 2026-03-15 05:44:50.957938 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2444}
]
0.0002 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, 
  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, 
  translation69b63942ea00bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ea010fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ea015s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ea019fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ea01dproductStream.objectdata as __stream_translation, 
  translation69b63942ea021fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ea026category.objectdata as __category_translation, 
  translation69b63942ea02afallbackcategory.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 translation69b63942ea026category ON translation69b63942ea026category.objecttype = : translation69b63942ea026category 
  AND translation69b63942ea026category.objectkey = category.id 
  AND translation69b63942ea026category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea02afallbackcategory ON translation69b63942ea02afallbackcategory.objecttype = : translation69b63942ea02afallbackcategory 
  AND translation69b63942ea02afallbackcategory.objectkey = category.id 
  AND translation69b63942ea02afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ea00bs_categories_attributes ON translation69b63942ea00bs_categories_attributes.objecttype = : translation69b63942ea00bs_categories_attributes 
  AND translation69b63942ea00bs_categories_attributes.objectkey = category.id 
  AND translation69b63942ea00bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea010fallbacks_categories_attributes ON translation69b63942ea010fallbacks_categories_attributes.objecttype = : translation69b63942ea010fallbacks_categories_attributes 
  AND translation69b63942ea010fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ea010fallbacks_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 translation69b63942ea015s_media_attributes ON translation69b63942ea015s_media_attributes.objecttype = : translation69b63942ea015s_media_attributes 
  AND translation69b63942ea015s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ea015s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea019fallbacks_media_attributes ON translation69b63942ea019fallbacks_media_attributes.objecttype = : translation69b63942ea019fallbacks_media_attributes 
  AND translation69b63942ea019fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ea019fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ea01dproductStream ON translation69b63942ea01dproductStream.objecttype = : translation69b63942ea01dproductStream 
  AND translation69b63942ea01dproductStream.objectkey = stream.id 
  AND translation69b63942ea01dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea021fallbackproductStream ON translation69b63942ea021fallbackproductStream.objecttype = : translation69b63942ea021fallbackproductStream 
  AND translation69b63942ea021fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ea021fallbackproductStream.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:1 [
    0 => 22
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ea00bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ea010fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ea015s_media_attributes" => "s_media_attributes"
  ":translation69b63942ea019fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ea01dproductStream" => "productStream"
  ":translation69b63942ea021fallbackproductStream" => "productStream"
  ":translation69b63942ea026category" => "category"
  ":translation69b63942ea02afallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ea42cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ea431fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ea436s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ea43afallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ea43eproductStream.objectdata as __stream_translation, 
  translation69b63942ea442fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ea446category.objectdata as __category_translation, 
  translation69b63942ea44afallbackcategory.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 translation69b63942ea446category ON translation69b63942ea446category.objecttype = : translation69b63942ea446category 
  AND translation69b63942ea446category.objectkey = category.id 
  AND translation69b63942ea446category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea44afallbackcategory ON translation69b63942ea44afallbackcategory.objecttype = : translation69b63942ea44afallbackcategory 
  AND translation69b63942ea44afallbackcategory.objectkey = category.id 
  AND translation69b63942ea44afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ea42cs_categories_attributes ON translation69b63942ea42cs_categories_attributes.objecttype = : translation69b63942ea42cs_categories_attributes 
  AND translation69b63942ea42cs_categories_attributes.objectkey = category.id 
  AND translation69b63942ea42cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea431fallbacks_categories_attributes ON translation69b63942ea431fallbacks_categories_attributes.objecttype = : translation69b63942ea431fallbacks_categories_attributes 
  AND translation69b63942ea431fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ea431fallbacks_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 translation69b63942ea436s_media_attributes ON translation69b63942ea436s_media_attributes.objecttype = : translation69b63942ea436s_media_attributes 
  AND translation69b63942ea436s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ea436s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea43afallbacks_media_attributes ON translation69b63942ea43afallbacks_media_attributes.objecttype = : translation69b63942ea43afallbacks_media_attributes 
  AND translation69b63942ea43afallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ea43afallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ea43eproductStream ON translation69b63942ea43eproductStream.objecttype = : translation69b63942ea43eproductStream 
  AND translation69b63942ea43eproductStream.objectkey = stream.id 
  AND translation69b63942ea43eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea442fallbackproductStream ON translation69b63942ea442fallbackproductStream.objecttype = : translation69b63942ea442fallbackproductStream 
  AND translation69b63942ea442fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ea442fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ea42cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ea431fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ea436s_media_attributes" => "s_media_attributes"
  ":translation69b63942ea43afallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ea43eproductStream" => "productStream"
  ":translation69b63942ea442fallbackproductStream" => "productStream"
  ":translation69b63942ea446category" => "category"
  ":translation69b63942ea44afallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ea80fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ea813fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ea815s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ea817fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ea819productStream.objectdata as __stream_translation, 
  translation69b63942ea81bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ea81dcategory.objectdata as __category_translation, 
  translation69b63942ea81efallbackcategory.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 translation69b63942ea81dcategory ON translation69b63942ea81dcategory.objecttype = : translation69b63942ea81dcategory 
  AND translation69b63942ea81dcategory.objectkey = category.id 
  AND translation69b63942ea81dcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea81efallbackcategory ON translation69b63942ea81efallbackcategory.objecttype = : translation69b63942ea81efallbackcategory 
  AND translation69b63942ea81efallbackcategory.objectkey = category.id 
  AND translation69b63942ea81efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ea80fs_categories_attributes ON translation69b63942ea80fs_categories_attributes.objecttype = : translation69b63942ea80fs_categories_attributes 
  AND translation69b63942ea80fs_categories_attributes.objectkey = category.id 
  AND translation69b63942ea80fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea813fallbacks_categories_attributes ON translation69b63942ea813fallbacks_categories_attributes.objecttype = : translation69b63942ea813fallbacks_categories_attributes 
  AND translation69b63942ea813fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ea813fallbacks_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 translation69b63942ea815s_media_attributes ON translation69b63942ea815s_media_attributes.objecttype = : translation69b63942ea815s_media_attributes 
  AND translation69b63942ea815s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ea815s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea817fallbacks_media_attributes ON translation69b63942ea817fallbacks_media_attributes.objecttype = : translation69b63942ea817fallbacks_media_attributes 
  AND translation69b63942ea817fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ea817fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ea819productStream ON translation69b63942ea819productStream.objecttype = : translation69b63942ea819productStream 
  AND translation69b63942ea819productStream.objectkey = stream.id 
  AND translation69b63942ea819productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ea81bfallbackproductStream ON translation69b63942ea81bfallbackproductStream.objecttype = : translation69b63942ea81bfallbackproductStream 
  AND translation69b63942ea81bfallbackproductStream.objectkey = stream.id 
  AND translation69b63942ea81bfallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ea80fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ea813fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ea815s_media_attributes" => "s_media_attributes"
  ":translation69b63942ea817fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ea819productStream" => "productStream"
  ":translation69b63942ea81bfallbackproductStream" => "productStream"
  ":translation69b63942ea81dcategory" => "category"
  ":translation69b63942ea81efallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 66
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 67
  1 => DateTime @1773549890 {#2445
    date: 2026-03-15 05:44:50.961598 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2445}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942eae67s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942eae6bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942eae6ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942eae6ffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942eae71productStream.objectdata as __stream_translation, 
  translation69b63942eae73fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942eae75category.objectdata as __category_translation, 
  translation69b63942eae76fallbackcategory.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 translation69b63942eae75category ON translation69b63942eae75category.objecttype = : translation69b63942eae75category 
  AND translation69b63942eae75category.objectkey = category.id 
  AND translation69b63942eae75category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eae76fallbackcategory ON translation69b63942eae76fallbackcategory.objecttype = : translation69b63942eae76fallbackcategory 
  AND translation69b63942eae76fallbackcategory.objectkey = category.id 
  AND translation69b63942eae76fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942eae67s_categories_attributes ON translation69b63942eae67s_categories_attributes.objecttype = : translation69b63942eae67s_categories_attributes 
  AND translation69b63942eae67s_categories_attributes.objectkey = category.id 
  AND translation69b63942eae67s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eae6bfallbacks_categories_attributes ON translation69b63942eae6bfallbacks_categories_attributes.objecttype = : translation69b63942eae6bfallbacks_categories_attributes 
  AND translation69b63942eae6bfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942eae6bfallbacks_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 translation69b63942eae6ds_media_attributes ON translation69b63942eae6ds_media_attributes.objecttype = : translation69b63942eae6ds_media_attributes 
  AND translation69b63942eae6ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eae6ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eae6ffallbacks_media_attributes ON translation69b63942eae6ffallbacks_media_attributes.objecttype = : translation69b63942eae6ffallbacks_media_attributes 
  AND translation69b63942eae6ffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eae6ffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942eae71productStream ON translation69b63942eae71productStream.objecttype = : translation69b63942eae71productStream 
  AND translation69b63942eae71productStream.objectkey = stream.id 
  AND translation69b63942eae71productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eae73fallbackproductStream ON translation69b63942eae73fallbackproductStream.objecttype = : translation69b63942eae73fallbackproductStream 
  AND translation69b63942eae73fallbackproductStream.objectkey = stream.id 
  AND translation69b63942eae73fallbackproductStream.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:1 [
    0 => 22
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942eae67s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942eae6bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942eae6ds_media_attributes" => "s_media_attributes"
  ":translation69b63942eae6ffallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942eae71productStream" => "productStream"
  ":translation69b63942eae73fallbackproductStream" => "productStream"
  ":translation69b63942eae75category" => "category"
  ":translation69b63942eae76fallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942eb230s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942eb234fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942eb237s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942eb238fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942eb23aproductStream.objectdata as __stream_translation, 
  translation69b63942eb23cfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942eb23ecategory.objectdata as __category_translation, 
  translation69b63942eb240fallbackcategory.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 translation69b63942eb23ecategory ON translation69b63942eb23ecategory.objecttype = : translation69b63942eb23ecategory 
  AND translation69b63942eb23ecategory.objectkey = category.id 
  AND translation69b63942eb23ecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb240fallbackcategory ON translation69b63942eb240fallbackcategory.objecttype = : translation69b63942eb240fallbackcategory 
  AND translation69b63942eb240fallbackcategory.objectkey = category.id 
  AND translation69b63942eb240fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942eb230s_categories_attributes ON translation69b63942eb230s_categories_attributes.objecttype = : translation69b63942eb230s_categories_attributes 
  AND translation69b63942eb230s_categories_attributes.objectkey = category.id 
  AND translation69b63942eb230s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb234fallbacks_categories_attributes ON translation69b63942eb234fallbacks_categories_attributes.objecttype = : translation69b63942eb234fallbacks_categories_attributes 
  AND translation69b63942eb234fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942eb234fallbacks_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 translation69b63942eb237s_media_attributes ON translation69b63942eb237s_media_attributes.objecttype = : translation69b63942eb237s_media_attributes 
  AND translation69b63942eb237s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eb237s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb238fallbacks_media_attributes ON translation69b63942eb238fallbacks_media_attributes.objecttype = : translation69b63942eb238fallbacks_media_attributes 
  AND translation69b63942eb238fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eb238fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942eb23aproductStream ON translation69b63942eb23aproductStream.objecttype = : translation69b63942eb23aproductStream 
  AND translation69b63942eb23aproductStream.objectkey = stream.id 
  AND translation69b63942eb23aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb23cfallbackproductStream ON translation69b63942eb23cfallbackproductStream.objecttype = : translation69b63942eb23cfallbackproductStream 
  AND translation69b63942eb23cfallbackproductStream.objectkey = stream.id 
  AND translation69b63942eb23cfallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942eb230s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942eb234fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942eb237s_media_attributes" => "s_media_attributes"
  ":translation69b63942eb238fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942eb23aproductStream" => "productStream"
  ":translation69b63942eb23cfallbackproductStream" => "productStream"
  ":translation69b63942eb23ecategory" => "category"
  ":translation69b63942eb240fallbackcategory" => "category"
]
0.0013 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, 
  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, 
  translation69b63942eb804s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942eb809fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942eb80es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942eb812fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942eb816productStream.objectdata as __stream_translation, 
  translation69b63942eb81afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942eb81fcategory.objectdata as __category_translation, 
  translation69b63942eb822fallbackcategory.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 translation69b63942eb81fcategory ON translation69b63942eb81fcategory.objecttype = : translation69b63942eb81fcategory 
  AND translation69b63942eb81fcategory.objectkey = category.id 
  AND translation69b63942eb81fcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb822fallbackcategory ON translation69b63942eb822fallbackcategory.objecttype = : translation69b63942eb822fallbackcategory 
  AND translation69b63942eb822fallbackcategory.objectkey = category.id 
  AND translation69b63942eb822fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942eb804s_categories_attributes ON translation69b63942eb804s_categories_attributes.objecttype = : translation69b63942eb804s_categories_attributes 
  AND translation69b63942eb804s_categories_attributes.objectkey = category.id 
  AND translation69b63942eb804s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb809fallbacks_categories_attributes ON translation69b63942eb809fallbacks_categories_attributes.objecttype = : translation69b63942eb809fallbacks_categories_attributes 
  AND translation69b63942eb809fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942eb809fallbacks_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 translation69b63942eb80es_media_attributes ON translation69b63942eb80es_media_attributes.objecttype = : translation69b63942eb80es_media_attributes 
  AND translation69b63942eb80es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eb80es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb812fallbacks_media_attributes ON translation69b63942eb812fallbacks_media_attributes.objecttype = : translation69b63942eb812fallbacks_media_attributes 
  AND translation69b63942eb812fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eb812fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942eb816productStream ON translation69b63942eb816productStream.objecttype = : translation69b63942eb816productStream 
  AND translation69b63942eb816productStream.objectkey = stream.id 
  AND translation69b63942eb816productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eb81afallbackproductStream ON translation69b63942eb81afallbackproductStream.objecttype = : translation69b63942eb81afallbackproductStream 
  AND translation69b63942eb81afallbackproductStream.objectkey = stream.id 
  AND translation69b63942eb81afallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942eb804s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942eb809fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942eb80es_media_attributes" => "s_media_attributes"
  ":translation69b63942eb812fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942eb816productStream" => "productStream"
  ":translation69b63942eb81afallbackproductStream" => "productStream"
  ":translation69b63942eb81fcategory" => "category"
  ":translation69b63942eb822fallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 67
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 68
  1 => DateTime @1773549890 {#2446
    date: 2026-03-15 05:44:50.966094 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2446}
]
0.0002 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, 
  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, 
  translation69b63942ebff8s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ebffdfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ec002s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ec006fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ec00aproductStream.objectdata as __stream_translation, 
  translation69b63942ec00efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ec012category.objectdata as __category_translation, 
  translation69b63942ec016fallbackcategory.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 translation69b63942ec012category ON translation69b63942ec012category.objecttype = : translation69b63942ec012category 
  AND translation69b63942ec012category.objectkey = category.id 
  AND translation69b63942ec012category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec016fallbackcategory ON translation69b63942ec016fallbackcategory.objecttype = : translation69b63942ec016fallbackcategory 
  AND translation69b63942ec016fallbackcategory.objectkey = category.id 
  AND translation69b63942ec016fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ebff8s_categories_attributes ON translation69b63942ebff8s_categories_attributes.objecttype = : translation69b63942ebff8s_categories_attributes 
  AND translation69b63942ebff8s_categories_attributes.objectkey = category.id 
  AND translation69b63942ebff8s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ebffdfallbacks_categories_attributes ON translation69b63942ebffdfallbacks_categories_attributes.objecttype = : translation69b63942ebffdfallbacks_categories_attributes 
  AND translation69b63942ebffdfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ebffdfallbacks_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 translation69b63942ec002s_media_attributes ON translation69b63942ec002s_media_attributes.objecttype = : translation69b63942ec002s_media_attributes 
  AND translation69b63942ec002s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ec002s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec006fallbacks_media_attributes ON translation69b63942ec006fallbacks_media_attributes.objecttype = : translation69b63942ec006fallbacks_media_attributes 
  AND translation69b63942ec006fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ec006fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ec00aproductStream ON translation69b63942ec00aproductStream.objecttype = : translation69b63942ec00aproductStream 
  AND translation69b63942ec00aproductStream.objectkey = stream.id 
  AND translation69b63942ec00aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec00efallbackproductStream ON translation69b63942ec00efallbackproductStream.objecttype = : translation69b63942ec00efallbackproductStream 
  AND translation69b63942ec00efallbackproductStream.objectkey = stream.id 
  AND translation69b63942ec00efallbackproductStream.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:1 [
    0 => 22
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ebff8s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ebffdfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ec002s_media_attributes" => "s_media_attributes"
  ":translation69b63942ec006fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ec00aproductStream" => "productStream"
  ":translation69b63942ec00efallbackproductStream" => "productStream"
  ":translation69b63942ec012category" => "category"
  ":translation69b63942ec016fallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ec3e0s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ec3e5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ec3eas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ec3eefallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ec3f2productStream.objectdata as __stream_translation, 
  translation69b63942ec3f6fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ec3fbcategory.objectdata as __category_translation, 
  translation69b63942ec3fefallbackcategory.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 translation69b63942ec3fbcategory ON translation69b63942ec3fbcategory.objecttype = : translation69b63942ec3fbcategory 
  AND translation69b63942ec3fbcategory.objectkey = category.id 
  AND translation69b63942ec3fbcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec3fefallbackcategory ON translation69b63942ec3fefallbackcategory.objecttype = : translation69b63942ec3fefallbackcategory 
  AND translation69b63942ec3fefallbackcategory.objectkey = category.id 
  AND translation69b63942ec3fefallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ec3e0s_categories_attributes ON translation69b63942ec3e0s_categories_attributes.objecttype = : translation69b63942ec3e0s_categories_attributes 
  AND translation69b63942ec3e0s_categories_attributes.objectkey = category.id 
  AND translation69b63942ec3e0s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec3e5fallbacks_categories_attributes ON translation69b63942ec3e5fallbacks_categories_attributes.objecttype = : translation69b63942ec3e5fallbacks_categories_attributes 
  AND translation69b63942ec3e5fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ec3e5fallbacks_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 translation69b63942ec3eas_media_attributes ON translation69b63942ec3eas_media_attributes.objecttype = : translation69b63942ec3eas_media_attributes 
  AND translation69b63942ec3eas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ec3eas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec3eefallbacks_media_attributes ON translation69b63942ec3eefallbacks_media_attributes.objecttype = : translation69b63942ec3eefallbacks_media_attributes 
  AND translation69b63942ec3eefallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ec3eefallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ec3f2productStream ON translation69b63942ec3f2productStream.objecttype = : translation69b63942ec3f2productStream 
  AND translation69b63942ec3f2productStream.objectkey = stream.id 
  AND translation69b63942ec3f2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec3f6fallbackproductStream ON translation69b63942ec3f6fallbackproductStream.objecttype = : translation69b63942ec3f6fallbackproductStream 
  AND translation69b63942ec3f6fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ec3f6fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ec3e0s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ec3e5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ec3eas_media_attributes" => "s_media_attributes"
  ":translation69b63942ec3eefallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ec3f2productStream" => "productStream"
  ":translation69b63942ec3f6fallbackproductStream" => "productStream"
  ":translation69b63942ec3fbcategory" => "category"
  ":translation69b63942ec3fefallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ec7c1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ec7c6fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ec7cas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ec7cefallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ec7d3productStream.objectdata as __stream_translation, 
  translation69b63942ec7d7fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ec7dbcategory.objectdata as __category_translation, 
  translation69b63942ec7dffallbackcategory.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 translation69b63942ec7dbcategory ON translation69b63942ec7dbcategory.objecttype = : translation69b63942ec7dbcategory 
  AND translation69b63942ec7dbcategory.objectkey = category.id 
  AND translation69b63942ec7dbcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec7dffallbackcategory ON translation69b63942ec7dffallbackcategory.objecttype = : translation69b63942ec7dffallbackcategory 
  AND translation69b63942ec7dffallbackcategory.objectkey = category.id 
  AND translation69b63942ec7dffallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ec7c1s_categories_attributes ON translation69b63942ec7c1s_categories_attributes.objecttype = : translation69b63942ec7c1s_categories_attributes 
  AND translation69b63942ec7c1s_categories_attributes.objectkey = category.id 
  AND translation69b63942ec7c1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec7c6fallbacks_categories_attributes ON translation69b63942ec7c6fallbacks_categories_attributes.objecttype = : translation69b63942ec7c6fallbacks_categories_attributes 
  AND translation69b63942ec7c6fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ec7c6fallbacks_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 translation69b63942ec7cas_media_attributes ON translation69b63942ec7cas_media_attributes.objecttype = : translation69b63942ec7cas_media_attributes 
  AND translation69b63942ec7cas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ec7cas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec7cefallbacks_media_attributes ON translation69b63942ec7cefallbacks_media_attributes.objecttype = : translation69b63942ec7cefallbacks_media_attributes 
  AND translation69b63942ec7cefallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ec7cefallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ec7d3productStream ON translation69b63942ec7d3productStream.objecttype = : translation69b63942ec7d3productStream 
  AND translation69b63942ec7d3productStream.objectkey = stream.id 
  AND translation69b63942ec7d3productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ec7d7fallbackproductStream ON translation69b63942ec7d7fallbackproductStream.objecttype = : translation69b63942ec7d7fallbackproductStream 
  AND translation69b63942ec7d7fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ec7d7fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ec7c1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ec7c6fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ec7cas_media_attributes" => "s_media_attributes"
  ":translation69b63942ec7cefallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ec7d3productStream" => "productStream"
  ":translation69b63942ec7d7fallbackproductStream" => "productStream"
  ":translation69b63942ec7dbcategory" => "category"
  ":translation69b63942ec7dffallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 68
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 69
  1 => DateTime @1773549890 {#2447
    date: 2026-03-15 05:44:50.969752 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2447}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942ece7as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ece7efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ece81s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ece83fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ece85productStream.objectdata as __stream_translation, 
  translation69b63942ece86fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ece88category.objectdata as __category_translation, 
  translation69b63942ece8afallbackcategory.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 translation69b63942ece88category ON translation69b63942ece88category.objecttype = : translation69b63942ece88category 
  AND translation69b63942ece88category.objectkey = category.id 
  AND translation69b63942ece88category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ece8afallbackcategory ON translation69b63942ece8afallbackcategory.objecttype = : translation69b63942ece8afallbackcategory 
  AND translation69b63942ece8afallbackcategory.objectkey = category.id 
  AND translation69b63942ece8afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ece7as_categories_attributes ON translation69b63942ece7as_categories_attributes.objecttype = : translation69b63942ece7as_categories_attributes 
  AND translation69b63942ece7as_categories_attributes.objectkey = category.id 
  AND translation69b63942ece7as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ece7efallbacks_categories_attributes ON translation69b63942ece7efallbacks_categories_attributes.objecttype = : translation69b63942ece7efallbacks_categories_attributes 
  AND translation69b63942ece7efallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ece7efallbacks_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 translation69b63942ece81s_media_attributes ON translation69b63942ece81s_media_attributes.objecttype = : translation69b63942ece81s_media_attributes 
  AND translation69b63942ece81s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ece81s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ece83fallbacks_media_attributes ON translation69b63942ece83fallbacks_media_attributes.objecttype = : translation69b63942ece83fallbacks_media_attributes 
  AND translation69b63942ece83fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ece83fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ece85productStream ON translation69b63942ece85productStream.objecttype = : translation69b63942ece85productStream 
  AND translation69b63942ece85productStream.objectkey = stream.id 
  AND translation69b63942ece85productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ece86fallbackproductStream ON translation69b63942ece86fallbackproductStream.objecttype = : translation69b63942ece86fallbackproductStream 
  AND translation69b63942ece86fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ece86fallbackproductStream.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:1 [
    0 => 22
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ece7as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ece7efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ece81s_media_attributes" => "s_media_attributes"
  ":translation69b63942ece83fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ece85productStream" => "productStream"
  ":translation69b63942ece86fallbackproductStream" => "productStream"
  ":translation69b63942ece88category" => "category"
  ":translation69b63942ece8afallbackcategory" => "category"
]
0.0011 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, 
  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, 
  translation69b63942ed34as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ed34efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ed350s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ed352fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ed354productStream.objectdata as __stream_translation, 
  translation69b63942ed356fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ed358category.objectdata as __category_translation, 
  translation69b63942ed359fallbackcategory.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 translation69b63942ed358category ON translation69b63942ed358category.objecttype = : translation69b63942ed358category 
  AND translation69b63942ed358category.objectkey = category.id 
  AND translation69b63942ed358category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed359fallbackcategory ON translation69b63942ed359fallbackcategory.objecttype = : translation69b63942ed359fallbackcategory 
  AND translation69b63942ed359fallbackcategory.objectkey = category.id 
  AND translation69b63942ed359fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ed34as_categories_attributes ON translation69b63942ed34as_categories_attributes.objecttype = : translation69b63942ed34as_categories_attributes 
  AND translation69b63942ed34as_categories_attributes.objectkey = category.id 
  AND translation69b63942ed34as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed34efallbacks_categories_attributes ON translation69b63942ed34efallbacks_categories_attributes.objecttype = : translation69b63942ed34efallbacks_categories_attributes 
  AND translation69b63942ed34efallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ed34efallbacks_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 translation69b63942ed350s_media_attributes ON translation69b63942ed350s_media_attributes.objecttype = : translation69b63942ed350s_media_attributes 
  AND translation69b63942ed350s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ed350s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed352fallbacks_media_attributes ON translation69b63942ed352fallbacks_media_attributes.objecttype = : translation69b63942ed352fallbacks_media_attributes 
  AND translation69b63942ed352fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ed352fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ed354productStream ON translation69b63942ed354productStream.objecttype = : translation69b63942ed354productStream 
  AND translation69b63942ed354productStream.objectkey = stream.id 
  AND translation69b63942ed354productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed356fallbackproductStream ON translation69b63942ed356fallbackproductStream.objecttype = : translation69b63942ed356fallbackproductStream 
  AND translation69b63942ed356fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ed356fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ed34as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ed34efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ed350s_media_attributes" => "s_media_attributes"
  ":translation69b63942ed352fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ed354productStream" => "productStream"
  ":translation69b63942ed356fallbackproductStream" => "productStream"
  ":translation69b63942ed358category" => "category"
  ":translation69b63942ed359fallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ed708s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ed70cfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ed70es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ed710fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ed712productStream.objectdata as __stream_translation, 
  translation69b63942ed714fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ed716category.objectdata as __category_translation, 
  translation69b63942ed717fallbackcategory.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 translation69b63942ed716category ON translation69b63942ed716category.objecttype = : translation69b63942ed716category 
  AND translation69b63942ed716category.objectkey = category.id 
  AND translation69b63942ed716category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed717fallbackcategory ON translation69b63942ed717fallbackcategory.objecttype = : translation69b63942ed717fallbackcategory 
  AND translation69b63942ed717fallbackcategory.objectkey = category.id 
  AND translation69b63942ed717fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ed708s_categories_attributes ON translation69b63942ed708s_categories_attributes.objecttype = : translation69b63942ed708s_categories_attributes 
  AND translation69b63942ed708s_categories_attributes.objectkey = category.id 
  AND translation69b63942ed708s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed70cfallbacks_categories_attributes ON translation69b63942ed70cfallbacks_categories_attributes.objecttype = : translation69b63942ed70cfallbacks_categories_attributes 
  AND translation69b63942ed70cfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ed70cfallbacks_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 translation69b63942ed70es_media_attributes ON translation69b63942ed70es_media_attributes.objecttype = : translation69b63942ed70es_media_attributes 
  AND translation69b63942ed70es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ed70es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed710fallbacks_media_attributes ON translation69b63942ed710fallbacks_media_attributes.objecttype = : translation69b63942ed710fallbacks_media_attributes 
  AND translation69b63942ed710fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ed710fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ed712productStream ON translation69b63942ed712productStream.objecttype = : translation69b63942ed712productStream 
  AND translation69b63942ed712productStream.objectkey = stream.id 
  AND translation69b63942ed712productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ed714fallbackproductStream ON translation69b63942ed714fallbackproductStream.objecttype = : translation69b63942ed714fallbackproductStream 
  AND translation69b63942ed714fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ed714fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ed708s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ed70cfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ed70es_media_attributes" => "s_media_attributes"
  ":translation69b63942ed710fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ed712productStream" => "productStream"
  ":translation69b63942ed714fallbackproductStream" => "productStream"
  ":translation69b63942ed716category" => "category"
  ":translation69b63942ed717fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 69
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 70
  1 => DateTime @1773549890 {#2448
    date: 2026-03-15 05:44:50.973605 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2448}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942edd44s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942edd48fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942edd4bs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942edd4dfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942edd4fproductStream.objectdata as __stream_translation, 
  translation69b63942edd50fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942edd52category.objectdata as __category_translation, 
  translation69b63942edd54fallbackcategory.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 translation69b63942edd52category ON translation69b63942edd52category.objecttype = : translation69b63942edd52category 
  AND translation69b63942edd52category.objectkey = category.id 
  AND translation69b63942edd52category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942edd54fallbackcategory ON translation69b63942edd54fallbackcategory.objecttype = : translation69b63942edd54fallbackcategory 
  AND translation69b63942edd54fallbackcategory.objectkey = category.id 
  AND translation69b63942edd54fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942edd44s_categories_attributes ON translation69b63942edd44s_categories_attributes.objecttype = : translation69b63942edd44s_categories_attributes 
  AND translation69b63942edd44s_categories_attributes.objectkey = category.id 
  AND translation69b63942edd44s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942edd48fallbacks_categories_attributes ON translation69b63942edd48fallbacks_categories_attributes.objecttype = : translation69b63942edd48fallbacks_categories_attributes 
  AND translation69b63942edd48fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942edd48fallbacks_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 translation69b63942edd4bs_media_attributes ON translation69b63942edd4bs_media_attributes.objecttype = : translation69b63942edd4bs_media_attributes 
  AND translation69b63942edd4bs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942edd4bs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942edd4dfallbacks_media_attributes ON translation69b63942edd4dfallbacks_media_attributes.objecttype = : translation69b63942edd4dfallbacks_media_attributes 
  AND translation69b63942edd4dfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942edd4dfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942edd4fproductStream ON translation69b63942edd4fproductStream.objecttype = : translation69b63942edd4fproductStream 
  AND translation69b63942edd4fproductStream.objectkey = stream.id 
  AND translation69b63942edd4fproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942edd50fallbackproductStream ON translation69b63942edd50fallbackproductStream.objecttype = : translation69b63942edd50fallbackproductStream 
  AND translation69b63942edd50fallbackproductStream.objectkey = stream.id 
  AND translation69b63942edd50fallbackproductStream.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:1 [
    0 => 23
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942edd44s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942edd48fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942edd4bs_media_attributes" => "s_media_attributes"
  ":translation69b63942edd4dfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942edd4fproductStream" => "productStream"
  ":translation69b63942edd50fallbackproductStream" => "productStream"
  ":translation69b63942edd52category" => "category"
  ":translation69b63942edd54fallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ee127s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ee12bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ee12ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ee12ffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ee131productStream.objectdata as __stream_translation, 
  translation69b63942ee133fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ee135category.objectdata as __category_translation, 
  translation69b63942ee136fallbackcategory.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 translation69b63942ee135category ON translation69b63942ee135category.objecttype = : translation69b63942ee135category 
  AND translation69b63942ee135category.objectkey = category.id 
  AND translation69b63942ee135category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee136fallbackcategory ON translation69b63942ee136fallbackcategory.objecttype = : translation69b63942ee136fallbackcategory 
  AND translation69b63942ee136fallbackcategory.objectkey = category.id 
  AND translation69b63942ee136fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ee127s_categories_attributes ON translation69b63942ee127s_categories_attributes.objecttype = : translation69b63942ee127s_categories_attributes 
  AND translation69b63942ee127s_categories_attributes.objectkey = category.id 
  AND translation69b63942ee127s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee12bfallbacks_categories_attributes ON translation69b63942ee12bfallbacks_categories_attributes.objecttype = : translation69b63942ee12bfallbacks_categories_attributes 
  AND translation69b63942ee12bfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ee12bfallbacks_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 translation69b63942ee12ds_media_attributes ON translation69b63942ee12ds_media_attributes.objecttype = : translation69b63942ee12ds_media_attributes 
  AND translation69b63942ee12ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ee12ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee12ffallbacks_media_attributes ON translation69b63942ee12ffallbacks_media_attributes.objecttype = : translation69b63942ee12ffallbacks_media_attributes 
  AND translation69b63942ee12ffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ee12ffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ee131productStream ON translation69b63942ee131productStream.objecttype = : translation69b63942ee131productStream 
  AND translation69b63942ee131productStream.objectkey = stream.id 
  AND translation69b63942ee131productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee133fallbackproductStream ON translation69b63942ee133fallbackproductStream.objecttype = : translation69b63942ee133fallbackproductStream 
  AND translation69b63942ee133fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ee133fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ee127s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ee12bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ee12ds_media_attributes" => "s_media_attributes"
  ":translation69b63942ee12ffallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ee131productStream" => "productStream"
  ":translation69b63942ee133fallbackproductStream" => "productStream"
  ":translation69b63942ee135category" => "category"
  ":translation69b63942ee136fallbackcategory" => "category"
]
0.0008 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, 
  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, 
  translation69b63942ee4efs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ee4f2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ee4f5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ee4f7fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ee4f9productStream.objectdata as __stream_translation, 
  translation69b63942ee4fbfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ee4fccategory.objectdata as __category_translation, 
  translation69b63942ee4fefallbackcategory.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 translation69b63942ee4fccategory ON translation69b63942ee4fccategory.objecttype = : translation69b63942ee4fccategory 
  AND translation69b63942ee4fccategory.objectkey = category.id 
  AND translation69b63942ee4fccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee4fefallbackcategory ON translation69b63942ee4fefallbackcategory.objecttype = : translation69b63942ee4fefallbackcategory 
  AND translation69b63942ee4fefallbackcategory.objectkey = category.id 
  AND translation69b63942ee4fefallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ee4efs_categories_attributes ON translation69b63942ee4efs_categories_attributes.objecttype = : translation69b63942ee4efs_categories_attributes 
  AND translation69b63942ee4efs_categories_attributes.objectkey = category.id 
  AND translation69b63942ee4efs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee4f2fallbacks_categories_attributes ON translation69b63942ee4f2fallbacks_categories_attributes.objecttype = : translation69b63942ee4f2fallbacks_categories_attributes 
  AND translation69b63942ee4f2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ee4f2fallbacks_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 translation69b63942ee4f5s_media_attributes ON translation69b63942ee4f5s_media_attributes.objecttype = : translation69b63942ee4f5s_media_attributes 
  AND translation69b63942ee4f5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ee4f5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee4f7fallbacks_media_attributes ON translation69b63942ee4f7fallbacks_media_attributes.objecttype = : translation69b63942ee4f7fallbacks_media_attributes 
  AND translation69b63942ee4f7fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ee4f7fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ee4f9productStream ON translation69b63942ee4f9productStream.objecttype = : translation69b63942ee4f9productStream 
  AND translation69b63942ee4f9productStream.objectkey = stream.id 
  AND translation69b63942ee4f9productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ee4fbfallbackproductStream ON translation69b63942ee4fbfallbackproductStream.objecttype = : translation69b63942ee4fbfallbackproductStream 
  AND translation69b63942ee4fbfallbackproductStream.objectkey = stream.id 
  AND translation69b63942ee4fbfallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ee4efs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ee4f2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ee4f5s_media_attributes" => "s_media_attributes"
  ":translation69b63942ee4f7fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ee4f9productStream" => "productStream"
  ":translation69b63942ee4fbfallbackproductStream" => "productStream"
  ":translation69b63942ee4fccategory" => "category"
  ":translation69b63942ee4fefallbackcategory" => "category"
]
0.0013 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 70
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 72
  1 => DateTime @1773549890 {#2449
    date: 2026-03-15 05:44:50.977709 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2449}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942eed9ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942eeda2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942eeda7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942eedabfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942eedb0productStream.objectdata as __stream_translation, 
  translation69b63942eedb4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942eedb8category.objectdata as __category_translation, 
  translation69b63942eedbcfallbackcategory.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 translation69b63942eedb8category ON translation69b63942eedb8category.objecttype = : translation69b63942eedb8category 
  AND translation69b63942eedb8category.objectkey = category.id 
  AND translation69b63942eedb8category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eedbcfallbackcategory ON translation69b63942eedbcfallbackcategory.objecttype = : translation69b63942eedbcfallbackcategory 
  AND translation69b63942eedbcfallbackcategory.objectkey = category.id 
  AND translation69b63942eedbcfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942eed9ds_categories_attributes ON translation69b63942eed9ds_categories_attributes.objecttype = : translation69b63942eed9ds_categories_attributes 
  AND translation69b63942eed9ds_categories_attributes.objectkey = category.id 
  AND translation69b63942eed9ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eeda2fallbacks_categories_attributes ON translation69b63942eeda2fallbacks_categories_attributes.objecttype = : translation69b63942eeda2fallbacks_categories_attributes 
  AND translation69b63942eeda2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942eeda2fallbacks_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 translation69b63942eeda7s_media_attributes ON translation69b63942eeda7s_media_attributes.objecttype = : translation69b63942eeda7s_media_attributes 
  AND translation69b63942eeda7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eeda7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eedabfallbacks_media_attributes ON translation69b63942eedabfallbacks_media_attributes.objecttype = : translation69b63942eedabfallbacks_media_attributes 
  AND translation69b63942eedabfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942eedabfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942eedb0productStream ON translation69b63942eedb0productStream.objecttype = : translation69b63942eedb0productStream 
  AND translation69b63942eedb0productStream.objectkey = stream.id 
  AND translation69b63942eedb0productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942eedb4fallbackproductStream ON translation69b63942eedb4fallbackproductStream.objecttype = : translation69b63942eedb4fallbackproductStream 
  AND translation69b63942eedb4fallbackproductStream.objectkey = stream.id 
  AND translation69b63942eedb4fallbackproductStream.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:1 [
    0 => 23
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942eed9ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942eeda2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942eeda7s_media_attributes" => "s_media_attributes"
  ":translation69b63942eedabfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942eedb0productStream" => "productStream"
  ":translation69b63942eedb4fallbackproductStream" => "productStream"
  ":translation69b63942eedb8category" => "category"
  ":translation69b63942eedbcfallbackcategory" => "category"
]
0.0013 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, 
  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, 
  translation69b63942ef35es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ef361fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ef364s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ef365fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ef367productStream.objectdata as __stream_translation, 
  translation69b63942ef369fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ef36bcategory.objectdata as __category_translation, 
  translation69b63942ef36cfallbackcategory.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 translation69b63942ef36bcategory ON translation69b63942ef36bcategory.objecttype = : translation69b63942ef36bcategory 
  AND translation69b63942ef36bcategory.objectkey = category.id 
  AND translation69b63942ef36bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef36cfallbackcategory ON translation69b63942ef36cfallbackcategory.objecttype = : translation69b63942ef36cfallbackcategory 
  AND translation69b63942ef36cfallbackcategory.objectkey = category.id 
  AND translation69b63942ef36cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ef35es_categories_attributes ON translation69b63942ef35es_categories_attributes.objecttype = : translation69b63942ef35es_categories_attributes 
  AND translation69b63942ef35es_categories_attributes.objectkey = category.id 
  AND translation69b63942ef35es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef361fallbacks_categories_attributes ON translation69b63942ef361fallbacks_categories_attributes.objecttype = : translation69b63942ef361fallbacks_categories_attributes 
  AND translation69b63942ef361fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ef361fallbacks_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 translation69b63942ef364s_media_attributes ON translation69b63942ef364s_media_attributes.objecttype = : translation69b63942ef364s_media_attributes 
  AND translation69b63942ef364s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ef364s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef365fallbacks_media_attributes ON translation69b63942ef365fallbacks_media_attributes.objecttype = : translation69b63942ef365fallbacks_media_attributes 
  AND translation69b63942ef365fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ef365fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ef367productStream ON translation69b63942ef367productStream.objecttype = : translation69b63942ef367productStream 
  AND translation69b63942ef367productStream.objectkey = stream.id 
  AND translation69b63942ef367productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef369fallbackproductStream ON translation69b63942ef369fallbackproductStream.objecttype = : translation69b63942ef369fallbackproductStream 
  AND translation69b63942ef369fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ef369fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ef35es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ef361fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ef364s_media_attributes" => "s_media_attributes"
  ":translation69b63942ef365fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ef367productStream" => "productStream"
  ":translation69b63942ef369fallbackproductStream" => "productStream"
  ":translation69b63942ef36bcategory" => "category"
  ":translation69b63942ef36cfallbackcategory" => "category"
]
0.0012 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, 
  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, 
  translation69b63942ef8b4s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942ef8b8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942ef8bbs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942ef8bdfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942ef8bfproductStream.objectdata as __stream_translation, 
  translation69b63942ef8c0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942ef8c2category.objectdata as __category_translation, 
  translation69b63942ef8c4fallbackcategory.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 translation69b63942ef8c2category ON translation69b63942ef8c2category.objecttype = : translation69b63942ef8c2category 
  AND translation69b63942ef8c2category.objectkey = category.id 
  AND translation69b63942ef8c2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef8c4fallbackcategory ON translation69b63942ef8c4fallbackcategory.objecttype = : translation69b63942ef8c4fallbackcategory 
  AND translation69b63942ef8c4fallbackcategory.objectkey = category.id 
  AND translation69b63942ef8c4fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942ef8b4s_categories_attributes ON translation69b63942ef8b4s_categories_attributes.objecttype = : translation69b63942ef8b4s_categories_attributes 
  AND translation69b63942ef8b4s_categories_attributes.objectkey = category.id 
  AND translation69b63942ef8b4s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef8b8fallbacks_categories_attributes ON translation69b63942ef8b8fallbacks_categories_attributes.objecttype = : translation69b63942ef8b8fallbacks_categories_attributes 
  AND translation69b63942ef8b8fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942ef8b8fallbacks_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 translation69b63942ef8bbs_media_attributes ON translation69b63942ef8bbs_media_attributes.objecttype = : translation69b63942ef8bbs_media_attributes 
  AND translation69b63942ef8bbs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ef8bbs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef8bdfallbacks_media_attributes ON translation69b63942ef8bdfallbacks_media_attributes.objecttype = : translation69b63942ef8bdfallbacks_media_attributes 
  AND translation69b63942ef8bdfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942ef8bdfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942ef8bfproductStream ON translation69b63942ef8bfproductStream.objecttype = : translation69b63942ef8bfproductStream 
  AND translation69b63942ef8bfproductStream.objectkey = stream.id 
  AND translation69b63942ef8bfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942ef8c0fallbackproductStream ON translation69b63942ef8c0fallbackproductStream.objecttype = : translation69b63942ef8c0fallbackproductStream 
  AND translation69b63942ef8c0fallbackproductStream.objectkey = stream.id 
  AND translation69b63942ef8c0fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942ef8b4s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942ef8b8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942ef8bbs_media_attributes" => "s_media_attributes"
  ":translation69b63942ef8bdfallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942ef8bfproductStream" => "productStream"
  ":translation69b63942ef8c0fallbackproductStream" => "productStream"
  ":translation69b63942ef8c2category" => "category"
  ":translation69b63942ef8c4fallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 72
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 73
  1 => DateTime @1773549890 {#2450
    date: 2026-03-15 05:44:50.982636 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2450}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942f00d6s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f00dafallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f00dds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f00dffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f00e1productStream.objectdata as __stream_translation, 
  translation69b63942f00e3fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f00e4category.objectdata as __category_translation, 
  translation69b63942f00e6fallbackcategory.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 translation69b63942f00e4category ON translation69b63942f00e4category.objecttype = : translation69b63942f00e4category 
  AND translation69b63942f00e4category.objectkey = category.id 
  AND translation69b63942f00e4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f00e6fallbackcategory ON translation69b63942f00e6fallbackcategory.objecttype = : translation69b63942f00e6fallbackcategory 
  AND translation69b63942f00e6fallbackcategory.objectkey = category.id 
  AND translation69b63942f00e6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f00d6s_categories_attributes ON translation69b63942f00d6s_categories_attributes.objecttype = : translation69b63942f00d6s_categories_attributes 
  AND translation69b63942f00d6s_categories_attributes.objectkey = category.id 
  AND translation69b63942f00d6s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f00dafallbacks_categories_attributes ON translation69b63942f00dafallbacks_categories_attributes.objecttype = : translation69b63942f00dafallbacks_categories_attributes 
  AND translation69b63942f00dafallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f00dafallbacks_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 translation69b63942f00dds_media_attributes ON translation69b63942f00dds_media_attributes.objecttype = : translation69b63942f00dds_media_attributes 
  AND translation69b63942f00dds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f00dds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f00dffallbacks_media_attributes ON translation69b63942f00dffallbacks_media_attributes.objecttype = : translation69b63942f00dffallbacks_media_attributes 
  AND translation69b63942f00dffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f00dffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f00e1productStream ON translation69b63942f00e1productStream.objecttype = : translation69b63942f00e1productStream 
  AND translation69b63942f00e1productStream.objectkey = stream.id 
  AND translation69b63942f00e1productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f00e3fallbackproductStream ON translation69b63942f00e3fallbackproductStream.objecttype = : translation69b63942f00e3fallbackproductStream 
  AND translation69b63942f00e3fallbackproductStream.objectkey = stream.id 
  AND translation69b63942f00e3fallbackproductStream.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:1 [
    0 => 23
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f00d6s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f00dafallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f00dds_media_attributes" => "s_media_attributes"
  ":translation69b63942f00dffallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f00e1productStream" => "productStream"
  ":translation69b63942f00e3fallbackproductStream" => "productStream"
  ":translation69b63942f00e4category" => "category"
  ":translation69b63942f00e6fallbackcategory" => "category"
]
0.0014 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, 
  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, 
  translation69b63942f06f0s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f06f6fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f06fbs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f06fffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f0703productStream.objectdata as __stream_translation, 
  translation69b63942f0707fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f070ccategory.objectdata as __category_translation, 
  translation69b63942f070ffallbackcategory.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 translation69b63942f070ccategory ON translation69b63942f070ccategory.objecttype = : translation69b63942f070ccategory 
  AND translation69b63942f070ccategory.objectkey = category.id 
  AND translation69b63942f070ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f070ffallbackcategory ON translation69b63942f070ffallbackcategory.objecttype = : translation69b63942f070ffallbackcategory 
  AND translation69b63942f070ffallbackcategory.objectkey = category.id 
  AND translation69b63942f070ffallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f06f0s_categories_attributes ON translation69b63942f06f0s_categories_attributes.objecttype = : translation69b63942f06f0s_categories_attributes 
  AND translation69b63942f06f0s_categories_attributes.objectkey = category.id 
  AND translation69b63942f06f0s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f06f6fallbacks_categories_attributes ON translation69b63942f06f6fallbacks_categories_attributes.objecttype = : translation69b63942f06f6fallbacks_categories_attributes 
  AND translation69b63942f06f6fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f06f6fallbacks_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 translation69b63942f06fbs_media_attributes ON translation69b63942f06fbs_media_attributes.objecttype = : translation69b63942f06fbs_media_attributes 
  AND translation69b63942f06fbs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f06fbs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f06fffallbacks_media_attributes ON translation69b63942f06fffallbacks_media_attributes.objecttype = : translation69b63942f06fffallbacks_media_attributes 
  AND translation69b63942f06fffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f06fffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f0703productStream ON translation69b63942f0703productStream.objecttype = : translation69b63942f0703productStream 
  AND translation69b63942f0703productStream.objectkey = stream.id 
  AND translation69b63942f0703productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f0707fallbackproductStream ON translation69b63942f0707fallbackproductStream.objecttype = : translation69b63942f0707fallbackproductStream 
  AND translation69b63942f0707fallbackproductStream.objectkey = stream.id 
  AND translation69b63942f0707fallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f06f0s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f06f6fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f06fbs_media_attributes" => "s_media_attributes"
  ":translation69b63942f06fffallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f0703productStream" => "productStream"
  ":translation69b63942f0707fallbackproductStream" => "productStream"
  ":translation69b63942f070ccategory" => "category"
  ":translation69b63942f070ffallbackcategory" => "category"
]
0.0013 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, 
  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, 
  translation69b63942f0c9es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f0ca2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f0ca5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f0ca6fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f0ca8productStream.objectdata as __stream_translation, 
  translation69b63942f0caafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f0caccategory.objectdata as __category_translation, 
  translation69b63942f0cadfallbackcategory.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 translation69b63942f0caccategory ON translation69b63942f0caccategory.objecttype = : translation69b63942f0caccategory 
  AND translation69b63942f0caccategory.objectkey = category.id 
  AND translation69b63942f0caccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f0cadfallbackcategory ON translation69b63942f0cadfallbackcategory.objecttype = : translation69b63942f0cadfallbackcategory 
  AND translation69b63942f0cadfallbackcategory.objectkey = category.id 
  AND translation69b63942f0cadfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f0c9es_categories_attributes ON translation69b63942f0c9es_categories_attributes.objecttype = : translation69b63942f0c9es_categories_attributes 
  AND translation69b63942f0c9es_categories_attributes.objectkey = category.id 
  AND translation69b63942f0c9es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f0ca2fallbacks_categories_attributes ON translation69b63942f0ca2fallbacks_categories_attributes.objecttype = : translation69b63942f0ca2fallbacks_categories_attributes 
  AND translation69b63942f0ca2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f0ca2fallbacks_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 translation69b63942f0ca5s_media_attributes ON translation69b63942f0ca5s_media_attributes.objecttype = : translation69b63942f0ca5s_media_attributes 
  AND translation69b63942f0ca5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f0ca5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f0ca6fallbacks_media_attributes ON translation69b63942f0ca6fallbacks_media_attributes.objecttype = : translation69b63942f0ca6fallbacks_media_attributes 
  AND translation69b63942f0ca6fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f0ca6fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f0ca8productStream ON translation69b63942f0ca8productStream.objecttype = : translation69b63942f0ca8productStream 
  AND translation69b63942f0ca8productStream.objectkey = stream.id 
  AND translation69b63942f0ca8productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f0caafallbackproductStream ON translation69b63942f0caafallbackproductStream.objecttype = : translation69b63942f0caafallbackproductStream 
  AND translation69b63942f0caafallbackproductStream.objectkey = stream.id 
  AND translation69b63942f0caafallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f0c9es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f0ca2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f0ca5s_media_attributes" => "s_media_attributes"
  ":translation69b63942f0ca6fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f0ca8productStream" => "productStream"
  ":translation69b63942f0caafallbackproductStream" => "productStream"
  ":translation69b63942f0caccategory" => "category"
  ":translation69b63942f0cadfallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 73
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 74
  1 => DateTime @1773549890 {#2451
    date: 2026-03-15 05:44:50.987730 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2451}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942f14a8s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f14abfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f14aes_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f14b0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f14b2productStream.objectdata as __stream_translation, 
  translation69b63942f14b4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f14b6category.objectdata as __category_translation, 
  translation69b63942f14b7fallbackcategory.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 translation69b63942f14b6category ON translation69b63942f14b6category.objecttype = : translation69b63942f14b6category 
  AND translation69b63942f14b6category.objectkey = category.id 
  AND translation69b63942f14b6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f14b7fallbackcategory ON translation69b63942f14b7fallbackcategory.objecttype = : translation69b63942f14b7fallbackcategory 
  AND translation69b63942f14b7fallbackcategory.objectkey = category.id 
  AND translation69b63942f14b7fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f14a8s_categories_attributes ON translation69b63942f14a8s_categories_attributes.objecttype = : translation69b63942f14a8s_categories_attributes 
  AND translation69b63942f14a8s_categories_attributes.objectkey = category.id 
  AND translation69b63942f14a8s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f14abfallbacks_categories_attributes ON translation69b63942f14abfallbacks_categories_attributes.objecttype = : translation69b63942f14abfallbacks_categories_attributes 
  AND translation69b63942f14abfallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f14abfallbacks_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 translation69b63942f14aes_media_attributes ON translation69b63942f14aes_media_attributes.objecttype = : translation69b63942f14aes_media_attributes 
  AND translation69b63942f14aes_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f14aes_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f14b0fallbacks_media_attributes ON translation69b63942f14b0fallbacks_media_attributes.objecttype = : translation69b63942f14b0fallbacks_media_attributes 
  AND translation69b63942f14b0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f14b0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f14b2productStream ON translation69b63942f14b2productStream.objecttype = : translation69b63942f14b2productStream 
  AND translation69b63942f14b2productStream.objectkey = stream.id 
  AND translation69b63942f14b2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f14b4fallbackproductStream ON translation69b63942f14b4fallbackproductStream.objecttype = : translation69b63942f14b4fallbackproductStream 
  AND translation69b63942f14b4fallbackproductStream.objectkey = stream.id 
  AND translation69b63942f14b4fallbackproductStream.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:1 [
    0 => 24
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f14a8s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f14abfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f14aes_media_attributes" => "s_media_attributes"
  ":translation69b63942f14b0fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f14b2productStream" => "productStream"
  ":translation69b63942f14b4fallbackproductStream" => "productStream"
  ":translation69b63942f14b6category" => "category"
  ":translation69b63942f14b7fallbackcategory" => "category"
]
0.0013 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, 
  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, 
  translation69b63942f1a41s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f1a44fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f1a47s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f1a49fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f1a4bproductStream.objectdata as __stream_translation, 
  translation69b63942f1a4cfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f1a4ecategory.objectdata as __category_translation, 
  translation69b63942f1a50fallbackcategory.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 translation69b63942f1a4ecategory ON translation69b63942f1a4ecategory.objecttype = : translation69b63942f1a4ecategory 
  AND translation69b63942f1a4ecategory.objectkey = category.id 
  AND translation69b63942f1a4ecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1a50fallbackcategory ON translation69b63942f1a50fallbackcategory.objecttype = : translation69b63942f1a50fallbackcategory 
  AND translation69b63942f1a50fallbackcategory.objectkey = category.id 
  AND translation69b63942f1a50fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f1a41s_categories_attributes ON translation69b63942f1a41s_categories_attributes.objecttype = : translation69b63942f1a41s_categories_attributes 
  AND translation69b63942f1a41s_categories_attributes.objectkey = category.id 
  AND translation69b63942f1a41s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1a44fallbacks_categories_attributes ON translation69b63942f1a44fallbacks_categories_attributes.objecttype = : translation69b63942f1a44fallbacks_categories_attributes 
  AND translation69b63942f1a44fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f1a44fallbacks_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 translation69b63942f1a47s_media_attributes ON translation69b63942f1a47s_media_attributes.objecttype = : translation69b63942f1a47s_media_attributes 
  AND translation69b63942f1a47s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f1a47s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1a49fallbacks_media_attributes ON translation69b63942f1a49fallbacks_media_attributes.objecttype = : translation69b63942f1a49fallbacks_media_attributes 
  AND translation69b63942f1a49fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f1a49fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f1a4bproductStream ON translation69b63942f1a4bproductStream.objecttype = : translation69b63942f1a4bproductStream 
  AND translation69b63942f1a4bproductStream.objectkey = stream.id 
  AND translation69b63942f1a4bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1a4cfallbackproductStream ON translation69b63942f1a4cfallbackproductStream.objecttype = : translation69b63942f1a4cfallbackproductStream 
  AND translation69b63942f1a4cfallbackproductStream.objectkey = stream.id 
  AND translation69b63942f1a4cfallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f1a41s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f1a44fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f1a47s_media_attributes" => "s_media_attributes"
  ":translation69b63942f1a49fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f1a4bproductStream" => "productStream"
  ":translation69b63942f1a4cfallbackproductStream" => "productStream"
  ":translation69b63942f1a4ecategory" => "category"
  ":translation69b63942f1a50fallbackcategory" => "category"
]
0.0012 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, 
  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, 
  translation69b63942f1fdbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f1fe0fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f1fe5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f1fe9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f1feeproductStream.objectdata as __stream_translation, 
  translation69b63942f1ff2fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f1ff6category.objectdata as __category_translation, 
  translation69b63942f1ffafallbackcategory.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 translation69b63942f1ff6category ON translation69b63942f1ff6category.objecttype = : translation69b63942f1ff6category 
  AND translation69b63942f1ff6category.objectkey = category.id 
  AND translation69b63942f1ff6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1ffafallbackcategory ON translation69b63942f1ffafallbackcategory.objecttype = : translation69b63942f1ffafallbackcategory 
  AND translation69b63942f1ffafallbackcategory.objectkey = category.id 
  AND translation69b63942f1ffafallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f1fdbs_categories_attributes ON translation69b63942f1fdbs_categories_attributes.objecttype = : translation69b63942f1fdbs_categories_attributes 
  AND translation69b63942f1fdbs_categories_attributes.objectkey = category.id 
  AND translation69b63942f1fdbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1fe0fallbacks_categories_attributes ON translation69b63942f1fe0fallbacks_categories_attributes.objecttype = : translation69b63942f1fe0fallbacks_categories_attributes 
  AND translation69b63942f1fe0fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f1fe0fallbacks_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 translation69b63942f1fe5s_media_attributes ON translation69b63942f1fe5s_media_attributes.objecttype = : translation69b63942f1fe5s_media_attributes 
  AND translation69b63942f1fe5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f1fe5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1fe9fallbacks_media_attributes ON translation69b63942f1fe9fallbacks_media_attributes.objecttype = : translation69b63942f1fe9fallbacks_media_attributes 
  AND translation69b63942f1fe9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f1fe9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f1feeproductStream ON translation69b63942f1feeproductStream.objecttype = : translation69b63942f1feeproductStream 
  AND translation69b63942f1feeproductStream.objectkey = stream.id 
  AND translation69b63942f1feeproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f1ff2fallbackproductStream ON translation69b63942f1ff2fallbackproductStream.objecttype = : translation69b63942f1ff2fallbackproductStream 
  AND translation69b63942f1ff2fallbackproductStream.objectkey = stream.id 
  AND translation69b63942f1ff2fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f1fdbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f1fe0fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f1fe5s_media_attributes" => "s_media_attributes"
  ":translation69b63942f1fe9fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f1feeproductStream" => "productStream"
  ":translation69b63942f1ff2fallbackproductStream" => "productStream"
  ":translation69b63942f1ff6category" => "category"
  ":translation69b63942f1ffafallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 74
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 75
  1 => DateTime @1773549890 {#2452
    date: 2026-03-15 05:44:50.992718 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2452}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63942f2822s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f2825fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f2828s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f282afallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f282cproductStream.objectdata as __stream_translation, 
  translation69b63942f282efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f2830category.objectdata as __category_translation, 
  translation69b63942f2831fallbackcategory.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 translation69b63942f2830category ON translation69b63942f2830category.objecttype = : translation69b63942f2830category 
  AND translation69b63942f2830category.objectkey = category.id 
  AND translation69b63942f2830category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f2831fallbackcategory ON translation69b63942f2831fallbackcategory.objecttype = : translation69b63942f2831fallbackcategory 
  AND translation69b63942f2831fallbackcategory.objectkey = category.id 
  AND translation69b63942f2831fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f2822s_categories_attributes ON translation69b63942f2822s_categories_attributes.objecttype = : translation69b63942f2822s_categories_attributes 
  AND translation69b63942f2822s_categories_attributes.objectkey = category.id 
  AND translation69b63942f2822s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f2825fallbacks_categories_attributes ON translation69b63942f2825fallbacks_categories_attributes.objecttype = : translation69b63942f2825fallbacks_categories_attributes 
  AND translation69b63942f2825fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f2825fallbacks_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 translation69b63942f2828s_media_attributes ON translation69b63942f2828s_media_attributes.objecttype = : translation69b63942f2828s_media_attributes 
  AND translation69b63942f2828s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f2828s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f282afallbacks_media_attributes ON translation69b63942f282afallbacks_media_attributes.objecttype = : translation69b63942f282afallbacks_media_attributes 
  AND translation69b63942f282afallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f282afallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f282cproductStream ON translation69b63942f282cproductStream.objecttype = : translation69b63942f282cproductStream 
  AND translation69b63942f282cproductStream.objectkey = stream.id 
  AND translation69b63942f282cproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f282efallbackproductStream ON translation69b63942f282efallbackproductStream.objecttype = : translation69b63942f282efallbackproductStream 
  AND translation69b63942f282efallbackproductStream.objectkey = stream.id 
  AND translation69b63942f282efallbackproductStream.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:1 [
    0 => 24
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f2822s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f2825fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f2828s_media_attributes" => "s_media_attributes"
  ":translation69b63942f282afallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f282cproductStream" => "productStream"
  ":translation69b63942f282efallbackproductStream" => "productStream"
  ":translation69b63942f2830category" => "category"
  ":translation69b63942f2831fallbackcategory" => "category"
]
0.0013 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, 
  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, 
  translation69b63942f2dc1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f2dc5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f2dc7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f2dc9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f2dcbproductStream.objectdata as __stream_translation, 
  translation69b63942f2dcdfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f2dcfcategory.objectdata as __category_translation, 
  translation69b63942f2dd1fallbackcategory.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 translation69b63942f2dcfcategory ON translation69b63942f2dcfcategory.objecttype = : translation69b63942f2dcfcategory 
  AND translation69b63942f2dcfcategory.objectkey = category.id 
  AND translation69b63942f2dcfcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f2dd1fallbackcategory ON translation69b63942f2dd1fallbackcategory.objecttype = : translation69b63942f2dd1fallbackcategory 
  AND translation69b63942f2dd1fallbackcategory.objectkey = category.id 
  AND translation69b63942f2dd1fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f2dc1s_categories_attributes ON translation69b63942f2dc1s_categories_attributes.objecttype = : translation69b63942f2dc1s_categories_attributes 
  AND translation69b63942f2dc1s_categories_attributes.objectkey = category.id 
  AND translation69b63942f2dc1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f2dc5fallbacks_categories_attributes ON translation69b63942f2dc5fallbacks_categories_attributes.objecttype = : translation69b63942f2dc5fallbacks_categories_attributes 
  AND translation69b63942f2dc5fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f2dc5fallbacks_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 translation69b63942f2dc7s_media_attributes ON translation69b63942f2dc7s_media_attributes.objecttype = : translation69b63942f2dc7s_media_attributes 
  AND translation69b63942f2dc7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f2dc7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f2dc9fallbacks_media_attributes ON translation69b63942f2dc9fallbacks_media_attributes.objecttype = : translation69b63942f2dc9fallbacks_media_attributes 
  AND translation69b63942f2dc9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f2dc9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f2dcbproductStream ON translation69b63942f2dcbproductStream.objecttype = : translation69b63942f2dcbproductStream 
  AND translation69b63942f2dcbproductStream.objectkey = stream.id 
  AND translation69b63942f2dcbproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f2dcdfallbackproductStream ON translation69b63942f2dcdfallbackproductStream.objecttype = : translation69b63942f2dcdfallbackproductStream 
  AND translation69b63942f2dcdfallbackproductStream.objectkey = stream.id 
  AND translation69b63942f2dcdfallbackproductStream.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:1 [
    0 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f2dc1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f2dc5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f2dc7s_media_attributes" => "s_media_attributes"
  ":translation69b63942f2dc9fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f2dcbproductStream" => "productStream"
  ":translation69b63942f2dcdfallbackproductStream" => "productStream"
  ":translation69b63942f2dcfcategory" => "category"
  ":translation69b63942f2dd1fallbackcategory" => "category"
]
0.0012 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, 
  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, 
  translation69b63942f334ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63942f3351fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63942f3354s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63942f3356fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63942f3358productStream.objectdata as __stream_translation, 
  translation69b63942f3359fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63942f335bcategory.objectdata as __category_translation, 
  translation69b63942f335dfallbackcategory.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 translation69b63942f335bcategory ON translation69b63942f335bcategory.objecttype = : translation69b63942f335bcategory 
  AND translation69b63942f335bcategory.objectkey = category.id 
  AND translation69b63942f335bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f335dfallbackcategory ON translation69b63942f335dfallbackcategory.objecttype = : translation69b63942f335dfallbackcategory 
  AND translation69b63942f335dfallbackcategory.objectkey = category.id 
  AND translation69b63942f335dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63942f334ds_categories_attributes ON translation69b63942f334ds_categories_attributes.objecttype = : translation69b63942f334ds_categories_attributes 
  AND translation69b63942f334ds_categories_attributes.objectkey = category.id 
  AND translation69b63942f334ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f3351fallbacks_categories_attributes ON translation69b63942f3351fallbacks_categories_attributes.objecttype = : translation69b63942f3351fallbacks_categories_attributes 
  AND translation69b63942f3351fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63942f3351fallbacks_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 translation69b63942f3354s_media_attributes ON translation69b63942f3354s_media_attributes.objecttype = : translation69b63942f3354s_media_attributes 
  AND translation69b63942f3354s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f3354s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f3356fallbacks_media_attributes ON translation69b63942f3356fallbacks_media_attributes.objecttype = : translation69b63942f3356fallbacks_media_attributes 
  AND translation69b63942f3356fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63942f3356fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63942f3358productStream ON translation69b63942f3358productStream.objecttype = : translation69b63942f3358productStream 
  AND translation69b63942f3358productStream.objectkey = stream.id 
  AND translation69b63942f3358productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63942f3359fallbackproductStream ON translation69b63942f3359fallbackproductStream.objecttype = : translation69b63942f3359fallbackproductStream 
  AND translation69b63942f3359fallbackproductStream.objectkey = stream.id 
  AND translation69b63942f3359fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63942f334ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63942f3351fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63942f3354s_media_attributes" => "s_media_attributes"
  ":translation69b63942f3356fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63942f3358productStream" => "productStream"
  ":translation69b63942f3359fallbackproductStream" => "productStream"
  ":translation69b63942f335bcategory" => "category"
  ":translation69b63942f335dfallbackcategory" => "category"
]
0.0011 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 75
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 76
  1 => DateTime @1773549890 {#2453
    date: 2026-03-15 05:44:50.997576 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2453}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 76
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 77
  1 => DateTime @1773549890 {#2454
    date: 2026-03-15 05:44:50.998269 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2454}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 77
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 78
  1 => DateTime @1773549890 {#2455
    date: 2026-03-15 05:44:50.998934 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2455}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 78
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 79
  1 => DateTime @1773549890 {#2456
    date: 2026-03-15 05:44:50.999585 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549890 {#2456}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 79
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 80
  1 => DateTime @1773549891 {#2457
    date: 2026-03-15 05:44:51.000242 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2457}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b6394300342s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b6394300346fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b6394300348s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b639430034afallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b639430034cproductStream.objectdata as __stream_translation, 
  translation69b6394300351fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b6394300353category.objectdata as __category_translation, 
  translation69b6394300355fallbackcategory.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 translation69b6394300353category ON translation69b6394300353category.objecttype = : translation69b6394300353category 
  AND translation69b6394300353category.objectkey = category.id 
  AND translation69b6394300353category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394300355fallbackcategory ON translation69b6394300355fallbackcategory.objecttype = : translation69b6394300355fallbackcategory 
  AND translation69b6394300355fallbackcategory.objectkey = category.id 
  AND translation69b6394300355fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b6394300342s_categories_attributes ON translation69b6394300342s_categories_attributes.objecttype = : translation69b6394300342s_categories_attributes 
  AND translation69b6394300342s_categories_attributes.objectkey = category.id 
  AND translation69b6394300342s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394300346fallbacks_categories_attributes ON translation69b6394300346fallbacks_categories_attributes.objecttype = : translation69b6394300346fallbacks_categories_attributes 
  AND translation69b6394300346fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b6394300346fallbacks_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 translation69b6394300348s_media_attributes ON translation69b6394300348s_media_attributes.objecttype = : translation69b6394300348s_media_attributes 
  AND translation69b6394300348s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b6394300348s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b639430034afallbacks_media_attributes ON translation69b639430034afallbacks_media_attributes.objecttype = : translation69b639430034afallbacks_media_attributes 
  AND translation69b639430034afallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b639430034afallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b639430034cproductStream ON translation69b639430034cproductStream.objecttype = : translation69b639430034cproductStream 
  AND translation69b639430034cproductStream.objectkey = stream.id 
  AND translation69b639430034cproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394300351fallbackproductStream ON translation69b6394300351fallbackproductStream.objecttype = : translation69b6394300351fallbackproductStream 
  AND translation69b6394300351fallbackproductStream.objectkey = stream.id 
  AND translation69b6394300351fallbackproductStream.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:1 [
    0 => 21
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b6394300342s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b6394300346fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b6394300348s_media_attributes" => "s_media_attributes"
  ":translation69b639430034afallbacks_media_attributes" => "s_media_attributes"
  ":translation69b639430034cproductStream" => "productStream"
  ":translation69b6394300351fallbackproductStream" => "productStream"
  ":translation69b6394300353category" => "category"
  ":translation69b6394300355fallbackcategory" => "category"
]
0.0012 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, 
  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, 
  translation69b63943008dbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63943008dffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63943008e2s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63943008e4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63943008e6productStream.objectdata as __stream_translation, 
  translation69b63943008e8fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63943008e9category.objectdata as __category_translation, 
  translation69b63943008ebfallbackcategory.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 translation69b63943008e9category ON translation69b63943008e9category.objecttype = : translation69b63943008e9category 
  AND translation69b63943008e9category.objectkey = category.id 
  AND translation69b63943008e9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943008ebfallbackcategory ON translation69b63943008ebfallbackcategory.objecttype = : translation69b63943008ebfallbackcategory 
  AND translation69b63943008ebfallbackcategory.objectkey = category.id 
  AND translation69b63943008ebfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63943008dbs_categories_attributes ON translation69b63943008dbs_categories_attributes.objecttype = : translation69b63943008dbs_categories_attributes 
  AND translation69b63943008dbs_categories_attributes.objectkey = category.id 
  AND translation69b63943008dbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943008dffallbacks_categories_attributes ON translation69b63943008dffallbacks_categories_attributes.objecttype = : translation69b63943008dffallbacks_categories_attributes 
  AND translation69b63943008dffallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63943008dffallbacks_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 translation69b63943008e2s_media_attributes ON translation69b63943008e2s_media_attributes.objecttype = : translation69b63943008e2s_media_attributes 
  AND translation69b63943008e2s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63943008e2s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943008e4fallbacks_media_attributes ON translation69b63943008e4fallbacks_media_attributes.objecttype = : translation69b63943008e4fallbacks_media_attributes 
  AND translation69b63943008e4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63943008e4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63943008e6productStream ON translation69b63943008e6productStream.objecttype = : translation69b63943008e6productStream 
  AND translation69b63943008e6productStream.objectkey = stream.id 
  AND translation69b63943008e6productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943008e8fallbackproductStream ON translation69b63943008e8fallbackproductStream.objecttype = : translation69b63943008e8fallbackproductStream 
  AND translation69b63943008e8fallbackproductStream.objectkey = stream.id 
  AND translation69b63943008e8fallbackproductStream.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:1 [
    0 => 10
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63943008dbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63943008dffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63943008e2s_media_attributes" => "s_media_attributes"
  ":translation69b63943008e4fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63943008e6productStream" => "productStream"
  ":translation69b63943008e8fallbackproductStream" => "productStream"
  ":translation69b63943008e9category" => "category"
  ":translation69b63943008ebfallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 80
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 5
  1 => DateTime @1773549891 {#2458
    date: 2026-03-15 05:44:51.003752 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2458}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 5
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 7
  1 => DateTime @1773549891 {#2459
    date: 2026-03-15 05:44:51.004473 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2459}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 7
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 8
  1 => DateTime @1773549891 {#2460
    date: 2026-03-15 05:44:51.005152 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2460}
]
0.0007 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 8
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 9
  1 => DateTime @1773549891 {#2461
    date: 2026-03-15 05:44:51.006323 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2461}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 9
]
0.0002 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 10
  1 => DateTime @1773549891 {#2462
    date: 2026-03-15 05:44:51.007033 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2462}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 10
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 11
  1 => DateTime @1773549891 {#2463
    date: 2026-03-15 05:44:51.007699 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2463}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 11
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 81
  1 => DateTime @1773549891 {#2464
    date: 2026-03-15 05:44:51.008359 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2464}
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b63943022fds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b6394302301fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b6394302303s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b6394302305fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b6394302307productStream.objectdata as __stream_translation, 
  translation69b6394302309fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b639430230bcategory.objectdata as __category_translation, 
  translation69b639430230cfallbackcategory.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 translation69b639430230bcategory ON translation69b639430230bcategory.objecttype = : translation69b639430230bcategory 
  AND translation69b639430230bcategory.objectkey = category.id 
  AND translation69b639430230bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b639430230cfallbackcategory ON translation69b639430230cfallbackcategory.objecttype = : translation69b639430230cfallbackcategory 
  AND translation69b639430230cfallbackcategory.objectkey = category.id 
  AND translation69b639430230cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b63943022fds_categories_attributes ON translation69b63943022fds_categories_attributes.objecttype = : translation69b63943022fds_categories_attributes 
  AND translation69b63943022fds_categories_attributes.objectkey = category.id 
  AND translation69b63943022fds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302301fallbacks_categories_attributes ON translation69b6394302301fallbacks_categories_attributes.objecttype = : translation69b6394302301fallbacks_categories_attributes 
  AND translation69b6394302301fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b6394302301fallbacks_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 translation69b6394302303s_media_attributes ON translation69b6394302303s_media_attributes.objecttype = : translation69b6394302303s_media_attributes 
  AND translation69b6394302303s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b6394302303s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302305fallbacks_media_attributes ON translation69b6394302305fallbacks_media_attributes.objecttype = : translation69b6394302305fallbacks_media_attributes 
  AND translation69b6394302305fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b6394302305fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b6394302307productStream ON translation69b6394302307productStream.objecttype = : translation69b6394302307productStream 
  AND translation69b6394302307productStream.objectkey = stream.id 
  AND translation69b6394302307productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302309fallbackproductStream ON translation69b6394302309fallbackproductStream.objecttype = : translation69b6394302309fallbackproductStream 
  AND translation69b6394302309fallbackproductStream.objectkey = stream.id 
  AND translation69b6394302309fallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b63943022fds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b6394302301fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b6394302303s_media_attributes" => "s_media_attributes"
  ":translation69b6394302305fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b6394302307productStream" => "productStream"
  ":translation69b6394302309fallbackproductStream" => "productStream"
  ":translation69b639430230bcategory" => "category"
  ":translation69b639430230cfallbackcategory" => "category"
]
0.0012 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 81
]
0.0001 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_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 12
  1 => DateTime @1773549891 {#2465
    date: 2026-03-15 05:44:51.010463 Europe/Berlin (+01:00)
  }
  2 => DateTime @1773549891 {#2465}
]
0.0004 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, 
  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, 
  translation69b6394302b84s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b6394302b89fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b6394302b8es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b6394302b92fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b6394302b97productStream.objectdata as __stream_translation, 
  translation69b6394302b9bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b6394302b9fcategory.objectdata as __category_translation, 
  translation69b6394302ba3fallbackcategory.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 translation69b6394302b9fcategory ON translation69b6394302b9fcategory.objecttype = : translation69b6394302b9fcategory 
  AND translation69b6394302b9fcategory.objectkey = category.id 
  AND translation69b6394302b9fcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302ba3fallbackcategory ON translation69b6394302ba3fallbackcategory.objecttype = : translation69b6394302ba3fallbackcategory 
  AND translation69b6394302ba3fallbackcategory.objectkey = category.id 
  AND translation69b6394302ba3fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b6394302b84s_categories_attributes ON translation69b6394302b84s_categories_attributes.objecttype = : translation69b6394302b84s_categories_attributes 
  AND translation69b6394302b84s_categories_attributes.objectkey = category.id 
  AND translation69b6394302b84s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302b89fallbacks_categories_attributes ON translation69b6394302b89fallbacks_categories_attributes.objecttype = : translation69b6394302b89fallbacks_categories_attributes 
  AND translation69b6394302b89fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b6394302b89fallbacks_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 translation69b6394302b8es_media_attributes ON translation69b6394302b8es_media_attributes.objecttype = : translation69b6394302b8es_media_attributes 
  AND translation69b6394302b8es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b6394302b8es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302b92fallbacks_media_attributes ON translation69b6394302b92fallbacks_media_attributes.objecttype = : translation69b6394302b92fallbacks_media_attributes 
  AND translation69b6394302b92fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b6394302b92fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b6394302b97productStream ON translation69b6394302b97productStream.objecttype = : translation69b6394302b97productStream 
  AND translation69b6394302b97productStream.objectkey = stream.id 
  AND translation69b6394302b97productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b6394302b9bfallbackproductStream ON translation69b6394302b9bfallbackproductStream.objecttype = : translation69b6394302b9bfallbackproductStream 
  AND translation69b6394302b9bfallbackproductStream.objectkey = stream.id 
  AND translation69b6394302b9bfallbackproductStream.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:1 [
    0 => 3
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b6394302b84s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b6394302b89fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b6394302b8es_media_attributes" => "s_media_attributes"
  ":translation69b6394302b92fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b6394302b97productStream" => "productStream"
  ":translation69b6394302b9bfallbackproductStream" => "productStream"
  ":translation69b6394302b9fcategory" => "category"
  ":translation69b6394302ba3fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 12
]
0.0001 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
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 
  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" => 1
  ":ids" => array:3 [
    0 => 24
    1 => 23
    2 => 22
  ]
]
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" => 1
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.id AS id_15, 
  s0_.main_id AS main_id_16, 
  s0_.category_id AS category_id_17, 
  s0_.name AS name_18, 
  s0_.title AS title_19, 
  s0_.position AS position_20, 
  s0_.host AS host_21, 
  s0_.base_path AS base_path_22, 
  s0_.base_url AS base_url_23, 
  s0_.hosts AS hosts_24, 
  s0_.secure AS secure_25, 
  s0_.template_id AS template_id_26, 
  s0_.`default` AS default_27, 
  s0_.active AS active_28, 
  s0_.customer_scope AS customer_scope_29, 
  s1_.id AS id_30, 
  s1_.main_id AS main_id_31, 
  s1_.category_id AS category_id_32, 
  s1_.name AS name_33, 
  s1_.title AS title_34, 
  s1_.position AS position_35, 
  s1_.host AS host_36, 
  s1_.base_path AS base_path_37, 
  s1_.base_url AS base_url_38, 
  s1_.hosts AS hosts_39, 
  s1_.secure AS secure_40, 
  s1_.template_id AS template_id_41, 
  s1_.`default` AS default_42, 
  s1_.active AS active_43, 
  s1_.customer_scope AS customer_scope_44, 
  s2_.id AS id_45, 
  s2_.locale AS locale_46, 
  s2_.language AS language_47, 
  s2_.territory AS territory_48, 
  s3_.id AS id_49, 
  s3_.currency AS currency_50, 
  s3_.name AS name_51, 
  s3_.standard AS standard_52, 
  s3_.factor AS factor_53, 
  s3_.templatechar AS templatechar_54, 
  s3_.symbol_position AS symbol_position_55, 
  s3_.position AS position_56, 
  s4_.id AS id_57, 
  s4_.template AS template_58, 
  s4_.name AS name_59, 
  s4_.description AS description_60, 
  s4_.author AS author_61, 
  s4_.license AS license_62, 
  s4_.esi AS esi_63, 
  s4_.style_support AS style_support_64, 
  s4_.emotion AS emotion_65, 
  s4_.version AS version_66, 
  s4_.plugin_id AS plugin_id_67, 
  s4_.parent_id AS parent_id_68, 
  s5_.id AS id_69, 
  s5_.template AS template_70, 
  s5_.name AS name_71, 
  s5_.description AS description_72, 
  s5_.author AS author_73, 
  s5_.license AS license_74, 
  s5_.esi AS esi_75, 
  s5_.style_support AS style_support_76, 
  s5_.emotion AS emotion_77, 
  s5_.version AS version_78, 
  s5_.plugin_id AS plugin_id_79, 
  s5_.parent_id AS parent_id_80, 
  s6_.id AS id_81, 
  s6_.currency AS currency_82, 
  s6_.name AS name_83, 
  s6_.standard AS standard_84, 
  s6_.factor AS factor_85, 
  s6_.templatechar AS templatechar_86, 
  s6_.symbol_position AS symbol_position_87, 
  s6_.position AS position_88, 
  s7_.id AS id_89, 
  s7_.groupkey AS groupkey_90, 
  s7_.description AS description_91, 
  s7_.tax AS tax_92, 
  s7_.taxinput AS taxinput_93, 
  s7_.mode AS mode_94, 
  s7_.discount AS discount_95, 
  s7_.minimumorder AS minimumorder_96, 
  s7_.minimumordersurcharge AS minimumordersurcharge_97, 
  s8_.id AS id_98, 
  s8_.template AS template_99, 
  s8_.name AS name_100, 
  s8_.description AS description_101, 
  s8_.author AS author_102, 
  s8_.license AS license_103, 
  s8_.esi AS esi_104, 
  s8_.style_support AS style_support_105, 
  s8_.emotion AS emotion_106, 
  s8_.version AS version_107, 
  s8_.plugin_id AS plugin_id_108, 
  s8_.parent_id AS parent_id_109, 
  s0_.main_id AS main_id_110, 
  s0_.template_id AS template_id_111, 
  s0_.document_template_id AS document_template_id_112, 
  s0_.category_id AS category_id_113, 
  s0_.locale_id AS locale_id_114, 
  s0_.currency_id AS currency_id_115, 
  s0_.customer_group_id AS customer_group_id_116, 
  s0_.fallback_id AS fallback_id_117, 
  s1_.main_id AS main_id_118, 
  s1_.template_id AS template_id_119, 
  s1_.document_template_id AS document_template_id_120, 
  s1_.category_id AS category_id_121, 
  s1_.locale_id AS locale_id_122, 
  s1_.currency_id AS currency_id_123, 
  s1_.customer_group_id AS customer_group_id_124, 
  s1_.fallback_id AS fallback_id_125, 
  s4_.parent_id AS parent_id_126, 
  s4_.plugin_id AS plugin_id_127, 
  s5_.parent_id AS parent_id_128, 
  s5_.plugin_id AS plugin_id_129, 
  s8_.parent_id AS parent_id_130, 
  s8_.plugin_id AS plugin_id_131 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_shops s1_ ON s0_.main_id = s1_.id 
  LEFT JOIN s_core_locales s2_ ON s0_.locale_id = s2_.id 
  LEFT JOIN s_core_currencies s3_ ON s0_.currency_id = s3_.id 
  LEFT JOIN s_core_templates s4_ ON s0_.template_id = s4_.id 
  LEFT JOIN s_core_templates s5_ ON s0_.document_template_id = s5_.id 
  LEFT JOIN s_core_shop_currencies s9_ ON s0_.id = s9_.shop_id 
  LEFT JOIN s_core_currencies s6_ ON s6_.id = s9_.currency_id 
  LEFT JOIN s_core_customergroups s7_ ON s0_.customer_group_id = s7_.id 
  LEFT JOIN s_core_templates s8_ ON s1_.template_id = s8_.id 
  LEFT JOIN s_core_shop_currencies s11_ ON s1_.id = s11_.shop_id 
  LEFT JOIN s_core_currencies s10_ ON s10_.id = s11_.currency_id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s0_.main_id ASC, 
  s0_.position ASC, 
  s6_.position ASC, 
  s6_.id ASC
array:1 [
  0 => 1
]
0.0002 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:1 [
    0 => "sViewport=sitemap_index.xml&sAction=index"
  ]
]
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_.main_id AS main_id_31, 
  s1_.category_id AS category_id_32, 
  s1_.name AS name_33, 
  s1_.title AS title_34, 
  s1_.position AS position_35, 
  s1_.host AS host_36, 
  s1_.base_path AS base_path_37, 
  s1_.base_url AS base_url_38, 
  s1_.hosts AS hosts_39, 
  s1_.secure AS secure_40, 
  s1_.template_id AS template_id_41, 
  s1_.`default` AS default_42, 
  s1_.active AS active_43, 
  s1_.customer_scope AS customer_scope_44, 
  s2_.id AS id_45, 
  s2_.locale AS locale_46, 
  s2_.language AS language_47, 
  s2_.territory AS territory_48, 
  s3_.id AS id_49, 
  s3_.currency AS currency_50, 
  s3_.name AS name_51, 
  s3_.standard AS standard_52, 
  s3_.factor AS factor_53, 
  s3_.templatechar AS templatechar_54, 
  s3_.symbol_position AS symbol_position_55, 
  s3_.position AS position_56, 
  s4_.id AS id_57, 
  s4_.template AS template_58, 
  s4_.name AS name_59, 
  s4_.description AS description_60, 
  s4_.author AS author_61, 
  s4_.license AS license_62, 
  s4_.esi AS esi_63, 
  s4_.style_support AS style_support_64, 
  s4_.emotion AS emotion_65, 
  s4_.version AS version_66, 
  s4_.plugin_id AS plugin_id_67, 
  s4_.parent_id AS parent_id_68, 
  s5_.id AS id_69, 
  s5_.template AS template_70, 
  s5_.name AS name_71, 
  s5_.description AS description_72, 
  s5_.author AS author_73, 
  s5_.license AS license_74, 
  s5_.esi AS esi_75, 
  s5_.style_support AS style_support_76, 
  s5_.emotion AS emotion_77, 
  s5_.version AS version_78, 
  s5_.plugin_id AS plugin_id_79, 
  s5_.parent_id AS parent_id_80, 
  s6_.id AS id_81, 
  s6_.currency AS currency_82, 
  s6_.name AS name_83, 
  s6_.standard AS standard_84, 
  s6_.factor AS factor_85, 
  s6_.templatechar AS templatechar_86, 
  s6_.symbol_position AS symbol_position_87, 
  s6_.position AS position_88, 
  s7_.id AS id_89, 
  s7_.groupkey AS groupkey_90, 
  s7_.description AS description_91, 
  s7_.tax AS tax_92, 
  s7_.taxinput AS taxinput_93, 
  s7_.mode AS mode_94, 
  s7_.discount AS discount_95, 
  s7_.minimumorder AS minimumorder_96, 
  s7_.minimumordersurcharge AS minimumordersurcharge_97, 
  s8_.id AS id_98, 
  s8_.template AS template_99, 
  s8_.name AS name_100, 
  s8_.description AS description_101, 
  s8_.author AS author_102, 
  s8_.license AS license_103, 
  s8_.esi AS esi_104, 
  s8_.style_support AS style_support_105, 
  s8_.emotion AS emotion_106, 
  s8_.version AS version_107, 
  s8_.plugin_id AS plugin_id_108, 
  s8_.parent_id AS parent_id_109, 
  s0_.main_id AS main_id_110, 
  s0_.template_id AS template_id_111, 
  s0_.document_template_id AS document_template_id_112, 
  s0_.category_id AS category_id_113, 
  s0_.locale_id AS locale_id_114, 
  s0_.currency_id AS currency_id_115, 
  s0_.customer_group_id AS customer_group_id_116, 
  s0_.fallback_id AS fallback_id_117, 
  s1_.main_id AS main_id_118, 
  s1_.template_id AS template_id_119, 
  s1_.document_template_id AS document_template_id_120, 
  s1_.category_id AS category_id_121, 
  s1_.locale_id AS locale_id_122, 
  s1_.currency_id AS currency_id_123, 
  s1_.customer_group_id AS customer_group_id_124, 
  s1_.fallback_id AS fallback_id_125, 
  s4_.parent_id AS parent_id_126, 
  s4_.plugin_id AS plugin_id_127, 
  s5_.parent_id AS parent_id_128, 
  s5_.plugin_id AS plugin_id_129, 
  s8_.parent_id AS parent_id_130, 
  s8_.plugin_id AS plugin_id_131 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_shops s1_ ON s0_.main_id = s1_.id 
  LEFT JOIN s_core_locales s2_ ON s0_.locale_id = s2_.id 
  LEFT JOIN s_core_currencies s3_ ON s0_.currency_id = s3_.id 
  LEFT JOIN s_core_templates s4_ ON s0_.template_id = s4_.id 
  LEFT JOIN s_core_templates s5_ ON s0_.document_template_id = s5_.id 
  LEFT JOIN s_core_shop_currencies s9_ ON s0_.id = s9_.shop_id 
  LEFT JOIN s_core_currencies s6_ ON s6_.id = s9_.currency_id 
  LEFT JOIN s_core_customergroups s7_ ON s0_.customer_group_id = s7_.id 
  LEFT JOIN s_core_templates s8_ ON s1_.template_id = s8_.id 
  LEFT JOIN s_core_shop_currencies s11_ ON s1_.id = s11_.shop_id 
  LEFT JOIN s_core_currencies s10_ ON s10_.id = s11_.currency_id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s0_.main_id ASC, 
  s0_.position ASC, 
  s6_.position ASC, 
  s6_.id ASC
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 3
  ":orgPath" => array:1 [
    0 => "sViewport=sitemap_index.xml&sAction=index"
  ]
]
0.0001 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "Statistics"
  "dcValue2" => 3
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_shops coreShops ON coreConfigValues.shop_id = coreShops.main_id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (coreShops.id = : dcValue2)
array:2 [
  "dcValue1" => "Statistics"
  "dcValue2" => 3
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName2911799538
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName2911799538" => "Statistics"
  "shopId2212294583" => 1
]
0.0002 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName2911799538
array:1 [
  "pluginName2911799538" => "Statistics"
]
0.0002 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" => "%|3|%"
]
0.0003 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation69b639430799cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69b63943079a2fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69b63943079a6s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69b63943079a9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69b63943079acproductStream.objectdata as __stream_translation, 
  translation69b63943079affallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69b63943079b2category.objectdata as __category_translation, 
  translation69b63943079b4fallbackcategory.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 translation69b63943079b2category ON translation69b63943079b2category.objecttype = : translation69b63943079b2category 
  AND translation69b63943079b2category.objectkey = category.id 
  AND translation69b63943079b2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943079b4fallbackcategory ON translation69b63943079b4fallbackcategory.objecttype = : translation69b63943079b4fallbackcategory 
  AND translation69b63943079b4fallbackcategory.objectkey = category.id 
  AND translation69b63943079b4fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69b639430799cs_categories_attributes ON translation69b639430799cs_categories_attributes.objecttype = : translation69b639430799cs_categories_attributes 
  AND translation69b639430799cs_categories_attributes.objectkey = category.id 
  AND translation69b639430799cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943079a2fallbacks_categories_attributes ON translation69b63943079a2fallbacks_categories_attributes.objecttype = : translation69b63943079a2fallbacks_categories_attributes 
  AND translation69b63943079a2fallbacks_categories_attributes.objectkey = category.id 
  AND translation69b63943079a2fallbacks_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 translation69b63943079a6s_media_attributes ON translation69b63943079a6s_media_attributes.objecttype = : translation69b63943079a6s_media_attributes 
  AND translation69b63943079a6s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63943079a6s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943079a9fallbacks_media_attributes ON translation69b63943079a9fallbacks_media_attributes.objecttype = : translation69b63943079a9fallbacks_media_attributes 
  AND translation69b63943079a9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69b63943079a9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69b63943079acproductStream ON translation69b63943079acproductStream.objecttype = : translation69b63943079acproductStream 
  AND translation69b63943079acproductStream.objectkey = stream.id 
  AND translation69b63943079acproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b63943079affallbackproductStream ON translation69b63943079affallbackproductStream.objecttype = : translation69b63943079affallbackproductStream 
  AND translation69b63943079affallbackproductStream.objectkey = stream.id 
  AND translation69b63943079affallbackproductStream.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:10 [
    0 => 3
    1 => 3
    2 => 5
    3 => 7
    4 => 8
    5 => 9
    6 => 10
    7 => 11
    8 => 81
    9 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation69b639430799cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69b63943079a2fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69b63943079a6s_media_attributes" => "s_media_attributes"
  ":translation69b63943079a9fallbacks_media_attributes" => "s_media_attributes"
  ":translation69b63943079acproductStream" => "productStream"
  ":translation69b63943079affallbackproductStream" => "productStream"
  ":translation69b63943079b2category" => "category"
  ":translation69b63943079b4fallbackcategory" => "category"
]
0.0017 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:10 [
    0 => 3
    1 => 3
    2 => 5
    3 => 7
    4 => 8
    5 => 9
    6 => 10
    7 => 11
    8 => 81
    9 => 12
  ]
]
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, 
  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 => 3
  ]
]
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, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => "1"
  ]
]
0.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.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 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
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0001 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.0001 ms
SELECT 
  page.id, 
  page.description, 
  page.link, 
  page.target, 
  page.parentID, 
  groups.key as `group`, 
  mapping.key as mapping, 
  translation69b6394308818page.objectdata as __page_translation, 
  translation69b639430881dfallbackpage.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 translation69b6394308818page ON translation69b6394308818page.objecttype = : translation69b6394308818page 
  AND translation69b6394308818page.objectkey = page.id 
  AND translation69b6394308818page.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69b639430881dfallbackpage ON translation69b639430881dfallbackpage.objecttype = : translation69b639430881dfallbackpage 
  AND translation69b639430881dfallbackpage.objectkey = page.id 
  AND translation69b639430881dfallbackpage.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" => 3
  ":translation69b6394308818page" => "page"
  ":languagefallback" => 0
  ":translation69b639430881dfallbackpage" => "page"
  ":shopId" => 3
  ":staticShopId" => "%|3|%"
]
0.0034 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" => 3
  ":orgPath" => array:13 [
    39 => "sViewport=forms&sFid=9"
    21 => "sViewport=registerFC"
    26 => "sViewport=newsletter"
    37 => "sViewport=forms&sFid=8"
    43 => "sViewport=custom&sCustom=43"
    9 => "sViewport=custom&sCustom=9"
    2 => "sViewport=custom&sCustom=2"
    1 => "sViewport=forms&sFid=5"
    6 => "sViewport=custom&sCustom=6"
    41 => "sViewport=forms&sFid=10"
    8 => "sViewport=custom&sCustom=8"
    45 => "sViewport=custom&sCustom=45"
    4 => "sViewport=custom&sCustom=4"
  ]
]
0.0006 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => null
]
0.0001 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/facet_labels'
  ) 
  AND (shopID = '3') 
  AND (localeID = '2')
[]
1.5140 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.7489 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.1850 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/groups'
  ) 
  AND (shopID = '3') 
  AND (localeID = '2')
[]
0.4299 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/groups'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.0939 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/groups'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.0830 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/cookies'
  ) 
  AND (shopID = '3') 
  AND (localeID = '2')
[]
0.1340 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/cookies'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.0808 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/cookie_consent/cookies'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.0422 ms