https://dev.smapla-shop.de/sitemap_index.xml

Queries

402 Total Queries
0.4040 s Total Query Time
SQL Params Execution Time
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 
  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" => "dev.smapla-shop.de"
]
0.0002 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.id AS id_15, 
  s0_.main_id AS main_id_16, 
  s0_.category_id AS category_id_17, 
  s0_.name AS name_18, 
  s0_.title AS title_19, 
  s0_.position AS position_20, 
  s0_.host AS host_21, 
  s0_.base_path AS base_path_22, 
  s0_.base_url AS base_url_23, 
  s0_.hosts AS hosts_24, 
  s0_.secure AS secure_25, 
  s0_.template_id AS template_id_26, 
  s0_.`default` AS default_27, 
  s0_.active AS active_28, 
  s0_.customer_scope AS customer_scope_29, 
  s1_.id AS id_30, 
  s1_.locale AS locale_31, 
  s1_.language AS language_32, 
  s1_.territory AS territory_33, 
  s2_.id AS id_34, 
  s2_.currency AS currency_35, 
  s2_.name AS name_36, 
  s2_.standard AS standard_37, 
  s2_.factor AS factor_38, 
  s2_.templatechar AS templatechar_39, 
  s2_.symbol_position AS symbol_position_40, 
  s2_.position AS position_41, 
  s3_.id AS id_42, 
  s3_.template AS template_43, 
  s3_.name AS name_44, 
  s3_.description AS description_45, 
  s3_.author AS author_46, 
  s3_.license AS license_47, 
  s3_.esi AS esi_48, 
  s3_.style_support AS style_support_49, 
  s3_.emotion AS emotion_50, 
  s3_.version AS version_51, 
  s3_.plugin_id AS plugin_id_52, 
  s3_.parent_id AS parent_id_53, 
  s4_.id AS id_54, 
  s4_.template AS template_55, 
  s4_.name AS name_56, 
  s4_.description AS description_57, 
  s4_.author AS author_58, 
  s4_.license AS license_59, 
  s4_.esi AS esi_60, 
  s4_.style_support AS style_support_61, 
  s4_.emotion AS emotion_62, 
  s4_.version AS version_63, 
  s4_.plugin_id AS plugin_id_64, 
  s4_.parent_id AS parent_id_65, 
  s5_.id AS id_66, 
  s5_.currency AS currency_67, 
  s5_.name AS name_68, 
  s5_.standard AS standard_69, 
  s5_.factor AS factor_70, 
  s5_.templatechar AS templatechar_71, 
  s5_.symbol_position AS symbol_position_72, 
  s5_.position AS position_73, 
  s6_.id AS id_74, 
  s6_.groupkey AS groupkey_75, 
  s6_.description AS description_76, 
  s6_.tax AS tax_77, 
  s6_.taxinput AS taxinput_78, 
  s6_.mode AS mode_79, 
  s6_.discount AS discount_80, 
  s6_.minimumorder AS minimumorder_81, 
  s6_.minimumordersurcharge AS minimumordersurcharge_82, 
  s0_.main_id AS main_id_83, 
  s0_.template_id AS template_id_84, 
  s0_.document_template_id AS document_template_id_85, 
  s0_.category_id AS category_id_86, 
  s0_.locale_id AS locale_id_87, 
  s0_.currency_id AS currency_id_88, 
  s0_.customer_group_id AS customer_group_id_89, 
  s0_.fallback_id AS fallback_id_90, 
  s3_.parent_id AS parent_id_91, 
  s3_.plugin_id AS plugin_id_92, 
  s4_.parent_id AS parent_id_93, 
  s4_.plugin_id AS plugin_id_94 
FROM 
  s_core_shops s0_ 
  LEFT JOIN s_core_locales s1_ ON s0_.locale_id = s1_.id 
  LEFT JOIN s_core_currencies s2_ ON s0_.currency_id = s2_.id 
  LEFT JOIN s_core_templates s3_ ON s0_.template_id = s3_.id 
  LEFT JOIN s_core_templates s4_ ON s0_.document_template_id = s4_.id 
  LEFT JOIN s_core_shop_currencies s7_ ON s0_.id = s7_.shop_id 
  LEFT JOIN s_core_currencies s5_ ON s5_.id = s7_.currency_id 
  LEFT JOIN s_core_customergroups s6_ ON s0_.customer_group_id = s6_.id 
WHERE 
  s0_.id = ? 
ORDER BY 
  s5_.position ASC, 
  s5_.id ASC
array:1 [
  0 => "1"
]
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" => "dev.smapla-shop.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 => 1
]
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.main_id = ? 
ORDER BY 
  t0.position ASC, 
  t0.id ASC
array:1 [
  0 => 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 
  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 => 29
]
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 => 29
]
0.0005 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 => 29
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.template_id AS template_id_2, 
  t0.name AS name_3, 
  t0.description AS description_4, 
  t0.element_values AS element_values_5, 
  t0.template_id AS template_id_6 
FROM 
  s_core_templates_config_set t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 29
]
0.0001 ms
SELECT 
  subshopID as shopId, 
  path, 
  org_path as orgPath, 
  main 
FROM 
  s_core_rewrite_urls 
WHERE 
  path LIKE : pathInfo 
ORDER BY 
  subshopID = : shopId DESC, 
  main DESC 
LIMIT 
  1
array:2 [
  ":shopId" => 1
  ":pathInfo" => "sitemap_index.xml"
]
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 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.swag_link as __categoryAttribute_swag_link, 
  categoryAttribute.swag_show_by_default as __categoryAttribute_swag_show_by_default, 
  categoryAttribute.swag_deleted_position as __categoryAttribute_swag_deleted_position, 
  categoryAttribute.swag_base_sort as __categoryAttribute_swag_base_sort, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0002 ms
SELECT 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID 
FROM 
  s_core_customergroups customerGroup 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
WHERE 
  customerGroup.groupkey IN (: keys)
array:1 [
  ":keys" => array:2 [
    0 => "EK"
    1 => "EK"
  ]
]
0.0001 ms
SELECT 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position 
FROM 
  s_core_currencies currency 
WHERE 
  currency.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0001 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0001 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0001 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => 1
  "pluginName" => "InputFilter"
]
0.0005 ms
SELECT 
  name, 
  version, 
  active, 
  installation_date AS installed 
FROM 
  s_core_plugins
[]
0.0001 ms
SELECT 
  NOW() AS current, 
  cf.value AS last, 
  (
    SELECT 
      1 
    FROM 
      s_search_index 
    LIMIT 
      1
  ) AS not_force 
FROM 
  s_core_config_elements ce, 
  s_core_config_values cf 
WHERE 
  ce.name = 'fuzzysearchlastupdate' 
  AND cf.element_id = ce.id 
  AND cf.shop_id = 1
[]
0.0006 ms
SET 
  @parent = (
    SELECT 
      id 
    FROM 
      s_core_config_elements 
    WHERE 
      name = 'fuzzysearchlastupdate'
  ); 
DELETE FROM 
  `s_core_config_values` 
WHERE 
  element_id = @parent; INSERT INTO `s_core_config_values` (`element_id`, `shop_id`, `value`) 
VALUES 
  (
    @parent, 
    1, 
    CONCAT(
      's:', 
      LENGTH(NOW()), 
      ':"', 
      NOW(), 
      '";'
    )
  );
[]
0.0137 ms
TRUNCATE TABLE `s_search_index`
[]
0.0030 ms
SELECT 
  STRAIGHT_JOIN st.id AS tableID, 
  st.table, 
  st.where, 
  st.referenz_table, 
  st.foreign_key, 
  GROUP_CONCAT(sf.id SEPARATOR ', ') AS fieldIDs, 
  GROUP_CONCAT(sf.field SEPARATOR ', ') AS `fields`, 
  GROUP_CONCAT(sf.do_not_split SEPARATOR ', ') AS `doNotSplit` 
FROM 
  s_search_fields sf FORCE INDEX (tableID) 
  INNER JOIN s_search_tables st ON st.id = sf.tableID 
  AND sf.relevance != 0 
GROUP BY 
  sf.tableID
[]
0.0006 ms
SELECT 
  id as id, 
  name, 
  keywords 
FROM 
  s_articles
[]
0.0003 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('pa'), 
  ('6'), 
  ('polyamid'), 
  ('zuschnitte'), 
  ('zuschnitt'), 
  ('platte'), 
  ('kunststoff'), 
  ('g'), 
  ('e'), 
  ('pom'), 
  ('c'), 
  ('polyoxymethylen'), 
  ('schuerfleiste'), 
  ('schneeraeumleiste'), 
  ('raeumleiste'), 
  ('abstreifleiste'), 
  ('schneepflug'), 
  ('ersatzteil'), 
  ('leiste'), 
  ('pflug'), 
  ('schneeschild'), 
  ('ruettelmatte'), 
  ('vibrationsplatte'), 
  ('ruettelplatte'), 
  ('vibrationsmatte'), 
  ('ruettler'), 
  ('ruettelunterlage'), 
  ('unterlage'), 
  ('polyurethanplatten'), 
  ('standardgroessen'), 
  ('pu'), 
  ('platten'), 
  ('pur'), 
  ('polyurethan'), 
  ('auflagen'), 
  ('stossdaempferschiene'), 
  ('ersatzteile'), 
  ('schmidt'), 
  ('gleitkufe'), 
  ('abstuetzkufe'), 
  ('scharanschlag'), 
  ('gleitanschlag'), 
  ('inkl'), 
  ('metalleinlagen'), 
  ('schwinglenker'), 
  ('beilhack'), 
  ('pe1000'), 
  ('uhmw'), 
  ('rundstaebe'), 
  ('rundstab'), 
  ('pe'), 
  ('polyethylen'), 
  ('uhm'), 
  ('1000'), 
  ('vollstab'), 
  ('500'), 
  ('vollstaebe'), 
  ('kipphebel'), 
  ('omag'), 
  ('hebel'), 
  ('kerzenhalter'), 
  ('teelichthalter'), 
  ('kunststoffkerze'), 
  ('kerze'), 
  ('teelichteinsatz'), 
  ('restposten'), 
  ('reste'), 
  ('abfall'), 
  ('stab'), 
  ('polyamide'), 
  ('ca'), 
  ('ø73'), 
  ('x'), 
  ('10'), 
  ('mm'), 
  ('90'), 
  ('premium'), 
  ('filament'), 
  ('pc'), 
  ('abs'), 
  ('peek'), 
  ('ppa'), 
  ('pa12'), 
  ('pla'), 
  ('saugschacht'), 
  ('hinten'), 
  ('70'), 
  ('shore'), 
  ('greifer'), 
  ('65'), 
  ('stahl'), 
  ('warnfahne'), 
  ('kunststoffstab'), 
  ('schneeraeumfahrzeug'), 
  ('warnflagge'), 
  ('fahne'), 
  ('weiss'), 
  ('orange'), 
  ('2x'), 
  ('holzstab'), 
  ('polyetheretherketon'), 
  ('volllstab'), 
  ('polycarbonat'), 
  ('rundstaeb'), 
  ('saugmundschuerze'), 
  ('hako'), 
  ('citymaster'), 
  ('2000'), 
  ('saugmund'), 
  ('links'), 
  ('rechts'), 
  ('abweiser'), 
  ('schuerze'), 
  ('grobgutklappe'), 
  ('kommunalfahrzeug'), 
  ('kommunaltechnik'), 
  ('235'), 
  ('80'), 
  ('60'), 
  ('abschnitte'), 
  ('reststuecke'), 
  ('boschung'), 
  ('scheuerleiste'), 
  ('fuer'), 
  ('oel'), 
  ('anschlagklotz'), 
  ('oben'), 
  ('anschlagglotz'), 
  ('acrylnitril'), 
  ('butadien'), 
  ('styrol'), 
  ('copolmer'), 
  ('copolme'), 
  ('hd'), 
  ('polyetylen'), 
  ('pp'), 
  ('polypropylen'), 
  ('dichtung'), 
  ('saugrohr'), 
  ('kehrgutbehaelter'), 
  ('prallplatte'), 
  ('komplett'), 
  ('blech'), 
  ('saugwagen'), 
  ('gleitschiene'), 
  ('verstaerkung'), 
  ('buchse'), 
  ('spruehwasseranlage'), 
  ('spruehdose'), 
  ('spruehwasser'), 
  ('normteile'), 
  ('kufe'), 
  ('600'), 
  ('einschnitten'), 
  ('schmutzbehaelter'), 
  ('laubsieb'), 
  ('vorne'), 
  ('1200'), 
  ('saugundschuerze'), 
  ('laubklappe'), 
  ('vorn'), 
  ('schutzscheibe'), 
  ('hohe'), 
  ('ausfuehrung'), 
  ('thekenaufsatz'), 
  ('niesschutz'), 
  ('virenschutz'), 
  ('spritzschutz'), 
  ('hustenschutz'), 
  ('plexiglas'), 
  ('thekenschutz'), 
  ('scheibe'), 
  ('acrylglas'), 
  ('schutz'), 
  ('thekenaufsteller'), 
  ('tischaufsteller'), 
  ('spuckabwehr'), 
  ('breite'), 
  ('ohne'), 
  ('durchreiche'), 
  ('schutzvisier'), 
  ('gesichtsschutz'), 
  ('gesichtschutz'), 
  ('visier'), 
  ('schutzmaske'), 
  ('gesichtsmaske'), 
  ('faceshield'), 
  ('antistatischer'), 
  ('kunststoffreiniger'), 
  ('pfleger'), 
  ('recatouch'), 
  ('testartikel'), 
  ('recatest'), 
  ('recatestv'), 
  ('recatest2'), 
  ('deaktiviert'), 
  ('kunststoffplatten'), 
  ('tischklemme')
