https://titan.sw5.dev.orangebytes.de/en/account

Queries

309 Total Queries
0.0080 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.0002 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.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" => "Backend"
  "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" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0001 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.0006 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.0001 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.0001 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.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.main_id AS main_id_2, 
  t0.category_id AS category_id_3, 
  t0.name AS name_4, 
  t0.title AS title_5, 
  t0.position AS position_6, 
  t0.host AS host_7, 
  t0.base_path AS base_path_8, 
  t0.base_url AS base_url_9, 
  t0.hosts AS hosts_10, 
  t0.secure AS secure_11, 
  t0.template_id AS template_id_12, 
  t0.`default` AS default_13, 
  t0.active AS active_14, 
  t0.customer_scope AS customer_scope_15, 
  t0.main_id AS main_id_16, 
  t0.template_id AS template_id_17, 
  t0.document_template_id AS document_template_id_18, 
  t0.category_id AS category_id_19, 
  t0.locale_id AS locale_id_20, 
  t0.currency_id AS currency_id_21, 
  t0.customer_group_id AS customer_group_id_22, 
  t0.fallback_id AS fallback_id_23, 
  t24.id AS id_25, 
  t24.shopID AS shopID_26, 
  t24.shopID AS shopID_27 
FROM 
  s_core_shops t0 
  LEFT JOIN s_core_shops_attributes t24 ON t24.shopID = t0.id 
WHERE 
  t0.main_id = ? 
ORDER BY 
  t0.position ASC, 
  t0.id ASC
array:1 [
  0 => 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.0001 ms
SELECT 
  t0.name AS name_1, 
  t0.type AS type_2, 
  t0.template_id AS template_id_3, 
  t0.parent_id AS parent_id_4, 
  t0.title AS title_5, 
  t0.attributes AS attributes_6, 
  t0.id AS id_7, 
  t0.template_id AS template_id_8, 
  t0.parent_id AS parent_id_9 
FROM 
  s_core_templates_config_layout t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.template_id AS template_id_2, 
  t0.name AS name_3, 
  t0.description AS description_4, 
  t0.element_values AS element_values_5, 
  t0.template_id AS template_id_6 
FROM 
  s_core_templates_config_set t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.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" => "account"
]
0.0003 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.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.0009 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.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.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.0013 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.0012 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.0007 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 
  id 
FROM 
  s_core_locales 
WHERE 
  locale = "en_GB"
[]
0.0006 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.0001 ms
SELECT 
  id 
FROM 
  s_core_customergroups 
WHERE 
  `groupkey` = ?
array:1 [
  0 => null
]
0.0001 ms
SELECT 
  id 
FROM 
  s_core_countries country
[]
0.0023 ms
SELECT 
  country.id as __country_id, 
  country.countryname as __country_countryname, 
  country.countryiso as __country_countryiso, 
  country.areaID as __country_areaID, 
  country.countryen as __country_countryen, 
  country.position as __country_position, 
  country.notice as __country_notice, 
  country.taxfree as __country_taxfree, 
  country.taxfree_ustid as __country_taxfree_ustid, 
  country.taxfree_ustid_checked as __country_taxfree_ustid_checked, 
  country.active as __country_active, 
  country.iso3 as __country_iso3, 
  country.display_state_in_registration as __country_display_state_in_registration, 
  country.force_state_in_registration as __country_force_state_in_registration, 
  country.allow_shipping as __country_allow_shipping, 
  countryAttribute.id as __countryAttribute_id, 
  countryAttribute.countryID as __countryAttribute_countryID, 
  translation69e32194be5d8config_countries.objectdata as __country_translation, 
  translation69e32194be5defallbackconfig_countries.objectdata as __country_translation_fallback, 
  translation69e32194be5e1s_core_countries_attributes.objectdata as __countryAttribute_translation, 
  translation69e32194be5e3fallbacks_core_countries_attributes.objectdata as __countryAttribute_translation_fallback 
FROM 
  s_core_countries country 
  LEFT JOIN s_core_countries_attributes countryAttribute ON countryAttribute.countryID = country.id 
  LEFT JOIN s_core_translations translation69e32194be5d8config_countries ON translation69e32194be5d8config_countries.objecttype = : translation69e32194be5d8config_countries 
  AND translation69e32194be5d8config_countries.objectkey = 1 
  AND translation69e32194be5d8config_countries.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194be5defallbackconfig_countries ON translation69e32194be5defallbackconfig_countries.objecttype = : translation69e32194be5defallbackconfig_countries 
  AND translation69e32194be5defallbackconfig_countries.objectkey = 1 
  AND translation69e32194be5defallbackconfig_countries.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194be5e1s_core_countries_attributes ON translation69e32194be5e1s_core_countries_attributes.objecttype = : translation69e32194be5e1s_core_countries_attributes 
  AND translation69e32194be5e1s_core_countries_attributes.objectkey = country.id 
  AND translation69e32194be5e1s_core_countries_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194be5e3fallbacks_core_countries_attributes ON translation69e32194be5e3fallbacks_core_countries_attributes.objecttype = : translation69e32194be5e3fallbacks_core_countries_attributes 
  AND translation69e32194be5e3fallbacks_core_countries_attributes.objectkey = country.id 
  AND translation69e32194be5e3fallbacks_core_countries_attributes.objectlanguage = : languagefallback 
WHERE 
  country.id IN (: ids)
array:7 [
  ":ids" => array:250 [
    0 => "2"
    1 => "3"
    2 => "4"
    3 => "15"
    4 => "16"
    5 => "20"
    6 => "28"
    7 => "32"
    8 => "36"
    9 => "37"
    10 => "46"
    11 => "47"
    12 => "48"
    13 => "49"
    14 => "50"
    15 => "51"
    16 => "52"
    17 => "53"
    18 => "54"
    19 => "55"
    20 => "56"
    21 => "57"
    22 => "58"
    23 => "59"
    24 => "60"
    25 => "61"
    26 => "62"
    27 => "63"
    28 => "64"
    29 => "65"
    30 => "66"
    31 => "67"
    32 => "68"
    33 => "69"
    34 => "70"
    35 => "71"
    36 => "72"
    37 => "73"
    38 => "74"
    39 => "75"
    40 => "76"
    41 => "77"
    42 => "78"
    43 => "79"
    44 => "80"
    45 => "81"
    46 => "82"
    47 => "83"
    48 => "84"
    49 => "85"
    50 => "86"
    51 => "87"
    52 => "88"
    53 => "89"
    54 => "90"
    55 => "91"
    56 => "92"
    57 => "93"
    58 => "94"
    59 => "95"
    60 => "96"
    61 => "97"
    62 => "98"
    63 => "99"
    64 => "100"
    65 => "101"
    66 => "102"
    67 => "103"
    68 => "104"
    69 => "105"
    70 => "106"
    71 => "107"
    72 => "108"
    73 => "109"
    74 => "110"
    75 => "111"
    76 => "112"
    77 => "113"
    78 => "114"
    79 => "115"
    80 => "116"
    81 => "117"
    82 => "118"
    83 => "119"
    84 => "120"
    85 => "121"
    86 => "122"
    87 => "123"
    88 => "124"
    89 => "125"
    90 => "126"
    91 => "127"
    92 => "128"
    93 => "129"
    94 => "130"
    95 => "131"
    96 => "132"
    97 => "133"
    98 => "134"
    99 => "135"
    100 => "136"
    101 => "137"
    102 => "138"
    103 => "139"
    104 => "140"
    105 => "141"
    106 => "142"
    107 => "143"
    108 => "144"
    109 => "145"
    110 => "146"
    111 => "147"
    112 => "148"
    113 => "149"
    114 => "150"
    115 => "151"
    116 => "152"
    117 => "153"
    118 => "154"
    119 => "155"
    120 => "156"
    121 => "157"
    122 => "158"
    123 => "159"
    124 => "160"
    125 => "161"
    126 => "162"
    127 => "163"
    128 => "164"
    129 => "165"
    130 => "166"
    131 => "167"
    132 => "168"
    133 => "169"
    134 => "170"
    135 => "171"
    136 => "172"
    137 => "173"
    138 => "174"
    139 => "175"
    140 => "176"
    141 => "177"
    142 => "178"
    143 => "179"
    144 => "180"
    145 => "181"
    146 => "182"
    147 => "183"
    148 => "184"
    149 => "185"
    150 => "186"
    151 => "187"
    152 => "188"
    153 => "189"
    154 => "190"
    155 => "191"
    156 => "192"
    157 => "193"
    158 => "194"
    159 => "195"
    160 => "196"
    161 => "197"
    162 => "198"
    163 => "199"
    164 => "200"
    165 => "201"
    166 => "202"
    167 => "203"
    168 => "204"
    169 => "205"
    170 => "206"
    171 => "207"
    172 => "208"
    173 => "209"
    174 => "210"
    175 => "211"
    176 => "212"
    177 => "213"
    178 => "214"
    179 => "215"
    180 => "216"
    181 => "217"
    182 => "218"
    183 => "219"
    184 => "220"
    185 => "221"
    186 => "222"
    187 => "223"
    188 => "224"
    189 => "225"
    190 => "226"
    191 => "227"
    192 => "228"
    193 => "229"
    194 => "230"
    195 => "231"
    196 => "232"
    197 => "233"
    198 => "234"
    199 => "235"
    200 => "236"
    201 => "237"
    202 => "238"
    203 => "239"
    204 => "240"
    205 => "241"
    206 => "242"
    207 => "243"
    208 => "244"
    209 => "245"
    210 => "246"
    211 => "247"
    212 => "248"
    213 => "249"
    214 => "250"
    215 => "251"
    216 => "252"
    217 => "253"
    218 => "254"
    219 => "5"
    220 => "7"
    221 => "8"
    222 => "9"
    223 => "10"
    224 => "11"
    225 => "12"
    226 => "13"
    227 => "14"
    228 => "18"
    229 => "21"
    230 => "22"
    231 => "23"
    232 => "24"
    233 => "25"
    234 => "26"
    235 => "27"
    236 => "29"
    237 => "30"
    238 => "31"
    239 => "33"
    240 => "34"
    241 => "35"
    242 => "38"
    243 => "39"
    244 => "40"
    245 => "41"
    246 => "42"
    247 => "43"
    248 => "44"
    249 => "45"
  ]
  ":language" => 3
  ":translation69e32194be5d8config_countries" => "config_countries"
  ":languagefallback" => 0
  ":translation69e32194be5defallbackconfig_countries" => "config_countries"
  ":translation69e32194be5e1s_core_countries_attributes" => "s_core_countries_attributes"
  ":translation69e32194be5e3fallbacks_core_countries_attributes" => "s_core_countries_attributes"
]
0.0051 ms
SELECT 
  countryState.id as __countryState_id, 
  countryState.countryID as __countryState_countryID, 
  countryState.name as __countryState_name, 
  countryState.shortcode as __countryState_shortcode, 
  countryState.position as __countryState_position, 
  countryState.active as __countryState_active, 
  countryStateAttribute.id as __countryStateAttribute_id, 
  countryStateAttribute.stateID as __countryStateAttribute_stateID, 
  translation69e32194c0c39config_country_states.objectdata as __countryState_translation, 
  translation69e32194c0c3efallbackconfig_country_states.objectdata as __countryState_translation_fallback, 
  translation69e32194c0c41s_core_countries_states_attributes.objectdata as __countryStateAttribute_translation, 
  translation69e32194c0c43fallbacks_core_countries_states_attributes.objectdata as __countryStateAttribute_translation_fallback 
FROM 
  s_core_countries_states countryState 
  LEFT JOIN s_core_countries_states_attributes countryStateAttribute ON countryStateAttribute.stateID = countryState.id 
  LEFT JOIN s_core_translations translation69e32194c0c39config_country_states ON translation69e32194c0c39config_country_states.objecttype = : translation69e32194c0c39config_country_states 
  AND translation69e32194c0c39config_country_states.objectkey = 1 
  AND translation69e32194c0c39config_country_states.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c0c3efallbackconfig_country_states ON translation69e32194c0c3efallbackconfig_country_states.objecttype = : translation69e32194c0c3efallbackconfig_country_states 
  AND translation69e32194c0c3efallbackconfig_country_states.objectkey = 1 
  AND translation69e32194c0c3efallbackconfig_country_states.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c0c41s_core_countries_states_attributes ON translation69e32194c0c41s_core_countries_states_attributes.objecttype = : translation69e32194c0c41s_core_countries_states_attributes 
  AND translation69e32194c0c41s_core_countries_states_attributes.objectkey = countryStateAttribute.stateID 
  AND translation69e32194c0c41s_core_countries_states_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c0c43fallbacks_core_countries_states_attributes ON translation69e32194c0c43fallbacks_core_countries_states_attributes.objecttype = : translation69e32194c0c43fallbacks_core_countries_states_attributes 
  AND translation69e32194c0c43fallbacks_core_countries_states_attributes.objectkey = countryStateAttribute.stateID 
  AND translation69e32194c0c43fallbacks_core_countries_states_attributes.objectlanguage = : languagefallback 
WHERE 
  countryState.countryID IN (: ids)
