https://titan.sw5.dev.orangebytes.de/en/all-products/20/demo-artikel-elektronik-pc-monitor-schwarz

Queries

371 Total Queries
0.0037 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.0000 ms
(
  SELECT 
    subshopID as shopId, 
    path, 
    org_path as orgPath, 
    main 
  FROM 
    s_core_rewrite_urls 
  WHERE 
    path LIKE : pathInfo 
  ORDER BY 
    subshopID = : shopId DESC, 
    main DESC 
  LIMIT 
    1
) 
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" => "all-products/20/demo-artikel-elektronik-pc-monitor-schwarz"
]
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.0011 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.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.0000 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0000 ms
SELECT 
  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.0020 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.0006 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.0014 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.0003 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName2911799538
array:1 [
  "pluginName2911799538" => "Statistics"
]
0.0002 ms
SELECT 
  variant.ordernumber 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.main_detail_id = variant.id 
WHERE 
  variant.articleID = : id
array:1 [
  ":id" => 20
]
0.0002 ms
SELECT 
  variant.articleID 
FROM 
  s_articles_details variant 
WHERE 
  variant.ordernumber = : number
array:1 [
  ":number" => "10020"
]
0.0001 ms
SELECT 
  categories.categoryID 
FROM 
  s_articles_categories_ro categories 
WHERE 
  (
    categories.articleID = : productId
  ) 
  AND (
    categories.categoryID = : categoryId
  ) 
LIMIT 
  1
array:2 [
  ":productId" => "20"
  ":categoryId" => 3
]
0.0002 ms
SELECT 
  variant.ordernumber 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  AND variant.active = 1 
WHERE 
  (variant.ordernumber = : number) 
  AND (
    (
      variant.laststock * variant.instock
    ) >= (
      variant.laststock * variant.minpurchase
    )
  ) 
LIMIT 
  1
array:1 [
  ":number" => "10020"
]
0.0002 ms
SELECT 
  product.id as __product_id, 
  product.supplierID as __product_supplierID, 
  product.name as __product_name, 
  product.description as __product_description, 
  product.description_long as __product_description_long, 
  product.shippingtime as __product_shippingtime, 
  product.datum as __product_datum, 
  product.active as __product_active, 
  product.taxID as __product_taxID, 
  product.pseudosales as __product_pseudosales, 
  product.topseller as __product_topseller, 
  product.metaTitle as __product_metaTitle, 
  product.keywords as __product_keywords, 
  product.changetime as __product_changetime, 
  product.pricegroupID as __product_pricegroupID, 
  product.pricegroupActive as __product_pricegroupActive, 
  product.filtergroupID as __product_filtergroupID, 
  product.crossbundlelook as __product_crossbundlelook, 
  product.notification as __product_notification, 
  product.template as __product_template, 
  product.mode as __product_mode, 
  product.main_detail_id as __product_main_detail_id, 
  product.available_from as __product_available_from, 
  product.available_to as __product_available_to, 
  product.configurator_set_id as __product_configurator_set_id, 
  productAttribute.id as __productAttribute_id, 
  productAttribute.articledetailsID as __productAttribute_articledetailsID, 
  productAttribute.attr1 as __productAttribute_attr1, 
  productAttribute.attr2 as __productAttribute_attr2, 
  productAttribute.attr3 as __productAttribute_attr3, 
  productAttribute.attr4 as __productAttribute_attr4, 
  productAttribute.attr5 as __productAttribute_attr5, 
  productAttribute.attr6 as __productAttribute_attr6, 
  productAttribute.attr7 as __productAttribute_attr7, 
  productAttribute.attr8 as __productAttribute_attr8, 
  productAttribute.attr9 as __productAttribute_attr9, 
  productAttribute.attr10 as __productAttribute_attr10, 
  productAttribute.attr11 as __productAttribute_attr11, 
  productAttribute.attr12 as __productAttribute_attr12, 
  productAttribute.attr13 as __productAttribute_attr13, 
  productAttribute.attr14 as __productAttribute_attr14, 
  productAttribute.attr15 as __productAttribute_attr15, 
  productAttribute.attr16 as __productAttribute_attr16, 
  productAttribute.attr17 as __productAttribute_attr17, 
  productAttribute.attr18 as __productAttribute_attr18, 
  productAttribute.attr19 as __productAttribute_attr19, 
  productAttribute.attr20 as __productAttribute_attr20, 
  topSeller.sales as __topSeller_sales, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber, 
  variant.suppliernumber as __variant_suppliernumber, 
  variant.kind as __variant_kind, 
  variant.additionaltext as __variant_additionaltext, 
  variant.sales as __variant_sales, 
  variant.active as __variant_active, 
  variant.instock as __variant_instock, 
  variant.stockmin as __variant_stockmin, 
  variant.weight as __variant_weight, 
  variant.position as __variant_position, 
  variant.width as __variant_width, 
  variant.height as __variant_height, 
  variant.length as __variant_length, 
  variant.ean as __variant_ean, 
  variant.unitID as __variant_unitID, 
  variant.releasedate as __variant_releasedate, 
  variant.shippingfree as __variant_shippingfree, 
  variant.shippingtime as __variant_shippingtime, 
  variant.laststock as __product_laststock, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description, 
  manufacturer.id as __manufacturer_id, 
  manufacturer.name as __manufacturer_name, 
  manufacturer.img as __manufacturer_img, 
  manufacturer.link as __manufacturer_link, 
  manufacturer.description as __manufacturer_description, 
  manufacturer.meta_title as __manufacturer_meta_title, 
  manufacturer.meta_description as __manufacturer_meta_description, 
  manufacturer.meta_keywords as __manufacturer_meta_keywords, 
  manufacturerAttribute.id as __manufacturerAttribute_id, 
  manufacturerAttribute.supplierID as __manufacturerAttribute_supplierID, 
  esd.id as __esd_id, 
  esd.articleID as __esd_articleID, 
  esd.articledetailsID as __esd_articledetailsID, 
  esd.file as __esd_file, 
  esd.serials as __esd_serials, 
  esd.notification as __esd_notification, 
  esd.maxdownloads as __esd_maxdownloads, 
  esd.datum as __esd_datum, 
  esdAttribute.id as __esdAttribute_id, 
  esdAttribute.esdID as __esdAttribute_esdID, 
  (
    SELECT 
      1 
    FROM 
      s_articles_esd variantEsd 
    WHERE 
      variantEsd.articleID = product.id 
    LIMIT 
      1
  ) as __product_has_esd, 
  (
    SELECT 
      GROUP_CONCAT(
        customerGroups.customergroupId SEPARATOR '|'
      ) 
    FROM 
      s_articles_avoid_customergroups customerGroups 
    WHERE 
      customerGroups.articleID = product.id
  ) as __product_blocked_customer_groups, 
  (
    SELECT 
      COUNT(availableVariant.id) 
    FROM 
      s_articles_details availableVariant 
    WHERE 
      (
        availableVariant.articleID = product.id
      ) 
      AND (availableVariant.active = 1) 
      AND (
        (
          availableVariant.laststock * availableVariant.instock
        ) >= (
          availableVariant.laststock * availableVariant.minpurchase
        )
      )
  ) as __product_has_available_variants, 
  (
    SELECT 
      COUNT(
        DISTINCT ROUND(prices.price, 2)
      ) as priceCount 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details priceVariant ON priceVariant.id = prices.articledetailsID 
      and priceVariant.active = 1 
    WHERE 
      (prices.from = 1) 
      AND (prices.pricegroup = : fallback) 
      AND (prices.articleID = product.id)
  ) as __product_fallback_price_count, 
  manufacturerMedia.id as __manufacturer_img_id, 
  translation6917a5fd1e75aarticle.objectdata as __product_translation, 
  translation6917a5fd1e75ffallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd1e762variant.objectdata as __variant_translation, 
  translation6917a5fd1e764fallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd1e766supplier.objectdata as __manufacturer_translation, 
  translation6917a5fd1e768fallbacksupplier.objectdata as __manufacturer_translation_fallback, 
  translation6917a5fd1e76aconfig_units.objectdata as __unit_translation, 
  translation6917a5fd1e76cfallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd1e76es_articles_esd_attributes.objectdata as __esdAttribute_translation, 
  translation6917a5fd1e76ffallbacks_articles_esd_attributes.objectdata as __esdAttribute_translation_fallback 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
  LEFT JOIN s_articles_esd esd ON esd.articledetailsID = variant.id 
  LEFT JOIN s_core_translations translation6917a5fd1e762variant ON translation6917a5fd1e762variant.objecttype = : translation6917a5fd1e762variant 
  AND translation6917a5fd1e762variant.objectkey = variant.id 
  AND translation6917a5fd1e762variant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1e764fallbackvariant ON translation6917a5fd1e764fallbackvariant.objecttype = : translation6917a5fd1e764fallbackvariant 
  AND translation6917a5fd1e764fallbackvariant.objectkey = variant.id 
  AND translation6917a5fd1e764fallbackvariant.objectlanguage = : languagefallback 
  INNER JOIN s_core_tax tax ON tax.id = product.taxID 
  LEFT JOIN s_articles_supplier manufacturer ON manufacturer.id = product.supplierID 
  LEFT JOIN s_core_pricegroups priceGroup ON priceGroup.id = product.pricegroupID 
  LEFT JOIN s_articles_supplier_attributes manufacturerAttribute ON manufacturerAttribute.supplierID = product.supplierID 
  LEFT JOIN s_articles_top_seller_ro topSeller ON topSeller.article_id = product.id 
  LEFT JOIN s_core_translations translation6917a5fd1e75aarticle ON translation6917a5fd1e75aarticle.objecttype = : translation6917a5fd1e75aarticle 
  AND translation6917a5fd1e75aarticle.objectkey = product.id 
  AND translation6917a5fd1e75aarticle.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1e75ffallbackarticle ON translation6917a5fd1e75ffallbackarticle.objecttype = : translation6917a5fd1e75ffallbackarticle 
  AND translation6917a5fd1e75ffallbackarticle.objectkey = product.id 
  AND translation6917a5fd1e75ffallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_media manufacturerMedia ON manufacturerMedia.path = manufacturer.img 
  LEFT JOIN s_core_translations translation6917a5fd1e766supplier ON translation6917a5fd1e766supplier.objecttype = : translation6917a5fd1e766supplier 
  AND translation6917a5fd1e766supplier.objectkey = manufacturer.id 
  AND translation6917a5fd1e766supplier.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1e768fallbacksupplier ON translation6917a5fd1e768fallbacksupplier.objecttype = : translation6917a5fd1e768fallbacksupplier 
  AND translation6917a5fd1e768fallbacksupplier.objectkey = manufacturer.id 
  AND translation6917a5fd1e768fallbacksupplier.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd1e76aconfig_units ON translation6917a5fd1e76aconfig_units.objecttype = : translation6917a5fd1e76aconfig_units 
  AND translation6917a5fd1e76aconfig_units.objectkey = 1 
  AND translation6917a5fd1e76aconfig_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1e76cfallbackconfig_units ON translation6917a5fd1e76cfallbackconfig_units.objecttype = : translation6917a5fd1e76cfallbackconfig_units 
  AND translation6917a5fd1e76cfallbackconfig_units.objectkey = 1 
  AND translation6917a5fd1e76cfallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_articles_esd_attributes esdAttribute ON esdAttribute.esdID = esd.id 
  LEFT JOIN s_core_translations translation6917a5fd1e76es_articles_esd_attributes ON translation6917a5fd1e76es_articles_esd_attributes.objecttype = : translation6917a5fd1e76es_articles_esd_attributes 
  AND translation6917a5fd1e76es_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd1e76es_articles_esd_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1e76ffallbacks_articles_esd_attributes ON translation6917a5fd1e76ffallbacks_articles_esd_attributes.objecttype = : translation6917a5fd1e76ffallbacks_articles_esd_attributes 
  AND translation6917a5fd1e76ffallbacks_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd1e76ffallbacks_articles_esd_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    variant.ordernumber IN (: numbers)
  ) 
  AND (variant.active = 1) 
  AND (product.active = 1)
array:14 [
  ":fallback" => "EK"
  ":numbers" => array:1 [
    0 => 10020
  ]
  ":language" => 3
  ":translation6917a5fd1e75aarticle" => "article"
  ":languagefallback" => 0
  ":translation6917a5fd1e75ffallbackarticle" => "article"
  ":translation6917a5fd1e762variant" => "variant"
  ":translation6917a5fd1e764fallbackvariant" => "variant"
  ":translation6917a5fd1e766supplier" => "supplier"
  ":translation6917a5fd1e768fallbacksupplier" => "supplier"
  ":translation6917a5fd1e76aconfig_units" => "config_units"
  ":translation6917a5fd1e76cfallbackconfig_units" => "config_units"
  ":translation6917a5fd1e76es_articles_esd_attributes" => "s_articles_esd_attributes"
  ":translation6917a5fd1e76ffallbacks_articles_esd_attributes" => "s_articles_esd_attributes"
]
0.0017 ms
SELECT 
  variant.ordernumber as number, 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd1f67carticleimage.objectdata as __image_translation, 
  translation6917a5fd1f680fallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd1f683s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd1f685fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  INNER JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  INNER JOIN s_articles_details variant ON variant.id = childImage.article_detail_id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_core_translations translation6917a5fd1f67carticleimage ON translation6917a5fd1f67carticleimage.objecttype = : translation6917a5fd1f67carticleimage 
  AND translation6917a5fd1f67carticleimage.objectkey = image.id 
  AND translation6917a5fd1f67carticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1f680fallbackarticleimage ON translation6917a5fd1f680fallbackarticleimage.objecttype = : translation6917a5fd1f680fallbackarticleimage 
  AND translation6917a5fd1f680fallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd1f680fallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd1f683s_media_attributes ON translation6917a5fd1f683s_media_attributes.objecttype = : translation6917a5fd1f683s_media_attributes 
  AND translation6917a5fd1f683s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd1f683s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1f685fallbacks_media_attributes ON translation6917a5fd1f685fallbacks_media_attributes.objecttype = : translation6917a5fd1f685fallbacks_media_attributes 
  AND translation6917a5fd1f685fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd1f685fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  childImage.article_detail_id IN (: products) 
ORDER BY 
  image.main ASC, 
  image.position ASC
array:7 [
  ":language" => 3
  ":translation6917a5fd1f67carticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd1f680fallbackarticleimage" => "articleimage"
  ":translation6917a5fd1f683s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd1f685fallbacks_media_attributes" => "s_media_attributes"
  ":products" => array:1 [
    0 => 49
  ]
]
0.0009 ms
SELECT 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd1fa5aarticleimage.objectdata as __image_translation, 
  translation6917a5fd1fa5efallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd1fa61s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd1fa63fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  LEFT JOIN s_core_translations translation6917a5fd1fa5aarticleimage ON translation6917a5fd1fa5aarticleimage.objecttype = : translation6917a5fd1fa5aarticleimage 
  AND translation6917a5fd1fa5aarticleimage.objectkey = image.id 
  AND translation6917a5fd1fa5aarticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1fa5efallbackarticleimage ON translation6917a5fd1fa5efallbackarticleimage.objecttype = : translation6917a5fd1fa5efallbackarticleimage 
  AND translation6917a5fd1fa5efallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd1fa5efallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd1fa61s_media_attributes ON translation6917a5fd1fa61s_media_attributes.objecttype = : translation6917a5fd1fa61s_media_attributes 
  AND translation6917a5fd1fa61s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd1fa61s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd1fa63fallbacks_media_attributes ON translation6917a5fd1fa63fallbacks_media_attributes.objecttype = : translation6917a5fd1fa63fallbacks_media_attributes 
  AND translation6917a5fd1fa63fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd1fa63fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  (image.main = 1) 
  AND (
    image.articleID IN (: products)
  )
array:7 [
  ":language" => 3
  ":translation6917a5fd1fa5aarticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd1fa5efallbackarticleimage" => "articleimage"
  ":translation6917a5fd1fa61s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd1fa63fallbacks_media_attributes" => "s_media_attributes"
  ":products" => array:1 [
    0 => 20
  ]
]
0.0006 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  variants.ordernumber as number, 
  GREATEST(
    price.from, variants.minpurchase
  ) __price_from, 
  translation6917a5fd2039es_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd203a2fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variants ON variants.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  LEFT JOIN s_core_translations translation6917a5fd2039es_articles_prices_attributes ON translation6917a5fd2039es_articles_prices_attributes.objecttype = : translation6917a5fd2039es_articles_prices_attributes 
  AND translation6917a5fd2039es_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd2039es_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd203a2fallbacks_articles_prices_attributes ON translation6917a5fd203a2fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd203a2fallbacks_articles_prices_attributes 
  AND translation6917a5fd203a2fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd203a2fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    price.articledetailsID IN (: products)
  ) 
  AND (
    price.pricegroup = : customerGroup
  ) 
  AND (
    (price.to >= variants.minpurchase) 
    OR (price.to = "beliebig")
  ) 
ORDER BY 
  price.articledetailsID ASC, 
  price.from ASC
array:6 [
  ":products" => array:1 [
    0 => 49
  ]
  ":customerGroup" => "EK"
  ":language" => 3
  ":translation6917a5fd2039es_articles_prices_attributes" => "s_articles_prices_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd203a2fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0004 ms
SELECT 
  (
    SELECT 
      prices.id 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details variant ON variant.id = prices.articledetailsID 
      INNER JOIN s_articles product ON product.id = variant.articleID 
      LEFT JOIN s_core_pricegroups_discounts priceGroup ON priceGroup.groupID = product.pricegroupID 
      AND priceGroup.discountstart = 1 
      AND priceGroup.customergroupID = : priceGroupCustomerGroup 
      AND product.pricegroupActive = 1 
    WHERE 
      (
        prices.pricegroup = : customerGroup
      ) 
      AND (prices.from = 1) 
      AND (variant.active = 1) 
      AND (
        prices.articleID = outerPrices.articleID
      ) 
      AND (
        (
          variant.laststock * variant.instock
        ) >= (
          variant.laststock * variant.minpurchase
        )
      ) 
    ORDER BY 
      prices.price ASC 
    LIMIT 
      1
  ) as priceId 
FROM 
  s_articles_prices outerPrices 
WHERE 
  outerPrices.articleID IN (: products) 
GROUP BY 
  outerPrices.articleID 
HAVING 
  priceId IS NOT NULL
array:3 [
  ":customerGroup" => "EK"
  ":products" => array:1 [
    0 => 20
  ]
  ":priceGroupCustomerGroup" => 1
]
0.0003 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  translation6917a5fd20829config_units.objectdata as __unit_translation, 
  translation6917a5fd2082dfallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd2082farticle.objectdata as __product_translation, 
  translation6917a5fd20831fallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd20833variant.objectdata as __variant_translation, 
  translation6917a5fd20835fallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd20836s_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd20838fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variant ON variant.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_core_translations translation6917a5fd20833variant ON translation6917a5fd20833variant.objecttype = : translation6917a5fd20833variant 
  AND translation6917a5fd20833variant.objectkey = variant.id 
  AND translation6917a5fd20833variant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20835fallbackvariant ON translation6917a5fd20835fallbackvariant.objecttype = : translation6917a5fd20835fallbackvariant 
  AND translation6917a5fd20835fallbackvariant.objectkey = variant.id 
  AND translation6917a5fd20835fallbackvariant.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd2082farticle ON translation6917a5fd2082farticle.objecttype = : translation6917a5fd2082farticle 
  AND translation6917a5fd2082farticle.objectkey = product.id 
  AND translation6917a5fd2082farticle.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20831fallbackarticle ON translation6917a5fd20831fallbackarticle.objecttype = : translation6917a5fd20831fallbackarticle 
  AND translation6917a5fd20831fallbackarticle.objectkey = product.id 
  AND translation6917a5fd20831fallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd20829config_units ON translation6917a5fd20829config_units.objecttype = : translation6917a5fd20829config_units 
  AND translation6917a5fd20829config_units.objectkey = 1 
  AND translation6917a5fd20829config_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2082dfallbackconfig_units ON translation6917a5fd2082dfallbackconfig_units.objecttype = : translation6917a5fd2082dfallbackconfig_units 
  AND translation6917a5fd2082dfallbackconfig_units.objectkey = 1 
  AND translation6917a5fd2082dfallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd20836s_articles_prices_attributes ON translation6917a5fd20836s_articles_prices_attributes.objecttype = : translation6917a5fd20836s_articles_prices_attributes 
  AND translation6917a5fd20836s_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd20836s_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20838fallbacks_articles_prices_attributes ON translation6917a5fd20838fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd20838fallbacks_articles_prices_attributes 
  AND translation6917a5fd20838fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd20838fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  price.id IN (: ids)
array:11 [
  ":ids" => array:1 [
    0 => "107"
  ]
  ":language" => 3
  ":translation6917a5fd20829config_units" => "config_units"
  ":languagefallback" => 0
  ":translation6917a5fd2082dfallbackconfig_units" => "config_units"
  ":translation6917a5fd2082farticle" => "article"
  ":translation6917a5fd20831fallbackarticle" => "article"
  ":translation6917a5fd20833variant" => "variant"
  ":translation6917a5fd20835fallbackvariant" => "variant"
  ":translation6917a5fd20836s_articles_prices_attributes" => "s_articles_prices_attributes"
  ":translation6917a5fd20838fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0006 ms
SELECT 
  articleID, 
  COUNT(id) as total, 
  points 
FROM 
  s_articles_vote vote 
WHERE 
  (
    vote.articleID IN (: products)
  ) 
  AND (vote.active = 1) 
GROUP BY 
  vote.articleID, 
  vote.points 
ORDER BY 
  vote.articleID ASC
array:1 [
  ":products" => array:1 [
    0 => 20
  ]
]
0.0002 ms
SELECT 
  mapping.articleID, 
  GROUP_CONCAT(DISTINCT mapping.categoryID) 
FROM 
  s_articles_categories_ro mapping 
WHERE 
  mapping.articleID IN (: ids) 
GROUP BY 
  mapping.articleID
array:1 [
  ":ids" => array:1 [
    0 => 20
  ]
]
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, 
  translation6917a5fd20dc7s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd20dcbfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd20dces_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd20dd0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd20dd2productStream.objectdata as __stream_translation, 
  translation6917a5fd20dd4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd20dd6category.objectdata as __category_translation, 
  translation6917a5fd20dd8fallbackcategory.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 translation6917a5fd20dd6category ON translation6917a5fd20dd6category.objecttype = : translation6917a5fd20dd6category 
  AND translation6917a5fd20dd6category.objectkey = category.id 
  AND translation6917a5fd20dd6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20dd8fallbackcategory ON translation6917a5fd20dd8fallbackcategory.objecttype = : translation6917a5fd20dd8fallbackcategory 
  AND translation6917a5fd20dd8fallbackcategory.objectkey = category.id 
  AND translation6917a5fd20dd8fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd20dc7s_categories_attributes ON translation6917a5fd20dc7s_categories_attributes.objecttype = : translation6917a5fd20dc7s_categories_attributes 
  AND translation6917a5fd20dc7s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd20dc7s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20dcbfallbacks_categories_attributes ON translation6917a5fd20dcbfallbacks_categories_attributes.objecttype = : translation6917a5fd20dcbfallbacks_categories_attributes 
  AND translation6917a5fd20dcbfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd20dcbfallbacks_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 translation6917a5fd20dces_media_attributes ON translation6917a5fd20dces_media_attributes.objecttype = : translation6917a5fd20dces_media_attributes 
  AND translation6917a5fd20dces_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd20dces_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20dd0fallbacks_media_attributes ON translation6917a5fd20dd0fallbacks_media_attributes.objecttype = : translation6917a5fd20dd0fallbacks_media_attributes 
  AND translation6917a5fd20dd0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd20dd0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd20dd2productStream ON translation6917a5fd20dd2productStream.objecttype = : translation6917a5fd20dd2productStream 
  AND translation6917a5fd20dd2productStream.objectkey = stream.id 
  AND translation6917a5fd20dd2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd20dd4fallbackproductStream ON translation6917a5fd20dd4fallbackproductStream.objecttype = : translation6917a5fd20dd4fallbackproductStream 
  AND translation6917a5fd20dd4fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd20dd4fallbackproductStream.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:22 [
    0 => "3"
    1 => "5"
    2 => "7"
    3 => "9"
    4 => "15"
    5 => "16"
    6 => "17"
    7 => "35"
    8 => "36"
    9 => "37"
    10 => "38"
    11 => "39"
    12 => "40"
    13 => "41"
    14 => "42"
    15 => "43"
    16 => "44"
    17 => "45"
    18 => "46"
    19 => "47"
    20 => "48"
    21 => "49"
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation6917a5fd20dc7s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd20dcbfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd20dces_media_attributes" => "s_media_attributes"
  ":translation6917a5fd20dd0fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd20dd2productStream" => "productStream"
  ":translation6917a5fd20dd4fallbackproductStream" => "productStream"
  ":translation6917a5fd20dd6category" => "category"
  ":translation6917a5fd20dd8fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  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, 
  translation6917a5fd213aas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd213aefallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_media media 
  INNER 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 translation6917a5fd213aas_media_attributes ON translation6917a5fd213aas_media_attributes.objecttype = : translation6917a5fd213aas_media_attributes 
  AND translation6917a5fd213aas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd213aas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd213aefallbacks_media_attributes ON translation6917a5fd213aefallbacks_media_attributes.objecttype = : translation6917a5fd213aefallbacks_media_attributes 
  AND translation6917a5fd213aefallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd213aefallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  media.id IN (: ids)
array:5 [
  ":language" => 3
  ":translation6917a5fd213aas_media_attributes" => "s_media_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd213aefallbacks_media_attributes" => "s_media_attributes"
  ":ids" => []
]
0.0004 ms
SELECT 
  vote.id as __vote_id, 
  vote.articleID as __vote_articleID, 
  vote.name as __vote_name, 
  vote.headline as __vote_headline, 
  vote.comment as __vote_comment, 
  vote.points as __vote_points, 
  vote.datum as __vote_datum, 
  vote.active as __vote_active, 
  vote.email as __vote_email, 
  vote.answer as __vote_answer, 
  vote.answer_date as __vote_answer_date 
FROM 
  s_articles_vote vote 
WHERE 
  (
    vote.articleID IN (: ids)
  ) 
  AND (vote.active = 1) 
ORDER BY 
  vote.articleID DESC, 
  vote.datum DESC
array:1 [
  ":ids" => array:1 [
    0 => 20
  ]
]
0.0002 ms
SELECT 
  product.id, 
  relatedVariant.ordernumber as number 
FROM 
  s_articles_relationships relation 
  INNER JOIN s_articles product ON product.id = relation.articleID 
  INNER JOIN s_articles relatedArticles ON relatedArticles.id = relation.relatedArticle 
  INNER JOIN s_articles_details relatedVariant ON relatedVariant.id = relatedArticles.main_detail_id 
WHERE 
  product.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 20
  ]
]
0.0002 ms
SELECT 
  product.id as __product_id, 
  product.supplierID as __product_supplierID, 
  product.name as __product_name, 
  product.description as __product_description, 
  product.description_long as __product_description_long, 
  product.shippingtime as __product_shippingtime, 
  product.datum as __product_datum, 
  product.active as __product_active, 
  product.taxID as __product_taxID, 
  product.pseudosales as __product_pseudosales, 
  product.topseller as __product_topseller, 
  product.metaTitle as __product_metaTitle, 
  product.keywords as __product_keywords, 
  product.changetime as __product_changetime, 
  product.pricegroupID as __product_pricegroupID, 
  product.pricegroupActive as __product_pricegroupActive, 
  product.filtergroupID as __product_filtergroupID, 
  product.crossbundlelook as __product_crossbundlelook, 
  product.notification as __product_notification, 
  product.template as __product_template, 
  product.mode as __product_mode, 
  product.main_detail_id as __product_main_detail_id, 
  product.available_from as __product_available_from, 
  product.available_to as __product_available_to, 
  product.configurator_set_id as __product_configurator_set_id, 
  productAttribute.id as __productAttribute_id, 
  productAttribute.articledetailsID as __productAttribute_articledetailsID, 
  productAttribute.attr1 as __productAttribute_attr1, 
  productAttribute.attr2 as __productAttribute_attr2, 
  productAttribute.attr3 as __productAttribute_attr3, 
  productAttribute.attr4 as __productAttribute_attr4, 
  productAttribute.attr5 as __productAttribute_attr5, 
  productAttribute.attr6 as __productAttribute_attr6, 
  productAttribute.attr7 as __productAttribute_attr7, 
  productAttribute.attr8 as __productAttribute_attr8, 
  productAttribute.attr9 as __productAttribute_attr9, 
  productAttribute.attr10 as __productAttribute_attr10, 
  productAttribute.attr11 as __productAttribute_attr11, 
  productAttribute.attr12 as __productAttribute_attr12, 
  productAttribute.attr13 as __productAttribute_attr13, 
  productAttribute.attr14 as __productAttribute_attr14, 
  productAttribute.attr15 as __productAttribute_attr15, 
  productAttribute.attr16 as __productAttribute_attr16, 
  productAttribute.attr17 as __productAttribute_attr17, 
  productAttribute.attr18 as __productAttribute_attr18, 
  productAttribute.attr19 as __productAttribute_attr19, 
  productAttribute.attr20 as __productAttribute_attr20, 
  topSeller.sales as __topSeller_sales, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber, 
  variant.suppliernumber as __variant_suppliernumber, 
  variant.kind as __variant_kind, 
  variant.additionaltext as __variant_additionaltext, 
  variant.sales as __variant_sales, 
  variant.active as __variant_active, 
  variant.instock as __variant_instock, 
  variant.stockmin as __variant_stockmin, 
  variant.weight as __variant_weight, 
  variant.position as __variant_position, 
  variant.width as __variant_width, 
  variant.height as __variant_height, 
  variant.length as __variant_length, 
  variant.ean as __variant_ean, 
  variant.unitID as __variant_unitID, 
  variant.releasedate as __variant_releasedate, 
  variant.shippingfree as __variant_shippingfree, 
  variant.shippingtime as __variant_shippingtime, 
  variant.laststock as __product_laststock, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description, 
  manufacturer.id as __manufacturer_id, 
  manufacturer.name as __manufacturer_name, 
  manufacturer.img as __manufacturer_img, 
  manufacturer.link as __manufacturer_link, 
  manufacturer.description as __manufacturer_description, 
  manufacturer.meta_title as __manufacturer_meta_title, 
  manufacturer.meta_description as __manufacturer_meta_description, 
  manufacturer.meta_keywords as __manufacturer_meta_keywords, 
  manufacturerAttribute.id as __manufacturerAttribute_id, 
  manufacturerAttribute.supplierID as __manufacturerAttribute_supplierID, 
  esd.id as __esd_id, 
  esd.articleID as __esd_articleID, 
  esd.articledetailsID as __esd_articledetailsID, 
  esd.file as __esd_file, 
  esd.serials as __esd_serials, 
  esd.notification as __esd_notification, 
  esd.maxdownloads as __esd_maxdownloads, 
  esd.datum as __esd_datum, 
  esdAttribute.id as __esdAttribute_id, 
  esdAttribute.esdID as __esdAttribute_esdID, 
  (
    SELECT 
      1 
    FROM 
      s_articles_esd variantEsd 
    WHERE 
      variantEsd.articleID = product.id 
    LIMIT 
      1
  ) as __product_has_esd, 
  (
    SELECT 
      GROUP_CONCAT(
        customerGroups.customergroupId SEPARATOR '|'
      ) 
    FROM 
      s_articles_avoid_customergroups customerGroups 
    WHERE 
      customerGroups.articleID = product.id
  ) as __product_blocked_customer_groups, 
  (
    SELECT 
      COUNT(availableVariant.id) 
    FROM 
      s_articles_details availableVariant 
    WHERE 
      (
        availableVariant.articleID = product.id
      ) 
      AND (availableVariant.active = 1) 
      AND (
        (
          availableVariant.laststock * availableVariant.instock
        ) >= (
          availableVariant.laststock * availableVariant.minpurchase
        )
      )
  ) as __product_has_available_variants, 
  (
    SELECT 
      COUNT(
        DISTINCT ROUND(prices.price, 2)
      ) as priceCount 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details priceVariant ON priceVariant.id = prices.articledetailsID 
      and priceVariant.active = 1 
    WHERE 
      (prices.from = 1) 
      AND (prices.pricegroup = : fallback) 
      AND (prices.articleID = product.id)
  ) as __product_fallback_price_count, 
  manufacturerMedia.id as __manufacturer_img_id, 
  translation6917a5fd21b64article.objectdata as __product_translation, 
  translation6917a5fd21b67fallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd21b6avariant.objectdata as __variant_translation, 
  translation6917a5fd21b6bfallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd21b6dsupplier.objectdata as __manufacturer_translation, 
  translation6917a5fd21b6ffallbacksupplier.objectdata as __manufacturer_translation_fallback, 
  translation6917a5fd21b71config_units.objectdata as __unit_translation, 
  translation6917a5fd21b72fallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd21b74s_articles_esd_attributes.objectdata as __esdAttribute_translation, 
  translation6917a5fd21b75fallbacks_articles_esd_attributes.objectdata as __esdAttribute_translation_fallback 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
  LEFT JOIN s_articles_esd esd ON esd.articledetailsID = variant.id 
  LEFT JOIN s_core_translations translation6917a5fd21b6avariant ON translation6917a5fd21b6avariant.objecttype = : translation6917a5fd21b6avariant 
  AND translation6917a5fd21b6avariant.objectkey = variant.id 
  AND translation6917a5fd21b6avariant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd21b6bfallbackvariant ON translation6917a5fd21b6bfallbackvariant.objecttype = : translation6917a5fd21b6bfallbackvariant 
  AND translation6917a5fd21b6bfallbackvariant.objectkey = variant.id 
  AND translation6917a5fd21b6bfallbackvariant.objectlanguage = : languagefallback 
  INNER JOIN s_core_tax tax ON tax.id = product.taxID 
  LEFT JOIN s_articles_supplier manufacturer ON manufacturer.id = product.supplierID 
  LEFT JOIN s_core_pricegroups priceGroup ON priceGroup.id = product.pricegroupID 
  LEFT JOIN s_articles_supplier_attributes manufacturerAttribute ON manufacturerAttribute.supplierID = product.supplierID 
  LEFT JOIN s_articles_top_seller_ro topSeller ON topSeller.article_id = product.id 
  LEFT JOIN s_core_translations translation6917a5fd21b64article ON translation6917a5fd21b64article.objecttype = : translation6917a5fd21b64article 
  AND translation6917a5fd21b64article.objectkey = product.id 
  AND translation6917a5fd21b64article.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd21b67fallbackarticle ON translation6917a5fd21b67fallbackarticle.objecttype = : translation6917a5fd21b67fallbackarticle 
  AND translation6917a5fd21b67fallbackarticle.objectkey = product.id 
  AND translation6917a5fd21b67fallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_media manufacturerMedia ON manufacturerMedia.path = manufacturer.img 
  LEFT JOIN s_core_translations translation6917a5fd21b6dsupplier ON translation6917a5fd21b6dsupplier.objecttype = : translation6917a5fd21b6dsupplier 
  AND translation6917a5fd21b6dsupplier.objectkey = manufacturer.id 
  AND translation6917a5fd21b6dsupplier.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd21b6ffallbacksupplier ON translation6917a5fd21b6ffallbacksupplier.objecttype = : translation6917a5fd21b6ffallbacksupplier 
  AND translation6917a5fd21b6ffallbacksupplier.objectkey = manufacturer.id 
  AND translation6917a5fd21b6ffallbacksupplier.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd21b71config_units ON translation6917a5fd21b71config_units.objecttype = : translation6917a5fd21b71config_units 
  AND translation6917a5fd21b71config_units.objectkey = 1 
  AND translation6917a5fd21b71config_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd21b72fallbackconfig_units ON translation6917a5fd21b72fallbackconfig_units.objecttype = : translation6917a5fd21b72fallbackconfig_units 
  AND translation6917a5fd21b72fallbackconfig_units.objectkey = 1 
  AND translation6917a5fd21b72fallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_articles_esd_attributes esdAttribute ON esdAttribute.esdID = esd.id 
  LEFT JOIN s_core_translations translation6917a5fd21b74s_articles_esd_attributes ON translation6917a5fd21b74s_articles_esd_attributes.objecttype = : translation6917a5fd21b74s_articles_esd_attributes 
  AND translation6917a5fd21b74s_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd21b74s_articles_esd_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd21b75fallbacks_articles_esd_attributes ON translation6917a5fd21b75fallbacks_articles_esd_attributes.objecttype = : translation6917a5fd21b75fallbacks_articles_esd_attributes 
  AND translation6917a5fd21b75fallbacks_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd21b75fallbacks_articles_esd_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    variant.ordernumber IN (: numbers)
  ) 
  AND (variant.active = 1) 
  AND (product.active = 1)
