https://objectcode.testserver-seitlicht.de/

Queries

107 Total Queries
0.0055 s Total Query Time
SQL Params Execution Time
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Core"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0008 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Core"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0010 ms
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Frontend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0006 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Frontend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0007 ms
SELECT 
  name, 
  id, 
  name, 
  label, 
  description, 
  source, 
  active, 
  installation_date as installationDate, 
  update_date as updateDate, 
  version 
FROM 
  s_core_plugins 
WHERE 
  namespace =: namespace 
  AND name not IN(: names)
array:2 [
  "namespace" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0005 ms
SELECT 
  ce.subscribe as name, 
  ce.listener, 
  ce.position, 
  cp.name as plugin 
FROM 
  s_core_subscribes ce 
  JOIN s_core_plugins cp ON cp.id = ce.pluginID 
  AND cp.active = 1 
  AND cp.namespace = : namespace 
WHERE 
  ce.type = 0 
  AND cp.name NOT IN(: names) 
ORDER BY 
  name, 
  position
array:2 [
  "namespace" => "Backend"
  "names" => array:1 [
    0 => "PluginManager"
  ]
]
0.0007 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" => "objectcode.testserver-seitlicht.de"
]
0.0012 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.0012 ms
SELECT 
  t0.id AS id_1, 
  t0.shopID AS shopID_2, 
  t0.haendlerlogin AS haendlerlogin_3, 
  t0.shopID AS shopID_4 
FROM 
  s_core_shops_attributes t0 
WHERE 
  t0.shopID = ?
array:1 [
  0 => 1
]
0.0004 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.0004 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" => "objectcode.testserver-seitlicht.de"
]
0.0008 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.0005 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.haendlerlogin AS haendlerlogin_27, 
  t24.shopID AS shopID_28 
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.0006 ms
SELECT 
  t0.id AS id_1, 
  t0.locale AS locale_2, 
  t0.language AS language_3, 
  t0.territory AS territory_4 
FROM 
  s_core_locales t0 
WHERE 
  t0.locale = ? 
LIMIT 
  1
array:1 [
  0 => "en_GB"
]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0006 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.haendlerlogin AS haendlerlogin_27, 
  t24.shopID AS shopID_28 
FROM 
  s_core_shops t0 
  LEFT JOIN s_core_shops_attributes t24 ON t24.shopID = t0.id 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0006 ms
SELECT 
  t0.type AS type_1, 
  t0.name AS name_2, 
  t0.position AS position_3, 
  t0.default_value AS default_value_4, 
  t0.selection AS selection_5, 
  t0.field_label AS field_label_6, 
  t0.support_text AS support_text_7, 
  t0.allow_blank AS allow_blank_8, 
  t0.less_compatible AS less_compatible_9, 
  t0.attributes AS attributes_10, 
  t0.container_id AS container_id_11, 
  t0.id AS id_12, 
  t0.template_id AS template_id_13, 
  t0.template_id AS template_id_14, 
  t0.container_id AS container_id_15 
FROM 
  s_core_templates_config_elements t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0010 ms
SELECT 
  t0.name AS name_1, 
  t0.type AS type_2, 
  t0.template_id AS template_id_3, 
  t0.parent_id AS parent_id_4, 
  t0.title AS title_5, 
  t0.attributes AS attributes_6, 
  t0.id AS id_7, 
  t0.template_id AS template_id_8, 
  t0.parent_id AS parent_id_9 
FROM 
  s_core_templates_config_layout t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0007 ms
SELECT 
  t0.id AS id_1, 
  t0.template_id AS template_id_2, 
  t0.name AS name_3, 
  t0.description AS description_4, 
  t0.element_values AS element_values_5, 
  t0.template_id AS template_id_6 
FROM 
  s_core_templates_config_set t0 
WHERE 
  t0.template_id = ?
array:1 [
  0 => 24
]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0006 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, 
  shopAttribute.haendlerlogin as __shopAttribute_haendlerlogin, 
  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.sl_k3_konfigurator_url as __categoryAttribute_sl_k3_konfigurator_url, 
  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.0012 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.0007 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.0004 ms
SELECT 
  country.id as __country_id, 
  country.countryname as __country_countryname, 
  country.countryiso as __country_countryiso, 
  country.areaID as __country_areaID, 
  country.countryen as __country_countryen, 
  country.position as __country_position, 
  country.notice as __country_notice, 
  country.taxfree as __country_taxfree, 
  country.taxfree_ustid as __country_taxfree_ustid, 
  country.taxfree_ustid_checked as __country_taxfree_ustid_checked, 
  country.active as __country_active, 
  country.iso3 as __country_iso3, 
  country.display_state_in_registration as __country_display_state_in_registration, 
  country.force_state_in_registration as __country_force_state_in_registration, 
  country.allow_shipping as __country_allow_shipping, 
  countryAttribute.id as __countryAttribute_id, 
  countryAttribute.countryID as __countryAttribute_countryID 
FROM 
  s_core_countries country 
  LEFT JOIN s_core_countries_attributes countryAttribute ON countryAttribute.countryID = country.id 
ORDER BY 
  country.position ASC
[]
0.0017 ms
SELECT 
  countryArea.id as __countryArea_id, 
  countryArea.name as __countryArea_name, 
  countryArea.active as __countryArea_active 
FROM 
  s_core_countries_areas countryArea 
WHERE 
  countryArea.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0004 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0004 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0006 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0006 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.0006 ms