array:7 [
  ":language" => 3
  ":translation69e32194c0c39config_country_states" => "config_country_states"
  ":languagefallback" => 0
  ":translation69e32194c0c3efallbackconfig_country_states" => "config_country_states"
  ":translation69e32194c0c41s_core_countries_states_attributes" => "s_core_countries_states_attributes"
  ":translation69e32194c0c43fallbacks_core_countries_states_attributes" => "s_core_countries_states_attributes"
  ":ids" => array:250 [
    0 => "2"
    1 => "3"
    2 => "4"
    3 => "15"
    4 => "16"
    5 => "20"
    6 => "28"
    7 => "32"
    8 => "36"
    9 => "37"
    10 => "46"
    11 => "47"
    12 => "48"
    13 => "49"
    14 => "50"
    15 => "51"
    16 => "52"
    17 => "53"
    18 => "54"
    19 => "55"
    20 => "56"
    21 => "57"
    22 => "58"
    23 => "59"
    24 => "60"
    25 => "61"
    26 => "62"
    27 => "63"
    28 => "64"
    29 => "65"
    30 => "66"
    31 => "67"
    32 => "68"
    33 => "69"
    34 => "70"
    35 => "71"
    36 => "72"
    37 => "73"
    38 => "74"
    39 => "75"
    40 => "76"
    41 => "77"
    42 => "78"
    43 => "79"
    44 => "80"
    45 => "81"
    46 => "82"
    47 => "83"
    48 => "84"
    49 => "85"
    50 => "86"
    51 => "87"
    52 => "88"
    53 => "89"
    54 => "90"
    55 => "91"
    56 => "92"
    57 => "93"
    58 => "94"
    59 => "95"
    60 => "96"
    61 => "97"
    62 => "98"
    63 => "99"
    64 => "100"
    65 => "101"
    66 => "102"
    67 => "103"
    68 => "104"
    69 => "105"
    70 => "106"
    71 => "107"
    72 => "108"
    73 => "109"
    74 => "110"
    75 => "111"
    76 => "112"
    77 => "113"
    78 => "114"
    79 => "115"
    80 => "116"
    81 => "117"
    82 => "118"
    83 => "119"
    84 => "120"
    85 => "121"
    86 => "122"
    87 => "123"
    88 => "124"
    89 => "125"
    90 => "126"
    91 => "127"
    92 => "128"
    93 => "129"
    94 => "130"
    95 => "131"
    96 => "132"
    97 => "133"
    98 => "134"
    99 => "135"
    100 => "136"
    101 => "137"
    102 => "138"
    103 => "139"
    104 => "140"
    105 => "141"
    106 => "142"
    107 => "143"
    108 => "144"
    109 => "145"
    110 => "146"
    111 => "147"
    112 => "148"
    113 => "149"
    114 => "150"
    115 => "151"
    116 => "152"
    117 => "153"
    118 => "154"
    119 => "155"
    120 => "156"
    121 => "157"
    122 => "158"
    123 => "159"
    124 => "160"
    125 => "161"
    126 => "162"
    127 => "163"
    128 => "164"
    129 => "165"
    130 => "166"
    131 => "167"
    132 => "168"
    133 => "169"
    134 => "170"
    135 => "171"
    136 => "172"
    137 => "173"
    138 => "174"
    139 => "175"
    140 => "176"
    141 => "177"
    142 => "178"
    143 => "179"
    144 => "180"
    145 => "181"
    146 => "182"
    147 => "183"
    148 => "184"
    149 => "185"
    150 => "186"
    151 => "187"
    152 => "188"
    153 => "189"
    154 => "190"
    155 => "191"
    156 => "192"
    157 => "193"
    158 => "194"
    159 => "195"
    160 => "196"
    161 => "197"
    162 => "198"
    163 => "199"
    164 => "200"
    165 => "201"
    166 => "202"
    167 => "203"
    168 => "204"
    169 => "205"
    170 => "206"
    171 => "207"
    172 => "208"
    173 => "209"
    174 => "210"
    175 => "211"
    176 => "212"
    177 => "213"
    178 => "214"
    179 => "215"
    180 => "216"
    181 => "217"
    182 => "218"
    183 => "219"
    184 => "220"
    185 => "221"
    186 => "222"
    187 => "223"
    188 => "224"
    189 => "225"
    190 => "226"
    191 => "227"
    192 => "228"
    193 => "229"
    194 => "230"
    195 => "231"
    196 => "232"
    197 => "233"
    198 => "234"
    199 => "235"
    200 => "236"
    201 => "237"
    202 => "238"
    203 => "239"
    204 => "240"
    205 => "241"
    206 => "242"
    207 => "243"
    208 => "244"
    209 => "245"
    210 => "246"
    211 => "247"
    212 => "248"
    213 => "249"
    214 => "250"
    215 => "251"
    216 => "252"
    217 => "253"
    218 => "254"
    219 => "5"
    220 => "7"
    221 => "8"
    222 => "9"
    223 => "10"
    224 => "11"
    225 => "12"
    226 => "13"
    227 => "14"
    228 => "18"
    229 => "21"
    230 => "22"
    231 => "23"
    232 => "24"
    233 => "25"
    234 => "26"
    235 => "27"
    236 => "29"
    237 => "30"
    238 => "31"
    239 => "33"
    240 => "34"
    241 => "35"
    242 => "38"
    243 => "39"
    244 => "40"
    245 => "41"
    246 => "42"
    247 => "43"
    248 => "44"
    249 => "45"
  ]
]
0.0052 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.0002 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, 
  translation69e32194c2c7as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c2c7efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c2c82s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c2c84fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c2c86productStream.objectdata as __stream_translation, 
  translation69e32194c2c88fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c2c8acategory.objectdata as __category_translation, 
  translation69e32194c2c8cfallbackcategory.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 translation69e32194c2c8acategory ON translation69e32194c2c8acategory.objecttype = : translation69e32194c2c8acategory 
  AND translation69e32194c2c8acategory.objectkey = category.id 
  AND translation69e32194c2c8acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c2c8cfallbackcategory ON translation69e32194c2c8cfallbackcategory.objecttype = : translation69e32194c2c8cfallbackcategory 
  AND translation69e32194c2c8cfallbackcategory.objectkey = category.id 
  AND translation69e32194c2c8cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c2c7as_categories_attributes ON translation69e32194c2c7as_categories_attributes.objecttype = : translation69e32194c2c7as_categories_attributes 
  AND translation69e32194c2c7as_categories_attributes.objectkey = category.id 
  AND translation69e32194c2c7as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c2c7efallbacks_categories_attributes ON translation69e32194c2c7efallbacks_categories_attributes.objecttype = : translation69e32194c2c7efallbacks_categories_attributes 
  AND translation69e32194c2c7efallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c2c7efallbacks_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 translation69e32194c2c82s_media_attributes ON translation69e32194c2c82s_media_attributes.objecttype = : translation69e32194c2c82s_media_attributes 
  AND translation69e32194c2c82s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c2c82s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c2c84fallbacks_media_attributes ON translation69e32194c2c84fallbacks_media_attributes.objecttype = : translation69e32194c2c84fallbacks_media_attributes 
  AND translation69e32194c2c84fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c2c84fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c2c86productStream ON translation69e32194c2c86productStream.objecttype = : translation69e32194c2c86productStream 
  AND translation69e32194c2c86productStream.objectkey = stream.id 
  AND translation69e32194c2c86productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c2c88fallbackproductStream ON translation69e32194c2c88fallbackproductStream.objecttype = : translation69e32194c2c88fallbackproductStream 
  AND translation69e32194c2c88fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c2c88fallbackproductStream.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
  ":translation69e32194c2c7as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c2c7efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c2c82s_media_attributes" => "s_media_attributes"
  ":translation69e32194c2c84fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c2c86productStream" => "productStream"
  ":translation69e32194c2c88fallbackproductStream" => "productStream"
  ":translation69e32194c2c8acategory" => "category"
  ":translation69e32194c2c8cfallbackcategory" => "category"
]
0.0023 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 @1776492948 {#2391
    date: 2026-04-18 08:15:48.801400 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2391}
]
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, 
  translation69e32194c3ef5s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c3ef9fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c3efbs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c3efdfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c3effproductStream.objectdata as __stream_translation, 
  translation69e32194c3f01fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c3f03category.objectdata as __category_translation, 
  translation69e32194c3f04fallbackcategory.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 translation69e32194c3f03category ON translation69e32194c3f03category.objecttype = : translation69e32194c3f03category 
  AND translation69e32194c3f03category.objectkey = category.id 
  AND translation69e32194c3f03category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c3f04fallbackcategory ON translation69e32194c3f04fallbackcategory.objecttype = : translation69e32194c3f04fallbackcategory 
  AND translation69e32194c3f04fallbackcategory.objectkey = category.id 
  AND translation69e32194c3f04fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c3ef5s_categories_attributes ON translation69e32194c3ef5s_categories_attributes.objecttype = : translation69e32194c3ef5s_categories_attributes 
  AND translation69e32194c3ef5s_categories_attributes.objectkey = category.id 
  AND translation69e32194c3ef5s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c3ef9fallbacks_categories_attributes ON translation69e32194c3ef9fallbacks_categories_attributes.objecttype = : translation69e32194c3ef9fallbacks_categories_attributes 
  AND translation69e32194c3ef9fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c3ef9fallbacks_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 translation69e32194c3efbs_media_attributes ON translation69e32194c3efbs_media_attributes.objecttype = : translation69e32194c3efbs_media_attributes 
  AND translation69e32194c3efbs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c3efbs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c3efdfallbacks_media_attributes ON translation69e32194c3efdfallbacks_media_attributes.objecttype = : translation69e32194c3efdfallbacks_media_attributes 
  AND translation69e32194c3efdfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c3efdfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c3effproductStream ON translation69e32194c3effproductStream.objecttype = : translation69e32194c3effproductStream 
  AND translation69e32194c3effproductStream.objectkey = stream.id 
  AND translation69e32194c3effproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c3f01fallbackproductStream ON translation69e32194c3f01fallbackproductStream.objecttype = : translation69e32194c3f01fallbackproductStream 
  AND translation69e32194c3f01fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c3f01fallbackproductStream.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
  ":translation69e32194c3ef5s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c3ef9fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c3efbs_media_attributes" => "s_media_attributes"
  ":translation69e32194c3efdfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c3effproductStream" => "productStream"
  ":translation69e32194c3f01fallbackproductStream" => "productStream"
  ":translation69e32194c3f03category" => "category"
  ":translation69e32194c3f04fallbackcategory" => "category"
]
0.0009 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 13
]
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 => 14
  1 => DateTime @1776492948 {#2392
    date: 2026-04-18 08:15:48.803829 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2392}
]
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, 
  translation69e32194c460fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c4613fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c4616s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c4617fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c4619productStream.objectdata as __stream_translation, 
  translation69e32194c461bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c461dcategory.objectdata as __category_translation, 
  translation69e32194c461efallbackcategory.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 translation69e32194c461dcategory ON translation69e32194c461dcategory.objecttype = : translation69e32194c461dcategory 
  AND translation69e32194c461dcategory.objectkey = category.id 
  AND translation69e32194c461dcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c461efallbackcategory ON translation69e32194c461efallbackcategory.objecttype = : translation69e32194c461efallbackcategory 
  AND translation69e32194c461efallbackcategory.objectkey = category.id 
  AND translation69e32194c461efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c460fs_categories_attributes ON translation69e32194c460fs_categories_attributes.objecttype = : translation69e32194c460fs_categories_attributes 
  AND translation69e32194c460fs_categories_attributes.objectkey = category.id 
  AND translation69e32194c460fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c4613fallbacks_categories_attributes ON translation69e32194c4613fallbacks_categories_attributes.objecttype = : translation69e32194c4613fallbacks_categories_attributes 
  AND translation69e32194c4613fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c4613fallbacks_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 translation69e32194c4616s_media_attributes ON translation69e32194c4616s_media_attributes.objecttype = : translation69e32194c4616s_media_attributes 
  AND translation69e32194c4616s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c4616s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c4617fallbacks_media_attributes ON translation69e32194c4617fallbacks_media_attributes.objecttype = : translation69e32194c4617fallbacks_media_attributes 
  AND translation69e32194c4617fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c4617fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c4619productStream ON translation69e32194c4619productStream.objecttype = : translation69e32194c4619productStream 
  AND translation69e32194c4619productStream.objectkey = stream.id 
  AND translation69e32194c4619productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c461bfallbackproductStream ON translation69e32194c461bfallbackproductStream.objecttype = : translation69e32194c461bfallbackproductStream 
  AND translation69e32194c461bfallbackproductStream.objectkey = stream.id 
  AND translation69e32194c461bfallbackproductStream.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
  ":translation69e32194c460fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c4613fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c4616s_media_attributes" => "s_media_attributes"
  ":translation69e32194c4617fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c4619productStream" => "productStream"
  ":translation69e32194c461bfallbackproductStream" => "productStream"
  ":translation69e32194c461dcategory" => "category"
  ":translation69e32194c461efallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 14
]
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 => 15
  1 => DateTime @1776492948 {#2393
    date: 2026-04-18 08:15:48.805420 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2393}
]
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, 
  translation69e32194c4c3es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c4c41fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c4c44s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c4c46fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c4c48productStream.objectdata as __stream_translation, 
  translation69e32194c4c4afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c4c4ccategory.objectdata as __category_translation, 
  translation69e32194c4c4dfallbackcategory.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 translation69e32194c4c4ccategory ON translation69e32194c4c4ccategory.objecttype = : translation69e32194c4c4ccategory 
  AND translation69e32194c4c4ccategory.objectkey = category.id 
  AND translation69e32194c4c4ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c4c4dfallbackcategory ON translation69e32194c4c4dfallbackcategory.objecttype = : translation69e32194c4c4dfallbackcategory 
  AND translation69e32194c4c4dfallbackcategory.objectkey = category.id 
  AND translation69e32194c4c4dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c4c3es_categories_attributes ON translation69e32194c4c3es_categories_attributes.objecttype = : translation69e32194c4c3es_categories_attributes 
  AND translation69e32194c4c3es_categories_attributes.objectkey = category.id 
  AND translation69e32194c4c3es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c4c41fallbacks_categories_attributes ON translation69e32194c4c41fallbacks_categories_attributes.objecttype = : translation69e32194c4c41fallbacks_categories_attributes 
  AND translation69e32194c4c41fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c4c41fallbacks_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 translation69e32194c4c44s_media_attributes ON translation69e32194c4c44s_media_attributes.objecttype = : translation69e32194c4c44s_media_attributes 
  AND translation69e32194c4c44s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c4c44s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c4c46fallbacks_media_attributes ON translation69e32194c4c46fallbacks_media_attributes.objecttype = : translation69e32194c4c46fallbacks_media_attributes 
  AND translation69e32194c4c46fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c4c46fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c4c48productStream ON translation69e32194c4c48productStream.objecttype = : translation69e32194c4c48productStream 
  AND translation69e32194c4c48productStream.objectkey = stream.id 
  AND translation69e32194c4c48productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c4c4afallbackproductStream ON translation69e32194c4c4afallbackproductStream.objecttype = : translation69e32194c4c4afallbackproductStream 
  AND translation69e32194c4c4afallbackproductStream.objectkey = stream.id 
  AND translation69e32194c4c4afallbackproductStream.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
  ":translation69e32194c4c3es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c4c41fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c4c44s_media_attributes" => "s_media_attributes"
  ":translation69e32194c4c46fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c4c48productStream" => "productStream"
  ":translation69e32194c4c4afallbackproductStream" => "productStream"
  ":translation69e32194c4c4ccategory" => "category"
  ":translation69e32194c4c4dfallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 15
]
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 => 16
  1 => DateTime @1776492948 {#2394
    date: 2026-04-18 08:15:48.807009 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c526fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c5272fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c5275s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c5277fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c5279productStream.objectdata as __stream_translation, 
  translation69e32194c527bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c527dcategory.objectdata as __category_translation, 
  translation69e32194c527efallbackcategory.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 translation69e32194c527dcategory ON translation69e32194c527dcategory.objecttype = : translation69e32194c527dcategory 
  AND translation69e32194c527dcategory.objectkey = category.id 
  AND translation69e32194c527dcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c527efallbackcategory ON translation69e32194c527efallbackcategory.objecttype = : translation69e32194c527efallbackcategory 
  AND translation69e32194c527efallbackcategory.objectkey = category.id 
  AND translation69e32194c527efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c526fs_categories_attributes ON translation69e32194c526fs_categories_attributes.objecttype = : translation69e32194c526fs_categories_attributes 
  AND translation69e32194c526fs_categories_attributes.objectkey = category.id 
  AND translation69e32194c526fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5272fallbacks_categories_attributes ON translation69e32194c5272fallbacks_categories_attributes.objecttype = : translation69e32194c5272fallbacks_categories_attributes 
  AND translation69e32194c5272fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c5272fallbacks_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 translation69e32194c5275s_media_attributes ON translation69e32194c5275s_media_attributes.objecttype = : translation69e32194c5275s_media_attributes 
  AND translation69e32194c5275s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c5275s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5277fallbacks_media_attributes ON translation69e32194c5277fallbacks_media_attributes.objecttype = : translation69e32194c5277fallbacks_media_attributes 
  AND translation69e32194c5277fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c5277fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c5279productStream ON translation69e32194c5279productStream.objecttype = : translation69e32194c5279productStream 
  AND translation69e32194c5279productStream.objectkey = stream.id 
  AND translation69e32194c5279productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c527bfallbackproductStream ON translation69e32194c527bfallbackproductStream.objecttype = : translation69e32194c527bfallbackproductStream 
  AND translation69e32194c527bfallbackproductStream.objectkey = stream.id 
  AND translation69e32194c527bfallbackproductStream.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
  ":translation69e32194c526fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c5272fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c5275s_media_attributes" => "s_media_attributes"
  ":translation69e32194c5277fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c5279productStream" => "productStream"
  ":translation69e32194c527bfallbackproductStream" => "productStream"
  ":translation69e32194c527dcategory" => "category"
  ":translation69e32194c527efallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 16
]
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 => 17
  1 => DateTime @1776492948 {#2395
    date: 2026-04-18 08:15:48.808529 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c585cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c585ffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c5862s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c5864fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c5866productStream.objectdata as __stream_translation, 
  translation69e32194c5868fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c586acategory.objectdata as __category_translation, 
  translation69e32194c586bfallbackcategory.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 translation69e32194c586acategory ON translation69e32194c586acategory.objecttype = : translation69e32194c586acategory 
  AND translation69e32194c586acategory.objectkey = category.id 
  AND translation69e32194c586acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c586bfallbackcategory ON translation69e32194c586bfallbackcategory.objecttype = : translation69e32194c586bfallbackcategory 
  AND translation69e32194c586bfallbackcategory.objectkey = category.id 
  AND translation69e32194c586bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c585cs_categories_attributes ON translation69e32194c585cs_categories_attributes.objecttype = : translation69e32194c585cs_categories_attributes 
  AND translation69e32194c585cs_categories_attributes.objectkey = category.id 
  AND translation69e32194c585cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c585ffallbacks_categories_attributes ON translation69e32194c585ffallbacks_categories_attributes.objecttype = : translation69e32194c585ffallbacks_categories_attributes 
  AND translation69e32194c585ffallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c585ffallbacks_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 translation69e32194c5862s_media_attributes ON translation69e32194c5862s_media_attributes.objecttype = : translation69e32194c5862s_media_attributes 
  AND translation69e32194c5862s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c5862s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5864fallbacks_media_attributes ON translation69e32194c5864fallbacks_media_attributes.objecttype = : translation69e32194c5864fallbacks_media_attributes 
  AND translation69e32194c5864fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c5864fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c5866productStream ON translation69e32194c5866productStream.objecttype = : translation69e32194c5866productStream 
  AND translation69e32194c5866productStream.objectkey = stream.id 
  AND translation69e32194c5866productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5868fallbackproductStream ON translation69e32194c5868fallbackproductStream.objecttype = : translation69e32194c5868fallbackproductStream 
  AND translation69e32194c5868fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c5868fallbackproductStream.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
  ":translation69e32194c585cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c585ffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c5862s_media_attributes" => "s_media_attributes"
  ":translation69e32194c5864fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c5866productStream" => "productStream"
  ":translation69e32194c5868fallbackproductStream" => "productStream"
  ":translation69e32194c586acategory" => "category"
  ":translation69e32194c586bfallbackcategory" => "category"
]
0.0009 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 @1776492948 {#2396
    date: 2026-04-18 08:15:48.810198 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c5ed9s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c5eddfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c5edfs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c5ee1fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c5ee3productStream.objectdata as __stream_translation, 
  translation69e32194c5ee5fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c5ee7category.objectdata as __category_translation, 
  translation69e32194c5ee8fallbackcategory.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 translation69e32194c5ee7category ON translation69e32194c5ee7category.objecttype = : translation69e32194c5ee7category 
  AND translation69e32194c5ee7category.objectkey = category.id 
  AND translation69e32194c5ee7category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5ee8fallbackcategory ON translation69e32194c5ee8fallbackcategory.objecttype = : translation69e32194c5ee8fallbackcategory 
  AND translation69e32194c5ee8fallbackcategory.objectkey = category.id 
  AND translation69e32194c5ee8fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c5ed9s_categories_attributes ON translation69e32194c5ed9s_categories_attributes.objecttype = : translation69e32194c5ed9s_categories_attributes 
  AND translation69e32194c5ed9s_categories_attributes.objectkey = category.id 
  AND translation69e32194c5ed9s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5eddfallbacks_categories_attributes ON translation69e32194c5eddfallbacks_categories_attributes.objecttype = : translation69e32194c5eddfallbacks_categories_attributes 
  AND translation69e32194c5eddfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c5eddfallbacks_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 translation69e32194c5edfs_media_attributes ON translation69e32194c5edfs_media_attributes.objecttype = : translation69e32194c5edfs_media_attributes 
  AND translation69e32194c5edfs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c5edfs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5ee1fallbacks_media_attributes ON translation69e32194c5ee1fallbacks_media_attributes.objecttype = : translation69e32194c5ee1fallbacks_media_attributes 
  AND translation69e32194c5ee1fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c5ee1fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c5ee3productStream ON translation69e32194c5ee3productStream.objecttype = : translation69e32194c5ee3productStream 
  AND translation69e32194c5ee3productStream.objectkey = stream.id 
  AND translation69e32194c5ee3productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c5ee5fallbackproductStream ON translation69e32194c5ee5fallbackproductStream.objecttype = : translation69e32194c5ee5fallbackproductStream 
  AND translation69e32194c5ee5fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c5ee5fallbackproductStream.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
  ":translation69e32194c5ed9s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c5eddfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c5edfs_media_attributes" => "s_media_attributes"
  ":translation69e32194c5ee1fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c5ee3productStream" => "productStream"
  ":translation69e32194c5ee5fallbackproductStream" => "productStream"
  ":translation69e32194c5ee7category" => "category"
  ":translation69e32194c5ee8fallbackcategory" => "category"
]
0.0008 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 @1776492948 {#2397
    date: 2026-04-18 08:15:48.811775 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c6518s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c651cfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c651es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c6520fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c6522productStream.objectdata as __stream_translation, 
  translation69e32194c6524fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c6526category.objectdata as __category_translation, 
  translation69e32194c6527fallbackcategory.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 translation69e32194c6526category ON translation69e32194c6526category.objecttype = : translation69e32194c6526category 
  AND translation69e32194c6526category.objectkey = category.id 
  AND translation69e32194c6526category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6527fallbackcategory ON translation69e32194c6527fallbackcategory.objecttype = : translation69e32194c6527fallbackcategory 
  AND translation69e32194c6527fallbackcategory.objectkey = category.id 
  AND translation69e32194c6527fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c6518s_categories_attributes ON translation69e32194c6518s_categories_attributes.objecttype = : translation69e32194c6518s_categories_attributes 
  AND translation69e32194c6518s_categories_attributes.objectkey = category.id 
  AND translation69e32194c6518s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c651cfallbacks_categories_attributes ON translation69e32194c651cfallbacks_categories_attributes.objecttype = : translation69e32194c651cfallbacks_categories_attributes 
  AND translation69e32194c651cfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c651cfallbacks_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 translation69e32194c651es_media_attributes ON translation69e32194c651es_media_attributes.objecttype = : translation69e32194c651es_media_attributes 
  AND translation69e32194c651es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c651es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6520fallbacks_media_attributes ON translation69e32194c6520fallbacks_media_attributes.objecttype = : translation69e32194c6520fallbacks_media_attributes 
  AND translation69e32194c6520fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c6520fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c6522productStream ON translation69e32194c6522productStream.objecttype = : translation69e32194c6522productStream 
  AND translation69e32194c6522productStream.objectkey = stream.id 
  AND translation69e32194c6522productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6524fallbackproductStream ON translation69e32194c6524fallbackproductStream.objecttype = : translation69e32194c6524fallbackproductStream 
  AND translation69e32194c6524fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c6524fallbackproductStream.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
  ":translation69e32194c6518s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c651cfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c651es_media_attributes" => "s_media_attributes"
  ":translation69e32194c6520fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c6522productStream" => "productStream"
  ":translation69e32194c6524fallbackproductStream" => "productStream"
  ":translation69e32194c6526category" => "category"
  ":translation69e32194c6527fallbackcategory" => "category"
]
0.0007 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 19
]
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 => 20
  1 => DateTime @1776492948 {#2398
    date: 2026-04-18 08:15:48.813336 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c6b1es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c6b22fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c6b24s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c6b26fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c6b28productStream.objectdata as __stream_translation, 
  translation69e32194c6b2afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c6b2ccategory.objectdata as __category_translation, 
  translation69e32194c6b2dfallbackcategory.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 translation69e32194c6b2ccategory ON translation69e32194c6b2ccategory.objecttype = : translation69e32194c6b2ccategory 
  AND translation69e32194c6b2ccategory.objectkey = category.id 
  AND translation69e32194c6b2ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6b2dfallbackcategory ON translation69e32194c6b2dfallbackcategory.objecttype = : translation69e32194c6b2dfallbackcategory 
  AND translation69e32194c6b2dfallbackcategory.objectkey = category.id 
  AND translation69e32194c6b2dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c6b1es_categories_attributes ON translation69e32194c6b1es_categories_attributes.objecttype = : translation69e32194c6b1es_categories_attributes 
  AND translation69e32194c6b1es_categories_attributes.objectkey = category.id 
  AND translation69e32194c6b1es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6b22fallbacks_categories_attributes ON translation69e32194c6b22fallbacks_categories_attributes.objecttype = : translation69e32194c6b22fallbacks_categories_attributes 
  AND translation69e32194c6b22fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c6b22fallbacks_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 translation69e32194c6b24s_media_attributes ON translation69e32194c6b24s_media_attributes.objecttype = : translation69e32194c6b24s_media_attributes 
  AND translation69e32194c6b24s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c6b24s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6b26fallbacks_media_attributes ON translation69e32194c6b26fallbacks_media_attributes.objecttype = : translation69e32194c6b26fallbacks_media_attributes 
  AND translation69e32194c6b26fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c6b26fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c6b28productStream ON translation69e32194c6b28productStream.objecttype = : translation69e32194c6b28productStream 
  AND translation69e32194c6b28productStream.objectkey = stream.id 
  AND translation69e32194c6b28productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c6b2afallbackproductStream ON translation69e32194c6b2afallbackproductStream.objecttype = : translation69e32194c6b2afallbackproductStream 
  AND translation69e32194c6b2afallbackproductStream.objectkey = stream.id 
  AND translation69e32194c6b2afallbackproductStream.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
  ":translation69e32194c6b1es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c6b22fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c6b24s_media_attributes" => "s_media_attributes"
  ":translation69e32194c6b26fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c6b28productStream" => "productStream"
  ":translation69e32194c6b2afallbackproductStream" => "productStream"
  ":translation69e32194c6b2ccategory" => "category"
  ":translation69e32194c6b2dfallbackcategory" => "category"
]
0.0008 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 @1776492948 {#2399
    date: 2026-04-18 08:15:48.814921 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c7145s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c7149fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c714bs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c714dfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c714fproductStream.objectdata as __stream_translation, 
  translation69e32194c7151fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c7153category.objectdata as __category_translation, 
  translation69e32194c7154fallbackcategory.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 translation69e32194c7153category ON translation69e32194c7153category.objecttype = : translation69e32194c7153category 
  AND translation69e32194c7153category.objectkey = category.id 
  AND translation69e32194c7153category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7154fallbackcategory ON translation69e32194c7154fallbackcategory.objecttype = : translation69e32194c7154fallbackcategory 
  AND translation69e32194c7154fallbackcategory.objectkey = category.id 
  AND translation69e32194c7154fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c7145s_categories_attributes ON translation69e32194c7145s_categories_attributes.objecttype = : translation69e32194c7145s_categories_attributes 
  AND translation69e32194c7145s_categories_attributes.objectkey = category.id 
  AND translation69e32194c7145s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7149fallbacks_categories_attributes ON translation69e32194c7149fallbacks_categories_attributes.objecttype = : translation69e32194c7149fallbacks_categories_attributes 
  AND translation69e32194c7149fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c7149fallbacks_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 translation69e32194c714bs_media_attributes ON translation69e32194c714bs_media_attributes.objecttype = : translation69e32194c714bs_media_attributes 
  AND translation69e32194c714bs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c714bs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c714dfallbacks_media_attributes ON translation69e32194c714dfallbacks_media_attributes.objecttype = : translation69e32194c714dfallbacks_media_attributes 
  AND translation69e32194c714dfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c714dfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c714fproductStream ON translation69e32194c714fproductStream.objecttype = : translation69e32194c714fproductStream 
  AND translation69e32194c714fproductStream.objectkey = stream.id 
  AND translation69e32194c714fproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7151fallbackproductStream ON translation69e32194c7151fallbackproductStream.objecttype = : translation69e32194c7151fallbackproductStream 
  AND translation69e32194c7151fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c7151fallbackproductStream.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
  ":translation69e32194c7145s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c7149fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c714bs_media_attributes" => "s_media_attributes"
  ":translation69e32194c714dfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c714fproductStream" => "productStream"
  ":translation69e32194c7151fallbackproductStream" => "productStream"
  ":translation69e32194c7153category" => "category"
  ":translation69e32194c7154fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 21
]
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 => 22
  1 => DateTime @1776492948 {#2400
    date: 2026-04-18 08:15:48.816493 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c777ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c7781fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c7783s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c7785fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c7787productStream.objectdata as __stream_translation, 
  translation69e32194c7789fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c778bcategory.objectdata as __category_translation, 
  translation69e32194c778cfallbackcategory.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 translation69e32194c778bcategory ON translation69e32194c778bcategory.objecttype = : translation69e32194c778bcategory 
  AND translation69e32194c778bcategory.objectkey = category.id 
  AND translation69e32194c778bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c778cfallbackcategory ON translation69e32194c778cfallbackcategory.objecttype = : translation69e32194c778cfallbackcategory 
  AND translation69e32194c778cfallbackcategory.objectkey = category.id 
  AND translation69e32194c778cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c777ds_categories_attributes ON translation69e32194c777ds_categories_attributes.objecttype = : translation69e32194c777ds_categories_attributes 
  AND translation69e32194c777ds_categories_attributes.objectkey = category.id 
  AND translation69e32194c777ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7781fallbacks_categories_attributes ON translation69e32194c7781fallbacks_categories_attributes.objecttype = : translation69e32194c7781fallbacks_categories_attributes 
  AND translation69e32194c7781fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c7781fallbacks_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 translation69e32194c7783s_media_attributes ON translation69e32194c7783s_media_attributes.objecttype = : translation69e32194c7783s_media_attributes 
  AND translation69e32194c7783s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c7783s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7785fallbacks_media_attributes ON translation69e32194c7785fallbacks_media_attributes.objecttype = : translation69e32194c7785fallbacks_media_attributes 
  AND translation69e32194c7785fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c7785fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c7787productStream ON translation69e32194c7787productStream.objecttype = : translation69e32194c7787productStream 
  AND translation69e32194c7787productStream.objectkey = stream.id 
  AND translation69e32194c7787productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7789fallbackproductStream ON translation69e32194c7789fallbackproductStream.objecttype = : translation69e32194c7789fallbackproductStream 
  AND translation69e32194c7789fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c7789fallbackproductStream.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
  ":translation69e32194c777ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c7781fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c7783s_media_attributes" => "s_media_attributes"
  ":translation69e32194c7785fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c7787productStream" => "productStream"
  ":translation69e32194c7789fallbackproductStream" => "productStream"
  ":translation69e32194c778bcategory" => "category"
  ":translation69e32194c778cfallbackcategory" => "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, 
  translation69e32194c7b2cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c7b30fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c7b32s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c7b34fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c7b36productStream.objectdata as __stream_translation, 
  translation69e32194c7b38fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c7b3acategory.objectdata as __category_translation, 
  translation69e32194c7b3bfallbackcategory.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 translation69e32194c7b3acategory ON translation69e32194c7b3acategory.objecttype = : translation69e32194c7b3acategory 
  AND translation69e32194c7b3acategory.objectkey = category.id 
  AND translation69e32194c7b3acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7b3bfallbackcategory ON translation69e32194c7b3bfallbackcategory.objecttype = : translation69e32194c7b3bfallbackcategory 
  AND translation69e32194c7b3bfallbackcategory.objectkey = category.id 
  AND translation69e32194c7b3bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c7b2cs_categories_attributes ON translation69e32194c7b2cs_categories_attributes.objecttype = : translation69e32194c7b2cs_categories_attributes 
  AND translation69e32194c7b2cs_categories_attributes.objectkey = category.id 
  AND translation69e32194c7b2cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7b30fallbacks_categories_attributes ON translation69e32194c7b30fallbacks_categories_attributes.objecttype = : translation69e32194c7b30fallbacks_categories_attributes 
  AND translation69e32194c7b30fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c7b30fallbacks_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 translation69e32194c7b32s_media_attributes ON translation69e32194c7b32s_media_attributes.objecttype = : translation69e32194c7b32s_media_attributes 
  AND translation69e32194c7b32s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c7b32s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7b34fallbacks_media_attributes ON translation69e32194c7b34fallbacks_media_attributes.objecttype = : translation69e32194c7b34fallbacks_media_attributes 
  AND translation69e32194c7b34fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c7b34fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c7b36productStream ON translation69e32194c7b36productStream.objecttype = : translation69e32194c7b36productStream 
  AND translation69e32194c7b36productStream.objectkey = stream.id 
  AND translation69e32194c7b36productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c7b38fallbackproductStream ON translation69e32194c7b38fallbackproductStream.objecttype = : translation69e32194c7b38fallbackproductStream 
  AND translation69e32194c7b38fallbackproductStream.objectkey = stream.id 
  AND translation69e32194c7b38fallbackproductStream.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
  ":translation69e32194c7b2cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c7b30fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c7b32s_media_attributes" => "s_media_attributes"
  ":translation69e32194c7b34fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c7b36productStream" => "productStream"
  ":translation69e32194c7b38fallbackproductStream" => "productStream"
  ":translation69e32194c7b3acategory" => "category"
  ":translation69e32194c7b3bfallbackcategory" => "category"
]
0.0008 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 @1776492948 {#2401
    date: 2026-04-18 08:15:48.819068 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c818fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c8193fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c8196s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c8197fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c8199productStream.objectdata as __stream_translation, 
  translation69e32194c819bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c819dcategory.objectdata as __category_translation, 
  translation69e32194c819efallbackcategory.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 translation69e32194c819dcategory ON translation69e32194c819dcategory.objecttype = : translation69e32194c819dcategory 
  AND translation69e32194c819dcategory.objectkey = category.id 
  AND translation69e32194c819dcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c819efallbackcategory ON translation69e32194c819efallbackcategory.objecttype = : translation69e32194c819efallbackcategory 
  AND translation69e32194c819efallbackcategory.objectkey = category.id 
  AND translation69e32194c819efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c818fs_categories_attributes ON translation69e32194c818fs_categories_attributes.objecttype = : translation69e32194c818fs_categories_attributes 
  AND translation69e32194c818fs_categories_attributes.objectkey = category.id 
  AND translation69e32194c818fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8193fallbacks_categories_attributes ON translation69e32194c8193fallbacks_categories_attributes.objecttype = : translation69e32194c8193fallbacks_categories_attributes 
  AND translation69e32194c8193fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c8193fallbacks_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 translation69e32194c8196s_media_attributes ON translation69e32194c8196s_media_attributes.objecttype = : translation69e32194c8196s_media_attributes 
  AND translation69e32194c8196s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8196s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8197fallbacks_media_attributes ON translation69e32194c8197fallbacks_media_attributes.objecttype = : translation69e32194c8197fallbacks_media_attributes 
  AND translation69e32194c8197fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8197fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c8199productStream ON translation69e32194c8199productStream.objecttype = : translation69e32194c8199productStream 
  AND translation69e32194c8199productStream.objectkey = stream.id 
  AND translation69e32194c8199productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c819bfallbackproductStream ON translation69e32194c819bfallbackproductStream.objecttype = : translation69e32194c819bfallbackproductStream 
  AND translation69e32194c819bfallbackproductStream.objectkey = stream.id 
  AND translation69e32194c819bfallbackproductStream.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
  ":translation69e32194c818fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c8193fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c8196s_media_attributes" => "s_media_attributes"
  ":translation69e32194c8197fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c8199productStream" => "productStream"
  ":translation69e32194c819bfallbackproductStream" => "productStream"
  ":translation69e32194c819dcategory" => "category"
  ":translation69e32194c819efallbackcategory" => "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, 
  translation69e32194c854es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c8551fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c8554s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c8556fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c8558productStream.objectdata as __stream_translation, 
  translation69e32194c855afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c855ccategory.objectdata as __category_translation, 
  translation69e32194c855dfallbackcategory.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 translation69e32194c855ccategory ON translation69e32194c855ccategory.objecttype = : translation69e32194c855ccategory 
  AND translation69e32194c855ccategory.objectkey = category.id 
  AND translation69e32194c855ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c855dfallbackcategory ON translation69e32194c855dfallbackcategory.objecttype = : translation69e32194c855dfallbackcategory 
  AND translation69e32194c855dfallbackcategory.objectkey = category.id 
  AND translation69e32194c855dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c854es_categories_attributes ON translation69e32194c854es_categories_attributes.objecttype = : translation69e32194c854es_categories_attributes 
  AND translation69e32194c854es_categories_attributes.objectkey = category.id 
  AND translation69e32194c854es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8551fallbacks_categories_attributes ON translation69e32194c8551fallbacks_categories_attributes.objecttype = : translation69e32194c8551fallbacks_categories_attributes 
  AND translation69e32194c8551fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c8551fallbacks_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 translation69e32194c8554s_media_attributes ON translation69e32194c8554s_media_attributes.objecttype = : translation69e32194c8554s_media_attributes 
  AND translation69e32194c8554s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8554s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8556fallbacks_media_attributes ON translation69e32194c8556fallbacks_media_attributes.objecttype = : translation69e32194c8556fallbacks_media_attributes 
  AND translation69e32194c8556fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8556fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c8558productStream ON translation69e32194c8558productStream.objecttype = : translation69e32194c8558productStream 
  AND translation69e32194c8558productStream.objectkey = stream.id 
  AND translation69e32194c8558productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c855afallbackproductStream ON translation69e32194c855afallbackproductStream.objecttype = : translation69e32194c855afallbackproductStream 
  AND translation69e32194c855afallbackproductStream.objectkey = stream.id 
  AND translation69e32194c855afallbackproductStream.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
  ":translation69e32194c854es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c8551fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c8554s_media_attributes" => "s_media_attributes"
  ":translation69e32194c8556fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c8558productStream" => "productStream"
  ":translation69e32194c855afallbackproductStream" => "productStream"
  ":translation69e32194c855ccategory" => "category"
  ":translation69e32194c855dfallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 23
]
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 => 24
  1 => DateTime @1776492948 {#2402
    date: 2026-04-18 08:15:48.821587 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194c8b5fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c8b62fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c8b65s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c8b67fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c8b69productStream.objectdata as __stream_translation, 
  translation69e32194c8b6bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c8b6dcategory.objectdata as __category_translation, 
  translation69e32194c8b6efallbackcategory.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 translation69e32194c8b6dcategory ON translation69e32194c8b6dcategory.objecttype = : translation69e32194c8b6dcategory 
  AND translation69e32194c8b6dcategory.objectkey = category.id 
  AND translation69e32194c8b6dcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8b6efallbackcategory ON translation69e32194c8b6efallbackcategory.objecttype = : translation69e32194c8b6efallbackcategory 
  AND translation69e32194c8b6efallbackcategory.objectkey = category.id 
  AND translation69e32194c8b6efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c8b5fs_categories_attributes ON translation69e32194c8b5fs_categories_attributes.objecttype = : translation69e32194c8b5fs_categories_attributes 
  AND translation69e32194c8b5fs_categories_attributes.objectkey = category.id 
  AND translation69e32194c8b5fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8b62fallbacks_categories_attributes ON translation69e32194c8b62fallbacks_categories_attributes.objecttype = : translation69e32194c8b62fallbacks_categories_attributes 
  AND translation69e32194c8b62fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c8b62fallbacks_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 translation69e32194c8b65s_media_attributes ON translation69e32194c8b65s_media_attributes.objecttype = : translation69e32194c8b65s_media_attributes 
  AND translation69e32194c8b65s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8b65s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8b67fallbacks_media_attributes ON translation69e32194c8b67fallbacks_media_attributes.objecttype = : translation69e32194c8b67fallbacks_media_attributes 
  AND translation69e32194c8b67fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8b67fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c8b69productStream ON translation69e32194c8b69productStream.objecttype = : translation69e32194c8b69productStream 
  AND translation69e32194c8b69productStream.objectkey = stream.id 
  AND translation69e32194c8b69productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8b6bfallbackproductStream ON translation69e32194c8b6bfallbackproductStream.objecttype = : translation69e32194c8b6bfallbackproductStream 
  AND translation69e32194c8b6bfallbackproductStream.objectkey = stream.id 
  AND translation69e32194c8b6bfallbackproductStream.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
  ":translation69e32194c8b5fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c8b62fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c8b65s_media_attributes" => "s_media_attributes"
  ":translation69e32194c8b67fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c8b69productStream" => "productStream"
  ":translation69e32194c8b6bfallbackproductStream" => "productStream"
  ":translation69e32194c8b6dcategory" => "category"
  ":translation69e32194c8b6efallbackcategory" => "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, 
  translation69e32194c8f03s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c8f07fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c8f09s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c8f0bfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c8f0dproductStream.objectdata as __stream_translation, 
  translation69e32194c8f0ffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c8f11category.objectdata as __category_translation, 
  translation69e32194c8f13fallbackcategory.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 translation69e32194c8f11category ON translation69e32194c8f11category.objecttype = : translation69e32194c8f11category 
  AND translation69e32194c8f11category.objectkey = category.id 
  AND translation69e32194c8f11category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8f13fallbackcategory ON translation69e32194c8f13fallbackcategory.objecttype = : translation69e32194c8f13fallbackcategory 
  AND translation69e32194c8f13fallbackcategory.objectkey = category.id 
  AND translation69e32194c8f13fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c8f03s_categories_attributes ON translation69e32194c8f03s_categories_attributes.objecttype = : translation69e32194c8f03s_categories_attributes 
  AND translation69e32194c8f03s_categories_attributes.objectkey = category.id 
  AND translation69e32194c8f03s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8f07fallbacks_categories_attributes ON translation69e32194c8f07fallbacks_categories_attributes.objecttype = : translation69e32194c8f07fallbacks_categories_attributes 
  AND translation69e32194c8f07fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c8f07fallbacks_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 translation69e32194c8f09s_media_attributes ON translation69e32194c8f09s_media_attributes.objecttype = : translation69e32194c8f09s_media_attributes 
  AND translation69e32194c8f09s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8f09s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8f0bfallbacks_media_attributes ON translation69e32194c8f0bfallbacks_media_attributes.objecttype = : translation69e32194c8f0bfallbacks_media_attributes 
  AND translation69e32194c8f0bfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c8f0bfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c8f0dproductStream ON translation69e32194c8f0dproductStream.objecttype = : translation69e32194c8f0dproductStream 
  AND translation69e32194c8f0dproductStream.objectkey = stream.id 
  AND translation69e32194c8f0dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c8f0ffallbackproductStream ON translation69e32194c8f0ffallbackproductStream.objecttype = : translation69e32194c8f0ffallbackproductStream 
  AND translation69e32194c8f0ffallbackproductStream.objectkey = stream.id 
  AND translation69e32194c8f0ffallbackproductStream.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
  ":translation69e32194c8f03s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c8f07fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c8f09s_media_attributes" => "s_media_attributes"
  ":translation69e32194c8f0bfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c8f0dproductStream" => "productStream"
  ":translation69e32194c8f0ffallbackproductStream" => "productStream"
  ":translation69e32194c8f11category" => "category"
  ":translation69e32194c8f13fallbackcategory" => "category"
]
0.0008 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 @1776492948 {#2403
    date: 2026-04-18 08:15:48.824104 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2403}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 25
]
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 => 26
  1 => DateTime @1776492948 {#2404
    date: 2026-04-18 08:15:48.824738 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2404}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 26
]
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 => 27
  1 => DateTime @1776492948 {#2405
    date: 2026-04-18 08:15:48.825367 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2405}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 27
]
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 => 28
  1 => DateTime @1776492948 {#2406
    date: 2026-04-18 08:15:48.826002 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2406}
]
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 @1776492948 {#2407
    date: 2026-04-18 08:15:48.826595 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2407}
]
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, 
  translation69e32194c9ef1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194c9ef5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194c9ef7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194c9ef9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194c9efbproductStream.objectdata as __stream_translation, 
  translation69e32194c9efdfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194c9effcategory.objectdata as __category_translation, 
  translation69e32194c9f00fallbackcategory.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 translation69e32194c9effcategory ON translation69e32194c9effcategory.objecttype = : translation69e32194c9effcategory 
  AND translation69e32194c9effcategory.objectkey = category.id 
  AND translation69e32194c9effcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c9f00fallbackcategory ON translation69e32194c9f00fallbackcategory.objecttype = : translation69e32194c9f00fallbackcategory 
  AND translation69e32194c9f00fallbackcategory.objectkey = category.id 
  AND translation69e32194c9f00fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194c9ef1s_categories_attributes ON translation69e32194c9ef1s_categories_attributes.objecttype = : translation69e32194c9ef1s_categories_attributes 
  AND translation69e32194c9ef1s_categories_attributes.objectkey = category.id 
  AND translation69e32194c9ef1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c9ef5fallbacks_categories_attributes ON translation69e32194c9ef5fallbacks_categories_attributes.objecttype = : translation69e32194c9ef5fallbacks_categories_attributes 
  AND translation69e32194c9ef5fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194c9ef5fallbacks_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 translation69e32194c9ef7s_media_attributes ON translation69e32194c9ef7s_media_attributes.objecttype = : translation69e32194c9ef7s_media_attributes 
  AND translation69e32194c9ef7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c9ef7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c9ef9fallbacks_media_attributes ON translation69e32194c9ef9fallbacks_media_attributes.objecttype = : translation69e32194c9ef9fallbacks_media_attributes 
  AND translation69e32194c9ef9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194c9ef9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194c9efbproductStream ON translation69e32194c9efbproductStream.objecttype = : translation69e32194c9efbproductStream 
  AND translation69e32194c9efbproductStream.objectkey = stream.id 
  AND translation69e32194c9efbproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194c9efdfallbackproductStream ON translation69e32194c9efdfallbackproductStream.objecttype = : translation69e32194c9efdfallbackproductStream 
  AND translation69e32194c9efdfallbackproductStream.objectkey = stream.id 
  AND translation69e32194c9efdfallbackproductStream.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
  ":translation69e32194c9ef1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194c9ef5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194c9ef7s_media_attributes" => "s_media_attributes"
  ":translation69e32194c9ef9fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194c9efbproductStream" => "productStream"
  ":translation69e32194c9efdfallbackproductStream" => "productStream"
  ":translation69e32194c9effcategory" => "category"
  ":translation69e32194c9f00fallbackcategory" => "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, 
  translation69e32194ca2b8s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194ca2bcfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194ca2bfs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194ca2c0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194ca2c3productStream.objectdata as __stream_translation, 
  translation69e32194ca2c4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194ca2c6category.objectdata as __category_translation, 
  translation69e32194ca2c8fallbackcategory.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 translation69e32194ca2c6category ON translation69e32194ca2c6category.objecttype = : translation69e32194ca2c6category 
  AND translation69e32194ca2c6category.objectkey = category.id 
  AND translation69e32194ca2c6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ca2c8fallbackcategory ON translation69e32194ca2c8fallbackcategory.objecttype = : translation69e32194ca2c8fallbackcategory 
  AND translation69e32194ca2c8fallbackcategory.objectkey = category.id 
  AND translation69e32194ca2c8fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194ca2b8s_categories_attributes ON translation69e32194ca2b8s_categories_attributes.objecttype = : translation69e32194ca2b8s_categories_attributes 
  AND translation69e32194ca2b8s_categories_attributes.objectkey = category.id 
  AND translation69e32194ca2b8s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ca2bcfallbacks_categories_attributes ON translation69e32194ca2bcfallbacks_categories_attributes.objecttype = : translation69e32194ca2bcfallbacks_categories_attributes 
  AND translation69e32194ca2bcfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194ca2bcfallbacks_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 translation69e32194ca2bfs_media_attributes ON translation69e32194ca2bfs_media_attributes.objecttype = : translation69e32194ca2bfs_media_attributes 
  AND translation69e32194ca2bfs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194ca2bfs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ca2c0fallbacks_media_attributes ON translation69e32194ca2c0fallbacks_media_attributes.objecttype = : translation69e32194ca2c0fallbacks_media_attributes 
  AND translation69e32194ca2c0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194ca2c0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194ca2c3productStream ON translation69e32194ca2c3productStream.objecttype = : translation69e32194ca2c3productStream 
  AND translation69e32194ca2c3productStream.objectkey = stream.id 
  AND translation69e32194ca2c3productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ca2c4fallbackproductStream ON translation69e32194ca2c4fallbackproductStream.objecttype = : translation69e32194ca2c4fallbackproductStream 
  AND translation69e32194ca2c4fallbackproductStream.objectkey = stream.id 
  AND translation69e32194ca2c4fallbackproductStream.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
  ":translation69e32194ca2b8s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194ca2bcfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194ca2bfs_media_attributes" => "s_media_attributes"
  ":translation69e32194ca2c0fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194ca2c3productStream" => "productStream"
  ":translation69e32194ca2c4fallbackproductStream" => "productStream"
  ":translation69e32194ca2c6category" => "category"
  ":translation69e32194ca2c8fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 29
]
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 => 30
  1 => DateTime @1776492948 {#2408
    date: 2026-04-18 08:15:48.829155 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2408}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 30
]
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 => 31
  1 => DateTime @1776492948 {#2409
    date: 2026-04-18 08:15:48.829794 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2409}
]
0.0002 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 @1776492948 {#2410
    date: 2026-04-18 08:15:48.830348 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2410}
]
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 @1776492948 {#2411
    date: 2026-04-18 08:15:48.830946 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2411}
]
0.0002 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 @1776492948 {#2412
    date: 2026-04-18 08:15:48.831446 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2412}
]
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, 
  translation69e32194cb1e8s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cb1ecfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cb1ees_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cb1f0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cb1f2productStream.objectdata as __stream_translation, 
  translation69e32194cb1f4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cb1f6category.objectdata as __category_translation, 
  translation69e32194cb1f7fallbackcategory.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 translation69e32194cb1f6category ON translation69e32194cb1f6category.objecttype = : translation69e32194cb1f6category 
  AND translation69e32194cb1f6category.objectkey = category.id 
  AND translation69e32194cb1f6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb1f7fallbackcategory ON translation69e32194cb1f7fallbackcategory.objecttype = : translation69e32194cb1f7fallbackcategory 
  AND translation69e32194cb1f7fallbackcategory.objectkey = category.id 
  AND translation69e32194cb1f7fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cb1e8s_categories_attributes ON translation69e32194cb1e8s_categories_attributes.objecttype = : translation69e32194cb1e8s_categories_attributes 
  AND translation69e32194cb1e8s_categories_attributes.objectkey = category.id 
  AND translation69e32194cb1e8s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb1ecfallbacks_categories_attributes ON translation69e32194cb1ecfallbacks_categories_attributes.objecttype = : translation69e32194cb1ecfallbacks_categories_attributes 
  AND translation69e32194cb1ecfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cb1ecfallbacks_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 translation69e32194cb1ees_media_attributes ON translation69e32194cb1ees_media_attributes.objecttype = : translation69e32194cb1ees_media_attributes 
  AND translation69e32194cb1ees_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cb1ees_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb1f0fallbacks_media_attributes ON translation69e32194cb1f0fallbacks_media_attributes.objecttype = : translation69e32194cb1f0fallbacks_media_attributes 
  AND translation69e32194cb1f0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cb1f0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cb1f2productStream ON translation69e32194cb1f2productStream.objecttype = : translation69e32194cb1f2productStream 
  AND translation69e32194cb1f2productStream.objectkey = stream.id 
  AND translation69e32194cb1f2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb1f4fallbackproductStream ON translation69e32194cb1f4fallbackproductStream.objecttype = : translation69e32194cb1f4fallbackproductStream 
  AND translation69e32194cb1f4fallbackproductStream.objectkey = stream.id 
  AND translation69e32194cb1f4fallbackproductStream.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
  ":translation69e32194cb1e8s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cb1ecfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cb1ees_media_attributes" => "s_media_attributes"
  ":translation69e32194cb1f0fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cb1f2productStream" => "productStream"
  ":translation69e32194cb1f4fallbackproductStream" => "productStream"
  ":translation69e32194cb1f6category" => "category"
  ":translation69e32194cb1f7fallbackcategory" => "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, 
  translation69e32194cb598s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cb59bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cb59es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cb5a0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cb5a2productStream.objectdata as __stream_translation, 
  translation69e32194cb5a4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cb5a6category.objectdata as __category_translation, 
  translation69e32194cb5a7fallbackcategory.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 translation69e32194cb5a6category ON translation69e32194cb5a6category.objecttype = : translation69e32194cb5a6category 
  AND translation69e32194cb5a6category.objectkey = category.id 
  AND translation69e32194cb5a6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb5a7fallbackcategory ON translation69e32194cb5a7fallbackcategory.objecttype = : translation69e32194cb5a7fallbackcategory 
  AND translation69e32194cb5a7fallbackcategory.objectkey = category.id 
  AND translation69e32194cb5a7fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cb598s_categories_attributes ON translation69e32194cb598s_categories_attributes.objecttype = : translation69e32194cb598s_categories_attributes 
  AND translation69e32194cb598s_categories_attributes.objectkey = category.id 
  AND translation69e32194cb598s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb59bfallbacks_categories_attributes ON translation69e32194cb59bfallbacks_categories_attributes.objecttype = : translation69e32194cb59bfallbacks_categories_attributes 
  AND translation69e32194cb59bfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cb59bfallbacks_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 translation69e32194cb59es_media_attributes ON translation69e32194cb59es_media_attributes.objecttype = : translation69e32194cb59es_media_attributes 
  AND translation69e32194cb59es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cb59es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb5a0fallbacks_media_attributes ON translation69e32194cb5a0fallbacks_media_attributes.objecttype = : translation69e32194cb5a0fallbacks_media_attributes 
  AND translation69e32194cb5a0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cb5a0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cb5a2productStream ON translation69e32194cb5a2productStream.objecttype = : translation69e32194cb5a2productStream 
  AND translation69e32194cb5a2productStream.objectkey = stream.id 
  AND translation69e32194cb5a2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cb5a4fallbackproductStream ON translation69e32194cb5a4fallbackproductStream.objecttype = : translation69e32194cb5a4fallbackproductStream 
  AND translation69e32194cb5a4fallbackproductStream.objectkey = stream.id 
  AND translation69e32194cb5a4fallbackproductStream.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
  ":translation69e32194cb598s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cb59bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cb59es_media_attributes" => "s_media_attributes"
  ":translation69e32194cb5a0fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cb5a2productStream" => "productStream"
  ":translation69e32194cb5a4fallbackproductStream" => "productStream"
  ":translation69e32194cb5a6category" => "category"
  ":translation69e32194cb5a7fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 34
]
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 => 35
  1 => DateTime @1776492948 {#2413
    date: 2026-04-18 08:15:48.834021 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2413}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 35
]
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 => 36
  1 => DateTime @1776492948 {#2414
    date: 2026-04-18 08:15:48.834627 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2414}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 36
]
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 => 37
  1 => DateTime @1776492948 {#2415
    date: 2026-04-18 08:15:48.835265 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2415}
]
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 @1776492948 {#2416
    date: 2026-04-18 08:15:48.835898 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2416}
]
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 @1776492948 {#2417
    date: 2026-04-18 08:15:48.836501 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2417}
]
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, 
  translation69e32194cc5a3s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cc5a7fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cc5aas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cc5acfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cc5aeproductStream.objectdata as __stream_translation, 
  translation69e32194cc5affallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cc5b1category.objectdata as __category_translation, 
  translation69e32194cc5b3fallbackcategory.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 translation69e32194cc5b1category ON translation69e32194cc5b1category.objecttype = : translation69e32194cc5b1category 
  AND translation69e32194cc5b1category.objectkey = category.id 
  AND translation69e32194cc5b1category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc5b3fallbackcategory ON translation69e32194cc5b3fallbackcategory.objecttype = : translation69e32194cc5b3fallbackcategory 
  AND translation69e32194cc5b3fallbackcategory.objectkey = category.id 
  AND translation69e32194cc5b3fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cc5a3s_categories_attributes ON translation69e32194cc5a3s_categories_attributes.objecttype = : translation69e32194cc5a3s_categories_attributes 
  AND translation69e32194cc5a3s_categories_attributes.objectkey = category.id 
  AND translation69e32194cc5a3s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc5a7fallbacks_categories_attributes ON translation69e32194cc5a7fallbacks_categories_attributes.objecttype = : translation69e32194cc5a7fallbacks_categories_attributes 
  AND translation69e32194cc5a7fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cc5a7fallbacks_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 translation69e32194cc5aas_media_attributes ON translation69e32194cc5aas_media_attributes.objecttype = : translation69e32194cc5aas_media_attributes 
  AND translation69e32194cc5aas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cc5aas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc5acfallbacks_media_attributes ON translation69e32194cc5acfallbacks_media_attributes.objecttype = : translation69e32194cc5acfallbacks_media_attributes 
  AND translation69e32194cc5acfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cc5acfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cc5aeproductStream ON translation69e32194cc5aeproductStream.objecttype = : translation69e32194cc5aeproductStream 
  AND translation69e32194cc5aeproductStream.objectkey = stream.id 
  AND translation69e32194cc5aeproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc5affallbackproductStream ON translation69e32194cc5affallbackproductStream.objecttype = : translation69e32194cc5affallbackproductStream 
  AND translation69e32194cc5affallbackproductStream.objectkey = stream.id 
  AND translation69e32194cc5affallbackproductStream.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
  ":translation69e32194cc5a3s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cc5a7fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cc5aas_media_attributes" => "s_media_attributes"
  ":translation69e32194cc5acfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cc5aeproductStream" => "productStream"
  ":translation69e32194cc5affallbackproductStream" => "productStream"
  ":translation69e32194cc5b1category" => "category"
  ":translation69e32194cc5b3fallbackcategory" => "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, 
  translation69e32194cc97as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cc97efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cc981s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cc982fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cc984productStream.objectdata as __stream_translation, 
  translation69e32194cc986fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cc988category.objectdata as __category_translation, 
  translation69e32194cc989fallbackcategory.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 translation69e32194cc988category ON translation69e32194cc988category.objecttype = : translation69e32194cc988category 
  AND translation69e32194cc988category.objectkey = category.id 
  AND translation69e32194cc988category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc989fallbackcategory ON translation69e32194cc989fallbackcategory.objecttype = : translation69e32194cc989fallbackcategory 
  AND translation69e32194cc989fallbackcategory.objectkey = category.id 
  AND translation69e32194cc989fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cc97as_categories_attributes ON translation69e32194cc97as_categories_attributes.objecttype = : translation69e32194cc97as_categories_attributes 
  AND translation69e32194cc97as_categories_attributes.objectkey = category.id 
  AND translation69e32194cc97as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc97efallbacks_categories_attributes ON translation69e32194cc97efallbacks_categories_attributes.objecttype = : translation69e32194cc97efallbacks_categories_attributes 
  AND translation69e32194cc97efallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cc97efallbacks_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 translation69e32194cc981s_media_attributes ON translation69e32194cc981s_media_attributes.objecttype = : translation69e32194cc981s_media_attributes 
  AND translation69e32194cc981s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cc981s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc982fallbacks_media_attributes ON translation69e32194cc982fallbacks_media_attributes.objecttype = : translation69e32194cc982fallbacks_media_attributes 
  AND translation69e32194cc982fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cc982fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cc984productStream ON translation69e32194cc984productStream.objecttype = : translation69e32194cc984productStream 
  AND translation69e32194cc984productStream.objectkey = stream.id 
  AND translation69e32194cc984productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cc986fallbackproductStream ON translation69e32194cc986fallbackproductStream.objecttype = : translation69e32194cc986fallbackproductStream 
  AND translation69e32194cc986fallbackproductStream.objectkey = stream.id 
  AND translation69e32194cc986fallbackproductStream.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
  ":translation69e32194cc97as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cc97efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cc981s_media_attributes" => "s_media_attributes"
  ":translation69e32194cc982fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cc984productStream" => "productStream"
  ":translation69e32194cc986fallbackproductStream" => "productStream"
  ":translation69e32194cc988category" => "category"
  ":translation69e32194cc989fallbackcategory" => "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 @1776492948 {#2418
    date: 2026-04-18 08:15:48.839078 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2418}
]
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 @1776492948 {#2419
    date: 2026-04-18 08:15:48.839712 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2419}
]
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 @1776492948 {#2420
    date: 2026-04-18 08:15:48.840333 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2420}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 42
]
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 => 43
  1 => DateTime @1776492948 {#2421
    date: 2026-04-18 08:15:48.840993 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2421}
]
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 @1776492948 {#2422
    date: 2026-04-18 08:15:48.841627 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2422}
]
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, 
  translation69e32194cd9a8s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cd9abfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cd9aes_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cd9b0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cd9b2productStream.objectdata as __stream_translation, 
  translation69e32194cd9b4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cd9b5category.objectdata as __category_translation, 
  translation69e32194cd9b7fallbackcategory.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 translation69e32194cd9b5category ON translation69e32194cd9b5category.objecttype = : translation69e32194cd9b5category 
  AND translation69e32194cd9b5category.objectkey = category.id 
  AND translation69e32194cd9b5category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cd9b7fallbackcategory ON translation69e32194cd9b7fallbackcategory.objecttype = : translation69e32194cd9b7fallbackcategory 
  AND translation69e32194cd9b7fallbackcategory.objectkey = category.id 
  AND translation69e32194cd9b7fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cd9a8s_categories_attributes ON translation69e32194cd9a8s_categories_attributes.objecttype = : translation69e32194cd9a8s_categories_attributes 
  AND translation69e32194cd9a8s_categories_attributes.objectkey = category.id 
  AND translation69e32194cd9a8s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cd9abfallbacks_categories_attributes ON translation69e32194cd9abfallbacks_categories_attributes.objecttype = : translation69e32194cd9abfallbacks_categories_attributes 
  AND translation69e32194cd9abfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cd9abfallbacks_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 translation69e32194cd9aes_media_attributes ON translation69e32194cd9aes_media_attributes.objecttype = : translation69e32194cd9aes_media_attributes 
  AND translation69e32194cd9aes_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cd9aes_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cd9b0fallbacks_media_attributes ON translation69e32194cd9b0fallbacks_media_attributes.objecttype = : translation69e32194cd9b0fallbacks_media_attributes 
  AND translation69e32194cd9b0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cd9b0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cd9b2productStream ON translation69e32194cd9b2productStream.objecttype = : translation69e32194cd9b2productStream 
  AND translation69e32194cd9b2productStream.objectkey = stream.id 
  AND translation69e32194cd9b2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cd9b4fallbackproductStream ON translation69e32194cd9b4fallbackproductStream.objecttype = : translation69e32194cd9b4fallbackproductStream 
  AND translation69e32194cd9b4fallbackproductStream.objectkey = stream.id 
  AND translation69e32194cd9b4fallbackproductStream.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
  ":translation69e32194cd9a8s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cd9abfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cd9aes_media_attributes" => "s_media_attributes"
  ":translation69e32194cd9b0fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cd9b2productStream" => "productStream"
  ":translation69e32194cd9b4fallbackproductStream" => "productStream"
  ":translation69e32194cd9b5category" => "category"
  ":translation69e32194cd9b7fallbackcategory" => "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, 
  translation69e32194cdd63s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cdd67fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cdd69s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cdd6bfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cdd6dproductStream.objectdata as __stream_translation, 
  translation69e32194cdd6ffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cdd71category.objectdata as __category_translation, 
  translation69e32194cdd72fallbackcategory.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 translation69e32194cdd71category ON translation69e32194cdd71category.objecttype = : translation69e32194cdd71category 
  AND translation69e32194cdd71category.objectkey = category.id 
  AND translation69e32194cdd71category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cdd72fallbackcategory ON translation69e32194cdd72fallbackcategory.objecttype = : translation69e32194cdd72fallbackcategory 
  AND translation69e32194cdd72fallbackcategory.objectkey = category.id 
  AND translation69e32194cdd72fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cdd63s_categories_attributes ON translation69e32194cdd63s_categories_attributes.objecttype = : translation69e32194cdd63s_categories_attributes 
  AND translation69e32194cdd63s_categories_attributes.objectkey = category.id 
  AND translation69e32194cdd63s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cdd67fallbacks_categories_attributes ON translation69e32194cdd67fallbacks_categories_attributes.objecttype = : translation69e32194cdd67fallbacks_categories_attributes 
  AND translation69e32194cdd67fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cdd67fallbacks_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 translation69e32194cdd69s_media_attributes ON translation69e32194cdd69s_media_attributes.objecttype = : translation69e32194cdd69s_media_attributes 
  AND translation69e32194cdd69s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cdd69s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cdd6bfallbacks_media_attributes ON translation69e32194cdd6bfallbacks_media_attributes.objecttype = : translation69e32194cdd6bfallbacks_media_attributes 
  AND translation69e32194cdd6bfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cdd6bfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cdd6dproductStream ON translation69e32194cdd6dproductStream.objecttype = : translation69e32194cdd6dproductStream 
  AND translation69e32194cdd6dproductStream.objectkey = stream.id 
  AND translation69e32194cdd6dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cdd6ffallbackproductStream ON translation69e32194cdd6ffallbackproductStream.objecttype = : translation69e32194cdd6ffallbackproductStream 
  AND translation69e32194cdd6ffallbackproductStream.objectkey = stream.id 
  AND translation69e32194cdd6ffallbackproductStream.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
  ":translation69e32194cdd63s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cdd67fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cdd69s_media_attributes" => "s_media_attributes"
  ":translation69e32194cdd6bfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cdd6dproductStream" => "productStream"
  ":translation69e32194cdd6ffallbackproductStream" => "productStream"
  ":translation69e32194cdd71category" => "category"
  ":translation69e32194cdd72fallbackcategory" => "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 @1776492948 {#2423
    date: 2026-04-18 08:15:48.844176 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2423}
]
0.0002 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 @1776492948 {#2424
    date: 2026-04-18 08:15:48.844792 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2424}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 46
]
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 => 47
  1 => DateTime @1776492948 {#2425
    date: 2026-04-18 08:15:48.845425 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2425}
]
0.0002 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 @1776492948 {#2426
    date: 2026-04-18 08:15:48.846024 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2426}
]
0.0002 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 @1776492948 {#2427
    date: 2026-04-18 08:15:48.846626 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2427}
]
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, 
  translation69e32194ced04s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194ced08fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194ced0as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194ced0cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194ced0eproductStream.objectdata as __stream_translation, 
  translation69e32194ced10fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194ced12category.objectdata as __category_translation, 
  translation69e32194ced14fallbackcategory.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 translation69e32194ced12category ON translation69e32194ced12category.objecttype = : translation69e32194ced12category 
  AND translation69e32194ced12category.objectkey = category.id 
  AND translation69e32194ced12category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ced14fallbackcategory ON translation69e32194ced14fallbackcategory.objecttype = : translation69e32194ced14fallbackcategory 
  AND translation69e32194ced14fallbackcategory.objectkey = category.id 
  AND translation69e32194ced14fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194ced04s_categories_attributes ON translation69e32194ced04s_categories_attributes.objecttype = : translation69e32194ced04s_categories_attributes 
  AND translation69e32194ced04s_categories_attributes.objectkey = category.id 
  AND translation69e32194ced04s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ced08fallbacks_categories_attributes ON translation69e32194ced08fallbacks_categories_attributes.objecttype = : translation69e32194ced08fallbacks_categories_attributes 
  AND translation69e32194ced08fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194ced08fallbacks_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 translation69e32194ced0as_media_attributes ON translation69e32194ced0as_media_attributes.objecttype = : translation69e32194ced0as_media_attributes 
  AND translation69e32194ced0as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194ced0as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ced0cfallbacks_media_attributes ON translation69e32194ced0cfallbacks_media_attributes.objecttype = : translation69e32194ced0cfallbacks_media_attributes 
  AND translation69e32194ced0cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194ced0cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194ced0eproductStream ON translation69e32194ced0eproductStream.objecttype = : translation69e32194ced0eproductStream 
  AND translation69e32194ced0eproductStream.objectkey = stream.id 
  AND translation69e32194ced0eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194ced10fallbackproductStream ON translation69e32194ced10fallbackproductStream.objecttype = : translation69e32194ced10fallbackproductStream 
  AND translation69e32194ced10fallbackproductStream.objectkey = stream.id 
  AND translation69e32194ced10fallbackproductStream.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
  ":translation69e32194ced04s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194ced08fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194ced0as_media_attributes" => "s_media_attributes"
  ":translation69e32194ced0cfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194ced0eproductStream" => "productStream"
  ":translation69e32194ced10fallbackproductStream" => "productStream"
  ":translation69e32194ced12category" => "category"
  ":translation69e32194ced14fallbackcategory" => "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, 
  translation69e32194cf0ebs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194cf0eefallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194cf0f1s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194cf0f3fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194cf0f5productStream.objectdata as __stream_translation, 
  translation69e32194cf0f7fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194cf0f9category.objectdata as __category_translation, 
  translation69e32194cf0fafallbackcategory.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 translation69e32194cf0f9category ON translation69e32194cf0f9category.objecttype = : translation69e32194cf0f9category 
  AND translation69e32194cf0f9category.objectkey = category.id 
  AND translation69e32194cf0f9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cf0fafallbackcategory ON translation69e32194cf0fafallbackcategory.objecttype = : translation69e32194cf0fafallbackcategory 
  AND translation69e32194cf0fafallbackcategory.objectkey = category.id 
  AND translation69e32194cf0fafallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194cf0ebs_categories_attributes ON translation69e32194cf0ebs_categories_attributes.objecttype = : translation69e32194cf0ebs_categories_attributes 
  AND translation69e32194cf0ebs_categories_attributes.objectkey = category.id 
  AND translation69e32194cf0ebs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cf0eefallbacks_categories_attributes ON translation69e32194cf0eefallbacks_categories_attributes.objecttype = : translation69e32194cf0eefallbacks_categories_attributes 
  AND translation69e32194cf0eefallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194cf0eefallbacks_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 translation69e32194cf0f1s_media_attributes ON translation69e32194cf0f1s_media_attributes.objecttype = : translation69e32194cf0f1s_media_attributes 
  AND translation69e32194cf0f1s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cf0f1s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cf0f3fallbacks_media_attributes ON translation69e32194cf0f3fallbacks_media_attributes.objecttype = : translation69e32194cf0f3fallbacks_media_attributes 
  AND translation69e32194cf0f3fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194cf0f3fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194cf0f5productStream ON translation69e32194cf0f5productStream.objecttype = : translation69e32194cf0f5productStream 
  AND translation69e32194cf0f5productStream.objectkey = stream.id 
  AND translation69e32194cf0f5productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194cf0f7fallbackproductStream ON translation69e32194cf0f7fallbackproductStream.objecttype = : translation69e32194cf0f7fallbackproductStream 
  AND translation69e32194cf0f7fallbackproductStream.objectkey = stream.id 
  AND translation69e32194cf0f7fallbackproductStream.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
  ":translation69e32194cf0ebs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194cf0eefallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194cf0f1s_media_attributes" => "s_media_attributes"
  ":translation69e32194cf0f3fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194cf0f5productStream" => "productStream"
  ":translation69e32194cf0f7fallbackproductStream" => "productStream"
  ":translation69e32194cf0f9category" => "category"
  ":translation69e32194cf0fafallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 49
]
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 => 50
  1 => DateTime @1776492948 {#2428
    date: 2026-04-18 08:15:48.849195 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2428}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 50
]
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 => 51
  1 => DateTime @1776492948 {#2429
    date: 2026-04-18 08:15:48.849845 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2429}
]
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 @1776492948 {#2430
    date: 2026-04-18 08:15:48.850482 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2430}
]
0.0002 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 @1776492948 {#2431
    date: 2026-04-18 08:15:48.851073 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2431}
]
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 @1776492948 {#2432
    date: 2026-04-18 08:15:48.851710 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2432}
]
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, 
  translation69e32194d00e4s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d00e8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d00eas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d00ecfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d00eeproductStream.objectdata as __stream_translation, 
  translation69e32194d00f0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d00f2category.objectdata as __category_translation, 
  translation69e32194d00f3fallbackcategory.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 translation69e32194d00f2category ON translation69e32194d00f2category.objecttype = : translation69e32194d00f2category 
  AND translation69e32194d00f2category.objectkey = category.id 
  AND translation69e32194d00f2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d00f3fallbackcategory ON translation69e32194d00f3fallbackcategory.objecttype = : translation69e32194d00f3fallbackcategory 
  AND translation69e32194d00f3fallbackcategory.objectkey = category.id 
  AND translation69e32194d00f3fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d00e4s_categories_attributes ON translation69e32194d00e4s_categories_attributes.objecttype = : translation69e32194d00e4s_categories_attributes 
  AND translation69e32194d00e4s_categories_attributes.objectkey = category.id 
  AND translation69e32194d00e4s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d00e8fallbacks_categories_attributes ON translation69e32194d00e8fallbacks_categories_attributes.objecttype = : translation69e32194d00e8fallbacks_categories_attributes 
  AND translation69e32194d00e8fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d00e8fallbacks_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 translation69e32194d00eas_media_attributes ON translation69e32194d00eas_media_attributes.objecttype = : translation69e32194d00eas_media_attributes 
  AND translation69e32194d00eas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d00eas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d00ecfallbacks_media_attributes ON translation69e32194d00ecfallbacks_media_attributes.objecttype = : translation69e32194d00ecfallbacks_media_attributes 
  AND translation69e32194d00ecfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d00ecfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d00eeproductStream ON translation69e32194d00eeproductStream.objecttype = : translation69e32194d00eeproductStream 
  AND translation69e32194d00eeproductStream.objectkey = stream.id 
  AND translation69e32194d00eeproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d00f0fallbackproductStream ON translation69e32194d00f0fallbackproductStream.objecttype = : translation69e32194d00f0fallbackproductStream 
  AND translation69e32194d00f0fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d00f0fallbackproductStream.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
  ":translation69e32194d00e4s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d00e8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d00eas_media_attributes" => "s_media_attributes"
  ":translation69e32194d00ecfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d00eeproductStream" => "productStream"
  ":translation69e32194d00f0fallbackproductStream" => "productStream"
  ":translation69e32194d00f2category" => "category"
  ":translation69e32194d00f3fallbackcategory" => "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, 
  translation69e32194d04bbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d04befallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d04c1s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d04c3fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d04c5productStream.objectdata as __stream_translation, 
  translation69e32194d04c7fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d04c9category.objectdata as __category_translation, 
  translation69e32194d04cafallbackcategory.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 translation69e32194d04c9category ON translation69e32194d04c9category.objecttype = : translation69e32194d04c9category 
  AND translation69e32194d04c9category.objectkey = category.id 
  AND translation69e32194d04c9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d04cafallbackcategory ON translation69e32194d04cafallbackcategory.objecttype = : translation69e32194d04cafallbackcategory 
  AND translation69e32194d04cafallbackcategory.objectkey = category.id 
  AND translation69e32194d04cafallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d04bbs_categories_attributes ON translation69e32194d04bbs_categories_attributes.objecttype = : translation69e32194d04bbs_categories_attributes 
  AND translation69e32194d04bbs_categories_attributes.objectkey = category.id 
  AND translation69e32194d04bbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d04befallbacks_categories_attributes ON translation69e32194d04befallbacks_categories_attributes.objecttype = : translation69e32194d04befallbacks_categories_attributes 
  AND translation69e32194d04befallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d04befallbacks_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 translation69e32194d04c1s_media_attributes ON translation69e32194d04c1s_media_attributes.objecttype = : translation69e32194d04c1s_media_attributes 
  AND translation69e32194d04c1s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d04c1s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d04c3fallbacks_media_attributes ON translation69e32194d04c3fallbacks_media_attributes.objecttype = : translation69e32194d04c3fallbacks_media_attributes 
  AND translation69e32194d04c3fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d04c3fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d04c5productStream ON translation69e32194d04c5productStream.objecttype = : translation69e32194d04c5productStream 
  AND translation69e32194d04c5productStream.objectkey = stream.id 
  AND translation69e32194d04c5productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d04c7fallbackproductStream ON translation69e32194d04c7fallbackproductStream.objecttype = : translation69e32194d04c7fallbackproductStream 
  AND translation69e32194d04c7fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d04c7fallbackproductStream.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
  ":translation69e32194d04bbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d04befallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d04c1s_media_attributes" => "s_media_attributes"
  ":translation69e32194d04c3fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d04c5productStream" => "productStream"
  ":translation69e32194d04c7fallbackproductStream" => "productStream"
  ":translation69e32194d04c9category" => "category"
  ":translation69e32194d04cafallbackcategory" => "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 @1776492948 {#2433
    date: 2026-04-18 08:15:48.854256 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2433}
]
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 @1776492948 {#2434
    date: 2026-04-18 08:15:48.854899 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2434}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 56
]
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 => 57
  1 => DateTime @1776492948 {#2435
    date: 2026-04-18 08:15:48.855540 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2435}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 57
]
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 => 58
  1 => DateTime @1776492948 {#2436
    date: 2026-04-18 08:15:48.856170 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2436}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 58
]
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 => 59
  1 => DateTime @1776492948 {#2437
    date: 2026-04-18 08:15:48.856815 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2437}
]
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, 
  translation69e32194d14fcs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d14fffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d1502s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d1504fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d1506productStream.objectdata as __stream_translation, 
  translation69e32194d1508fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d1509category.objectdata as __category_translation, 
  translation69e32194d150bfallbackcategory.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 translation69e32194d1509category ON translation69e32194d1509category.objecttype = : translation69e32194d1509category 
  AND translation69e32194d1509category.objectkey = category.id 
  AND translation69e32194d1509category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d150bfallbackcategory ON translation69e32194d150bfallbackcategory.objecttype = : translation69e32194d150bfallbackcategory 
  AND translation69e32194d150bfallbackcategory.objectkey = category.id 
  AND translation69e32194d150bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d14fcs_categories_attributes ON translation69e32194d14fcs_categories_attributes.objecttype = : translation69e32194d14fcs_categories_attributes 
  AND translation69e32194d14fcs_categories_attributes.objectkey = category.id 
  AND translation69e32194d14fcs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d14fffallbacks_categories_attributes ON translation69e32194d14fffallbacks_categories_attributes.objecttype = : translation69e32194d14fffallbacks_categories_attributes 
  AND translation69e32194d14fffallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d14fffallbacks_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 translation69e32194d1502s_media_attributes ON translation69e32194d1502s_media_attributes.objecttype = : translation69e32194d1502s_media_attributes 
  AND translation69e32194d1502s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d1502s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d1504fallbacks_media_attributes ON translation69e32194d1504fallbacks_media_attributes.objecttype = : translation69e32194d1504fallbacks_media_attributes 
  AND translation69e32194d1504fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d1504fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d1506productStream ON translation69e32194d1506productStream.objecttype = : translation69e32194d1506productStream 
  AND translation69e32194d1506productStream.objectkey = stream.id 
  AND translation69e32194d1506productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d1508fallbackproductStream ON translation69e32194d1508fallbackproductStream.objecttype = : translation69e32194d1508fallbackproductStream 
  AND translation69e32194d1508fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d1508fallbackproductStream.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
  ":translation69e32194d14fcs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d14fffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d1502s_media_attributes" => "s_media_attributes"
  ":translation69e32194d1504fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d1506productStream" => "productStream"
  ":translation69e32194d1508fallbackproductStream" => "productStream"
  ":translation69e32194d1509category" => "category"
  ":translation69e32194d150bfallbackcategory" => "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, 
  translation69e32194d18f0s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d18f4fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d18f6s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d18f8fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d18faproductStream.objectdata as __stream_translation, 
  translation69e32194d18fcfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d18fecategory.objectdata as __category_translation, 
  translation69e32194d18fffallbackcategory.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 translation69e32194d18fecategory ON translation69e32194d18fecategory.objecttype = : translation69e32194d18fecategory 
  AND translation69e32194d18fecategory.objectkey = category.id 
  AND translation69e32194d18fecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d18fffallbackcategory ON translation69e32194d18fffallbackcategory.objecttype = : translation69e32194d18fffallbackcategory 
  AND translation69e32194d18fffallbackcategory.objectkey = category.id 
  AND translation69e32194d18fffallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d18f0s_categories_attributes ON translation69e32194d18f0s_categories_attributes.objecttype = : translation69e32194d18f0s_categories_attributes 
  AND translation69e32194d18f0s_categories_attributes.objectkey = category.id 
  AND translation69e32194d18f0s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d18f4fallbacks_categories_attributes ON translation69e32194d18f4fallbacks_categories_attributes.objecttype = : translation69e32194d18f4fallbacks_categories_attributes 
  AND translation69e32194d18f4fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d18f4fallbacks_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 translation69e32194d18f6s_media_attributes ON translation69e32194d18f6s_media_attributes.objecttype = : translation69e32194d18f6s_media_attributes 
  AND translation69e32194d18f6s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d18f6s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d18f8fallbacks_media_attributes ON translation69e32194d18f8fallbacks_media_attributes.objecttype = : translation69e32194d18f8fallbacks_media_attributes 
  AND translation69e32194d18f8fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d18f8fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d18faproductStream ON translation69e32194d18faproductStream.objecttype = : translation69e32194d18faproductStream 
  AND translation69e32194d18faproductStream.objectkey = stream.id 
  AND translation69e32194d18faproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d18fcfallbackproductStream ON translation69e32194d18fcfallbackproductStream.objecttype = : translation69e32194d18fcfallbackproductStream 
  AND translation69e32194d18fcfallbackproductStream.objectkey = stream.id 
  AND translation69e32194d18fcfallbackproductStream.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
  ":translation69e32194d18f0s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d18f4fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d18f6s_media_attributes" => "s_media_attributes"
  ":translation69e32194d18f8fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d18faproductStream" => "productStream"
  ":translation69e32194d18fcfallbackproductStream" => "productStream"
  ":translation69e32194d18fecategory" => "category"
  ":translation69e32194d18fffallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 59
]
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 => 60
  1 => DateTime @1776492948 {#2438
    date: 2026-04-18 08:15:48.859414 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2438}
]
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 @1776492948 {#2439
    date: 2026-04-18 08:15:48.860058 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2439}
]
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 @1776492948 {#2440
    date: 2026-04-18 08:15:48.860701 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2440}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 62
]
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 => 63
  1 => DateTime @1776492948 {#2441
    date: 2026-04-18 08:15:48.861340 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2441}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 63
]
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 => 66
  1 => DateTime @1776492948 {#2442
    date: 2026-04-18 08:15:48.861979 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2442}
]
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, 
  translation69e32194d292bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d292ffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d2931s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d2933fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d2935productStream.objectdata as __stream_translation, 
  translation69e32194d2937fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d2939category.objectdata as __category_translation, 
  translation69e32194d293afallbackcategory.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 translation69e32194d2939category ON translation69e32194d2939category.objecttype = : translation69e32194d2939category 
  AND translation69e32194d2939category.objectkey = category.id 
  AND translation69e32194d2939category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d293afallbackcategory ON translation69e32194d293afallbackcategory.objecttype = : translation69e32194d293afallbackcategory 
  AND translation69e32194d293afallbackcategory.objectkey = category.id 
  AND translation69e32194d293afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d292bs_categories_attributes ON translation69e32194d292bs_categories_attributes.objecttype = : translation69e32194d292bs_categories_attributes 
  AND translation69e32194d292bs_categories_attributes.objectkey = category.id 
  AND translation69e32194d292bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d292ffallbacks_categories_attributes ON translation69e32194d292ffallbacks_categories_attributes.objecttype = : translation69e32194d292ffallbacks_categories_attributes 
  AND translation69e32194d292ffallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d292ffallbacks_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 translation69e32194d2931s_media_attributes ON translation69e32194d2931s_media_attributes.objecttype = : translation69e32194d2931s_media_attributes 
  AND translation69e32194d2931s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d2931s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d2933fallbacks_media_attributes ON translation69e32194d2933fallbacks_media_attributes.objecttype = : translation69e32194d2933fallbacks_media_attributes 
  AND translation69e32194d2933fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d2933fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d2935productStream ON translation69e32194d2935productStream.objecttype = : translation69e32194d2935productStream 
  AND translation69e32194d2935productStream.objectkey = stream.id 
  AND translation69e32194d2935productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d2937fallbackproductStream ON translation69e32194d2937fallbackproductStream.objecttype = : translation69e32194d2937fallbackproductStream 
  AND translation69e32194d2937fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d2937fallbackproductStream.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
  ":translation69e32194d292bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d292ffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d2931s_media_attributes" => "s_media_attributes"
  ":translation69e32194d2933fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d2935productStream" => "productStream"
  ":translation69e32194d2937fallbackproductStream" => "productStream"
  ":translation69e32194d2939category" => "category"
  ":translation69e32194d293afallbackcategory" => "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, 
  translation69e32194d2ce5s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d2ceefallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d2cf5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d2cf7fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d2cfaproductStream.objectdata as __stream_translation, 
  translation69e32194d2cfbfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d2cfdcategory.objectdata as __category_translation, 
  translation69e32194d2cfffallbackcategory.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 translation69e32194d2cfdcategory ON translation69e32194d2cfdcategory.objecttype = : translation69e32194d2cfdcategory 
  AND translation69e32194d2cfdcategory.objectkey = category.id 
  AND translation69e32194d2cfdcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d2cfffallbackcategory ON translation69e32194d2cfffallbackcategory.objecttype = : translation69e32194d2cfffallbackcategory 
  AND translation69e32194d2cfffallbackcategory.objectkey = category.id 
  AND translation69e32194d2cfffallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d2ce5s_categories_attributes ON translation69e32194d2ce5s_categories_attributes.objecttype = : translation69e32194d2ce5s_categories_attributes 
  AND translation69e32194d2ce5s_categories_attributes.objectkey = category.id 
  AND translation69e32194d2ce5s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d2ceefallbacks_categories_attributes ON translation69e32194d2ceefallbacks_categories_attributes.objecttype = : translation69e32194d2ceefallbacks_categories_attributes 
  AND translation69e32194d2ceefallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d2ceefallbacks_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 translation69e32194d2cf5s_media_attributes ON translation69e32194d2cf5s_media_attributes.objecttype = : translation69e32194d2cf5s_media_attributes 
  AND translation69e32194d2cf5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d2cf5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d2cf7fallbacks_media_attributes ON translation69e32194d2cf7fallbacks_media_attributes.objecttype = : translation69e32194d2cf7fallbacks_media_attributes 
  AND translation69e32194d2cf7fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d2cf7fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d2cfaproductStream ON translation69e32194d2cfaproductStream.objecttype = : translation69e32194d2cfaproductStream 
  AND translation69e32194d2cfaproductStream.objectkey = stream.id 
  AND translation69e32194d2cfaproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d2cfbfallbackproductStream ON translation69e32194d2cfbfallbackproductStream.objecttype = : translation69e32194d2cfbfallbackproductStream 
  AND translation69e32194d2cfbfallbackproductStream.objectkey = stream.id 
  AND translation69e32194d2cfbfallbackproductStream.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
  ":translation69e32194d2ce5s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d2ceefallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d2cf5s_media_attributes" => "s_media_attributes"
  ":translation69e32194d2cf7fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d2cfaproductStream" => "productStream"
  ":translation69e32194d2cfbfallbackproductStream" => "productStream"
  ":translation69e32194d2cfdcategory" => "category"
  ":translation69e32194d2cfffallbackcategory" => "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, 
  translation69e32194d30a1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d30a5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d30a7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d30a9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d30abproductStream.objectdata as __stream_translation, 
  translation69e32194d30adfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d30afcategory.objectdata as __category_translation, 
  translation69e32194d30b0fallbackcategory.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 translation69e32194d30afcategory ON translation69e32194d30afcategory.objecttype = : translation69e32194d30afcategory 
  AND translation69e32194d30afcategory.objectkey = category.id 
  AND translation69e32194d30afcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d30b0fallbackcategory ON translation69e32194d30b0fallbackcategory.objecttype = : translation69e32194d30b0fallbackcategory 
  AND translation69e32194d30b0fallbackcategory.objectkey = category.id 
  AND translation69e32194d30b0fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d30a1s_categories_attributes ON translation69e32194d30a1s_categories_attributes.objecttype = : translation69e32194d30a1s_categories_attributes 
  AND translation69e32194d30a1s_categories_attributes.objectkey = category.id 
  AND translation69e32194d30a1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d30a5fallbacks_categories_attributes ON translation69e32194d30a5fallbacks_categories_attributes.objecttype = : translation69e32194d30a5fallbacks_categories_attributes 
  AND translation69e32194d30a5fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d30a5fallbacks_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 translation69e32194d30a7s_media_attributes ON translation69e32194d30a7s_media_attributes.objecttype = : translation69e32194d30a7s_media_attributes 
  AND translation69e32194d30a7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d30a7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d30a9fallbacks_media_attributes ON translation69e32194d30a9fallbacks_media_attributes.objecttype = : translation69e32194d30a9fallbacks_media_attributes 
  AND translation69e32194d30a9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d30a9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d30abproductStream ON translation69e32194d30abproductStream.objecttype = : translation69e32194d30abproductStream 
  AND translation69e32194d30abproductStream.objectkey = stream.id 
  AND translation69e32194d30abproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d30adfallbackproductStream ON translation69e32194d30adfallbackproductStream.objecttype = : translation69e32194d30adfallbackproductStream 
  AND translation69e32194d30adfallbackproductStream.objectkey = stream.id 
  AND translation69e32194d30adfallbackproductStream.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
  ":translation69e32194d30a1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d30a5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d30a7s_media_attributes" => "s_media_attributes"
  ":translation69e32194d30a9fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d30abproductStream" => "productStream"
  ":translation69e32194d30adfallbackproductStream" => "productStream"
  ":translation69e32194d30afcategory" => "category"
  ":translation69e32194d30b0fallbackcategory" => "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 @1776492948 {#2443
    date: 2026-04-18 08:15:48.865474 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2443}
]
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, 
  translation69e32194d36d1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d36d5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d36d7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d36d9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d36dcproductStream.objectdata as __stream_translation, 
  translation69e32194d36ddfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d36dfcategory.objectdata as __category_translation, 
  translation69e32194d36e0fallbackcategory.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 translation69e32194d36dfcategory ON translation69e32194d36dfcategory.objecttype = : translation69e32194d36dfcategory 
  AND translation69e32194d36dfcategory.objectkey = category.id 
  AND translation69e32194d36dfcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d36e0fallbackcategory ON translation69e32194d36e0fallbackcategory.objecttype = : translation69e32194d36e0fallbackcategory 
  AND translation69e32194d36e0fallbackcategory.objectkey = category.id 
  AND translation69e32194d36e0fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d36d1s_categories_attributes ON translation69e32194d36d1s_categories_attributes.objecttype = : translation69e32194d36d1s_categories_attributes 
  AND translation69e32194d36d1s_categories_attributes.objectkey = category.id 
  AND translation69e32194d36d1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d36d5fallbacks_categories_attributes ON translation69e32194d36d5fallbacks_categories_attributes.objecttype = : translation69e32194d36d5fallbacks_categories_attributes 
  AND translation69e32194d36d5fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d36d5fallbacks_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 translation69e32194d36d7s_media_attributes ON translation69e32194d36d7s_media_attributes.objecttype = : translation69e32194d36d7s_media_attributes 
  AND translation69e32194d36d7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d36d7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d36d9fallbacks_media_attributes ON translation69e32194d36d9fallbacks_media_attributes.objecttype = : translation69e32194d36d9fallbacks_media_attributes 
  AND translation69e32194d36d9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d36d9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d36dcproductStream ON translation69e32194d36dcproductStream.objecttype = : translation69e32194d36dcproductStream 
  AND translation69e32194d36dcproductStream.objectkey = stream.id 
  AND translation69e32194d36dcproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d36ddfallbackproductStream ON translation69e32194d36ddfallbackproductStream.objecttype = : translation69e32194d36ddfallbackproductStream 
  AND translation69e32194d36ddfallbackproductStream.objectkey = stream.id 
  AND translation69e32194d36ddfallbackproductStream.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
  ":translation69e32194d36d1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d36d5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d36d7s_media_attributes" => "s_media_attributes"
  ":translation69e32194d36d9fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d36dcproductStream" => "productStream"
  ":translation69e32194d36ddfallbackproductStream" => "productStream"
  ":translation69e32194d36dfcategory" => "category"
  ":translation69e32194d36e0fallbackcategory" => "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, 
  translation69e32194d3a84s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d3a87fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d3a8as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d3a8cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d3a8eproductStream.objectdata as __stream_translation, 
  translation69e32194d3a8ffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d3a91category.objectdata as __category_translation, 
  translation69e32194d3a93fallbackcategory.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 translation69e32194d3a91category ON translation69e32194d3a91category.objecttype = : translation69e32194d3a91category 
  AND translation69e32194d3a91category.objectkey = category.id 
  AND translation69e32194d3a91category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3a93fallbackcategory ON translation69e32194d3a93fallbackcategory.objecttype = : translation69e32194d3a93fallbackcategory 
  AND translation69e32194d3a93fallbackcategory.objectkey = category.id 
  AND translation69e32194d3a93fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d3a84s_categories_attributes ON translation69e32194d3a84s_categories_attributes.objecttype = : translation69e32194d3a84s_categories_attributes 
  AND translation69e32194d3a84s_categories_attributes.objectkey = category.id 
  AND translation69e32194d3a84s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3a87fallbacks_categories_attributes ON translation69e32194d3a87fallbacks_categories_attributes.objecttype = : translation69e32194d3a87fallbacks_categories_attributes 
  AND translation69e32194d3a87fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d3a87fallbacks_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 translation69e32194d3a8as_media_attributes ON translation69e32194d3a8as_media_attributes.objecttype = : translation69e32194d3a8as_media_attributes 
  AND translation69e32194d3a8as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d3a8as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3a8cfallbacks_media_attributes ON translation69e32194d3a8cfallbacks_media_attributes.objecttype = : translation69e32194d3a8cfallbacks_media_attributes 
  AND translation69e32194d3a8cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d3a8cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d3a8eproductStream ON translation69e32194d3a8eproductStream.objecttype = : translation69e32194d3a8eproductStream 
  AND translation69e32194d3a8eproductStream.objectkey = stream.id 
  AND translation69e32194d3a8eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3a8ffallbackproductStream ON translation69e32194d3a8ffallbackproductStream.objecttype = : translation69e32194d3a8ffallbackproductStream 
  AND translation69e32194d3a8ffallbackproductStream.objectkey = stream.id 
  AND translation69e32194d3a8ffallbackproductStream.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
  ":translation69e32194d3a84s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d3a87fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d3a8as_media_attributes" => "s_media_attributes"
  ":translation69e32194d3a8cfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d3a8eproductStream" => "productStream"
  ":translation69e32194d3a8ffallbackproductStream" => "productStream"
  ":translation69e32194d3a91category" => "category"
  ":translation69e32194d3a93fallbackcategory" => "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, 
  translation69e32194d3e29s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d3e2dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d3e30s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d3e31fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d3e33productStream.objectdata as __stream_translation, 
  translation69e32194d3e35fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d3e37category.objectdata as __category_translation, 
  translation69e32194d3e38fallbackcategory.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 translation69e32194d3e37category ON translation69e32194d3e37category.objecttype = : translation69e32194d3e37category 
  AND translation69e32194d3e37category.objectkey = category.id 
  AND translation69e32194d3e37category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3e38fallbackcategory ON translation69e32194d3e38fallbackcategory.objecttype = : translation69e32194d3e38fallbackcategory 
  AND translation69e32194d3e38fallbackcategory.objectkey = category.id 
  AND translation69e32194d3e38fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d3e29s_categories_attributes ON translation69e32194d3e29s_categories_attributes.objecttype = : translation69e32194d3e29s_categories_attributes 
  AND translation69e32194d3e29s_categories_attributes.objectkey = category.id 
  AND translation69e32194d3e29s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3e2dfallbacks_categories_attributes ON translation69e32194d3e2dfallbacks_categories_attributes.objecttype = : translation69e32194d3e2dfallbacks_categories_attributes 
  AND translation69e32194d3e2dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d3e2dfallbacks_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 translation69e32194d3e30s_media_attributes ON translation69e32194d3e30s_media_attributes.objecttype = : translation69e32194d3e30s_media_attributes 
  AND translation69e32194d3e30s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d3e30s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3e31fallbacks_media_attributes ON translation69e32194d3e31fallbacks_media_attributes.objecttype = : translation69e32194d3e31fallbacks_media_attributes 
  AND translation69e32194d3e31fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d3e31fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d3e33productStream ON translation69e32194d3e33productStream.objecttype = : translation69e32194d3e33productStream 
  AND translation69e32194d3e33productStream.objectkey = stream.id 
  AND translation69e32194d3e33productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d3e35fallbackproductStream ON translation69e32194d3e35fallbackproductStream.objecttype = : translation69e32194d3e35fallbackproductStream 
  AND translation69e32194d3e35fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d3e35fallbackproductStream.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
  ":translation69e32194d3e29s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d3e2dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d3e30s_media_attributes" => "s_media_attributes"
  ":translation69e32194d3e31fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d3e33productStream" => "productStream"
  ":translation69e32194d3e35fallbackproductStream" => "productStream"
  ":translation69e32194d3e37category" => "category"
  ":translation69e32194d3e38fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 67
]
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 => 68
  1 => DateTime @1776492948 {#2444
    date: 2026-04-18 08:15:48.868938 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2444}
]
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, 
  translation69e32194d445es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d4462fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d4464s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d4466fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d4468productStream.objectdata as __stream_translation, 
  translation69e32194d446afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d446ccategory.objectdata as __category_translation, 
  translation69e32194d446efallbackcategory.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 translation69e32194d446ccategory ON translation69e32194d446ccategory.objecttype = : translation69e32194d446ccategory 
  AND translation69e32194d446ccategory.objectkey = category.id 
  AND translation69e32194d446ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d446efallbackcategory ON translation69e32194d446efallbackcategory.objecttype = : translation69e32194d446efallbackcategory 
  AND translation69e32194d446efallbackcategory.objectkey = category.id 
  AND translation69e32194d446efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d445es_categories_attributes ON translation69e32194d445es_categories_attributes.objecttype = : translation69e32194d445es_categories_attributes 
  AND translation69e32194d445es_categories_attributes.objectkey = category.id 
  AND translation69e32194d445es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4462fallbacks_categories_attributes ON translation69e32194d4462fallbacks_categories_attributes.objecttype = : translation69e32194d4462fallbacks_categories_attributes 
  AND translation69e32194d4462fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d4462fallbacks_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 translation69e32194d4464s_media_attributes ON translation69e32194d4464s_media_attributes.objecttype = : translation69e32194d4464s_media_attributes 
  AND translation69e32194d4464s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d4464s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4466fallbacks_media_attributes ON translation69e32194d4466fallbacks_media_attributes.objecttype = : translation69e32194d4466fallbacks_media_attributes 
  AND translation69e32194d4466fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d4466fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d4468productStream ON translation69e32194d4468productStream.objecttype = : translation69e32194d4468productStream 
  AND translation69e32194d4468productStream.objectkey = stream.id 
  AND translation69e32194d4468productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d446afallbackproductStream ON translation69e32194d446afallbackproductStream.objecttype = : translation69e32194d446afallbackproductStream 
  AND translation69e32194d446afallbackproductStream.objectkey = stream.id 
  AND translation69e32194d446afallbackproductStream.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
  ":translation69e32194d445es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d4462fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d4464s_media_attributes" => "s_media_attributes"
  ":translation69e32194d4466fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d4468productStream" => "productStream"
  ":translation69e32194d446afallbackproductStream" => "productStream"
  ":translation69e32194d446ccategory" => "category"
  ":translation69e32194d446efallbackcategory" => "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, 
  translation69e32194d4813s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d4817fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d481as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d481bfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d481dproductStream.objectdata as __stream_translation, 
  translation69e32194d481ffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d4821category.objectdata as __category_translation, 
  translation69e32194d4822fallbackcategory.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 translation69e32194d4821category ON translation69e32194d4821category.objecttype = : translation69e32194d4821category 
  AND translation69e32194d4821category.objectkey = category.id 
  AND translation69e32194d4821category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4822fallbackcategory ON translation69e32194d4822fallbackcategory.objecttype = : translation69e32194d4822fallbackcategory 
  AND translation69e32194d4822fallbackcategory.objectkey = category.id 
  AND translation69e32194d4822fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d4813s_categories_attributes ON translation69e32194d4813s_categories_attributes.objecttype = : translation69e32194d4813s_categories_attributes 
  AND translation69e32194d4813s_categories_attributes.objectkey = category.id 
  AND translation69e32194d4813s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4817fallbacks_categories_attributes ON translation69e32194d4817fallbacks_categories_attributes.objecttype = : translation69e32194d4817fallbacks_categories_attributes 
  AND translation69e32194d4817fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d4817fallbacks_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 translation69e32194d481as_media_attributes ON translation69e32194d481as_media_attributes.objecttype = : translation69e32194d481as_media_attributes 
  AND translation69e32194d481as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d481as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d481bfallbacks_media_attributes ON translation69e32194d481bfallbacks_media_attributes.objecttype = : translation69e32194d481bfallbacks_media_attributes 
  AND translation69e32194d481bfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d481bfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d481dproductStream ON translation69e32194d481dproductStream.objecttype = : translation69e32194d481dproductStream 
  AND translation69e32194d481dproductStream.objectkey = stream.id 
  AND translation69e32194d481dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d481ffallbackproductStream ON translation69e32194d481ffallbackproductStream.objecttype = : translation69e32194d481ffallbackproductStream 
  AND translation69e32194d481ffallbackproductStream.objectkey = stream.id 
  AND translation69e32194d481ffallbackproductStream.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
  ":translation69e32194d4813s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d4817fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d481as_media_attributes" => "s_media_attributes"
  ":translation69e32194d481bfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d481dproductStream" => "productStream"
  ":translation69e32194d481ffallbackproductStream" => "productStream"
  ":translation69e32194d4821category" => "category"
  ":translation69e32194d4822fallbackcategory" => "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, 
  translation69e32194d4bdds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d4be1fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d4be3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d4be5fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d4be7productStream.objectdata as __stream_translation, 
  translation69e32194d4be9fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d4bebcategory.objectdata as __category_translation, 
  translation69e32194d4becfallbackcategory.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 translation69e32194d4bebcategory ON translation69e32194d4bebcategory.objecttype = : translation69e32194d4bebcategory 
  AND translation69e32194d4bebcategory.objectkey = category.id 
  AND translation69e32194d4bebcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4becfallbackcategory ON translation69e32194d4becfallbackcategory.objecttype = : translation69e32194d4becfallbackcategory 
  AND translation69e32194d4becfallbackcategory.objectkey = category.id 
  AND translation69e32194d4becfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d4bdds_categories_attributes ON translation69e32194d4bdds_categories_attributes.objecttype = : translation69e32194d4bdds_categories_attributes 
  AND translation69e32194d4bdds_categories_attributes.objectkey = category.id 
  AND translation69e32194d4bdds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4be1fallbacks_categories_attributes ON translation69e32194d4be1fallbacks_categories_attributes.objecttype = : translation69e32194d4be1fallbacks_categories_attributes 
  AND translation69e32194d4be1fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d4be1fallbacks_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 translation69e32194d4be3s_media_attributes ON translation69e32194d4be3s_media_attributes.objecttype = : translation69e32194d4be3s_media_attributes 
  AND translation69e32194d4be3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d4be3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4be5fallbacks_media_attributes ON translation69e32194d4be5fallbacks_media_attributes.objecttype = : translation69e32194d4be5fallbacks_media_attributes 
  AND translation69e32194d4be5fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d4be5fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d4be7productStream ON translation69e32194d4be7productStream.objecttype = : translation69e32194d4be7productStream 
  AND translation69e32194d4be7productStream.objectkey = stream.id 
  AND translation69e32194d4be7productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d4be9fallbackproductStream ON translation69e32194d4be9fallbackproductStream.objecttype = : translation69e32194d4be9fallbackproductStream 
  AND translation69e32194d4be9fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d4be9fallbackproductStream.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
  ":translation69e32194d4bdds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d4be1fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d4be3s_media_attributes" => "s_media_attributes"
  ":translation69e32194d4be5fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d4be7productStream" => "productStream"
  ":translation69e32194d4be9fallbackproductStream" => "productStream"
  ":translation69e32194d4bebcategory" => "category"
  ":translation69e32194d4becfallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 68
]
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 => 69
  1 => DateTime @1776492948 {#2445
    date: 2026-04-18 08:15:48.872456 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194d522ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d5230fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d5233s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d5235fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d5237productStream.objectdata as __stream_translation, 
  translation69e32194d5238fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d523acategory.objectdata as __category_translation, 
  translation69e32194d523cfallbackcategory.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 translation69e32194d523acategory ON translation69e32194d523acategory.objecttype = : translation69e32194d523acategory 
  AND translation69e32194d523acategory.objectkey = category.id 
  AND translation69e32194d523acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d523cfallbackcategory ON translation69e32194d523cfallbackcategory.objecttype = : translation69e32194d523cfallbackcategory 
  AND translation69e32194d523cfallbackcategory.objectkey = category.id 
  AND translation69e32194d523cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d522ds_categories_attributes ON translation69e32194d522ds_categories_attributes.objecttype = : translation69e32194d522ds_categories_attributes 
  AND translation69e32194d522ds_categories_attributes.objectkey = category.id 
  AND translation69e32194d522ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5230fallbacks_categories_attributes ON translation69e32194d5230fallbacks_categories_attributes.objecttype = : translation69e32194d5230fallbacks_categories_attributes 
  AND translation69e32194d5230fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d5230fallbacks_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 translation69e32194d5233s_media_attributes ON translation69e32194d5233s_media_attributes.objecttype = : translation69e32194d5233s_media_attributes 
  AND translation69e32194d5233s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d5233s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5235fallbacks_media_attributes ON translation69e32194d5235fallbacks_media_attributes.objecttype = : translation69e32194d5235fallbacks_media_attributes 
  AND translation69e32194d5235fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d5235fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d5237productStream ON translation69e32194d5237productStream.objecttype = : translation69e32194d5237productStream 
  AND translation69e32194d5237productStream.objectkey = stream.id 
  AND translation69e32194d5237productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5238fallbackproductStream ON translation69e32194d5238fallbackproductStream.objecttype = : translation69e32194d5238fallbackproductStream 
  AND translation69e32194d5238fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d5238fallbackproductStream.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
  ":translation69e32194d522ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d5230fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d5233s_media_attributes" => "s_media_attributes"
  ":translation69e32194d5235fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d5237productStream" => "productStream"
  ":translation69e32194d5238fallbackproductStream" => "productStream"
  ":translation69e32194d523acategory" => "category"
  ":translation69e32194d523cfallbackcategory" => "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, 
  translation69e32194d55d5s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d55d8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d55dbs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d55ddfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d55dfproductStream.objectdata as __stream_translation, 
  translation69e32194d55e0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d55e2category.objectdata as __category_translation, 
  translation69e32194d55e4fallbackcategory.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 translation69e32194d55e2category ON translation69e32194d55e2category.objecttype = : translation69e32194d55e2category 
  AND translation69e32194d55e2category.objectkey = category.id 
  AND translation69e32194d55e2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d55e4fallbackcategory ON translation69e32194d55e4fallbackcategory.objecttype = : translation69e32194d55e4fallbackcategory 
  AND translation69e32194d55e4fallbackcategory.objectkey = category.id 
  AND translation69e32194d55e4fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d55d5s_categories_attributes ON translation69e32194d55d5s_categories_attributes.objecttype = : translation69e32194d55d5s_categories_attributes 
  AND translation69e32194d55d5s_categories_attributes.objectkey = category.id 
  AND translation69e32194d55d5s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d55d8fallbacks_categories_attributes ON translation69e32194d55d8fallbacks_categories_attributes.objecttype = : translation69e32194d55d8fallbacks_categories_attributes 
  AND translation69e32194d55d8fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d55d8fallbacks_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 translation69e32194d55dbs_media_attributes ON translation69e32194d55dbs_media_attributes.objecttype = : translation69e32194d55dbs_media_attributes 
  AND translation69e32194d55dbs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d55dbs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d55ddfallbacks_media_attributes ON translation69e32194d55ddfallbacks_media_attributes.objecttype = : translation69e32194d55ddfallbacks_media_attributes 
  AND translation69e32194d55ddfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d55ddfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d55dfproductStream ON translation69e32194d55dfproductStream.objecttype = : translation69e32194d55dfproductStream 
  AND translation69e32194d55dfproductStream.objectkey = stream.id 
  AND translation69e32194d55dfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d55e0fallbackproductStream ON translation69e32194d55e0fallbackproductStream.objecttype = : translation69e32194d55e0fallbackproductStream 
  AND translation69e32194d55e0fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d55e0fallbackproductStream.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
  ":translation69e32194d55d5s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d55d8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d55dbs_media_attributes" => "s_media_attributes"
  ":translation69e32194d55ddfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d55dfproductStream" => "productStream"
  ":translation69e32194d55e0fallbackproductStream" => "productStream"
  ":translation69e32194d55e2category" => "category"
  ":translation69e32194d55e4fallbackcategory" => "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, 
  translation69e32194d598es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d5992fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d5995s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d5997fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d5999productStream.objectdata as __stream_translation, 
  translation69e32194d599bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d599ccategory.objectdata as __category_translation, 
  translation69e32194d599efallbackcategory.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 translation69e32194d599ccategory ON translation69e32194d599ccategory.objecttype = : translation69e32194d599ccategory 
  AND translation69e32194d599ccategory.objectkey = category.id 
  AND translation69e32194d599ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d599efallbackcategory ON translation69e32194d599efallbackcategory.objecttype = : translation69e32194d599efallbackcategory 
  AND translation69e32194d599efallbackcategory.objectkey = category.id 
  AND translation69e32194d599efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d598es_categories_attributes ON translation69e32194d598es_categories_attributes.objecttype = : translation69e32194d598es_categories_attributes 
  AND translation69e32194d598es_categories_attributes.objectkey = category.id 
  AND translation69e32194d598es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5992fallbacks_categories_attributes ON translation69e32194d5992fallbacks_categories_attributes.objecttype = : translation69e32194d5992fallbacks_categories_attributes 
  AND translation69e32194d5992fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d5992fallbacks_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 translation69e32194d5995s_media_attributes ON translation69e32194d5995s_media_attributes.objecttype = : translation69e32194d5995s_media_attributes 
  AND translation69e32194d5995s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d5995s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5997fallbacks_media_attributes ON translation69e32194d5997fallbacks_media_attributes.objecttype = : translation69e32194d5997fallbacks_media_attributes 
  AND translation69e32194d5997fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d5997fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d5999productStream ON translation69e32194d5999productStream.objecttype = : translation69e32194d5999productStream 
  AND translation69e32194d5999productStream.objectkey = stream.id 
  AND translation69e32194d5999productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d599bfallbackproductStream ON translation69e32194d599bfallbackproductStream.objecttype = : translation69e32194d599bfallbackproductStream 
  AND translation69e32194d599bfallbackproductStream.objectkey = stream.id 
  AND translation69e32194d599bfallbackproductStream.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
  ":translation69e32194d598es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d5992fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d5995s_media_attributes" => "s_media_attributes"
  ":translation69e32194d5997fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d5999productStream" => "productStream"
  ":translation69e32194d599bfallbackproductStream" => "productStream"
  ":translation69e32194d599ccategory" => "category"
  ":translation69e32194d599efallbackcategory" => "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 @1776492948 {#2446
    date: 2026-04-18 08:15:48.875952 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2446}
]
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, 
  translation69e32194d5fcbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d5fcffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d5fd1s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d5fd3fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d5fd5productStream.objectdata as __stream_translation, 
  translation69e32194d5fd7fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d5fd9category.objectdata as __category_translation, 
  translation69e32194d5fdafallbackcategory.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 translation69e32194d5fd9category ON translation69e32194d5fd9category.objecttype = : translation69e32194d5fd9category 
  AND translation69e32194d5fd9category.objectkey = category.id 
  AND translation69e32194d5fd9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5fdafallbackcategory ON translation69e32194d5fdafallbackcategory.objecttype = : translation69e32194d5fdafallbackcategory 
  AND translation69e32194d5fdafallbackcategory.objectkey = category.id 
  AND translation69e32194d5fdafallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d5fcbs_categories_attributes ON translation69e32194d5fcbs_categories_attributes.objecttype = : translation69e32194d5fcbs_categories_attributes 
  AND translation69e32194d5fcbs_categories_attributes.objectkey = category.id 
  AND translation69e32194d5fcbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5fcffallbacks_categories_attributes ON translation69e32194d5fcffallbacks_categories_attributes.objecttype = : translation69e32194d5fcffallbacks_categories_attributes 
  AND translation69e32194d5fcffallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d5fcffallbacks_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 translation69e32194d5fd1s_media_attributes ON translation69e32194d5fd1s_media_attributes.objecttype = : translation69e32194d5fd1s_media_attributes 
  AND translation69e32194d5fd1s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d5fd1s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5fd3fallbacks_media_attributes ON translation69e32194d5fd3fallbacks_media_attributes.objecttype = : translation69e32194d5fd3fallbacks_media_attributes 
  AND translation69e32194d5fd3fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d5fd3fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d5fd5productStream ON translation69e32194d5fd5productStream.objecttype = : translation69e32194d5fd5productStream 
  AND translation69e32194d5fd5productStream.objectkey = stream.id 
  AND translation69e32194d5fd5productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d5fd7fallbackproductStream ON translation69e32194d5fd7fallbackproductStream.objecttype = : translation69e32194d5fd7fallbackproductStream 
  AND translation69e32194d5fd7fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d5fd7fallbackproductStream.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
  ":translation69e32194d5fcbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d5fcffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d5fd1s_media_attributes" => "s_media_attributes"
  ":translation69e32194d5fd3fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d5fd5productStream" => "productStream"
  ":translation69e32194d5fd7fallbackproductStream" => "productStream"
  ":translation69e32194d5fd9category" => "category"
  ":translation69e32194d5fdafallbackcategory" => "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, 
  translation69e32194d637es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d6382fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d6384s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d6386fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d6388productStream.objectdata as __stream_translation, 
  translation69e32194d638afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d638ccategory.objectdata as __category_translation, 
  translation69e32194d638dfallbackcategory.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 translation69e32194d638ccategory ON translation69e32194d638ccategory.objecttype = : translation69e32194d638ccategory 
  AND translation69e32194d638ccategory.objectkey = category.id 
  AND translation69e32194d638ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d638dfallbackcategory ON translation69e32194d638dfallbackcategory.objecttype = : translation69e32194d638dfallbackcategory 
  AND translation69e32194d638dfallbackcategory.objectkey = category.id 
  AND translation69e32194d638dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d637es_categories_attributes ON translation69e32194d637es_categories_attributes.objecttype = : translation69e32194d637es_categories_attributes 
  AND translation69e32194d637es_categories_attributes.objectkey = category.id 
  AND translation69e32194d637es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6382fallbacks_categories_attributes ON translation69e32194d6382fallbacks_categories_attributes.objecttype = : translation69e32194d6382fallbacks_categories_attributes 
  AND translation69e32194d6382fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d6382fallbacks_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 translation69e32194d6384s_media_attributes ON translation69e32194d6384s_media_attributes.objecttype = : translation69e32194d6384s_media_attributes 
  AND translation69e32194d6384s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d6384s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6386fallbacks_media_attributes ON translation69e32194d6386fallbacks_media_attributes.objecttype = : translation69e32194d6386fallbacks_media_attributes 
  AND translation69e32194d6386fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d6386fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d6388productStream ON translation69e32194d6388productStream.objecttype = : translation69e32194d6388productStream 
  AND translation69e32194d6388productStream.objectkey = stream.id 
  AND translation69e32194d6388productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d638afallbackproductStream ON translation69e32194d638afallbackproductStream.objecttype = : translation69e32194d638afallbackproductStream 
  AND translation69e32194d638afallbackproductStream.objectkey = stream.id 
  AND translation69e32194d638afallbackproductStream.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
  ":translation69e32194d637es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d6382fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d6384s_media_attributes" => "s_media_attributes"
  ":translation69e32194d6386fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d6388productStream" => "productStream"
  ":translation69e32194d638afallbackproductStream" => "productStream"
  ":translation69e32194d638ccategory" => "category"
  ":translation69e32194d638dfallbackcategory" => "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, 
  translation69e32194d673as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d673efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d6741s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d6743fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d6745productStream.objectdata as __stream_translation, 
  translation69e32194d6747fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d6748category.objectdata as __category_translation, 
  translation69e32194d674afallbackcategory.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 translation69e32194d6748category ON translation69e32194d6748category.objecttype = : translation69e32194d6748category 
  AND translation69e32194d6748category.objectkey = category.id 
  AND translation69e32194d6748category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d674afallbackcategory ON translation69e32194d674afallbackcategory.objecttype = : translation69e32194d674afallbackcategory 
  AND translation69e32194d674afallbackcategory.objectkey = category.id 
  AND translation69e32194d674afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d673as_categories_attributes ON translation69e32194d673as_categories_attributes.objecttype = : translation69e32194d673as_categories_attributes 
  AND translation69e32194d673as_categories_attributes.objectkey = category.id 
  AND translation69e32194d673as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d673efallbacks_categories_attributes ON translation69e32194d673efallbacks_categories_attributes.objecttype = : translation69e32194d673efallbacks_categories_attributes 
  AND translation69e32194d673efallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d673efallbacks_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 translation69e32194d6741s_media_attributes ON translation69e32194d6741s_media_attributes.objecttype = : translation69e32194d6741s_media_attributes 
  AND translation69e32194d6741s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d6741s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6743fallbacks_media_attributes ON translation69e32194d6743fallbacks_media_attributes.objecttype = : translation69e32194d6743fallbacks_media_attributes 
  AND translation69e32194d6743fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d6743fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d6745productStream ON translation69e32194d6745productStream.objecttype = : translation69e32194d6745productStream 
  AND translation69e32194d6745productStream.objectkey = stream.id 
  AND translation69e32194d6745productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6747fallbackproductStream ON translation69e32194d6747fallbackproductStream.objecttype = : translation69e32194d6747fallbackproductStream 
  AND translation69e32194d6747fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d6747fallbackproductStream.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
  ":translation69e32194d673as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d673efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d6741s_media_attributes" => "s_media_attributes"
  ":translation69e32194d6743fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d6745productStream" => "productStream"
  ":translation69e32194d6747fallbackproductStream" => "productStream"
  ":translation69e32194d6748category" => "category"
  ":translation69e32194d674afallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 70
]
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 => 72
  1 => DateTime @1776492948 {#2447
    date: 2026-04-18 08:15:48.879476 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194d6d87s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d6d8bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d6d8ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d6d8ffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d6d91productStream.objectdata as __stream_translation, 
  translation69e32194d6d93fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d6d95category.objectdata as __category_translation, 
  translation69e32194d6d96fallbackcategory.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 translation69e32194d6d95category ON translation69e32194d6d95category.objecttype = : translation69e32194d6d95category 
  AND translation69e32194d6d95category.objectkey = category.id 
  AND translation69e32194d6d95category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6d96fallbackcategory ON translation69e32194d6d96fallbackcategory.objecttype = : translation69e32194d6d96fallbackcategory 
  AND translation69e32194d6d96fallbackcategory.objectkey = category.id 
  AND translation69e32194d6d96fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d6d87s_categories_attributes ON translation69e32194d6d87s_categories_attributes.objecttype = : translation69e32194d6d87s_categories_attributes 
  AND translation69e32194d6d87s_categories_attributes.objectkey = category.id 
  AND translation69e32194d6d87s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6d8bfallbacks_categories_attributes ON translation69e32194d6d8bfallbacks_categories_attributes.objecttype = : translation69e32194d6d8bfallbacks_categories_attributes 
  AND translation69e32194d6d8bfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d6d8bfallbacks_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 translation69e32194d6d8ds_media_attributes ON translation69e32194d6d8ds_media_attributes.objecttype = : translation69e32194d6d8ds_media_attributes 
  AND translation69e32194d6d8ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d6d8ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6d8ffallbacks_media_attributes ON translation69e32194d6d8ffallbacks_media_attributes.objecttype = : translation69e32194d6d8ffallbacks_media_attributes 
  AND translation69e32194d6d8ffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d6d8ffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d6d91productStream ON translation69e32194d6d91productStream.objecttype = : translation69e32194d6d91productStream 
  AND translation69e32194d6d91productStream.objectkey = stream.id 
  AND translation69e32194d6d91productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d6d93fallbackproductStream ON translation69e32194d6d93fallbackproductStream.objecttype = : translation69e32194d6d93fallbackproductStream 
  AND translation69e32194d6d93fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d6d93fallbackproductStream.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
  ":translation69e32194d6d87s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d6d8bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d6d8ds_media_attributes" => "s_media_attributes"
  ":translation69e32194d6d8ffallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d6d91productStream" => "productStream"
  ":translation69e32194d6d93fallbackproductStream" => "productStream"
  ":translation69e32194d6d95category" => "category"
  ":translation69e32194d6d96fallbackcategory" => "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, 
  translation69e32194d7154s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d7158fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d715as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d715cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d715eproductStream.objectdata as __stream_translation, 
  translation69e32194d7160fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d7162category.objectdata as __category_translation, 
  translation69e32194d7163fallbackcategory.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 translation69e32194d7162category ON translation69e32194d7162category.objecttype = : translation69e32194d7162category 
  AND translation69e32194d7162category.objectkey = category.id 
  AND translation69e32194d7162category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7163fallbackcategory ON translation69e32194d7163fallbackcategory.objecttype = : translation69e32194d7163fallbackcategory 
  AND translation69e32194d7163fallbackcategory.objectkey = category.id 
  AND translation69e32194d7163fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d7154s_categories_attributes ON translation69e32194d7154s_categories_attributes.objecttype = : translation69e32194d7154s_categories_attributes 
  AND translation69e32194d7154s_categories_attributes.objectkey = category.id 
  AND translation69e32194d7154s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7158fallbacks_categories_attributes ON translation69e32194d7158fallbacks_categories_attributes.objecttype = : translation69e32194d7158fallbacks_categories_attributes 
  AND translation69e32194d7158fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d7158fallbacks_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 translation69e32194d715as_media_attributes ON translation69e32194d715as_media_attributes.objecttype = : translation69e32194d715as_media_attributes 
  AND translation69e32194d715as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d715as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d715cfallbacks_media_attributes ON translation69e32194d715cfallbacks_media_attributes.objecttype = : translation69e32194d715cfallbacks_media_attributes 
  AND translation69e32194d715cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d715cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d715eproductStream ON translation69e32194d715eproductStream.objecttype = : translation69e32194d715eproductStream 
  AND translation69e32194d715eproductStream.objectkey = stream.id 
  AND translation69e32194d715eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7160fallbackproductStream ON translation69e32194d7160fallbackproductStream.objecttype = : translation69e32194d7160fallbackproductStream 
  AND translation69e32194d7160fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d7160fallbackproductStream.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
  ":translation69e32194d7154s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d7158fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d715as_media_attributes" => "s_media_attributes"
  ":translation69e32194d715cfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d715eproductStream" => "productStream"
  ":translation69e32194d7160fallbackproductStream" => "productStream"
  ":translation69e32194d7162category" => "category"
  ":translation69e32194d7163fallbackcategory" => "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, 
  translation69e32194d74fes_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d7502fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d7505s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d7507fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d7509productStream.objectdata as __stream_translation, 
  translation69e32194d750afallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d750ccategory.objectdata as __category_translation, 
  translation69e32194d750efallbackcategory.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 translation69e32194d750ccategory ON translation69e32194d750ccategory.objecttype = : translation69e32194d750ccategory 
  AND translation69e32194d750ccategory.objectkey = category.id 
  AND translation69e32194d750ccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d750efallbackcategory ON translation69e32194d750efallbackcategory.objecttype = : translation69e32194d750efallbackcategory 
  AND translation69e32194d750efallbackcategory.objectkey = category.id 
  AND translation69e32194d750efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d74fes_categories_attributes ON translation69e32194d74fes_categories_attributes.objecttype = : translation69e32194d74fes_categories_attributes 
  AND translation69e32194d74fes_categories_attributes.objectkey = category.id 
  AND translation69e32194d74fes_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7502fallbacks_categories_attributes ON translation69e32194d7502fallbacks_categories_attributes.objecttype = : translation69e32194d7502fallbacks_categories_attributes 
  AND translation69e32194d7502fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d7502fallbacks_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 translation69e32194d7505s_media_attributes ON translation69e32194d7505s_media_attributes.objecttype = : translation69e32194d7505s_media_attributes 
  AND translation69e32194d7505s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d7505s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7507fallbacks_media_attributes ON translation69e32194d7507fallbacks_media_attributes.objecttype = : translation69e32194d7507fallbacks_media_attributes 
  AND translation69e32194d7507fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d7507fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d7509productStream ON translation69e32194d7509productStream.objecttype = : translation69e32194d7509productStream 
  AND translation69e32194d7509productStream.objectkey = stream.id 
  AND translation69e32194d7509productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d750afallbackproductStream ON translation69e32194d750afallbackproductStream.objecttype = : translation69e32194d750afallbackproductStream 
  AND translation69e32194d750afallbackproductStream.objectkey = stream.id 
  AND translation69e32194d750afallbackproductStream.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
  ":translation69e32194d74fes_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d7502fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d7505s_media_attributes" => "s_media_attributes"
  ":translation69e32194d7507fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d7509productStream" => "productStream"
  ":translation69e32194d750afallbackproductStream" => "productStream"
  ":translation69e32194d750ccategory" => "category"
  ":translation69e32194d750efallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 72
]
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 => 73
  1 => DateTime @1776492948 {#2448
    date: 2026-04-18 08:15:48.883 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194d7b4cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d7b50fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d7b53s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d7b54fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d7b57productStream.objectdata as __stream_translation, 
  translation69e32194d7b58fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d7b5acategory.objectdata as __category_translation, 
  translation69e32194d7b5cfallbackcategory.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 translation69e32194d7b5acategory ON translation69e32194d7b5acategory.objecttype = : translation69e32194d7b5acategory 
  AND translation69e32194d7b5acategory.objectkey = category.id 
  AND translation69e32194d7b5acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7b5cfallbackcategory ON translation69e32194d7b5cfallbackcategory.objecttype = : translation69e32194d7b5cfallbackcategory 
  AND translation69e32194d7b5cfallbackcategory.objectkey = category.id 
  AND translation69e32194d7b5cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d7b4cs_categories_attributes ON translation69e32194d7b4cs_categories_attributes.objecttype = : translation69e32194d7b4cs_categories_attributes 
  AND translation69e32194d7b4cs_categories_attributes.objectkey = category.id 
  AND translation69e32194d7b4cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7b50fallbacks_categories_attributes ON translation69e32194d7b50fallbacks_categories_attributes.objecttype = : translation69e32194d7b50fallbacks_categories_attributes 
  AND translation69e32194d7b50fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d7b50fallbacks_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 translation69e32194d7b53s_media_attributes ON translation69e32194d7b53s_media_attributes.objecttype = : translation69e32194d7b53s_media_attributes 
  AND translation69e32194d7b53s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d7b53s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7b54fallbacks_media_attributes ON translation69e32194d7b54fallbacks_media_attributes.objecttype = : translation69e32194d7b54fallbacks_media_attributes 
  AND translation69e32194d7b54fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d7b54fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d7b57productStream ON translation69e32194d7b57productStream.objecttype = : translation69e32194d7b57productStream 
  AND translation69e32194d7b57productStream.objectkey = stream.id 
  AND translation69e32194d7b57productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7b58fallbackproductStream ON translation69e32194d7b58fallbackproductStream.objecttype = : translation69e32194d7b58fallbackproductStream 
  AND translation69e32194d7b58fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d7b58fallbackproductStream.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
  ":translation69e32194d7b4cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d7b50fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d7b53s_media_attributes" => "s_media_attributes"
  ":translation69e32194d7b54fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d7b57productStream" => "productStream"
  ":translation69e32194d7b58fallbackproductStream" => "productStream"
  ":translation69e32194d7b5acategory" => "category"
  ":translation69e32194d7b5cfallbackcategory" => "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, 
  translation69e32194d7f04s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d7f08fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d7f0as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d7f0cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d7f0eproductStream.objectdata as __stream_translation, 
  translation69e32194d7f10fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d7f12category.objectdata as __category_translation, 
  translation69e32194d7f13fallbackcategory.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 translation69e32194d7f12category ON translation69e32194d7f12category.objecttype = : translation69e32194d7f12category 
  AND translation69e32194d7f12category.objectkey = category.id 
  AND translation69e32194d7f12category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7f13fallbackcategory ON translation69e32194d7f13fallbackcategory.objecttype = : translation69e32194d7f13fallbackcategory 
  AND translation69e32194d7f13fallbackcategory.objectkey = category.id 
  AND translation69e32194d7f13fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d7f04s_categories_attributes ON translation69e32194d7f04s_categories_attributes.objecttype = : translation69e32194d7f04s_categories_attributes 
  AND translation69e32194d7f04s_categories_attributes.objectkey = category.id 
  AND translation69e32194d7f04s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7f08fallbacks_categories_attributes ON translation69e32194d7f08fallbacks_categories_attributes.objecttype = : translation69e32194d7f08fallbacks_categories_attributes 
  AND translation69e32194d7f08fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d7f08fallbacks_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 translation69e32194d7f0as_media_attributes ON translation69e32194d7f0as_media_attributes.objecttype = : translation69e32194d7f0as_media_attributes 
  AND translation69e32194d7f0as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d7f0as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7f0cfallbacks_media_attributes ON translation69e32194d7f0cfallbacks_media_attributes.objecttype = : translation69e32194d7f0cfallbacks_media_attributes 
  AND translation69e32194d7f0cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d7f0cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d7f0eproductStream ON translation69e32194d7f0eproductStream.objecttype = : translation69e32194d7f0eproductStream 
  AND translation69e32194d7f0eproductStream.objectkey = stream.id 
  AND translation69e32194d7f0eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d7f10fallbackproductStream ON translation69e32194d7f10fallbackproductStream.objecttype = : translation69e32194d7f10fallbackproductStream 
  AND translation69e32194d7f10fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d7f10fallbackproductStream.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
  ":translation69e32194d7f04s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d7f08fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d7f0as_media_attributes" => "s_media_attributes"
  ":translation69e32194d7f0cfallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d7f0eproductStream" => "productStream"
  ":translation69e32194d7f10fallbackproductStream" => "productStream"
  ":translation69e32194d7f12category" => "category"
  ":translation69e32194d7f13fallbackcategory" => "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, 
  translation69e32194d82a9s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d82adfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d82b0s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d82b2fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d82b4productStream.objectdata as __stream_translation, 
  translation69e32194d82b6fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d82b8category.objectdata as __category_translation, 
  translation69e32194d82b9fallbackcategory.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 translation69e32194d82b8category ON translation69e32194d82b8category.objecttype = : translation69e32194d82b8category 
  AND translation69e32194d82b8category.objectkey = category.id 
  AND translation69e32194d82b8category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d82b9fallbackcategory ON translation69e32194d82b9fallbackcategory.objecttype = : translation69e32194d82b9fallbackcategory 
  AND translation69e32194d82b9fallbackcategory.objectkey = category.id 
  AND translation69e32194d82b9fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d82a9s_categories_attributes ON translation69e32194d82a9s_categories_attributes.objecttype = : translation69e32194d82a9s_categories_attributes 
  AND translation69e32194d82a9s_categories_attributes.objectkey = category.id 
  AND translation69e32194d82a9s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d82adfallbacks_categories_attributes ON translation69e32194d82adfallbacks_categories_attributes.objecttype = : translation69e32194d82adfallbacks_categories_attributes 
  AND translation69e32194d82adfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d82adfallbacks_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 translation69e32194d82b0s_media_attributes ON translation69e32194d82b0s_media_attributes.objecttype = : translation69e32194d82b0s_media_attributes 
  AND translation69e32194d82b0s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d82b0s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d82b2fallbacks_media_attributes ON translation69e32194d82b2fallbacks_media_attributes.objecttype = : translation69e32194d82b2fallbacks_media_attributes 
  AND translation69e32194d82b2fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d82b2fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d82b4productStream ON translation69e32194d82b4productStream.objecttype = : translation69e32194d82b4productStream 
  AND translation69e32194d82b4productStream.objectkey = stream.id 
  AND translation69e32194d82b4productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d82b6fallbackproductStream ON translation69e32194d82b6fallbackproductStream.objecttype = : translation69e32194d82b6fallbackproductStream 
  AND translation69e32194d82b6fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d82b6fallbackproductStream.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
  ":translation69e32194d82a9s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d82adfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d82b0s_media_attributes" => "s_media_attributes"
  ":translation69e32194d82b2fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d82b4productStream" => "productStream"
  ":translation69e32194d82b6fallbackproductStream" => "productStream"
  ":translation69e32194d82b8category" => "category"
  ":translation69e32194d82b9fallbackcategory" => "category"
]
0.0008 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 @1776492948 {#2449
    date: 2026-04-18 08:15:48.886471 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194d88d9s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d88ddfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d88e0s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d88e1fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d88e4productStream.objectdata as __stream_translation, 
  translation69e32194d88e5fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d88e7category.objectdata as __category_translation, 
  translation69e32194d88e8fallbackcategory.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 translation69e32194d88e7category ON translation69e32194d88e7category.objecttype = : translation69e32194d88e7category 
  AND translation69e32194d88e7category.objectkey = category.id 
  AND translation69e32194d88e7category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d88e8fallbackcategory ON translation69e32194d88e8fallbackcategory.objecttype = : translation69e32194d88e8fallbackcategory 
  AND translation69e32194d88e8fallbackcategory.objectkey = category.id 
  AND translation69e32194d88e8fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d88d9s_categories_attributes ON translation69e32194d88d9s_categories_attributes.objecttype = : translation69e32194d88d9s_categories_attributes 
  AND translation69e32194d88d9s_categories_attributes.objectkey = category.id 
  AND translation69e32194d88d9s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d88ddfallbacks_categories_attributes ON translation69e32194d88ddfallbacks_categories_attributes.objecttype = : translation69e32194d88ddfallbacks_categories_attributes 
  AND translation69e32194d88ddfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d88ddfallbacks_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 translation69e32194d88e0s_media_attributes ON translation69e32194d88e0s_media_attributes.objecttype = : translation69e32194d88e0s_media_attributes 
  AND translation69e32194d88e0s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d88e0s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d88e1fallbacks_media_attributes ON translation69e32194d88e1fallbacks_media_attributes.objecttype = : translation69e32194d88e1fallbacks_media_attributes 
  AND translation69e32194d88e1fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d88e1fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d88e4productStream ON translation69e32194d88e4productStream.objecttype = : translation69e32194d88e4productStream 
  AND translation69e32194d88e4productStream.objectkey = stream.id 
  AND translation69e32194d88e4productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d88e5fallbackproductStream ON translation69e32194d88e5fallbackproductStream.objecttype = : translation69e32194d88e5fallbackproductStream 
  AND translation69e32194d88e5fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d88e5fallbackproductStream.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
  ":translation69e32194d88d9s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d88ddfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d88e0s_media_attributes" => "s_media_attributes"
  ":translation69e32194d88e1fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d88e4productStream" => "productStream"
  ":translation69e32194d88e5fallbackproductStream" => "productStream"
  ":translation69e32194d88e7category" => "category"
  ":translation69e32194d88e8fallbackcategory" => "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, 
  translation69e32194d8c8cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d8c90fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d8c92s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d8c94fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d8c96productStream.objectdata as __stream_translation, 
  translation69e32194d8c98fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d8c9acategory.objectdata as __category_translation, 
  translation69e32194d8c9bfallbackcategory.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 translation69e32194d8c9acategory ON translation69e32194d8c9acategory.objecttype = : translation69e32194d8c9acategory 
  AND translation69e32194d8c9acategory.objectkey = category.id 
  AND translation69e32194d8c9acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d8c9bfallbackcategory ON translation69e32194d8c9bfallbackcategory.objecttype = : translation69e32194d8c9bfallbackcategory 
  AND translation69e32194d8c9bfallbackcategory.objectkey = category.id 
  AND translation69e32194d8c9bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d8c8cs_categories_attributes ON translation69e32194d8c8cs_categories_attributes.objecttype = : translation69e32194d8c8cs_categories_attributes 
  AND translation69e32194d8c8cs_categories_attributes.objectkey = category.id 
  AND translation69e32194d8c8cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d8c90fallbacks_categories_attributes ON translation69e32194d8c90fallbacks_categories_attributes.objecttype = : translation69e32194d8c90fallbacks_categories_attributes 
  AND translation69e32194d8c90fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d8c90fallbacks_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 translation69e32194d8c92s_media_attributes ON translation69e32194d8c92s_media_attributes.objecttype = : translation69e32194d8c92s_media_attributes 
  AND translation69e32194d8c92s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d8c92s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d8c94fallbacks_media_attributes ON translation69e32194d8c94fallbacks_media_attributes.objecttype = : translation69e32194d8c94fallbacks_media_attributes 
  AND translation69e32194d8c94fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d8c94fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d8c96productStream ON translation69e32194d8c96productStream.objecttype = : translation69e32194d8c96productStream 
  AND translation69e32194d8c96productStream.objectkey = stream.id 
  AND translation69e32194d8c96productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d8c98fallbackproductStream ON translation69e32194d8c98fallbackproductStream.objecttype = : translation69e32194d8c98fallbackproductStream 
  AND translation69e32194d8c98fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d8c98fallbackproductStream.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
  ":translation69e32194d8c8cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d8c90fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d8c92s_media_attributes" => "s_media_attributes"
  ":translation69e32194d8c94fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d8c96productStream" => "productStream"
  ":translation69e32194d8c98fallbackproductStream" => "productStream"
  ":translation69e32194d8c9acategory" => "category"
  ":translation69e32194d8c9bfallbackcategory" => "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, 
  translation69e32194d9039s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d903dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d9040s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d9041fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d9043productStream.objectdata as __stream_translation, 
  translation69e32194d9045fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d9047category.objectdata as __category_translation, 
  translation69e32194d9048fallbackcategory.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 translation69e32194d9047category ON translation69e32194d9047category.objecttype = : translation69e32194d9047category 
  AND translation69e32194d9047category.objectkey = category.id 
  AND translation69e32194d9047category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9048fallbackcategory ON translation69e32194d9048fallbackcategory.objecttype = : translation69e32194d9048fallbackcategory 
  AND translation69e32194d9048fallbackcategory.objectkey = category.id 
  AND translation69e32194d9048fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d9039s_categories_attributes ON translation69e32194d9039s_categories_attributes.objecttype = : translation69e32194d9039s_categories_attributes 
  AND translation69e32194d9039s_categories_attributes.objectkey = category.id 
  AND translation69e32194d9039s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d903dfallbacks_categories_attributes ON translation69e32194d903dfallbacks_categories_attributes.objecttype = : translation69e32194d903dfallbacks_categories_attributes 
  AND translation69e32194d903dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d903dfallbacks_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 translation69e32194d9040s_media_attributes ON translation69e32194d9040s_media_attributes.objecttype = : translation69e32194d9040s_media_attributes 
  AND translation69e32194d9040s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9040s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9041fallbacks_media_attributes ON translation69e32194d9041fallbacks_media_attributes.objecttype = : translation69e32194d9041fallbacks_media_attributes 
  AND translation69e32194d9041fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9041fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d9043productStream ON translation69e32194d9043productStream.objecttype = : translation69e32194d9043productStream 
  AND translation69e32194d9043productStream.objectkey = stream.id 
  AND translation69e32194d9043productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9045fallbackproductStream ON translation69e32194d9045fallbackproductStream.objecttype = : translation69e32194d9045fallbackproductStream 
  AND translation69e32194d9045fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d9045fallbackproductStream.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
  ":translation69e32194d9039s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d903dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d9040s_media_attributes" => "s_media_attributes"
  ":translation69e32194d9041fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d9043productStream" => "productStream"
  ":translation69e32194d9045fallbackproductStream" => "productStream"
  ":translation69e32194d9047category" => "category"
  ":translation69e32194d9048fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 74
]
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 => 75
  1 => DateTime @1776492948 {#2450
    date: 2026-04-18 08:15:48.889956 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#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, 
  translation69e32194d967bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d967efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d9681s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d9683fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d9685productStream.objectdata as __stream_translation, 
  translation69e32194d9686fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d9688category.objectdata as __category_translation, 
  translation69e32194d968afallbackcategory.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 translation69e32194d9688category ON translation69e32194d9688category.objecttype = : translation69e32194d9688category 
  AND translation69e32194d9688category.objectkey = category.id 
  AND translation69e32194d9688category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d968afallbackcategory ON translation69e32194d968afallbackcategory.objecttype = : translation69e32194d968afallbackcategory 
  AND translation69e32194d968afallbackcategory.objectkey = category.id 
  AND translation69e32194d968afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d967bs_categories_attributes ON translation69e32194d967bs_categories_attributes.objecttype = : translation69e32194d967bs_categories_attributes 
  AND translation69e32194d967bs_categories_attributes.objectkey = category.id 
  AND translation69e32194d967bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d967efallbacks_categories_attributes ON translation69e32194d967efallbacks_categories_attributes.objecttype = : translation69e32194d967efallbacks_categories_attributes 
  AND translation69e32194d967efallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d967efallbacks_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 translation69e32194d9681s_media_attributes ON translation69e32194d9681s_media_attributes.objecttype = : translation69e32194d9681s_media_attributes 
  AND translation69e32194d9681s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9681s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9683fallbacks_media_attributes ON translation69e32194d9683fallbacks_media_attributes.objecttype = : translation69e32194d9683fallbacks_media_attributes 
  AND translation69e32194d9683fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9683fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d9685productStream ON translation69e32194d9685productStream.objecttype = : translation69e32194d9685productStream 
  AND translation69e32194d9685productStream.objectkey = stream.id 
  AND translation69e32194d9685productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9686fallbackproductStream ON translation69e32194d9686fallbackproductStream.objecttype = : translation69e32194d9686fallbackproductStream 
  AND translation69e32194d9686fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d9686fallbackproductStream.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
  ":translation69e32194d967bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d967efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d9681s_media_attributes" => "s_media_attributes"
  ":translation69e32194d9683fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d9685productStream" => "productStream"
  ":translation69e32194d9686fallbackproductStream" => "productStream"
  ":translation69e32194d9688category" => "category"
  ":translation69e32194d968afallbackcategory" => "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, 
  translation69e32194d9a29s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d9a2dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d9a30s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d9a32fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d9a34productStream.objectdata as __stream_translation, 
  translation69e32194d9a36fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d9a37category.objectdata as __category_translation, 
  translation69e32194d9a39fallbackcategory.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 translation69e32194d9a37category ON translation69e32194d9a37category.objecttype = : translation69e32194d9a37category 
  AND translation69e32194d9a37category.objectkey = category.id 
  AND translation69e32194d9a37category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9a39fallbackcategory ON translation69e32194d9a39fallbackcategory.objecttype = : translation69e32194d9a39fallbackcategory 
  AND translation69e32194d9a39fallbackcategory.objectkey = category.id 
  AND translation69e32194d9a39fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d9a29s_categories_attributes ON translation69e32194d9a29s_categories_attributes.objecttype = : translation69e32194d9a29s_categories_attributes 
  AND translation69e32194d9a29s_categories_attributes.objectkey = category.id 
  AND translation69e32194d9a29s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9a2dfallbacks_categories_attributes ON translation69e32194d9a2dfallbacks_categories_attributes.objecttype = : translation69e32194d9a2dfallbacks_categories_attributes 
  AND translation69e32194d9a2dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d9a2dfallbacks_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 translation69e32194d9a30s_media_attributes ON translation69e32194d9a30s_media_attributes.objecttype = : translation69e32194d9a30s_media_attributes 
  AND translation69e32194d9a30s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9a30s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9a32fallbacks_media_attributes ON translation69e32194d9a32fallbacks_media_attributes.objecttype = : translation69e32194d9a32fallbacks_media_attributes 
  AND translation69e32194d9a32fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9a32fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d9a34productStream ON translation69e32194d9a34productStream.objecttype = : translation69e32194d9a34productStream 
  AND translation69e32194d9a34productStream.objectkey = stream.id 
  AND translation69e32194d9a34productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9a36fallbackproductStream ON translation69e32194d9a36fallbackproductStream.objecttype = : translation69e32194d9a36fallbackproductStream 
  AND translation69e32194d9a36fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d9a36fallbackproductStream.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
  ":translation69e32194d9a29s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d9a2dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d9a30s_media_attributes" => "s_media_attributes"
  ":translation69e32194d9a32fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d9a34productStream" => "productStream"
  ":translation69e32194d9a36fallbackproductStream" => "productStream"
  ":translation69e32194d9a37category" => "category"
  ":translation69e32194d9a39fallbackcategory" => "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, 
  translation69e32194d9ddbs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194d9ddefallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194d9de1s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194d9de3fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194d9de5productStream.objectdata as __stream_translation, 
  translation69e32194d9de7fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194d9de9category.objectdata as __category_translation, 
  translation69e32194d9deafallbackcategory.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 translation69e32194d9de9category ON translation69e32194d9de9category.objecttype = : translation69e32194d9de9category 
  AND translation69e32194d9de9category.objectkey = category.id 
  AND translation69e32194d9de9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9deafallbackcategory ON translation69e32194d9deafallbackcategory.objecttype = : translation69e32194d9deafallbackcategory 
  AND translation69e32194d9deafallbackcategory.objectkey = category.id 
  AND translation69e32194d9deafallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194d9ddbs_categories_attributes ON translation69e32194d9ddbs_categories_attributes.objecttype = : translation69e32194d9ddbs_categories_attributes 
  AND translation69e32194d9ddbs_categories_attributes.objectkey = category.id 
  AND translation69e32194d9ddbs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9ddefallbacks_categories_attributes ON translation69e32194d9ddefallbacks_categories_attributes.objecttype = : translation69e32194d9ddefallbacks_categories_attributes 
  AND translation69e32194d9ddefallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194d9ddefallbacks_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 translation69e32194d9de1s_media_attributes ON translation69e32194d9de1s_media_attributes.objecttype = : translation69e32194d9de1s_media_attributes 
  AND translation69e32194d9de1s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9de1s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9de3fallbacks_media_attributes ON translation69e32194d9de3fallbacks_media_attributes.objecttype = : translation69e32194d9de3fallbacks_media_attributes 
  AND translation69e32194d9de3fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194d9de3fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194d9de5productStream ON translation69e32194d9de5productStream.objecttype = : translation69e32194d9de5productStream 
  AND translation69e32194d9de5productStream.objectkey = stream.id 
  AND translation69e32194d9de5productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194d9de7fallbackproductStream ON translation69e32194d9de7fallbackproductStream.objecttype = : translation69e32194d9de7fallbackproductStream 
  AND translation69e32194d9de7fallbackproductStream.objectkey = stream.id 
  AND translation69e32194d9de7fallbackproductStream.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
  ":translation69e32194d9ddbs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194d9ddefallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194d9de1s_media_attributes" => "s_media_attributes"
  ":translation69e32194d9de3fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194d9de5productStream" => "productStream"
  ":translation69e32194d9de7fallbackproductStream" => "productStream"
  ":translation69e32194d9de9category" => "category"
  ":translation69e32194d9deafallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 75
]
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 => 76
  1 => DateTime @1776492948 {#2451
    date: 2026-04-18 08:15:48.893482 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2451}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 76
]
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 => 77
  1 => DateTime @1776492948 {#2452
    date: 2026-04-18 08:15:48.894119 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2452}
]
0.0002 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 77
]
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 => 78
  1 => DateTime @1776492948 {#2453
    date: 2026-04-18 08:15:48.894722 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2453}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 78
]
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 => 79
  1 => DateTime @1776492948 {#2454
    date: 2026-04-18 08:15:48.895342 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2454}
]
0.0002 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 79
]
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 => 80
  1 => DateTime @1776492948 {#2455
    date: 2026-04-18 08:15:48.895926 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2455}
]
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, 
  translation69e32194dada6s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194dadaafallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194dadads_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194dadaffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194dadb1productStream.objectdata as __stream_translation, 
  translation69e32194dadb2fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194dadb4category.objectdata as __category_translation, 
  translation69e32194dadb6fallbackcategory.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 translation69e32194dadb4category ON translation69e32194dadb4category.objecttype = : translation69e32194dadb4category 
  AND translation69e32194dadb4category.objectkey = category.id 
  AND translation69e32194dadb4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dadb6fallbackcategory ON translation69e32194dadb6fallbackcategory.objecttype = : translation69e32194dadb6fallbackcategory 
  AND translation69e32194dadb6fallbackcategory.objectkey = category.id 
  AND translation69e32194dadb6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194dada6s_categories_attributes ON translation69e32194dada6s_categories_attributes.objecttype = : translation69e32194dada6s_categories_attributes 
  AND translation69e32194dada6s_categories_attributes.objectkey = category.id 
  AND translation69e32194dada6s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dadaafallbacks_categories_attributes ON translation69e32194dadaafallbacks_categories_attributes.objecttype = : translation69e32194dadaafallbacks_categories_attributes 
  AND translation69e32194dadaafallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194dadaafallbacks_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 translation69e32194dadads_media_attributes ON translation69e32194dadads_media_attributes.objecttype = : translation69e32194dadads_media_attributes 
  AND translation69e32194dadads_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dadads_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dadaffallbacks_media_attributes ON translation69e32194dadaffallbacks_media_attributes.objecttype = : translation69e32194dadaffallbacks_media_attributes 
  AND translation69e32194dadaffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dadaffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194dadb1productStream ON translation69e32194dadb1productStream.objecttype = : translation69e32194dadb1productStream 
  AND translation69e32194dadb1productStream.objectkey = stream.id 
  AND translation69e32194dadb1productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dadb2fallbackproductStream ON translation69e32194dadb2fallbackproductStream.objecttype = : translation69e32194dadb2fallbackproductStream 
  AND translation69e32194dadb2fallbackproductStream.objectkey = stream.id 
  AND translation69e32194dadb2fallbackproductStream.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
  ":translation69e32194dada6s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194dadaafallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194dadads_media_attributes" => "s_media_attributes"
  ":translation69e32194dadaffallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194dadb1productStream" => "productStream"
  ":translation69e32194dadb2fallbackproductStream" => "productStream"
  ":translation69e32194dadb4category" => "category"
  ":translation69e32194dadb6fallbackcategory" => "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, 
  translation69e32194db1b6s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194db1bffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194db1c2s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194db1c4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194db1c6productStream.objectdata as __stream_translation, 
  translation69e32194db1c8fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194db1cacategory.objectdata as __category_translation, 
  translation69e32194db1cbfallbackcategory.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 translation69e32194db1cacategory ON translation69e32194db1cacategory.objecttype = : translation69e32194db1cacategory 
  AND translation69e32194db1cacategory.objectkey = category.id 
  AND translation69e32194db1cacategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194db1cbfallbackcategory ON translation69e32194db1cbfallbackcategory.objecttype = : translation69e32194db1cbfallbackcategory 
  AND translation69e32194db1cbfallbackcategory.objectkey = category.id 
  AND translation69e32194db1cbfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194db1b6s_categories_attributes ON translation69e32194db1b6s_categories_attributes.objecttype = : translation69e32194db1b6s_categories_attributes 
  AND translation69e32194db1b6s_categories_attributes.objectkey = category.id 
  AND translation69e32194db1b6s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194db1bffallbacks_categories_attributes ON translation69e32194db1bffallbacks_categories_attributes.objecttype = : translation69e32194db1bffallbacks_categories_attributes 
  AND translation69e32194db1bffallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194db1bffallbacks_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 translation69e32194db1c2s_media_attributes ON translation69e32194db1c2s_media_attributes.objecttype = : translation69e32194db1c2s_media_attributes 
  AND translation69e32194db1c2s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194db1c2s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194db1c4fallbacks_media_attributes ON translation69e32194db1c4fallbacks_media_attributes.objecttype = : translation69e32194db1c4fallbacks_media_attributes 
  AND translation69e32194db1c4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194db1c4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194db1c6productStream ON translation69e32194db1c6productStream.objecttype = : translation69e32194db1c6productStream 
  AND translation69e32194db1c6productStream.objectkey = stream.id 
  AND translation69e32194db1c6productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194db1c8fallbackproductStream ON translation69e32194db1c8fallbackproductStream.objecttype = : translation69e32194db1c8fallbackproductStream 
  AND translation69e32194db1c8fallbackproductStream.objectkey = stream.id 
  AND translation69e32194db1c8fallbackproductStream.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
  ":translation69e32194db1b6s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194db1bffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194db1c2s_media_attributes" => "s_media_attributes"
  ":translation69e32194db1c4fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194db1c6productStream" => "productStream"
  ":translation69e32194db1c8fallbackproductStream" => "productStream"
  ":translation69e32194db1cacategory" => "category"
  ":translation69e32194db1cbfallbackcategory" => "category"
]
0.0008 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 @1776492948 {#2456
    date: 2026-04-18 08:15:48.898506 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2456}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 5
]
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 => 7
  1 => DateTime @1776492948 {#2457
    date: 2026-04-18 08:15:48.899138 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2457}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 7
]
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 => 8
  1 => DateTime @1776492948 {#2458
    date: 2026-04-18 08:15:48.899794 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2458}
]
0.0003 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 @1776492948 {#2459
    date: 2026-04-18 08:15:48.900456 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2459}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 9
]
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 => 10
  1 => DateTime @1776492948 {#2460
    date: 2026-04-18 08:15:48.901035 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2460}
]
0.0002 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 10
]
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 => 11
  1 => DateTime @1776492948 {#2461
    date: 2026-04-18 08:15:48.901617 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2461}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 11
]
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 => 81
  1 => DateTime @1776492948 {#2462
    date: 2026-04-18 08:15:48.902234 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2462}
]
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, 
  translation69e32194dc669s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194dc66dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194dc66fs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194dc671fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194dc673productStream.objectdata as __stream_translation, 
  translation69e32194dc675fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194dc677category.objectdata as __category_translation, 
  translation69e32194dc679fallbackcategory.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 translation69e32194dc677category ON translation69e32194dc677category.objecttype = : translation69e32194dc677category 
  AND translation69e32194dc677category.objectkey = category.id 
  AND translation69e32194dc677category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dc679fallbackcategory ON translation69e32194dc679fallbackcategory.objecttype = : translation69e32194dc679fallbackcategory 
  AND translation69e32194dc679fallbackcategory.objectkey = category.id 
  AND translation69e32194dc679fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194dc669s_categories_attributes ON translation69e32194dc669s_categories_attributes.objecttype = : translation69e32194dc669s_categories_attributes 
  AND translation69e32194dc669s_categories_attributes.objectkey = category.id 
  AND translation69e32194dc669s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dc66dfallbacks_categories_attributes ON translation69e32194dc66dfallbacks_categories_attributes.objecttype = : translation69e32194dc66dfallbacks_categories_attributes 
  AND translation69e32194dc66dfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194dc66dfallbacks_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 translation69e32194dc66fs_media_attributes ON translation69e32194dc66fs_media_attributes.objecttype = : translation69e32194dc66fs_media_attributes 
  AND translation69e32194dc66fs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dc66fs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dc671fallbacks_media_attributes ON translation69e32194dc671fallbacks_media_attributes.objecttype = : translation69e32194dc671fallbacks_media_attributes 
  AND translation69e32194dc671fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dc671fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194dc673productStream ON translation69e32194dc673productStream.objecttype = : translation69e32194dc673productStream 
  AND translation69e32194dc673productStream.objectkey = stream.id 
  AND translation69e32194dc673productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dc675fallbackproductStream ON translation69e32194dc675fallbackproductStream.objecttype = : translation69e32194dc675fallbackproductStream 
  AND translation69e32194dc675fallbackproductStream.objectkey = stream.id 
  AND translation69e32194dc675fallbackproductStream.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
  ":translation69e32194dc669s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194dc66dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194dc66fs_media_attributes" => "s_media_attributes"
  ":translation69e32194dc671fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194dc673productStream" => "productStream"
  ":translation69e32194dc675fallbackproductStream" => "productStream"
  ":translation69e32194dc677category" => "category"
  ":translation69e32194dc679fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 81
]
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 => 12
  1 => DateTime @1776492948 {#2463
    date: 2026-04-18 08:15:48.903818 Europe/Berlin (+02:00)
  }
  2 => DateTime @1776492948 {#2463}
]
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, 
  translation69e32194dcc88s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194dcc8bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194dcc8es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194dcc90fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194dcc92productStream.objectdata as __stream_translation, 
  translation69e32194dcc93fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194dcc95category.objectdata as __category_translation, 
  translation69e32194dcc97fallbackcategory.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 translation69e32194dcc95category ON translation69e32194dcc95category.objecttype = : translation69e32194dcc95category 
  AND translation69e32194dcc95category.objectkey = category.id 
  AND translation69e32194dcc95category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dcc97fallbackcategory ON translation69e32194dcc97fallbackcategory.objecttype = : translation69e32194dcc97fallbackcategory 
  AND translation69e32194dcc97fallbackcategory.objectkey = category.id 
  AND translation69e32194dcc97fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194dcc88s_categories_attributes ON translation69e32194dcc88s_categories_attributes.objecttype = : translation69e32194dcc88s_categories_attributes 
  AND translation69e32194dcc88s_categories_attributes.objectkey = category.id 
  AND translation69e32194dcc88s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dcc8bfallbacks_categories_attributes ON translation69e32194dcc8bfallbacks_categories_attributes.objecttype = : translation69e32194dcc8bfallbacks_categories_attributes 
  AND translation69e32194dcc8bfallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194dcc8bfallbacks_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 translation69e32194dcc8es_media_attributes ON translation69e32194dcc8es_media_attributes.objecttype = : translation69e32194dcc8es_media_attributes 
  AND translation69e32194dcc8es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dcc8es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dcc90fallbacks_media_attributes ON translation69e32194dcc90fallbacks_media_attributes.objecttype = : translation69e32194dcc90fallbacks_media_attributes 
  AND translation69e32194dcc90fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dcc90fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194dcc92productStream ON translation69e32194dcc92productStream.objecttype = : translation69e32194dcc92productStream 
  AND translation69e32194dcc92productStream.objectkey = stream.id 
  AND translation69e32194dcc92productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dcc93fallbackproductStream ON translation69e32194dcc93fallbackproductStream.objecttype = : translation69e32194dcc93fallbackproductStream 
  AND translation69e32194dcc93fallbackproductStream.objectkey = stream.id 
  AND translation69e32194dcc93fallbackproductStream.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
  ":translation69e32194dcc88s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194dcc8bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194dcc8es_media_attributes" => "s_media_attributes"
  ":translation69e32194dcc90fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194dcc92productStream" => "productStream"
  ":translation69e32194dcc93fallbackproductStream" => "productStream"
  ":translation69e32194dcc95category" => "category"
  ":translation69e32194dcc97fallbackcategory" => "category"
]
0.0008 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
DELETE FROM 
  s_emarketing_lastarticles 