array:14 [
  ":fallback" => "EK"
  ":numbers" => []
  ":language" => 3
  ":translation6917a5fd21b64article" => "article"
  ":languagefallback" => 0
  ":translation6917a5fd21b67fallbackarticle" => "article"
  ":translation6917a5fd21b6avariant" => "variant"
  ":translation6917a5fd21b6bfallbackvariant" => "variant"
  ":translation6917a5fd21b6dsupplier" => "supplier"
  ":translation6917a5fd21b6ffallbacksupplier" => "supplier"
  ":translation6917a5fd21b71config_units" => "config_units"
  ":translation6917a5fd21b72fallbackconfig_units" => "config_units"
  ":translation6917a5fd21b74s_articles_esd_attributes" => "s_articles_esd_attributes"
  ":translation6917a5fd21b75fallbacks_articles_esd_attributes" => "s_articles_esd_attributes"
]
0.0015 ms
SELECT 
  variant.ordernumber as number, 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd221cbarticleimage.objectdata as __image_translation, 
  translation6917a5fd221cffallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd221d2s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd221d4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  INNER JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  INNER JOIN s_articles_details variant ON variant.id = childImage.article_detail_id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_core_translations translation6917a5fd221cbarticleimage ON translation6917a5fd221cbarticleimage.objecttype = : translation6917a5fd221cbarticleimage 
  AND translation6917a5fd221cbarticleimage.objectkey = image.id 
  AND translation6917a5fd221cbarticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd221cffallbackarticleimage ON translation6917a5fd221cffallbackarticleimage.objecttype = : translation6917a5fd221cffallbackarticleimage 
  AND translation6917a5fd221cffallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd221cffallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd221d2s_media_attributes ON translation6917a5fd221d2s_media_attributes.objecttype = : translation6917a5fd221d2s_media_attributes 
  AND translation6917a5fd221d2s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd221d2s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd221d4fallbacks_media_attributes ON translation6917a5fd221d4fallbacks_media_attributes.objecttype = : translation6917a5fd221d4fallbacks_media_attributes 
  AND translation6917a5fd221d4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd221d4fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  childImage.article_detail_id IN (: products) 
ORDER BY 
  image.main ASC, 
  image.position ASC
array:7 [
  ":language" => 3
  ":translation6917a5fd221cbarticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd221cffallbackarticleimage" => "articleimage"
  ":translation6917a5fd221d2s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd221d4fallbacks_media_attributes" => "s_media_attributes"
  ":products" => []
]
0.0006 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  variants.ordernumber as number, 
  GREATEST(
    price.from, variants.minpurchase
  ) __price_from, 
  translation6917a5fd2245fs_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd22463fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variants ON variants.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  LEFT JOIN s_core_translations translation6917a5fd2245fs_articles_prices_attributes ON translation6917a5fd2245fs_articles_prices_attributes.objecttype = : translation6917a5fd2245fs_articles_prices_attributes 
  AND translation6917a5fd2245fs_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd2245fs_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22463fallbacks_articles_prices_attributes ON translation6917a5fd22463fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd22463fallbacks_articles_prices_attributes 
  AND translation6917a5fd22463fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd22463fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    price.articledetailsID IN (: products)
  ) 
  AND (
    price.pricegroup = : customerGroup
  ) 
  AND (
    (price.to >= variants.minpurchase) 
    OR (price.to = "beliebig")
  ) 
ORDER BY 
  price.articledetailsID ASC, 
  price.from ASC
array:6 [
  ":products" => []
  ":customerGroup" => "EK"
  ":language" => 3
  ":translation6917a5fd2245fs_articles_prices_attributes" => "s_articles_prices_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd22463fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0003 ms
SELECT 
  (
    SELECT 
      prices.id 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details variant ON variant.id = prices.articledetailsID 
      INNER JOIN s_articles product ON product.id = variant.articleID 
      LEFT JOIN s_core_pricegroups_discounts priceGroup ON priceGroup.groupID = product.pricegroupID 
      AND priceGroup.discountstart = 1 
      AND priceGroup.customergroupID = : priceGroupCustomerGroup 
      AND product.pricegroupActive = 1 
    WHERE 
      (
        prices.pricegroup = : customerGroup
      ) 
      AND (prices.from = 1) 
      AND (variant.active = 1) 
      AND (
        prices.articleID = outerPrices.articleID
      ) 
      AND (
        (
          variant.laststock * variant.instock
        ) >= (
          variant.laststock * variant.minpurchase
        )
      ) 
    ORDER BY 
      prices.price ASC 
    LIMIT 
      1
  ) as priceId 
FROM 
  s_articles_prices outerPrices 
WHERE 
  outerPrices.articleID IN (: products) 
GROUP BY 
  outerPrices.articleID 
HAVING 
  priceId IS NOT NULL
array:3 [
  ":customerGroup" => "EK"
  ":products" => []
  ":priceGroupCustomerGroup" => 1
]
0.0001 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  translation6917a5fd22693config_units.objectdata as __unit_translation, 
  translation6917a5fd22697fallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd2269aarticle.objectdata as __product_translation, 
  translation6917a5fd2269cfallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd2269evariant.objectdata as __variant_translation, 
  translation6917a5fd2269ffallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd226a1s_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd226a3fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variant ON variant.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_core_translations translation6917a5fd2269evariant ON translation6917a5fd2269evariant.objecttype = : translation6917a5fd2269evariant 
  AND translation6917a5fd2269evariant.objectkey = variant.id 
  AND translation6917a5fd2269evariant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2269ffallbackvariant ON translation6917a5fd2269ffallbackvariant.objecttype = : translation6917a5fd2269ffallbackvariant 
  AND translation6917a5fd2269ffallbackvariant.objectkey = variant.id 
  AND translation6917a5fd2269ffallbackvariant.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd2269aarticle ON translation6917a5fd2269aarticle.objecttype = : translation6917a5fd2269aarticle 
  AND translation6917a5fd2269aarticle.objectkey = product.id 
  AND translation6917a5fd2269aarticle.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2269cfallbackarticle ON translation6917a5fd2269cfallbackarticle.objecttype = : translation6917a5fd2269cfallbackarticle 
  AND translation6917a5fd2269cfallbackarticle.objectkey = product.id 
  AND translation6917a5fd2269cfallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd22693config_units ON translation6917a5fd22693config_units.objecttype = : translation6917a5fd22693config_units 
  AND translation6917a5fd22693config_units.objectkey = 1 
  AND translation6917a5fd22693config_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22697fallbackconfig_units ON translation6917a5fd22697fallbackconfig_units.objecttype = : translation6917a5fd22697fallbackconfig_units 
  AND translation6917a5fd22697fallbackconfig_units.objectkey = 1 
  AND translation6917a5fd22697fallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd226a1s_articles_prices_attributes ON translation6917a5fd226a1s_articles_prices_attributes.objecttype = : translation6917a5fd226a1s_articles_prices_attributes 
  AND translation6917a5fd226a1s_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd226a1s_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd226a3fallbacks_articles_prices_attributes ON translation6917a5fd226a3fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd226a3fallbacks_articles_prices_attributes 
  AND translation6917a5fd226a3fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd226a3fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  price.id IN (: ids)
array:11 [
  ":ids" => []
  ":language" => 3
  ":translation6917a5fd22693config_units" => "config_units"
  ":languagefallback" => 0
  ":translation6917a5fd22697fallbackconfig_units" => "config_units"
  ":translation6917a5fd2269aarticle" => "article"
  ":translation6917a5fd2269cfallbackarticle" => "article"
  ":translation6917a5fd2269evariant" => "variant"
  ":translation6917a5fd2269ffallbackvariant" => "variant"
  ":translation6917a5fd226a1s_articles_prices_attributes" => "s_articles_prices_attributes"
  ":translation6917a5fd226a3fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0005 ms
SELECT 
  articleID, 
  COUNT(id) as total, 
  points 
FROM 
  s_articles_vote vote 
WHERE 
  (
    vote.articleID IN (: products)
  ) 
  AND (vote.active = 1) 
GROUP BY 
  vote.articleID, 
  vote.points 
ORDER BY 
  vote.articleID ASC
array:1 [
  ":products" => []
]
0.0001 ms
SELECT 
  mapping.articleID, 
  GROUP_CONCAT(DISTINCT mapping.categoryID) 
FROM 
  s_articles_categories_ro mapping 
WHERE 
  mapping.articleID IN (: ids) 
GROUP BY 
  mapping.articleID
array:1 [
  ":ids" => []
]
0.0001 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation6917a5fd22a23s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd22a27fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd22a2as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd22a2cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd22a2eproductStream.objectdata as __stream_translation, 
  translation6917a5fd22a30fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd22a31category.objectdata as __category_translation, 
  translation6917a5fd22a33fallbackcategory.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 translation6917a5fd22a31category ON translation6917a5fd22a31category.objecttype = : translation6917a5fd22a31category 
  AND translation6917a5fd22a31category.objectkey = category.id 
  AND translation6917a5fd22a31category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22a33fallbackcategory ON translation6917a5fd22a33fallbackcategory.objecttype = : translation6917a5fd22a33fallbackcategory 
  AND translation6917a5fd22a33fallbackcategory.objectkey = category.id 
  AND translation6917a5fd22a33fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd22a23s_categories_attributes ON translation6917a5fd22a23s_categories_attributes.objecttype = : translation6917a5fd22a23s_categories_attributes 
  AND translation6917a5fd22a23s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd22a23s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22a27fallbacks_categories_attributes ON translation6917a5fd22a27fallbacks_categories_attributes.objecttype = : translation6917a5fd22a27fallbacks_categories_attributes 
  AND translation6917a5fd22a27fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd22a27fallbacks_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 translation6917a5fd22a2as_media_attributes ON translation6917a5fd22a2as_media_attributes.objecttype = : translation6917a5fd22a2as_media_attributes 
  AND translation6917a5fd22a2as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd22a2as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22a2cfallbacks_media_attributes ON translation6917a5fd22a2cfallbacks_media_attributes.objecttype = : translation6917a5fd22a2cfallbacks_media_attributes 
  AND translation6917a5fd22a2cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd22a2cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd22a2eproductStream ON translation6917a5fd22a2eproductStream.objecttype = : translation6917a5fd22a2eproductStream 
  AND translation6917a5fd22a2eproductStream.objectkey = stream.id 
  AND translation6917a5fd22a2eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22a30fallbackproductStream ON translation6917a5fd22a30fallbackproductStream.objecttype = : translation6917a5fd22a30fallbackproductStream 
  AND translation6917a5fd22a30fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd22a30fallbackproductStream.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" => []
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation6917a5fd22a23s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd22a27fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd22a2as_media_attributes" => "s_media_attributes"
  ":translation6917a5fd22a2cfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd22a2eproductStream" => "productStream"
  ":translation6917a5fd22a30fallbackproductStream" => "productStream"
  ":translation6917a5fd22a31category" => "category"
  ":translation6917a5fd22a33fallbackcategory" => "category"
]
0.0008 ms
SELECT 
  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, 
  translation6917a5fd22dc5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd22dc9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_media media 
  INNER 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 translation6917a5fd22dc5s_media_attributes ON translation6917a5fd22dc5s_media_attributes.objecttype = : translation6917a5fd22dc5s_media_attributes 
  AND translation6917a5fd22dc5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd22dc5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22dc9fallbacks_media_attributes ON translation6917a5fd22dc9fallbacks_media_attributes.objecttype = : translation6917a5fd22dc9fallbacks_media_attributes 
  AND translation6917a5fd22dc9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd22dc9fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  media.id IN (: ids)
array:5 [
  ":language" => 3
  ":translation6917a5fd22dc5s_media_attributes" => "s_media_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd22dc9fallbacks_media_attributes" => "s_media_attributes"
  ":ids" => []
]
0.0003 ms
SELECT 
  relation.article_id, 
  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, 
  translation6917a5fd22f6dproductStream.objectdata as __stream_translation, 
  translation6917a5fd22f71fallbackproductStream.objectdata as __stream_translation_fallback 
FROM 
  s_product_streams_articles relation 
  INNER JOIN s_product_streams stream ON stream.id = relation.stream_id 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON productStreamAttribute.streamID = stream.id 
  LEFT JOIN s_core_translations translation6917a5fd22f6dproductStream ON translation6917a5fd22f6dproductStream.objecttype = : translation6917a5fd22f6dproductStream 
  AND translation6917a5fd22f6dproductStream.objectkey = stream.id 
  AND translation6917a5fd22f6dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd22f71fallbackproductStream ON translation6917a5fd22f71fallbackproductStream.objecttype = : translation6917a5fd22f71fallbackproductStream 
  AND translation6917a5fd22f71fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd22f71fallbackproductStream.objectlanguage = : languagefallback 
WHERE 
  relation.article_id IN (: ids)
array:5 [
  ":ids" => array:1 [
    0 => 20
  ]
  ":language" => 3
  ":translation6917a5fd22f6dproductStream" => "productStream"
  ":languagefallback" => 0
  ":translation6917a5fd22f71fallbackproductStream" => "productStream"
]
0.0003 ms
SELECT 
  product.id, 
  similarVariant.ordernumber as number 
FROM 
  s_articles_similar similar 
  INNER JOIN s_articles product ON product.id = similar.articleID 
  INNER JOIN s_articles similarArticles ON similarArticles.id = similar.relatedArticle 
  INNER JOIN s_articles_details similarVariant ON similarVariant.id = similarArticles.main_detail_id 
WHERE 
  product.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 20
  ]
]
0.0002 ms
SELECT 
  product.id as __product_id, 
  product.supplierID as __product_supplierID, 
  product.name as __product_name, 
  product.description as __product_description, 
  product.description_long as __product_description_long, 
  product.shippingtime as __product_shippingtime, 
  product.datum as __product_datum, 
  product.active as __product_active, 
  product.taxID as __product_taxID, 
  product.pseudosales as __product_pseudosales, 
  product.topseller as __product_topseller, 
  product.metaTitle as __product_metaTitle, 
  product.keywords as __product_keywords, 
  product.changetime as __product_changetime, 
  product.pricegroupID as __product_pricegroupID, 
  product.pricegroupActive as __product_pricegroupActive, 
  product.filtergroupID as __product_filtergroupID, 
  product.crossbundlelook as __product_crossbundlelook, 
  product.notification as __product_notification, 
  product.template as __product_template, 
  product.mode as __product_mode, 
  product.main_detail_id as __product_main_detail_id, 
  product.available_from as __product_available_from, 
  product.available_to as __product_available_to, 
  product.configurator_set_id as __product_configurator_set_id, 
  productAttribute.id as __productAttribute_id, 
  productAttribute.articledetailsID as __productAttribute_articledetailsID, 
  productAttribute.attr1 as __productAttribute_attr1, 
  productAttribute.attr2 as __productAttribute_attr2, 
  productAttribute.attr3 as __productAttribute_attr3, 
  productAttribute.attr4 as __productAttribute_attr4, 
  productAttribute.attr5 as __productAttribute_attr5, 
  productAttribute.attr6 as __productAttribute_attr6, 
  productAttribute.attr7 as __productAttribute_attr7, 
  productAttribute.attr8 as __productAttribute_attr8, 
  productAttribute.attr9 as __productAttribute_attr9, 
  productAttribute.attr10 as __productAttribute_attr10, 
  productAttribute.attr11 as __productAttribute_attr11, 
  productAttribute.attr12 as __productAttribute_attr12, 
  productAttribute.attr13 as __productAttribute_attr13, 
  productAttribute.attr14 as __productAttribute_attr14, 
  productAttribute.attr15 as __productAttribute_attr15, 
  productAttribute.attr16 as __productAttribute_attr16, 
  productAttribute.attr17 as __productAttribute_attr17, 
  productAttribute.attr18 as __productAttribute_attr18, 
  productAttribute.attr19 as __productAttribute_attr19, 
  productAttribute.attr20 as __productAttribute_attr20, 
  topSeller.sales as __topSeller_sales, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber, 
  variant.suppliernumber as __variant_suppliernumber, 
  variant.kind as __variant_kind, 
  variant.additionaltext as __variant_additionaltext, 
  variant.sales as __variant_sales, 
  variant.active as __variant_active, 
  variant.instock as __variant_instock, 
  variant.stockmin as __variant_stockmin, 
  variant.weight as __variant_weight, 
  variant.position as __variant_position, 
  variant.width as __variant_width, 
  variant.height as __variant_height, 
  variant.length as __variant_length, 
  variant.ean as __variant_ean, 
  variant.unitID as __variant_unitID, 
  variant.releasedate as __variant_releasedate, 
  variant.shippingfree as __variant_shippingfree, 
  variant.shippingtime as __variant_shippingtime, 
  variant.laststock as __product_laststock, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description, 
  manufacturer.id as __manufacturer_id, 
  manufacturer.name as __manufacturer_name, 
  manufacturer.img as __manufacturer_img, 
  manufacturer.link as __manufacturer_link, 
  manufacturer.description as __manufacturer_description, 
  manufacturer.meta_title as __manufacturer_meta_title, 
  manufacturer.meta_description as __manufacturer_meta_description, 
  manufacturer.meta_keywords as __manufacturer_meta_keywords, 
  manufacturerAttribute.id as __manufacturerAttribute_id, 
  manufacturerAttribute.supplierID as __manufacturerAttribute_supplierID, 
  esd.id as __esd_id, 
  esd.articleID as __esd_articleID, 
  esd.articledetailsID as __esd_articledetailsID, 
  esd.file as __esd_file, 
  esd.serials as __esd_serials, 
  esd.notification as __esd_notification, 
  esd.maxdownloads as __esd_maxdownloads, 
  esd.datum as __esd_datum, 
  esdAttribute.id as __esdAttribute_id, 
  esdAttribute.esdID as __esdAttribute_esdID, 
  (
    SELECT 
      1 
    FROM 
      s_articles_esd variantEsd 
    WHERE 
      variantEsd.articleID = product.id 
    LIMIT 
      1
  ) as __product_has_esd, 
  (
    SELECT 
      GROUP_CONCAT(
        customerGroups.customergroupId SEPARATOR '|'
      ) 
    FROM 
      s_articles_avoid_customergroups customerGroups 
    WHERE 
      customerGroups.articleID = product.id
  ) as __product_blocked_customer_groups, 
  (
    SELECT 
      COUNT(availableVariant.id) 
    FROM 
      s_articles_details availableVariant 
    WHERE 
      (
        availableVariant.articleID = product.id
      ) 
      AND (availableVariant.active = 1) 
      AND (
        (
          availableVariant.laststock * availableVariant.instock
        ) >= (
          availableVariant.laststock * availableVariant.minpurchase
        )
      )
  ) as __product_has_available_variants, 
  (
    SELECT 
      COUNT(
        DISTINCT ROUND(prices.price, 2)
      ) as priceCount 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details priceVariant ON priceVariant.id = prices.articledetailsID 
      and priceVariant.active = 1 
    WHERE 
      (prices.from = 1) 
      AND (prices.pricegroup = : fallback) 
      AND (prices.articleID = product.id)
  ) as __product_fallback_price_count, 
  manufacturerMedia.id as __manufacturer_img_id, 
  translation6917a5fd231e0article.objectdata as __product_translation, 
  translation6917a5fd231e4fallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd231e6variant.objectdata as __variant_translation, 
  translation6917a5fd231e8fallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd231easupplier.objectdata as __manufacturer_translation, 
  translation6917a5fd231ebfallbacksupplier.objectdata as __manufacturer_translation_fallback, 
  translation6917a5fd231edconfig_units.objectdata as __unit_translation, 
  translation6917a5fd231effallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd231f0s_articles_esd_attributes.objectdata as __esdAttribute_translation, 
  translation6917a5fd231f2fallbacks_articles_esd_attributes.objectdata as __esdAttribute_translation_fallback 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
  LEFT JOIN s_articles_esd esd ON esd.articledetailsID = variant.id 
  LEFT JOIN s_core_translations translation6917a5fd231e6variant ON translation6917a5fd231e6variant.objecttype = : translation6917a5fd231e6variant 
  AND translation6917a5fd231e6variant.objectkey = variant.id 
  AND translation6917a5fd231e6variant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd231e8fallbackvariant ON translation6917a5fd231e8fallbackvariant.objecttype = : translation6917a5fd231e8fallbackvariant 
  AND translation6917a5fd231e8fallbackvariant.objectkey = variant.id 
  AND translation6917a5fd231e8fallbackvariant.objectlanguage = : languagefallback 
  INNER JOIN s_core_tax tax ON tax.id = product.taxID 
  LEFT JOIN s_articles_supplier manufacturer ON manufacturer.id = product.supplierID 
  LEFT JOIN s_core_pricegroups priceGroup ON priceGroup.id = product.pricegroupID 
  LEFT JOIN s_articles_supplier_attributes manufacturerAttribute ON manufacturerAttribute.supplierID = product.supplierID 
  LEFT JOIN s_articles_top_seller_ro topSeller ON topSeller.article_id = product.id 
  LEFT JOIN s_core_translations translation6917a5fd231e0article ON translation6917a5fd231e0article.objecttype = : translation6917a5fd231e0article 
  AND translation6917a5fd231e0article.objectkey = product.id 
  AND translation6917a5fd231e0article.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd231e4fallbackarticle ON translation6917a5fd231e4fallbackarticle.objecttype = : translation6917a5fd231e4fallbackarticle 
  AND translation6917a5fd231e4fallbackarticle.objectkey = product.id 
  AND translation6917a5fd231e4fallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_media manufacturerMedia ON manufacturerMedia.path = manufacturer.img 
  LEFT JOIN s_core_translations translation6917a5fd231easupplier ON translation6917a5fd231easupplier.objecttype = : translation6917a5fd231easupplier 
  AND translation6917a5fd231easupplier.objectkey = manufacturer.id 
  AND translation6917a5fd231easupplier.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd231ebfallbacksupplier ON translation6917a5fd231ebfallbacksupplier.objecttype = : translation6917a5fd231ebfallbacksupplier 
  AND translation6917a5fd231ebfallbacksupplier.objectkey = manufacturer.id 
  AND translation6917a5fd231ebfallbacksupplier.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd231edconfig_units ON translation6917a5fd231edconfig_units.objecttype = : translation6917a5fd231edconfig_units 
  AND translation6917a5fd231edconfig_units.objectkey = 1 
  AND translation6917a5fd231edconfig_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd231effallbackconfig_units ON translation6917a5fd231effallbackconfig_units.objecttype = : translation6917a5fd231effallbackconfig_units 
  AND translation6917a5fd231effallbackconfig_units.objectkey = 1 
  AND translation6917a5fd231effallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_articles_esd_attributes esdAttribute ON esdAttribute.esdID = esd.id 
  LEFT JOIN s_core_translations translation6917a5fd231f0s_articles_esd_attributes ON translation6917a5fd231f0s_articles_esd_attributes.objecttype = : translation6917a5fd231f0s_articles_esd_attributes 
  AND translation6917a5fd231f0s_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd231f0s_articles_esd_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd231f2fallbacks_articles_esd_attributes ON translation6917a5fd231f2fallbacks_articles_esd_attributes.objecttype = : translation6917a5fd231f2fallbacks_articles_esd_attributes 
  AND translation6917a5fd231f2fallbacks_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd231f2fallbacks_articles_esd_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    variant.ordernumber IN (: numbers)
  ) 
  AND (variant.active = 1) 
  AND (product.active = 1)
array:14 [
  ":fallback" => "EK"
  ":numbers" => []
  ":language" => 3
  ":translation6917a5fd231e0article" => "article"
  ":languagefallback" => 0
  ":translation6917a5fd231e4fallbackarticle" => "article"
  ":translation6917a5fd231e6variant" => "variant"
  ":translation6917a5fd231e8fallbackvariant" => "variant"
  ":translation6917a5fd231easupplier" => "supplier"
  ":translation6917a5fd231ebfallbacksupplier" => "supplier"
  ":translation6917a5fd231edconfig_units" => "config_units"
  ":translation6917a5fd231effallbackconfig_units" => "config_units"
  ":translation6917a5fd231f0s_articles_esd_attributes" => "s_articles_esd_attributes"
  ":translation6917a5fd231f2fallbacks_articles_esd_attributes" => "s_articles_esd_attributes"
]
0.0015 ms
SELECT 
  variant.ordernumber as number, 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd2383carticleimage.objectdata as __image_translation, 
  translation6917a5fd23841fallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd23843s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd23845fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  INNER JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  INNER JOIN s_articles_details variant ON variant.id = childImage.article_detail_id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_core_translations translation6917a5fd2383carticleimage ON translation6917a5fd2383carticleimage.objecttype = : translation6917a5fd2383carticleimage 
  AND translation6917a5fd2383carticleimage.objectkey = image.id 
  AND translation6917a5fd2383carticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23841fallbackarticleimage ON translation6917a5fd23841fallbackarticleimage.objecttype = : translation6917a5fd23841fallbackarticleimage 
  AND translation6917a5fd23841fallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd23841fallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd23843s_media_attributes ON translation6917a5fd23843s_media_attributes.objecttype = : translation6917a5fd23843s_media_attributes 
  AND translation6917a5fd23843s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd23843s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23845fallbacks_media_attributes ON translation6917a5fd23845fallbacks_media_attributes.objecttype = : translation6917a5fd23845fallbacks_media_attributes 
  AND translation6917a5fd23845fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd23845fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  childImage.article_detail_id IN (: products) 
ORDER BY 
  image.main ASC, 
  image.position ASC
array:7 [
  ":language" => 3
  ":translation6917a5fd2383carticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd23841fallbackarticleimage" => "articleimage"
  ":translation6917a5fd23843s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd23845fallbacks_media_attributes" => "s_media_attributes"
  ":products" => []
]
0.0006 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  variants.ordernumber as number, 
  GREATEST(
    price.from, variants.minpurchase
  ) __price_from, 
  translation6917a5fd23ad4s_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd23ad7fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variants ON variants.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  LEFT JOIN s_core_translations translation6917a5fd23ad4s_articles_prices_attributes ON translation6917a5fd23ad4s_articles_prices_attributes.objecttype = : translation6917a5fd23ad4s_articles_prices_attributes 
  AND translation6917a5fd23ad4s_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd23ad4s_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23ad7fallbacks_articles_prices_attributes ON translation6917a5fd23ad7fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd23ad7fallbacks_articles_prices_attributes 
  AND translation6917a5fd23ad7fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd23ad7fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    price.articledetailsID IN (: products)
  ) 
  AND (
    price.pricegroup = : customerGroup
  ) 
  AND (
    (price.to >= variants.minpurchase) 
    OR (price.to = "beliebig")
  ) 
ORDER BY 
  price.articledetailsID ASC, 
  price.from ASC