[]
0.0105 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  16 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pa', '6', 'polyamid', 'zuschnitte'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  16 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pa', 'zuschnitt', 'polyamid', 'platte', 
    'kunststoff', '6', 'g', 'e'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  17 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pom', 'c', 'polyoxymethylen', 'zuschnitte'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  17 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pom', 'zuschnitte', 'polyoxymethylen', 
    'kunststoff', 'zuschnitt', 'platte'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  18 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schuerfleiste', 'schneeraeumleiste'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  18 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schuerfleiste', 'schneeraeumleiste', 
    'raeumleiste', 'abstreifleiste', 
    'schneepflug', 'ersatzteil', 'leiste', 
    'pflug', 'schneeschild'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  20 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'ruettelmatte', 'vibrationsplatte'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  20 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'ruettelmatte', 'ersatzteil', 'ruettelplatte', 
    'vibrationsmatte', 'platte', 'ruettler', 
    'ruettelunterlage', 'unterlage'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  21 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'polyurethanplatten', 'standardgroessen'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  21 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pu', 'platten', 'pur', 'polyurethan', 
    'auflagen'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  22 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('stossdaempferschiene') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  22 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'stossdaempferschiene', 'ersatzteile', 
    'schneepflug', 'ersatzteil', 'pflug', 
    'schmidt'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  23 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('gleitkufe', 'abstuetzkufe') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  23 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitkufe', 'pu', 'abstuetzkufe', 
    'schmidt', 'pflug', 'ersatzteile', 
    'schneepflug', 'schneeschild'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  24 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'scharanschlag', 'gleitanschlag', 
    'inkl', 'metalleinlagen'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  24 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitanschlag', 'pu', 'pur', 'ersatzteile', 
    'schneepflug', 'pflug', 'scharanschlag'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  25 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('schwinglenker') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  25 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schwinglenker', 'schmidt', 'schneepflug', 
    'ersatzteil', 'ersatzteile', 'pflug', 
    'beilhack'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  26 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe1000', 'uhmw', 'rundstaebe') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  26 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'rundstab', 'rundstaebe', 'pe', 'polyethylen', 
    'uhmw', 'uhm', '1000', 'vollstab', 
    '500', 'vollstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  27 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kipphebel') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  27 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'kipphebel', 'omag', 'hebel', 'pur', 
    'pu', 'polyurethan'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  28 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'kerzenhalter', 'teelichthalter'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  28 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'kerzenhalter', 'teelichthalter', 
    'kunststoffkerze', 'kerze', 'kunststoff', 
    'teelichteinsatz'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  29 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pa', '6', 'polyamid', 'restposten'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  29 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('restposten', 'reste', 'abfall') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  30 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pom', 'c', 'polyoxymethylen', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  30 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pom', 'polyoxymethylen', 'c', 'rundstab', 
    'vollstab', 'rundstaebe', 'vollstaebe', 
    'stab', 'kunststoff'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  31 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pa', '6', 'polyamid', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  31 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pa', 'polyamid', 'polyamide', '6', 
    'e', 'g', 'rundstab', 'vollstab', 
    'rundstaebe', 'vollstaebe', 'stab', 
    'kunststoff'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  32 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pur', 'polyurethan', 'restposten', 
    'ca', 'ø73', 'x', '10', 'mm', '90'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  32 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('restposten', 'reste', 'abfall') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  33 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('schuerfleiste', 'restposten') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  33 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('restposten', 'reste', 'abfall') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  34 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'premium', 'filament', 'pc', 'abs'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  35 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('premium', 'filament', 'peek') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  36 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('premium', 'filament', 'ppa') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  37 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('premium', 'filament', 'pa12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  38 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('premium', 'filament', 'pla') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  39 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('premium', 'filament', 'abs') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  40 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'saugschacht', 'hinten', '70', 'shore'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  41 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'greifer', '65', 'shore', 'inkl', 'stahl'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  43 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('warnfahne', 'kunststoffstab') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  43 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'warnfahne', 'schneeraeumfahrzeug', 
    'schuerfleiste', 'warnflagge', 'fahne', 
    'weiss', 'orange'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  44 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('2x', 'warnfahne', 'holzstab') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  44 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'warnfahne', 'schneeraeumfahrzeug', 
    'schuerfleiste', 'warnflagge', 'fahne', 
    'weiss', 'orange'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  48 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'peek', 'polyetheretherketon', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  48 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'rundstab', 'rundstaebe', 'peek', 
    'polyethylen', 'polyetheretherketon', 
    'volllstab', 'vollstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  49 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pc', 'polycarbonat', 'zuschnitte'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  49 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pc', 'zuschnitt', 'polycarbonat', 
    'platte', 'kunststoff'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  50 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pur', 'polyurethan', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  50 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pu', 'rundstaebe', 'pur', 'polyurethan', 
    'rundstaeb'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  51 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('saugmundschuerze') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  51 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'saugmund', 
    'links', 'rechts', 'abweiser', 'schuerze', 
    'saugmundschuerze'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  52 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'saugschacht', 'gleitkufe', 'links', 
    'rechts'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  53 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schuerze', 'grobgutklappe', 'saugmund'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  53 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'ersatzteil', 'citymaster', 
    '2000', 'ersatzteile', 'kommunalfahrzeug', 
    'kommunaltechnik', 'schuerze'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  54 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pur', 'polyurethan', 'restposten', 
    '235', 'x', '80', '60', 'mm'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  54 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'restposten', 'zuschnitte', 'polyurethan', 
    'abschnitte', 'reststuecke'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  55 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'stossdaempferschiene', 'restposten'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  55 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'stossdaempferschiene', 'ersatzteile', 
    'schneepflug', 'ersatzteil', 'pflug', 
    'schmidt', 'boschung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  56 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schuerze', 'grobgutklappe', 'saugmund'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  56 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'ersatzteil', 'citymaster', 
    '2000', 'ersatzteile', 'kommunalfahrzeug', 
    'kommunaltechnik', 'schuerze', 'saugmund'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  57 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'scheuerleiste', 'saugmund', 'rechts'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  57 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'scheuerleiste', 'fuer', 'saugmund', 
    'citymaster', 'hako', 'pa', '6', 'g', 
    'oel'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  58 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'scheuerleiste', 'saugmund', 'links'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  58 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'scheuerleiste', 'fuer', 'saugmund', 
    'citymaster', 'hako', 'pa', '6', 'g', 
    'oel'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  59 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'anschlagklotz', 'saugmund', 'oben'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  59 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'anschlagglotz', 
    'anschlagklotz', 'saugmund', 'oben'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  60 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'abweiser', 'saugmund', 'links', 'rechts'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  60 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'abweiser', 
    'saugmund', 'links', 'rechts'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  61 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'abs', 'acrylnitril', 'butadien', 
    'styrol', 'copolmer', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  61 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'rundstab', 'rundstaebe', 'abs', 'acrylnitril', 
    'butadien', 'styrol', 'copolmer', 
    'copolme', 'volllstab', 'vollstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  62 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pe', 'hd', 'polyetylen', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  62 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'rundstab', 'rundstaebe', 'pe', 'polyethylen', 
    'hd', 'volllstab', 'vollstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  63 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pp', 'polypropylen', 'rundstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  63 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'rundstab', 'rundstaebe', 'pp', 'polypropylen', 
    'volllstab', 'vollstaebe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  64 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'dichtung', 'saugrohr', 'kehrgutbehaelter'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  64 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'dichtung', 
    'saugrohr', 'kehrgutbehaelter'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  65 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'prallplatte', 'komplett', 'inkl', 
    'blech'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  65 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'prallplatte', 
    'inkl', 'blech'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  66 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('gleitkufe', 'fuer', 'saugwagen') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  66 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitkufe', 'fuer', 'saugwagen', 
    'citymaster', 'hako', 'pa', '6', 'g', 
    'oel'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  67 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitschiene', 'saugwagen', 'verstaerkung', 
    'links'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  67 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitschiene', 'fuer', 'saugwagen', 
    'citymaster', 'hako', 'pa', '6', 'g', 
    'oel', 'verstaerkung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  68 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitschiene', 'saugwagen', 'verstaerkung', 
    'rechts'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  68 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'gleitschiene', 'fuer', 'saugwagen', 
    'citymaster', 'hako', 'pa', '6', 'g', 
    'oel', 'verstaerkung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  69 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'buchse', 'fuer', 'spruehwasseranlage'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  69 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'buchse', 
    'spruehdose', 'spruehwasser', 'spruehwasseranlage', 
    'normteile'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  70 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('saugmundschuerze') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  70 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'ersatzteil', 'ersatzteile', 
    'kommunalfahrzeug', 'kommunaltechnik', 
    'schuerze', 'saugmund'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  71 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('saugmundschuerze') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  72 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'kufe', 'fuer', 'saugwagen', 'links', 
    'rechts'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  73 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('saugmundschuerze') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  73 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'saugmund', 
    'links', 'rechts', 'abweiser', 'schuerze', 
    'saugmundschuerze', '600'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  74 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'zuschnitt', 'einschnitten', 'fuer', 
    'schmutzbehaelter', 'laubsieb'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  74 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'saugmund', 
    'links', 'rechts', 'abweiser', 'schuerze', 
    'saugmundschuerze', '600'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  75 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schuerze', 'grobgutklappe', 'saugmund'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  75 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '2000', 'saugmund', 
    'links', 'rechts', 'abweiser', 'schuerze', 
    'saugmundschuerze', '600', 'grobgutklappe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  76 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'leiste', 'fuer', 'saugmund', 'vorne'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  76 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hako', 'citymaster', '1200', 'saugmund', 
    'links', 'rechts', 'abweiser', 'schuerze', 
    'saugmundschuerze', '600', 'grobgutklappe', 
    'leiste'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  77 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'saugmundschuerze', 'grobgutklappe', 
    'vorne'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  78 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('saugundschuerze') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  79 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schuerze', 'grobgutklappe', 'laubklappe'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  80 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('leiste', 'saugmund', 'vorn') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  81 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schutzscheibe', 'hohe', 'ausfuehrung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  81 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'thekenaufsatz', 'niesschutz', 'virenschutz', 
    'spritzschutz', 'hustenschutz', 
    'plexiglas', 'thekenschutz', 'scheibe', 
    'acrylglas', 'schutz', 'thekenaufsteller', 
    'tischaufsteller', 'spuckabwehr'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  82 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schutzscheibe', 'breite', 'ausfuehrung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  82 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'thekenaufsatz', 'niesschutz', 'virenschutz', 
    'spritzschutz', 'hustenschutz', 
    'plexiglas', 'thekenschutz', 'scheibe', 
    'acrylglas', 'schutz', 'thekenaufsteller', 
    'tischaufsteller', 'spuckabwehr'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  84 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schutzscheibe', 'ohne', 'durchreiche'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  84 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'thekenaufsatz', 'niesschutz', 'virenschutz', 
    'spritzschutz', 'hustenschutz', 
    'plexiglas', 'thekenschutz', 'scheibe', 
    'acrylglas', 'schutz', 'thekenaufsteller', 
    'tischaufsteller', 'spuckabwehr'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  85 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schutzvisier', 'gesichtsschutz'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  85 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'schutzvisier', 'gesichtschutz', 
    'gesichtsschutz', 'visier', 'schutzmaske', 
    'gesichtsmaske', 'faceshield'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  86 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'antistatischer', 'kunststoffreiniger', 
    'pfleger'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  87 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('recatouch') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  88 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('testartikel') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  89 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('recatest') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  90 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('recatestv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  92 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('recatest2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  94 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pe', '1000', 'uhmw', 'zuschnitte', 
    'x', 'deaktiviert'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  94 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pe', 'zuschnitte', 'polyethylen', 
    'platte', 'kunststoff', 'kunststoffplatten'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  95 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pe', '1000', 'uhmw', 'zuschnitte'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  95 as elementID, 
  4 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'pe', 'zuschnitte', 'polyethylen', 
    'platte', 'kunststoff', 'kunststoffplatten'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  96 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('tischklemme')
[]
0.0081 ms
SELECT 
  id as id, 
  metakeywords, 
  description 
FROM 
  s_categories
[]
0.0003 ms
SELECT 
  objectkey, 
  objectdata 
FROM 
  s_core_translations 
WHERE 
  (
    objectkey IN (: ids)
  ) 
  AND (objecttype = : type)
array:2 [
  ":type" => "category"
  ":ids" => array:14 [
    0 => "1"
    1 => "3"
    2 => "13"
    3 => "14"
    4 => "16"
    5 => "19"
    6 => "20"
    7 => "21"
    8 => "22"
    9 => "23"
    10 => "31"
    11 => "33"
    12 => "34"
    13 => "35"
  ]
]
0.0006 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('root'), 
  ('deutsch'), 
  ('produkte'), 
  ('werkstoffe'), 
  ('restposten'), 
  ('winterdienst'), 
  ('kerzenhalter'), 
  ('bearbeitungsmoeglichkeiten'), 
  ('filamente'), 
  ('ersatzteile'), 
  ('kommunaltechnik'), 
  ('nies'), 
  ('hustenschutz'), 
  ('recatouch'), 
  ('grips'), 
  ('zuschnitte'), 
  ('rundstaebe')
[]
0.0022 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  1 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('root') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  3 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('deutsch') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  13 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('produkte') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  14 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('werkstoffe') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  16 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('restposten') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  19 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('winterdienst') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  20 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kerzenhalter') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  21 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('bearbeitungsmoeglichkeiten') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  22 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('filamente') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  23 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'ersatzteile', 'kommunaltechnik'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  31 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('nies', 'hustenschutz') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  33 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('recatouch', 'grips') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  34 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('zuschnitte') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  35 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rundstaebe')
[]
0.0005 ms
SELECT 
  id as id, 
  name 
FROM 
  s_articles_supplier
[]
0.0002 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('smapla'), 
  ('burnus'), 
  ('reca'), 
  ('plastics'), 
  ('gmbh'), 
  ('rc')
[]
0.0002 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  4 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('smapla') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  5 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('burnus') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  6 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('reca', 'plastics', 'gmbh') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  7 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rc')
[]
0.0003 ms
SELECT 
  id as id, 
  ordernumber 
FROM 
  s_articles_details
[]
0.0093 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('20103'), 
  ('abs'), 
  ('n'), 
  ('d'), 
  ('1'), 
  ('10'), 
  ('2'), 
  ('3'), 
  ('4'), 
  ('5'), 
  ('6'), 
  ('7'), 
  ('8'), 
  ('9'), 
  ('f'), 
  ('1b1'), 
  ('1b2'), 
  ('1g1'), 
  ('1g2'), 
  ('1r1'), 
  ('1r2'), 
  ('1s1'), 
  ('1s2'), 
  ('1w1'), 
  ('1w2'), 
  ('2b1'), 
  ('2b2'), 
  ('2g1'), 
  ('2g2'), 
  ('2r1'), 
  ('2r2'), 
  ('2s1'), 
  ('2s2'), 
  ('2w1'), 
  ('2w2'), 
  ('pa12'), 
  ('1n1'), 
  ('1n2'), 
  ('pcabs'), 
  ('peek'), 
  ('pla'), 
  ('1gr1'), 
  ('1gr2'), 
  ('2gr1'), 
  ('2gr2'), 
  ('ppa'), 
  ('gk'), 
  ('ec'), 
  ('60'), 
  ('hgrctouch'), 
  ('kh'), 
  ('a78'), 
  ('120'), 
  ('150'), 
  ('70'), 
  ('90'), 
  ('set'), 
  ('g78'), 
  ('kph'), 
  ('pa'), 
  ('rest'), 
  ('s'), 
  ('12'), 
  ('15'), 
  ('20'), 
  ('25'), 
  ('30'), 
  ('40'), 
  ('50'), 
  ('d10'), 
  ('d100'), 
  ('d110'), 
  ('d120'), 
  ('d125'), 
  ('d130'), 
  ('d140'), 
  ('d15'), 
  ('d150'), 
  ('d160'), 
  ('d165'), 
  ('d170'), 
  ('d180'), 
  ('d20'), 
  ('d200'), 
  ('d25'), 
  ('d30'), 
  ('d35'), 
  ('d40'), 
  ('d45'), 
  ('d50'), 
  ('d55'), 
  ('d60'), 
  ('d65'), 
  ('d70'), 
  ('d80'), 
  ('d90'), 
  ('pc'), 
  ('uv'), 
  ('pe'), 
  ('gr'), 
  ('pe1'), 
  ('pe10'), 
  ('pe11'), 
  ('pe12'), 
  ('pe13'), 
  ('pe14'), 
  ('pe15'), 
  ('pe16'), 
  ('pe17'), 
  ('pe18'), 
  ('pe19'), 
  ('pe2'), 
  ('pe20'), 
  ('pe21'), 
  ('pe22'), 
  ('pe23'), 
  ('pe24'), 
  ('pe25'), 
  ('pe26'), 
  ('pe27'), 
  ('pe28'), 
  ('pe29'), 
  ('pe3'), 
  ('pe30'), 
  ('pe31'), 
  ('pe32'), 
  ('pe33'), 
  ('pe34'), 
  ('pe35'), 
  ('pe36'), 
  ('pe37'), 
  ('pe38'), 
  ('pe39'), 
  ('pe4'), 
  ('pe40'), 
  ('pe41'), 
  ('pe42'), 
  ('pe5'), 
  ('pe6'), 
  ('pe7'), 
  ('pe8'), 
  ('pe9'), 
  ('pehd'), 
  ('11'), 
  ('13'), 
  ('14'), 
  ('16'), 
  ('17'), 
  ('18'), 
  ('19'), 
  ('pk'), 
  ('d12'), 
  ('d16'), 
  ('d18'), 
  ('d22'), 
  ('d28'), 
  ('d32'), 
  ('d36'), 
  ('d5'), 
  ('d56'), 
  ('d6'), 
  ('d8'), 
  ('pl'), 
  ('2102'), 
  ('80'), 
  ('2103'), 
  ('2104'), 
  ('2105'), 
  ('2106'), 
  ('2108'), 
  ('2110'), 
  ('2112'), 
  ('2115'), 
  ('2120'), 
  ('2125'), 
  ('2130'), 
  ('2140'), 
  ('3101'), 
  ('3102'), 
  ('3103'), 
  ('3104'), 
  ('3105'), 
  ('3106'), 
  ('3108'), 
  ('3110'), 
  ('3112'), 
  ('3115'), 
  ('3120'), 
  ('3125'), 
  ('3130'), 
  ('3140'), 
  ('pom'), 
  ('d75'), 
  ('pp'), 
  ('pur'), 
  ('pud73x10'), 
  ('sl185024'), 
  ('sl240024'), 
  ('rm'), 
  ('schl'), 
  ('35'), 
  ('sds'), 
  ('798'), 
  ('898'), 
  ('998'), 
  ('sl'), 
  ('45'), 
  ('45b'), 
  ('sp16694'), 
  ('sp21917'), 
  ('sp28405'), 
  ('sp33437'), 
  ('sp35574'), 
  ('sp38405'), 
  ('sp39405'), 
  ('sp39537'), 
  ('sp41817'), 
  ('sp44904'), 
  ('sp47254'), 
  ('sp48134'), 
  ('sp49374'), 
  ('sp49405'), 
  ('sp59184'), 
  ('sp61007'), 
  ('sp63724'), 
  ('sp67074'), 
  ('sp73654'), 
  ('sp77674'), 
  ('sp77684'), 
  ('sp81037'), 
  ('sp83154'), 
  ('sp87537'), 
  ('sp88324'), 
  ('sp8951'), 
  ('sp92127'), 
  ('sp92317'), 
  ('sp92764'), 
  ('sps'), 
  ('od'), 
  ('5x10'), 
  ('5x12'), 
  ('5x5'), 
  ('5x6'), 
  ('5x7'), 
  ('5x8'), 
  ('5x9'), 
  ('6x10'), 
  ('6x12'), 
  ('6x6'), 
  ('6x7'), 
  ('6x8'), 
  ('6x9'), 
  ('7x10'), 
  ('7x12'), 
  ('7x7'), 
  ('7x8'), 
  ('7x9'), 
  ('h10'), 
  ('b5'), 
  ('b6'), 
  ('b68'), 
  ('h5'), 
  ('b10'), 
  ('b12'), 
  ('b8'), 
  ('h6'), 
  ('h68'), 
  ('h7'), 
  ('h8'), 
  ('h9'), 
  ('sv'), 
  ('sw10050'), 
  ('sw10051'), 
  ('sw10052'), 
  ('sw10054'), 
  ('tkalu'), 
  ('schwarz'), 
  ('silber'), 
  ('wf'), 
  ('holz'), 
  ('knst')
[]
0.0028 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  1666 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('20103') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1522 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1523 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1532 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1524 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1525 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1526 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1527 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1528 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1529 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1530 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1531 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('abs', 'n', 'd', '9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1004 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1b1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1005 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1b2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1016 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1g1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1017 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1g2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1008 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1r1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1009 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1r2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  997 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1s1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1001 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1012 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1w1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1013 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '1w2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1006 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2b1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1007 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2b2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1018 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2g1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1019 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2g2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1010 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2r1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1011 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2r2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1002 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2s1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1003 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1014 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2w1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1015 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'abs', '2w2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  992 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pa12', '1n1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1069 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pa12', '1n2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  971 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pcabs', '1s1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  973 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pcabs', '1s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  974 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pcabs', '2s1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  975 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pcabs', '2s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  984 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'peek', '1n1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1070 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'peek', '1n2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1046 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1b1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1047 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1b2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1058 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1g1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1059 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1g2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1062 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1gr1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1063 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1gr2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1050 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1r1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1051 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1r2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  993 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1s1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1043 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1054 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1w1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1055 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '1w2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1048 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2b1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1049 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2b2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1060 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2g1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1061 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2g2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1064 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2gr1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1065 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2gr2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1052 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2r1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1053 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2r2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1044 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2s1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1045 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1056 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2w1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1057 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'pla', '2w2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  980 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'ppa', '1n1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1071 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('f', 'ppa', '1n2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  241 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('gk', 'ec', '60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1668 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('hgrctouch') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  440 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'a78', '120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  441 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'a78', '150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  246 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'a78', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  439 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'a78', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  442 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'a78', 'set') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  445 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'g78', '120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  446 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'g78', '150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  443 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'g78', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  444 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'g78', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  447 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kh', 'g78', 'set') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  245 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('kph') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  288 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'ec', 'rest') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  808 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'ec', 'rest', 's') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  303 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  304 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  305 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  43 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  306 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  307 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  298 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  308 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  299 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  309 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  300 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  310 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  301 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  302 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  607 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  875 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  876 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  877 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  886 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd125') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  878 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  879 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  861 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  880 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  881 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  885 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd165') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  882 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd170') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  883 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  862 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  884 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  863 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  864 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  865 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  866 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  867 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  868 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  869 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd55') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  870 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  871 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd65') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  872 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  873 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  874 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 'n', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  317 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  318 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  319 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  311 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  320 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  321 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  312 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  322 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  313 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  323 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  314 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  324 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  315 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  316 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  887 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  902 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  903 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  904 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  913 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd125') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  905 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  906 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  888 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  907 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  908 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  912 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd165') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  909 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd170') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  910 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  889 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  911 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  890 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  891 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  892 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  893 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  894 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  895 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  896 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd55') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  897 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  898 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd65') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  899 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  900 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  901 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pa', 's', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1300 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1301 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '10', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1504 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1506 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1288 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1289 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '2', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1290 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1291 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '3', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1292 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1293 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '4', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1294 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1295 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '5', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1296 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1297 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '6', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1298 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1299 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pc', '8', 'uv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1837 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1838 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1839 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1831 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1840 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1841 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1832 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1842 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1833 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1843 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1834 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1844 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1835 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1845 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1836 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  543 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  544 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  545 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  546 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  547 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  532 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  548 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  549 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  550 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  533 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  551 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  534 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  535 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  536 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  537 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  552 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  538 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  539 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  540 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  541 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  542 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'gr', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1822 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1823 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1824 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1816 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1825 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1826 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1817 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1827 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1818 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1828 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1819 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1829 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1820 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1830 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1821 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  501 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  502 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  503 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  504 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  505 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  244 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  506 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  507 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  508 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  491 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  509 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  492 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  493 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  494 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  495 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  510 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  496 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  497 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  498 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  499 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  500 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 'n', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1807 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1808 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1809 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1801 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1810 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1811 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1802 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1812 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1803 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1813 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1804 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1814 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1805 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1815 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1806 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  522 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  523 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  524 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  525 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  526 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  511 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  527 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  528 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  529 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  512 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  530 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  513 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  514 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  515 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  516 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  531 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  517 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  518 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  519 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  520 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  521 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe', 's', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1759 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1768 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1769 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe11') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1770 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1771 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe13') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1772 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe14') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1773 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1774 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe16') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1775 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe17') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1776 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe18') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1777 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe19') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1760 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1778 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1779 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe21') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1780 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe22') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1781 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe23') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1782 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe24') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1783 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1784 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe26') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1785 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe27') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1786 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe28') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1787 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe29') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1761 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1788 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1789 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe31') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1790 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe32') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1791 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe33') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1792 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe34') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1793 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1794 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe36') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1795 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe37') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1796 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe38') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1797 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe39') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1762 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1798 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1799 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe41') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1800 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe42') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1763 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1764 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1765 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1766 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1767 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pe9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1533 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1534 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1543 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1544 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '11') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1545 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1546 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '13') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1547 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '14') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1548 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1549 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '16') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1550 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '17') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1551 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '18') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1552 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '19') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1535 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1536 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1537 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1538 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1539 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1540 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1541 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1542 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pehd', 's', 'd', '9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1257 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1278 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1279 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1258 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1280 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1281 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd125') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1282 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1283 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1259 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1284 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1260 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd16') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1285 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1261 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd18') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1286 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1262 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1287 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1263 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd22') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1264 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1265 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd28') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1266 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1267 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd32') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1268 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1269 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd36') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1270 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1254 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1271 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1272 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd56') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1255 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1273 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1274 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd65') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1275 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1256 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1276 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1277 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 'n', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1223 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1224 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1226 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd16') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1228 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1230 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1232 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1234 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1236 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1237 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1239 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1240 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pk', 's', 'd65') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  239 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2102', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  382 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2102', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  410 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2102', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  355 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2103', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  383 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2103', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  411 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2103', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  356 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2104', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  384 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2104', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  412 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2104', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  357 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2105', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  385 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2105', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  413 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2105', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  358 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2106', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  386 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2106', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  414 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2106', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  359 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2108', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  387 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2108', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  415 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2108', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  360 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2110', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  388 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2110', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  416 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2110', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  361 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2112', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  389 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2112', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  417 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2112', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  362 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2115', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  390 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2115', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  418 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2115', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  363 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2120', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  391 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2120', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  419 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2120', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  364 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2125', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  392 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2125', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  420 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2125', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  365 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2130', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  393 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2130', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  421 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2130', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  366 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2140', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  394 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2140', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  422 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '2140', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  381 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3101', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  409 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3101', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  437 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3101', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  368 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3102', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  396 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3102', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  424 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3102', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  369 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3103', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  397 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3103', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  425 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3103', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  370 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3104', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  398 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3104', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  426 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3104', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  371 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3105', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  399 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3105', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  427 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3105', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  372 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3106', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  400 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3106', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  428 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3106', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  373 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3108', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  401 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3108', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  429 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3108', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  374 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3110', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  402 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3110', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  430 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3110', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  375 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3112', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  403 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3112', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  431 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3112', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  376 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3115', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  404 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3115', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  432 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3115', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  377 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3120', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  405 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3120', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  433 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3120', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  378 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3125', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  406 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3125', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  434 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3125', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  379 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3130', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  407 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3130', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  435 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3130', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  380 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3140', '70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  408 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3140', '80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  436 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pl', '3140', '90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  946 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  947 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  948 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  44 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  949 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  950 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  941 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  951 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  942 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  953 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  943 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  952 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  944 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  945 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  553 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  771 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  772 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  755 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  773 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  774 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  775 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  756 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  776 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  777 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  778 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd170') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  779 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  757 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  780 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  758 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  759 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  760 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  761 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  762 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  763 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  764 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd55') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  765 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  766 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd65') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  767 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  768 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd75') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  769 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  770 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 'n', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  960 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  961 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  962 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '16') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  954 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  963 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  964 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  955 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  965 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  956 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  966 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  957 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  967 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  958 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  959 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  781 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  798 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  799 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd110') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  782 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  800 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd120') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  801 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd130') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  802 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd140') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  783 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  803 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd150') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  804 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd160') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  806 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd180') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  784 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  807 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd200') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  785 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  786 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  787 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  788 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  789 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  790 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  791 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd55') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  792 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  793 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd65') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  794 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  795 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd75') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  796 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  797 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pom', 's', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1553 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1554 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1563 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1564 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '11') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1565 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1566 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '13') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1567 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '14') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1568 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1555 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1556 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1557 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1558 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1559 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1560 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1561 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1562 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pp', 'n', 'd', '9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1508 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1306 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1307 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1308 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1309 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1310 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1311 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1312 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1313 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1314 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1315 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1316 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '7', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1509 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1318 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1319 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1320 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1321 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1322 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1323 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1324 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1325 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1326 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1327 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1328 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '8', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1510 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd100') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1330 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1331 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1332 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1333 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1334 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1335 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1336 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1337 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1338 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd70') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1339 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd80') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1340 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('pur', '9', 'd90') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1515 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rest', '60') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  968 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rest', 'pud73x10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  969 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rest', 'sl185024') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  970 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rest', 'sl240024') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  353 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rm', 'ec', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  354 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rm', 'ec', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  238 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rm', 'ec', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  352 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('rm', 'ec', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  243 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('schl', 'ec', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  438 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('schl', 'ec', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1511 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('schl', 'ec', '35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  240 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sds', '798', '35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  448 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sds', '898', '35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  449 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sds', '998', '35') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1086 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1076 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '10', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1671 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '10', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1087 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1077 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '12', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1672 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '12', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1088 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '15') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1078 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '15', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1673 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '15', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1089 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '20') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1079 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '20', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1674 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '20', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1090 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1080 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '25', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1675 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '25', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1091 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '30') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1081 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '30', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1676 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '30', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1092 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '40') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1082 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '40', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1677 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '40', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1093 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1083 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '50', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1678 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '50', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1084 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  45 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '6', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1669 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '6', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1085 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1075 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '8', '45') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1670 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sl', 'ec', '8', '45b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1521 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp16694') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1583 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp21917') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1571 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp28405') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1513 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp33437') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1574 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp35574') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1577 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp38405') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1572 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp39405') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1578 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp39537') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1584 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp41817') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  242 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp44904') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1519 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp47254') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1575 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp48134') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1072 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp49374') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1573 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp49405') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1517 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp59184') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1570 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp61007') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1512 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp63724') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1581 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp67074') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1516 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp73654') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1514 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp77674') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1569 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp77684') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1520 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp81037') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1518 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp83154') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1579 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp87537') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1576 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp88324') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1073 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp8951') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1580 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp92127') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1585 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp92317') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1582 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sp92764') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1649 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1659 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1644 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1645 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1646 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1647 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1648 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '5x9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1654 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '6x10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1660 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '6x12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1650 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '6x6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1651 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '6x7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1652 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '6x8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1653 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '6x9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1658 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '7x10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1661 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '7x12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1655 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '7x7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1656 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '7x8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1657 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'od', '7x9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1679 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h10', 'b5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1680 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h10', 'b6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1687 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h10', 'b68') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1613 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h5', 'b10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1614 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h5', 'b12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1612 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h5', 'b8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1610 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h6', 'b10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1611 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h6', 'b12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1594 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h6', 'b5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1595 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h6', 'b6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1691 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h6', 'b68') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1609 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h6', 'b8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1685 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h68', 'b5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1686 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h68', 'b6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1690 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h68', 'b68') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1607 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h7', 'b10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1608 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h7', 'b12') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1606 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h7', 'b8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1683 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h8', 'b5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1684 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h8', 'b6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1689 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h8', 'b68') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1681 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h9', 'b5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1682 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h9', 'b6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1688 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sps', 'h9', 'b68') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1667 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sv', '1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1663 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sv', '10') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1664 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sv', '25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1662 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sv', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1665 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sv', '50') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1692 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10050') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1693 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10051') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1694 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10051', '1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1695 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10051', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1696 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1742 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1743 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1744 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1745 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1746 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1747 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1748 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1749 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10052', '8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1700 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10054') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1846 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('tkalu') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1848 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('tkalu', 'schwarz') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1847 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('tkalu', 'silber') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1095 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('wf', 'holz') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1094 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('wf', 'knst')
[]
0.0440 ms
SELECT 
  articleID as id, 
  name, 
  keywords 