WHERE 
  `time` < DATE_SUB(
    CONCAT_WS(
      " ", 
      CURDATE(), 
      ?
    ), 
    INTERVAL ? DAY
  )
array:2 [
  0 => "00:00:00"
  1 => 15
]
0.0008 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, 
  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=account&sAction=index"
  ]
]
0.0002 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=account&sAction=index"
  ]
]
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, 
  translation69e32194dfe0ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation69e32194dfe11fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation69e32194dfe13s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation69e32194dfe15fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation69e32194dfe17productStream.objectdata as __stream_translation, 
  translation69e32194dfe19fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation69e32194dfe1bcategory.objectdata as __category_translation, 
  translation69e32194dfe1cfallbackcategory.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 translation69e32194dfe1bcategory ON translation69e32194dfe1bcategory.objecttype = : translation69e32194dfe1bcategory 
  AND translation69e32194dfe1bcategory.objectkey = category.id 
  AND translation69e32194dfe1bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dfe1cfallbackcategory ON translation69e32194dfe1cfallbackcategory.objecttype = : translation69e32194dfe1cfallbackcategory 
  AND translation69e32194dfe1cfallbackcategory.objectkey = category.id 
  AND translation69e32194dfe1cfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation69e32194dfe0ds_categories_attributes ON translation69e32194dfe0ds_categories_attributes.objecttype = : translation69e32194dfe0ds_categories_attributes 
  AND translation69e32194dfe0ds_categories_attributes.objectkey = category.id 
  AND translation69e32194dfe0ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dfe11fallbacks_categories_attributes ON translation69e32194dfe11fallbacks_categories_attributes.objecttype = : translation69e32194dfe11fallbacks_categories_attributes 
  AND translation69e32194dfe11fallbacks_categories_attributes.objectkey = category.id 
  AND translation69e32194dfe11fallbacks_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 translation69e32194dfe13s_media_attributes ON translation69e32194dfe13s_media_attributes.objecttype = : translation69e32194dfe13s_media_attributes 
  AND translation69e32194dfe13s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dfe13s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dfe15fallbacks_media_attributes ON translation69e32194dfe15fallbacks_media_attributes.objecttype = : translation69e32194dfe15fallbacks_media_attributes 
  AND translation69e32194dfe15fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation69e32194dfe15fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation69e32194dfe17productStream ON translation69e32194dfe17productStream.objecttype = : translation69e32194dfe17productStream 
  AND translation69e32194dfe17productStream.objectkey = stream.id 
  AND translation69e32194dfe17productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194dfe19fallbackproductStream ON translation69e32194dfe19fallbackproductStream.objecttype = : translation69e32194dfe19fallbackproductStream 
  AND translation69e32194dfe19fallbackproductStream.objectkey = stream.id 
  AND translation69e32194dfe19fallbackproductStream.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
  ":translation69e32194dfe0ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation69e32194dfe11fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation69e32194dfe13s_media_attributes" => "s_media_attributes"
  ":translation69e32194dfe15fallbacks_media_attributes" => "s_media_attributes"
  ":translation69e32194dfe17productStream" => "productStream"
  ":translation69e32194dfe19fallbackproductStream" => "productStream"
  ":translation69e32194dfe1bcategory" => "category"
  ":translation69e32194dfe1cfallbackcategory" => "category"
]
0.0013 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.0000 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.0002 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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.0001 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.0000 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0000 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
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, 
  translation69e32194e08ecpage.objectdata as __page_translation, 
  translation69e32194e08f0fallbackpage.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 translation69e32194e08ecpage ON translation69e32194e08ecpage.objecttype = : translation69e32194e08ecpage 
  AND translation69e32194e08ecpage.objectkey = page.id 
  AND translation69e32194e08ecpage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation69e32194e08f0fallbackpage ON translation69e32194e08f0fallbackpage.objecttype = : translation69e32194e08f0fallbackpage 
  AND translation69e32194e08f0fallbackpage.objectkey = page.id 
  AND translation69e32194e08f0fallbackpage.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
  ":translation69e32194e08ecpage" => "page"
  ":languagefallback" => 0
  ":translation69e32194e08f0fallbackpage" => "page"
  ":shopId" => 3
  ":staticShopId" => "%|3|%"
]
0.0008 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.0003 ms
SELECT 
  s_core_config_values.value 