array:6 [
  ":products" => []
  ":customerGroup" => "EK"
  ":language" => 3
  ":translation6917a5fd23ad4s_articles_prices_attributes" => "s_articles_prices_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd23ad7fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0003 ms
SELECT 
  (
    SELECT 
      prices.id 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details variant ON variant.id = prices.articledetailsID 
      INNER JOIN s_articles product ON product.id = variant.articleID 
      LEFT JOIN s_core_pricegroups_discounts priceGroup ON priceGroup.groupID = product.pricegroupID 
      AND priceGroup.discountstart = 1 
      AND priceGroup.customergroupID = : priceGroupCustomerGroup 
      AND product.pricegroupActive = 1 
    WHERE 
      (
        prices.pricegroup = : customerGroup
      ) 
      AND (prices.from = 1) 
      AND (variant.active = 1) 
      AND (
        prices.articleID = outerPrices.articleID
      ) 
      AND (
        (
          variant.laststock * variant.instock
        ) >= (
          variant.laststock * variant.minpurchase
        )
      ) 
    ORDER BY 
      prices.price ASC 
    LIMIT 
      1
  ) as priceId 
FROM 
  s_articles_prices outerPrices 
WHERE 
  outerPrices.articleID IN (: products) 
GROUP BY 
  outerPrices.articleID 
HAVING 
  priceId IS NOT NULL
array:3 [
  ":customerGroup" => "EK"
  ":products" => []
  ":priceGroupCustomerGroup" => 1
]
0.0001 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  translation6917a5fd23cf8config_units.objectdata as __unit_translation, 
  translation6917a5fd23cfcfallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd23cffarticle.objectdata as __product_translation, 
  translation6917a5fd23d01fallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd23d03variant.objectdata as __variant_translation, 
  translation6917a5fd23d04fallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd23d06s_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd23d08fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variant ON variant.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_core_translations translation6917a5fd23d03variant ON translation6917a5fd23d03variant.objecttype = : translation6917a5fd23d03variant 
  AND translation6917a5fd23d03variant.objectkey = variant.id 
  AND translation6917a5fd23d03variant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23d04fallbackvariant ON translation6917a5fd23d04fallbackvariant.objecttype = : translation6917a5fd23d04fallbackvariant 
  AND translation6917a5fd23d04fallbackvariant.objectkey = variant.id 
  AND translation6917a5fd23d04fallbackvariant.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd23cffarticle ON translation6917a5fd23cffarticle.objecttype = : translation6917a5fd23cffarticle 
  AND translation6917a5fd23cffarticle.objectkey = product.id 
  AND translation6917a5fd23cffarticle.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23d01fallbackarticle ON translation6917a5fd23d01fallbackarticle.objecttype = : translation6917a5fd23d01fallbackarticle 
  AND translation6917a5fd23d01fallbackarticle.objectkey = product.id 
  AND translation6917a5fd23d01fallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd23cf8config_units ON translation6917a5fd23cf8config_units.objecttype = : translation6917a5fd23cf8config_units 
  AND translation6917a5fd23cf8config_units.objectkey = 1 
  AND translation6917a5fd23cf8config_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23cfcfallbackconfig_units ON translation6917a5fd23cfcfallbackconfig_units.objecttype = : translation6917a5fd23cfcfallbackconfig_units 
  AND translation6917a5fd23cfcfallbackconfig_units.objectkey = 1 
  AND translation6917a5fd23cfcfallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd23d06s_articles_prices_attributes ON translation6917a5fd23d06s_articles_prices_attributes.objecttype = : translation6917a5fd23d06s_articles_prices_attributes 
  AND translation6917a5fd23d06s_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd23d06s_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd23d08fallbacks_articles_prices_attributes ON translation6917a5fd23d08fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd23d08fallbacks_articles_prices_attributes 
  AND translation6917a5fd23d08fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd23d08fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  price.id IN (: ids)
array:11 [
  ":ids" => []
  ":language" => 3
  ":translation6917a5fd23cf8config_units" => "config_units"
  ":languagefallback" => 0
  ":translation6917a5fd23cfcfallbackconfig_units" => "config_units"
  ":translation6917a5fd23cffarticle" => "article"
  ":translation6917a5fd23d01fallbackarticle" => "article"
  ":translation6917a5fd23d03variant" => "variant"
  ":translation6917a5fd23d04fallbackvariant" => "variant"
  ":translation6917a5fd23d06s_articles_prices_attributes" => "s_articles_prices_attributes"
  ":translation6917a5fd23d08fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0005 ms
SELECT 
  articleID, 
  COUNT(id) as total, 
  points 
FROM 
  s_articles_vote vote 
WHERE 
  (
    vote.articleID IN (: products)
  ) 
  AND (vote.active = 1) 
GROUP BY 
  vote.articleID, 
  vote.points 
ORDER BY 
  vote.articleID ASC
array:1 [
  ":products" => []
]
0.0001 ms
SELECT 
  mapping.articleID, 
  GROUP_CONCAT(DISTINCT mapping.categoryID) 
FROM 
  s_articles_categories_ro mapping 
WHERE 
  mapping.articleID IN (: ids) 
GROUP BY 
  mapping.articleID
array:1 [
  ":ids" => []
]
0.0001 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  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, 
  translation6917a5fd2407fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd24083fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd24085s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd24087fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd24089productStream.objectdata as __stream_translation, 
  translation6917a5fd2408bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd2408dcategory.objectdata as __category_translation, 
  translation6917a5fd2408efallbackcategory.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 translation6917a5fd2408dcategory ON translation6917a5fd2408dcategory.objecttype = : translation6917a5fd2408dcategory 
  AND translation6917a5fd2408dcategory.objectkey = category.id 
  AND translation6917a5fd2408dcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2408efallbackcategory ON translation6917a5fd2408efallbackcategory.objecttype = : translation6917a5fd2408efallbackcategory 
  AND translation6917a5fd2408efallbackcategory.objectkey = category.id 
  AND translation6917a5fd2408efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd2407fs_categories_attributes ON translation6917a5fd2407fs_categories_attributes.objecttype = : translation6917a5fd2407fs_categories_attributes 
  AND translation6917a5fd2407fs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2407fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd24083fallbacks_categories_attributes ON translation6917a5fd24083fallbacks_categories_attributes.objecttype = : translation6917a5fd24083fallbacks_categories_attributes 
  AND translation6917a5fd24083fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd24083fallbacks_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 translation6917a5fd24085s_media_attributes ON translation6917a5fd24085s_media_attributes.objecttype = : translation6917a5fd24085s_media_attributes 
  AND translation6917a5fd24085s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd24085s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd24087fallbacks_media_attributes ON translation6917a5fd24087fallbacks_media_attributes.objecttype = : translation6917a5fd24087fallbacks_media_attributes 
  AND translation6917a5fd24087fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd24087fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd24089productStream ON translation6917a5fd24089productStream.objecttype = : translation6917a5fd24089productStream 
  AND translation6917a5fd24089productStream.objectkey = stream.id 
  AND translation6917a5fd24089productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2408bfallbackproductStream ON translation6917a5fd2408bfallbackproductStream.objecttype = : translation6917a5fd2408bfallbackproductStream 
  AND translation6917a5fd2408bfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd2408bfallbackproductStream.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" => []
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation6917a5fd2407fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd24083fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd24085s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd24087fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd24089productStream" => "productStream"
  ":translation6917a5fd2408bfallbackproductStream" => "productStream"
  ":translation6917a5fd2408dcategory" => "category"
  ":translation6917a5fd2408efallbackcategory" => "category"
]
0.0008 ms
SELECT 
  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, 
  translation6917a5fd2441bs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd2441ffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_media media 
  INNER 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 translation6917a5fd2441bs_media_attributes ON translation6917a5fd2441bs_media_attributes.objecttype = : translation6917a5fd2441bs_media_attributes 
  AND translation6917a5fd2441bs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2441bs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2441ffallbacks_media_attributes ON translation6917a5fd2441ffallbacks_media_attributes.objecttype = : translation6917a5fd2441ffallbacks_media_attributes 
  AND translation6917a5fd2441ffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2441ffallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  media.id IN (: ids)
array:5 [
  ":language" => 3
  ":translation6917a5fd2441bs_media_attributes" => "s_media_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd2441ffallbacks_media_attributes" => "s_media_attributes"
  ":ids" => []
]
0.0004 ms
SELECT 
  download.id as __download_id, 
  download.articleID as __download_articleID, 
  download.description as __download_description, 
  download.filename as __download_filename, 
  media.file_size as __download_size, 
  downloadAttribute.id as __downloadAttribute_id, 
  downloadAttribute.downloadID as __downloadAttribute_downloadID, 
  translation6917a5fd247fcs_articles_downloads_attributes.objectdata as __downloadAttribute_translation, 
  translation6917a5fd24800fallbacks_articles_downloads_attributes.objectdata as __downloadAttribute_translation_fallback 
FROM 
  s_articles_downloads download 
  LEFT JOIN s_articles_downloads_attributes downloadAttribute ON downloadAttribute.downloadID = download.id 
  INNER JOIN s_media media ON media.path = download.filename 
  LEFT JOIN s_core_translations translation6917a5fd247fcs_articles_downloads_attributes ON translation6917a5fd247fcs_articles_downloads_attributes.objecttype = : translation6917a5fd247fcs_articles_downloads_attributes 
  AND translation6917a5fd247fcs_articles_downloads_attributes.objectkey = download.id 
  AND translation6917a5fd247fcs_articles_downloads_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd24800fallbacks_articles_downloads_attributes ON translation6917a5fd24800fallbacks_articles_downloads_attributes.objecttype = : translation6917a5fd24800fallbacks_articles_downloads_attributes 
  AND translation6917a5fd24800fallbacks_articles_downloads_attributes.objectkey = download.id 
  AND translation6917a5fd24800fallbacks_articles_downloads_attributes.objectlanguage = : languagefallback 
WHERE 
  download.articleID IN (: ids)
array:5 [
  ":ids" => array:1 [
    0 => 20
  ]
  ":language" => 3
  ":translation6917a5fd247fcs_articles_downloads_attributes" => "s_articles_downloads_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd24800fallbacks_articles_downloads_attributes" => "s_articles_downloads_attributes"
]
0.0003 ms
SELECT 
  link.id as __link_id, 
  link.articleID as __link_articleID, 
  link.description as __link_description, 
  link.link as __link_link, 
  link.target as __link_target, 
  linkAttribute.id as __linkAttribute_id, 
  linkAttribute.informationID as __linkAttribute_informationID, 
  translation6917a5fd24bb3s_articles_information_attributes.objectdata as __linkAttribute_translation, 
  translation6917a5fd24bb7fallbacks_articles_information_attributes.objectdata as __linkAttribute_translation_fallback 
FROM 
  s_articles_information link 
  LEFT JOIN s_articles_information_attributes linkAttribute ON linkAttribute.informationID = link.id 
  LEFT JOIN s_core_translations translation6917a5fd24bb3s_articles_information_attributes ON translation6917a5fd24bb3s_articles_information_attributes.objecttype = : translation6917a5fd24bb3s_articles_information_attributes 
  AND translation6917a5fd24bb3s_articles_information_attributes.objectkey = link.id 
  AND translation6917a5fd24bb3s_articles_information_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd24bb7fallbacks_articles_information_attributes ON translation6917a5fd24bb7fallbacks_articles_information_attributes.objecttype = : translation6917a5fd24bb7fallbacks_articles_information_attributes 
  AND translation6917a5fd24bb7fallbacks_articles_information_attributes.objectkey = link.id 
  AND translation6917a5fd24bb7fallbacks_articles_information_attributes.objectlanguage = : languagefallback 
WHERE 
  link.articleID IN (: ids)
array:5 [
  ":ids" => array:1 [
    0 => 20
  ]
  ":language" => 3
  ":translation6917a5fd24bb3s_articles_information_attributes" => "s_articles_information_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd24bb7fallbacks_articles_information_attributes" => "s_articles_information_attributes"
]
0.0003 ms
SELECT 
  variant.ordernumber as number, 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd24d4farticleimage.objectdata as __image_translation, 
  translation6917a5fd24d53fallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd24d56s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd24d58fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  INNER JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  INNER JOIN s_articles_details variant ON variant.id = childImage.article_detail_id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_core_translations translation6917a5fd24d4farticleimage ON translation6917a5fd24d4farticleimage.objecttype = : translation6917a5fd24d4farticleimage 
  AND translation6917a5fd24d4farticleimage.objectkey = image.id 
  AND translation6917a5fd24d4farticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd24d53fallbackarticleimage ON translation6917a5fd24d53fallbackarticleimage.objecttype = : translation6917a5fd24d53fallbackarticleimage 
  AND translation6917a5fd24d53fallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd24d53fallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd24d56s_media_attributes ON translation6917a5fd24d56s_media_attributes.objecttype = : translation6917a5fd24d56s_media_attributes 
  AND translation6917a5fd24d56s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd24d56s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd24d58fallbacks_media_attributes ON translation6917a5fd24d58fallbacks_media_attributes.objecttype = : translation6917a5fd24d58fallbacks_media_attributes 
  AND translation6917a5fd24d58fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd24d58fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  childImage.article_detail_id IN (: products) 
ORDER BY 
  image.main ASC, 
  image.position ASC
array:7 [
  ":language" => 3
  ":translation6917a5fd24d4farticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd24d53fallbackarticleimage" => "articleimage"
  ":translation6917a5fd24d56s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd24d58fallbacks_media_attributes" => "s_media_attributes"
  ":products" => array:1 [
    0 => 49
  ]
]
0.0008 ms
SELECT 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd250edarticleimage.objectdata as __image_translation, 
  translation6917a5fd250f1fallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd250f3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd250f5fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  LEFT JOIN s_core_translations translation6917a5fd250edarticleimage ON translation6917a5fd250edarticleimage.objecttype = : translation6917a5fd250edarticleimage 
  AND translation6917a5fd250edarticleimage.objectkey = image.id 
  AND translation6917a5fd250edarticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd250f1fallbackarticleimage ON translation6917a5fd250f1fallbackarticleimage.objecttype = : translation6917a5fd250f1fallbackarticleimage 
  AND translation6917a5fd250f1fallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd250f1fallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd250f3s_media_attributes ON translation6917a5fd250f3s_media_attributes.objecttype = : translation6917a5fd250f3s_media_attributes 
  AND translation6917a5fd250f3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd250f3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd250f5fallbacks_media_attributes ON translation6917a5fd250f5fallbacks_media_attributes.objecttype = : translation6917a5fd250f5fallbacks_media_attributes 
  AND translation6917a5fd250f5fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd250f5fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  (image.parent_id IS NULL) 
  AND (childImage.id IS NULL) 
  AND (
    image.articleID IN (: products)
  ) 
ORDER BY 
  image.main ASC, 
  image.position ASC
array:7 [
  ":language" => 3
  ":translation6917a5fd250edarticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd250f1fallbackarticleimage" => "articleimage"
  ":translation6917a5fd250f3s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd250f5fallbacks_media_attributes" => "s_media_attributes"
  ":products" => array:1 [
    0 => 20
  ]
]
0.0006 ms
SELECT 
  products.id as productId, 
  relations.position as __relations_position, 
  propertySet.id as __propertySet_id, 
  propertySet.name as __propertySet_name, 
  propertySet.position as __propertySet_position, 
  propertySet.comparable as __propertySet_comparable, 
  propertySet.sortmode as __propertySet_sortmode, 
  propertySetAttribute.id as __propertySetAttribute_id, 
  propertySetAttribute.filterID as __propertySetAttribute_filterID, 
  propertyGroup.id as __propertyGroup_id, 
  propertyGroup.name as __propertyGroup_name, 
  propertyGroup.filterable as __propertyGroup_filterable, 
  propertyGroupAttribute.id as __propertyGroupAttribute_id, 
  propertyGroupAttribute.optionID as __propertyGroupAttribute_optionID, 
  propertyOption.id as __propertyOption_id, 
  propertyOption.optionID as __propertyOption_optionID, 
  propertyOption.value as __propertyOption_value, 
  propertyOption.position as __propertyOption_position, 
  propertyOptionAttribute.id as __propertyOptionAttribute_id, 
  propertyOptionAttribute.valueID as __propertyOptionAttribute_valueID, 
  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, 
  translation6917a5fd2599dpropertygroup.objectdata as __propertySet_translation, 
  translation6917a5fd259a1fallbackpropertygroup.objectdata as __propertySet_translation_fallback, 
  translation6917a5fd259a4propertyoption.objectdata as __propertyGroup_translation, 
  translation6917a5fd259a6fallbackpropertyoption.objectdata as __propertyGroup_translation_fallback, 
  translation6917a5fd259a8propertyvalue.objectdata as __propertyOption_translation, 
  translation6917a5fd259a9fallbackpropertyvalue.objectdata as __propertyOption_translation_fallback, 
  translation6917a5fd259abs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd259adfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_filter_articles filterArticles 
  INNER JOIN s_articles products ON products.id = filterArticles.articleID 
  INNER JOIN s_filter_values propertyOption ON propertyOption.id = filterArticles.valueID 
  INNER JOIN s_filter propertySet ON propertySet.id = products.filtergroupID 
  INNER JOIN s_filter_relations relations ON relations.groupID = propertySet.id 
  LEFT JOIN s_filter_attributes propertySetAttribute ON propertySetAttribute.filterID = propertySet.id 
  LEFT JOIN s_core_translations translation6917a5fd2599dpropertygroup ON translation6917a5fd2599dpropertygroup.objecttype = : translation6917a5fd2599dpropertygroup 
  AND translation6917a5fd2599dpropertygroup.objectkey = propertySet.id 
  AND translation6917a5fd2599dpropertygroup.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd259a1fallbackpropertygroup ON translation6917a5fd259a1fallbackpropertygroup.objecttype = : translation6917a5fd259a1fallbackpropertygroup 
  AND translation6917a5fd259a1fallbackpropertygroup.objectkey = propertySet.id 
  AND translation6917a5fd259a1fallbackpropertygroup.objectlanguage = : languagefallback 
  INNER JOIN s_filter_options propertyGroup ON propertyGroup.id = propertyOption.optionID 
  AND relations.optionID = propertyGroup.id 
  LEFT JOIN s_media media ON propertyOption.media_id = media.id 
  LEFT JOIN s_filter_values_attributes propertyOptionAttribute ON propertyOptionAttribute.valueID = propertyOption.id 
  LEFT JOIN s_core_translations translation6917a5fd259a8propertyvalue ON translation6917a5fd259a8propertyvalue.objecttype = : translation6917a5fd259a8propertyvalue 
  AND translation6917a5fd259a8propertyvalue.objectkey = propertyOption.id 
  AND translation6917a5fd259a8propertyvalue.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd259a9fallbackpropertyvalue ON translation6917a5fd259a9fallbackpropertyvalue.objecttype = : translation6917a5fd259a9fallbackpropertyvalue 
  AND translation6917a5fd259a9fallbackpropertyvalue.objectkey = propertyOption.id 
  AND translation6917a5fd259a9fallbackpropertyvalue.objectlanguage = : languagefallback 
  LEFT JOIN s_filter_options_attributes propertyGroupAttribute ON propertyGroupAttribute.optionID = propertyGroup.id 
  LEFT JOIN s_core_translations translation6917a5fd259a4propertyoption ON translation6917a5fd259a4propertyoption.objecttype = : translation6917a5fd259a4propertyoption 
  AND translation6917a5fd259a4propertyoption.objectkey = propertyGroup.id 
  AND translation6917a5fd259a4propertyoption.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd259a6fallbackpropertyoption ON translation6917a5fd259a6fallbackpropertyoption.objecttype = : translation6917a5fd259a6fallbackpropertyoption 
  AND translation6917a5fd259a6fallbackpropertyoption.objectkey = propertyGroup.id 
  AND translation6917a5fd259a6fallbackpropertyoption.objectlanguage = : languagefallback 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd259abs_media_attributes ON translation6917a5fd259abs_media_attributes.objecttype = : translation6917a5fd259abs_media_attributes 
  AND translation6917a5fd259abs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd259abs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd259adfallbacks_media_attributes ON translation6917a5fd259adfallbacks_media_attributes.objecttype = : translation6917a5fd259adfallbacks_media_attributes 
  AND translation6917a5fd259adfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd259adfallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  products.id IN (: ids) 
ORDER BY 
  filterArticles.articleID ASC
array:11 [
  ":ids" => array:1 [
    0 => 20
  ]
  ":language" => 3
  ":translation6917a5fd2599dpropertygroup" => "propertygroup"
  ":languagefallback" => 0
  ":translation6917a5fd259a1fallbackpropertygroup" => "propertygroup"
  ":translation6917a5fd259a4propertyoption" => "propertyoption"
  ":translation6917a5fd259a6fallbackpropertyoption" => "propertyoption"
  ":translation6917a5fd259a8propertyvalue" => "propertyvalue"
  ":translation6917a5fd259a9fallbackpropertyvalue" => "propertyvalue"
  ":translation6917a5fd259abs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd259adfallbacks_media_attributes" => "s_media_attributes"
]
0.0009 ms
SELECT 
  variants.ordernumber as number, 
  configuratorGroup.id as __configuratorGroup_id, 
  configuratorGroup.name as __configuratorGroup_name, 
  configuratorGroup.description as __configuratorGroup_description, 
  configuratorGroup.position as __configuratorGroup_position, 
  configuratorGroupAttribute.id as __configuratorGroupAttribute_id, 
  configuratorGroupAttribute.groupID as __configuratorGroupAttribute_groupID, 
  configuratorOption.id as __configuratorOption_id, 
  configuratorOption.name as __configuratorOption_name, 
  configuratorOption.position as __configuratorOption_position, 
  configuratorOptionAttribute.id as __configuratorOptionAttribute_id, 
  configuratorOptionAttribute.optionID as __configuratorOptionAttribute_optionID, 
  translation6917a5fd26224configuratorgroup.objectdata as __configuratorGroup_translation, 
  translation6917a5fd26228fallbackconfiguratorgroup.objectdata as __configuratorGroup_translation_fallback, 
  translation6917a5fd2622bconfiguratoroption.objectdata as __configuratorOption_translation, 
  translation6917a5fd2622dfallbackconfiguratoroption.objectdata as __configuratorOption_translation_fallback 
FROM 
  s_article_configurator_option_relations relations 
  INNER JOIN s_articles_details variants ON variants.id = relations.article_id 
  INNER JOIN s_article_configurator_options configuratorOption ON configuratorOption.id = relations.option_id 
  INNER JOIN s_article_configurator_groups configuratorGroup ON configuratorGroup.id = configuratorOption.group_id 
  LEFT JOIN s_article_configurator_options_attributes configuratorOptionAttribute ON configuratorOptionAttribute.optionID = configuratorOption.id 
  LEFT JOIN s_core_translations translation6917a5fd2622bconfiguratoroption ON translation6917a5fd2622bconfiguratoroption.objecttype = : translation6917a5fd2622bconfiguratoroption 
  AND translation6917a5fd2622bconfiguratoroption.objectkey = configuratorOption.id 
  AND translation6917a5fd2622bconfiguratoroption.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2622dfallbackconfiguratoroption ON translation6917a5fd2622dfallbackconfiguratoroption.objecttype = : translation6917a5fd2622dfallbackconfiguratoroption 
  AND translation6917a5fd2622dfallbackconfiguratoroption.objectkey = configuratorOption.id 
  AND translation6917a5fd2622dfallbackconfiguratoroption.objectlanguage = : languagefallback 
  LEFT JOIN s_article_configurator_groups_attributes configuratorGroupAttribute ON configuratorGroupAttribute.groupID = configuratorGroup.id 
  LEFT JOIN s_core_translations translation6917a5fd26224configuratorgroup ON translation6917a5fd26224configuratorgroup.objecttype = : translation6917a5fd26224configuratorgroup 
  AND translation6917a5fd26224configuratorgroup.objectkey = configuratorGroup.id 
  AND translation6917a5fd26224configuratorgroup.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd26228fallbackconfiguratorgroup ON translation6917a5fd26228fallbackconfiguratorgroup.objecttype = : translation6917a5fd26228fallbackconfiguratorgroup 
  AND translation6917a5fd26228fallbackconfiguratorgroup.objectkey = configuratorGroup.id 
  AND translation6917a5fd26228fallbackconfiguratorgroup.objectlanguage = : languagefallback 
WHERE 
  relations.article_id IN (: ids) 
ORDER BY 
  configuratorGroup.position ASC, 
  configuratorGroup.id ASC
array:7 [
  ":ids" => array:1 [
    0 => 49
  ]
  ":language" => 3
  ":translation6917a5fd26224configuratorgroup" => "configuratorgroup"
  ":languagefallback" => 0
  ":translation6917a5fd26228fallbackconfiguratorgroup" => "configuratorgroup"
  ":translation6917a5fd2622bconfiguratoroption" => "configuratoroption"
  ":translation6917a5fd2622dfallbackconfiguratoroption" => "configuratoroption"
]
0.0007 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 3
  ":orgPath" => array:1 [
    0 => "sViewport=detail&sArticle=20"
  ]
]
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=forms&sFid=16"
  ]
]
0.0002 ms
SELECT 
  t0.sorting_ids AS sorting_ids_1, 
  t0.hide_sortings AS hide_sortings_2, 
  t0.facet_ids AS facet_ids_3, 
  t0.shops AS shops_4, 
  t0.id AS id_5, 
  t0.parent AS parent_6, 
  t0.stream_id AS stream_id_7, 
  t0.description AS description_8, 
  t0.position AS position_9, 
  t0.meta_title AS meta_title_10, 
  t0.metakeywords AS metakeywords_11, 
  t0.metadescription AS metadescription_12, 
  t0.cmsheadline AS cmsheadline_13, 
  t0.cmstext AS cmstext_14, 
  t0.active AS active_15, 
  t0.template AS template_16, 
  t0.product_box_layout AS product_box_layout_17, 
  t0.blog AS blog_18, 
  t0.path AS path_19, 
  t0.external AS external_20, 
  t0.external_target AS external_target_21, 
  t0.hidefilter AS hidefilter_22, 
  t0.hidetop AS hidetop_23, 
  t0.changed AS changed_24, 
  t0.added AS added_25, 
  t0.mediaID AS mediaID_26, 
  t27.id AS id_28, 
  t27.categoryID AS categoryID_29, 
  t27.attribute1 AS attribute1_30, 
  t27.attribute2 AS attribute2_31, 
  t27.attribute3 AS attribute3_32, 
  t27.attribute4 AS attribute4_33, 
  t27.attribute5 AS attribute5_34, 
  t27.attribute6 AS attribute6_35, 
  t27.categoryID AS categoryID_36, 
  t0.mediaID AS mediaID_37, 
  t0.stream_id AS stream_id_38, 
  t0.parent AS parent_39 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 5
]
0.0003 ms
SELECT 
  t0.sorting_ids AS sorting_ids_1, 
  t0.hide_sortings AS hide_sortings_2, 
  t0.facet_ids AS facet_ids_3, 
  t0.shops AS shops_4, 
  t0.id AS id_5, 
  t0.parent AS parent_6, 
  t0.stream_id AS stream_id_7, 
  t0.description AS description_8, 
  t0.position AS position_9, 
  t0.meta_title AS meta_title_10, 
  t0.metakeywords AS metakeywords_11, 
  t0.metadescription AS metadescription_12, 
  t0.cmsheadline AS cmsheadline_13, 
  t0.cmstext AS cmstext_14, 
  t0.active AS active_15, 
  t0.template AS template_16, 
  t0.product_box_layout AS product_box_layout_17, 
  t0.blog AS blog_18, 
  t0.path AS path_19, 
  t0.external AS external_20, 
  t0.external_target AS external_target_21, 
  t0.hidefilter AS hidefilter_22, 
  t0.hidetop AS hidetop_23, 
  t0.changed AS changed_24, 
  t0.added AS added_25, 
  t0.mediaID AS mediaID_26, 
  t27.id AS id_28, 
  t27.categoryID AS categoryID_29, 
  t27.attribute1 AS attribute1_30, 
  t27.attribute2 AS attribute2_31, 
  t27.attribute3 AS attribute3_32, 
  t27.attribute4 AS attribute4_33, 
  t27.attribute5 AS attribute5_34, 
  t27.attribute6 AS attribute6_35, 
  t27.categoryID AS categoryID_36, 
  t0.mediaID AS mediaID_37, 
  t0.stream_id AS stream_id_38, 
  t0.parent AS parent_39 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.description AS description_1, 
  s0_.blog AS blog_2 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  id 
FROM 
  s_core_locales 
WHERE 
  locale = "en_GB"