SELECT 
  emotion.id, 
  emotion.device as devices, 
  emotion.show_listing as showListing, 
  emotion.fullscreen, 
  emotion.customer_stream_ids, 
  emotion.replacement, 
  emotion.position, 
  emotion.listing_visibility, 
  GROUP_CONCAT(shops.shop_id SEPARATOR ',') as shopIds 
FROM 
  s_emotion emotion 
  LEFT JOIN s_emotion_shops shops ON shops.emotion_id = emotion.id 
  INNER JOIN s_emotion_categories category ON category.emotion_id = emotion.id 
  AND category.category_id = : categoryId 
WHERE 
  (emotion.active = 1) 
  AND (emotion.is_landingpage = 0) 
  AND (
    (
      emotion.valid_to >= NOW() 
      OR emotion.valid_to IS NULL
    )
  ) 
  AND (
    (
      emotion.valid_from <= NOW() 
      OR emotion.valid_from IS NULL
    )
  ) 
  AND (emotion.preview_id IS NULL) 
GROUP BY 
  emotion.id 
ORDER BY 
  emotion.position ASC, 
  emotion.id ASC
array:1 [
  ":categoryId" => 3
]
0.0010 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.sl_k3_konfigurator_url as __categoryAttribute_sl_k3_konfigurator_url, 
  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:1 [
    0 => 3
  ]
  ":shopId" => "%|1|%"
]
0.0009 ms
SELECT 
  s0_.show_listing AS show_listing_0, 
  s0_.template_id AS template_id_1, 
  s0_.id AS id_2, 
  s0_.parent_id AS parent_id_3, 
  s0_.active AS active_4, 
  s0_.name AS name_5, 
  s0_.userID AS userID_6, 
  s0_.position AS position_7, 
  s0_.device AS device_8, 
  s0_.fullscreen AS fullscreen_9, 
  s0_.valid_from AS valid_from_10, 
  s0_.is_landingpage AS is_landingpage_11, 
  s0_.seo_title AS seo_title_12, 
  s0_.seo_keywords AS seo_keywords_13, 
  s0_.seo_description AS seo_description_14, 
  s0_.valid_to AS valid_to_15, 
  s0_.create_date AS create_date_16, 
  s0_.modified AS modified_17, 
  s0_.`rows` AS rows_18, 
  s0_.cols AS cols_19, 
  s0_.cell_spacing AS cell_spacing_20, 
  s0_.cell_height AS cell_height_21, 
  s0_.article_height AS article_height_22, 
  s0_.mode AS mode_23, 
  s0_.preview_id AS preview_id_24, 
  s0_.preview_secret AS preview_secret_25, 
  s0_.listing_visibility AS listing_visibility_26, 
  s0_.customer_stream_ids AS customer_stream_ids_27, 
  s0_.replacement AS replacement_28 
FROM 
  s_emotion s0_ 
  INNER JOIN s_emotion_categories s2_ ON s0_.id = s2_.emotion_id 
  INNER JOIN s_categories s1_ ON s1_.id = s2_.category_id 
WHERE 
  s1_.id = ? 
  AND (
    (
      s0_.valid_from <= ? 
      OR s0_.valid_from IS NULL
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR s0_.valid_to IS NULL
    )
  ) 
  AND s0_.is_landingpage = 0 
  AND s0_.active = 1
array:3 [
  0 => 3
  1 => DateTime @1765747905 {#2184
    date: 2025-12-14 22:31:45.510702 Europe/Berlin (+01:00)
  }
  2 => DateTime @1765747905 {#2184}
]
0.0007 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.sl_k3_konfigurator_url as __categoryAttribute_sl_k3_konfigurator_url, 
  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:1 [
    0 => 1
  ]
  ":shopId" => "%|1|%"
]
0.0009 ms
SELECT 
  category.id as __category_id, 
  category.parent as __category_parent_id, 
  category.position as __category_position, 
  category.path as __category_path, 
  category.description as __category_description, 
  category.meta_title as __category_metatitle, 
  category.metakeywords as __category_metakeywords, 
  category.metadescription as __category_metadescription, 
  category.cmsheadline as __category_cmsheadline, 
  category.product_box_layout as __category_product_box_layout, 
  category.cmstext as __category_cmstext, 
  category.template as __category_template, 
  category.blog as __category_blog, 
  category.external as __category_external, 
  category.external_target as __category_external_target, 
  category.hidefilter as __category_hidefilter, 
  category.hidetop as __category_hidetop, 
  category.stream_id as __category_stream_id, 
  category.hide_sortings as __category_hide_sortings, 
  categoryAttribute.id as __categoryAttribute_id, 
  categoryAttribute.categoryID as __categoryAttribute_categoryID, 
  categoryAttribute.attribute1 as __categoryAttribute_attribute1, 
  categoryAttribute.attribute2 as __categoryAttribute_attribute2, 
  categoryAttribute.attribute3 as __categoryAttribute_attribute3, 
  categoryAttribute.attribute4 as __categoryAttribute_attribute4, 
  categoryAttribute.attribute5 as __categoryAttribute_attribute5, 
  categoryAttribute.attribute6 as __categoryAttribute_attribute6, 
  categoryAttribute.sl_k3_konfigurator_url as __categoryAttribute_sl_k3_konfigurator_url, 
  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:1 [
    0 => 0
  ]
  ":shopId" => "%|1|%"
]
0.0009 ms
SELECT 
  count(category.id) 
FROM 
  s_categories category 
WHERE 
  parent = : id
array:1 [
  "id" => 3
]
0.0004 ms
SELECT 
  emotion.id 