FROM 
  s_core_config_values 
  INNER JOIN s_core_config_elements ON s_core_config_values.element_id = s_core_config_elements.id 
  AND s_core_config_elements.`name` LIKE 'assetTimestamp' 
WHERE 
  s_core_config_values.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0004 ms
SELECT 
  s0_.id AS id_0, 
  s0_.compiler_force AS compiler_force_1, 
  s0_.compiler_create_source_map AS compiler_create_source_map_2, 
  s0_.compiler_compress_css AS compiler_compress_css_3, 
  s0_.compiler_compress_js AS compiler_compress_js_4, 
  s0_.force_reload_snippets AS force_reload_snippets_5 
FROM 
  s_core_theme_settings s0_ 
ORDER BY 
  s0_.id ASC 
LIMIT 
  1
[]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.name AS name_2, 
  t0.label AS label_3, 
  t0.namespace AS namespace_4, 
  t0.source AS source_5, 
  t0.description AS description_6, 
  t0.active AS active_7, 
  t0.added AS added_8, 
  t0.installation_date AS installation_date_9, 
  t0.update_date AS update_date_10, 
  t0.refresh_date AS refresh_date_11, 
  t0.author AS author_12, 
  t0.copyright AS copyright_13, 
  t0.license AS license_14, 
  t0.version AS version_15, 
  t0.support AS support_16, 
  t0.changes AS changes_17, 
  t0.link AS link_18, 
  t0.update_version AS update_version_19, 
  t0.update_source AS update_source_20, 
  t0.capability_update AS capability_update_21, 
  t0.capability_install AS capability_install_22, 
  t0.capability_enable AS capability_enable_23, 
  t0.capability_secure_uninstall AS capability_secure_uninstall_24, 
  t0.translations AS translations_25, 
  t0.in_safe_mode AS in_safe_mode_26 