[]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 3
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.description AS description_1, 
  s0_.blog AS blog_2 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 5
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 5
  ":language" => 3
]
0.0001 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "AdvancedMenu"
  "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" => "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.0006 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, 
  translation6917a5fd2a3bds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd2a3c1fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd2a3c3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd2a3c5fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd2a3c7productStream.objectdata as __stream_translation, 
  translation6917a5fd2a3c9fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd2a3cbcategory.objectdata as __category_translation, 
  translation6917a5fd2a3ccfallbackcategory.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 translation6917a5fd2a3cbcategory ON translation6917a5fd2a3cbcategory.objecttype = : translation6917a5fd2a3cbcategory 
  AND translation6917a5fd2a3cbcategory.objectkey = category.id 
  AND translation6917a5fd2a3cbcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2a3ccfallbackcategory ON translation6917a5fd2a3ccfallbackcategory.objecttype = : translation6917a5fd2a3ccfallbackcategory 
  AND translation6917a5fd2a3ccfallbackcategory.objectkey = category.id 
  AND translation6917a5fd2a3ccfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd2a3bds_categories_attributes ON translation6917a5fd2a3bds_categories_attributes.objecttype = : translation6917a5fd2a3bds_categories_attributes 
  AND translation6917a5fd2a3bds_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2a3bds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2a3c1fallbacks_categories_attributes ON translation6917a5fd2a3c1fallbacks_categories_attributes.objecttype = : translation6917a5fd2a3c1fallbacks_categories_attributes 
  AND translation6917a5fd2a3c1fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2a3c1fallbacks_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 translation6917a5fd2a3c3s_media_attributes ON translation6917a5fd2a3c3s_media_attributes.objecttype = : translation6917a5fd2a3c3s_media_attributes 
  AND translation6917a5fd2a3c3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2a3c3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2a3c5fallbacks_media_attributes ON translation6917a5fd2a3c5fallbacks_media_attributes.objecttype = : translation6917a5fd2a3c5fallbacks_media_attributes 
  AND translation6917a5fd2a3c5fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2a3c5fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd2a3c7productStream ON translation6917a5fd2a3c7productStream.objecttype = : translation6917a5fd2a3c7productStream 
  AND translation6917a5fd2a3c7productStream.objectkey = stream.id 
  AND translation6917a5fd2a3c7productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2a3c9fallbackproductStream ON translation6917a5fd2a3c9fallbackproductStream.objecttype = : translation6917a5fd2a3c9fallbackproductStream 
  AND translation6917a5fd2a3c9fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd2a3c9fallbackproductStream.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
  ":translation6917a5fd2a3bds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd2a3c1fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd2a3c3s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd2a3c5fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd2a3c7productStream" => "productStream"
  ":translation6917a5fd2a3c9fallbackproductStream" => "productStream"
  ":translation6917a5fd2a3cbcategory" => "category"
  ":translation6917a5fd2a3ccfallbackcategory" => "category"
]
0.0024 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 @1763157501 {#2410
    date: 2025-11-14 22:58:21.177058 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2410}
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd2dc5es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd2dc72fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd2dc81s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd2dc8bfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd2dc96productStream.objectdata as __stream_translation, 
  translation6917a5fd2dca0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd2dca9category.objectdata as __category_translation, 
  translation6917a5fd2dcb0fallbackcategory.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 translation6917a5fd2dca9category ON translation6917a5fd2dca9category.objecttype = : translation6917a5fd2dca9category 
  AND translation6917a5fd2dca9category.objectkey = category.id 
  AND translation6917a5fd2dca9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2dcb0fallbackcategory ON translation6917a5fd2dcb0fallbackcategory.objecttype = : translation6917a5fd2dcb0fallbackcategory 
  AND translation6917a5fd2dcb0fallbackcategory.objectkey = category.id 
  AND translation6917a5fd2dcb0fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd2dc5es_categories_attributes ON translation6917a5fd2dc5es_categories_attributes.objecttype = : translation6917a5fd2dc5es_categories_attributes 
  AND translation6917a5fd2dc5es_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2dc5es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2dc72fallbacks_categories_attributes ON translation6917a5fd2dc72fallbacks_categories_attributes.objecttype = : translation6917a5fd2dc72fallbacks_categories_attributes 
  AND translation6917a5fd2dc72fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2dc72fallbacks_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 translation6917a5fd2dc81s_media_attributes ON translation6917a5fd2dc81s_media_attributes.objecttype = : translation6917a5fd2dc81s_media_attributes 
  AND translation6917a5fd2dc81s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2dc81s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2dc8bfallbacks_media_attributes ON translation6917a5fd2dc8bfallbacks_media_attributes.objecttype = : translation6917a5fd2dc8bfallbacks_media_attributes 
  AND translation6917a5fd2dc8bfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2dc8bfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd2dc96productStream ON translation6917a5fd2dc96productStream.objecttype = : translation6917a5fd2dc96productStream 
  AND translation6917a5fd2dc96productStream.objectkey = stream.id 
  AND translation6917a5fd2dc96productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2dca0fallbackproductStream ON translation6917a5fd2dca0fallbackproductStream.objecttype = : translation6917a5fd2dca0fallbackproductStream 
  AND translation6917a5fd2dca0fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd2dca0fallbackproductStream.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
  ":translation6917a5fd2dc5es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd2dc72fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd2dc81s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd2dc8bfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd2dc96productStream" => "productStream"
  ":translation6917a5fd2dca0fallbackproductStream" => "productStream"
  ":translation6917a5fd2dca9category" => "category"
  ":translation6917a5fd2dcb0fallbackcategory" => "category"
]
0.0047 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 13
]
0.0007 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 @1763157501 {#2411
    date: 2025-11-14 22:58:21.193575 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2411}
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd2fea3s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd2feb6fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd2fec5s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd2fecffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd2fedaproductStream.objectdata as __stream_translation, 
  translation6917a5fd2fee4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd2feeecategory.objectdata as __category_translation, 
  translation6917a5fd2fef6fallbackcategory.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 translation6917a5fd2feeecategory ON translation6917a5fd2feeecategory.objecttype = : translation6917a5fd2feeecategory 
  AND translation6917a5fd2feeecategory.objectkey = category.id 
  AND translation6917a5fd2feeecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2fef6fallbackcategory ON translation6917a5fd2fef6fallbackcategory.objecttype = : translation6917a5fd2fef6fallbackcategory 
  AND translation6917a5fd2fef6fallbackcategory.objectkey = category.id 
  AND translation6917a5fd2fef6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd2fea3s_categories_attributes ON translation6917a5fd2fea3s_categories_attributes.objecttype = : translation6917a5fd2fea3s_categories_attributes 
  AND translation6917a5fd2fea3s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2fea3s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2feb6fallbacks_categories_attributes ON translation6917a5fd2feb6fallbacks_categories_attributes.objecttype = : translation6917a5fd2feb6fallbacks_categories_attributes 
  AND translation6917a5fd2feb6fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd2feb6fallbacks_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 translation6917a5fd2fec5s_media_attributes ON translation6917a5fd2fec5s_media_attributes.objecttype = : translation6917a5fd2fec5s_media_attributes 
  AND translation6917a5fd2fec5s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2fec5s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2fecffallbacks_media_attributes ON translation6917a5fd2fecffallbacks_media_attributes.objecttype = : translation6917a5fd2fecffallbacks_media_attributes 
  AND translation6917a5fd2fecffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd2fecffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd2fedaproductStream ON translation6917a5fd2fedaproductStream.objecttype = : translation6917a5fd2fedaproductStream 
  AND translation6917a5fd2fedaproductStream.objectkey = stream.id 
  AND translation6917a5fd2fedaproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd2fee4fallbackproductStream ON translation6917a5fd2fee4fallbackproductStream.objecttype = : translation6917a5fd2fee4fallbackproductStream 
  AND translation6917a5fd2fee4fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd2fee4fallbackproductStream.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
  ":translation6917a5fd2fea3s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd2feb6fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd2fec5s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd2fecffallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd2fedaproductStream" => "productStream"
  ":translation6917a5fd2fee4fallbackproductStream" => "productStream"
  ":translation6917a5fd2feeecategory" => "category"
  ":translation6917a5fd2fef6fallbackcategory" => "category"
]
0.0044 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 14
]
0.0007 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 @1763157501 {#2412
    date: 2025-11-14 22:58:21.202025 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2412}
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd31f94s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd31fa8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd31fb6s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd31fc0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd31fcbproductStream.objectdata as __stream_translation, 
  translation6917a5fd31fd5fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd31fdecategory.objectdata as __category_translation, 
  translation6917a5fd31fe6fallbackcategory.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 translation6917a5fd31fdecategory ON translation6917a5fd31fdecategory.objecttype = : translation6917a5fd31fdecategory 
  AND translation6917a5fd31fdecategory.objectkey = category.id 
  AND translation6917a5fd31fdecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd31fe6fallbackcategory ON translation6917a5fd31fe6fallbackcategory.objecttype = : translation6917a5fd31fe6fallbackcategory 
  AND translation6917a5fd31fe6fallbackcategory.objectkey = category.id 
  AND translation6917a5fd31fe6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd31f94s_categories_attributes ON translation6917a5fd31f94s_categories_attributes.objecttype = : translation6917a5fd31f94s_categories_attributes 
  AND translation6917a5fd31f94s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd31f94s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd31fa8fallbacks_categories_attributes ON translation6917a5fd31fa8fallbacks_categories_attributes.objecttype = : translation6917a5fd31fa8fallbacks_categories_attributes 
  AND translation6917a5fd31fa8fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd31fa8fallbacks_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 translation6917a5fd31fb6s_media_attributes ON translation6917a5fd31fb6s_media_attributes.objecttype = : translation6917a5fd31fb6s_media_attributes 
  AND translation6917a5fd31fb6s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd31fb6s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd31fc0fallbacks_media_attributes ON translation6917a5fd31fc0fallbacks_media_attributes.objecttype = : translation6917a5fd31fc0fallbacks_media_attributes 
  AND translation6917a5fd31fc0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd31fc0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd31fcbproductStream ON translation6917a5fd31fcbproductStream.objecttype = : translation6917a5fd31fcbproductStream 
  AND translation6917a5fd31fcbproductStream.objectkey = stream.id 
  AND translation6917a5fd31fcbproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd31fd5fallbackproductStream ON translation6917a5fd31fd5fallbackproductStream.objecttype = : translation6917a5fd31fd5fallbackproductStream 
  AND translation6917a5fd31fd5fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd31fd5fallbackproductStream.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
  ":translation6917a5fd31f94s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd31fa8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd31fb6s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd31fc0fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd31fcbproductStream" => "productStream"
  ":translation6917a5fd31fd5fallbackproductStream" => "productStream"
  ":translation6917a5fd31fdecategory" => "category"
  ":translation6917a5fd31fe6fallbackcategory" => "category"
]
0.0045 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 15
]
0.0007 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 @1763157501 {#2413
    date: 2025-11-14 22:58:21.210497 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2413}
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd34085s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd34098fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd340a7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd340b1fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd340bcproductStream.objectdata as __stream_translation, 
  translation6917a5fd340e0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd340eacategory.objectdata as __category_translation, 
  translation6917a5fd340f1fallbackcategory.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 translation6917a5fd340eacategory ON translation6917a5fd340eacategory.objecttype = : translation6917a5fd340eacategory 
  AND translation6917a5fd340eacategory.objectkey = category.id 
  AND translation6917a5fd340eacategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd340f1fallbackcategory ON translation6917a5fd340f1fallbackcategory.objecttype = : translation6917a5fd340f1fallbackcategory 
  AND translation6917a5fd340f1fallbackcategory.objectkey = category.id 
  AND translation6917a5fd340f1fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd34085s_categories_attributes ON translation6917a5fd34085s_categories_attributes.objecttype = : translation6917a5fd34085s_categories_attributes 
  AND translation6917a5fd34085s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd34085s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd34098fallbacks_categories_attributes ON translation6917a5fd34098fallbacks_categories_attributes.objecttype = : translation6917a5fd34098fallbacks_categories_attributes 
  AND translation6917a5fd34098fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd34098fallbacks_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 translation6917a5fd340a7s_media_attributes ON translation6917a5fd340a7s_media_attributes.objecttype = : translation6917a5fd340a7s_media_attributes 
  AND translation6917a5fd340a7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd340a7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd340b1fallbacks_media_attributes ON translation6917a5fd340b1fallbacks_media_attributes.objecttype = : translation6917a5fd340b1fallbacks_media_attributes 
  AND translation6917a5fd340b1fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd340b1fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd340bcproductStream ON translation6917a5fd340bcproductStream.objecttype = : translation6917a5fd340bcproductStream 
  AND translation6917a5fd340bcproductStream.objectkey = stream.id 
  AND translation6917a5fd340bcproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd340e0fallbackproductStream ON translation6917a5fd340e0fallbackproductStream.objecttype = : translation6917a5fd340e0fallbackproductStream 
  AND translation6917a5fd340e0fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd340e0fallbackproductStream.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
  ":translation6917a5fd34085s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd34098fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd340a7s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd340b1fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd340bcproductStream" => "productStream"
  ":translation6917a5fd340e0fallbackproductStream" => "productStream"
  ":translation6917a5fd340eacategory" => "category"
  ":translation6917a5fd340f1fallbackcategory" => "category"
]
0.0045 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 16
]
0.0007 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 @1763157501 {#2414
    date: 2025-11-14 22:58:21.218970 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2414}
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd361b5s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd361c9fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd361d8s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd361e2fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd361edproductStream.objectdata as __stream_translation, 
  translation6917a5fd361f7fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd36200category.objectdata as __category_translation, 
  translation6917a5fd36208fallbackcategory.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 translation6917a5fd36200category ON translation6917a5fd36200category.objecttype = : translation6917a5fd36200category 
  AND translation6917a5fd36200category.objectkey = category.id 
  AND translation6917a5fd36200category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd36208fallbackcategory ON translation6917a5fd36208fallbackcategory.objecttype = : translation6917a5fd36208fallbackcategory 
  AND translation6917a5fd36208fallbackcategory.objectkey = category.id 
  AND translation6917a5fd36208fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd361b5s_categories_attributes ON translation6917a5fd361b5s_categories_attributes.objecttype = : translation6917a5fd361b5s_categories_attributes 
  AND translation6917a5fd361b5s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd361b5s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd361c9fallbacks_categories_attributes ON translation6917a5fd361c9fallbacks_categories_attributes.objecttype = : translation6917a5fd361c9fallbacks_categories_attributes 
  AND translation6917a5fd361c9fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd361c9fallbacks_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 translation6917a5fd361d8s_media_attributes ON translation6917a5fd361d8s_media_attributes.objecttype = : translation6917a5fd361d8s_media_attributes 
  AND translation6917a5fd361d8s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd361d8s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd361e2fallbacks_media_attributes ON translation6917a5fd361e2fallbacks_media_attributes.objecttype = : translation6917a5fd361e2fallbacks_media_attributes 
  AND translation6917a5fd361e2fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd361e2fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd361edproductStream ON translation6917a5fd361edproductStream.objecttype = : translation6917a5fd361edproductStream 
  AND translation6917a5fd361edproductStream.objectkey = stream.id 
  AND translation6917a5fd361edproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd361f7fallbackproductStream ON translation6917a5fd361f7fallbackproductStream.objecttype = : translation6917a5fd361f7fallbackproductStream 
  AND translation6917a5fd361f7fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd361f7fallbackproductStream.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
  ":translation6917a5fd361b5s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd361c9fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd361d8s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd361e2fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd361edproductStream" => "productStream"
  ":translation6917a5fd361f7fallbackproductStream" => "productStream"
  ":translation6917a5fd36200category" => "category"
  ":translation6917a5fd36208fallbackcategory" => "category"
]
0.0045 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 17
]
0.0007 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 @1763157501 {#2415
    date: 2025-11-14 22:58:21.227498 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2415}
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd38321s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd3834cfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd3835bs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd38365fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd38370productStream.objectdata as __stream_translation, 
  translation6917a5fd38379fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd38383category.objectdata as __category_translation, 
  translation6917a5fd3838bfallbackcategory.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 translation6917a5fd38383category ON translation6917a5fd38383category.objecttype = : translation6917a5fd38383category 
  AND translation6917a5fd38383category.objectkey = category.id 
  AND translation6917a5fd38383category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3838bfallbackcategory ON translation6917a5fd3838bfallbackcategory.objecttype = : translation6917a5fd3838bfallbackcategory 
  AND translation6917a5fd3838bfallbackcategory.objectkey = category.id 
  AND translation6917a5fd3838bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd38321s_categories_attributes ON translation6917a5fd38321s_categories_attributes.objecttype = : translation6917a5fd38321s_categories_attributes 
  AND translation6917a5fd38321s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd38321s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3834cfallbacks_categories_attributes ON translation6917a5fd3834cfallbacks_categories_attributes.objecttype = : translation6917a5fd3834cfallbacks_categories_attributes 
  AND translation6917a5fd3834cfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3834cfallbacks_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 translation6917a5fd3835bs_media_attributes ON translation6917a5fd3835bs_media_attributes.objecttype = : translation6917a5fd3835bs_media_attributes 
  AND translation6917a5fd3835bs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3835bs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd38365fallbacks_media_attributes ON translation6917a5fd38365fallbacks_media_attributes.objecttype = : translation6917a5fd38365fallbacks_media_attributes 
  AND translation6917a5fd38365fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd38365fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd38370productStream ON translation6917a5fd38370productStream.objecttype = : translation6917a5fd38370productStream 
  AND translation6917a5fd38370productStream.objectkey = stream.id 
  AND translation6917a5fd38370productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd38379fallbackproductStream ON translation6917a5fd38379fallbackproductStream.objecttype = : translation6917a5fd38379fallbackproductStream 
  AND translation6917a5fd38379fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd38379fallbackproductStream.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
  ":translation6917a5fd38321s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd3834cfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd3835bs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd38365fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd38370productStream" => "productStream"
  ":translation6917a5fd38379fallbackproductStream" => "productStream"
  ":translation6917a5fd38383category" => "category"
  ":translation6917a5fd3838bfallbackcategory" => "category"
]
0.0045 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 18
]
0.0007 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 @1763157501 {#2416
    date: 2025-11-14 22:58:21.236055 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2416}
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd3a48cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd3a4a0fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd3a4aes_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd3a4b7fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd3a4c2productStream.objectdata as __stream_translation, 
  translation6917a5fd3a4ccfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd3a4d5category.objectdata as __category_translation, 
  translation6917a5fd3a4dcfallbackcategory.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 translation6917a5fd3a4d5category ON translation6917a5fd3a4d5category.objecttype = : translation6917a5fd3a4d5category 
  AND translation6917a5fd3a4d5category.objectkey = category.id 
  AND translation6917a5fd3a4d5category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3a4dcfallbackcategory ON translation6917a5fd3a4dcfallbackcategory.objecttype = : translation6917a5fd3a4dcfallbackcategory 
  AND translation6917a5fd3a4dcfallbackcategory.objectkey = category.id 
  AND translation6917a5fd3a4dcfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd3a48cs_categories_attributes ON translation6917a5fd3a48cs_categories_attributes.objecttype = : translation6917a5fd3a48cs_categories_attributes 
  AND translation6917a5fd3a48cs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3a48cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3a4a0fallbacks_categories_attributes ON translation6917a5fd3a4a0fallbacks_categories_attributes.objecttype = : translation6917a5fd3a4a0fallbacks_categories_attributes 
  AND translation6917a5fd3a4a0fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3a4a0fallbacks_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 translation6917a5fd3a4aes_media_attributes ON translation6917a5fd3a4aes_media_attributes.objecttype = : translation6917a5fd3a4aes_media_attributes 
  AND translation6917a5fd3a4aes_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3a4aes_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3a4b7fallbacks_media_attributes ON translation6917a5fd3a4b7fallbacks_media_attributes.objecttype = : translation6917a5fd3a4b7fallbacks_media_attributes 
  AND translation6917a5fd3a4b7fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3a4b7fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd3a4c2productStream ON translation6917a5fd3a4c2productStream.objecttype = : translation6917a5fd3a4c2productStream 
  AND translation6917a5fd3a4c2productStream.objectkey = stream.id 
  AND translation6917a5fd3a4c2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3a4ccfallbackproductStream ON translation6917a5fd3a4ccfallbackproductStream.objecttype = : translation6917a5fd3a4ccfallbackproductStream 
  AND translation6917a5fd3a4ccfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd3a4ccfallbackproductStream.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
  ":translation6917a5fd3a48cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd3a4a0fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd3a4aes_media_attributes" => "s_media_attributes"
  ":translation6917a5fd3a4b7fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd3a4c2productStream" => "productStream"
  ":translation6917a5fd3a4ccfallbackproductStream" => "productStream"
  ":translation6917a5fd3a4d5category" => "category"
  ":translation6917a5fd3a4dcfallbackcategory" => "category"
]
0.0046 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 19
]
0.0007 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 @1763157501 {#2417
    date: 2025-11-14 22:58:21.244665 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2417}
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd3c616s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd3c62bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd3c639s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd3c643fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd3c64fproductStream.objectdata as __stream_translation, 
  translation6917a5fd3c659fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd3c662category.objectdata as __category_translation, 
  translation6917a5fd3c669fallbackcategory.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 translation6917a5fd3c662category ON translation6917a5fd3c662category.objecttype = : translation6917a5fd3c662category 
  AND translation6917a5fd3c662category.objectkey = category.id 
  AND translation6917a5fd3c662category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3c669fallbackcategory ON translation6917a5fd3c669fallbackcategory.objecttype = : translation6917a5fd3c669fallbackcategory 
  AND translation6917a5fd3c669fallbackcategory.objectkey = category.id 
  AND translation6917a5fd3c669fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd3c616s_categories_attributes ON translation6917a5fd3c616s_categories_attributes.objecttype = : translation6917a5fd3c616s_categories_attributes 
  AND translation6917a5fd3c616s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3c616s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3c62bfallbacks_categories_attributes ON translation6917a5fd3c62bfallbacks_categories_attributes.objecttype = : translation6917a5fd3c62bfallbacks_categories_attributes 
  AND translation6917a5fd3c62bfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3c62bfallbacks_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 translation6917a5fd3c639s_media_attributes ON translation6917a5fd3c639s_media_attributes.objecttype = : translation6917a5fd3c639s_media_attributes 
  AND translation6917a5fd3c639s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3c639s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3c643fallbacks_media_attributes ON translation6917a5fd3c643fallbacks_media_attributes.objecttype = : translation6917a5fd3c643fallbacks_media_attributes 
  AND translation6917a5fd3c643fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3c643fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd3c64fproductStream ON translation6917a5fd3c64fproductStream.objecttype = : translation6917a5fd3c64fproductStream 
  AND translation6917a5fd3c64fproductStream.objectkey = stream.id 
  AND translation6917a5fd3c64fproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3c659fallbackproductStream ON translation6917a5fd3c659fallbackproductStream.objecttype = : translation6917a5fd3c659fallbackproductStream 
  AND translation6917a5fd3c659fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd3c659fallbackproductStream.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
  ":translation6917a5fd3c616s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd3c62bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd3c639s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd3c643fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd3c64fproductStream" => "productStream"
  ":translation6917a5fd3c659fallbackproductStream" => "productStream"
  ":translation6917a5fd3c662category" => "category"
  ":translation6917a5fd3c669fallbackcategory" => "category"
]
0.0045 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 20
]
0.0007 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 @1763157501 {#2418
    date: 2025-11-14 22:58:21.253150 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2418}
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd3e735s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd3e749fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd3e757s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd3e761fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd3e76cproductStream.objectdata as __stream_translation, 
  translation6917a5fd3e775fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd3e77fcategory.objectdata as __category_translation, 
  translation6917a5fd3e786fallbackcategory.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 translation6917a5fd3e77fcategory ON translation6917a5fd3e77fcategory.objecttype = : translation6917a5fd3e77fcategory 
  AND translation6917a5fd3e77fcategory.objectkey = category.id 
  AND translation6917a5fd3e77fcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3e786fallbackcategory ON translation6917a5fd3e786fallbackcategory.objecttype = : translation6917a5fd3e786fallbackcategory 
  AND translation6917a5fd3e786fallbackcategory.objectkey = category.id 
  AND translation6917a5fd3e786fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd3e735s_categories_attributes ON translation6917a5fd3e735s_categories_attributes.objecttype = : translation6917a5fd3e735s_categories_attributes 
  AND translation6917a5fd3e735s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3e735s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3e749fallbacks_categories_attributes ON translation6917a5fd3e749fallbacks_categories_attributes.objecttype = : translation6917a5fd3e749fallbacks_categories_attributes 
  AND translation6917a5fd3e749fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd3e749fallbacks_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 translation6917a5fd3e757s_media_attributes ON translation6917a5fd3e757s_media_attributes.objecttype = : translation6917a5fd3e757s_media_attributes 
  AND translation6917a5fd3e757s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3e757s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3e761fallbacks_media_attributes ON translation6917a5fd3e761fallbacks_media_attributes.objecttype = : translation6917a5fd3e761fallbacks_media_attributes 
  AND translation6917a5fd3e761fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd3e761fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd3e76cproductStream ON translation6917a5fd3e76cproductStream.objecttype = : translation6917a5fd3e76cproductStream 
  AND translation6917a5fd3e76cproductStream.objectkey = stream.id 
  AND translation6917a5fd3e76cproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd3e775fallbackproductStream ON translation6917a5fd3e775fallbackproductStream.objecttype = : translation6917a5fd3e775fallbackproductStream 
  AND translation6917a5fd3e775fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd3e775fallbackproductStream.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
  ":translation6917a5fd3e735s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd3e749fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd3e757s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd3e761fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd3e76cproductStream" => "productStream"
  ":translation6917a5fd3e775fallbackproductStream" => "productStream"
  ":translation6917a5fd3e77fcategory" => "category"
  ":translation6917a5fd3e786fallbackcategory" => "category"
]
0.0045 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 21
]
0.0007 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 @1763157501 {#2419
    date: 2025-11-14 22:58:21.261657 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2419}
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd408d4s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd408e8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd408f6s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd40900fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4090bproductStream.objectdata as __stream_translation, 
  translation6917a5fd40915fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4091ecategory.objectdata as __category_translation, 
  translation6917a5fd40925fallbackcategory.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 translation6917a5fd4091ecategory ON translation6917a5fd4091ecategory.objecttype = : translation6917a5fd4091ecategory 
  AND translation6917a5fd4091ecategory.objectkey = category.id 
  AND translation6917a5fd4091ecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd40925fallbackcategory ON translation6917a5fd40925fallbackcategory.objecttype = : translation6917a5fd40925fallbackcategory 
  AND translation6917a5fd40925fallbackcategory.objectkey = category.id 
  AND translation6917a5fd40925fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd408d4s_categories_attributes ON translation6917a5fd408d4s_categories_attributes.objecttype = : translation6917a5fd408d4s_categories_attributes 
  AND translation6917a5fd408d4s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd408d4s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd408e8fallbacks_categories_attributes ON translation6917a5fd408e8fallbacks_categories_attributes.objecttype = : translation6917a5fd408e8fallbacks_categories_attributes 
  AND translation6917a5fd408e8fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd408e8fallbacks_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 translation6917a5fd408f6s_media_attributes ON translation6917a5fd408f6s_media_attributes.objecttype = : translation6917a5fd408f6s_media_attributes 
  AND translation6917a5fd408f6s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd408f6s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd40900fallbacks_media_attributes ON translation6917a5fd40900fallbacks_media_attributes.objecttype = : translation6917a5fd40900fallbacks_media_attributes 
  AND translation6917a5fd40900fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd40900fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4090bproductStream ON translation6917a5fd4090bproductStream.objecttype = : translation6917a5fd4090bproductStream 
  AND translation6917a5fd4090bproductStream.objectkey = stream.id 
  AND translation6917a5fd4090bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd40915fallbackproductStream ON translation6917a5fd40915fallbackproductStream.objecttype = : translation6917a5fd40915fallbackproductStream 
  AND translation6917a5fd40915fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd40915fallbackproductStream.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
  ":translation6917a5fd408d4s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd408e8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd408f6s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd40900fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4090bproductStream" => "productStream"
  ":translation6917a5fd40915fallbackproductStream" => "productStream"
  ":translation6917a5fd4091ecategory" => "category"
  ":translation6917a5fd40925fallbackcategory" => "category"
]
0.0045 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, 
  translation6917a5fd41e2as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd41e3efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd41e4ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd41e57fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd41e62productStream.objectdata as __stream_translation, 
  translation6917a5fd41e6cfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd41e75category.objectdata as __category_translation, 
  translation6917a5fd41e7dfallbackcategory.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 translation6917a5fd41e75category ON translation6917a5fd41e75category.objecttype = : translation6917a5fd41e75category 
  AND translation6917a5fd41e75category.objectkey = category.id 
  AND translation6917a5fd41e75category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd41e7dfallbackcategory ON translation6917a5fd41e7dfallbackcategory.objecttype = : translation6917a5fd41e7dfallbackcategory 
  AND translation6917a5fd41e7dfallbackcategory.objectkey = category.id 
  AND translation6917a5fd41e7dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd41e2as_categories_attributes ON translation6917a5fd41e2as_categories_attributes.objecttype = : translation6917a5fd41e2as_categories_attributes 
  AND translation6917a5fd41e2as_categories_attributes.objectkey = category.id 
  AND translation6917a5fd41e2as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd41e3efallbacks_categories_attributes ON translation6917a5fd41e3efallbacks_categories_attributes.objecttype = : translation6917a5fd41e3efallbacks_categories_attributes 
  AND translation6917a5fd41e3efallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd41e3efallbacks_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 translation6917a5fd41e4ds_media_attributes ON translation6917a5fd41e4ds_media_attributes.objecttype = : translation6917a5fd41e4ds_media_attributes 
  AND translation6917a5fd41e4ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd41e4ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd41e57fallbacks_media_attributes ON translation6917a5fd41e57fallbacks_media_attributes.objecttype = : translation6917a5fd41e57fallbacks_media_attributes 
  AND translation6917a5fd41e57fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd41e57fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd41e62productStream ON translation6917a5fd41e62productStream.objecttype = : translation6917a5fd41e62productStream 
  AND translation6917a5fd41e62productStream.objectkey = stream.id 
  AND translation6917a5fd41e62productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd41e6cfallbackproductStream ON translation6917a5fd41e6cfallbackproductStream.objecttype = : translation6917a5fd41e6cfallbackproductStream 
  AND translation6917a5fd41e6cfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd41e6cfallbackproductStream.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
  ":translation6917a5fd41e2as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd41e3efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd41e4ds_media_attributes" => "s_media_attributes"
  ":translation6917a5fd41e57fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd41e62productStream" => "productStream"
  ":translation6917a5fd41e6cfallbackproductStream" => "productStream"
  ":translation6917a5fd41e75category" => "category"
  ":translation6917a5fd41e7dfallbackcategory" => "category"
]
0.0038 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 22
]
0.0005 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.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 @1763157501 {#2420
    date: 2025-11-14 22:58:21.274666 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2420}
]
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, 
  translation6917a5fd43835s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd43843fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4384ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd43853fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4385bproductStream.objectdata as __stream_translation, 
  translation6917a5fd43861fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd43868category.objectdata as __category_translation, 
  translation6917a5fd4386dfallbackcategory.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 translation6917a5fd43868category ON translation6917a5fd43868category.objecttype = : translation6917a5fd43868category 
  AND translation6917a5fd43868category.objectkey = category.id 
  AND translation6917a5fd43868category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4386dfallbackcategory ON translation6917a5fd4386dfallbackcategory.objecttype = : translation6917a5fd4386dfallbackcategory 
  AND translation6917a5fd4386dfallbackcategory.objectkey = category.id 
  AND translation6917a5fd4386dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd43835s_categories_attributes ON translation6917a5fd43835s_categories_attributes.objecttype = : translation6917a5fd43835s_categories_attributes 
  AND translation6917a5fd43835s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd43835s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd43843fallbacks_categories_attributes ON translation6917a5fd43843fallbacks_categories_attributes.objecttype = : translation6917a5fd43843fallbacks_categories_attributes 
  AND translation6917a5fd43843fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd43843fallbacks_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 translation6917a5fd4384ds_media_attributes ON translation6917a5fd4384ds_media_attributes.objecttype = : translation6917a5fd4384ds_media_attributes 
  AND translation6917a5fd4384ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4384ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd43853fallbacks_media_attributes ON translation6917a5fd43853fallbacks_media_attributes.objecttype = : translation6917a5fd43853fallbacks_media_attributes 
  AND translation6917a5fd43853fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd43853fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4385bproductStream ON translation6917a5fd4385bproductStream.objecttype = : translation6917a5fd4385bproductStream 
  AND translation6917a5fd4385bproductStream.objectkey = stream.id 
  AND translation6917a5fd4385bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd43861fallbackproductStream ON translation6917a5fd43861fallbackproductStream.objecttype = : translation6917a5fd43861fallbackproductStream 
  AND translation6917a5fd43861fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd43861fallbackproductStream.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
  ":translation6917a5fd43835s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd43843fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4384ds_media_attributes" => "s_media_attributes"
  ":translation6917a5fd43853fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4385bproductStream" => "productStream"
  ":translation6917a5fd43861fallbackproductStream" => "productStream"
  ":translation6917a5fd43868category" => "category"
  ":translation6917a5fd4386dfallbackcategory" => "category"
]
0.0032 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, 
  translation6917a5fd44767s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd44774fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4477es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd44784fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4478cproductStream.objectdata as __stream_translation, 
  translation6917a5fd44792fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd44798category.objectdata as __category_translation, 
  translation6917a5fd4479dfallbackcategory.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 translation6917a5fd44798category ON translation6917a5fd44798category.objecttype = : translation6917a5fd44798category 
  AND translation6917a5fd44798category.objectkey = category.id 
  AND translation6917a5fd44798category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4479dfallbackcategory ON translation6917a5fd4479dfallbackcategory.objecttype = : translation6917a5fd4479dfallbackcategory 
  AND translation6917a5fd4479dfallbackcategory.objectkey = category.id 
  AND translation6917a5fd4479dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd44767s_categories_attributes ON translation6917a5fd44767s_categories_attributes.objecttype = : translation6917a5fd44767s_categories_attributes 
  AND translation6917a5fd44767s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd44767s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd44774fallbacks_categories_attributes ON translation6917a5fd44774fallbacks_categories_attributes.objecttype = : translation6917a5fd44774fallbacks_categories_attributes 
  AND translation6917a5fd44774fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd44774fallbacks_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 translation6917a5fd4477es_media_attributes ON translation6917a5fd4477es_media_attributes.objecttype = : translation6917a5fd4477es_media_attributes 
  AND translation6917a5fd4477es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4477es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd44784fallbacks_media_attributes ON translation6917a5fd44784fallbacks_media_attributes.objecttype = : translation6917a5fd44784fallbacks_media_attributes 
  AND translation6917a5fd44784fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd44784fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4478cproductStream ON translation6917a5fd4478cproductStream.objecttype = : translation6917a5fd4478cproductStream 
  AND translation6917a5fd4478cproductStream.objectkey = stream.id 
  AND translation6917a5fd4478cproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd44792fallbackproductStream ON translation6917a5fd44792fallbackproductStream.objecttype = : translation6917a5fd44792fallbackproductStream 
  AND translation6917a5fd44792fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd44792fallbackproductStream.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
  ":translation6917a5fd44767s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd44774fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4477es_media_attributes" => "s_media_attributes"
  ":translation6917a5fd44784fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4478cproductStream" => "productStream"
  ":translation6917a5fd44792fallbackproductStream" => "productStream"
  ":translation6917a5fd44798category" => "category"
  ":translation6917a5fd4479dfallbackcategory" => "category"
]
0.0028 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 23
]
0.0004 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 @1763157501 {#2421
    date: 2025-11-14 22:58:21.283995 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2421}
]
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, 
  translation6917a5fd45be2s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd45becfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd45bf3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd45bf8fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd45bfeproductStream.objectdata as __stream_translation, 
  translation6917a5fd45c03fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd45c07category.objectdata as __category_translation, 
  translation6917a5fd45c0bfallbackcategory.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 translation6917a5fd45c07category ON translation6917a5fd45c07category.objecttype = : translation6917a5fd45c07category 
  AND translation6917a5fd45c07category.objectkey = category.id 
  AND translation6917a5fd45c07category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd45c0bfallbackcategory ON translation6917a5fd45c0bfallbackcategory.objecttype = : translation6917a5fd45c0bfallbackcategory 
  AND translation6917a5fd45c0bfallbackcategory.objectkey = category.id 
  AND translation6917a5fd45c0bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd45be2s_categories_attributes ON translation6917a5fd45be2s_categories_attributes.objecttype = : translation6917a5fd45be2s_categories_attributes 
  AND translation6917a5fd45be2s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd45be2s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd45becfallbacks_categories_attributes ON translation6917a5fd45becfallbacks_categories_attributes.objecttype = : translation6917a5fd45becfallbacks_categories_attributes 
  AND translation6917a5fd45becfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd45becfallbacks_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 translation6917a5fd45bf3s_media_attributes ON translation6917a5fd45bf3s_media_attributes.objecttype = : translation6917a5fd45bf3s_media_attributes 
  AND translation6917a5fd45bf3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd45bf3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd45bf8fallbacks_media_attributes ON translation6917a5fd45bf8fallbacks_media_attributes.objecttype = : translation6917a5fd45bf8fallbacks_media_attributes 
  AND translation6917a5fd45bf8fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd45bf8fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd45bfeproductStream ON translation6917a5fd45bfeproductStream.objecttype = : translation6917a5fd45bfeproductStream 
  AND translation6917a5fd45bfeproductStream.objectkey = stream.id 
  AND translation6917a5fd45bfeproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd45c03fallbackproductStream ON translation6917a5fd45c03fallbackproductStream.objecttype = : translation6917a5fd45c03fallbackproductStream 
  AND translation6917a5fd45c03fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd45c03fallbackproductStream.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
  ":translation6917a5fd45be2s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd45becfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd45bf3s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd45bf8fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd45bfeproductStream" => "productStream"
  ":translation6917a5fd45c03fallbackproductStream" => "productStream"
  ":translation6917a5fd45c07category" => "category"
  ":translation6917a5fd45c0bfallbackcategory" => "category"
]
0.0025 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, 
  translation6917a5fd46736s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4673ffallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd46745s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd46748fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4674dproductStream.objectdata as __stream_translation, 
  translation6917a5fd46750fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd46754category.objectdata as __category_translation, 
  translation6917a5fd46757fallbackcategory.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 translation6917a5fd46754category ON translation6917a5fd46754category.objecttype = : translation6917a5fd46754category 
  AND translation6917a5fd46754category.objectkey = category.id 
  AND translation6917a5fd46754category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd46757fallbackcategory ON translation6917a5fd46757fallbackcategory.objecttype = : translation6917a5fd46757fallbackcategory 
  AND translation6917a5fd46757fallbackcategory.objectkey = category.id 
  AND translation6917a5fd46757fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd46736s_categories_attributes ON translation6917a5fd46736s_categories_attributes.objecttype = : translation6917a5fd46736s_categories_attributes 
  AND translation6917a5fd46736s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd46736s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4673ffallbacks_categories_attributes ON translation6917a5fd4673ffallbacks_categories_attributes.objecttype = : translation6917a5fd4673ffallbacks_categories_attributes 
  AND translation6917a5fd4673ffallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4673ffallbacks_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 translation6917a5fd46745s_media_attributes ON translation6917a5fd46745s_media_attributes.objecttype = : translation6917a5fd46745s_media_attributes 
  AND translation6917a5fd46745s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd46745s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd46748fallbacks_media_attributes ON translation6917a5fd46748fallbacks_media_attributes.objecttype = : translation6917a5fd46748fallbacks_media_attributes 
  AND translation6917a5fd46748fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd46748fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4674dproductStream ON translation6917a5fd4674dproductStream.objecttype = : translation6917a5fd4674dproductStream 
  AND translation6917a5fd4674dproductStream.objectkey = stream.id 
  AND translation6917a5fd4674dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd46750fallbackproductStream ON translation6917a5fd46750fallbackproductStream.objecttype = : translation6917a5fd46750fallbackproductStream 
  AND translation6917a5fd46750fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd46750fallbackproductStream.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
  ":translation6917a5fd46736s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4673ffallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd46745s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd46748fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4674dproductStream" => "productStream"
  ":translation6917a5fd46750fallbackproductStream" => "productStream"
  ":translation6917a5fd46754category" => "category"
  ":translation6917a5fd46757fallbackcategory" => "category"
]
0.0019 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 24
]
0.0003 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 @1763157501 {#2422
    date: 2025-11-14 22:58:21.291016 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2422}
]
0.0005 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 25
]
0.0003 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 @1763157501 {#2423
    date: 2025-11-14 22:58:21.292292 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2423}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 26
]
0.0003 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 @1763157501 {#2424
    date: 2025-11-14 22:58:21.293369 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2424}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 27
]
0.0003 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 @1763157501 {#2425
    date: 2025-11-14 22:58:21.294443 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2425}
]
0.0005 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 28
]
0.0003 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 @1763157501 {#2426
    date: 2025-11-14 22:58:21.295538 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2426}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd48602s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd48608fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4860ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd48610fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd48614productStream.objectdata as __stream_translation, 
  translation6917a5fd48617fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4861acategory.objectdata as __category_translation, 
  translation6917a5fd4861dfallbackcategory.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 translation6917a5fd4861acategory ON translation6917a5fd4861acategory.objecttype = : translation6917a5fd4861acategory 
  AND translation6917a5fd4861acategory.objectkey = category.id 
  AND translation6917a5fd4861acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4861dfallbackcategory ON translation6917a5fd4861dfallbackcategory.objecttype = : translation6917a5fd4861dfallbackcategory 
  AND translation6917a5fd4861dfallbackcategory.objectkey = category.id 
  AND translation6917a5fd4861dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd48602s_categories_attributes ON translation6917a5fd48602s_categories_attributes.objecttype = : translation6917a5fd48602s_categories_attributes 
  AND translation6917a5fd48602s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd48602s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48608fallbacks_categories_attributes ON translation6917a5fd48608fallbacks_categories_attributes.objecttype = : translation6917a5fd48608fallbacks_categories_attributes 
  AND translation6917a5fd48608fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd48608fallbacks_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 translation6917a5fd4860ds_media_attributes ON translation6917a5fd4860ds_media_attributes.objecttype = : translation6917a5fd4860ds_media_attributes 
  AND translation6917a5fd4860ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4860ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48610fallbacks_media_attributes ON translation6917a5fd48610fallbacks_media_attributes.objecttype = : translation6917a5fd48610fallbacks_media_attributes 
  AND translation6917a5fd48610fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd48610fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd48614productStream ON translation6917a5fd48614productStream.objecttype = : translation6917a5fd48614productStream 
  AND translation6917a5fd48614productStream.objectkey = stream.id 
  AND translation6917a5fd48614productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48617fallbackproductStream ON translation6917a5fd48617fallbackproductStream.objecttype = : translation6917a5fd48617fallbackproductStream 
  AND translation6917a5fd48617fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd48617fallbackproductStream.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
  ":translation6917a5fd48602s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd48608fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4860ds_media_attributes" => "s_media_attributes"
  ":translation6917a5fd48610fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd48614productStream" => "productStream"
  ":translation6917a5fd48617fallbackproductStream" => "productStream"
  ":translation6917a5fd4861acategory" => "category"
  ":translation6917a5fd4861dfallbackcategory" => "category"
]
0.0015 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, 
  translation6917a5fd48ce1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd48ce7fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd48cebs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd48ceefallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd48cf1productStream.objectdata as __stream_translation, 
  translation6917a5fd48cf4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd48cf7category.objectdata as __category_translation, 
  translation6917a5fd48cf9fallbackcategory.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 translation6917a5fd48cf7category ON translation6917a5fd48cf7category.objecttype = : translation6917a5fd48cf7category 
  AND translation6917a5fd48cf7category.objectkey = category.id 
  AND translation6917a5fd48cf7category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48cf9fallbackcategory ON translation6917a5fd48cf9fallbackcategory.objecttype = : translation6917a5fd48cf9fallbackcategory 
  AND translation6917a5fd48cf9fallbackcategory.objectkey = category.id 
  AND translation6917a5fd48cf9fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd48ce1s_categories_attributes ON translation6917a5fd48ce1s_categories_attributes.objecttype = : translation6917a5fd48ce1s_categories_attributes 
  AND translation6917a5fd48ce1s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd48ce1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48ce7fallbacks_categories_attributes ON translation6917a5fd48ce7fallbacks_categories_attributes.objecttype = : translation6917a5fd48ce7fallbacks_categories_attributes 
  AND translation6917a5fd48ce7fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd48ce7fallbacks_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 translation6917a5fd48cebs_media_attributes ON translation6917a5fd48cebs_media_attributes.objecttype = : translation6917a5fd48cebs_media_attributes 
  AND translation6917a5fd48cebs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd48cebs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48ceefallbacks_media_attributes ON translation6917a5fd48ceefallbacks_media_attributes.objecttype = : translation6917a5fd48ceefallbacks_media_attributes 
  AND translation6917a5fd48ceefallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd48ceefallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd48cf1productStream ON translation6917a5fd48cf1productStream.objecttype = : translation6917a5fd48cf1productStream 
  AND translation6917a5fd48cf1productStream.objectkey = stream.id 
  AND translation6917a5fd48cf1productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd48cf4fallbackproductStream ON translation6917a5fd48cf4fallbackproductStream.objecttype = : translation6917a5fd48cf4fallbackproductStream 
  AND translation6917a5fd48cf4fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd48cf4fallbackproductStream.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
  ":translation6917a5fd48ce1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd48ce7fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd48cebs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd48ceefallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd48cf1productStream" => "productStream"
  ":translation6917a5fd48cf4fallbackproductStream" => "productStream"
  ":translation6917a5fd48cf7category" => "category"
  ":translation6917a5fd48cf9fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2427
    date: 2025-11-14 22:58:21.299963 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2427}
]
0.0004 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 @1763157501 {#2428
    date: 2025-11-14 22:58:21.300893 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2428}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 31
]
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 => 32
  1 => DateTime @1763157501 {#2429
    date: 2025-11-14 22:58:21.301828 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2429}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 32
]
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 => 33
  1 => DateTime @1763157501 {#2430
    date: 2025-11-14 22:58:21.302783 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2430}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 33
]
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 => 34
  1 => DateTime @1763157501 {#2431
    date: 2025-11-14 22:58:21.303673 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2431}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd4a54as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4a550fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4a554s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd4a557fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4a55bproductStream.objectdata as __stream_translation, 
  translation6917a5fd4a55efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4a560category.objectdata as __category_translation, 
  translation6917a5fd4a562fallbackcategory.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 translation6917a5fd4a560category ON translation6917a5fd4a560category.objecttype = : translation6917a5fd4a560category 
  AND translation6917a5fd4a560category.objectkey = category.id 
  AND translation6917a5fd4a560category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4a562fallbackcategory ON translation6917a5fd4a562fallbackcategory.objecttype = : translation6917a5fd4a562fallbackcategory 
  AND translation6917a5fd4a562fallbackcategory.objectkey = category.id 
  AND translation6917a5fd4a562fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd4a54as_categories_attributes ON translation6917a5fd4a54as_categories_attributes.objecttype = : translation6917a5fd4a54as_categories_attributes 
  AND translation6917a5fd4a54as_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4a54as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4a550fallbacks_categories_attributes ON translation6917a5fd4a550fallbacks_categories_attributes.objecttype = : translation6917a5fd4a550fallbacks_categories_attributes 
  AND translation6917a5fd4a550fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4a550fallbacks_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 translation6917a5fd4a554s_media_attributes ON translation6917a5fd4a554s_media_attributes.objecttype = : translation6917a5fd4a554s_media_attributes 
  AND translation6917a5fd4a554s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4a554s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4a557fallbacks_media_attributes ON translation6917a5fd4a557fallbacks_media_attributes.objecttype = : translation6917a5fd4a557fallbacks_media_attributes 
  AND translation6917a5fd4a557fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4a557fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4a55bproductStream ON translation6917a5fd4a55bproductStream.objecttype = : translation6917a5fd4a55bproductStream 
  AND translation6917a5fd4a55bproductStream.objectkey = stream.id 
  AND translation6917a5fd4a55bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4a55efallbackproductStream ON translation6917a5fd4a55efallbackproductStream.objecttype = : translation6917a5fd4a55efallbackproductStream 
  AND translation6917a5fd4a55efallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd4a55efallbackproductStream.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
  ":translation6917a5fd4a54as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4a550fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4a554s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4a557fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4a55bproductStream" => "productStream"
  ":translation6917a5fd4a55efallbackproductStream" => "productStream"
  ":translation6917a5fd4a560category" => "category"
  ":translation6917a5fd4a562fallbackcategory" => "category"
]
0.0014 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd4aba3s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4aba9fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4abads_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd4abb0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4abb3productStream.objectdata as __stream_translation, 
  translation6917a5fd4abb6fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4abb8category.objectdata as __category_translation, 
  translation6917a5fd4abbbfallbackcategory.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 translation6917a5fd4abb8category ON translation6917a5fd4abb8category.objecttype = : translation6917a5fd4abb8category 
  AND translation6917a5fd4abb8category.objectkey = category.id 
  AND translation6917a5fd4abb8category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4abbbfallbackcategory ON translation6917a5fd4abbbfallbackcategory.objecttype = : translation6917a5fd4abbbfallbackcategory 
  AND translation6917a5fd4abbbfallbackcategory.objectkey = category.id 
  AND translation6917a5fd4abbbfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd4aba3s_categories_attributes ON translation6917a5fd4aba3s_categories_attributes.objecttype = : translation6917a5fd4aba3s_categories_attributes 
  AND translation6917a5fd4aba3s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4aba3s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4aba9fallbacks_categories_attributes ON translation6917a5fd4aba9fallbacks_categories_attributes.objecttype = : translation6917a5fd4aba9fallbacks_categories_attributes 
  AND translation6917a5fd4aba9fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4aba9fallbacks_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 translation6917a5fd4abads_media_attributes ON translation6917a5fd4abads_media_attributes.objecttype = : translation6917a5fd4abads_media_attributes 
  AND translation6917a5fd4abads_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4abads_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4abb0fallbacks_media_attributes ON translation6917a5fd4abb0fallbacks_media_attributes.objecttype = : translation6917a5fd4abb0fallbacks_media_attributes 
  AND translation6917a5fd4abb0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4abb0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4abb3productStream ON translation6917a5fd4abb3productStream.objecttype = : translation6917a5fd4abb3productStream 
  AND translation6917a5fd4abb3productStream.objectkey = stream.id 
  AND translation6917a5fd4abb3productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4abb6fallbackproductStream ON translation6917a5fd4abb6fallbackproductStream.objecttype = : translation6917a5fd4abb6fallbackproductStream 
  AND translation6917a5fd4abb6fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd4abb6fallbackproductStream.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
  ":translation6917a5fd4aba3s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4aba9fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4abads_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4abb0fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4abb3productStream" => "productStream"
  ":translation6917a5fd4abb6fallbackproductStream" => "productStream"
  ":translation6917a5fd4abb8category" => "category"
  ":translation6917a5fd4abbbfallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2432
    date: 2025-11-14 22:58:21.307843 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2432}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 35
]
0.0002 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 36
  1 => DateTime @1763157501 {#2433
    date: 2025-11-14 22:58:21.308778 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2433}
]
0.0004 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 @1763157501 {#2434
    date: 2025-11-14 22:58:21.309709 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2434}
]
0.0004 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 @1763157501 {#2435
    date: 2025-11-14 22:58:21.310642 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2435}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 38
]
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 => 39
  1 => DateTime @1763157501 {#2436
    date: 2025-11-14 22:58:21.311588 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2436}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd4c43as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4c440fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4c444s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd4c447fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4c44aproductStream.objectdata as __stream_translation, 
  translation6917a5fd4c44dfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4c44fcategory.objectdata as __category_translation, 
  translation6917a5fd4c452fallbackcategory.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 translation6917a5fd4c44fcategory ON translation6917a5fd4c44fcategory.objecttype = : translation6917a5fd4c44fcategory 
  AND translation6917a5fd4c44fcategory.objectkey = category.id 
  AND translation6917a5fd4c44fcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4c452fallbackcategory ON translation6917a5fd4c452fallbackcategory.objecttype = : translation6917a5fd4c452fallbackcategory 
  AND translation6917a5fd4c452fallbackcategory.objectkey = category.id 
  AND translation6917a5fd4c452fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd4c43as_categories_attributes ON translation6917a5fd4c43as_categories_attributes.objecttype = : translation6917a5fd4c43as_categories_attributes 
  AND translation6917a5fd4c43as_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4c43as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4c440fallbacks_categories_attributes ON translation6917a5fd4c440fallbacks_categories_attributes.objecttype = : translation6917a5fd4c440fallbacks_categories_attributes 
  AND translation6917a5fd4c440fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4c440fallbacks_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 translation6917a5fd4c444s_media_attributes ON translation6917a5fd4c444s_media_attributes.objecttype = : translation6917a5fd4c444s_media_attributes 
  AND translation6917a5fd4c444s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4c444s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4c447fallbacks_media_attributes ON translation6917a5fd4c447fallbacks_media_attributes.objecttype = : translation6917a5fd4c447fallbacks_media_attributes 
  AND translation6917a5fd4c447fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4c447fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4c44aproductStream ON translation6917a5fd4c44aproductStream.objecttype = : translation6917a5fd4c44aproductStream 
  AND translation6917a5fd4c44aproductStream.objectkey = stream.id 
  AND translation6917a5fd4c44aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4c44dfallbackproductStream ON translation6917a5fd4c44dfallbackproductStream.objecttype = : translation6917a5fd4c44dfallbackproductStream 
  AND translation6917a5fd4c44dfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd4c44dfallbackproductStream.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
  ":translation6917a5fd4c43as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4c440fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4c444s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4c447fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4c44aproductStream" => "productStream"
  ":translation6917a5fd4c44dfallbackproductStream" => "productStream"
  ":translation6917a5fd4c44fcategory" => "category"
  ":translation6917a5fd4c452fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd4ca8bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4ca91fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4ca95s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd4ca98fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4ca9bproductStream.objectdata as __stream_translation, 
  translation6917a5fd4ca9efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4caa1category.objectdata as __category_translation, 
  translation6917a5fd4caa3fallbackcategory.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 translation6917a5fd4caa1category ON translation6917a5fd4caa1category.objecttype = : translation6917a5fd4caa1category 
  AND translation6917a5fd4caa1category.objectkey = category.id 
  AND translation6917a5fd4caa1category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4caa3fallbackcategory ON translation6917a5fd4caa3fallbackcategory.objecttype = : translation6917a5fd4caa3fallbackcategory 
  AND translation6917a5fd4caa3fallbackcategory.objectkey = category.id 
  AND translation6917a5fd4caa3fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd4ca8bs_categories_attributes ON translation6917a5fd4ca8bs_categories_attributes.objecttype = : translation6917a5fd4ca8bs_categories_attributes 
  AND translation6917a5fd4ca8bs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4ca8bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4ca91fallbacks_categories_attributes ON translation6917a5fd4ca91fallbacks_categories_attributes.objecttype = : translation6917a5fd4ca91fallbacks_categories_attributes 
  AND translation6917a5fd4ca91fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4ca91fallbacks_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 translation6917a5fd4ca95s_media_attributes ON translation6917a5fd4ca95s_media_attributes.objecttype = : translation6917a5fd4ca95s_media_attributes 
  AND translation6917a5fd4ca95s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4ca95s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4ca98fallbacks_media_attributes ON translation6917a5fd4ca98fallbacks_media_attributes.objecttype = : translation6917a5fd4ca98fallbacks_media_attributes 
  AND translation6917a5fd4ca98fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4ca98fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4ca9bproductStream ON translation6917a5fd4ca9bproductStream.objecttype = : translation6917a5fd4ca9bproductStream 
  AND translation6917a5fd4ca9bproductStream.objectkey = stream.id 
  AND translation6917a5fd4ca9bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4ca9efallbackproductStream ON translation6917a5fd4ca9efallbackproductStream.objecttype = : translation6917a5fd4ca9efallbackproductStream 
  AND translation6917a5fd4ca9efallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd4ca9efallbackproductStream.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
  ":translation6917a5fd4ca8bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4ca91fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4ca95s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4ca98fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4ca9bproductStream" => "productStream"
  ":translation6917a5fd4ca9efallbackproductStream" => "productStream"
  ":translation6917a5fd4caa1category" => "category"
  ":translation6917a5fd4caa3fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2437
    date: 2025-11-14 22:58:21.315754 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2437}
]
0.0004 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 @1763157501 {#2438
    date: 2025-11-14 22:58:21.316695 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2438}
]
0.0004 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 @1763157501 {#2439
    date: 2025-11-14 22:58:21.317598 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2439}
]
0.0004 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 @1763157501 {#2440
    date: 2025-11-14 22:58:21.318529 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2440}
]
0.0004 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 @1763157501 {#2441
    date: 2025-11-14 22:58:21.319472 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2441}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd4e312s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4e318fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4e31cs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd4e31ffallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4e323productStream.objectdata as __stream_translation, 
  translation6917a5fd4e326fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4e328category.objectdata as __category_translation, 
  translation6917a5fd4e32afallbackcategory.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 translation6917a5fd4e328category ON translation6917a5fd4e328category.objecttype = : translation6917a5fd4e328category 
  AND translation6917a5fd4e328category.objectkey = category.id 
  AND translation6917a5fd4e328category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e32afallbackcategory ON translation6917a5fd4e32afallbackcategory.objecttype = : translation6917a5fd4e32afallbackcategory 
  AND translation6917a5fd4e32afallbackcategory.objectkey = category.id 
  AND translation6917a5fd4e32afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd4e312s_categories_attributes ON translation6917a5fd4e312s_categories_attributes.objecttype = : translation6917a5fd4e312s_categories_attributes 
  AND translation6917a5fd4e312s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4e312s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e318fallbacks_categories_attributes ON translation6917a5fd4e318fallbacks_categories_attributes.objecttype = : translation6917a5fd4e318fallbacks_categories_attributes 
  AND translation6917a5fd4e318fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4e318fallbacks_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 translation6917a5fd4e31cs_media_attributes ON translation6917a5fd4e31cs_media_attributes.objecttype = : translation6917a5fd4e31cs_media_attributes 
  AND translation6917a5fd4e31cs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4e31cs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e31ffallbacks_media_attributes ON translation6917a5fd4e31ffallbacks_media_attributes.objecttype = : translation6917a5fd4e31ffallbacks_media_attributes 
  AND translation6917a5fd4e31ffallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4e31ffallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4e323productStream ON translation6917a5fd4e323productStream.objecttype = : translation6917a5fd4e323productStream 
  AND translation6917a5fd4e323productStream.objectkey = stream.id 
  AND translation6917a5fd4e323productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e326fallbackproductStream ON translation6917a5fd4e326fallbackproductStream.objecttype = : translation6917a5fd4e326fallbackproductStream 
  AND translation6917a5fd4e326fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd4e326fallbackproductStream.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
  ":translation6917a5fd4e312s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4e318fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4e31cs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4e31ffallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4e323productStream" => "productStream"
  ":translation6917a5fd4e326fallbackproductStream" => "productStream"
  ":translation6917a5fd4e328category" => "category"
  ":translation6917a5fd4e32afallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd4e950s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd4e956fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd4e95as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd4e95dfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd4e960productStream.objectdata as __stream_translation, 
  translation6917a5fd4e963fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd4e966category.objectdata as __category_translation, 
  translation6917a5fd4e968fallbackcategory.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 translation6917a5fd4e966category ON translation6917a5fd4e966category.objecttype = : translation6917a5fd4e966category 
  AND translation6917a5fd4e966category.objectkey = category.id 
  AND translation6917a5fd4e966category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e968fallbackcategory ON translation6917a5fd4e968fallbackcategory.objecttype = : translation6917a5fd4e968fallbackcategory 
  AND translation6917a5fd4e968fallbackcategory.objectkey = category.id 
  AND translation6917a5fd4e968fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd4e950s_categories_attributes ON translation6917a5fd4e950s_categories_attributes.objecttype = : translation6917a5fd4e950s_categories_attributes 
  AND translation6917a5fd4e950s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4e950s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e956fallbacks_categories_attributes ON translation6917a5fd4e956fallbacks_categories_attributes.objecttype = : translation6917a5fd4e956fallbacks_categories_attributes 
  AND translation6917a5fd4e956fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd4e956fallbacks_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 translation6917a5fd4e95as_media_attributes ON translation6917a5fd4e95as_media_attributes.objecttype = : translation6917a5fd4e95as_media_attributes 
  AND translation6917a5fd4e95as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4e95as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e95dfallbacks_media_attributes ON translation6917a5fd4e95dfallbacks_media_attributes.objecttype = : translation6917a5fd4e95dfallbacks_media_attributes 
  AND translation6917a5fd4e95dfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd4e95dfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd4e960productStream ON translation6917a5fd4e960productStream.objecttype = : translation6917a5fd4e960productStream 
  AND translation6917a5fd4e960productStream.objectkey = stream.id 
  AND translation6917a5fd4e960productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd4e963fallbackproductStream ON translation6917a5fd4e963fallbackproductStream.objecttype = : translation6917a5fd4e963fallbackproductStream 
  AND translation6917a5fd4e963fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd4e963fallbackproductStream.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
  ":translation6917a5fd4e950s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd4e956fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd4e95as_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4e95dfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd4e960productStream" => "productStream"
  ":translation6917a5fd4e963fallbackproductStream" => "productStream"
  ":translation6917a5fd4e966category" => "category"
  ":translation6917a5fd4e968fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2442
    date: 2025-11-14 22:58:21.323613 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2442}
]
0.0004 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 @1763157501 {#2443
    date: 2025-11-14 22:58:21.324544 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2443}
]
0.0004 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 @1763157501 {#2444
    date: 2025-11-14 22:58:21.325460 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2444}
]
0.0004 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 @1763157501 {#2445
    date: 2025-11-14 22:58:21.326388 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2445}
]
0.0004 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 @1763157501 {#2446
    date: 2025-11-14 22:58:21.327317 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2446}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd501b1s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd501b7fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd501bbs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd501befallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd501c1productStream.objectdata as __stream_translation, 
  translation6917a5fd501c3fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd501c6category.objectdata as __category_translation, 
  translation6917a5fd501c8fallbackcategory.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 translation6917a5fd501c6category ON translation6917a5fd501c6category.objecttype = : translation6917a5fd501c6category 
  AND translation6917a5fd501c6category.objectkey = category.id 
  AND translation6917a5fd501c6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd501c8fallbackcategory ON translation6917a5fd501c8fallbackcategory.objecttype = : translation6917a5fd501c8fallbackcategory 
  AND translation6917a5fd501c8fallbackcategory.objectkey = category.id 
  AND translation6917a5fd501c8fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd501b1s_categories_attributes ON translation6917a5fd501b1s_categories_attributes.objecttype = : translation6917a5fd501b1s_categories_attributes 
  AND translation6917a5fd501b1s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd501b1s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd501b7fallbacks_categories_attributes ON translation6917a5fd501b7fallbacks_categories_attributes.objecttype = : translation6917a5fd501b7fallbacks_categories_attributes 
  AND translation6917a5fd501b7fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd501b7fallbacks_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 translation6917a5fd501bbs_media_attributes ON translation6917a5fd501bbs_media_attributes.objecttype = : translation6917a5fd501bbs_media_attributes 
  AND translation6917a5fd501bbs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd501bbs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd501befallbacks_media_attributes ON translation6917a5fd501befallbacks_media_attributes.objecttype = : translation6917a5fd501befallbacks_media_attributes 
  AND translation6917a5fd501befallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd501befallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd501c1productStream ON translation6917a5fd501c1productStream.objecttype = : translation6917a5fd501c1productStream 
  AND translation6917a5fd501c1productStream.objectkey = stream.id 
  AND translation6917a5fd501c1productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd501c3fallbackproductStream ON translation6917a5fd501c3fallbackproductStream.objecttype = : translation6917a5fd501c3fallbackproductStream 
  AND translation6917a5fd501c3fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd501c3fallbackproductStream.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
  ":translation6917a5fd501b1s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd501b7fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd501bbs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd501befallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd501c1productStream" => "productStream"
  ":translation6917a5fd501c3fallbackproductStream" => "productStream"
  ":translation6917a5fd501c6category" => "category"
  ":translation6917a5fd501c8fallbackcategory" => "category"
]
0.0014 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd50821s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd50827fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5082bs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5082dfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd50830productStream.objectdata as __stream_translation, 
  translation6917a5fd50833fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd50836category.objectdata as __category_translation, 
  translation6917a5fd50838fallbackcategory.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 translation6917a5fd50836category ON translation6917a5fd50836category.objecttype = : translation6917a5fd50836category 
  AND translation6917a5fd50836category.objectkey = category.id 
  AND translation6917a5fd50836category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd50838fallbackcategory ON translation6917a5fd50838fallbackcategory.objecttype = : translation6917a5fd50838fallbackcategory 
  AND translation6917a5fd50838fallbackcategory.objectkey = category.id 
  AND translation6917a5fd50838fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd50821s_categories_attributes ON translation6917a5fd50821s_categories_attributes.objecttype = : translation6917a5fd50821s_categories_attributes 
  AND translation6917a5fd50821s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd50821s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd50827fallbacks_categories_attributes ON translation6917a5fd50827fallbacks_categories_attributes.objecttype = : translation6917a5fd50827fallbacks_categories_attributes 
  AND translation6917a5fd50827fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd50827fallbacks_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 translation6917a5fd5082bs_media_attributes ON translation6917a5fd5082bs_media_attributes.objecttype = : translation6917a5fd5082bs_media_attributes 
  AND translation6917a5fd5082bs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5082bs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5082dfallbacks_media_attributes ON translation6917a5fd5082dfallbacks_media_attributes.objecttype = : translation6917a5fd5082dfallbacks_media_attributes 
  AND translation6917a5fd5082dfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5082dfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd50830productStream ON translation6917a5fd50830productStream.objecttype = : translation6917a5fd50830productStream 
  AND translation6917a5fd50830productStream.objectkey = stream.id 
  AND translation6917a5fd50830productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd50833fallbackproductStream ON translation6917a5fd50833fallbackproductStream.objecttype = : translation6917a5fd50833fallbackproductStream 
  AND translation6917a5fd50833fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd50833fallbackproductStream.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
  ":translation6917a5fd50821s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd50827fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5082bs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5082dfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd50830productStream" => "productStream"
  ":translation6917a5fd50833fallbackproductStream" => "productStream"
  ":translation6917a5fd50836category" => "category"
  ":translation6917a5fd50838fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2447
    date: 2025-11-14 22:58:21.331488 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2447}
]
0.0004 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 @1763157501 {#2448
    date: 2025-11-14 22:58:21.332427 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2448}
]
0.0004 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 51
]
0.0003 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 @1763157501 {#2449
    date: 2025-11-14 22:58:21.333372 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2449}
]
0.0004 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 @1763157501 {#2450
    date: 2025-11-14 22:58:21.334322 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2450}
]
0.0004 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 @1763157501 {#2451
    date: 2025-11-14 22:58:21.335257 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2451}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd520c7s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd520cdfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd520d1s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd520d4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd520d7productStream.objectdata as __stream_translation, 
  translation6917a5fd520dafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd520ddcategory.objectdata as __category_translation, 
  translation6917a5fd520dffallbackcategory.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 translation6917a5fd520ddcategory ON translation6917a5fd520ddcategory.objecttype = : translation6917a5fd520ddcategory 
  AND translation6917a5fd520ddcategory.objectkey = category.id 
  AND translation6917a5fd520ddcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd520dffallbackcategory ON translation6917a5fd520dffallbackcategory.objecttype = : translation6917a5fd520dffallbackcategory 
  AND translation6917a5fd520dffallbackcategory.objectkey = category.id 
  AND translation6917a5fd520dffallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd520c7s_categories_attributes ON translation6917a5fd520c7s_categories_attributes.objecttype = : translation6917a5fd520c7s_categories_attributes 
  AND translation6917a5fd520c7s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd520c7s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd520cdfallbacks_categories_attributes ON translation6917a5fd520cdfallbacks_categories_attributes.objecttype = : translation6917a5fd520cdfallbacks_categories_attributes 
  AND translation6917a5fd520cdfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd520cdfallbacks_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 translation6917a5fd520d1s_media_attributes ON translation6917a5fd520d1s_media_attributes.objecttype = : translation6917a5fd520d1s_media_attributes 
  AND translation6917a5fd520d1s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd520d1s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd520d4fallbacks_media_attributes ON translation6917a5fd520d4fallbacks_media_attributes.objecttype = : translation6917a5fd520d4fallbacks_media_attributes 
  AND translation6917a5fd520d4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd520d4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd520d7productStream ON translation6917a5fd520d7productStream.objecttype = : translation6917a5fd520d7productStream 
  AND translation6917a5fd520d7productStream.objectkey = stream.id 
  AND translation6917a5fd520d7productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd520dafallbackproductStream ON translation6917a5fd520dafallbackproductStream.objecttype = : translation6917a5fd520dafallbackproductStream 
  AND translation6917a5fd520dafallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd520dafallbackproductStream.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
  ":translation6917a5fd520c7s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd520cdfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd520d1s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd520d4fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd520d7productStream" => "productStream"
  ":translation6917a5fd520dafallbackproductStream" => "productStream"
  ":translation6917a5fd520ddcategory" => "category"
  ":translation6917a5fd520dffallbackcategory" => "category"
]
0.0014 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5275bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd52760fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd52764s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd52767fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5276aproductStream.objectdata as __stream_translation, 
  translation6917a5fd5276dfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd52770category.objectdata as __category_translation, 
  translation6917a5fd52772fallbackcategory.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 translation6917a5fd52770category ON translation6917a5fd52770category.objecttype = : translation6917a5fd52770category 
  AND translation6917a5fd52770category.objectkey = category.id 
  AND translation6917a5fd52770category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd52772fallbackcategory ON translation6917a5fd52772fallbackcategory.objecttype = : translation6917a5fd52772fallbackcategory 
  AND translation6917a5fd52772fallbackcategory.objectkey = category.id 
  AND translation6917a5fd52772fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5275bs_categories_attributes ON translation6917a5fd5275bs_categories_attributes.objecttype = : translation6917a5fd5275bs_categories_attributes 
  AND translation6917a5fd5275bs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5275bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd52760fallbacks_categories_attributes ON translation6917a5fd52760fallbacks_categories_attributes.objecttype = : translation6917a5fd52760fallbacks_categories_attributes 
  AND translation6917a5fd52760fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd52760fallbacks_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 translation6917a5fd52764s_media_attributes ON translation6917a5fd52764s_media_attributes.objecttype = : translation6917a5fd52764s_media_attributes 
  AND translation6917a5fd52764s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd52764s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd52767fallbacks_media_attributes ON translation6917a5fd52767fallbacks_media_attributes.objecttype = : translation6917a5fd52767fallbacks_media_attributes 
  AND translation6917a5fd52767fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd52767fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5276aproductStream ON translation6917a5fd5276aproductStream.objecttype = : translation6917a5fd5276aproductStream 
  AND translation6917a5fd5276aproductStream.objectkey = stream.id 
  AND translation6917a5fd5276aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5276dfallbackproductStream ON translation6917a5fd5276dfallbackproductStream.objecttype = : translation6917a5fd5276dfallbackproductStream 
  AND translation6917a5fd5276dfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5276dfallbackproductStream.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
  ":translation6917a5fd5275bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd52760fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd52764s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd52767fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5276aproductStream" => "productStream"
  ":translation6917a5fd5276dfallbackproductStream" => "productStream"
  ":translation6917a5fd52770category" => "category"
  ":translation6917a5fd52772fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2452
    date: 2025-11-14 22:58:21.339520 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2452}
]
0.0004 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 @1763157501 {#2453
    date: 2025-11-14 22:58:21.340454 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2453}
]
0.0004 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 @1763157501 {#2454
    date: 2025-11-14 22:58:21.341391 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2454}
]
0.0004 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 @1763157501 {#2455
    date: 2025-11-14 22:58:21.342307 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2455}
]
0.0004 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 @1763157501 {#2456
    date: 2025-11-14 22:58:21.343242 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2456}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd53fd6s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd53fdcfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd53fe0s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd53fe3fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd53fe6productStream.objectdata as __stream_translation, 
  translation6917a5fd53fe9fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd53feccategory.objectdata as __category_translation, 
  translation6917a5fd53feffallbackcategory.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 translation6917a5fd53feccategory ON translation6917a5fd53feccategory.objecttype = : translation6917a5fd53feccategory 
  AND translation6917a5fd53feccategory.objectkey = category.id 
  AND translation6917a5fd53feccategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd53feffallbackcategory ON translation6917a5fd53feffallbackcategory.objecttype = : translation6917a5fd53feffallbackcategory 
  AND translation6917a5fd53feffallbackcategory.objectkey = category.id 
  AND translation6917a5fd53feffallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd53fd6s_categories_attributes ON translation6917a5fd53fd6s_categories_attributes.objecttype = : translation6917a5fd53fd6s_categories_attributes 
  AND translation6917a5fd53fd6s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd53fd6s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd53fdcfallbacks_categories_attributes ON translation6917a5fd53fdcfallbacks_categories_attributes.objecttype = : translation6917a5fd53fdcfallbacks_categories_attributes 
  AND translation6917a5fd53fdcfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd53fdcfallbacks_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 translation6917a5fd53fe0s_media_attributes ON translation6917a5fd53fe0s_media_attributes.objecttype = : translation6917a5fd53fe0s_media_attributes 
  AND translation6917a5fd53fe0s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd53fe0s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd53fe3fallbacks_media_attributes ON translation6917a5fd53fe3fallbacks_media_attributes.objecttype = : translation6917a5fd53fe3fallbacks_media_attributes 
  AND translation6917a5fd53fe3fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd53fe3fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd53fe6productStream ON translation6917a5fd53fe6productStream.objecttype = : translation6917a5fd53fe6productStream 
  AND translation6917a5fd53fe6productStream.objectkey = stream.id 
  AND translation6917a5fd53fe6productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd53fe9fallbackproductStream ON translation6917a5fd53fe9fallbackproductStream.objecttype = : translation6917a5fd53fe9fallbackproductStream 
  AND translation6917a5fd53fe9fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd53fe9fallbackproductStream.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
  ":translation6917a5fd53fd6s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd53fdcfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd53fe0s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd53fe3fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd53fe6productStream" => "productStream"
  ":translation6917a5fd53fe9fallbackproductStream" => "productStream"
  ":translation6917a5fd53feccategory" => "category"
  ":translation6917a5fd53feffallbackcategory" => "category"
]
0.0014 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5465as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd54660fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd54664s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd54667fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5466aproductStream.objectdata as __stream_translation, 
  translation6917a5fd5466dfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd54670category.objectdata as __category_translation, 
  translation6917a5fd54672fallbackcategory.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 translation6917a5fd54670category ON translation6917a5fd54670category.objecttype = : translation6917a5fd54670category 
  AND translation6917a5fd54670category.objectkey = category.id 
  AND translation6917a5fd54670category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd54672fallbackcategory ON translation6917a5fd54672fallbackcategory.objecttype = : translation6917a5fd54672fallbackcategory 
  AND translation6917a5fd54672fallbackcategory.objectkey = category.id 
  AND translation6917a5fd54672fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5465as_categories_attributes ON translation6917a5fd5465as_categories_attributes.objecttype = : translation6917a5fd5465as_categories_attributes 
  AND translation6917a5fd5465as_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5465as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd54660fallbacks_categories_attributes ON translation6917a5fd54660fallbacks_categories_attributes.objecttype = : translation6917a5fd54660fallbacks_categories_attributes 
  AND translation6917a5fd54660fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd54660fallbacks_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 translation6917a5fd54664s_media_attributes ON translation6917a5fd54664s_media_attributes.objecttype = : translation6917a5fd54664s_media_attributes 
  AND translation6917a5fd54664s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd54664s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd54667fallbacks_media_attributes ON translation6917a5fd54667fallbacks_media_attributes.objecttype = : translation6917a5fd54667fallbacks_media_attributes 
  AND translation6917a5fd54667fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd54667fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5466aproductStream ON translation6917a5fd5466aproductStream.objecttype = : translation6917a5fd5466aproductStream 
  AND translation6917a5fd5466aproductStream.objectkey = stream.id 
  AND translation6917a5fd5466aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5466dfallbackproductStream ON translation6917a5fd5466dfallbackproductStream.objecttype = : translation6917a5fd5466dfallbackproductStream 
  AND translation6917a5fd5466dfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5466dfallbackproductStream.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
  ":translation6917a5fd5465as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd54660fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd54664s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd54667fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5466aproductStream" => "productStream"
  ":translation6917a5fd5466dfallbackproductStream" => "productStream"
  ":translation6917a5fd54670category" => "category"
  ":translation6917a5fd54672fallbackcategory" => "category"
]
0.0014 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 @1763157501 {#2457
    date: 2025-11-14 22:58:21.347495 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2457}
]
0.0004 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 @1763157501 {#2458
    date: 2025-11-14 22:58:21.348395 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2458}
]
0.0004 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 @1763157501 {#2459
    date: 2025-11-14 22:58:21.349288 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2459}
]
0.0004 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 @1763157501 {#2460
    date: 2025-11-14 22:58:21.350224 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2460}
]
0.0004 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 @1763157501 {#2461
    date: 2025-11-14 22:58:21.351150 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2461}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd55ecds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd55ed3fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd55ed7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd55edafallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd55eddproductStream.objectdata as __stream_translation, 
  translation6917a5fd55ee0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd55ee2category.objectdata as __category_translation, 
  translation6917a5fd55ee4fallbackcategory.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 translation6917a5fd55ee2category ON translation6917a5fd55ee2category.objecttype = : translation6917a5fd55ee2category 
  AND translation6917a5fd55ee2category.objectkey = category.id 
  AND translation6917a5fd55ee2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd55ee4fallbackcategory ON translation6917a5fd55ee4fallbackcategory.objecttype = : translation6917a5fd55ee4fallbackcategory 
  AND translation6917a5fd55ee4fallbackcategory.objectkey = category.id 
  AND translation6917a5fd55ee4fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd55ecds_categories_attributes ON translation6917a5fd55ecds_categories_attributes.objecttype = : translation6917a5fd55ecds_categories_attributes 
  AND translation6917a5fd55ecds_categories_attributes.objectkey = category.id 
  AND translation6917a5fd55ecds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd55ed3fallbacks_categories_attributes ON translation6917a5fd55ed3fallbacks_categories_attributes.objecttype = : translation6917a5fd55ed3fallbacks_categories_attributes 
  AND translation6917a5fd55ed3fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd55ed3fallbacks_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 translation6917a5fd55ed7s_media_attributes ON translation6917a5fd55ed7s_media_attributes.objecttype = : translation6917a5fd55ed7s_media_attributes 
  AND translation6917a5fd55ed7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd55ed7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd55edafallbacks_media_attributes ON translation6917a5fd55edafallbacks_media_attributes.objecttype = : translation6917a5fd55edafallbacks_media_attributes 
  AND translation6917a5fd55edafallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd55edafallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd55eddproductStream ON translation6917a5fd55eddproductStream.objecttype = : translation6917a5fd55eddproductStream 
  AND translation6917a5fd55eddproductStream.objectkey = stream.id 
  AND translation6917a5fd55eddproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd55ee0fallbackproductStream ON translation6917a5fd55ee0fallbackproductStream.objecttype = : translation6917a5fd55ee0fallbackproductStream 
  AND translation6917a5fd55ee0fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd55ee0fallbackproductStream.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
  ":translation6917a5fd55ecds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd55ed3fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd55ed7s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd55edafallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd55eddproductStream" => "productStream"
  ":translation6917a5fd55ee0fallbackproductStream" => "productStream"
  ":translation6917a5fd55ee2category" => "category"
  ":translation6917a5fd55ee4fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd56500s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd56506fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5650as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5650cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5650fproductStream.objectdata as __stream_translation, 
  translation6917a5fd56512fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd56515category.objectdata as __category_translation, 
  translation6917a5fd56517fallbackcategory.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 translation6917a5fd56515category ON translation6917a5fd56515category.objecttype = : translation6917a5fd56515category 
  AND translation6917a5fd56515category.objectkey = category.id 
  AND translation6917a5fd56515category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56517fallbackcategory ON translation6917a5fd56517fallbackcategory.objecttype = : translation6917a5fd56517fallbackcategory 
  AND translation6917a5fd56517fallbackcategory.objectkey = category.id 
  AND translation6917a5fd56517fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd56500s_categories_attributes ON translation6917a5fd56500s_categories_attributes.objecttype = : translation6917a5fd56500s_categories_attributes 
  AND translation6917a5fd56500s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd56500s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56506fallbacks_categories_attributes ON translation6917a5fd56506fallbacks_categories_attributes.objecttype = : translation6917a5fd56506fallbacks_categories_attributes 
  AND translation6917a5fd56506fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd56506fallbacks_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 translation6917a5fd5650as_media_attributes ON translation6917a5fd5650as_media_attributes.objecttype = : translation6917a5fd5650as_media_attributes 
  AND translation6917a5fd5650as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5650as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5650cfallbacks_media_attributes ON translation6917a5fd5650cfallbacks_media_attributes.objecttype = : translation6917a5fd5650cfallbacks_media_attributes 
  AND translation6917a5fd5650cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5650cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5650fproductStream ON translation6917a5fd5650fproductStream.objecttype = : translation6917a5fd5650fproductStream 
  AND translation6917a5fd5650fproductStream.objectkey = stream.id 
  AND translation6917a5fd5650fproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56512fallbackproductStream ON translation6917a5fd56512fallbackproductStream.objecttype = : translation6917a5fd56512fallbackproductStream 
  AND translation6917a5fd56512fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd56512fallbackproductStream.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
  ":translation6917a5fd56500s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd56506fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5650as_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5650cfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5650fproductStream" => "productStream"
  ":translation6917a5fd56512fallbackproductStream" => "productStream"
  ":translation6917a5fd56515category" => "category"
  ":translation6917a5fd56517fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd56b56s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd56b5cfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd56b60s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd56b63fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd56b66productStream.objectdata as __stream_translation, 
  translation6917a5fd56b69fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd56b6bcategory.objectdata as __category_translation, 
  translation6917a5fd56b6efallbackcategory.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 translation6917a5fd56b6bcategory ON translation6917a5fd56b6bcategory.objecttype = : translation6917a5fd56b6bcategory 
  AND translation6917a5fd56b6bcategory.objectkey = category.id 
  AND translation6917a5fd56b6bcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56b6efallbackcategory ON translation6917a5fd56b6efallbackcategory.objecttype = : translation6917a5fd56b6efallbackcategory 
  AND translation6917a5fd56b6efallbackcategory.objectkey = category.id 
  AND translation6917a5fd56b6efallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd56b56s_categories_attributes ON translation6917a5fd56b56s_categories_attributes.objecttype = : translation6917a5fd56b56s_categories_attributes 
  AND translation6917a5fd56b56s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd56b56s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56b5cfallbacks_categories_attributes ON translation6917a5fd56b5cfallbacks_categories_attributes.objecttype = : translation6917a5fd56b5cfallbacks_categories_attributes 
  AND translation6917a5fd56b5cfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd56b5cfallbacks_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 translation6917a5fd56b60s_media_attributes ON translation6917a5fd56b60s_media_attributes.objecttype = : translation6917a5fd56b60s_media_attributes 
  AND translation6917a5fd56b60s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd56b60s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56b63fallbacks_media_attributes ON translation6917a5fd56b63fallbacks_media_attributes.objecttype = : translation6917a5fd56b63fallbacks_media_attributes 
  AND translation6917a5fd56b63fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd56b63fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd56b66productStream ON translation6917a5fd56b66productStream.objecttype = : translation6917a5fd56b66productStream 
  AND translation6917a5fd56b66productStream.objectkey = stream.id 
  AND translation6917a5fd56b66productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd56b69fallbackproductStream ON translation6917a5fd56b69fallbackproductStream.objecttype = : translation6917a5fd56b69fallbackproductStream 
  AND translation6917a5fd56b69fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd56b69fallbackproductStream.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
  ":translation6917a5fd56b56s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd56b5cfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd56b60s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd56b63fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd56b66productStream" => "productStream"
  ":translation6917a5fd56b69fallbackproductStream" => "productStream"
  ":translation6917a5fd56b6bcategory" => "category"
  ":translation6917a5fd56b6efallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2462
    date: 2025-11-14 22:58:21.356931 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2462}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd57574s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd57579fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5757ds_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd57580fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd57583productStream.objectdata as __stream_translation, 
  translation6917a5fd57586fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd57589category.objectdata as __category_translation, 
  translation6917a5fd5758bfallbackcategory.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 translation6917a5fd57589category ON translation6917a5fd57589category.objecttype = : translation6917a5fd57589category 
  AND translation6917a5fd57589category.objectkey = category.id 
  AND translation6917a5fd57589category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5758bfallbackcategory ON translation6917a5fd5758bfallbackcategory.objecttype = : translation6917a5fd5758bfallbackcategory 
  AND translation6917a5fd5758bfallbackcategory.objectkey = category.id 
  AND translation6917a5fd5758bfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd57574s_categories_attributes ON translation6917a5fd57574s_categories_attributes.objecttype = : translation6917a5fd57574s_categories_attributes 
  AND translation6917a5fd57574s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd57574s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57579fallbacks_categories_attributes ON translation6917a5fd57579fallbacks_categories_attributes.objecttype = : translation6917a5fd57579fallbacks_categories_attributes 
  AND translation6917a5fd57579fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd57579fallbacks_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 translation6917a5fd5757ds_media_attributes ON translation6917a5fd5757ds_media_attributes.objecttype = : translation6917a5fd5757ds_media_attributes 
  AND translation6917a5fd5757ds_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5757ds_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57580fallbacks_media_attributes ON translation6917a5fd57580fallbacks_media_attributes.objecttype = : translation6917a5fd57580fallbacks_media_attributes 
  AND translation6917a5fd57580fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd57580fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd57583productStream ON translation6917a5fd57583productStream.objecttype = : translation6917a5fd57583productStream 
  AND translation6917a5fd57583productStream.objectkey = stream.id 
  AND translation6917a5fd57583productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57586fallbackproductStream ON translation6917a5fd57586fallbackproductStream.objecttype = : translation6917a5fd57586fallbackproductStream 
  AND translation6917a5fd57586fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd57586fallbackproductStream.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
  ":translation6917a5fd57574s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd57579fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5757ds_media_attributes" => "s_media_attributes"
  ":translation6917a5fd57580fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd57583productStream" => "productStream"
  ":translation6917a5fd57586fallbackproductStream" => "productStream"
  ":translation6917a5fd57589category" => "category"
  ":translation6917a5fd5758bfallbackcategory" => "category"
]
0.0014 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd57c05s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd57c0bfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd57c0fs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd57c12fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd57c15productStream.objectdata as __stream_translation, 
  translation6917a5fd57c18fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd57c1acategory.objectdata as __category_translation, 
  translation6917a5fd57c1dfallbackcategory.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 translation6917a5fd57c1acategory ON translation6917a5fd57c1acategory.objecttype = : translation6917a5fd57c1acategory 
  AND translation6917a5fd57c1acategory.objectkey = category.id 
  AND translation6917a5fd57c1acategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57c1dfallbackcategory ON translation6917a5fd57c1dfallbackcategory.objecttype = : translation6917a5fd57c1dfallbackcategory 
  AND translation6917a5fd57c1dfallbackcategory.objectkey = category.id 
  AND translation6917a5fd57c1dfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd57c05s_categories_attributes ON translation6917a5fd57c05s_categories_attributes.objecttype = : translation6917a5fd57c05s_categories_attributes 
  AND translation6917a5fd57c05s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd57c05s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57c0bfallbacks_categories_attributes ON translation6917a5fd57c0bfallbacks_categories_attributes.objecttype = : translation6917a5fd57c0bfallbacks_categories_attributes 
  AND translation6917a5fd57c0bfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd57c0bfallbacks_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 translation6917a5fd57c0fs_media_attributes ON translation6917a5fd57c0fs_media_attributes.objecttype = : translation6917a5fd57c0fs_media_attributes 
  AND translation6917a5fd57c0fs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd57c0fs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57c12fallbacks_media_attributes ON translation6917a5fd57c12fallbacks_media_attributes.objecttype = : translation6917a5fd57c12fallbacks_media_attributes 
  AND translation6917a5fd57c12fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd57c12fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd57c15productStream ON translation6917a5fd57c15productStream.objecttype = : translation6917a5fd57c15productStream 
  AND translation6917a5fd57c15productStream.objectkey = stream.id 
  AND translation6917a5fd57c15productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd57c18fallbackproductStream ON translation6917a5fd57c18fallbackproductStream.objecttype = : translation6917a5fd57c18fallbackproductStream 
  AND translation6917a5fd57c18fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd57c18fallbackproductStream.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
  ":translation6917a5fd57c05s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd57c0bfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd57c0fs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd57c12fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd57c15productStream" => "productStream"
  ":translation6917a5fd57c18fallbackproductStream" => "productStream"
  ":translation6917a5fd57c1acategory" => "category"
  ":translation6917a5fd57c1dfallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd58248s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5824efallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd58252s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd58255fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd58258productStream.objectdata as __stream_translation, 
  translation6917a5fd5825bfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5825ecategory.objectdata as __category_translation, 
  translation6917a5fd58260fallbackcategory.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 translation6917a5fd5825ecategory ON translation6917a5fd5825ecategory.objecttype = : translation6917a5fd5825ecategory 
  AND translation6917a5fd5825ecategory.objectkey = category.id 
  AND translation6917a5fd5825ecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd58260fallbackcategory ON translation6917a5fd58260fallbackcategory.objecttype = : translation6917a5fd58260fallbackcategory 
  AND translation6917a5fd58260fallbackcategory.objectkey = category.id 
  AND translation6917a5fd58260fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd58248s_categories_attributes ON translation6917a5fd58248s_categories_attributes.objecttype = : translation6917a5fd58248s_categories_attributes 
  AND translation6917a5fd58248s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd58248s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5824efallbacks_categories_attributes ON translation6917a5fd5824efallbacks_categories_attributes.objecttype = : translation6917a5fd5824efallbacks_categories_attributes 
  AND translation6917a5fd5824efallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5824efallbacks_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 translation6917a5fd58252s_media_attributes ON translation6917a5fd58252s_media_attributes.objecttype = : translation6917a5fd58252s_media_attributes 
  AND translation6917a5fd58252s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd58252s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd58255fallbacks_media_attributes ON translation6917a5fd58255fallbacks_media_attributes.objecttype = : translation6917a5fd58255fallbacks_media_attributes 
  AND translation6917a5fd58255fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd58255fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd58258productStream ON translation6917a5fd58258productStream.objecttype = : translation6917a5fd58258productStream 
  AND translation6917a5fd58258productStream.objectkey = stream.id 
  AND translation6917a5fd58258productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5825bfallbackproductStream ON translation6917a5fd5825bfallbackproductStream.objecttype = : translation6917a5fd5825bfallbackproductStream 
  AND translation6917a5fd5825bfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5825bfallbackproductStream.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
  ":translation6917a5fd58248s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5824efallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd58252s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd58255fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd58258productStream" => "productStream"
  ":translation6917a5fd5825bfallbackproductStream" => "productStream"
  ":translation6917a5fd5825ecategory" => "category"
  ":translation6917a5fd58260fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2463
    date: 2025-11-14 22:58:21.362760 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2463}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd58c20s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd58c25fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd58c2as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd58c2cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd58c30productStream.objectdata as __stream_translation, 
  translation6917a5fd58c32fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd58c35category.objectdata as __category_translation, 
  translation6917a5fd58c37fallbackcategory.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 translation6917a5fd58c35category ON translation6917a5fd58c35category.objecttype = : translation6917a5fd58c35category 
  AND translation6917a5fd58c35category.objectkey = category.id 
  AND translation6917a5fd58c35category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd58c37fallbackcategory ON translation6917a5fd58c37fallbackcategory.objecttype = : translation6917a5fd58c37fallbackcategory 
  AND translation6917a5fd58c37fallbackcategory.objectkey = category.id 
  AND translation6917a5fd58c37fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd58c20s_categories_attributes ON translation6917a5fd58c20s_categories_attributes.objecttype = : translation6917a5fd58c20s_categories_attributes 
  AND translation6917a5fd58c20s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd58c20s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd58c25fallbacks_categories_attributes ON translation6917a5fd58c25fallbacks_categories_attributes.objecttype = : translation6917a5fd58c25fallbacks_categories_attributes 
  AND translation6917a5fd58c25fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd58c25fallbacks_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 translation6917a5fd58c2as_media_attributes ON translation6917a5fd58c2as_media_attributes.objecttype = : translation6917a5fd58c2as_media_attributes 
  AND translation6917a5fd58c2as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd58c2as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd58c2cfallbacks_media_attributes ON translation6917a5fd58c2cfallbacks_media_attributes.objecttype = : translation6917a5fd58c2cfallbacks_media_attributes 
  AND translation6917a5fd58c2cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd58c2cfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd58c30productStream ON translation6917a5fd58c30productStream.objecttype = : translation6917a5fd58c30productStream 
  AND translation6917a5fd58c30productStream.objectkey = stream.id 
  AND translation6917a5fd58c30productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd58c32fallbackproductStream ON translation6917a5fd58c32fallbackproductStream.objecttype = : translation6917a5fd58c32fallbackproductStream 
  AND translation6917a5fd58c32fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd58c32fallbackproductStream.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
  ":translation6917a5fd58c20s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd58c25fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd58c2as_media_attributes" => "s_media_attributes"
  ":translation6917a5fd58c2cfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd58c30productStream" => "productStream"
  ":translation6917a5fd58c32fallbackproductStream" => "productStream"
  ":translation6917a5fd58c35category" => "category"
  ":translation6917a5fd58c37fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5926cs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd59271fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd59275s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd59278fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5927bproductStream.objectdata as __stream_translation, 
  translation6917a5fd5927efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd59288category.objectdata as __category_translation, 
  translation6917a5fd5928afallbackcategory.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 translation6917a5fd59288category ON translation6917a5fd59288category.objecttype = : translation6917a5fd59288category 
  AND translation6917a5fd59288category.objectkey = category.id 
  AND translation6917a5fd59288category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5928afallbackcategory ON translation6917a5fd5928afallbackcategory.objecttype = : translation6917a5fd5928afallbackcategory 
  AND translation6917a5fd5928afallbackcategory.objectkey = category.id 
  AND translation6917a5fd5928afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5926cs_categories_attributes ON translation6917a5fd5926cs_categories_attributes.objecttype = : translation6917a5fd5926cs_categories_attributes 
  AND translation6917a5fd5926cs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5926cs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd59271fallbacks_categories_attributes ON translation6917a5fd59271fallbacks_categories_attributes.objecttype = : translation6917a5fd59271fallbacks_categories_attributes 
  AND translation6917a5fd59271fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd59271fallbacks_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 translation6917a5fd59275s_media_attributes ON translation6917a5fd59275s_media_attributes.objecttype = : translation6917a5fd59275s_media_attributes 
  AND translation6917a5fd59275s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd59275s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd59278fallbacks_media_attributes ON translation6917a5fd59278fallbacks_media_attributes.objecttype = : translation6917a5fd59278fallbacks_media_attributes 
  AND translation6917a5fd59278fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd59278fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5927bproductStream ON translation6917a5fd5927bproductStream.objecttype = : translation6917a5fd5927bproductStream 
  AND translation6917a5fd5927bproductStream.objectkey = stream.id 
  AND translation6917a5fd5927bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5927efallbackproductStream ON translation6917a5fd5927efallbackproductStream.objecttype = : translation6917a5fd5927efallbackproductStream 
  AND translation6917a5fd5927efallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5927efallbackproductStream.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
  ":translation6917a5fd5926cs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd59271fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd59275s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd59278fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5927bproductStream" => "productStream"
  ":translation6917a5fd5927efallbackproductStream" => "productStream"
  ":translation6917a5fd59288category" => "category"
  ":translation6917a5fd5928afallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd598afs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd598b5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd598b9s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd598bcfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd598bfproductStream.objectdata as __stream_translation, 
  translation6917a5fd598c1fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd598c4category.objectdata as __category_translation, 
  translation6917a5fd598c6fallbackcategory.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 translation6917a5fd598c4category ON translation6917a5fd598c4category.objecttype = : translation6917a5fd598c4category 
  AND translation6917a5fd598c4category.objectkey = category.id 
  AND translation6917a5fd598c4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd598c6fallbackcategory ON translation6917a5fd598c6fallbackcategory.objecttype = : translation6917a5fd598c6fallbackcategory 
  AND translation6917a5fd598c6fallbackcategory.objectkey = category.id 
  AND translation6917a5fd598c6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd598afs_categories_attributes ON translation6917a5fd598afs_categories_attributes.objecttype = : translation6917a5fd598afs_categories_attributes 
  AND translation6917a5fd598afs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd598afs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd598b5fallbacks_categories_attributes ON translation6917a5fd598b5fallbacks_categories_attributes.objecttype = : translation6917a5fd598b5fallbacks_categories_attributes 
  AND translation6917a5fd598b5fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd598b5fallbacks_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 translation6917a5fd598b9s_media_attributes ON translation6917a5fd598b9s_media_attributes.objecttype = : translation6917a5fd598b9s_media_attributes 
  AND translation6917a5fd598b9s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd598b9s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd598bcfallbacks_media_attributes ON translation6917a5fd598bcfallbacks_media_attributes.objecttype = : translation6917a5fd598bcfallbacks_media_attributes 
  AND translation6917a5fd598bcfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd598bcfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd598bfproductStream ON translation6917a5fd598bfproductStream.objecttype = : translation6917a5fd598bfproductStream 
  AND translation6917a5fd598bfproductStream.objectkey = stream.id 
  AND translation6917a5fd598bfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd598c1fallbackproductStream ON translation6917a5fd598c1fallbackproductStream.objecttype = : translation6917a5fd598c1fallbackproductStream 
  AND translation6917a5fd598c1fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd598c1fallbackproductStream.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
  ":translation6917a5fd598afs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd598b5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd598b9s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd598bcfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd598bfproductStream" => "productStream"
  ":translation6917a5fd598c1fallbackproductStream" => "productStream"
  ":translation6917a5fd598c4category" => "category"
  ":translation6917a5fd598c6fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2464
    date: 2025-11-14 22:58:21.368507 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2464}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5a297s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5a29dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5a2a1s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5a2a4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5a2a7productStream.objectdata as __stream_translation, 
  translation6917a5fd5a2aafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5a2adcategory.objectdata as __category_translation, 
  translation6917a5fd5a2affallbackcategory.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 translation6917a5fd5a2adcategory ON translation6917a5fd5a2adcategory.objecttype = : translation6917a5fd5a2adcategory 
  AND translation6917a5fd5a2adcategory.objectkey = category.id 
  AND translation6917a5fd5a2adcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a2affallbackcategory ON translation6917a5fd5a2affallbackcategory.objecttype = : translation6917a5fd5a2affallbackcategory 
  AND translation6917a5fd5a2affallbackcategory.objectkey = category.id 
  AND translation6917a5fd5a2affallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5a297s_categories_attributes ON translation6917a5fd5a297s_categories_attributes.objecttype = : translation6917a5fd5a297s_categories_attributes 
  AND translation6917a5fd5a297s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5a297s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a29dfallbacks_categories_attributes ON translation6917a5fd5a29dfallbacks_categories_attributes.objecttype = : translation6917a5fd5a29dfallbacks_categories_attributes 
  AND translation6917a5fd5a29dfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5a29dfallbacks_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 translation6917a5fd5a2a1s_media_attributes ON translation6917a5fd5a2a1s_media_attributes.objecttype = : translation6917a5fd5a2a1s_media_attributes 
  AND translation6917a5fd5a2a1s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5a2a1s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a2a4fallbacks_media_attributes ON translation6917a5fd5a2a4fallbacks_media_attributes.objecttype = : translation6917a5fd5a2a4fallbacks_media_attributes 
  AND translation6917a5fd5a2a4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5a2a4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5a2a7productStream ON translation6917a5fd5a2a7productStream.objecttype = : translation6917a5fd5a2a7productStream 
  AND translation6917a5fd5a2a7productStream.objectkey = stream.id 
  AND translation6917a5fd5a2a7productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a2aafallbackproductStream ON translation6917a5fd5a2aafallbackproductStream.objecttype = : translation6917a5fd5a2aafallbackproductStream 
  AND translation6917a5fd5a2aafallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5a2aafallbackproductStream.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
  ":translation6917a5fd5a297s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5a29dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5a2a1s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5a2a4fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5a2a7productStream" => "productStream"
  ":translation6917a5fd5a2aafallbackproductStream" => "productStream"
  ":translation6917a5fd5a2adcategory" => "category"
  ":translation6917a5fd5a2affallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5a8cfs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5a8d5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5a8d9s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5a8dcfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5a8dfproductStream.objectdata as __stream_translation, 
  translation6917a5fd5a8e2fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5a8e4category.objectdata as __category_translation, 
  translation6917a5fd5a8e7fallbackcategory.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 translation6917a5fd5a8e4category ON translation6917a5fd5a8e4category.objecttype = : translation6917a5fd5a8e4category 
  AND translation6917a5fd5a8e4category.objectkey = category.id 
  AND translation6917a5fd5a8e4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a8e7fallbackcategory ON translation6917a5fd5a8e7fallbackcategory.objecttype = : translation6917a5fd5a8e7fallbackcategory 
  AND translation6917a5fd5a8e7fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5a8e7fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5a8cfs_categories_attributes ON translation6917a5fd5a8cfs_categories_attributes.objecttype = : translation6917a5fd5a8cfs_categories_attributes 
  AND translation6917a5fd5a8cfs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5a8cfs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a8d5fallbacks_categories_attributes ON translation6917a5fd5a8d5fallbacks_categories_attributes.objecttype = : translation6917a5fd5a8d5fallbacks_categories_attributes 
  AND translation6917a5fd5a8d5fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5a8d5fallbacks_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 translation6917a5fd5a8d9s_media_attributes ON translation6917a5fd5a8d9s_media_attributes.objecttype = : translation6917a5fd5a8d9s_media_attributes 
  AND translation6917a5fd5a8d9s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5a8d9s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a8dcfallbacks_media_attributes ON translation6917a5fd5a8dcfallbacks_media_attributes.objecttype = : translation6917a5fd5a8dcfallbacks_media_attributes 
  AND translation6917a5fd5a8dcfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5a8dcfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5a8dfproductStream ON translation6917a5fd5a8dfproductStream.objecttype = : translation6917a5fd5a8dfproductStream 
  AND translation6917a5fd5a8dfproductStream.objectkey = stream.id 
  AND translation6917a5fd5a8dfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5a8e2fallbackproductStream ON translation6917a5fd5a8e2fallbackproductStream.objecttype = : translation6917a5fd5a8e2fallbackproductStream 
  AND translation6917a5fd5a8e2fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5a8e2fallbackproductStream.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
  ":translation6917a5fd5a8cfs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5a8d5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5a8d9s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5a8dcfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5a8dfproductStream" => "productStream"
  ":translation6917a5fd5a8e2fallbackproductStream" => "productStream"
  ":translation6917a5fd5a8e4category" => "category"
  ":translation6917a5fd5a8e7fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5af00s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5af06fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5af0as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5af0dfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5af10productStream.objectdata as __stream_translation, 
  translation6917a5fd5af13fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5af16category.objectdata as __category_translation, 
  translation6917a5fd5af18fallbackcategory.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 translation6917a5fd5af16category ON translation6917a5fd5af16category.objecttype = : translation6917a5fd5af16category 
  AND translation6917a5fd5af16category.objectkey = category.id 
  AND translation6917a5fd5af16category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5af18fallbackcategory ON translation6917a5fd5af18fallbackcategory.objecttype = : translation6917a5fd5af18fallbackcategory 
  AND translation6917a5fd5af18fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5af18fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5af00s_categories_attributes ON translation6917a5fd5af00s_categories_attributes.objecttype = : translation6917a5fd5af00s_categories_attributes 
  AND translation6917a5fd5af00s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5af00s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5af06fallbacks_categories_attributes ON translation6917a5fd5af06fallbacks_categories_attributes.objecttype = : translation6917a5fd5af06fallbacks_categories_attributes 
  AND translation6917a5fd5af06fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5af06fallbacks_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 translation6917a5fd5af0as_media_attributes ON translation6917a5fd5af0as_media_attributes.objecttype = : translation6917a5fd5af0as_media_attributes 
  AND translation6917a5fd5af0as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5af0as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5af0dfallbacks_media_attributes ON translation6917a5fd5af0dfallbacks_media_attributes.objecttype = : translation6917a5fd5af0dfallbacks_media_attributes 
  AND translation6917a5fd5af0dfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5af0dfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5af10productStream ON translation6917a5fd5af10productStream.objecttype = : translation6917a5fd5af10productStream 
  AND translation6917a5fd5af10productStream.objectkey = stream.id 
  AND translation6917a5fd5af10productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5af13fallbackproductStream ON translation6917a5fd5af13fallbackproductStream.objecttype = : translation6917a5fd5af13fallbackproductStream 
  AND translation6917a5fd5af13fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5af13fallbackproductStream.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
  ":translation6917a5fd5af00s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5af06fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5af0as_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5af0dfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5af10productStream" => "productStream"
  ":translation6917a5fd5af13fallbackproductStream" => "productStream"
  ":translation6917a5fd5af16category" => "category"
  ":translation6917a5fd5af18fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2465
    date: 2025-11-14 22:58:21.374216 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2465}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5b8d8s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5b8defallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5b8e2s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5b8e4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5b8e8productStream.objectdata as __stream_translation, 
  translation6917a5fd5b8eafallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5b8edcategory.objectdata as __category_translation, 
  translation6917a5fd5b8effallbackcategory.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 translation6917a5fd5b8edcategory ON translation6917a5fd5b8edcategory.objecttype = : translation6917a5fd5b8edcategory 
  AND translation6917a5fd5b8edcategory.objectkey = category.id 
  AND translation6917a5fd5b8edcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5b8effallbackcategory ON translation6917a5fd5b8effallbackcategory.objecttype = : translation6917a5fd5b8effallbackcategory 
  AND translation6917a5fd5b8effallbackcategory.objectkey = category.id 
  AND translation6917a5fd5b8effallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5b8d8s_categories_attributes ON translation6917a5fd5b8d8s_categories_attributes.objecttype = : translation6917a5fd5b8d8s_categories_attributes 
  AND translation6917a5fd5b8d8s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5b8d8s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5b8defallbacks_categories_attributes ON translation6917a5fd5b8defallbacks_categories_attributes.objecttype = : translation6917a5fd5b8defallbacks_categories_attributes 
  AND translation6917a5fd5b8defallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5b8defallbacks_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 translation6917a5fd5b8e2s_media_attributes ON translation6917a5fd5b8e2s_media_attributes.objecttype = : translation6917a5fd5b8e2s_media_attributes 
  AND translation6917a5fd5b8e2s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5b8e2s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5b8e4fallbacks_media_attributes ON translation6917a5fd5b8e4fallbacks_media_attributes.objecttype = : translation6917a5fd5b8e4fallbacks_media_attributes 
  AND translation6917a5fd5b8e4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5b8e4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5b8e8productStream ON translation6917a5fd5b8e8productStream.objecttype = : translation6917a5fd5b8e8productStream 
  AND translation6917a5fd5b8e8productStream.objectkey = stream.id 
  AND translation6917a5fd5b8e8productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5b8eafallbackproductStream ON translation6917a5fd5b8eafallbackproductStream.objecttype = : translation6917a5fd5b8eafallbackproductStream 
  AND translation6917a5fd5b8eafallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5b8eafallbackproductStream.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
  ":translation6917a5fd5b8d8s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5b8defallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5b8e2s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5b8e4fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5b8e8productStream" => "productStream"
  ":translation6917a5fd5b8eafallbackproductStream" => "productStream"
  ":translation6917a5fd5b8edcategory" => "category"
  ":translation6917a5fd5b8effallbackcategory" => "category"
]
0.0014 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5bf2as_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5bf30fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5bf34s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5bf37fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5bf3aproductStream.objectdata as __stream_translation, 
  translation6917a5fd5bf3cfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5bf3fcategory.objectdata as __category_translation, 
  translation6917a5fd5bf41fallbackcategory.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 translation6917a5fd5bf3fcategory ON translation6917a5fd5bf3fcategory.objecttype = : translation6917a5fd5bf3fcategory 
  AND translation6917a5fd5bf3fcategory.objectkey = category.id 
  AND translation6917a5fd5bf3fcategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5bf41fallbackcategory ON translation6917a5fd5bf41fallbackcategory.objecttype = : translation6917a5fd5bf41fallbackcategory 
  AND translation6917a5fd5bf41fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5bf41fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5bf2as_categories_attributes ON translation6917a5fd5bf2as_categories_attributes.objecttype = : translation6917a5fd5bf2as_categories_attributes 
  AND translation6917a5fd5bf2as_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5bf2as_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5bf30fallbacks_categories_attributes ON translation6917a5fd5bf30fallbacks_categories_attributes.objecttype = : translation6917a5fd5bf30fallbacks_categories_attributes 
  AND translation6917a5fd5bf30fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5bf30fallbacks_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 translation6917a5fd5bf34s_media_attributes ON translation6917a5fd5bf34s_media_attributes.objecttype = : translation6917a5fd5bf34s_media_attributes 
  AND translation6917a5fd5bf34s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5bf34s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5bf37fallbacks_media_attributes ON translation6917a5fd5bf37fallbacks_media_attributes.objecttype = : translation6917a5fd5bf37fallbacks_media_attributes 
  AND translation6917a5fd5bf37fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5bf37fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5bf3aproductStream ON translation6917a5fd5bf3aproductStream.objecttype = : translation6917a5fd5bf3aproductStream 
  AND translation6917a5fd5bf3aproductStream.objectkey = stream.id 
  AND translation6917a5fd5bf3aproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5bf3cfallbackproductStream ON translation6917a5fd5bf3cfallbackproductStream.objecttype = : translation6917a5fd5bf3cfallbackproductStream 
  AND translation6917a5fd5bf3cfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5bf3cfallbackproductStream.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
  ":translation6917a5fd5bf2as_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5bf30fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5bf34s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5bf37fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5bf3aproductStream" => "productStream"
  ":translation6917a5fd5bf3cfallbackproductStream" => "productStream"
  ":translation6917a5fd5bf3fcategory" => "category"
  ":translation6917a5fd5bf41fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5c55ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5c563fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5c567s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5c56afallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5c56dproductStream.objectdata as __stream_translation, 
  translation6917a5fd5c570fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5c572category.objectdata as __category_translation, 
  translation6917a5fd5c574fallbackcategory.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 translation6917a5fd5c572category ON translation6917a5fd5c572category.objecttype = : translation6917a5fd5c572category 
  AND translation6917a5fd5c572category.objectkey = category.id 
  AND translation6917a5fd5c572category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5c574fallbackcategory ON translation6917a5fd5c574fallbackcategory.objecttype = : translation6917a5fd5c574fallbackcategory 
  AND translation6917a5fd5c574fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5c574fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5c55ds_categories_attributes ON translation6917a5fd5c55ds_categories_attributes.objecttype = : translation6917a5fd5c55ds_categories_attributes 
  AND translation6917a5fd5c55ds_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5c55ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5c563fallbacks_categories_attributes ON translation6917a5fd5c563fallbacks_categories_attributes.objecttype = : translation6917a5fd5c563fallbacks_categories_attributes 
  AND translation6917a5fd5c563fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5c563fallbacks_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 translation6917a5fd5c567s_media_attributes ON translation6917a5fd5c567s_media_attributes.objecttype = : translation6917a5fd5c567s_media_attributes 
  AND translation6917a5fd5c567s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5c567s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5c56afallbacks_media_attributes ON translation6917a5fd5c56afallbacks_media_attributes.objecttype = : translation6917a5fd5c56afallbacks_media_attributes 
  AND translation6917a5fd5c56afallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5c56afallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5c56dproductStream ON translation6917a5fd5c56dproductStream.objecttype = : translation6917a5fd5c56dproductStream 
  AND translation6917a5fd5c56dproductStream.objectkey = stream.id 
  AND translation6917a5fd5c56dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5c570fallbackproductStream ON translation6917a5fd5c570fallbackproductStream.objecttype = : translation6917a5fd5c570fallbackproductStream 
  AND translation6917a5fd5c570fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5c570fallbackproductStream.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
  ":translation6917a5fd5c55ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5c563fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5c567s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5c56afallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5c56dproductStream" => "productStream"
  ":translation6917a5fd5c570fallbackproductStream" => "productStream"
  ":translation6917a5fd5c572category" => "category"
  ":translation6917a5fd5c574fallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2466
    date: 2025-11-14 22:58:21.379928 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2466}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5cf2ds_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5cf33fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5cf37s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5cf3afallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5cf3dproductStream.objectdata as __stream_translation, 
  translation6917a5fd5cf40fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5cf43category.objectdata as __category_translation, 
  translation6917a5fd5cf45fallbackcategory.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 translation6917a5fd5cf43category ON translation6917a5fd5cf43category.objecttype = : translation6917a5fd5cf43category 
  AND translation6917a5fd5cf43category.objectkey = category.id 
  AND translation6917a5fd5cf43category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5cf45fallbackcategory ON translation6917a5fd5cf45fallbackcategory.objecttype = : translation6917a5fd5cf45fallbackcategory 
  AND translation6917a5fd5cf45fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5cf45fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5cf2ds_categories_attributes ON translation6917a5fd5cf2ds_categories_attributes.objecttype = : translation6917a5fd5cf2ds_categories_attributes 
  AND translation6917a5fd5cf2ds_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5cf2ds_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5cf33fallbacks_categories_attributes ON translation6917a5fd5cf33fallbacks_categories_attributes.objecttype = : translation6917a5fd5cf33fallbacks_categories_attributes 
  AND translation6917a5fd5cf33fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5cf33fallbacks_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 translation6917a5fd5cf37s_media_attributes ON translation6917a5fd5cf37s_media_attributes.objecttype = : translation6917a5fd5cf37s_media_attributes 
  AND translation6917a5fd5cf37s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5cf37s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5cf3afallbacks_media_attributes ON translation6917a5fd5cf3afallbacks_media_attributes.objecttype = : translation6917a5fd5cf3afallbacks_media_attributes 
  AND translation6917a5fd5cf3afallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5cf3afallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5cf3dproductStream ON translation6917a5fd5cf3dproductStream.objecttype = : translation6917a5fd5cf3dproductStream 
  AND translation6917a5fd5cf3dproductStream.objectkey = stream.id 
  AND translation6917a5fd5cf3dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5cf40fallbackproductStream ON translation6917a5fd5cf40fallbackproductStream.objecttype = : translation6917a5fd5cf40fallbackproductStream 
  AND translation6917a5fd5cf40fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5cf40fallbackproductStream.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
  ":translation6917a5fd5cf2ds_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5cf33fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5cf37s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5cf3afallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5cf3dproductStream" => "productStream"
  ":translation6917a5fd5cf40fallbackproductStream" => "productStream"
  ":translation6917a5fd5cf43category" => "category"
  ":translation6917a5fd5cf45fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5d57bs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5d581fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5d585s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5d588fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5d58bproductStream.objectdata as __stream_translation, 
  translation6917a5fd5d58efallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5d590category.objectdata as __category_translation, 
  translation6917a5fd5d593fallbackcategory.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 translation6917a5fd5d590category ON translation6917a5fd5d590category.objecttype = : translation6917a5fd5d590category 
  AND translation6917a5fd5d590category.objectkey = category.id 
  AND translation6917a5fd5d590category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5d593fallbackcategory ON translation6917a5fd5d593fallbackcategory.objecttype = : translation6917a5fd5d593fallbackcategory 
  AND translation6917a5fd5d593fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5d593fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5d57bs_categories_attributes ON translation6917a5fd5d57bs_categories_attributes.objecttype = : translation6917a5fd5d57bs_categories_attributes 
  AND translation6917a5fd5d57bs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5d57bs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5d581fallbacks_categories_attributes ON translation6917a5fd5d581fallbacks_categories_attributes.objecttype = : translation6917a5fd5d581fallbacks_categories_attributes 
  AND translation6917a5fd5d581fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5d581fallbacks_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 translation6917a5fd5d585s_media_attributes ON translation6917a5fd5d585s_media_attributes.objecttype = : translation6917a5fd5d585s_media_attributes 
  AND translation6917a5fd5d585s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5d585s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5d588fallbacks_media_attributes ON translation6917a5fd5d588fallbacks_media_attributes.objecttype = : translation6917a5fd5d588fallbacks_media_attributes 
  AND translation6917a5fd5d588fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5d588fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5d58bproductStream ON translation6917a5fd5d58bproductStream.objecttype = : translation6917a5fd5d58bproductStream 
  AND translation6917a5fd5d58bproductStream.objectkey = stream.id 
  AND translation6917a5fd5d58bproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5d58efallbackproductStream ON translation6917a5fd5d58efallbackproductStream.objecttype = : translation6917a5fd5d58efallbackproductStream 
  AND translation6917a5fd5d58efallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5d58efallbackproductStream.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
  ":translation6917a5fd5d57bs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5d581fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5d585s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5d588fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5d58bproductStream" => "productStream"
  ":translation6917a5fd5d58efallbackproductStream" => "productStream"
  ":translation6917a5fd5d590category" => "category"
  ":translation6917a5fd5d593fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5dbb5s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5dbbbfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5dbbfs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5dbc2fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5dbc5productStream.objectdata as __stream_translation, 
  translation6917a5fd5dbc8fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5dbcacategory.objectdata as __category_translation, 
  translation6917a5fd5dbcdfallbackcategory.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 translation6917a5fd5dbcacategory ON translation6917a5fd5dbcacategory.objecttype = : translation6917a5fd5dbcacategory 
  AND translation6917a5fd5dbcacategory.objectkey = category.id 
  AND translation6917a5fd5dbcacategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5dbcdfallbackcategory ON translation6917a5fd5dbcdfallbackcategory.objecttype = : translation6917a5fd5dbcdfallbackcategory 
  AND translation6917a5fd5dbcdfallbackcategory.objectkey = category.id 
  AND translation6917a5fd5dbcdfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5dbb5s_categories_attributes ON translation6917a5fd5dbb5s_categories_attributes.objecttype = : translation6917a5fd5dbb5s_categories_attributes 
  AND translation6917a5fd5dbb5s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5dbb5s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5dbbbfallbacks_categories_attributes ON translation6917a5fd5dbbbfallbacks_categories_attributes.objecttype = : translation6917a5fd5dbbbfallbacks_categories_attributes 
  AND translation6917a5fd5dbbbfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5dbbbfallbacks_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 translation6917a5fd5dbbfs_media_attributes ON translation6917a5fd5dbbfs_media_attributes.objecttype = : translation6917a5fd5dbbfs_media_attributes 
  AND translation6917a5fd5dbbfs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5dbbfs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5dbc2fallbacks_media_attributes ON translation6917a5fd5dbc2fallbacks_media_attributes.objecttype = : translation6917a5fd5dbc2fallbacks_media_attributes 
  AND translation6917a5fd5dbc2fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5dbc2fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5dbc5productStream ON translation6917a5fd5dbc5productStream.objecttype = : translation6917a5fd5dbc5productStream 
  AND translation6917a5fd5dbc5productStream.objectkey = stream.id 
  AND translation6917a5fd5dbc5productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5dbc8fallbackproductStream ON translation6917a5fd5dbc8fallbackproductStream.objecttype = : translation6917a5fd5dbc8fallbackproductStream 
  AND translation6917a5fd5dbc8fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5dbc8fallbackproductStream.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
  ":translation6917a5fd5dbb5s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5dbbbfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5dbbfs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5dbc2fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5dbc5productStream" => "productStream"
  ":translation6917a5fd5dbc8fallbackproductStream" => "productStream"
  ":translation6917a5fd5dbcacategory" => "category"
  ":translation6917a5fd5dbcdfallbackcategory" => "category"
]
0.0013 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 @1763157501 {#2467
    date: 2025-11-14 22:58:21.385666 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2467}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5e59fs_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5e5a5fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5e5a8s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5e5abfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5e5aeproductStream.objectdata as __stream_translation, 
  translation6917a5fd5e5b1fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5e5b4category.objectdata as __category_translation, 
  translation6917a5fd5e5b6fallbackcategory.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 translation6917a5fd5e5b4category ON translation6917a5fd5e5b4category.objecttype = : translation6917a5fd5e5b4category 
  AND translation6917a5fd5e5b4category.objectkey = category.id 
  AND translation6917a5fd5e5b4category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5e5b6fallbackcategory ON translation6917a5fd5e5b6fallbackcategory.objecttype = : translation6917a5fd5e5b6fallbackcategory 
  AND translation6917a5fd5e5b6fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5e5b6fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5e59fs_categories_attributes ON translation6917a5fd5e59fs_categories_attributes.objecttype = : translation6917a5fd5e59fs_categories_attributes 
  AND translation6917a5fd5e59fs_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5e59fs_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5e5a5fallbacks_categories_attributes ON translation6917a5fd5e5a5fallbacks_categories_attributes.objecttype = : translation6917a5fd5e5a5fallbacks_categories_attributes 
  AND translation6917a5fd5e5a5fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5e5a5fallbacks_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 translation6917a5fd5e5a8s_media_attributes ON translation6917a5fd5e5a8s_media_attributes.objecttype = : translation6917a5fd5e5a8s_media_attributes 
  AND translation6917a5fd5e5a8s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5e5a8s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5e5abfallbacks_media_attributes ON translation6917a5fd5e5abfallbacks_media_attributes.objecttype = : translation6917a5fd5e5abfallbacks_media_attributes 
  AND translation6917a5fd5e5abfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5e5abfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5e5aeproductStream ON translation6917a5fd5e5aeproductStream.objecttype = : translation6917a5fd5e5aeproductStream 
  AND translation6917a5fd5e5aeproductStream.objectkey = stream.id 
  AND translation6917a5fd5e5aeproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5e5b1fallbackproductStream ON translation6917a5fd5e5b1fallbackproductStream.objecttype = : translation6917a5fd5e5b1fallbackproductStream 
  AND translation6917a5fd5e5b1fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5e5b1fallbackproductStream.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
  ":translation6917a5fd5e59fs_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5e5a5fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5e5a8s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5e5abfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5e5aeproductStream" => "productStream"
  ":translation6917a5fd5e5b1fallbackproductStream" => "productStream"
  ":translation6917a5fd5e5b4category" => "category"
  ":translation6917a5fd5e5b6fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5ebd4s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5ebdafallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5ebdes_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5ebe0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5ebe3productStream.objectdata as __stream_translation, 
  translation6917a5fd5ebe6fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5ebe9category.objectdata as __category_translation, 
  translation6917a5fd5ebebfallbackcategory.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 translation6917a5fd5ebe9category ON translation6917a5fd5ebe9category.objecttype = : translation6917a5fd5ebe9category 
  AND translation6917a5fd5ebe9category.objectkey = category.id 
  AND translation6917a5fd5ebe9category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5ebebfallbackcategory ON translation6917a5fd5ebebfallbackcategory.objecttype = : translation6917a5fd5ebebfallbackcategory 
  AND translation6917a5fd5ebebfallbackcategory.objectkey = category.id 
  AND translation6917a5fd5ebebfallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5ebd4s_categories_attributes ON translation6917a5fd5ebd4s_categories_attributes.objecttype = : translation6917a5fd5ebd4s_categories_attributes 
  AND translation6917a5fd5ebd4s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5ebd4s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5ebdafallbacks_categories_attributes ON translation6917a5fd5ebdafallbacks_categories_attributes.objecttype = : translation6917a5fd5ebdafallbacks_categories_attributes 
  AND translation6917a5fd5ebdafallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5ebdafallbacks_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 translation6917a5fd5ebdes_media_attributes ON translation6917a5fd5ebdes_media_attributes.objecttype = : translation6917a5fd5ebdes_media_attributes 
  AND translation6917a5fd5ebdes_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5ebdes_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5ebe0fallbacks_media_attributes ON translation6917a5fd5ebe0fallbacks_media_attributes.objecttype = : translation6917a5fd5ebe0fallbacks_media_attributes 
  AND translation6917a5fd5ebe0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5ebe0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5ebe3productStream ON translation6917a5fd5ebe3productStream.objecttype = : translation6917a5fd5ebe3productStream 
  AND translation6917a5fd5ebe3productStream.objectkey = stream.id 
  AND translation6917a5fd5ebe3productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5ebe6fallbackproductStream ON translation6917a5fd5ebe6fallbackproductStream.objecttype = : translation6917a5fd5ebe6fallbackproductStream 
  AND translation6917a5fd5ebe6fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5ebe6fallbackproductStream.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
  ":translation6917a5fd5ebd4s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5ebdafallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5ebdes_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5ebe0fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5ebe3productStream" => "productStream"
  ":translation6917a5fd5ebe6fallbackproductStream" => "productStream"
  ":translation6917a5fd5ebe9category" => "category"
  ":translation6917a5fd5ebebfallbackcategory" => "category"
]
0.0013 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5f1e9s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5f1eefallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5f1f3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5f1f5fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5f1f8productStream.objectdata as __stream_translation, 
  translation6917a5fd5f1fbfallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5f1fecategory.objectdata as __category_translation, 
  translation6917a5fd5f200fallbackcategory.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 translation6917a5fd5f1fecategory ON translation6917a5fd5f1fecategory.objecttype = : translation6917a5fd5f1fecategory 
  AND translation6917a5fd5f1fecategory.objectkey = category.id 
  AND translation6917a5fd5f1fecategory.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5f200fallbackcategory ON translation6917a5fd5f200fallbackcategory.objecttype = : translation6917a5fd5f200fallbackcategory 
  AND translation6917a5fd5f200fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5f200fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5f1e9s_categories_attributes ON translation6917a5fd5f1e9s_categories_attributes.objecttype = : translation6917a5fd5f1e9s_categories_attributes 
  AND translation6917a5fd5f1e9s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5f1e9s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5f1eefallbacks_categories_attributes ON translation6917a5fd5f1eefallbacks_categories_attributes.objecttype = : translation6917a5fd5f1eefallbacks_categories_attributes 
  AND translation6917a5fd5f1eefallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5f1eefallbacks_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 translation6917a5fd5f1f3s_media_attributes ON translation6917a5fd5f1f3s_media_attributes.objecttype = : translation6917a5fd5f1f3s_media_attributes 
  AND translation6917a5fd5f1f3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5f1f3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5f1f5fallbacks_media_attributes ON translation6917a5fd5f1f5fallbacks_media_attributes.objecttype = : translation6917a5fd5f1f5fallbacks_media_attributes 
  AND translation6917a5fd5f1f5fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5f1f5fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5f1f8productStream ON translation6917a5fd5f1f8productStream.objecttype = : translation6917a5fd5f1f8productStream 
  AND translation6917a5fd5f1f8productStream.objectkey = stream.id 
  AND translation6917a5fd5f1f8productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5f1fbfallbackproductStream ON translation6917a5fd5f1fbfallbackproductStream.objecttype = : translation6917a5fd5f1fbfallbackproductStream 
  AND translation6917a5fd5f1fbfallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5f1fbfallbackproductStream.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
  ":translation6917a5fd5f1e9s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5f1eefallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5f1f3s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5f1f5fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5f1f8productStream" => "productStream"
  ":translation6917a5fd5f1fbfallbackproductStream" => "productStream"
  ":translation6917a5fd5f1fecategory" => "category"
  ":translation6917a5fd5f200fallbackcategory" => "category"
]
0.0013 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 73
]
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 => 74
  1 => DateTime @1763157501 {#2468
    date: 2025-11-14 22:58:21.391348 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2468}
]
0.0004 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd5fbbes_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd5fbc3fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd5fbc7s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd5fbcafallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd5fbcdproductStream.objectdata as __stream_translation, 
  translation6917a5fd5fbd0fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd5fbd3category.objectdata as __category_translation, 
  translation6917a5fd5fbd5fallbackcategory.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 translation6917a5fd5fbd3category ON translation6917a5fd5fbd3category.objecttype = : translation6917a5fd5fbd3category 
  AND translation6917a5fd5fbd3category.objectkey = category.id 
  AND translation6917a5fd5fbd3category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5fbd5fallbackcategory ON translation6917a5fd5fbd5fallbackcategory.objecttype = : translation6917a5fd5fbd5fallbackcategory 
  AND translation6917a5fd5fbd5fallbackcategory.objectkey = category.id 
  AND translation6917a5fd5fbd5fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd5fbbes_categories_attributes ON translation6917a5fd5fbbes_categories_attributes.objecttype = : translation6917a5fd5fbbes_categories_attributes 
  AND translation6917a5fd5fbbes_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5fbbes_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5fbc3fallbacks_categories_attributes ON translation6917a5fd5fbc3fallbacks_categories_attributes.objecttype = : translation6917a5fd5fbc3fallbacks_categories_attributes 
  AND translation6917a5fd5fbc3fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd5fbc3fallbacks_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 translation6917a5fd5fbc7s_media_attributes ON translation6917a5fd5fbc7s_media_attributes.objecttype = : translation6917a5fd5fbc7s_media_attributes 
  AND translation6917a5fd5fbc7s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5fbc7s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5fbcafallbacks_media_attributes ON translation6917a5fd5fbcafallbacks_media_attributes.objecttype = : translation6917a5fd5fbcafallbacks_media_attributes 
  AND translation6917a5fd5fbcafallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd5fbcafallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd5fbcdproductStream ON translation6917a5fd5fbcdproductStream.objecttype = : translation6917a5fd5fbcdproductStream 
  AND translation6917a5fd5fbcdproductStream.objectkey = stream.id 
  AND translation6917a5fd5fbcdproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd5fbd0fallbackproductStream ON translation6917a5fd5fbd0fallbackproductStream.objecttype = : translation6917a5fd5fbd0fallbackproductStream 
  AND translation6917a5fd5fbd0fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd5fbd0fallbackproductStream.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
  ":translation6917a5fd5fbbes_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd5fbc3fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd5fbc7s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5fbcafallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd5fbcdproductStream" => "productStream"
  ":translation6917a5fd5fbd0fallbackproductStream" => "productStream"
  ":translation6917a5fd5fbd3category" => "category"
  ":translation6917a5fd5fbd5fallbackcategory" => "category"
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd60164s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd60169fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd6016cs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd6016efallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd60171productStream.objectdata as __stream_translation, 
  translation6917a5fd60174fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd60176category.objectdata as __category_translation, 
  translation6917a5fd60178fallbackcategory.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 translation6917a5fd60176category ON translation6917a5fd60176category.objecttype = : translation6917a5fd60176category 
  AND translation6917a5fd60176category.objectkey = category.id 
  AND translation6917a5fd60176category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60178fallbackcategory ON translation6917a5fd60178fallbackcategory.objecttype = : translation6917a5fd60178fallbackcategory 
  AND translation6917a5fd60178fallbackcategory.objectkey = category.id 
  AND translation6917a5fd60178fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd60164s_categories_attributes ON translation6917a5fd60164s_categories_attributes.objecttype = : translation6917a5fd60164s_categories_attributes 
  AND translation6917a5fd60164s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd60164s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60169fallbacks_categories_attributes ON translation6917a5fd60169fallbacks_categories_attributes.objecttype = : translation6917a5fd60169fallbacks_categories_attributes 
  AND translation6917a5fd60169fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd60169fallbacks_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 translation6917a5fd6016cs_media_attributes ON translation6917a5fd6016cs_media_attributes.objecttype = : translation6917a5fd6016cs_media_attributes 
  AND translation6917a5fd6016cs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd6016cs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd6016efallbacks_media_attributes ON translation6917a5fd6016efallbacks_media_attributes.objecttype = : translation6917a5fd6016efallbacks_media_attributes 
  AND translation6917a5fd6016efallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd6016efallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd60171productStream ON translation6917a5fd60171productStream.objecttype = : translation6917a5fd60171productStream 
  AND translation6917a5fd60171productStream.objectkey = stream.id 
  AND translation6917a5fd60171productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60174fallbackproductStream ON translation6917a5fd60174fallbackproductStream.objecttype = : translation6917a5fd60174fallbackproductStream 
  AND translation6917a5fd60174fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd60174fallbackproductStream.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
  ":translation6917a5fd60164s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd60169fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd6016cs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd6016efallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd60171productStream" => "productStream"
  ":translation6917a5fd60174fallbackproductStream" => "productStream"
  ":translation6917a5fd60176category" => "category"
  ":translation6917a5fd60178fallbackcategory" => "category"
]
0.0012 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd606ces_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd606d3fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd606d6s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd606d9fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd606dcproductStream.objectdata as __stream_translation, 
  translation6917a5fd606defallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd606e1category.objectdata as __category_translation, 
  translation6917a5fd606e3fallbackcategory.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 translation6917a5fd606e1category ON translation6917a5fd606e1category.objecttype = : translation6917a5fd606e1category 
  AND translation6917a5fd606e1category.objectkey = category.id 
  AND translation6917a5fd606e1category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd606e3fallbackcategory ON translation6917a5fd606e3fallbackcategory.objecttype = : translation6917a5fd606e3fallbackcategory 
  AND translation6917a5fd606e3fallbackcategory.objectkey = category.id 
  AND translation6917a5fd606e3fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd606ces_categories_attributes ON translation6917a5fd606ces_categories_attributes.objecttype = : translation6917a5fd606ces_categories_attributes 
  AND translation6917a5fd606ces_categories_attributes.objectkey = category.id 
  AND translation6917a5fd606ces_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd606d3fallbacks_categories_attributes ON translation6917a5fd606d3fallbacks_categories_attributes.objecttype = : translation6917a5fd606d3fallbacks_categories_attributes 
  AND translation6917a5fd606d3fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd606d3fallbacks_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 translation6917a5fd606d6s_media_attributes ON translation6917a5fd606d6s_media_attributes.objecttype = : translation6917a5fd606d6s_media_attributes 
  AND translation6917a5fd606d6s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd606d6s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd606d9fallbacks_media_attributes ON translation6917a5fd606d9fallbacks_media_attributes.objecttype = : translation6917a5fd606d9fallbacks_media_attributes 
  AND translation6917a5fd606d9fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd606d9fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd606dcproductStream ON translation6917a5fd606dcproductStream.objecttype = : translation6917a5fd606dcproductStream 
  AND translation6917a5fd606dcproductStream.objectkey = stream.id 
  AND translation6917a5fd606dcproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd606defallbackproductStream ON translation6917a5fd606defallbackproductStream.objecttype = : translation6917a5fd606defallbackproductStream 
  AND translation6917a5fd606defallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd606defallbackproductStream.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
  ":translation6917a5fd606ces_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd606d3fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd606d6s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd606d9fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd606dcproductStream" => "productStream"
  ":translation6917a5fd606defallbackproductStream" => "productStream"
  ":translation6917a5fd606e1category" => "category"
  ":translation6917a5fd606e3fallbackcategory" => "category"
]
0.0012 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 @1763157501 {#2469
    date: 2025-11-14 22:58:21.396487 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2469}
]
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, 
  translation6917a5fd60f7es_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd60f8afallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd60f8es_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd60f91fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd60f93productStream.objectdata as __stream_translation, 
  translation6917a5fd60f96fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd60f98category.objectdata as __category_translation, 
  translation6917a5fd60f9afallbackcategory.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 translation6917a5fd60f98category ON translation6917a5fd60f98category.objecttype = : translation6917a5fd60f98category 
  AND translation6917a5fd60f98category.objectkey = category.id 
  AND translation6917a5fd60f98category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60f9afallbackcategory ON translation6917a5fd60f9afallbackcategory.objecttype = : translation6917a5fd60f9afallbackcategory 
  AND translation6917a5fd60f9afallbackcategory.objectkey = category.id 
  AND translation6917a5fd60f9afallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd60f7es_categories_attributes ON translation6917a5fd60f7es_categories_attributes.objecttype = : translation6917a5fd60f7es_categories_attributes 
  AND translation6917a5fd60f7es_categories_attributes.objectkey = category.id 
  AND translation6917a5fd60f7es_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60f8afallbacks_categories_attributes ON translation6917a5fd60f8afallbacks_categories_attributes.objecttype = : translation6917a5fd60f8afallbacks_categories_attributes 
  AND translation6917a5fd60f8afallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd60f8afallbacks_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 translation6917a5fd60f8es_media_attributes ON translation6917a5fd60f8es_media_attributes.objecttype = : translation6917a5fd60f8es_media_attributes 
  AND translation6917a5fd60f8es_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd60f8es_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60f91fallbacks_media_attributes ON translation6917a5fd60f91fallbacks_media_attributes.objecttype = : translation6917a5fd60f91fallbacks_media_attributes 
  AND translation6917a5fd60f91fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd60f91fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd60f93productStream ON translation6917a5fd60f93productStream.objecttype = : translation6917a5fd60f93productStream 
  AND translation6917a5fd60f93productStream.objectkey = stream.id 
  AND translation6917a5fd60f93productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd60f96fallbackproductStream ON translation6917a5fd60f96fallbackproductStream.objecttype = : translation6917a5fd60f96fallbackproductStream 
  AND translation6917a5fd60f96fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd60f96fallbackproductStream.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
  ":translation6917a5fd60f7es_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd60f8afallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd60f8es_media_attributes" => "s_media_attributes"
  ":translation6917a5fd60f91fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd60f93productStream" => "productStream"
  ":translation6917a5fd60f96fallbackproductStream" => "productStream"
  ":translation6917a5fd60f98category" => "category"
  ":translation6917a5fd60f9afallbackcategory" => "category"
]
0.0011 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID, 
  stream.id as __stream_id, 
  stream.name as __stream_name, 
  stream.description as __stream_description, 
  stream.type as __stream_type, 
  productStreamAttribute.id as __productStreamAttribute_id, 
  productStreamAttribute.streamID as __productStreamAttribute_streamID, 
  GROUP_CONCAT(customerGroups.customergroupID) as __category_customer_groups, 
  translation6917a5fd61481s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd61485fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd61489s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd6148bfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd6148dproductStream.objectdata as __stream_translation, 
  translation6917a5fd6148ffallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd61491category.objectdata as __category_translation, 
  translation6917a5fd61493fallbackcategory.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 translation6917a5fd61491category ON translation6917a5fd61491category.objecttype = : translation6917a5fd61491category 
  AND translation6917a5fd61491category.objectkey = category.id 
  AND translation6917a5fd61491category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd61493fallbackcategory ON translation6917a5fd61493fallbackcategory.objecttype = : translation6917a5fd61493fallbackcategory 
  AND translation6917a5fd61493fallbackcategory.objectkey = category.id 
  AND translation6917a5fd61493fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd61481s_categories_attributes ON translation6917a5fd61481s_categories_attributes.objecttype = : translation6917a5fd61481s_categories_attributes 
  AND translation6917a5fd61481s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd61481s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd61485fallbacks_categories_attributes ON translation6917a5fd61485fallbacks_categories_attributes.objecttype = : translation6917a5fd61485fallbacks_categories_attributes 
  AND translation6917a5fd61485fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd61485fallbacks_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 translation6917a5fd61489s_media_attributes ON translation6917a5fd61489s_media_attributes.objecttype = : translation6917a5fd61489s_media_attributes 
  AND translation6917a5fd61489s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd61489s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd6148bfallbacks_media_attributes ON translation6917a5fd6148bfallbacks_media_attributes.objecttype = : translation6917a5fd6148bfallbacks_media_attributes 
  AND translation6917a5fd6148bfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd6148bfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd6148dproductStream ON translation6917a5fd6148dproductStream.objecttype = : translation6917a5fd6148dproductStream 
  AND translation6917a5fd6148dproductStream.objectkey = stream.id 
  AND translation6917a5fd6148dproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd6148ffallbackproductStream ON translation6917a5fd6148ffallbackproductStream.objecttype = : translation6917a5fd6148ffallbackproductStream 
  AND translation6917a5fd6148ffallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd6148ffallbackproductStream.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
  ":translation6917a5fd61481s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd61485fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd61489s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd6148bfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd6148dproductStream" => "productStream"
  ":translation6917a5fd6148ffallbackproductStream" => "productStream"
  ":translation6917a5fd61491category" => "category"
  ":translation6917a5fd61493fallbackcategory" => "category"
]
0.0010 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, 
  translation6917a5fd61954s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd61959fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd6195cs_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd6195efallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd61961productStream.objectdata as __stream_translation, 
  translation6917a5fd61963fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd61965category.objectdata as __category_translation, 
  translation6917a5fd61967fallbackcategory.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 translation6917a5fd61965category ON translation6917a5fd61965category.objecttype = : translation6917a5fd61965category 
  AND translation6917a5fd61965category.objectkey = category.id 
  AND translation6917a5fd61965category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd61967fallbackcategory ON translation6917a5fd61967fallbackcategory.objecttype = : translation6917a5fd61967fallbackcategory 
  AND translation6917a5fd61967fallbackcategory.objectkey = category.id 
  AND translation6917a5fd61967fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd61954s_categories_attributes ON translation6917a5fd61954s_categories_attributes.objecttype = : translation6917a5fd61954s_categories_attributes 
  AND translation6917a5fd61954s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd61954s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd61959fallbacks_categories_attributes ON translation6917a5fd61959fallbacks_categories_attributes.objecttype = : translation6917a5fd61959fallbacks_categories_attributes 
  AND translation6917a5fd61959fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd61959fallbacks_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 translation6917a5fd6195cs_media_attributes ON translation6917a5fd6195cs_media_attributes.objecttype = : translation6917a5fd6195cs_media_attributes 
  AND translation6917a5fd6195cs_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd6195cs_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd6195efallbacks_media_attributes ON translation6917a5fd6195efallbacks_media_attributes.objecttype = : translation6917a5fd6195efallbacks_media_attributes 
  AND translation6917a5fd6195efallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd6195efallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd61961productStream ON translation6917a5fd61961productStream.objecttype = : translation6917a5fd61961productStream 
  AND translation6917a5fd61961productStream.objectkey = stream.id 
  AND translation6917a5fd61961productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd61963fallbackproductStream ON translation6917a5fd61963fallbackproductStream.objecttype = : translation6917a5fd61963fallbackproductStream 
  AND translation6917a5fd61963fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd61963fallbackproductStream.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
  ":translation6917a5fd61954s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd61959fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd6195cs_media_attributes" => "s_media_attributes"
  ":translation6917a5fd6195efallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd61961productStream" => "productStream"
  ":translation6917a5fd61963fallbackproductStream" => "productStream"
  ":translation6917a5fd61965category" => "category"
  ":translation6917a5fd61967fallbackcategory" => "category"
]
0.0011 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 @1763157501 {#2470
    date: 2025-11-14 22:58:21.401096 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2470}
]
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 @1763157501 {#2471
    date: 2025-11-14 22:58:21.401845 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2471}
]
0.0003 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 @1763157501 {#2472
    date: 2025-11-14 22:58:21.402584 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2472}
]
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 @1763157501 {#2473
    date: 2025-11-14 22:58:21.403260 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2473}
]
0.0003 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 @1763157501 {#2474
    date: 2025-11-14 22:58:21.403935 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2474}
]
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, 
  translation6917a5fd62c29s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd62c2dfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd62c30s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd62c32fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd62c34productStream.objectdata as __stream_translation, 
  translation6917a5fd62c36fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd62c38category.objectdata as __category_translation, 
  translation6917a5fd62c39fallbackcategory.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 translation6917a5fd62c38category ON translation6917a5fd62c38category.objecttype = : translation6917a5fd62c38category 
  AND translation6917a5fd62c38category.objectkey = category.id 
  AND translation6917a5fd62c38category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd62c39fallbackcategory ON translation6917a5fd62c39fallbackcategory.objecttype = : translation6917a5fd62c39fallbackcategory 
  AND translation6917a5fd62c39fallbackcategory.objectkey = category.id 
  AND translation6917a5fd62c39fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd62c29s_categories_attributes ON translation6917a5fd62c29s_categories_attributes.objecttype = : translation6917a5fd62c29s_categories_attributes 
  AND translation6917a5fd62c29s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd62c29s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd62c2dfallbacks_categories_attributes ON translation6917a5fd62c2dfallbacks_categories_attributes.objecttype = : translation6917a5fd62c2dfallbacks_categories_attributes 
  AND translation6917a5fd62c2dfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd62c2dfallbacks_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 translation6917a5fd62c30s_media_attributes ON translation6917a5fd62c30s_media_attributes.objecttype = : translation6917a5fd62c30s_media_attributes 
  AND translation6917a5fd62c30s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd62c30s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd62c32fallbacks_media_attributes ON translation6917a5fd62c32fallbacks_media_attributes.objecttype = : translation6917a5fd62c32fallbacks_media_attributes 
  AND translation6917a5fd62c32fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd62c32fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd62c34productStream ON translation6917a5fd62c34productStream.objecttype = : translation6917a5fd62c34productStream 
  AND translation6917a5fd62c34productStream.objectkey = stream.id 
  AND translation6917a5fd62c34productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd62c36fallbackproductStream ON translation6917a5fd62c36fallbackproductStream.objecttype = : translation6917a5fd62c36fallbackproductStream 
  AND translation6917a5fd62c36fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd62c36fallbackproductStream.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
  ":translation6917a5fd62c29s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd62c2dfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd62c30s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd62c32fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd62c34productStream" => "productStream"
  ":translation6917a5fd62c36fallbackproductStream" => "productStream"
  ":translation6917a5fd62c38category" => "category"
  ":translation6917a5fd62c39fallbackcategory" => "category"
]
0.0010 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, 
  translation6917a5fd630a7s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd630abfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd630aes_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd630b0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd630b2productStream.objectdata as __stream_translation, 
  translation6917a5fd630b4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd630b6category.objectdata as __category_translation, 
  translation6917a5fd630b7fallbackcategory.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 translation6917a5fd630b6category ON translation6917a5fd630b6category.objecttype = : translation6917a5fd630b6category 
  AND translation6917a5fd630b6category.objectkey = category.id 
  AND translation6917a5fd630b6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd630b7fallbackcategory ON translation6917a5fd630b7fallbackcategory.objecttype = : translation6917a5fd630b7fallbackcategory 
  AND translation6917a5fd630b7fallbackcategory.objectkey = category.id 
  AND translation6917a5fd630b7fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd630a7s_categories_attributes ON translation6917a5fd630a7s_categories_attributes.objecttype = : translation6917a5fd630a7s_categories_attributes 
  AND translation6917a5fd630a7s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd630a7s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd630abfallbacks_categories_attributes ON translation6917a5fd630abfallbacks_categories_attributes.objecttype = : translation6917a5fd630abfallbacks_categories_attributes 
  AND translation6917a5fd630abfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd630abfallbacks_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 translation6917a5fd630aes_media_attributes ON translation6917a5fd630aes_media_attributes.objecttype = : translation6917a5fd630aes_media_attributes 
  AND translation6917a5fd630aes_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd630aes_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd630b0fallbacks_media_attributes ON translation6917a5fd630b0fallbacks_media_attributes.objecttype = : translation6917a5fd630b0fallbacks_media_attributes 
  AND translation6917a5fd630b0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd630b0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd630b2productStream ON translation6917a5fd630b2productStream.objecttype = : translation6917a5fd630b2productStream 
  AND translation6917a5fd630b2productStream.objectkey = stream.id 
  AND translation6917a5fd630b2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd630b4fallbackproductStream ON translation6917a5fd630b4fallbackproductStream.objecttype = : translation6917a5fd630b4fallbackproductStream 
  AND translation6917a5fd630b4fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd630b4fallbackproductStream.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
  ":translation6917a5fd630a7s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd630abfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd630aes_media_attributes" => "s_media_attributes"
  ":translation6917a5fd630b0fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd630b2productStream" => "productStream"
  ":translation6917a5fd630b4fallbackproductStream" => "productStream"
  ":translation6917a5fd630b6category" => "category"
  ":translation6917a5fd630b7fallbackcategory" => "category"
]
0.0009 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 80
]
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 => 5
  1 => DateTime @1763157501 {#2475
    date: 2025-11-14 22:58:21.406922 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2475}
]
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 @1763157501 {#2476
    date: 2025-11-14 22:58:21.407601 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2476}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 7
]
0.0001 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 8
  1 => DateTime @1763157501 {#2477
    date: 2025-11-14 22:58:21.408240 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2477}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 8
]
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 => 9
  1 => DateTime @1763157501 {#2478
    date: 2025-11-14 22:58:21.408988 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2478}
]
0.0003 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 9
]
0.0002 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 10
  1 => DateTime @1763157501 {#2479
    date: 2025-11-14 22:58:21.409674 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2479}
]
0.0003 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 @1763157501 {#2480
    date: 2025-11-14 22:58:21.410347 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2480}
]
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 @1763157501 {#2481
    date: 2025-11-14 22:58:21.411031 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2481}
]
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, 
  translation6917a5fd647c7s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd647cbfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd647ces_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd647d0fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd647d2productStream.objectdata as __stream_translation, 
  translation6917a5fd647d4fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd647d6category.objectdata as __category_translation, 
  translation6917a5fd647d8fallbackcategory.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 translation6917a5fd647d6category ON translation6917a5fd647d6category.objecttype = : translation6917a5fd647d6category 
  AND translation6917a5fd647d6category.objectkey = category.id 
  AND translation6917a5fd647d6category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd647d8fallbackcategory ON translation6917a5fd647d8fallbackcategory.objecttype = : translation6917a5fd647d8fallbackcategory 
  AND translation6917a5fd647d8fallbackcategory.objectkey = category.id 
  AND translation6917a5fd647d8fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd647c7s_categories_attributes ON translation6917a5fd647c7s_categories_attributes.objecttype = : translation6917a5fd647c7s_categories_attributes 
  AND translation6917a5fd647c7s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd647c7s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd647cbfallbacks_categories_attributes ON translation6917a5fd647cbfallbacks_categories_attributes.objecttype = : translation6917a5fd647cbfallbacks_categories_attributes 
  AND translation6917a5fd647cbfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd647cbfallbacks_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 translation6917a5fd647ces_media_attributes ON translation6917a5fd647ces_media_attributes.objecttype = : translation6917a5fd647ces_media_attributes 
  AND translation6917a5fd647ces_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd647ces_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd647d0fallbacks_media_attributes ON translation6917a5fd647d0fallbacks_media_attributes.objecttype = : translation6917a5fd647d0fallbacks_media_attributes 
  AND translation6917a5fd647d0fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd647d0fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd647d2productStream ON translation6917a5fd647d2productStream.objecttype = : translation6917a5fd647d2productStream 
  AND translation6917a5fd647d2productStream.objectkey = stream.id 
  AND translation6917a5fd647d2productStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd647d4fallbackproductStream ON translation6917a5fd647d4fallbackproductStream.objecttype = : translation6917a5fd647d4fallbackproductStream 
  AND translation6917a5fd647d4fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd647d4fallbackproductStream.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
  ":translation6917a5fd647c7s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd647cbfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd647ces_media_attributes" => "s_media_attributes"
  ":translation6917a5fd647d0fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd647d2productStream" => "productStream"
  ":translation6917a5fd647d4fallbackproductStream" => "productStream"
  ":translation6917a5fd647d6category" => "category"
  ":translation6917a5fd647d8fallbackcategory" => "category"
]
0.0010 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 @1763157501 {#2482
    date: 2025-11-14 22:58:21.412853 Europe/Berlin (+01:00)
  }
  2 => DateTime @1763157501 {#2482}
]
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, 
  translation6917a5fd64ef3s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd64ef8fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd64efas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd64efdfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd64effproductStream.objectdata as __stream_translation, 
  translation6917a5fd64f01fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd64f03category.objectdata as __category_translation, 
  translation6917a5fd64f05fallbackcategory.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 translation6917a5fd64f03category ON translation6917a5fd64f03category.objecttype = : translation6917a5fd64f03category 
  AND translation6917a5fd64f03category.objectkey = category.id 
  AND translation6917a5fd64f03category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd64f05fallbackcategory ON translation6917a5fd64f05fallbackcategory.objecttype = : translation6917a5fd64f05fallbackcategory 
  AND translation6917a5fd64f05fallbackcategory.objectkey = category.id 
  AND translation6917a5fd64f05fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd64ef3s_categories_attributes ON translation6917a5fd64ef3s_categories_attributes.objecttype = : translation6917a5fd64ef3s_categories_attributes 
  AND translation6917a5fd64ef3s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd64ef3s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd64ef8fallbacks_categories_attributes ON translation6917a5fd64ef8fallbacks_categories_attributes.objecttype = : translation6917a5fd64ef8fallbacks_categories_attributes 
  AND translation6917a5fd64ef8fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd64ef8fallbacks_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 translation6917a5fd64efas_media_attributes ON translation6917a5fd64efas_media_attributes.objecttype = : translation6917a5fd64efas_media_attributes 
  AND translation6917a5fd64efas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd64efas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd64efdfallbacks_media_attributes ON translation6917a5fd64efdfallbacks_media_attributes.objecttype = : translation6917a5fd64efdfallbacks_media_attributes 
  AND translation6917a5fd64efdfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd64efdfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd64effproductStream ON translation6917a5fd64effproductStream.objecttype = : translation6917a5fd64effproductStream 
  AND translation6917a5fd64effproductStream.objectkey = stream.id 
  AND translation6917a5fd64effproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd64f01fallbackproductStream ON translation6917a5fd64f01fallbackproductStream.objecttype = : translation6917a5fd64f01fallbackproductStream 
  AND translation6917a5fd64f01fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd64f01fallbackproductStream.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
  ":translation6917a5fd64ef3s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd64ef8fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd64efas_media_attributes" => "s_media_attributes"
  ":translation6917a5fd64efdfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd64effproductStream" => "productStream"
  ":translation6917a5fd64f01fallbackproductStream" => "productStream"
  ":translation6917a5fd64f03category" => "category"
  ":translation6917a5fd64f05fallbackcategory" => "category"
]
0.0010 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" => 5
]
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 
  element.template_id, 
  element.name, 
  element_value.value, 
  element.default_value as defaultValue, 
  element.type 