FROM 
  s_emotion emotion 
  INNER JOIN s_emotion_categories categories ON categories.emotion_id = emotion.id 
  AND categories.category_id = : id 
WHERE 
  emotion.customer_stream_ids IS NOT NULL 
  AND emotion.active = 1 
LIMIT 
  1
array:1 [
  ":id" => 3
]
0.0004 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.0008 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.0151 ms
DELETE FROM 
  `s_search_index`
[]
0.0091 ms
SELECT 
  STRAIGHT_JOIN st.id AS tableID, 
  st.table, 
  st.where, 
  st.referenz_table as reference_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.0023 ms
SELECT 
  id as id, 
  name, 
  keywords 
FROM 
  s_articles
[]
0.0019 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('hauptartikel'), 
  ('mail'), 
  ('benachrichtigung'), 
  ('esd'), 
  ('download'), 
  ('artikel'), 
  ('standard'), 
  ('konfigurator'), 
  ('variantenartikel'), 
  ('kennzeichnung'), 
  ('versandkostenfrei'), 
  ('hervorhebung'), 
  ('eigenschaften'), 
  ('ressourcen'), 
  ('auswahl'), 
  ('grundpreisberechnung'), 
  ('abverkauf'), 
  ('cross'), 
  ('selling'), 
  ('bewertungen'), 
  ('bild'), 
  ('holland'), 
  ('terrasse'), 
  ('terrassenkonfiguration')
[]
0.0061 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  1 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('hauptartikel') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  2 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hauptartikel', 'mail', 'benachrichtigung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  3 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hauptartikel', 'esd', 'download'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  4 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'artikel', 'standard', 'konfigurator'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  5 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('variantenartikel') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  6 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hauptartikel', 'kennzeichnung', 
    'versandkostenfrei', 'hervorhebung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  7 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('hauptartikel', 'eigenschaften') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  8 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('hauptartikel', 'ressourcen') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  9 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'artikel', 'auswahl', 'konfigurator'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  10 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hauptartikel', 'grundpreisberechnung'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  11 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('hauptartikel', 'abverkauf') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  12 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'hauptartikel', 'cross', 'selling'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  13 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('hauptartikel', 'bewertungen') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  14 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN (
    'artikel', 'bild', 'konfigurator'
  ) 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  19 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  20 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  21 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  22 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  23 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  24 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  25 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  26 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  27 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  28 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  29 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  30 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  31 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  32 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  33 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  34 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  35 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  36 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  37 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  38 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  39 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  40 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  41 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  42 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  43 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  44 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  45 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  46 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  47 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  48 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  49 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  50 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  51 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  52 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  53 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  54 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  55 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  56 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  57 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  58 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  59 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  60 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  61 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  62 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  63 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  64 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  65 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  66 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  67 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  68 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  69 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  70 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  71 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  72 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  73 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  74 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  75 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  76 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  77 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  78 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  79 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  80 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  81 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  82 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  83 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  84 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  85 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  86 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  87 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  88 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  89 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  90 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  91 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  92 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  93 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  94 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  95 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  96 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  97 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  98 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  99 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  100 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  101 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  102 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  103 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  104 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  105 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  106 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  107 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('holland', 'terrasse') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  108 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  109 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  110 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  111 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  112 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  113 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  114 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  115 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  116 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  117 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  118 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  119 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  120 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  121 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  122 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  123 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  124 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  125 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  126 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  127 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  128 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  129 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  130 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  131 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  132 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  133 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  134 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  135 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  136 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  137 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  138 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  139 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  140 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  141 as elementID, 
  3 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('terrassenkonfiguration')
[]
0.0158 ms
SELECT 
  id as id, 
  metakeywords, 
  description 
FROM 
  s_categories
[]
0.0005 ms
SELECT 
  objectkey, 
  objectdata 
FROM 
  s_core_translations 
WHERE 
  (
    objectkey IN (: ids)
  ) 
  AND (objecttype = : type)
array:2 [
  ":type" => "category"
  ":ids" => array:11 [
    0 => "1"
    1 => "3"
    2 => "5"
    3 => "6"
    4 => "7"
    5 => "8"
    6 => "9"
    7 => "10"
    8 => "11"
    9 => "12"
    10 => "13"
  ]
]
0.0012 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('root'), 
  ('deutsch'), 
  ('lebensmittel'), 
  ('bekleidung'), 
  ('freizeit'), 
  ('elektro'), 
  ('backwaren'), 
  ('fisch'), 
  ('suesses'), 
  ('damen'), 
  ('herren')
[]
0.0021 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, 
  5 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('lebensmittel') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  6 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('bekleidung') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  7 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('freizeit', 'elektro') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  8 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('backwaren') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  9 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('fisch') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  10 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('suesses') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  11 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('damen') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  12 as elementID, 
  2 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('herren')
[]
0.0035 ms
SELECT 
  id as id, 
  name 
FROM 
  s_articles_supplier
[]
0.0010 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('shopware'), 
  ('fashion'), 
  ('food'), 
  ('freetime')
[]
0.0030 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  1 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('shopware', 'fashion') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  2 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('shopware', 'food') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  3 as elementID, 
  6 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('shopware', 'freetime')
[]
0.0024 ms
SELECT 
  id as id, 
  ordernumber 
FROM 
  s_articles_details