FROM 
  s_articles_translations
[]
0.0009 ms
SELECT 
  STRAIGHT_JOIN st.id AS tableID, 
  st.table, 
  st.where, 
  st.referenz_table, 
  st.foreign_key, 
  GROUP_CONCAT(sf.id SEPARATOR ', ') AS fieldIDs, 
  GROUP_CONCAT(sf.field SEPARATOR ', ') AS `fields`, 
  GROUP_CONCAT(sf.do_not_split SEPARATOR ', ') AS `doNotSplit` 
FROM 
  s_search_fields sf FORCE INDEX (tableID) 
  INNER JOIN s_search_tables st ON st.id = sf.tableID 
  AND sf.relevance != 0 
GROUP BY 
  sf.tableID
[]
0.0001 ms
SELECT 
  STRAIGHT_JOIN keywordID, 
  fieldID, 
  sk.keyword 
FROM 
  `s_search_index` si 
  INNER JOIN s_search_keywords sk ON si.keywordID = sk.id 
  LEFT JOIN s_articles_categories t2 ON si.elementID = t2.categoryID 
  AND si.fieldID IN (1, 2) 
  LEFT JOIN s_articles t3 ON si.elementID = t3.supplierID 
  AND si.fieldID IN (6) 
  LEFT JOIN s_articles_details t4 ON si.elementID = t4.id 
  AND si.fieldID IN (5) 
GROUP BY 
  keywordID, 
  fieldID 
HAVING 
  COUNT(*) > (
    SELECT 
      COUNT(*)* 0.9 
    FROM 
      `s_articles`
  )
[]
0.0169 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "501"
  1 => "5"
]
0.0006 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "977"
  1 => "5"
]
0.0004 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "1049"
  1 => "5"
]
0.0004 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "1185026"
  1 => "6"
]
0.0002 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "1185032"
  1 => "5"
]
0.0007 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "1185033"
  1 => "5"
]
0.0005 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "1185034"
  1 => "5"
]
0.0005 ms
DELETE sk 
FROM 
  `s_search_keywords` sk 
  LEFT JOIN s_search_index si ON sk.id = si.keywordID 
WHERE 
  si.keywordID IS NULL
[]
0.0026 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.name = ? 
  AND t0.capability_enable = ? 
LIMIT 
  1
array:2 [
  0 => "BogxSeoVariants"
  1 => 1
]
0.0001 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.swag_link as __categoryAttribute_swag_link, 
  categoryAttribute.swag_show_by_default as __categoryAttribute_swag_show_by_default, 
  categoryAttribute.swag_deleted_position as __categoryAttribute_swag_deleted_position, 
  categoryAttribute.swag_base_sort as __categoryAttribute_swag_base_sort, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0002 ms
SELECT 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID 
FROM 
  s_core_customergroups customerGroup 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
WHERE 
  customerGroup.groupkey IN (: keys)
array:1 [
  ":keys" => array:2 [
    0 => "EK"
    1 => "EK"
  ]
]
0.0001 ms
SELECT 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position 
FROM 
  s_core_currencies currency 
WHERE 
  currency.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0001 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0001 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0001 ms
SELECT 
  product.id as __product_id, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber 
FROM 
  s_articles product 
  INNER JOIN s_articles_details variant ON variant.id = product.main_detail_id 
  AND variant.active = 1 
  AND product.active = 1 
  INNER JOIN s_articles_categories_ro productCategory ON productCategory.articleID = product.id 
  AND productCategory.categoryID IN (: productCategory) 
  LEFT JOIN s_articles_avoid_customergroups avoidCustomerGroup ON avoidCustomerGroup.articleID = product.id 
  AND avoidCustomerGroup.customerGroupId IN (
    : customerGroupIds38ba0f9d2195aa1ed719d712288c9fae
  ) 
  INNER JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
WHERE 
  avoidCustomerGroup.articleID IS NULL 
GROUP BY 
  product.id 
ORDER BY 
  variant.id ASC 
LIMIT 
  10000
array:2 [
  ":productCategory" => array:1 [
    0 => 3
  ]
  ":customerGroupIds38ba0f9d2195aa1ed719d712288c9fae" => array:1 [
    0 => 1
  ]
]
0.0281 ms
SELECT 
  id, 
  changetime 