FROM 
  s_core_templates_config_elements element 
  LEFT JOIN s_core_templates_config_values element_value ON element_value.element_id = element.id 
  AND element_value.shop_id = : shopId 
WHERE 
  element.template_id IN (: ids)
array:2 [
  ":shopId" => 1
  ":ids" => array:3 [
    0 => 24
    1 => 23
    2 => 22
  ]
]
0.0002 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 5
]
0.0003 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:2 [
    0 => 5
    2 => "3"
  ]
  ":shopId" => "%|3|%"
]
0.0010 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, 
  translation6917a5fd68697s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd686acfallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd686bas_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd686c4fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd686cfproductStream.objectdata as __stream_translation, 
  translation6917a5fd686d9fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd686e2category.objectdata as __category_translation, 
  translation6917a5fd686eafallbackcategory.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 translation6917a5fd686e2category ON translation6917a5fd686e2category.objecttype = : translation6917a5fd686e2category 
  AND translation6917a5fd686e2category.objectkey = category.id 
  AND translation6917a5fd686e2category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd686eafallbackcategory ON translation6917a5fd686eafallbackcategory.objecttype = : translation6917a5fd686eafallbackcategory 
  AND translation6917a5fd686eafallbackcategory.objectkey = category.id 
  AND translation6917a5fd686eafallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd68697s_categories_attributes ON translation6917a5fd68697s_categories_attributes.objecttype = : translation6917a5fd68697s_categories_attributes 
  AND translation6917a5fd68697s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd68697s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd686acfallbacks_categories_attributes ON translation6917a5fd686acfallbacks_categories_attributes.objecttype = : translation6917a5fd686acfallbacks_categories_attributes 
  AND translation6917a5fd686acfallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd686acfallbacks_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 translation6917a5fd686bas_media_attributes ON translation6917a5fd686bas_media_attributes.objecttype = : translation6917a5fd686bas_media_attributes 
  AND translation6917a5fd686bas_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd686bas_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd686c4fallbacks_media_attributes ON translation6917a5fd686c4fallbacks_media_attributes.objecttype = : translation6917a5fd686c4fallbacks_media_attributes 
  AND translation6917a5fd686c4fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd686c4fallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd686cfproductStream ON translation6917a5fd686cfproductStream.objecttype = : translation6917a5fd686cfproductStream 
  AND translation6917a5fd686cfproductStream.objectkey = stream.id 
  AND translation6917a5fd686cfproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd686d9fallbackproductStream ON translation6917a5fd686d9fallbackproductStream.objecttype = : translation6917a5fd686d9fallbackproductStream 
  AND translation6917a5fd686d9fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd686d9fallbackproductStream.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:11 [
    0 => 5
    1 => "3"
    2 => 3
    3 => 5
    4 => 7
    5 => 8
    6 => 9
    7 => 10
    8 => 11
    9 => 81
    10 => 12
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation6917a5fd68697s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd686acfallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd686bas_media_attributes" => "s_media_attributes"
  ":translation6917a5fd686c4fallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd686cfproductStream" => "productStream"
  ":translation6917a5fd686d9fallbackproductStream" => "productStream"
  ":translation6917a5fd686e2category" => "category"
  ":translation6917a5fd686eafallbackcategory" => "category"
]
0.0057 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:11 [
    0 => 5
    1 => "3"
    2 => 3
    3 => 5
    4 => 7
    5 => 8
    6 => 9
    7 => 10
    8 => 11
    9 => 81
    10 => 12
  ]
]
0.0011 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.0007 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.0007 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.0004 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0003 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0003 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0003 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0003 ms
SELECT 
  page.id, 
  page.description, 
  page.link, 
  page.target, 
  page.parentID, 
  groups.key as `group`, 
  mapping.key as mapping, 
  translation6917a5fd6bf35page.objectdata as __page_translation, 
  translation6917a5fd6bf5efallbackpage.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 translation6917a5fd6bf35page ON translation6917a5fd6bf35page.objecttype = : translation6917a5fd6bf35page 
  AND translation6917a5fd6bf35page.objectkey = page.id 
  AND translation6917a5fd6bf35page.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd6bf5efallbackpage ON translation6917a5fd6bf5efallbackpage.objecttype = : translation6917a5fd6bf5efallbackpage 
  AND translation6917a5fd6bf5efallbackpage.objectkey = page.id 
  AND translation6917a5fd6bf5efallbackpage.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
  ":translation6917a5fd6bf35page" => "page"
  ":languagefallback" => 0
  ":translation6917a5fd6bf5efallbackpage" => "page"
  ":shopId" => 3
  ":staticShopId" => "%|3|%"
]
0.0032 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.0014 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=detail&sArticle=20"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 3
  ":orgPath" => array:1 [
    0 => "sViewport=detail&sArticle=20"
  ]
]
0.0003 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 3
  ":orgPath" => array:1 [
    0 => "sViewport=detail&sArticle=20"
  ]
]
0.0001 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 
  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.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 
  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.0001 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=detail&sArticle=20"
  ]
]
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=compare&sAction=add_article"
  ]
]
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=note&sAction=add"
  ]
]
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=note&sAction=ajaxAdd"
  ]
]
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=listing&sAction=manufacturer&sSupplier=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" => 3
  ":orgPath" => array:1 [
    0 => "sViewport=detail&sArticle=20"
  ]
]
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 
  product.id as __product_id, 
  product.supplierID as __product_supplierID, 
  product.name as __product_name, 
  product.description as __product_description, 
  product.description_long as __product_description_long, 
  product.shippingtime as __product_shippingtime, 
  product.datum as __product_datum, 
  product.active as __product_active, 
  product.taxID as __product_taxID, 
  product.pseudosales as __product_pseudosales, 
  product.topseller as __product_topseller, 
  product.metaTitle as __product_metaTitle, 
  product.keywords as __product_keywords, 
  product.changetime as __product_changetime, 
  product.pricegroupID as __product_pricegroupID, 
  product.pricegroupActive as __product_pricegroupActive, 
  product.filtergroupID as __product_filtergroupID, 
  product.crossbundlelook as __product_crossbundlelook, 
  product.notification as __product_notification, 
  product.template as __product_template, 
  product.mode as __product_mode, 
  product.main_detail_id as __product_main_detail_id, 
  product.available_from as __product_available_from, 
  product.available_to as __product_available_to, 
  product.configurator_set_id as __product_configurator_set_id, 
  productAttribute.id as __productAttribute_id, 
  productAttribute.articledetailsID as __productAttribute_articledetailsID, 
  productAttribute.attr1 as __productAttribute_attr1, 
  productAttribute.attr2 as __productAttribute_attr2, 
  productAttribute.attr3 as __productAttribute_attr3, 
  productAttribute.attr4 as __productAttribute_attr4, 
  productAttribute.attr5 as __productAttribute_attr5, 
  productAttribute.attr6 as __productAttribute_attr6, 
  productAttribute.attr7 as __productAttribute_attr7, 
  productAttribute.attr8 as __productAttribute_attr8, 
  productAttribute.attr9 as __productAttribute_attr9, 
  productAttribute.attr10 as __productAttribute_attr10, 
  productAttribute.attr11 as __productAttribute_attr11, 
  productAttribute.attr12 as __productAttribute_attr12, 
  productAttribute.attr13 as __productAttribute_attr13, 
  productAttribute.attr14 as __productAttribute_attr14, 
  productAttribute.attr15 as __productAttribute_attr15, 
  productAttribute.attr16 as __productAttribute_attr16, 
  productAttribute.attr17 as __productAttribute_attr17, 
  productAttribute.attr18 as __productAttribute_attr18, 
  productAttribute.attr19 as __productAttribute_attr19, 
  productAttribute.attr20 as __productAttribute_attr20, 
  topSeller.sales as __topSeller_sales, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber, 
  variant.suppliernumber as __variant_suppliernumber, 
  variant.kind as __variant_kind, 
  variant.additionaltext as __variant_additionaltext, 
  variant.sales as __variant_sales, 
  variant.active as __variant_active, 
  variant.instock as __variant_instock, 
  variant.stockmin as __variant_stockmin, 
  variant.weight as __variant_weight, 
  variant.position as __variant_position, 
  variant.width as __variant_width, 
  variant.height as __variant_height, 
  variant.length as __variant_length, 
  variant.ean as __variant_ean, 
  variant.unitID as __variant_unitID, 
  variant.releasedate as __variant_releasedate, 
  variant.shippingfree as __variant_shippingfree, 
  variant.shippingtime as __variant_shippingtime, 
  variant.laststock as __product_laststock, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description, 
  manufacturer.id as __manufacturer_id, 
  manufacturer.name as __manufacturer_name, 
  manufacturer.img as __manufacturer_img, 
  manufacturer.link as __manufacturer_link, 
  manufacturer.description as __manufacturer_description, 
  manufacturer.meta_title as __manufacturer_meta_title, 
  manufacturer.meta_description as __manufacturer_meta_description, 
  manufacturer.meta_keywords as __manufacturer_meta_keywords, 
  manufacturerAttribute.id as __manufacturerAttribute_id, 
  manufacturerAttribute.supplierID as __manufacturerAttribute_supplierID, 
  esd.id as __esd_id, 
  esd.articleID as __esd_articleID, 
  esd.articledetailsID as __esd_articledetailsID, 
  esd.file as __esd_file, 
  esd.serials as __esd_serials, 
  esd.notification as __esd_notification, 
  esd.maxdownloads as __esd_maxdownloads, 
  esd.datum as __esd_datum, 
  esdAttribute.id as __esdAttribute_id, 
  esdAttribute.esdID as __esdAttribute_esdID, 
  (
    SELECT 
      1 
    FROM 
      s_articles_esd variantEsd 
    WHERE 
      variantEsd.articleID = product.id 
    LIMIT 
      1
  ) as __product_has_esd, 
  (
    SELECT 
      GROUP_CONCAT(
        customerGroups.customergroupId SEPARATOR '|'
      ) 
    FROM 
      s_articles_avoid_customergroups customerGroups 
    WHERE 
      customerGroups.articleID = product.id
  ) as __product_blocked_customer_groups, 
  (
    SELECT 
      COUNT(availableVariant.id) 
    FROM 
      s_articles_details availableVariant 
    WHERE 
      (
        availableVariant.articleID = product.id
      ) 
      AND (availableVariant.active = 1) 
      AND (
        (
          availableVariant.laststock * availableVariant.instock
        ) >= (
          availableVariant.laststock * availableVariant.minpurchase
        )
      )
  ) as __product_has_available_variants, 
  (
    SELECT 
      COUNT(
        DISTINCT ROUND(prices.price, 2)
      ) as priceCount 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details priceVariant ON priceVariant.id = prices.articledetailsID 
      and priceVariant.active = 1 
    WHERE 
      (prices.from = 1) 
      AND (prices.pricegroup = : fallback) 
      AND (prices.articleID = product.id)
  ) as __product_fallback_price_count, 
  manufacturerMedia.id as __manufacturer_img_id, 
  translation6917a5fd7fa2aarticle.objectdata as __product_translation, 
  translation6917a5fd7fa2ffallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd7fa33variant.objectdata as __variant_translation, 
  translation6917a5fd7fa36fallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd7fa39supplier.objectdata as __manufacturer_translation, 
  translation6917a5fd7fa3cfallbacksupplier.objectdata as __manufacturer_translation_fallback, 
  translation6917a5fd7fa3fconfig_units.objectdata as __unit_translation, 
  translation6917a5fd7fa42fallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd7fa45s_articles_esd_attributes.objectdata as __esdAttribute_translation, 
  translation6917a5fd7fa47fallbacks_articles_esd_attributes.objectdata as __esdAttribute_translation_fallback 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
  LEFT JOIN s_articles_esd esd ON esd.articledetailsID = variant.id 
  LEFT JOIN s_core_translations translation6917a5fd7fa33variant ON translation6917a5fd7fa33variant.objecttype = : translation6917a5fd7fa33variant 
  AND translation6917a5fd7fa33variant.objectkey = variant.id 
  AND translation6917a5fd7fa33variant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd7fa36fallbackvariant ON translation6917a5fd7fa36fallbackvariant.objecttype = : translation6917a5fd7fa36fallbackvariant 
  AND translation6917a5fd7fa36fallbackvariant.objectkey = variant.id 
  AND translation6917a5fd7fa36fallbackvariant.objectlanguage = : languagefallback 
  INNER JOIN s_core_tax tax ON tax.id = product.taxID 
  LEFT JOIN s_articles_supplier manufacturer ON manufacturer.id = product.supplierID 
  LEFT JOIN s_core_pricegroups priceGroup ON priceGroup.id = product.pricegroupID 
  LEFT JOIN s_articles_supplier_attributes manufacturerAttribute ON manufacturerAttribute.supplierID = product.supplierID 
  LEFT JOIN s_articles_top_seller_ro topSeller ON topSeller.article_id = product.id 
  LEFT JOIN s_core_translations translation6917a5fd7fa2aarticle ON translation6917a5fd7fa2aarticle.objecttype = : translation6917a5fd7fa2aarticle 
  AND translation6917a5fd7fa2aarticle.objectkey = product.id 
  AND translation6917a5fd7fa2aarticle.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd7fa2ffallbackarticle ON translation6917a5fd7fa2ffallbackarticle.objecttype = : translation6917a5fd7fa2ffallbackarticle 
  AND translation6917a5fd7fa2ffallbackarticle.objectkey = product.id 
  AND translation6917a5fd7fa2ffallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_media manufacturerMedia ON manufacturerMedia.path = manufacturer.img 
  LEFT JOIN s_core_translations translation6917a5fd7fa39supplier ON translation6917a5fd7fa39supplier.objecttype = : translation6917a5fd7fa39supplier 
  AND translation6917a5fd7fa39supplier.objectkey = manufacturer.id 
  AND translation6917a5fd7fa39supplier.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd7fa3cfallbacksupplier ON translation6917a5fd7fa3cfallbacksupplier.objecttype = : translation6917a5fd7fa3cfallbacksupplier 
  AND translation6917a5fd7fa3cfallbacksupplier.objectkey = manufacturer.id 
  AND translation6917a5fd7fa3cfallbacksupplier.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd7fa3fconfig_units ON translation6917a5fd7fa3fconfig_units.objecttype = : translation6917a5fd7fa3fconfig_units 
  AND translation6917a5fd7fa3fconfig_units.objectkey = 1 
  AND translation6917a5fd7fa3fconfig_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd7fa42fallbackconfig_units ON translation6917a5fd7fa42fallbackconfig_units.objecttype = : translation6917a5fd7fa42fallbackconfig_units 
  AND translation6917a5fd7fa42fallbackconfig_units.objectkey = 1 
  AND translation6917a5fd7fa42fallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_articles_esd_attributes esdAttribute ON esdAttribute.esdID = esd.id 
  LEFT JOIN s_core_translations translation6917a5fd7fa45s_articles_esd_attributes ON translation6917a5fd7fa45s_articles_esd_attributes.objecttype = : translation6917a5fd7fa45s_articles_esd_attributes 
  AND translation6917a5fd7fa45s_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd7fa45s_articles_esd_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd7fa47fallbacks_articles_esd_attributes ON translation6917a5fd7fa47fallbacks_articles_esd_attributes.objecttype = : translation6917a5fd7fa47fallbacks_articles_esd_attributes 
  AND translation6917a5fd7fa47fallbacks_articles_esd_attributes.objectkey = esd.id 
  AND translation6917a5fd7fa47fallbacks_articles_esd_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    variant.ordernumber IN (: numbers)
  ) 
  AND (variant.active = 1) 
  AND (product.active = 1)