[]
0.0015 ms
INSERT IGNORE INTO `s_search_keywords` (`keyword`) 
VALUES 
  ('k3_11gcxgz2aa'), 
  ('k3_18s2e5z4yn'), 
  ('k3_19dskrmka5'), 
  ('k3_1aesmfg5av'), 
  ('k3_1c2vzpd1w8'), 
  ('k3_1d2f8ra28z'), 
  ('k3_1ha9ym74bw'), 
  ('k3_1re5vczbbv'), 
  ('k3_1wkudx4bnv'), 
  ('k3_219ezvphm5'), 
  ('k3_2c1u1d5qm1'), 
  ('k3_2na2uucema'), 
  ('k3_2qtx8dz1ts'), 
  ('k3_2synm5z4bk'), 
  ('k3_2ugka73sa4'), 
  ('k3_33p8ag4a5t'), 
  ('k3_33rf3c3tzr'), 
  ('k3_39kcyhp8yg'), 
  ('k3_3cudesy84h'), 
  ('k3_423u2k4rgz'), 
  ('k3_4emmg1gh1b'), 
  ('k3_4fypahafz6'), 
  ('k3_4mz782beb9'), 
  ('k3_4rxf8ezxcx'), 
  ('k3_4wedrauwkb'), 
  ('k3_554wvpcghk'), 
  ('k3_5gs6b1yzfz'), 
  ('k3_5mv1b6zx25'), 
  ('k3_5xn1h3ryyv'), 
  ('k3_62w7zae47n'), 
  ('k3_65k5ngnn4s'), 
  ('k3_678wkayayy'), 
  ('k3_7g8bsn1y1n'), 
  ('k3_7qhq4ah4z5'), 
  ('k3_84g2ds8m14'), 
  ('k3_956z7rnb21'), 
  ('k3_9a17xf721v'), 
  ('k3_9bqmfag5v3'), 
  ('k3_9e3rchy926'), 
  ('k3_9qd118frzt'), 
  ('k3_9qpr1v4p5n'), 
  ('k3_a35fsqsmuc'), 
  ('k3_ae9g3dderh'), 
  ('k3_ap6hk1kcyh'), 
  ('k3_b9srpf69m9'), 
  ('k3_bawdszpe3v'), 
  ('k3_bfnc4ztv8r'), 
  ('k3_c96wce27ft'), 
  ('k3_cc22w3bkka'), 
  ('k3_cm11asvwur'), 
  ('k3_ctyfmsx2fz'), 
  ('k3_czts6zvb9u'), 
  ('k3_czxggwr3fw'), 
  ('k3_d88eethmcy'), 
  ('k3_dwvxfzvf22'), 
  ('k3_dwxhk6u3s2'), 
  ('k3_ef76fnqek5'), 
  ('k3_ev1hq5rdtn'), 
  ('k3_f89s4zq91v'), 
  ('k3_f8xrfb7fue'), 
  ('k3_fgfxvmawd5'), 
  ('k3_frhasfswvk'), 
  ('k3_ft73xrbads'), 
  ('k3_g15ufuhtvh'), 
  ('k3_g5hw26tsgp'), 
  ('k3_g7uaspauu4'), 
  ('k3_gcck4hvd26'), 
  ('k3_grx4ctft6r'), 
  ('k3_gxb5uyfa89'), 
  ('k3_hegsbqd62m'), 
  ('k3_hm8n8y3qa4'), 
  ('k3_k1v376c12c'), 
  ('k3_k6rhu19nts'), 
  ('k3_kqcrswp4cv'), 
  ('k3_ktnxxsun2w'), 
  ('k3_m8472g52g1'), 
  ('k3_mhe95yvnf1'), 
  ('k3_ms174hh78g'), 
  ('k3_mwyqh2rxvy'), 
  ('k3_n2k35pb4k9'), 
  ('k3_nasfnastww'), 
  ('k3_nmfwmtphka'), 
  ('k3_nr4y41xt3q'), 
  ('k3_nxfbwz39un'), 
  ('k3_ppzsu3m6m4'), 
  ('k3_q215rapvdq'), 
  ('k3_rnwxvvdttp'), 
  ('k3_rtq1xk2tb5'), 
  ('k3_ry9awgrtyq'), 
  ('k3_s48y2bfr7b'), 
  ('k3_s4k7aw1upb'), 
  ('k3_s724yrpcwr'), 
  ('k3_sav6wexbz4'), 
  ('k3_sb7mdd2cam'), 
  ('k3_tdr5hteqq1'), 
  ('k3_u2dv5eksrb'), 
  ('k3_ua59yf8uba'), 
  ('k3_ub1ed7qgk4'), 
  ('k3_ufpafutzxn'), 
  ('k3_un7a9vu278'), 
  ('k3_une1hdyacu'), 
  ('k3_ut7h4k8ks7'), 
  ('k3_vr6hk9nc7y'), 
  ('k3_vstzuwc77s'), 
  ('k3_vx7d85y6wf'), 
  ('k3_w7c9ptc96a'), 
  ('k3_wc47u3dp6v'), 
  ('k3_wdwsuw58nr'), 
  ('k3_wer86bwf4k'), 
  ('k3_wf88syaf4w'), 
  ('k3_wmu1zw6qty'), 
  ('k3_wwb1ane7ut'), 
  ('k3_wxhtwsbgyf'), 
  ('k3_x5bhapwp8m'), 
  ('k3_x6quxd5wt1'), 
  ('k3_xbg2y5untm'), 
  ('k3_xszpgvd7gu'), 
  ('k3_xtvy1rd6hk'), 
  ('k3_y4k4r4fpxp'), 
  ('k3_ykmw42m845'), 
  ('k3_zpgdgy92d6'), 
  ('k3_zxpg7vxag5'), 
  ('12345'), 
  ('sw10001'), 
  ('sw10002'), 
  ('sw10003'), 
  ('sw10004'), 
  ('sw10005'), 
  ('sw10006'), 
  ('sw10007'), 
  ('sw10008'), 
  ('sw10009'), 
  ('sw10010'), 
  ('sw10011'), 
  ('sw10012'), 
  ('sw10013'), 
  ('sw10014')