FROM 
  s_articles product 
WHERE 
  id IN(: productIds)
array:1 [
  "productIds" => array:33 [
    0 => 16
    1 => 17
    2 => 22
    3 => 23
    4 => 24
    5 => 25
    6 => 26
    7 => 28
    8 => 29
    9 => 30
    10 => 31
    11 => 32
    12 => 34
    13 => 36
    14 => 35
    15 => 37
    16 => 39
    17 => 38
    18 => 18
    19 => 43
    20 => 44
    21 => 48
    22 => 50
    23 => 54
    24 => 55
    25 => 81
    26 => 82
    27 => 84
    28 => 86
    29 => 85
    30 => 87
    31 => 95
    32 => 96
  ]
]
0.0104 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:33 [
    0 => "sViewport=detail&sArticle=39"
    1 => "sViewport=detail&sArticle=37"
    2 => "sViewport=detail&sArticle=35"
    3 => "sViewport=detail&sArticle=36"
    4 => "sViewport=detail&sArticle=34"
    5 => "sViewport=detail&sArticle=38"
    6 => "sViewport=detail&sArticle=28"
    7 => "sViewport=detail&sArticle=86"
    8 => "sViewport=detail&sArticle=87"
    9 => "sViewport=detail&sArticle=55"
    10 => "sViewport=detail&sArticle=85"
    11 => "sViewport=detail&sArticle=29"
    12 => "sViewport=detail&sArticle=32"
    13 => "sViewport=detail&sArticle=54"
    14 => "sViewport=detail&sArticle=84"
    15 => "sViewport=detail&sArticle=82"
    16 => "sViewport=detail&sArticle=81"
    17 => "sViewport=detail&sArticle=96"
    18 => "sViewport=detail&sArticle=16"
    19 => "sViewport=detail&sArticle=17"
    20 => "sViewport=detail&sArticle=18"
    21 => "sViewport=detail&sArticle=22"
    22 => "sViewport=detail&sArticle=23"
    23 => "sViewport=detail&sArticle=24"
    24 => "sViewport=detail&sArticle=25"
    25 => "sViewport=detail&sArticle=43"
    26 => "sViewport=detail&sArticle=44"
    27 => "sViewport=detail&sArticle=26"
    28 => "sViewport=detail&sArticle=30"
    29 => "sViewport=detail&sArticle=31"
    30 => "sViewport=detail&sArticle=48"
    31 => "sViewport=detail&sArticle=50"
    32 => "sViewport=detail&sArticle=95"
  ]
]
0.0005 ms
SELECT 
  product.id as __product_id, 
  variant.id as __variant_id, 
  variant.ordernumber as __variant_ordernumber 
FROM 
  s_articles product 
  INNER JOIN s_articles_details variant ON variant.id = product.main_detail_id 
  AND variant.active = 1 
  AND product.active = 1 
  INNER JOIN s_articles_categories_ro productCategory ON productCategory.articleID = product.id 
  AND productCategory.categoryID IN (: productCategory) 
  LEFT JOIN s_articles_avoid_customergroups avoidCustomerGroup ON avoidCustomerGroup.articleID = product.id 
  AND avoidCustomerGroup.customerGroupId IN (
    : customerGroupIds38ba0f9d2195aa1ed719d712288c9fae
  ) 
  INNER JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id 
WHERE 
  (
    avoidCustomerGroup.articleID IS NULL
  ) 
  AND (product.id > : lastId) 
GROUP BY 
  product.id 
ORDER BY 
  variant.id ASC 
LIMIT 
  10000
array:3 [
  ":productCategory" => array:1 [
    0 => 3
  ]
  ":customerGroupIds38ba0f9d2195aa1ed719d712288c9fae" => array:1 [
    0 => 1
  ]
  "lastId" => 96
]
0.0004 ms
SELECT 
  shopGroups.key 
FROM 
  s_core_shop_pages shopPages 
  INNER JOIN s_cms_static_groups shopGroups ON shopGroups.id = shopPages.group_id 
WHERE 
  shopPages.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0002 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND (
    s3_.shops IS NULL 
    OR s3_.shops LIKE ?
  ) 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:3 [
  0 => 1
  1 => "%|1|%"
  2 => 3
]
0.0013 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 31
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 33
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 19
]
0.0005 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 13
]
0.0006 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 34
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 35
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 22
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 16
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 14
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
  LEFT JOIN s_categories_avoid_customergroups s8_ ON s3_.id = s8_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s8_.customergroupID 
  AND (s7_.id = ?) 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
HAVING 
  COUNT(s7_.id) = 0 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:2 [
  0 => 1
  1 => 21
]
0.0004 ms
SELECT 
  s0_.sorting_ids AS sorting_ids_0, 
  s0_.hide_sortings AS hide_sortings_1, 
  s0_.facet_ids AS facet_ids_2, 
  s0_.shops AS shops_3, 
  s0_.id AS id_4, 
  s0_.parent AS parent_5, 
  s0_.stream_id AS stream_id_6, 
  s0_.description AS description_7, 
  s0_.position AS position_8, 
  s0_.meta_title AS meta_title_9, 
  s0_.metakeywords AS metakeywords_10, 
  s0_.metadescription AS metadescription_11, 
  s0_.cmsheadline AS cmsheadline_12, 
  s0_.cmstext AS cmstext_13, 
  s0_.active AS active_14, 
  s0_.template AS template_15, 
  s0_.product_box_layout AS product_box_layout_16, 
  s0_.blog AS blog_17, 
  s0_.path AS path_18, 
  s0_.external AS external_19, 
  s0_.external_target AS external_target_20, 
  s0_.hidefilter AS hidefilter_21, 
  s0_.hidetop AS hidetop_22, 
  s0_.changed AS changed_23, 
  s0_.added AS added_24, 
  s0_.mediaID AS mediaID_25, 
  s1_.id AS id_26, 
  s1_.name AS name_27, 
  s2_.id AS id_28, 
  s2_.ordernumber AS ordernumber_29, 
  s3_.id AS id_30, 
  s3_.name AS name_31, 
  s4_.id AS id_32, 
  s4_.categoryID AS categoryID_33, 
  s4_.attribute1 AS attribute1_34, 
  s4_.attribute2 AS attribute2_35, 
  s4_.attribute3 AS attribute3_36, 
  s4_.attribute4 AS attribute4_37, 
  s4_.attribute5 AS attribute5_38, 
  s4_.attribute6 AS attribute6_39, 
  s4_.swag_link AS swag_link_40, 
  s4_.swag_show_by_default AS swag_show_by_default_41, 
  s4_.swag_deleted_position AS swag_deleted_position_42, 
  s4_.swag_base_sort AS swag_base_sort_43, 
  s5_.show_listing AS show_listing_44, 
  s5_.template_id AS template_id_45, 
  s5_.id AS id_46, 
  s5_.parent_id AS parent_id_47, 
  s5_.active AS active_48, 
  s5_.name AS name_49, 
  s5_.userID AS userID_50, 
  s5_.position AS position_51, 
  s5_.device AS device_52, 
  s5_.fullscreen AS fullscreen_53, 
  s5_.valid_from AS valid_from_54, 
  s5_.is_landingpage AS is_landingpage_55, 
  s5_.seo_title AS seo_title_56, 
  s5_.seo_keywords AS seo_keywords_57, 
  s5_.seo_description AS seo_description_58, 
  s5_.valid_to AS valid_to_59, 
  s5_.create_date AS create_date_60, 
  s5_.modified AS modified_61, 
  s5_.`rows` AS rows_62, 
  s5_.cols AS cols_63, 
  s5_.cell_spacing AS cell_spacing_64, 
  s5_.cell_height AS cell_height_65, 
  s5_.article_height AS article_height_66, 
  s5_.mode AS mode_67, 
  s5_.preview_id AS preview_id_68, 
  s5_.preview_secret AS preview_secret_69, 
  s5_.listing_visibility AS listing_visibility_70, 
  s5_.customer_stream_ids AS customer_stream_ids_71, 
  s5_.replacement AS replacement_72, 
  s6_.id AS id_73, 
  s6_.albumID AS albumID_74, 
  s6_.name AS name_75, 
  s6_.description AS description_76, 
  s6_.path AS path_77, 
  s6_.type AS type_78, 
  s6_.extension AS extension_79, 
  s6_.userID AS userID_80, 
  s6_.created AS created_81, 
  s6_.file_size AS file_size_82, 
  s6_.width AS width_83, 
  s6_.height AS height_84, 
  s7_.id AS id_85, 
  s7_.groupkey AS groupkey_86, 
  s7_.description AS description_87, 
  s7_.tax AS tax_88, 
  s7_.taxinput AS taxinput_89, 
  s7_.mode AS mode_90, 
  s7_.discount AS discount_91, 
  s7_.minimumorder AS minimumorder_92, 
  s7_.minimumordersurcharge AS minimumordersurcharge_93 
FROM 
  s_categories s0_ 
  LEFT JOIN s_articles_categories s8_ ON s0_.id = s8_.categoryID 
  LEFT JOIN s_articles s1_ ON s1_.id = s8_.articleID 
  LEFT JOIN s_articles_details s2_ ON s1_.main_detail_id = s2_.id 
  LEFT JOIN s_articles_supplier s3_ ON s1_.supplierID = s3_.id 
  LEFT JOIN s_categories_attributes s4_ ON s0_.id = s4_.categoryID 
  LEFT JOIN s_emotion_categories s9_ ON s0_.id = s9_.category_id 
  LEFT JOIN s_emotion s5_ ON s5_.id = s9_.emotion_id 
  LEFT JOIN s_media s6_ ON s0_.mediaID = s6_.id 
  LEFT JOIN s_categories_avoid_customergroups s10_ ON s0_.id = s10_.categoryID 
  LEFT JOIN s_core_customergroups s7_ ON s7_.id = s10_.customergroupID 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0006 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:9 [
    0 => "sViewport=index"
    1 => "sViewport=cat&sCategory=31"
    2 => "sViewport=cat&sCategory=33"
    3 => "sViewport=cat&sCategory=19"
    4 => "sViewport=cat&sCategory=13"
    5 => "sViewport=cat&sCategory=34"
    6 => "sViewport=cat&sCategory=35"
    7 => "sViewport=cat&sCategory=22"
    8 => "sViewport=cat&sCategory=16"
  ]
]
0.0019 ms
SELECT 
  s0_.sorting_ids AS sorting_ids_0, 
  s0_.hide_sortings AS hide_sortings_1, 
  s0_.facet_ids AS facet_ids_2, 
  s0_.shops AS shops_3, 
  s0_.id AS id_4, 
  s0_.parent AS parent_5, 
  s0_.stream_id AS stream_id_6, 
  s0_.description AS description_7, 
  s0_.position AS position_8, 
  s0_.meta_title AS meta_title_9, 
  s0_.metakeywords AS metakeywords_10, 
  s0_.metadescription AS metadescription_11, 
  s0_.cmsheadline AS cmsheadline_12, 
  s0_.cmstext AS cmstext_13, 
  s0_.active AS active_14, 
  s0_.template AS template_15, 
  s0_.product_box_layout AS product_box_layout_16, 
  s0_.blog AS blog_17, 
  s0_.path AS path_18, 
  s0_.external AS external_19, 
  s0_.external_target AS external_target_20, 
  s0_.hidefilter AS hidefilter_21, 
  s0_.hidetop AS hidetop_22, 
  s0_.changed AS changed_23, 
  s0_.added AS added_24, 
  s0_.mediaID AS mediaID_25 
FROM 
  s_categories s0_ 
WHERE 
  s0_.path LIKE ? 
  AND s0_.blog = 1
array:1 [
  0 => "%|3|%"
]
0.0003 ms
SELECT 
  manufacturer.id, 
  manufacturer.name, 
  manufacturer.changed 
FROM 
  s_articles_supplier manufacturer 
  INNER JOIN s_articles product ON product.supplierID = manufacturer.id 
  INNER JOIN s_articles_categories_ro categories ON categories.articleID = product.id 
  AND categories.categoryID = : categoryId 
GROUP BY 
  manufacturer.id
array:1 [
  ":categoryId" => 3
]
0.0004 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:3 [
    0 => "sViewport=listing&sAction=manufacturer&sSupplier=4"
    1 => "sViewport=listing&sAction=manufacturer&sSupplier=5"
    2 => "sViewport=listing&sAction=manufacturer&sSupplier=7"
  ]
]
0.0002 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28, 
  s1_.id AS id_29, 
  s1_.main_id AS main_id_30, 
  s1_.category_id AS category_id_31, 
  s1_.name AS name_32, 
  s1_.title AS title_33, 
  s1_.position AS position_34, 
  s1_.host AS host_35, 
  s1_.base_path AS base_path_36, 
  s1_.base_url AS base_url_37, 
  s1_.hosts AS hosts_38, 
  s1_.secure AS secure_39, 
  s1_.template_id AS template_id_40, 
  s1_.`default` AS default_41, 
  s1_.active AS active_42, 
  s1_.customer_scope AS customer_scope_43, 
  s2_.id AS id_44, 
  s2_.emotionID AS emotionID_45, 
  s2_.swag_quickview AS swag_quickview_46, 
  s2_.swag_rows AS swag_rows_47, 
  s2_.popup_height AS popup_height_48, 
  s2_.activate_popup AS activate_popup_49, 
  s2_.popup_config AS popup_config_50 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_shops s3_ ON s0_.id = s3_.emotion_id 
  INNER JOIN s_core_shops s1_ ON s1_.id = s3_.shop_id 
  LEFT JOIN s_emotion_attributes s2_ ON s0_.id = s2_.emotionID 
WHERE 
  s0_.is_landingpage = 1 
  AND s0_.active = 1 
  AND s1_.id = ? 
  AND s0_.parent_id IS NULL
array:1 [
  0 => 1
]
0.0004 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:2 [
    0 => "sViewport=campaign&emotionId=48"
    1 => "sViewport=campaign&emotionId=6"
  ]
]
0.0002 ms
SELECT 
  element.id as elementId, 
  element.value, 
  elementValues.id as valueId, 
  elementValues.value as configured 
FROM 
  s_core_config_elements element 
  LEFT JOIN s_core_config_values elementValues ON elementValues.element_id = element.id 
  AND elementValues.shop_id = : shopId 
WHERE 
  element.name = : name
array:2 [
  ":shopId" => 1
  ":name" => "sitemapLastRefresh"
]
0.0004 ms
UPDATE 
  s_core_config_values 
SET 
  value = : value 
WHERE 
  id = : id
array:2 [
  ":value" => "i:1774713968;"
  ":id" => "4856"
]
0.0002 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  active 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  sandbox 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
0.0001 ms
SELECT 
  `active` 
FROM 
  s_core_paymentmeans 
WHERE 
  `name` =: paymentName