array:14 [
  ":fallback" => "EK"
  ":numbers" => array:25 [
    0 => 10021
    1 => 10001
    2 => 10027
    3 => 10019
    4 => 10016
    5 => 10015
    6 => 10014
    7 => 10013
    8 => 10012
    9 => 10002
    10 => 10031
    11 => 10030
    12 => 10029
    13 => 10028
    14 => 10026
    15 => 10025
    16 => 10024
    17 => 10023
    18 => 10022
    19 => 10018
    20 => 10010
    21 => 10009
    22 => 10006
    23 => 10005
    24 => 10003
  ]
  ":language" => 3
  ":translation6917a5fd7fa2aarticle" => "article"
  ":languagefallback" => 0
  ":translation6917a5fd7fa2ffallbackarticle" => "article"
  ":translation6917a5fd7fa33variant" => "variant"
  ":translation6917a5fd7fa36fallbackvariant" => "variant"
  ":translation6917a5fd7fa39supplier" => "supplier"
  ":translation6917a5fd7fa3cfallbacksupplier" => "supplier"
  ":translation6917a5fd7fa3fconfig_units" => "config_units"
  ":translation6917a5fd7fa42fallbackconfig_units" => "config_units"
  ":translation6917a5fd7fa45s_articles_esd_attributes" => "s_articles_esd_attributes"
  ":translation6917a5fd7fa47fallbacks_articles_esd_attributes" => "s_articles_esd_attributes"
]
0.0044 ms
SELECT 
  variant.ordernumber as number, 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd810daarticleimage.objectdata as __image_translation, 
  translation6917a5fd810dffallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd810e3s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd810e6fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  INNER JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  INNER JOIN s_articles_details variant ON variant.id = childImage.article_detail_id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_core_translations translation6917a5fd810daarticleimage ON translation6917a5fd810daarticleimage.objecttype = : translation6917a5fd810daarticleimage 
  AND translation6917a5fd810daarticleimage.objectkey = image.id 
  AND translation6917a5fd810daarticleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd810dffallbackarticleimage ON translation6917a5fd810dffallbackarticleimage.objecttype = : translation6917a5fd810dffallbackarticleimage 
  AND translation6917a5fd810dffallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd810dffallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd810e3s_media_attributes ON translation6917a5fd810e3s_media_attributes.objecttype = : translation6917a5fd810e3s_media_attributes 
  AND translation6917a5fd810e3s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd810e3s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd810e6fallbacks_media_attributes ON translation6917a5fd810e6fallbacks_media_attributes.objecttype = : translation6917a5fd810e6fallbacks_media_attributes 
  AND translation6917a5fd810e6fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd810e6fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  childImage.article_detail_id IN (: products) 