[]
0.0070 ms
INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID) 
SELECT 
  sk.id as keywordID, 
  161 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_11gcxgz2aa') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  102 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_18s2e5z4yn') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  155 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_19dskrmka5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  167 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_1aesmfg5av') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  162 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_1c2vzpd1w8') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  137 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_1d2f8ra28z') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  71 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_1ha9ym74bw') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  67 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_1re5vczbbv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  133 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_1wkudx4bnv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  60 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_219ezvphm5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  50 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_2c1u1d5qm1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  149 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_2na2uucema') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  165 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_2qtx8dz1ts') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  84 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_2synm5z4bk') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  87 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_2ugka73sa4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  135 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_33p8ag4a5t') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  104 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_33rf3c3tzr') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  129 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_39kcyhp8yg') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  58 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_3cudesy84h') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  123 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_423u2k4rgz') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  85 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_4emmg1gh1b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  141 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_4fypahafz6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  160 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_4mz782beb9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  76 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_4rxf8ezxcx') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  112 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_4wedrauwkb') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  134 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_554wvpcghk') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  150 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_5gs6b1yzfz') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  115 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_5mv1b6zx25') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  140 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_5xn1h3ryyv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  122 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_62w7zae47n') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  120 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_65k5ngnn4s') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  73 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_678wkayayy') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  93 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_7g8bsn1y1n') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  114 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_7qhq4ah4z5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  83 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_84g2ds8m14') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  86 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_956z7rnb21') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  52 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_9a17xf721v') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  80 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_9bqmfag5v3') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  148 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_9e3rchy926') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  128 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_9qd118frzt') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  100 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_9qpr1v4p5n') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  57 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_a35fsqsmuc') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  136 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ae9g3dderh') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  152 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ap6hk1kcyh') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  164 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_b9srpf69m9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  53 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_bawdszpe3v') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  55 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_bfnc4ztv8r') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  105 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_c96wce27ft') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  103 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_cc22w3bkka') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  132 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_cm11asvwur') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  51 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ctyfmsx2fz') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  159 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_czts6zvb9u') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  69 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_czxggwr3fw') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  108 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_d88eethmcy') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  77 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_dwvxfzvf22') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  95 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_dwxhk6u3s2') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  97 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ef76fnqek5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  109 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ev1hq5rdtn') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  47 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_f89s4zq91v') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  130 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_f8xrfb7fue') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  126 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_fgfxvmawd5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  72 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_frhasfswvk') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  90 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ft73xrbads') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  81 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_g15ufuhtvh') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  65 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_g5hw26tsgp') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  131 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_g7uaspauu4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  64 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_gcck4hvd26') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  56 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_grx4ctft6r') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  121 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_gxb5uyfa89') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  154 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_hegsbqd62m') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  168 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_hm8n8y3qa4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  99 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_k1v376c12c') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  153 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_k6rhu19nts') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  75 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_kqcrswp4cv') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  61 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ktnxxsun2w') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  113 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_m8472g52g1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  127 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_mhe95yvnf1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  116 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ms174hh78g') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  62 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_mwyqh2rxvy') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  107 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_n2k35pb4k9') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  117 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_nasfnastww') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  166 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_nmfwmtphka') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  88 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_nr4y41xt3q') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  118 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_nxfbwz39un') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  110 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ppzsu3m6m4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  66 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_q215rapvdq') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  157 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_rnwxvvdttp') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  119 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_rtq1xk2tb5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  156 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ry9awgrtyq') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  91 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_s48y2bfr7b') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  163 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_s4k7aw1upb') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  63 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_s724yrpcwr') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  144 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_sav6wexbz4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  158 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_sb7mdd2cam') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  74 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_tdr5hteqq1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  78 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_u2dv5eksrb') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  124 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ua59yf8uba') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  70 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ub1ed7qgk4') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  68 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ufpafutzxn') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  146 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_un7a9vu278') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  94 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_une1hdyacu') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  106 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ut7h4k8ks7') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  89 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_vr6hk9nc7y') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  82 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_vstzuwc77s') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  139 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_vx7d85y6wf') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  48 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_w7c9ptc96a') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  111 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wc47u3dp6v') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  49 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wdwsuw58nr') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  138 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wer86bwf4k') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  142 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wf88syaf4w') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  151 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wmu1zw6qty') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  54 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wwb1ane7ut') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  143 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_wxhtwsbgyf') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  96 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_x5bhapwp8m') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  145 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_x6quxd5wt1') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  59 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_xbg2y5untm') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  147 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_xszpgvd7gu') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  125 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_xtvy1rd6hk') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  98 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_y4k4r4fpxp') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  92 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_ykmw42m845') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  101 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_zpgdgy92d6') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  79 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('k3_zxpg7vxag5') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  46 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('12345') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  1 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10001') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  2 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10002') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  3 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10003') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  4 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10004') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  38 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10004') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  39 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10004') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  16 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10005') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  20 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10005') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  21 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10005') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  22 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10005') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  23 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10005') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  24 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10005') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  6 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10006') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  7 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10007') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  17 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10007') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  18 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10007') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  19 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10007') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  8 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10008') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  26 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  27 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  36 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  37 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  28 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  29 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  30 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  31 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  32 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  33 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  34 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  35 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10009') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  10 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10010') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  11 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10011') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  12 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10012') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  13 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10013') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  14 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10014') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  40 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10014') 