array:1 [
  ":paymentName" => "SwagPaymentPayPalUnified"
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.active AS active_3, 
  t0.client_id AS client_id_4, 
  t0.client_secret AS client_secret_5, 
  t0.sandbox AS sandbox_6, 
  t0.show_sidebar_logo AS show_sidebar_logo_7, 
  t0.brand_name AS brand_name_8, 
  t0.send_order_number AS send_order_number_9, 
  t0.order_number_prefix AS order_number_prefix_10, 
  t0.use_in_context AS use_in_context_11, 
  t0.landing_page_type AS landing_page_type_12, 
  t0.log_level AS log_level_13, 
  t0.display_errors AS display_errors_14, 
  t0.use_smart_payment_buttons AS use_smart_payment_buttons_15, 
  t0.merchant_location AS merchant_location_16, 
  t0.submit_cart AS submit_cart_17 
FROM 
  swag_payment_paypal_unified_settings_general t0 
WHERE 
  t0.shop_id = ? 
LIMIT 
  1
array:1 [
  0 => 1
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.detail_active AS detail_active_3, 
  t0.cart_active AS cart_active_4, 
  t0.off_canvas_active AS off_canvas_active_5, 
  t0.login_active AS login_active_6, 
  t0.listing_active AS listing_active_7, 
  t0.button_style_color AS button_style_color_8, 
  t0.button_style_shape AS button_style_shape_9, 
  t0.button_style_size AS button_style_size_10, 
  t0.button_locale AS button_locale_11, 
  t0.submit_cart AS submit_cart_12, 
  t0.intent AS intent_13 
FROM 
  swag_payment_paypal_unified_settings_express t0 
WHERE 
  t0.shop_id = ? 
LIMIT 
  1
array:1 [
  0 => 1
]
0.0001 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  active 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  `active` 
FROM 
  s_core_paymentmeans 
WHERE 
  `name` =: paymentName
array:1 [
  ":paymentName" => "SwagPaymentPayPalUnified"
]
0.0001 ms
SELECT 
  show_sidebar_logo 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  id IS NOT NULL 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  active 
FROM 
  swag_payment_paypal_unified_settings_general 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  `active` 
FROM 
  s_core_paymentmeans 
WHERE 
  `name` =: paymentName
array:1 [
  ":paymentName" => "SwagPaymentPayPalUnified"
]
0.0001 ms
SELECT 
  advertise_installments 
FROM 
  swag_payment_paypal_unified_settings_installments 
WHERE 
  shop_id = : shopId
array:1 [
  "shopId" => 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.name = ? 
  AND t0.capability_enable = ? 
LIMIT 
  1
array:2 [
  0 => "TcinnModernTheme"
  1 => 1
]
0.0001 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => null
  "pluginName" => "TcinnModernTheme"
]
0.0005 ms
SELECT 
  s0_.id AS id_0, 
  s0_.main_id AS main_id_1, 
  s0_.category_id AS category_id_2, 
  s0_.name AS name_3, 
  s0_.title AS title_4, 
  s0_.position AS position_5, 
  s0_.host AS host_6, 
  s0_.base_path AS base_path_7, 
  s0_.base_url AS base_url_8, 
  s0_.hosts AS hosts_9, 
  s0_.secure AS secure_10, 
  s0_.template_id AS template_id_11, 
  s0_.`default` AS default_12, 
  s0_.active AS active_13, 
  s0_.customer_scope AS customer_scope_14, 
  s0_.main_id AS main_id_15, 
  s0_.template_id AS template_id_16, 
  s0_.document_template_id AS document_template_id_17, 
  s0_.category_id AS category_id_18, 
  s0_.locale_id AS locale_id_19, 
  s0_.currency_id AS currency_id_20, 
  s0_.customer_group_id AS customer_group_id_21, 
  s0_.fallback_id AS fallback_id_22 
FROM 
  s_core_shops s0_ 
WHERE 
  s0_.`default` = 1
[]
0.0001 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => 1
  "pluginName" => "HbdevBadges"
]
0.0004 ms
SELECT 
  t0.id AS id_1, 
  t0.update_interval AS update_interval_2, 
  t0.apikey AS apikey_3, 
  t0.lastupdate AS lastupdate_4 
FROM 
  hb_config t0 
WHERE 
  t0.apikey = ?
array:1 [
  0 => "155b2309-86af-41db-a2b2-3869917f2a89"
]
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.active = ?
array:1 [
  0 => 1
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 4
]
0.0002 ms
SELECT 
  h0_.id AS id_0 
FROM 
  hb_rechtstexte_log h0_ 
WHERE 
  h0_.shop_id = ? 
  AND h0_.site_id = ? 
  AND h0_.site_id IS NOT NULL 
  AND h0_.state <> 0 
ORDER BY 
  h0_.createdAt DESC
array:2 [
  0 => 1
  1 => 4
]
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.site_id AS site_id_3, 
  t0.request AS request_4, 
  t0.response AS response_5, 
  t0.createdAt AS createdAt_6, 
  t0.modifiedAt AS modifiedAt_7, 
  t0.state AS state_8 
FROM 
  hb_rechtstexte_log t0 
WHERE 
  t0.id = ?
array:1 [
  0 => 44
]
0.0001 ms
"START TRANSACTION"
null
0.0001 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => null
  "pluginName" => "BestitKlarnaPayments"
]
0.0006 ms
UPDATE 
  hb_rechtstexte_log 
SET 
  state = ?, 
  createdAt = ?, 
  modifiedAt = ? 
WHERE 
  id = ?
array:4 [
  0 => 1
  1 => DateTime @1774713968 {#8734
    date: 2026-03-28 17:06:08.795216 Europe/Berlin (+01:00)
  }
  2 => DateTime @1774713968 {#8735
    date: 2026-03-28 17:06:08.795213 Europe/Berlin (+01:00)
  }
  3 => 44
]
0.0003 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.parentID = ? 
ORDER BY 
  t0.position ASC
array:1 [
  0 => 4
]
0.0003 ms
UPDATE 
  s_cms_static 
SET 
  changed = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713968 {#8736
    date: 2026-03-28 17:06:08.783790 Europe/Berlin (+01:00)
  }
  1 => 4
]
0.0002 ms
"COMMIT"
null
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 8
]
0.0004 ms
SELECT 
  h0_.id AS id_0 
FROM 
  hb_rechtstexte_log h0_ 
WHERE 
  h0_.shop_id = ? 
  AND h0_.site_id = ? 
  AND h0_.site_id IS NOT NULL 
  AND h0_.state <> 0 
ORDER BY 
  h0_.createdAt DESC
array:2 [
  0 => 1
  1 => 8
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.site_id AS site_id_3, 
  t0.request AS request_4, 
  t0.response AS response_5, 
  t0.createdAt AS createdAt_6, 
  t0.modifiedAt AS modifiedAt_7, 
  t0.state AS state_8 
FROM 
  hb_rechtstexte_log t0 
WHERE 
  t0.id = ?
array:1 [
  0 => 40
]
0.0002 ms
"START TRANSACTION"
null
0.0001 ms
UPDATE 
  hb_rechtstexte_log 
SET 
  state = ?, 
  createdAt = ?, 
  modifiedAt = ? 
WHERE 
  id = ?
array:4 [
  0 => 1
  1 => DateTime @1774713968 {#8737
    date: 2026-03-28 17:06:08.984643 Europe/Berlin (+01:00)
  }
  2 => DateTime @1774713968 {#8738
    date: 2026-03-28 17:06:08.984641 Europe/Berlin (+01:00)
  }
  3 => 40
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.parentID = ? 
ORDER BY 
  t0.position ASC
array:1 [
  0 => 8
]
0.0002 ms
UPDATE 
  s_cms_static 
SET 
  changed = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713968 {#8739
    date: 2026-03-28 17:06:08.976005 Europe/Berlin (+01:00)
  }
  1 => 8
]
0.0002 ms
"COMMIT"
null
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 6
]
0.0004 ms
SELECT 
  h0_.id AS id_0 
FROM 
  hb_rechtstexte_log h0_ 
WHERE 
  h0_.shop_id = ? 
  AND h0_.site_id = ? 
  AND h0_.site_id IS NOT NULL 
  AND h0_.state <> 0 
ORDER BY 
  h0_.createdAt DESC
array:2 [
  0 => 1
  1 => 6
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.site_id AS site_id_3, 
  t0.request AS request_4, 
  t0.response AS response_5, 
  t0.createdAt AS createdAt_6, 
  t0.modifiedAt AS modifiedAt_7, 
  t0.state AS state_8 
FROM 
  hb_rechtstexte_log t0 
WHERE 
  t0.id = ?
array:1 [
  0 => 48
]
0.0002 ms
"START TRANSACTION"
null
0.0001 ms
UPDATE 
  hb_rechtstexte_log 
SET 
  state = ?, 
  createdAt = ?, 
  modifiedAt = ? 
WHERE 
  id = ?
array:4 [
  0 => 1
  1 => DateTime @1774713969 {#8740
    date: 2026-03-28 17:06:09.201093 Europe/Berlin (+01:00)
  }
  2 => DateTime @1774713969 {#8741
    date: 2026-03-28 17:06:09.201091 Europe/Berlin (+01:00)
  }
  3 => 48
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.parentID = ? 
ORDER BY 
  t0.position ASC
array:1 [
  0 => 6
]
0.0003 ms
UPDATE 
  s_cms_static 
SET 
  changed = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713969 {#8742
    date: 2026-03-28 17:06:09.192664 Europe/Berlin (+01:00)
  }
  1 => 6
]
0.0002 ms
"COMMIT"
null
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 7
]
0.0006 ms
SELECT 
  h0_.id AS id_0 
FROM 
  hb_rechtstexte_log h0_ 
WHERE 
  h0_.shop_id = ? 
  AND h0_.site_id = ? 
  AND h0_.site_id IS NOT NULL 
  AND h0_.state <> 0 
ORDER BY 
  h0_.createdAt DESC
array:2 [
  0 => 1
  1 => 7
]
0.0003 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.site_id AS site_id_3, 
  t0.request AS request_4, 
  t0.response AS response_5, 
  t0.createdAt AS createdAt_6, 
  t0.modifiedAt AS modifiedAt_7, 
  t0.state AS state_8 
FROM 
  hb_rechtstexte_log t0 
WHERE 
  t0.id = ?
array:1 [
  0 => 47
]
0.0003 ms
"START TRANSACTION"
null
0.0002 ms
UPDATE 
  hb_rechtstexte_log 
SET 
  state = ?, 
  createdAt = ?, 
  modifiedAt = ? 
WHERE 
  id = ?
array:4 [
  0 => 1
  1 => DateTime @1774713969 {#8743
    date: 2026-03-28 17:06:09.662996 Europe/Berlin (+01:00)
  }
  2 => DateTime @1774713969 {#8744
    date: 2026-03-28 17:06:09.662992 Europe/Berlin (+01:00)
  }
  3 => 47
]
0.0004 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.parentID = ? 
ORDER BY 
  t0.position ASC
array:1 [
  0 => 7
]
0.0003 ms
UPDATE 
  s_cms_static 
SET 
  changed = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713969 {#8745
    date: 2026-03-28 17:06:09.652109 Europe/Berlin (+01:00)
  }
  1 => 7
]
0.0002 ms
"COMMIT"
null
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 3
]
0.0015 ms
SELECT 
  h0_.id AS id_0 
FROM 
  hb_rechtstexte_log h0_ 
WHERE 
  h0_.shop_id = ? 
  AND h0_.site_id = ? 
  AND h0_.site_id IS NOT NULL 
  AND h0_.state <> 0 
ORDER BY 
  h0_.createdAt DESC
array:2 [
  0 => 1
  1 => 3
]
0.0011 ms
SELECT 
  t0.id AS id_1, 
  t0.shop_id AS shop_id_2, 
  t0.site_id AS site_id_3, 
  t0.request AS request_4, 
  t0.response AS response_5, 
  t0.createdAt AS createdAt_6, 
  t0.modifiedAt AS modifiedAt_7, 
  t0.state AS state_8 
FROM 
  hb_rechtstexte_log t0 
WHERE 
  t0.id = ?
array:1 [
  0 => 46
]
0.0003 ms
"START TRANSACTION"
null
0.0001 ms
UPDATE 
  hb_rechtstexte_log 
SET 
  state = ?, 
  createdAt = ?, 
  modifiedAt = ? 
WHERE 
  id = ?
array:4 [
  0 => 1
  1 => DateTime @1774713969 {#8746
    date: 2026-03-28 17:06:09.790269 Europe/Berlin (+01:00)
  }
  2 => DateTime @1774713969 {#8747
    date: 2026-03-28 17:06:09.790266 Europe/Berlin (+01:00)
  }
  3 => 46
]
0.0002 ms
SELECT 
  t0.id AS id_1, 
  t0.active AS active_2, 
  t0.tpl1variable AS tpl1variable_3, 
  t0.tpl1path AS tpl1path_4, 
  t0.tpl2variable AS tpl2variable_5, 
  t0.tpl2path AS tpl2path_6, 
  t0.tpl3variable AS tpl3variable_7, 
  t0.tpl3path AS tpl3path_8, 
  t0.description AS description_9, 
  t0.page_title AS page_title_10, 
  t0.meta_keywords AS meta_keywords_11, 
  t0.meta_description AS meta_description_12, 
  t0.html AS html_13, 
  t0.`grouping` AS grouping_14, 
  t0.position AS position_15, 
  t0.link AS link_16, 
  t0.target AS target_17, 
  t0.shop_ids AS shop_ids_18, 
  t0.changed AS changed_19, 
  t0.parentID AS parentID_20, 
  t21.id AS id_22, 
  t21.cmsStaticID AS cmsStaticID_23, 
  t21.cmsStaticID AS cmsStaticID_24, 
  t0.parentID AS parentID_25 
FROM 
  s_cms_static t0 
  LEFT JOIN s_cms_static_attributes t21 ON t21.cmsStaticID = t0.id 
WHERE 
  t0.parentID = ? 
ORDER BY 
  t0.position ASC
array:1 [
  0 => 3
]
0.0003 ms
UPDATE 
  s_cms_static 
SET 
  changed = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713969 {#8748
    date: 2026-03-28 17:06:09.779378 Europe/Berlin (+01:00)
  }
  1 => 3
]
0.0002 ms
"COMMIT"
null
0.0001 ms
SELECT 
  t0.id AS id_1, 
  t0.update_interval AS update_interval_2, 
  t0.apikey AS apikey_3, 
  t0.lastupdate AS lastupdate_4 
FROM 
  hb_config t0 
WHERE 
  t0.apikey = ?
array:1 [
  0 => "155b2309-86af-41db-a2b2-3869917f2a89"
]
0.0001 ms
"START TRANSACTION"
null
0.0001 ms
UPDATE 
  hb_config 
SET 
  lastupdate = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713969 {#8749
    date: 2026-03-28 17:06:09.798867 Europe/Berlin (+01:00)
  }
  1 => 2
]
0.0002 ms
"COMMIT"
null
0.0001 ms
"START TRANSACTION"
null
0.0001 ms
UPDATE 
  hb_config 
SET 
  lastupdate = ? 
WHERE 
  id = ?
array:2 [
  0 => DateTime @1774713969 {#8750
    date: 2026-03-28 17:06:09.813768 Europe/Berlin (+01:00)
  }
  1 => 2
]
0.0002 ms
"COMMIT"
null
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:4 [
    0 => 29
    1 => 28
    2 => 23
    3 => 22
  ]
]
0.0004 ms
SELECT 
  attribute.emotionID as emotion_id, 
  attribute.popup_config as popup_config, 
  emotion.device, 
  emotion.customer_stream_ids, 
  GROUP_CONCAT(
    CONCAT(
      popup_restriction.type, "_", popup_restriction.typeId
    ) SEPARATOR "|"
  ) as popup_restriction, 
  GROUP_CONCAT(
    emotion_shops.shop_id SEPARATOR "|"
  ) as shop_ids 
FROM 
  s_emotion emotion 
  LEFT JOIN s_emotion_attributes attribute ON emotion.id = attribute.emotionID 
  LEFT JOIN s_alpha_popup_restriction popup_restriction ON emotion.id = popup_restriction.emotionID 
  LEFT JOIN s_emotion_shops emotion_shops ON emotion.id = emotion_shops.emotion_id 
WHERE 
  (attribute.activate_popup = 1) 
  AND (emotion.active = 1) 
  AND (
    (
      emotion.valid_to >= NOW() 
      OR emotion.valid_to IS NULL
    )
  ) 
  AND (
    (
      emotion.valid_from <= NOW() 
      OR emotion.valid_from IS NULL
    )
  ) 
GROUP BY 
  emotion.id
[]
0.0009 ms
SELECT 
  attribute.emotionID as emotion_id, 
  attribute.popup_config as popup_config, 
  emotion.device, 
  emotion.customer_stream_ids, 
  GROUP_CONCAT(
    CONCAT(
      popup_restriction.type, "_", popup_restriction.typeId
    ) SEPARATOR "|"
  ) as popup_restriction, 
  GROUP_CONCAT(
    emotion_shops.shop_id SEPARATOR "|"
  ) as shop_ids 
FROM 
  s_emotion emotion 
  LEFT JOIN s_emotion_attributes attribute ON emotion.id = attribute.emotionID 
  LEFT JOIN s_alpha_popup_restriction popup_restriction ON emotion.id = popup_restriction.emotionID 
  LEFT JOIN s_emotion_shops emotion_shops ON emotion.id = emotion_shops.emotion_id 
WHERE 
  (attribute.activate_popup = 1) 
  AND (emotion.active = 1) 
  AND (
    (
      emotion.valid_to >= NOW() 
      OR emotion.valid_to IS NULL
    )
  ) 
  AND (
    (
      emotion.valid_from <= NOW() 
      OR emotion.valid_from IS NULL
    )
  ) 
GROUP BY 
  emotion.id
[]
0.0005 ms
SELECT 
  shop.id, 
  REPLACE(locale.locale, "_", "-") as locale 
FROM 
  s_core_shops shop 
  INNER JOIN s_core_locales locale ON locale.id = shop.locale_id 
WHERE 
  (
    (shop.id = : shopId) 
    OR (shop.main_id = : shopId)
  ) 
  AND (active = 1)
array:1 [
  "shopId" => 1
]
0.0001 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => 1
  "pluginName" => "Statistics"
]
0.0004 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
0.0001 ms
SELECT 
  category.id, 
  category.parent 
FROM 
  s_categories category 
WHERE 
  (
    (
      category.parent IN(: parentId) 
      OR category.id IN (: parentId)
    )
  ) 
  AND (category.active = 1) 
  AND (
    category.shops IS NULL 
    OR category.shops LIKE : shopId
  ) 
ORDER BY 
  category.position ASC, 
  category.id ASC