FROM 
  s_core_plugins t0 
WHERE 
  t0.id = ? 
LIMIT 
  1
array:1 [
  0 => "52"
]
0.0002 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0001 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.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 
  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=address&sAction=index"
  ]
]
0.0002 ms
SELECT 
  host, 
  hosts 
FROM 
  s_core_shops 
WHERE 
  id = : id
array:1 [
  ":id" => 1
]
0.0001 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.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=register&sAction=saveRegister"
  ]
]
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" => 3
  ":orgPath" => array:1 [
    0 => "sViewport=account&sAction=login"
  ]
]
0.0002 ms
SELECT 
  s_core_config_values.value 
FROM 
  s_core_config_values 
  INNER JOIN s_core_config_elements ON s_core_config_values.element_id = s_core_config_elements.id 
  AND s_core_config_elements.`name` LIKE 'assetTimestamp' 
WHERE 
  s_core_config_values.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.compiler_force AS compiler_force_1, 
  s0_.compiler_create_source_map AS compiler_create_source_map_2, 
  s0_.compiler_compress_css AS compiler_compress_css_3, 
  s0_.compiler_compress_js AS compiler_compress_js_4, 
  s0_.force_reload_snippets AS force_reload_snippets_5 
FROM 
  s_core_theme_settings s0_ 