UNION ALL 
SELECT 
  sk.id as keywordID, 
  41 as elementID, 
  5 as fieldID 
FROM 
  s_search_keywords sk 
WHERE 
  sk.keyword IN ('sw10014')
[]
0.0142 ms
SELECT 
  articleID as id, 
  name, 
  keywords 
FROM 
  s_articles_translations
[]
0.0012 ms
SELECT 
  STRAIGHT_JOIN st.id AS tableID, 
  st.table, 
  st.where, 
  st.referenz_table as reference_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.0007 ms
SELECT 
  STRAIGHT_JOIN si.keywordID, 
  si.fieldID, 
  sk.keyword, 
  (
    SELECT 
      tableId 
    FROM 
      s_search_fields 
    WHERE 
      s_search_fields.id = si.fieldID
  ) AS tableId, 
  COUNT(*) AS count_self, 
  (
    SELECT 
      COUNT(*) * 0.9 
    FROM 
      s_articles
  ) AS cnt_s_articles, 
  (
    SELECT 
      COUNT(*) * 0.9 
    FROM 
      s_articles_categories
  ) AS cnt_s_articles_categories, 
  (
    SELECT 
      COUNT(*) * 0.9 
    FROM 
      s_articles_supplier
  ) AS cnt_s_articles_supplier, 
  (
    SELECT 
      COUNT(*) * 0.9 
    FROM 
      s_articles_details
  ) AS cnt_s_articles_details, 
  (
    SELECT 
      COUNT(*) * 0.9 
    FROM 
      s_articles_translations
  ) AS cnt_s_articles_translations 
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 
  si.keywordID, 
  si.fieldID 
HAVING 
  (
    tableId = 1 
    AND count_self > cnt_s_articles
  ) 
  OR (
    tableId = 2 
    AND count_self > cnt_s_articles_categories
  ) 
  OR (
    tableId = 3 
    AND count_self > cnt_s_articles_supplier
  ) 
  OR (
    tableId = 4 
    AND count_self > cnt_s_articles_details
  ) 
  OR (
    tableId = 5 
    AND count_self > cnt_s_articles_translations
  )
[]
0.0095 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "101888"
  1 => "6"
]
0.0029 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "101889"
  1 => "6"
]
0.0021 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "101890"
  1 => "6"
]
0.0027 ms
DELETE FROM 
  s_search_index 
WHERE 
  keywordID = ? 
  AND fieldID = ?
array:2 [
  0 => "101891"
  1 => "6"
]
0.0027 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.0038 ms
SELECT 
  s0_.id AS id_0 
FROM 
  s_emarketing_banners s0_ 
WHERE 
  (
    (
      s0_.valid_from <= ? 
      OR (
        s0_.valid_from = ? 
        OR s0_.valid_from IS NULL
      )
    )
  ) 
  AND (
    (
      s0_.valid_to >= ? 
      OR (
        s0_.valid_to = ? 
        OR s0_.valid_to IS NULL
      )
    )
  ) 
  AND s0_.categoryID = ?
array:5 [
  0 => DateTime @1765747905 {#2185
    date: 2025-12-14 22:31:45.654096 Europe/Berlin (+01:00)
  }
  1 => null
  2 => DateTime @1765747905 {#2185}
  3 => null
  4 => 3
]
0.0006 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0004 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.0004 ms
SELECT 
  element.template_id, 
  element.name, 
  element_value.value, 
  element.default_value as defaultValue, 
  element.type 
FROM 
  s_core_templates_config_elements element 
  LEFT JOIN s_core_templates_config_values element_value ON element_value.element_id = element.id 
  AND element_value.shop_id = : shopId 
WHERE 
  element.template_id IN (: ids)
array:2 [
  ":shopId" => 1
  ":ids" => array:3 [
    0 => 24
    1 => 23
    2 => 22
  ]
]
0.0010 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.0006 ms
SELECT 
  category.path 
FROM 
  s_categories category 
WHERE 
  category.id = : id
array:1 [
  ":id" => 3
]
0.0004 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.0006 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.sl_k3_konfigurator_url as __categoryAttribute_sl_k3_konfigurator_url, 
  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:6 [
    0 => 3
    1 => 5
    2 => 6
    3 => 7
    4 => 13
    5 => 3
  ]
  ":shopId" => "%|1|%"
]
0.0011 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:6 [
    0 => 3
    1 => 5
    2 => 6
    3 => 7
    4 => 13
    5 => 3
  ]
]
0.0007 ms
SELECT 
  shop.id as __shop_id, 
  shop.main_id as __shop_main_id, 
  shop.name as __shop_name, 
  shop.title as __shop_title, 
  shop.position as __shop_position, 
  shop.host as __shop_host, 
  shop.base_path as __shop_base_path, 
  shop.base_url as __shop_base_url, 
  shop.hosts as __shop_hosts, 
  shop.secure as __shop_secure, 
  shop.template_id as __shop_template_id, 
  shop.document_template_id as __shop_document_template_id, 
  shop.category_id as __shop_category_id, 
  shop.locale_id as __shop_locale_id, 
  shop.currency_id as __shop_currency_id, 
  shop.customer_group_id as __shop_customer_group_id, 
  shop.fallback_id as __shop_fallback_id, 
  shop.customer_scope as __shop_customer_scope, 
  shop.default as __shop_default, 
  shop.active as __shop_active, 
  shopAttribute.id as __shopAttribute_id, 
  shopAttribute.shopID as __shopAttribute_shopID, 
  shopAttribute.haendlerlogin as __shopAttribute_haendlerlogin, 
  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.sl_k3_konfigurator_url as __categoryAttribute_sl_k3_konfigurator_url, 
  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.0010 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.0006 ms