array:2 [
  ":parentId" => array:1 [
    0 => 3
  ]
  ":shopId" => "%|1|%"
]
0.0001 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.swag_link as __categoryAttribute_swag_link, 
  categoryAttribute.swag_show_by_default as __categoryAttribute_swag_show_by_default, 
  categoryAttribute.swag_deleted_position as __categoryAttribute_swag_deleted_position, 
  categoryAttribute.swag_base_sort as __categoryAttribute_swag_base_sort, 
  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 
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_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
  LEFT JOIN s_product_streams_attributes productStreamAttribute ON stream.id = productStreamAttribute.streamId 
WHERE 
  (
    category.id IN (: categories)
  ) 
  AND (category.active = 1) 
  AND (
    category.shops IS NULL 
    OR category.shops LIKE : shopId
  ) 
GROUP BY 
  category.id
array:2 [
  ":categories" => array:10 [
    0 => 3
    1 => 31
    2 => 33
    3 => 3
    4 => 19
    5 => 13
    6 => 22
    7 => 16
    8 => 14
    9 => 21
  ]
  ":shopId" => "%|1|%"
]
0.0002 ms
SELECT 
  parent as id, 
  COUNT(id) as childrenCount 
FROM 
  s_categories category 
WHERE 
  (
    parent IN (: ids)
  ) 
  AND (category.active = 1) 
GROUP BY 
  parent
array:1 [
  ":ids" => array:10 [
    0 => 3
    1 => 31
    2 => 33
    3 => 3
    4 => 19
    5 => 13
    6 => 22
    7 => 16
    8 => 14
    9 => 21
  ]
]
0.0001 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.swag_link as __categoryAttribute_swag_link, 
  categoryAttribute.swag_show_by_default as __categoryAttribute_swag_show_by_default, 
  categoryAttribute.swag_deleted_position as __categoryAttribute_swag_deleted_position, 
  categoryAttribute.swag_base_sort as __categoryAttribute_swag_base_sort, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0002 ms
SELECT 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID 
FROM 
  s_core_customergroups customerGroup 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
WHERE 
  customerGroup.groupkey IN (: keys)
array:1 [
  ":keys" => array:2 [
    0 => "EK"
    1 => "EK"
  ]
]
0.0001 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0001 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0001 ms
SELECT 
  page.id, 
  page.description, 
  page.link, 
  page.target, 
  page.parentID, 
  groups.key as `group`, 
  mapping.key as mapping 
FROM 
  s_cms_static page 
  LEFT JOIN s_cms_static_groups `groups` ON groups.active = 1 
  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:2 [
  ":shopId" => 1
  ":staticShopId" => "%|1|%"
]
0.0005 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:7 [
    26 => "sViewport=newsletter"
    1 => "sViewport=forms&sFid=5"
    6 => "sViewport=custom&sCustom=6"
    8 => "sViewport=custom&sCustom=8"
    7 => "sViewport=custom&sCustom=7"
    4 => "sViewport=custom&sCustom=4"
    3 => "sViewport=custom&sCustom=3"
  ]
]
0.0001 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  currency.id as __currency_id, 
  currency.currency as __currency_currency, 
  currency.name as __currency_name, 
  currency.standard as __currency_standard, 
  currency.factor as __currency_factor, 
  currency.templatechar as __currency_templatechar, 
  currency.symbol_position as __currency_symbol_position, 
  currency.position as __currency_position, 
  template.id as __template_id, 
  template.template as __template_template, 
  template.name as __template_name, 
  template.description as __template_description, 
  template.author as __template_author, 
  template.license as __template_license, 
  template.esi as __template_esi, 
  template.style_support as __template_style_support, 
  template.emotion as __template_emotion, 
  template.version as __template_version, 
  template.plugin_id as __template_plugin_id, 
  template.parent_id as __template_parent_id, 
  locale.id as __locale_id, 
  locale.locale as __locale_locale, 
  locale.language as __locale_language, 
  locale.territory as __locale_territory, 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID, 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.swag_link as __categoryAttribute_swag_link, 
  categoryAttribute.swag_show_by_default as __categoryAttribute_swag_show_by_default, 
  categoryAttribute.swag_deleted_position as __categoryAttribute_swag_deleted_position, 
  categoryAttribute.swag_base_sort as __categoryAttribute_swag_base_sort, 
  media.id as __media_id, 
  media.albumID as __media_albumID, 
  media.name as __media_name, 
  media.description as __media_description, 
  media.path as __media_path, 
  media.type as __media_type, 
  media.extension as __media_extension, 
  media.file_size as __media_file_size, 
  media.width as __media_width, 
  media.height as __media_height, 
  media.userID as __media_userID, 
  media.created as __media_created, 
  mediaSettings.id as __mediaSettings_id, 
  mediaSettings.create_thumbnails as __mediaSettings_create_thumbnails, 
  mediaSettings.thumbnail_size as __mediaSettings_thumbnail_size, 
  mediaSettings.icon as __mediaSettings_icon, 
  mediaSettings.thumbnail_high_dpi as __mediaSettings_thumbnail_high_dpi, 
  mediaAttribute.id as __mediaAttribute_id, 
  mediaAttribute.mediaID as __mediaAttribute_mediaID 
FROM 
  s_core_shops shop 
  LEFT JOIN s_core_shops_attributes shopAttribute ON shopAttribute.shopID = shop.id 
  LEFT JOIN s_core_currencies currency ON currency.id = shop.currency_id 
  LEFT JOIN s_core_templates template ON shop.template_id = template.id 
  LEFT JOIN s_core_locales locale ON locale.id = shop.locale_id 
  LEFT JOIN s_core_customergroups customerGroup ON customerGroup.id = shop.customer_group_id 
  LEFT JOIN s_categories category ON category.id = shop.category_id 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
  LEFT JOIN s_categories_attributes categoryAttribute ON categoryAttribute.categoryID = category.id 
  LEFT JOIN s_categories_avoid_customergroups customerGroups ON customerGroups.categoryID = category.id 
  LEFT JOIN s_media media ON media.id = category.mediaID 
  LEFT JOIN s_media_album_settings mediaSettings ON mediaSettings.albumID = media.albumID 
  LEFT JOIN s_media_attributes mediaAttribute ON mediaAttribute.mediaID = media.id 
WHERE 
  shop.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0002 ms
SELECT 
  customerGroup.id as __customerGroup_id, 
  customerGroup.groupkey as __customerGroup_groupkey, 
  customerGroup.description as __customerGroup_description, 
  customerGroup.tax as __customerGroup_tax, 
  customerGroup.taxinput as __customerGroup_taxinput, 
  customerGroup.mode as __customerGroup_mode, 
  customerGroup.discount as __customerGroup_discount, 
  customerGroup.minimumorder as __customerGroup_minimumorder, 
  customerGroup.minimumordersurcharge as __customerGroup_minimumordersurcharge, 
  customerGroupAttribute.id as __customerGroupAttribute_id, 
  customerGroupAttribute.customerGroupID as __customerGroupAttribute_customerGroupID 
FROM 
  s_core_customergroups customerGroup 
  LEFT JOIN s_core_customergroups_attributes customerGroupAttribute ON customerGroupAttribute.customerGroupID = customerGroup.id 
WHERE 
  customerGroup.groupkey IN (: keys)
array:1 [
  ":keys" => array:2 [
    0 => "EK"
    1 => "EK"
  ]
]
0.0001 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0001 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1 OFFSET 0
array:5 [
  ":area" => null
  ":country" => null
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0001 ms
SELECT 
  priceGroupDiscount.groupID, 
  priceGroupDiscount.id as __priceGroupDiscount_id, 
  priceGroupDiscount.groupID as __priceGroupDiscount_groupID, 
  priceGroupDiscount.discount as __priceGroupDiscount_discount, 
  priceGroupDiscount.discountstart as __priceGroupDiscount_discountstart, 
  priceGroup.id as __priceGroup_id, 
  priceGroup.description as __priceGroup_description 
FROM 
  s_core_pricegroups_discounts priceGroupDiscount 
  INNER JOIN s_core_pricegroups priceGroup ON priceGroup.id = priceGroupDiscount.groupID 
WHERE 
  priceGroupDiscount.customergroupID = : customerGroup 
GROUP BY 
  priceGroupDiscount.id 
ORDER BY 
  priceGroupDiscount.groupID ASC, 
  priceGroupDiscount.discountstart ASC
array:1 [
  ":customerGroup" => 1
]
0.0001 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 3
]
0.0058 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 31
]
0.0023 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 33
]
0.0025 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 19
]
0.0024 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 13
]
0.0032 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 34
]
0.0025 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 35
]
0.0022 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 22
]
0.0009 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 16
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 14
]
0.0004 ms
SELECT 
  (
    SELECT 
      COUNT(s0_.id) AS sclr_1 
    FROM 
      s_categories s1_ 
      LEFT JOIN s_articles_categories_ro s2_ ON s1_.id = s2_.categoryID 
      LEFT JOIN s_articles s0_ ON s0_.id = s2_.articleID 
      AND (s0_.active = 1) 
    WHERE 
      s1_.id = s3_.id 
    GROUP BY 
      s1_.id
  ) AS sclr_0, 
  (
    SELECT 
      COUNT(s4_.id) AS sclr_3 
    FROM 
      s_categories s4_ 
    WHERE 
      s4_.parent = s3_.id
  ) AS sclr_2, 
  s3_.sorting_ids AS sorting_ids_4, 
  s3_.hide_sortings AS hide_sortings_5, 
  s3_.facet_ids AS facet_ids_6, 
  s3_.shops AS shops_7, 
  s3_.id AS id_8, 
  s3_.parent AS parent_9, 
  s3_.stream_id AS stream_id_10, 
  s3_.description AS description_11, 
  s3_.position AS position_12, 
  s3_.meta_title AS meta_title_13, 
  s3_.metakeywords AS metakeywords_14, 
  s3_.metadescription AS metadescription_15, 
  s3_.cmsheadline AS cmsheadline_16, 
  s3_.cmstext AS cmstext_17, 
  s3_.active AS active_18, 
  s3_.template AS template_19, 
  s3_.product_box_layout AS product_box_layout_20, 
  s3_.blog AS blog_21, 
  s3_.path AS path_22, 
  s3_.external AS external_23, 
  s3_.external_target AS external_target_24, 
  s3_.hidefilter AS hidefilter_25, 
  s3_.hidetop AS hidetop_26, 
  s3_.changed AS changed_27, 
  s3_.added AS added_28, 
  s3_.mediaID AS mediaID_29, 
  s5_.id AS id_30, 
  s5_.albumID AS albumID_31, 
  s5_.name AS name_32, 
  s5_.description AS description_33, 
  s5_.path AS path_34, 
  s5_.type AS type_35, 
  s5_.extension AS extension_36, 
  s5_.userID AS userID_37, 
  s5_.created AS created_38, 
  s5_.file_size AS file_size_39, 
  s5_.width AS width_40, 
  s5_.height AS height_41, 
  s6_.id AS id_42, 
  s6_.categoryID AS categoryID_43, 
  s6_.attribute1 AS attribute1_44, 
  s6_.attribute2 AS attribute2_45, 
  s6_.attribute3 AS attribute3_46, 
  s6_.attribute4 AS attribute4_47, 
  s6_.attribute5 AS attribute5_48, 
  s6_.attribute6 AS attribute6_49, 
  s6_.swag_link AS swag_link_50, 
  s6_.swag_show_by_default AS swag_show_by_default_51, 
  s6_.swag_deleted_position AS swag_deleted_position_52, 
  s6_.swag_base_sort AS swag_base_sort_53 
FROM 
  s_categories s3_ 
  LEFT JOIN s_media s5_ ON s3_.mediaID = s5_.id 
  LEFT JOIN s_categories_attributes s6_ ON s3_.id = s6_.categoryID 
WHERE 
  s3_.active = 1 
  AND s3_.parent = ? 
GROUP BY 
  s3_.parent, 
  s3_.position, 
  s3_.id 
ORDER BY 
  s3_.parent ASC, 
  s3_.position ASC, 
  s3_.id ASC
array:1 [
  0 => 21
]
0.0004 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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 31
]
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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 3
]
0.0003 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
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" => 1
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 31
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 31
  ":language" => 1
]
0.0001 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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 1
]
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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 33
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 33
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 33
  ":language" => 1
]
0.0001 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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 19
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 19
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 19
  ":language" => 1
]
0.0001 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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 13
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 13
]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 13
  ":language" => 1
]
0.0001 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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 34
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 13
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 13
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 34
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 34
  ":language" => 1
]
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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 35
]
0.0003 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 13
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 13
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 35
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 35
  ":language" => 1
]
0.0001 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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 22
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 22
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 22
  ":language" => 1
]
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.swag_link AS swag_link_36, 
  t27.swag_show_by_default AS swag_show_by_default_37, 
  t27.swag_deleted_position AS swag_deleted_position_38, 
  t27.swag_base_sort AS swag_base_sort_39, 
  t27.categoryID AS categoryID_40, 
  t0.mediaID AS mediaID_41, 
  t0.stream_id AS stream_id_42, 
  t0.parent AS parent_43 
FROM 
  s_categories t0 
  LEFT JOIN s_categories_attributes t27 ON t27.categoryID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 16
]
0.0002 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 3
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 3
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.description AS description_0 
FROM 
  s_categories s0_ 
WHERE 
  s0_.id = ?
array:1 [
  0 => 16
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "category"
  ":key" => 16
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.sorting_ids AS sorting_ids_0, 
  s0_.hide_sortings AS hide_sortings_1, 
  s0_.facet_ids AS facet_ids_2, 
  s0_.shops AS shops_3, 
  s0_.id AS id_4, 
  s0_.parent AS parent_5, 
  s0_.stream_id AS stream_id_6, 
  s0_.description AS description_7, 
  s0_.position AS position_8, 
  s0_.meta_title AS meta_title_9, 
  s0_.metakeywords AS metakeywords_10, 
  s0_.metadescription AS metadescription_11, 
  s0_.cmsheadline AS cmsheadline_12, 
  s0_.cmstext AS cmstext_13, 
  s0_.active AS active_14, 
  s0_.template AS template_15, 
  s0_.product_box_layout AS product_box_layout_16, 
  s0_.blog AS blog_17, 
  s0_.path AS path_18, 
  s0_.external AS external_19, 
  s0_.external_target AS external_target_20, 
  s0_.hidefilter AS hidefilter_21, 
  s0_.hidetop AS hidetop_22, 
  s0_.changed AS changed_23, 
  s0_.added AS added_24, 
  s0_.mediaID AS mediaID_25 
FROM 
  s_categories s0_ 
WHERE 
  s0_.path LIKE ? 
  AND s0_.blog = 1
array:1 [
  0 => "%|3|%"
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.title AS title_1, 
  s0_.author_id AS author_id_2, 
  s0_.active AS active_3, 
  s0_.short_description AS short_description_4, 
  s0_.description AS description_5, 
  s0_.views AS views_6, 
  s0_.display_date AS display_date_7, 
  s0_.category_id AS category_id_8, 
  s0_.template AS template_9, 
  s0_.meta_keywords AS meta_keywords_10, 
  s0_.meta_description AS meta_description_11, 
  s0_.meta_title AS meta_title_12, 
  s0_.shop_ids AS shop_ids_13, 
  t1_.id AS id_14, 
  t1_.blog_id AS blog_id_15, 
  t1_.name AS name_16, 
  s2_.id AS id_17, 
  s2_.roleID AS roleID_18, 
  s2_.localeID AS localeID_19, 
  s2_.username AS username_20, 
  s2_.password AS password_21, 
  s2_.encoder AS encoder_22, 
  s2_.apiKey AS apiKey_23, 
  s2_.sessionID AS sessionID_24, 
  s2_.lastlogin AS lastlogin_25, 
  s2_.name AS name_26, 
  s2_.email AS email_27, 
  s2_.active AS active_28, 
  s2_.failedlogins AS failedlogins_29, 
  s2_.lockeduntil AS lockeduntil_30, 
  s2_.extended_editor AS extended_editor_31, 
  s2_.disabled_cache AS disabled_cache_32, 
  s3_.id AS id_33, 
  s3_.blog_id AS blog_id_34, 
  s3_.media_id AS media_id_35, 
  s3_.preview AS preview_36, 
  s4_.id AS id_37, 
  s4_.albumID AS albumID_38, 
  s4_.name AS name_39, 
  s4_.description AS description_40, 
  s4_.path AS path_41, 
  s4_.type AS type_42, 
  s4_.extension AS extension_43, 
  s4_.userID AS userID_44, 
  s4_.created AS created_45, 
  s4_.file_size AS file_size_46, 
  s4_.width AS width_47, 
  s4_.height AS height_48, 
  s5_.id AS id_49, 
  s5_.blog_id AS blog_id_50, 
  s5_.attribute1 AS attribute1_51, 
  s5_.attribute2 AS attribute2_52, 
  s5_.attribute3 AS attribute3_53, 
  s5_.attribute4 AS attribute4_54, 
  s5_.attribute5 AS attribute5_55, 
  s5_.attribute6 AS attribute6_56, 
  t6_.id AS id_57, 
  t6_.blog_id AS blog_id_58, 
  t6_.name AS name_59, 
  t6_.headline AS headline_60, 
  t6_.comment AS comment_61, 
  t6_.creation_date AS creation_date_62, 
  t6_.active AS active_63, 
  t6_.email AS email_64, 
  t6_.points AS points_65, 
  t6_.shop_id AS shop_id_66 
FROM 
  s_blog s0_ 
  LEFT JOIN s_blog_tags t1_ ON s0_.id = t1_.blog_id 
  LEFT JOIN s_core_auth s2_ ON s0_.author_id = s2_.id 
  LEFT JOIN s_blog_media s3_ ON s0_.id = s3_.blog_id 
  AND (s3_.preview = 1) 
  LEFT JOIN s_media s4_ ON s3_.media_id = s4_.id 
  LEFT JOIN s_blog_attributes s5_ ON s0_.id = s5_.blog_id 
  LEFT JOIN s_blog_comments t6_ ON s0_.id = t6_.blog_id 
  AND (t6_.active = 1) 
WHERE 
  s0_.active = 1 
  AND s0_.display_date < ? 
ORDER BY 
  s0_.display_date DESC
array:1 [
  0 => DateTime @1774713970 {#8751
    date: 2026-03-28 17:06:10.303030 Europe/Berlin (+01:00)
  }
]
0.0237 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, 
  s1_.sorting_ids AS sorting_ids_29, 
  s1_.hide_sortings AS hide_sortings_30, 
  s1_.facet_ids AS facet_ids_31, 
  s1_.shops AS shops_32, 
  s1_.id AS id_33, 
  s1_.parent AS parent_34, 
  s1_.stream_id AS stream_id_35, 
  s1_.description AS description_36, 
  s1_.position AS position_37, 
  s1_.meta_title AS meta_title_38, 
  s1_.metakeywords AS metakeywords_39, 
  s1_.metadescription AS metadescription_40, 
  s1_.cmsheadline AS cmsheadline_41, 
  s1_.cmstext AS cmstext_42, 
  s1_.active AS active_43, 
  s1_.template AS template_44, 
  s1_.product_box_layout AS product_box_layout_45, 
  s1_.blog AS blog_46, 
  s1_.path AS path_47, 
  s1_.external AS external_48, 
  s1_.external_target AS external_target_49, 
  s1_.hidefilter AS hidefilter_50, 
  s1_.hidetop AS hidetop_51, 
  s1_.changed AS changed_52, 
  s1_.added AS added_53, 
  s1_.mediaID AS mediaID_54 
FROM 
  s_emotion s0_ 
  LEFT JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  LEFT JOIN s_categories s1_ ON s1_.id = s2_.category_id 
  INNER JOIN s_emotion_shops s4_ ON s0_.id = s4_.emotion_id 
  INNER JOIN s_core_shops s3_ ON s3_.id = s4_.shop_id 
  AND (s3_.id = ?) 
WHERE 
  s0_.is_landingpage = 1 
  AND s0_.parent_id IS NULL 
  AND s0_.active = 1
array:1 [
  0 => 1
]
0.0008 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "emotion"
  ":key" => 6
  ":language" => 1
]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "emotion"
  ":key" => 48
  ":language" => 1
]
0.0002 ms
SELECT 
  s0_.id AS id_0, 
  s0_.active AS active_1, 
  s0_.name AS name_2, 
  s0_.text AS text_3, 
  s0_.email AS email_4, 
  s0_.email_template AS email_template_5, 
  s0_.email_subject AS email_subject_6, 
  s0_.text2 AS text2_7, 
  s0_.ticket_typeID AS ticket_typeID_8, 
  s0_.isocode AS isocode_9, 
  s0_.meta_title AS meta_title_10, 
  s0_.meta_keywords AS meta_keywords_11, 
  s0_.meta_description AS meta_description_12, 
  s0_.shop_ids AS shop_ids_13, 
  s1_.id AS id_14, 
  s1_.cmsSupportID AS cmsSupportID_15 