ORDER BY 
  image.main ASC, 
  image.position ASC
array:7 [
  ":language" => 3
  ":translation6917a5fd810daarticleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd810dffallbackarticleimage" => "articleimage"
  ":translation6917a5fd810e3s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd810e6fallbacks_media_attributes" => "s_media_attributes"
  ":products" => array:25 [
    0 => 1
    1 => 13
    2 => 14
    3 => 19
    4 => 20
    5 => 26
    6 => 27
    7 => 31
    8 => 34
    9 => 43
    10 => 44
    11 => 45
    12 => 47
    13 => 48
    14 => 50
    15 => 51
    16 => 52
    17 => 53
    18 => 62
    19 => 65
    20 => 66
    21 => 67
    22 => 72
    23 => 73
    24 => 74
  ]
]
0.0012 ms
SELECT 
  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, 
  image.id as __image_id, 
  image.articleID as __image_articleID, 
  image.img as __image_img, 
  image.main as __image_main, 
  image.description as __image_description, 
  image.position as __image_position, 
  image.width as __image_width, 
  image.height as __image_height, 
  image.extension as __image_extension, 
  image.parent_id as __image_parent_id, 
  image.media_id as __image_media_id, 
  imageAttribute.id as __imageAttribute_id, 
  imageAttribute.imageID as __imageAttribute_imageID, 
  imageAttribute.attribute1 as __imageAttribute_attribute1, 
  imageAttribute.attribute2 as __imageAttribute_attribute2, 
  imageAttribute.attribute3 as __imageAttribute_attribute3, 
  translation6917a5fd81640articleimage.objectdata as __image_translation, 
  translation6917a5fd81646fallbackarticleimage.objectdata as __image_translation_fallback, 
  translation6917a5fd8164as_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd8164cfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_articles_img image 
  INNER JOIN s_media media ON image.media_id = media.id 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = image.media_id 
  LEFT JOIN s_articles_img_attributes imageAttribute ON imageAttribute.imageID = image.id 
  LEFT JOIN s_articles_img childImage ON childImage.parent_id = image.id 
  LEFT JOIN s_core_translations translation6917a5fd81640articleimage ON translation6917a5fd81640articleimage.objecttype = : translation6917a5fd81640articleimage 
  AND translation6917a5fd81640articleimage.objectkey = image.id 
  AND translation6917a5fd81640articleimage.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd81646fallbackarticleimage ON translation6917a5fd81646fallbackarticleimage.objecttype = : translation6917a5fd81646fallbackarticleimage 
  AND translation6917a5fd81646fallbackarticleimage.objectkey = image.id 
  AND translation6917a5fd81646fallbackarticleimage.objectlanguage = : languagefallback 
  INNER JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_core_translations translation6917a5fd8164as_media_attributes ON translation6917a5fd8164as_media_attributes.objecttype = : translation6917a5fd8164as_media_attributes 
  AND translation6917a5fd8164as_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd8164as_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd8164cfallbacks_media_attributes ON translation6917a5fd8164cfallbacks_media_attributes.objecttype = : translation6917a5fd8164cfallbacks_media_attributes 
  AND translation6917a5fd8164cfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd8164cfallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  (image.main = 1) 
  AND (
    image.articleID IN (: products)
  )