SELECT 
  country.id as __country_id, 
  country.countryname as __country_countryname, 
  country.countryiso as __country_countryiso, 
  country.areaID as __country_areaID, 
  country.countryen as __country_countryen, 
  country.position as __country_position, 
  country.notice as __country_notice, 
  country.taxfree as __country_taxfree, 
  country.taxfree_ustid as __country_taxfree_ustid, 
  country.taxfree_ustid_checked as __country_taxfree_ustid_checked, 
  country.active as __country_active, 
  country.iso3 as __country_iso3, 
  country.display_state_in_registration as __country_display_state_in_registration, 
  country.force_state_in_registration as __country_force_state_in_registration, 
  country.allow_shipping as __country_allow_shipping, 
  countryAttribute.id as __countryAttribute_id, 
  countryAttribute.countryID as __countryAttribute_countryID 
FROM 
  s_core_countries country 
  LEFT JOIN s_core_countries_attributes countryAttribute ON countryAttribute.countryID = country.id 
ORDER BY 
  country.position ASC
[]
0.0014 ms
SELECT 
  countryArea.id as __countryArea_id, 
  countryArea.name as __countryArea_name, 
  countryArea.active as __countryArea_active 
FROM 
  s_core_countries_areas countryArea 
WHERE 
  countryArea.id IN (: ids)
array:1 [
  ":ids" => array:1 [
    0 => 1
  ]
]
0.0003 ms
SELECT 
  tax.id as __tax_id, 
  tax.tax as __tax_tax, 
  tax.description as __tax_description 
FROM 
  s_core_tax tax
[]
0.0003 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "1"
]
0.0005 ms
SELECT 
  taxRule.groupID as __taxRule_groupID, 
  taxRule.tax as __taxRule_tax, 
  taxRule.name as __taxRule_name 
FROM 
  s_core_tax_rules taxRule 
WHERE 
  (
    (
      taxRule.areaID = : area 
      OR taxRule.areaID IS NULL
    )
  ) 
  AND (
    (
      taxRule.countryID = : country 
      OR taxRule.countryID IS NULL
    )
  ) 
  AND (
    (
      taxRule.stateID = : state 
      OR taxRule.stateID IS NULL
    )
  ) 
  AND (
    (
      taxRule.customer_groupID = : customerGroup 
      OR taxRule.customer_groupID IS NULL
    )
  ) 
  AND (taxRule.groupID = : taxId) 
  AND (taxRule.active = 1) 
ORDER BY 
  taxRule.customer_groupID DESC, 
  taxRule.areaID DESC, 
  taxRule.countryID DESC, 
  taxRule.stateID DESC 
LIMIT 
  1
array:5 [
  ":area" => 1
  ":country" => 2
  ":state" => null
  ":customerGroup" => 1
  ":taxId" => "4"
]
0.0005 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.0005 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.0013 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:15 [
    39 => "sViewport=forms&sFid=9"
    21 => "sViewport=registerFC"
    26 => "sViewport=newsletter"
    37 => "sViewport=forms&sFid=8"
    43 => "sViewport=custom&sCustom=43"
    9 => "sViewport=custom&sCustom=9"
    2 => "sViewport=custom&sCustom=2"
    1 => "sViewport=forms&sFid=5"
    6 => "sViewport=custom&sCustom=6"
    41 => "sViewport=forms&sFid=10"
    8 => "sViewport=custom&sCustom=8"
    7 => "sViewport=custom&sCustom=7"
    45 => "sViewport=custom&sCustom=45"
    4 => "sViewport=custom&sCustom=4"
    3 => "sViewport=custom&sCustom=3"
  ]
]
0.0010 ms
SELECT 
  s_core_config_values.value 
FROM 
  s_core_config_values 
  INNER JOIN s_core_config_elements ON s_core_config_values.element_id = s_core_config_elements.id 
  AND s_core_config_elements.`name` LIKE 'assetTimestamp' 
WHERE 
  s_core_config_values.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0006 ms
SELECT 
  s0_.id AS id_0, 
  s0_.compiler_force AS compiler_force_1, 
  s0_.compiler_create_source_map AS compiler_create_source_map_2, 
  s0_.compiler_compress_css AS compiler_compress_css_3, 
  s0_.compiler_compress_js AS compiler_compress_js_4, 
  s0_.force_reload_snippets AS force_reload_snippets_5 
FROM 
  s_core_theme_settings s0_ 
ORDER BY 
  s0_.id ASC 
LIMIT 
  1