FROM 
  s_cms_support s0_ 
  LEFT JOIN s_cms_support_attributes s1_ ON s0_.id = s1_.cmsSupportID 
WHERE 
  (
    s0_.shop_ids LIKE ? 
    OR s0_.shop_ids IS NULL
  )
array:1 [
  0 => "%|1|%"
]
0.0004 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 5
  ":language" => 1
]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 8
  ":language" => 1
]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 9
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 10
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 16
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 17
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 18
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 19
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 20
  ":language" => 1
]
0.0002 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 21
  ":language" => 1
]
0.0001 ms
SELECT 
  `objectdata` 
FROM 
  `s_core_translations` 
WHERE 
  (`objecttype` = : type) 
  AND (`objectkey` = : key) 
  AND (`objectlanguage` = : language)
array:3 [
  ":type" => "forms"
  ":key" => 22
  ":language" => 1
]
0.0001 ms
SELECT 
  s0_.id AS id_0, 
  s0_.active AS active_1, 
  s0_.tpl1variable AS tpl1variable_2, 
  s0_.tpl1path AS tpl1path_3, 
  s0_.tpl2variable AS tpl2variable_4, 
  s0_.tpl2path AS tpl2path_5, 
  s0_.tpl3variable AS tpl3variable_6, 
  s0_.tpl3path AS tpl3path_7, 
  s0_.description AS description_8, 
  s0_.page_title AS page_title_9, 
  s0_.meta_keywords AS meta_keywords_10, 
  s0_.meta_description AS meta_description_11, 
  s0_.html AS html_12, 
  s0_.`grouping` AS grouping_13, 
  s0_.position AS position_14, 
  s0_.link AS link_15, 
  s0_.target AS target_16, 
  s0_.shop_ids AS shop_ids_17, 
  s0_.changed AS changed_18, 
  s0_.parentID AS parentID_19 
FROM 
  s_cms_static s0_ 
WHERE 
  s0_.link = '' 
  AND (
    (
      s0_.shop_ids LIKE ? 
      OR s0_.shop_ids IS NULL
    )
  )
array:1 [
  0 => "%|1|%"
]
0.0004 ms
SELECT 
  page.id as arrayKey, 
  page.id as __page_id, 
  page.tpl1variable as __page_tpl1variable, 
  page.tpl1path as __page_tpl1path, 
  page.tpl2variable as __page_tpl2variable, 
  page.tpl2path as __page_tpl2path, 
  page.tpl3variable as __page_tpl3variable, 
  page.tpl3path as __page_tpl3path, 
  page.description as __page_description, 
  page.html as __page_html, 
  page.grouping as __page_grouping, 
  page.position as __page_position, 
  page.link as __page_link, 
  page.target as __page_target, 
  page.parentID as __page_parent_id, 
  page.page_title as __page_page_title, 
  page.meta_keywords as __page_meta_keywords, 
  page.meta_description as __page_meta_description, 
  page.changed as __page_changed, 
  page.shop_ids as __page_shop_ids, 
  (
    SELECT 
      COUNT(*) 
    FROM 
      s_cms_static 
    WHERE 
      parentID = page.id
  ) as __page_children_count, 
  pageAttribute.id as __pageAttribute_id, 
  pageAttribute.cmsStaticID as __pageAttribute_cmsStaticID 
FROM 
  s_cms_static page 
  LEFT JOIN s_cms_static_attributes pageAttribute ON pageAttribute.cmsStaticID = page.id 
WHERE 
  page.id IN (: ids)
array:1 [
  ":ids" => array:13 [
    0 => 2
    1 => 3
    2 => 4
    3 => 6
    4 => 7
    5 => 8
    6 => 9
    7 => 27
    8 => 28
    9 => 29
    10 => 30
    11 => 43
    12 => 45
  ]
]
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, 
  categoryAttribute.swag_link as __categoryAttribute_swag_link, 
  categoryAttribute.swag_show_by_default as __categoryAttribute_swag_show_by_default, 
  categoryAttribute.swag_deleted_position as __categoryAttribute_swag_deleted_position, 
  categoryAttribute.swag_base_sort as __categoryAttribute_swag_base_sort, 
  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" => []
]
0.0011 ms
SELECT 
  page.id as arrayKey, 
  page.id as __page_id, 
  page.tpl1variable as __page_tpl1variable, 
  page.tpl1path as __page_tpl1path, 
  page.tpl2variable as __page_tpl2variable, 
  page.tpl2path as __page_tpl2path, 
  page.tpl3variable as __page_tpl3variable, 
  page.tpl3path as __page_tpl3path, 
  page.description as __page_description, 
  page.html as __page_html, 
  page.grouping as __page_grouping, 
  page.position as __page_position, 
  page.link as __page_link, 
  page.target as __page_target, 
  page.parentID as __page_parent_id, 
  page.page_title as __page_page_title, 
  page.meta_keywords as __page_meta_keywords, 
  page.meta_description as __page_meta_description, 
  page.changed as __page_changed, 
  page.shop_ids as __page_shop_ids, 
  (
    SELECT 
      COUNT(*) 
    FROM 
      s_cms_static 
    WHERE 
      parentID = page.id
  ) as __page_children_count, 
  pageAttribute.id as __pageAttribute_id, 
  pageAttribute.cmsStaticID as __pageAttribute_cmsStaticID 
FROM 
  s_cms_static page 
  LEFT JOIN s_cms_static_attributes pageAttribute ON pageAttribute.cmsStaticID = page.id 
WHERE 
  page.id IN (: ids)
array:1 [
  ":ids" => array:13 [
    2 => null
    3 => null
    4 => null
    6 => null
    7 => null
    8 => null
    9 => null
    27 => null
    28 => null
    29 => null
    30 => null
    43 => null
    45 => null
  ]
]
0.0003 ms
SELECT 
  page.id 
FROM 
  s_cms_static page 
WHERE 
  page.parentID IN (: ids)
array:1 [
  ":ids" => array:13 [
    2 => 2
    3 => 3
    4 => 4
    6 => 6
    7 => 7
    8 => 8
    9 => 9
    27 => 27
    28 => 28
    29 => 29
    30 => 30
    43 => 43
    45 => 45
  ]
]
0.0002 ms
SELECT 
  DISTINCT s0_.id AS id_0 
FROM 
  s_articles_supplier s0_ 
LIMIT 
  18446744073709551615 OFFSET 0
[]
0.0003 ms
SELECT 
  s0_.id AS id_0 
FROM 
  s_articles_supplier s0_ 
WHERE 
  s0_.id IN (?)
array:1 [
  0 => array:4 [
    0 => 4
    1 => 5
    2 => 6
    3 => 7
  ]
]
0.0002 ms
SELECT 
  count(DISTINCT s0_.id) AS sclr_0 
FROM 
  s_articles_supplier s0_
[]
0.0002 ms
SELECT 
  s0_.meta_title AS meta_title_0, 
  s0_.meta_description AS meta_description_1, 
  s0_.meta_keywords AS meta_keywords_2, 
  s0_.id AS id_3, 
  s0_.name AS name_4, 
  s0_.img AS img_5, 
  s0_.link AS link_6, 
  s0_.description AS description_7, 
  s0_.changed AS changed_8 
FROM 
  s_articles_supplier s0_ 
WHERE 
  s0_.id IN (?)
array:1 [
  0 => array:4 [
    0 => 4
    1 => 5
    2 => 6
    3 => 7
  ]
]
0.0002 ms
SELECT 
  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, 
  media.id as __manufacturer_img_id 
FROM 
  s_articles_supplier manufacturer 
  LEFT JOIN s_articles_supplier_attributes manufacturerAttribute ON manufacturerAttribute.supplierID = manufacturer.id 
  LEFT JOIN s_media media ON media.path = manufacturer.img 
WHERE 
  manufacturer.id IN (: ids)
array:1 [
  ":ids" => array:4 [
    0 => 4
    1 => 5
    2 => 6
    3 => 7
  ]
]
0.0243 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 
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 
WHERE 
  media.id IN (: ids)
array:1 [
  ":ids" => array:4 [
    0 => "190"
    1 => null
    2 => null
    3 => null
  ]
]
0.0016 ms
SELECT 
  org_path, 
  path 
FROM 
  s_core_rewrite_urls 
WHERE 
  subshopID =: shopId 
  AND org_path IN (: orgPath) 
  AND main = 1 
ORDER BY 
  id DESC
array:2 [
  ":shopId" => 1
  ":orgPath" => array:4 [
    4 => "sViewport=listing&sAction=manufacturer&sSupplier=4"
    5 => "sViewport=listing&sAction=manufacturer&sSupplier=5"
    6 => "sViewport=listing&sAction=manufacturer&sSupplier=6"
    7 => "sViewport=listing&sAction=manufacturer&sSupplier=7"
  ]
]
0.0003 ms
SELECT 
  t0.meta_title AS meta_title_1, 
  t0.meta_description AS meta_description_2, 
  t0.meta_keywords AS meta_keywords_3, 
  t0.id AS id_4, 
  t0.name AS name_5, 
  t0.img AS img_6, 
  t0.link AS link_7, 
  t0.description AS description_8, 
  t0.changed AS changed_9, 
  t10.id AS id_11, 
  t10.supplierID AS supplierID_12, 
  t10.supplierID AS supplierID_13 
FROM 
  s_articles_supplier t0 
  LEFT JOIN s_articles_supplier_attributes t10 ON t10.supplierID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 4
]
0.0002 ms
SELECT 
  t0.meta_title AS meta_title_1, 
  t0.meta_description AS meta_description_2, 
  t0.meta_keywords AS meta_keywords_3, 
  t0.id AS id_4, 
  t0.name AS name_5, 
  t0.img AS img_6, 
  t0.link AS link_7, 
  t0.description AS description_8, 
  t0.changed AS changed_9, 
  t10.id AS id_11, 
  t10.supplierID AS supplierID_12, 
  t10.supplierID AS supplierID_13 
FROM 
  s_articles_supplier t0 
  LEFT JOIN s_articles_supplier_attributes t10 ON t10.supplierID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 5
]
0.0002 ms
SELECT 
  t0.meta_title AS meta_title_1, 
  t0.meta_description AS meta_description_2, 
  t0.meta_keywords AS meta_keywords_3, 
  t0.id AS id_4, 
  t0.name AS name_5, 
  t0.img AS img_6, 
  t0.link AS link_7, 
  t0.description AS description_8, 
  t0.changed AS changed_9, 
  t10.id AS id_11, 
  t10.supplierID AS supplierID_12, 
  t10.supplierID AS supplierID_13 
FROM 
  s_articles_supplier t0 
  LEFT JOIN s_articles_supplier_attributes t10 ON t10.supplierID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 6
]
0.0002 ms
SELECT 
  t0.meta_title AS meta_title_1, 
  t0.meta_description AS meta_description_2, 
  t0.meta_keywords AS meta_keywords_3, 
  t0.id AS id_4, 
  t0.name AS name_5, 
  t0.img AS img_6, 
  t0.link AS link_7, 
  t0.description AS description_8, 
  t0.changed AS changed_9, 
  t10.id AS id_11, 
  t10.supplierID AS supplierID_12, 
  t10.supplierID AS supplierID_13 
FROM 
  s_articles_supplier t0 
  LEFT JOIN s_articles_supplier_attributes t10 ON t10.supplierID = t0.id 
WHERE 
  t0.id = ?
array:1 [
  0 => 7
]
0.0002 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => "b423f4b3b2516654e2efd9660d7fb8ac222bd017f0d1d465e2479cf0d33feea7"
]
0.0002 ms
SELECT 
  ce.name, 
  COALESCE(
    currentShop.value, parentShop.value, 
    fallbackShop.value, ce.value
  ) as value 
FROM 
  s_core_plugins p 
  INNER JOIN s_core_config_forms cf ON cf.plugin_id = p.id 
  INNER JOIN s_core_config_elements ce ON ce.form_id = cf.id 
  LEFT JOIN s_core_config_values currentShop ON currentShop.element_id = ce.id 
  AND currentShop.shop_id = : currentShopId 
  LEFT JOIN s_core_config_values parentShop ON parentShop.element_id = ce.id 
  AND parentShop.shop_id = : parentShopId 
  LEFT JOIN s_core_config_values fallbackShop ON fallbackShop.element_id = ce.id 
  AND fallbackShop.shop_id = : fallbackShopId 
WHERE 
  p.name =: pluginName
array:4 [
  "fallbackShopId" => 1
  "parentShopId" => 1
  "currentShopId" => 1
  "pluginName" => "PasswordEncoder"
]
0.0003 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = ? 
WHERE 
  ce.type = 0 
ORDER BY 
  name, 
  position
array:1 [
  1 => "Core"
]
0.1209 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = ? 
WHERE 
  ce.type = 0 
ORDER BY 
  name, 
  position
array:1 [
  1 => "Frontend"
]
0.0889 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = ? 
WHERE 
  ce.type = 0 
ORDER BY 
  name, 
  position
array:1 [
  1 => "Backend"
]
0.0820 ms
SELECT 
  `locale`.`locale` 