ORDER BY 
  s0_.id ASC 
LIMIT 
  1
[]
0.0001 ms
SELECT 
  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:80 [
    0 => "sViewport=cat&sCategory=5"
    1 => "sViewport=cat&sCategory=7"
    2 => "sViewport=cat&sCategory=8"
    3 => "sViewport=cat&sCategory=9"
    4 => "sViewport=cat&sCategory=10"
    5 => "sViewport=cat&sCategory=11"
    6 => "sViewport=blog&sCategory=81"
    7 => "sViewport=cat&sCategory=12"
    8 => "sViewport=cat&sCategory=5"
    9 => "sViewport=cat&sCategory=7"
    10 => "sViewport=cat&sCategory=8"
    11 => "sViewport=cat&sCategory=13"
    12 => "sViewport=cat&sCategory=25"
    13 => "sViewport=cat&sCategory=26"
    14 => "sViewport=cat&sCategory=27"
    15 => "sViewport=cat&sCategory=28"
    16 => "sViewport=cat&sCategory=29"
    17 => "sViewport=cat&sCategory=14"
    18 => "sViewport=cat&sCategory=30"
    19 => "sViewport=cat&sCategory=31"
    20 => "sViewport=cat&sCategory=32"
    21 => "sViewport=cat&sCategory=33"
    22 => "sViewport=cat&sCategory=34"
    23 => "sViewport=cat&sCategory=9"
    24 => "sViewport=cat&sCategory=15"
    25 => "sViewport=cat&sCategory=35"
    26 => "sViewport=cat&sCategory=36"
    27 => "sViewport=cat&sCategory=37"
    28 => "sViewport=cat&sCategory=38"
    29 => "sViewport=cat&sCategory=39"
    30 => "sViewport=cat&sCategory=16"
    31 => "sViewport=cat&sCategory=40"
    32 => "sViewport=cat&sCategory=41"
    33 => "sViewport=cat&sCategory=42"
    34 => "sViewport=cat&sCategory=43"
    35 => "sViewport=cat&sCategory=44"
    36 => "sViewport=cat&sCategory=17"
    37 => "sViewport=cat&sCategory=45"
    38 => "sViewport=cat&sCategory=46"
    39 => "sViewport=cat&sCategory=47"
    40 => "sViewport=cat&sCategory=48"
    41 => "sViewport=cat&sCategory=49"
    42 => "sViewport=cat&sCategory=10"
    43 => "sViewport=cat&sCategory=18"
    44 => "sViewport=cat&sCategory=50"
    45 => "sViewport=cat&sCategory=51"
    46 => "sViewport=cat&sCategory=52"
    47 => "sViewport=cat&sCategory=53"
    48 => "sViewport=cat&sCategory=54"
    49 => "sViewport=cat&sCategory=19"
    50 => "sViewport=cat&sCategory=55"
    51 => "sViewport=cat&sCategory=56"
    52 => "sViewport=cat&sCategory=57"
    53 => "sViewport=cat&sCategory=58"
    54 => "sViewport=cat&sCategory=59"
    55 => "sViewport=cat&sCategory=20"
    56 => "sViewport=cat&sCategory=60"
    57 => "sViewport=cat&sCategory=61"
    58 => "sViewport=cat&sCategory=62"
    59 => "sViewport=cat&sCategory=63"
    60 => "sViewport=cat&sCategory=21"
    61 => "sViewport=cat&sCategory=76"
    62 => "sViewport=cat&sCategory=77"
    63 => "sViewport=cat&sCategory=78"
    64 => "sViewport=cat&sCategory=79"
    65 => "sViewport=cat&sCategory=80"
    66 => "sViewport=cat&sCategory=11"
    67 => "sViewport=blog&sCategory=81"
    68 => "sViewport=cat&sCategory=12"
    69 => "sViewport=cat&sCategory=22"
    70 => "sViewport=cat&sCategory=23"
    71 => "sViewport=cat&sCategory=24"
    72 => "sViewport=cat&sCategory=5"
    73 => "sViewport=cat&sCategory=7"
    74 => "sViewport=cat&sCategory=8"
    75 => "sViewport=cat&sCategory=9"
    76 => "sViewport=cat&sCategory=10"
    77 => "sViewport=cat&sCategory=11"
    78 => "sViewport=blog&sCategory=81"
    79 => "sViewport=cat&sCategory=12"
  ]
]
0.0006 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => "0d24fe642c6b81db95c4052a3b748209"
]
0.0002 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.2401 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.1121 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.0601 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.1740 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.0980 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.0591 ms
SELECT 
  id 
FROM 
  s_order_basket 
WHERE 
  sessionID = ? 
  AND esdarticle = 1 
LIMIT 
  1;
array:1 [
  1 => "0d24fe642c6b81db95c4052a3b748209"
]
4.6232 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')
[]
0.2000 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.1740 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.1812 ms
SELECT 
  * 
FROM 
  s_order_comparisons 
WHERE 
  sessionID = ?
array:1 [
  1 => "0d24fe642c6b81db95c4052a3b748209"
]
0.1349 ms
SELECT 
  COUNT(*) 
FROM 
  s_order_notes n, 
  s_articles a 
WHERE 
  (
    sUniqueID = ? 
    OR (
      userID != 0 
      AND userID = ?
    )
  ) 
  AND a.id = n.articleID 
  AND a.active = 1
array:2 [
  1 => "0d24fe642c6b81db95c4052a3b748209"
  2 => 0
]
0.2129 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/salutation'
  ) 
  AND (shopID = '3') 
  AND (localeID = '2')
[]
1.0061 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/salutation'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.3951 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/salutation'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1791 ms