[]
0.0005 ms
SELECT 
  t0.id AS id_1, 
  t0.name AS name_2, 
  t0.label AS label_3, 
  t0.namespace AS namespace_4, 
  t0.source AS source_5, 
  t0.description AS description_6, 
  t0.active AS active_7, 
  t0.added AS added_8, 
  t0.installation_date AS installation_date_9, 
  t0.update_date AS update_date_10, 
  t0.refresh_date AS refresh_date_11, 
  t0.author AS author_12, 
  t0.copyright AS copyright_13, 
  t0.license AS license_14, 
  t0.version AS version_15, 
  t0.support AS support_16, 
  t0.changes AS changes_17, 
  t0.link AS link_18, 
  t0.update_version AS update_version_19, 
  t0.update_source AS update_source_20, 
  t0.capability_update AS capability_update_21, 
  t0.capability_install AS capability_install_22, 
  t0.capability_enable AS capability_enable_23, 
  t0.capability_secure_uninstall AS capability_secure_uninstall_24, 
  t0.translations AS translations_25, 
  t0.in_safe_mode AS in_safe_mode_26 
FROM 
  s_core_plugins t0 
WHERE 
  t0.id = ? 
LIMIT 
  1
array:1 [
  0 => "52"
]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0005 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.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:1 [
    0 => "sViewport=address&sAction=index"
  ]
]
0.0005 ms
SELECT 
  host, 
  hosts 
FROM 
  s_core_shops 
WHERE 
  id = : id
array:1 [
  ":id" => 1
]
0.0006 ms
SELECT 
  template.id, 
  template.id, 
  template.template, 
  template.plugin_id, 
  template.parent_id, 
  plugin.name as plugin_name, 
  plugin.namespace as plugin_namespace, 
  plugin.source as plugin_source 
FROM 
  s_core_templates template 
  LEFT JOIN s_core_plugins plugin ON plugin.id = template.plugin_id
[]
0.0006 ms
SELECT 
  s_core_config_values.value 
FROM 
  s_core_config_values 
  INNER JOIN s_core_config_elements ON s_core_config_values.element_id = s_core_config_elements.id 
  AND s_core_config_elements.`name` LIKE 'assetTimestamp' 
WHERE 
  s_core_config_values.shop_id = : shopId
array:1 [
  "shopId" => 1
]
0.0007 ms
SELECT 
  s0_.id AS id_0, 
  s0_.compiler_force AS compiler_force_1, 
  s0_.compiler_create_source_map AS compiler_create_source_map_2, 
  s0_.compiler_compress_css AS compiler_compress_css_3, 
  s0_.compiler_compress_js AS compiler_compress_js_4, 
  s0_.force_reload_snippets AS force_reload_snippets_5 
FROM 
  s_core_theme_settings s0_ 
ORDER BY 
  s0_.id ASC 
LIMIT 
  1
[]
0.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:8 [
    0 => "sViewport=cat&sCategory=5"
    1 => "sViewport=cat&sCategory=6"
    2 => "sViewport=cat&sCategory=7"
    3 => "sViewport=cat&sCategory=13"
    4 => "sViewport=cat&sCategory=5"
    5 => "sViewport=cat&sCategory=6"
    6 => "sViewport=cat&sCategory=7"
    7 => "sViewport=cat&sCategory=13"
  ]
]
0.0008 ms
SELECT 
  expiry, 
  modified 
FROM 
  s_core_sessions 
WHERE 
  id = ?
array:1 [
  0 => null
]
0.0005 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (
    coreConfigValues.shop_id = : dcValue2
  )
array:2 [
  "dcValue1" => "PasswordEncoder"
  "dcValue2" => 1
]
0.0008 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_shops coreShops ON coreConfigValues.shop_id = coreShops.main_id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (corePlugins.name = : dcValue1) 
  AND (coreShops.id = : dcValue2)
array:2 [
  "dcValue1" => "PasswordEncoder"
  "dcValue2" => 1
]
0.0006 ms
SELECT 
  coreConfigElements.name, 
  coreConfigValues.value 
FROM 
  s_core_config_values coreConfigValues 
  INNER JOIN s_core_config_elements coreConfigElements ON coreConfigValues.element_id = coreConfigElements.id 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  (
    corePlugins.name = : pluginName288793961
  ) 
  AND (
    coreConfigValues.shop_id = : shopId2212294583
  )
array:2 [
  "pluginName288793961" => "PasswordEncoder"
  "shopId2212294583" => 1
]
0.0009 ms
SELECT 
  coreConfigElements.name, 
  coreConfigElements.value 
FROM 
  s_core_config_elements coreConfigElements 
  INNER JOIN s_core_config_forms coreConfigForms ON coreConfigElements.form_id = coreConfigForms.id 
  INNER JOIN s_core_plugins corePlugins ON coreConfigForms.plugin_id = corePlugins.id 
WHERE 
  corePlugins.name = : pluginName288793961
array:1 [
  "pluginName288793961" => "PasswordEncoder"
]
0.0005 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.6499 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.4389 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.4950 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.4780 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.4580 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.4609 ms
SELECT 
  * 
FROM 
  s_order_comparisons 
WHERE 
  sessionID = ?
array:1 [
  1 => "eb0p6mm0ovbmrgs9rappeernl2"
]
0.5419 ms
SELECT 
  COUNT(*) 
FROM 
  s_order_notes n, 
  s_articles a 
WHERE 
  (
    sUniqueID = ? 
    OR (
      userID != 0 
      AND userID = ?
    )
  ) 
  AND a.id = n.articleID 
  AND a.active = 1
array:2 [
  1 => "eb0p6mm0ovbmrgs9rappeernl2"
  2 => 0
]
0.7370 ms
SELECT 
  `id` 
FROM 
  `s_core_config_elements` 
WHERE 
  `name` LIKE 'routerlastupdate'
[]
0.6599 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.4280 ms