FROM 
  `s_core_shops` AS `shop` 
  LEFT JOIN `s_core_locales` AS `locale` ON `locale`.`id` = `shop`.`locale_id` 
WHERE 
  `shop`.`default` = 1
[]
0.1080 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.1001 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.0739 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'backend/plugin_manager/exceptions'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1369 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'backend/plugin_manager/exceptions'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.0849 ms
SELECT 
  `id` 
FROM 
  `s_core_templates` 
WHERE 
  `plugin_id` = ?
array:1 [
  1 => 88
]
0.0820 ms
SELECT 
  `id` 
FROM 
  `s_core_templates` 
WHERE 
  `parent_id` = ?
array:1 [
  1 => "28"
]
0.0710 ms
SELECT 
  `id` 
FROM 
  `s_core_templates` 
WHERE 
  `parent_id` = ?
array:1 [
  1 => "29"
]
0.0651 ms
SELECT 
  `version` 
FROM 
  `s_core_plugins` 
WHERE 
  `name` =: name;
array:1 [
  ":name" => "TcinnModernTheme"
]
0.0730 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.0911 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.0780 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.0842 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.0780 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/alpha_popup/main'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.1049 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/alpha_popup/main'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.0780 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/cookie_consent/cookie'
  ) 
  AND (shopID = '1') 
  AND (localeID = '1')
[]
0.0780 ms
SELECT 
  `s_core_snippets`.`name`, 
  `s_core_snippets`.`value` 
FROM 
  `s_core_snippets` 
WHERE 
  (
    namespace = 'frontend/paypal_unified/cookie_consent/cookie'
  ) 
  AND (shopID = '1') 
  AND (localeID = '2')
[]
0.0880 ms
SELECT 
  `id` 
FROM 
  `s_core_config_elements` 
WHERE 
  `name` LIKE 'routerlastupdate'
[]
0.0911 ms
SELECT 
  v.value 
FROM 
  s_core_config_elements e, 
  s_core_config_values v 
WHERE 
  v.element_id = e.id 
  AND e.id = ? 
  AND v.shop_id = ?
array:2 [
  1 => "658"
  2 => 1
]
0.2079 ms
DELETE FROM 
  s_core_config_values 
WHERE 
  element_id = ? 
  AND shop_id = ?
array:2 [
  1 => "658"
  2 => 1
]
0.2301 ms
INSERT INTO s_core_config_values (element_id, shop_id, value) 
VALUES 
  (?, ?, ?)
array:3 [
  1 => "658"
  2 => 1
  3 => "s:19:"2026-03-28 17:06:09";"
]
0.1550 ms
DELETE ru 
FROM 
  s_core_rewrite_urls ru 
  LEFT JOIN s_cms_static cs ON ru.org_path LIKE CONCAT(
    'sViewport=custom&sCustom=', cs.id
  ) 
  LEFT JOIN s_cms_support ct ON ru.org_path LIKE CONCAT('sViewport=forms&sFid=', ct.id) 
WHERE 
  (
    ru.org_path LIKE 'sViewport=custom&sCustom=%' 
    OR ru.org_path LIKE 'sViewport=forms&sFid=%' 
    OR ru.org_path LIKE 'sViewport=campaign&sCampaign=%' 
    OR ru.org_path LIKE 'sViewport=content&sContent=%'
  ) 
  AND cs.id IS NULL 
  AND ct.id IS NULL
[]
364.6128 ms
DELETE ru 
FROM 
  s_core_rewrite_urls ru 
  LEFT JOIN s_categories c ON c.id = REPLACE(
    ru.org_path, 'sViewport=blog&sCategory=', 
    ''
  ) 
  AND c.blog = 1 
WHERE 
  ru.org_path LIKE 'sViewport=blog&sCategory=%' 
  AND c.id IS NULL
[]
1.0850 ms
DELETE ru 
FROM 
  s_core_rewrite_urls ru 
  LEFT JOIN s_categories c ON c.id = REPLACE(
    ru.org_path, 'sViewport=cat&sCategory=', 
    ''
  ) 
  AND (
    c.external = '' 
    OR c.external IS NULL
  ) 
  AND c.blog = 0 
WHERE 
  ru.org_path LIKE 'sViewport=cat&sCategory=%' 
  AND c.id IS NULL
[]
1.1799 ms
DELETE ru 
FROM 
  s_core_rewrite_urls ru 
  LEFT JOIN s_articles a ON a.id = REPLACE(
    ru.org_path, 'sViewport=detail&sArticle=', 
    ''
  ) 
WHERE 
  ru.org_path LIKE 'sViewport=detail&sArticle=%' 
  AND a.id IS NULL
[]
1.8599 ms
DELETE ru 
FROM 
  s_core_rewrite_urls ru 
  LEFT JOIN s_articles_supplier s ON s.id = REPLACE(
    ru.org_path, 'sViewport=listing&sAction=manufacturer&sSupplier=', 
    ''
  ) 
WHERE 
  ru.org_path LIKE 'sViewport=listing&sAction=manufacturer&sSupplier=%' 
  AND s.id IS NULL
[]
1.0121 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=31"
  2 => "NIES-HUSTENSCHUTZ/"
  3 => 1
]
0.1709 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=31"
  2 => "NIES-HUSTENSCHUTZ/"
  3 => 1
]
0.6540 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=33"
  2 => "RECAtouch-Grips/"
  3 => 1
]
0.1490 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=33"
  2 => "RECAtouch-Grips/"
  3 => 1
]
0.1800 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=19"
  2 => "WINTERDIENST/"
  3 => 1
]
0.1380 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=19"
  2 => "WINTERDIENST/"
  3 => 1
]
0.1650 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=13"
  2 => "PRODUKTE/"
  3 => 1
]
0.1359 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=13"
  2 => "PRODUKTE/"
  3 => 1
]
0.1628 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=34"
  2 => "PRODUKTE/Zuschnitte/"
  3 => 1
]
0.1409 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=34"
  2 => "PRODUKTE/Zuschnitte/"
  3 => 1
]
0.1681 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=35"
  2 => "PRODUKTE/Rundstaebe/"
  3 => 1
]
0.1421 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=35"
  2 => "PRODUKTE/Rundstaebe/"
  3 => 1
]
0.1919 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=22"
  2 => "FILAMENTE/"
  3 => 1
]
0.1450 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=22"
  2 => "FILAMENTE/"
  3 => 1
]
0.1919 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=cat&sCategory=16"
  2 => "RESTPOSTEN/"
  3 => 1
]
0.1371 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=cat&sCategory=16"
  2 => "RESTPOSTEN/"
  3 => 1
]
0.1659 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=campaign&emotionId=6"
  2 => "Die-Werkstoffe.html"
  3 => 1
]
0.1829 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=campaign&emotionId=6"
  2 => "Die-Werkstoffe.html"
  3 => 1
]
0.2260 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=campaign&emotionId=48"
  2 => "BEARBEITUNGSMOEGLICHKEITEN.html"
  3 => 1
]
0.1490 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=campaign&emotionId=48"
  2 => "BEARBEITUNGSMOEGLICHKEITEN.html"
  3 => 1
]
0.1700 ms
UPDATE 
  `s_articles` 
SET 
  `changetime` = NOW() 
WHERE 
  `changetime` = ?
array:1 [
  1 => "0000-00-00 00:00:00"
]
0.1519 ms
SELECT 
  a.*, 
  d.ordernumber, 
  d.suppliernumber, 
  s.name AS supplier, 
  a.datum AS date, 
  d.releasedate, 
  a.changetime AS changed, 
  ct.objectdata, 
  ctf.objectdata AS objectdataFallback, 
  at.attr1, 
  at.attr2, 
  at.attr3, 
  at.attr4, 
  at.attr5, 
  at.attr6, 
  at.attr7, 
  at.attr8, 
  at.attr9, 
  at.attr10, 
  at.attr11, 
  at.attr12, 
  at.attr13, 
  at.attr14, 
  at.attr15, 
  at.attr16, 
  at.attr17, 
  at.attr18, 
  at.attr19, 
  at.attr20 
FROM 
  s_articles a 
  INNER JOIN s_articles_categories_ro ac ON ac.articleID = a.id 
  AND ac.categoryID = ? 
  INNER JOIN s_categories c ON c.id = ac.categoryID 
  AND c.active = 1 
  JOIN s_articles_details d ON d.id = a.main_detail_id 
  LEFT JOIN s_articles_attributes at ON at.articledetailsID = d.id 
  LEFT JOIN s_core_translations ct ON ct.objectkey = a.id 
  AND ct.objectlanguage = ? 
  AND ct.objecttype = 'article' 
  LEFT JOIN s_core_translations ctf ON ctf.objectkey = a.id 
  AND ctf.objectlanguage = ? 
  AND ctf.objecttype = 'article' 
  LEFT JOIN s_articles_supplier s ON s.id = a.supplierID 
WHERE 
  a.active = 1 
  AND a.changetime > ? 
GROUP BY 
  a.id 
ORDER BY 
  a.changetime, 
  a.id 
LIMIT 
  1000
array:4 [
  1 => 3
  2 => 1
  3 => null
  4 => "2026-03-27 17:03:00"
]
0.7560 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Kontaktformular-smapla-Onlineshop"
  2 => 1
  3 => "sViewport=forms&sFid=5"
]
0.1628 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=5"
  2 => "Kontaktformular-smapla-Onlineshop"
  3 => 1
]
0.1540 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=5"
  2 => "Kontaktformular-smapla-Onlineshop"
  3 => 1
]
0.2139 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Partnerformular"
  2 => 1
  3 => "sViewport=forms&sFid=8"
]
0.1380 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=8"
  2 => "Partnerformular"
  3 => 1
]
0.1309 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=8"
  2 => "Partnerformular"
  3 => 1
]
0.1709 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Defektes-Produkt"
  2 => 1
  3 => "sViewport=forms&sFid=9"
]
0.1478 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=9"
  2 => "Defektes-Produkt"
  3 => 1
]
0.1311 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=9"
  2 => "Defektes-Produkt"
  3 => 1
]
0.1590 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Rueckgabe"
  2 => 1
  3 => "sViewport=forms&sFid=10"
]
0.1409 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=10"
  2 => "Rueckgabe"
  3 => 1
]
0.1290 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=10"
  2 => "Rueckgabe"
  3 => 1
]
0.1619 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Anfrage-Formular"
  2 => 1
  3 => "sViewport=forms&sFid=16"
]
0.1328 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=16"
  2 => "Anfrage-Formular"
  3 => 1
]
0.1299 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=16"
  2 => "Anfrage-Formular"
  3 => 1
]
0.1991 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Partner-form"
  2 => 1
  3 => "sViewport=forms&sFid=17"
]
0.1369 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=17"
  2 => "Partner-form"
  3 => 1
]
0.1309 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=17"
  2 => "Partner-form"
  3 => 1
]
0.1621 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Contact"
  2 => 1
  3 => "sViewport=forms&sFid=18"
]
0.1419 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=18"
  2 => "Contact"
  3 => 1
]
0.1290 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=18"
  2 => "Contact"
  3 => 1
]
0.1700 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Defective-product"
  2 => 1
  3 => "sViewport=forms&sFid=19"
]
0.1321 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=19"
  2 => "Defective-product"
  3 => 1
]
0.1280 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=19"
  2 => "Defective-product"
  3 => 1
]
0.1709 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Return"
  2 => 1
  3 => "sViewport=forms&sFid=20"
]
0.1481 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=20"
  2 => "Return"
  3 => 1
]
0.1292 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=20"
  2 => "Return"
  3 => 1
]
0.1609 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Inquiry-form"
  2 => 1
  3 => "sViewport=forms&sFid=21"
]
0.1569 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=21"
  2 => "Inquiry-form"
  3 => 1
]
0.1299 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=21"
  2 => "Inquiry-form"
  3 => 1
]
0.1600 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Support-beantragen"
  2 => 1
  3 => "sViewport=forms&sFid=22"
]
0.1330 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=forms&sFid=22"
  2 => "Support-beantragen"
  3 => 1
]
0.1290 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=forms&sFid=22"
  2 => "Support-beantragen"
  3 => 1
]
0.1612 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Hilfe/Support"
  2 => 1
  3 => "sViewport=custom&sCustom=2"
]
0.1562 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=2"
  2 => "Hilfe/Support"
  3 => 1
]
0.1700 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=2"
  2 => "Hilfe/Support"
  3 => 1
]
0.2010 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Impressum"
  2 => 1
  3 => "sViewport=custom&sCustom=3"
]
0.1431 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=3"
  2 => "Impressum"
  3 => 1
]
0.1502 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=3"
  2 => "Impressum"
  3 => 1
]
0.1841 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "AGB"
  2 => 1
  3 => "sViewport=custom&sCustom=4"
]
0.1400 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=4"
  2 => "AGB"
  3 => 1
]
0.1340 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=4"
  2 => "AGB"
  3 => 1
]
0.1600 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Versand-und-Zahlungsbedingungen"
  2 => 1
  3 => "sViewport=custom&sCustom=6"
]
0.1762 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=6"
  2 => "Versand-und-Zahlungsbedingungen"
  3 => 1
]
0.1311 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=6"
  2 => "Versand-und-Zahlungsbedingungen"
  3 => 1
]
0.1621 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Datenschutz"
  2 => 1
  3 => "sViewport=custom&sCustom=7"
]
0.1400 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=7"
  2 => "Datenschutz"
  3 => 1
]
0.1330 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=7"
  2 => "Datenschutz"
  3 => 1
]
0.1640 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Widerrufsrecht"
  2 => 1
  3 => "sViewport=custom&sCustom=8"
]
0.1400 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=8"
  2 => "Widerrufsrecht"
  3 => 1
]
0.1299 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=8"
  2 => "Widerrufsrecht"
  3 => 1
]
0.1600 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "UEber-uns"
  2 => 1
  3 => "sViewport=custom&sCustom=9"
]
0.1559 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=9"
  2 => "UEber-uns"
  3 => 1
]
0.1290 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=9"
  2 => "UEber-uns"
  3 => 1
]
0.1600 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "About-us"
  2 => 1
  3 => "sViewport=custom&sCustom=27"
]
0.1371 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=27"
  2 => "About-us"
  3 => 1
]
0.1271 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=27"
  2 => "About-us"
  3 => 1
]
0.1550 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Payment/Dispatch"
  2 => 1
  3 => "sViewport=custom&sCustom=28"
]
0.1512 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=28"
  2 => "Payment/Dispatch"
  3 => 1
]
0.1340 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=28"
  2 => "Payment/Dispatch"
  3 => 1
]
0.1590 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Privacy"
  2 => 1
  3 => "sViewport=custom&sCustom=29"
]
0.1359 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=29"
  2 => "Privacy"
  3 => 1
]
0.1268 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=29"
  2 => "Privacy"
  3 => 1
]
0.1581 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Help/Support"
  2 => 1
  3 => "sViewport=custom&sCustom=30"
]
0.1640 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=30"
  2 => "Help/Support"
  3 => 1
]
0.1340 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=30"
  2 => "Help/Support"
  3 => 1
]
0.1609 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "rechtliche-Vorabinformationen"
  2 => 1
  3 => "sViewport=custom&sCustom=43"
]
0.1390 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=43"
  2 => "rechtliche-Vorabinformationen"
  3 => 1
]
0.1290 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=43"
  2 => "rechtliche-Vorabinformationen"
  3 => 1
]
0.1760 ms
SELECT 
  `org_path` 
FROM 
  `s_core_rewrite_urls` 
WHERE 
  `path` = ? 
  AND `main` = 1 
  AND `subshopId` = ? 
  AND `org_path` != ?
array:3 [
  1 => "Widerrufsformular"
  2 => 1
  3 => "sViewport=custom&sCustom=45"
]
0.1509 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=custom&sCustom=45"
  2 => "Widerrufsformular"
  3 => 1
]
0.1280 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=custom&sCustom=45"
  2 => "Widerrufsformular"
  3 => 1
]
14.9319 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=4"
  2 => "SMAPLA/"
  3 => 1
]
0.1700 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=4"
  2 => "SMAPLA/"
  3 => 1
]
0.2279 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=5"
  2 => "Burnus/"
  3 => 1
]
0.1440 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=5"
  2 => "Burnus/"
  3 => 1
]
0.1709 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=6"
  2 => "RECA-plastics-GmbH/"
  3 => 1
]
0.1411 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=6"
  2 => "RECA-plastics-GmbH/"
  3 => 1
]
0.1619 ms
UPDATE 
  s_core_rewrite_urls 
SET 
  main = 0 
WHERE 
  org_path = ? 
  AND path != ? 
  AND subshopID = ?
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=7"
  2 => "RC/"
  3 => 1
]
0.1471 ms
REPLACE INTO s_core_rewrite_urls (org_path, path, main, subshopID) 
VALUES 
  (?, ?, 1, ?)
array:3 [
  1 => "sViewport=listing&sAction=manufacturer&sSupplier=7"
  2 => "RC/"
  3 => 1
]
0.1719 ms