array:7 [
  ":language" => 3
  ":translation6917a5fd81640articleimage" => "articleimage"
  ":languagefallback" => 0
  ":translation6917a5fd81646fallbackarticleimage" => "articleimage"
  ":translation6917a5fd8164as_media_attributes" => "s_media_attributes"
  ":translation6917a5fd8164cfallbacks_media_attributes" => "s_media_attributes"
  ":products" => array:25 [
    0 => 1
    1 => 2
    2 => 3
    3 => 5
    4 => 6
    5 => 9
    6 => 10
    7 => 12
    8 => 13
    9 => 14
    10 => 15
    11 => 16
    12 => 18
    13 => 19
    14 => 21
    15 => 22
    16 => 23
    17 => 24
    18 => 25
    19 => 26
    20 => 27
    21 => 28
    22 => 29
    23 => 30
    24 => 31
  ]
]
0.0012 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  variants.ordernumber as number, 
  GREATEST(
    price.from, variants.minpurchase
  ) __price_from, 
  translation6917a5fd8201bs_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd8201ffallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variants ON variants.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  LEFT JOIN s_core_translations translation6917a5fd8201bs_articles_prices_attributes ON translation6917a5fd8201bs_articles_prices_attributes.objecttype = : translation6917a5fd8201bs_articles_prices_attributes 
  AND translation6917a5fd8201bs_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd8201bs_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd8201ffallbacks_articles_prices_attributes ON translation6917a5fd8201ffallbacks_articles_prices_attributes.objecttype = : translation6917a5fd8201ffallbacks_articles_prices_attributes 
  AND translation6917a5fd8201ffallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd8201ffallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  (
    price.articledetailsID IN (: products)
  ) 
  AND (
    price.pricegroup = : customerGroup
  ) 
  AND (
    (price.to >= variants.minpurchase) 
    OR (price.to = "beliebig")
  ) 
ORDER BY 
  price.articledetailsID ASC, 
  price.from ASC
array:6 [
  ":products" => array:25 [
    0 => 1
    1 => 13
    2 => 14
    3 => 19
    4 => 20
    5 => 26
    6 => 27
    7 => 31
    8 => 34
    9 => 43
    10 => 44
    11 => 45
    12 => 47
    13 => 48
    14 => 50
    15 => 51
    16 => 52
    17 => 53
    18 => 62
    19 => 65
    20 => 66
    21 => 67
    22 => 72
    23 => 73
    24 => 74
  ]
  ":customerGroup" => "EK"
  ":language" => 3
  ":translation6917a5fd8201bs_articles_prices_attributes" => "s_articles_prices_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd8201ffallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0009 ms
SELECT 
  (
    SELECT 
      prices.id 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details variant ON variant.id = prices.articledetailsID 
      INNER JOIN s_articles product ON product.id = variant.articleID 
      LEFT JOIN s_core_pricegroups_discounts priceGroup ON priceGroup.groupID = product.pricegroupID 
      AND priceGroup.discountstart = 1 
      AND priceGroup.customergroupID = : priceGroupCustomerGroup 
      AND product.pricegroupActive = 1 
    WHERE 
      (
        prices.pricegroup = : customerGroup
      ) 
      AND (prices.from = 1) 
      AND (variant.active = 1) 
      AND (
        prices.articleID = outerPrices.articleID
      ) 
      AND (
        (
          variant.laststock * variant.instock
        ) >= (
          variant.laststock * variant.minpurchase
        )
      ) 
    ORDER BY 
      prices.price ASC 
    LIMIT 
      1
  ) as priceId 
FROM 
  s_articles_prices outerPrices 
WHERE 
  outerPrices.articleID IN (: products) 
GROUP BY 
  outerPrices.articleID 
HAVING 
  priceId IS NOT NULL
array:3 [
  ":customerGroup" => "EK"
  ":products" => array:25 [
    0 => 1
    1 => 2
    2 => 3
    3 => 5
    4 => 6
    5 => 9
    6 => 10
    7 => 12
    8 => 13
    9 => 14
    10 => 15
    11 => 16
    12 => 18
    13 => 19
    14 => 21
    15 => 22
    16 => 23
    17 => 24
    18 => 25
    19 => 26
    20 => 27
    21 => 28
    22 => 29
    23 => 30
    24 => 31
  ]
  ":priceGroupCustomerGroup" => 1
]
0.0008 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  translation6917a5fd82765config_units.objectdata as __unit_translation, 
  translation6917a5fd8276afallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd8276darticle.objectdata as __product_translation, 
  translation6917a5fd8276ffallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd82772variant.objectdata as __variant_translation, 
  translation6917a5fd82773fallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd82775s_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd82777fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variant ON variant.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_core_translations translation6917a5fd82772variant ON translation6917a5fd82772variant.objecttype = : translation6917a5fd82772variant 
  AND translation6917a5fd82772variant.objectkey = variant.id 
  AND translation6917a5fd82772variant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd82773fallbackvariant ON translation6917a5fd82773fallbackvariant.objecttype = : translation6917a5fd82773fallbackvariant 
  AND translation6917a5fd82773fallbackvariant.objectkey = variant.id 
  AND translation6917a5fd82773fallbackvariant.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd8276darticle ON translation6917a5fd8276darticle.objecttype = : translation6917a5fd8276darticle 
  AND translation6917a5fd8276darticle.objectkey = product.id 
  AND translation6917a5fd8276darticle.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd8276ffallbackarticle ON translation6917a5fd8276ffallbackarticle.objecttype = : translation6917a5fd8276ffallbackarticle 
  AND translation6917a5fd8276ffallbackarticle.objectkey = product.id 
  AND translation6917a5fd8276ffallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd82765config_units ON translation6917a5fd82765config_units.objecttype = : translation6917a5fd82765config_units 
  AND translation6917a5fd82765config_units.objectkey = 1 
  AND translation6917a5fd82765config_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd8276afallbackconfig_units ON translation6917a5fd8276afallbackconfig_units.objecttype = : translation6917a5fd8276afallbackconfig_units 
  AND translation6917a5fd8276afallbackconfig_units.objectkey = 1 
  AND translation6917a5fd8276afallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd82775s_articles_prices_attributes ON translation6917a5fd82775s_articles_prices_attributes.objecttype = : translation6917a5fd82775s_articles_prices_attributes 
  AND translation6917a5fd82775s_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd82775s_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd82777fallbacks_articles_prices_attributes ON translation6917a5fd82777fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd82777fallbacks_articles_prices_attributes 
  AND translation6917a5fd82777fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd82777fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  price.id IN (: ids)
array:11 [
  ":ids" => array:23 [
    0 => "2"
    1 => "14"
    2 => "16"
    3 => "23"
    4 => "37"
    5 => "43"
    6 => "54"
    7 => "69"
    8 => "101"
    9 => "102"
    10 => "103"
    11 => "105"
    12 => "106"
    13 => "108"
    14 => "112"
    15 => "113"
    16 => "125"
    17 => "129"
    18 => "132"
    19 => "133"
    20 => "138"
    21 => "158"
    22 => "159"
  ]
  ":language" => 3
  ":translation6917a5fd82765config_units" => "config_units"
  ":languagefallback" => 0
  ":translation6917a5fd8276afallbackconfig_units" => "config_units"
  ":translation6917a5fd8276darticle" => "article"
  ":translation6917a5fd8276ffallbackarticle" => "article"
  ":translation6917a5fd82772variant" => "variant"
  ":translation6917a5fd82773fallbackvariant" => "variant"
  ":translation6917a5fd82775s_articles_prices_attributes" => "s_articles_prices_attributes"
  ":translation6917a5fd82777fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0011 ms
SELECT 
  (
    SELECT 
      prices.id 
    FROM 
      s_articles_prices prices 
      INNER JOIN s_articles_details variant ON variant.id = prices.articledetailsID 
      INNER JOIN s_articles product ON product.id = variant.articleID 
      LEFT JOIN s_core_pricegroups_discounts priceGroup ON priceGroup.groupID = product.pricegroupID 
      AND priceGroup.discountstart = 1 
      AND priceGroup.customergroupID = : priceGroupCustomerGroup 
      AND product.pricegroupActive = 1 
    WHERE 
      (
        prices.pricegroup = : customerGroup
      ) 
      AND (prices.from = 1) 
      AND (variant.active = 1) 
      AND (
        prices.articleID = outerPrices.articleID
      ) 
      AND (
        (
          variant.laststock * variant.instock
        ) >= (
          variant.laststock * variant.minpurchase
        )
      ) 
    ORDER BY 
      prices.price ASC 
    LIMIT 
      1
  ) as priceId 
FROM 
  s_articles_prices outerPrices 
WHERE 
  outerPrices.articleID IN (: products) 
GROUP BY 
  outerPrices.articleID 
HAVING 
  priceId IS NOT NULL
array:3 [
  ":customerGroup" => "EK"
  ":products" => array:2 [
    0 => 5
    1 => 31
  ]
  ":priceGroupCustomerGroup" => 1
]
0.0001 ms
SELECT 
  price.id as __price_id, 
  price.pricegroup as __price_pricegroup, 
  price.from as __price_from, 
  price.to as __price_to, 
  price.articleID as __price_articleID, 
  price.articledetailsID as __price_articledetailsID, 
  price.price as __price_price, 
  price.pseudoprice as __price_pseudoprice, 
  price.percent as __price_percent, 
  priceAttribute.id as __priceAttribute_id, 
  priceAttribute.priceID as __priceAttribute_priceID, 
  unit.id as __unit_id, 
  unit.description as __unit_description, 
  unit.unit as __unit_unit, 
  variant.packunit as __unit_packunit, 
  variant.purchaseunit as __unit_purchaseunit, 
  variant.referenceunit as __unit_referenceunit, 
  variant.purchasesteps as __unit_purchasesteps, 
  variant.minpurchase as __unit_minpurchase, 
  variant.maxpurchase as __unit_maxpurchase, 
  translation6917a5fd82d20config_units.objectdata as __unit_translation, 
  translation6917a5fd82d24fallbackconfig_units.objectdata as __unit_translation_fallback, 
  translation6917a5fd82d28article.objectdata as __product_translation, 
  translation6917a5fd82d2afallbackarticle.objectdata as __product_translation_fallback, 
  translation6917a5fd82d2cvariant.objectdata as __variant_translation, 
  translation6917a5fd82d2efallbackvariant.objectdata as __variant_translation_fallback, 
  translation6917a5fd82d30s_articles_prices_attributes.objectdata as __priceAttribute_translation, 
  translation6917a5fd82d32fallbacks_articles_prices_attributes.objectdata as __priceAttribute_translation_fallback 
FROM 
  s_articles_prices price 
  INNER JOIN s_articles_details variant ON variant.id = price.articledetailsID 
  LEFT JOIN s_articles_prices_attributes priceAttribute ON priceAttribute.priceID = price.id 
  INNER JOIN s_articles product ON product.id = variant.articleID 
  LEFT JOIN s_core_units unit ON unit.id = variant.unitID 
  LEFT JOIN s_core_translations translation6917a5fd82d2cvariant ON translation6917a5fd82d2cvariant.objecttype = : translation6917a5fd82d2cvariant 
  AND translation6917a5fd82d2cvariant.objectkey = variant.id 
  AND translation6917a5fd82d2cvariant.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd82d2efallbackvariant ON translation6917a5fd82d2efallbackvariant.objecttype = : translation6917a5fd82d2efallbackvariant 
  AND translation6917a5fd82d2efallbackvariant.objectkey = variant.id 
  AND translation6917a5fd82d2efallbackvariant.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd82d28article ON translation6917a5fd82d28article.objecttype = : translation6917a5fd82d28article 
  AND translation6917a5fd82d28article.objectkey = product.id 
  AND translation6917a5fd82d28article.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd82d2afallbackarticle ON translation6917a5fd82d2afallbackarticle.objecttype = : translation6917a5fd82d2afallbackarticle 
  AND translation6917a5fd82d2afallbackarticle.objectkey = product.id 
  AND translation6917a5fd82d2afallbackarticle.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd82d20config_units ON translation6917a5fd82d20config_units.objecttype = : translation6917a5fd82d20config_units 
  AND translation6917a5fd82d20config_units.objectkey = 1 
  AND translation6917a5fd82d20config_units.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd82d24fallbackconfig_units ON translation6917a5fd82d24fallbackconfig_units.objecttype = : translation6917a5fd82d24fallbackconfig_units 
  AND translation6917a5fd82d24fallbackconfig_units.objectkey = 1 
  AND translation6917a5fd82d24fallbackconfig_units.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd82d30s_articles_prices_attributes ON translation6917a5fd82d30s_articles_prices_attributes.objecttype = : translation6917a5fd82d30s_articles_prices_attributes 
  AND translation6917a5fd82d30s_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd82d30s_articles_prices_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd82d32fallbacks_articles_prices_attributes ON translation6917a5fd82d32fallbacks_articles_prices_attributes.objecttype = : translation6917a5fd82d32fallbacks_articles_prices_attributes 
  AND translation6917a5fd82d32fallbacks_articles_prices_attributes.objectkey = price.id 
  AND translation6917a5fd82d32fallbacks_articles_prices_attributes.objectlanguage = : languagefallback 
WHERE 
  price.id IN (: ids)
array:11 [
  ":ids" => []
  ":language" => 3
  ":translation6917a5fd82d20config_units" => "config_units"
  ":languagefallback" => 0
  ":translation6917a5fd82d24fallbackconfig_units" => "config_units"
  ":translation6917a5fd82d28article" => "article"
  ":translation6917a5fd82d2afallbackarticle" => "article"
  ":translation6917a5fd82d2cvariant" => "variant"
  ":translation6917a5fd82d2efallbackvariant" => "variant"
  ":translation6917a5fd82d30s_articles_prices_attributes" => "s_articles_prices_attributes"
  ":translation6917a5fd82d32fallbacks_articles_prices_attributes" => "s_articles_prices_attributes"
]
0.0007 ms
SELECT 
  articleID, 
  COUNT(id) as total, 
  points 
FROM 
  s_articles_vote vote 
WHERE 
  (
    vote.articleID IN (: products)
  ) 
  AND (vote.active = 1) 
GROUP BY 
  vote.articleID, 
  vote.points 
ORDER BY 
  vote.articleID ASC
array:1 [
  ":products" => array:25 [
    0 => 1
    1 => 2
    2 => 3
    3 => 5
    4 => 6
    5 => 9
    6 => 10
    7 => 12
    8 => 13
    9 => 14
    10 => 15
    11 => 16
    12 => 18
    13 => 19
    14 => 21
    15 => 22
    16 => 23
    17 => 24
    18 => 25
    19 => 26
    20 => 27
    21 => 28
    22 => 29
    23 => 30
    24 => 31
  ]
]
0.0003 ms
SELECT 
  mapping.articleID, 
  GROUP_CONCAT(DISTINCT mapping.categoryID) 
FROM 
  s_articles_categories_ro mapping 
WHERE 
  mapping.articleID IN (: ids) 
GROUP BY 
  mapping.articleID
array:1 [
  ":ids" => array:25 [
    0 => 1
    1 => 2
    2 => 3
    3 => 5
    4 => 6
    5 => 9
    6 => 10
    7 => 12
    8 => 13
    9 => 14
    10 => 15
    11 => 16
    12 => 18
    13 => 19
    14 => 21
    15 => 22
    16 => 23
    17 => 24
    18 => 25
    19 => 26
    20 => 27
    21 => 28
    22 => 29
    23 => 30
    24 => 31
  ]
]
0.0010 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, 
  translation6917a5fd83651s_categories_attributes.objectdata as __categoryAttribute_translation, 
  translation6917a5fd83656fallbacks_categories_attributes.objectdata as __categoryAttribute_translation_fallback, 
  translation6917a5fd83659s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd8365bfallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback, 
  translation6917a5fd8365eproductStream.objectdata as __stream_translation, 
  translation6917a5fd83660fallbackproductStream.objectdata as __stream_translation_fallback, 
  translation6917a5fd83662category.objectdata as __category_translation, 
  translation6917a5fd83664fallbackcategory.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 translation6917a5fd83662category ON translation6917a5fd83662category.objecttype = : translation6917a5fd83662category 
  AND translation6917a5fd83662category.objectkey = category.id 
  AND translation6917a5fd83662category.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd83664fallbackcategory ON translation6917a5fd83664fallbackcategory.objecttype = : translation6917a5fd83664fallbackcategory 
  AND translation6917a5fd83664fallbackcategory.objectkey = category.id 
  AND translation6917a5fd83664fallbackcategory.objectlanguage = : languagefallback 
  LEFT JOIN s_core_translations translation6917a5fd83651s_categories_attributes ON translation6917a5fd83651s_categories_attributes.objecttype = : translation6917a5fd83651s_categories_attributes 
  AND translation6917a5fd83651s_categories_attributes.objectkey = category.id 
  AND translation6917a5fd83651s_categories_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd83656fallbacks_categories_attributes ON translation6917a5fd83656fallbacks_categories_attributes.objecttype = : translation6917a5fd83656fallbacks_categories_attributes 
  AND translation6917a5fd83656fallbacks_categories_attributes.objectkey = category.id 
  AND translation6917a5fd83656fallbacks_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 translation6917a5fd83659s_media_attributes ON translation6917a5fd83659s_media_attributes.objecttype = : translation6917a5fd83659s_media_attributes 
  AND translation6917a5fd83659s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd83659s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd8365bfallbacks_media_attributes ON translation6917a5fd8365bfallbacks_media_attributes.objecttype = : translation6917a5fd8365bfallbacks_media_attributes 
  AND translation6917a5fd8365bfallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd8365bfallbacks_media_attributes.objectlanguage = : languagefallback 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
  LEFT JOIN s_core_translations translation6917a5fd8365eproductStream ON translation6917a5fd8365eproductStream.objecttype = : translation6917a5fd8365eproductStream 
  AND translation6917a5fd8365eproductStream.objectkey = stream.id 
  AND translation6917a5fd8365eproductStream.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd83660fallbackproductStream ON translation6917a5fd83660fallbackproductStream.objecttype = : translation6917a5fd83660fallbackproductStream 
  AND translation6917a5fd83660fallbackproductStream.objectkey = stream.id 
  AND translation6917a5fd83660fallbackproductStream.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:59 [
    0 => "3"
    1 => "5"
    2 => "7"
    3 => "8"
    4 => "13"
    5 => "14"
    6 => "25"
    7 => "26"
    8 => "27"
    9 => "28"
    10 => "29"
    11 => "30"
    12 => "31"
    13 => "32"
    14 => "33"
    15 => "34"
    115 => "9"
    116 => "15"
    117 => "16"
    118 => "17"
    119 => "35"
    120 => "36"
    121 => "37"
    122 => "38"
    123 => "39"
    124 => "40"
    125 => "41"
    126 => "42"
    127 => "43"
    128 => "44"
    129 => "45"
    130 => "46"
    131 => "47"
    132 => "48"
    133 => "49"
    291 => "10"
    292 => "18"
    293 => "19"
    294 => "20"
    295 => "21"
    296 => "50"
    297 => "51"
    298 => "52"
    299 => "53"
    300 => "54"
    301 => "55"
    302 => "56"
    303 => "57"
    304 => "58"
    305 => "59"
    306 => "60"
    307 => "61"
    308 => "62"
    309 => "63"
    310 => "76"
    311 => "77"
    312 => "78"
    313 => "79"
    314 => "80"
  ]
  ":shopId" => "%|3|%"
  ":language" => 3
  ":translation6917a5fd83651s_categories_attributes" => "s_categories_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd83656fallbacks_categories_attributes" => "s_categories_attributes"
  ":translation6917a5fd83659s_media_attributes" => "s_media_attributes"
  ":translation6917a5fd8365bfallbacks_media_attributes" => "s_media_attributes"
  ":translation6917a5fd8365eproductStream" => "productStream"
  ":translation6917a5fd83660fallbackproductStream" => "productStream"
  ":translation6917a5fd83662category" => "category"
  ":translation6917a5fd83664fallbackcategory" => "category"
]
0.0021 ms
SELECT 
  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, 
  translation6917a5fd840e2s_media_attributes.objectdata as __mediaAttribute_translation, 
  translation6917a5fd840e7fallbacks_media_attributes.objectdata as __mediaAttribute_translation_fallback 
FROM 
  s_media media 
  INNER 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 translation6917a5fd840e2s_media_attributes ON translation6917a5fd840e2s_media_attributes.objecttype = : translation6917a5fd840e2s_media_attributes 
  AND translation6917a5fd840e2s_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd840e2s_media_attributes.objectlanguage = : language 
  LEFT JOIN s_core_translations translation6917a5fd840e7fallbacks_media_attributes ON translation6917a5fd840e7fallbacks_media_attributes.objecttype = : translation6917a5fd840e7fallbacks_media_attributes 
  AND translation6917a5fd840e7fallbacks_media_attributes.objectkey = mediaAttribute.mediaID 
  AND translation6917a5fd840e7fallbacks_media_attributes.objectlanguage = : languagefallback 
WHERE 
  media.id IN (: ids)
array:5 [
  ":language" => 3
  ":translation6917a5fd840e2s_media_attributes" => "s_media_attributes"
  ":languagefallback" => 0
  ":translation6917a5fd840e7fallbacks_media_attributes" => "s_media_attributes"
  ":ids" => array:17 [
    10001 => 2
    10002 => 2
    10003 => 2
    10005 => 2
    10009 => 2
    10010 => 2
    10012 => 2
    10013 => 2
    10014 => 2
    10015 => 2
    10018 => 2
    10019 => 2
    10021 => 2
    10022 => 2
    10028 => 2
    10030 => 2
    10031 => 2
  ]
]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.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:50 [
    0 => "sViewport=detail&sArticle=21"
    1 => "sViewport=detail&sArticle=21"
    2 => "sViewport=detail&sArticle=1"
    3 => "sViewport=detail&sArticle=1"
    4 => "sViewport=detail&sArticle=27"
    5 => "sViewport=detail&sArticle=27"
    6 => "sViewport=detail&sArticle=19"
    7 => "sViewport=detail&sArticle=19"
    8 => "sViewport=detail&sArticle=16"
    9 => "sViewport=detail&sArticle=16"
    10 => "sViewport=detail&sArticle=15"
    11 => "sViewport=detail&sArticle=15"
    12 => "sViewport=detail&sArticle=14"
    13 => "sViewport=detail&sArticle=14"
    14 => "sViewport=detail&sArticle=13"
    15 => "sViewport=detail&sArticle=13"
    16 => "sViewport=detail&sArticle=12"
    17 => "sViewport=detail&sArticle=12"
    18 => "sViewport=detail&sArticle=2"
    19 => "sViewport=detail&sArticle=2"
    20 => "sViewport=detail&sArticle=31"
    21 => "sViewport=detail&sArticle=31"
    22 => "sViewport=detail&sArticle=30"
    23 => "sViewport=detail&sArticle=30"
    24 => "sViewport=detail&sArticle=29"
    25 => "sViewport=detail&sArticle=29"
    26 => "sViewport=detail&sArticle=28"
    27 => "sViewport=detail&sArticle=28"
    28 => "sViewport=detail&sArticle=26"
    29 => "sViewport=detail&sArticle=26"
    30 => "sViewport=detail&sArticle=25"
    31 => "sViewport=detail&sArticle=25"
    32 => "sViewport=detail&sArticle=24"
    33 => "sViewport=detail&sArticle=24"
    34 => "sViewport=detail&sArticle=23"
    35 => "sViewport=detail&sArticle=23"
    36 => "sViewport=detail&sArticle=22"
    37 => "sViewport=detail&sArticle=22"
    38 => "sViewport=detail&sArticle=18"
    39 => "sViewport=detail&sArticle=18"
    40 => "sViewport=detail&sArticle=10"
    41 => "sViewport=detail&sArticle=10"
    42 => "sViewport=detail&sArticle=9"
    43 => "sViewport=detail&sArticle=9"
    44 => "sViewport=detail&sArticle=6"
    45 => "sViewport=detail&sArticle=6"
    46 => "sViewport=detail&sArticle=5"
    47 => "sViewport=detail&sArticle=5"
    48 => "sViewport=detail&sArticle=3"
    49 => "sViewport=detail&sArticle=3"
  ]
]
0.0006 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:83 [
    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=5"
    74 => "sViewport=cat&sCategory=5"
    75 => "sViewport=cat&sCategory=5"
    76 => "sViewport=cat&sCategory=7"
    77 => "sViewport=cat&sCategory=8"
    78 => "sViewport=cat&sCategory=9"
    79 => "sViewport=cat&sCategory=10"
    80 => "sViewport=cat&sCategory=11"
    81 => "sViewport=blog&sCategory=81"
    82 => "sViewport=cat&sCategory=12"
  ]
]
0.0007 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => null
]
0.0001 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/listing/facet_labels'
  ) 
  AND (shopID = '3') 
  AND (localeID = '2')
[]
0.1850 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.0598 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.0288 ms
SELECT 
  category_id 
FROM 
  s_articles_categories_seo 
WHERE 
  article_id = : articleId 
  AND shop_id = : shopId
array:2 [
  ":articleId" => 20
  ":shopId" => 3
]
0.1709 ms
SELECT 
  ac.categoryID AS id 
FROM 
  s_articles_categories ac 
  INNER JOIN s_categories c ON ac.categoryID = c.id 
  AND c.active = 1 
  AND c.path LIKE ? 
  LEFT JOIN s_categories c2 ON c2.parent = c.id 
WHERE 
  ac.articleID = ? 
  AND c2.id IS NULL 
ORDER BY 
  ac.id 
LIMIT 
  1
array:2 [
  1 => "%|3|%"
  2 => 20
]
0.2329 ms
SELECT 
  variant.ordernumber 
FROM 
  s_articles_details variant 
  INNER JOIN s_articles product ON product.main_detail_id = variant.id 
  AND product.id = ?
array:1 [
  1 => 20
]
0.1311 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.1738 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.0949 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.0949 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.1690 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.0660 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.0269 ms
SELECT 
  * 
FROM 
  s_order_comparisons 
WHERE 
  sessionID = ?
array:1 [
  1 => "ef9562ac1cc9938d5041a60dc91eaade"
]
0.2532 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 => "ef9562ac1cc9938d5041a60dc91eaade"
  2 => 0
]
0.1712 ms
SELECT 
  DISTINCT alsoBought.sales as sales, 
  alsoBought.related_article_id as id, 
  detail.ordernumber as `number` 
FROM 
  s_articles_also_bought_ro alsoBought 
  INNER JOIN s_articles articles ON alsoBought.related_article_id = articles.id 
  AND articles.active = 1 
  INNER JOIN s_articles_details detail ON detail.id = articles.main_detail_id 
  INNER JOIN s_articles_categories_ro articleCategories ON alsoBought.related_article_id = articleCategories.articleID 
  AND articleCategories.categoryID = : categoryId 
  INNER JOIN s_categories categories ON categories.id = articleCategories.categoryID 
  LEFT JOIN s_articles_avoid_customergroups customerGroups ON customerGroups.articleID = articles.id 
  AND customerGroups.customergroupID = : customerGroupId 
WHERE 
  alsoBought.article_id = : articleId 
  AND customerGroups.articleID IS NULL 
  AND alsoBought.related_article_id NOT IN (20) 
ORDER BY 
  alsoBought.sales DESC, 
  alsoBought.related_article_id DESC 
LIMIT 
  40
array:3 [
  ":articleId" => 20
  ":categoryId" => 3
  ":customerGroupId" => 1
]
0.5569 ms
SELECT 
  similarShown.viewed as hits, 
  similarShown.related_article_id as id, 
  detail.ordernumber as `number` 
FROM 
  s_articles_similar_shown_ro as similarShown 
  INNER JOIN s_articles as a ON a.id = similarShown.related_article_id 
  AND a.active = 1 
  INNER JOIN s_articles_details as detail ON detail.id = a.main_detail_id 
  INNER JOIN s_articles_categories_ro ac ON ac.articleID = similarShown.related_article_id 
  AND ac.categoryID = : categoryId 
  INNER JOIN s_categories c ON c.id = ac.categoryID 
  AND c.active = 1 
  LEFT JOIN s_articles_avoid_customergroups ag ON ag.articleID = a.id 
  AND ag.customergroupID = : customerGroupId 
WHERE 
  similarShown.article_id = : articleId 
  AND ag.articleID IS NULL 
  AND similarShown.related_article_id NOT IN (20, 20) 
GROUP BY 
  similarShown.viewed, 
  similarShown.related_article_id 
ORDER BY 
  similarShown.viewed DESC, 
  similarShown.related_article_id DESC 
LIMIT 
  40
array:3 [
  ":articleId" => 20
  ":categoryId" => 3
  ":customerGroupId" => 1
]
1.0331 ms