Query Metrics

61 Database Queries
Different statements
15161.45 ms Query time
Invalid entities

Queries

Group similar statements

# Time Info
1 0.17 ms
# cache-id-loader

                SELECT `value` FROM app_config WHERE `key` = :key
2 0.09 ms
# dbal-plugin-loader

        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
3 0.08 ms
SELECT custom_entity.name, custom_entity.fields
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
4 0.11 ms
SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
5 0.09 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1616141231_IS_ACTIVE = TRUE;SET @MIGRATION_1631631689_IS_ACTIVE = TRUE;SET @MIGRATION_1636082647_IS_ACTIVE = TRUE;SET @MIGRATION_1662306139_IS_ACTIVE = TRUE;SET @MIGRATION_1662757955_IS_ACTIVE = TRUE;SET @MIGRATION_1663039410_IS_ACTIVE = TRUE;SET @MIGRATION_1676830357_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1606378923_IS_ACTIVE = TRUE;SET @MIGRATION_1607952506_IS_ACTIVE = TRUE;SET @MIGRATION_1608034991_IS_ACTIVE = TRUE;SET @MIGRATION_1612945522_IS_ACTIVE = TRUE;SET @MIGRATION_1620808652_IS_ACTIVE = TRUE;SET @MIGRATION_1631192197_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1616477404_IS_ACTIVE = TRUE;SET @MIGRATION_160198215_IS_ACTIVE = TRUE;SET @MIGRATION_1634025013_IS_ACTIVE = TRUE;SET @MIGRATION_1663601206_IS_ACTIVE = TRUE
6 0.09 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(:typeId)) AND (sales_channel.active)
7 1.42 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = :language_id) AND ((sales_channel_id = :sales_channel_id OR sales_channel_id IS NULL)) AND (seo_path_info = :seoPath) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
8 0.29 ms
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = :language_id) AND (sales_channel_id = :sales_channel_id) AND (id != :id) AND (path_info = :pathInfo) AND (is_canonical = 1) LIMIT 1
9 0.08 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
10 0.11 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
11 0.08 ms
SELECT iso FROM snippet_set WHERE id = :snippetSetId
12 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
13 0.10 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
14 0.07 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = :salesChannelId
15 0.08 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = :snippetSetId
16 0.09 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
17 0.08 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
18 0.06 ms
# context-factory::base-context


        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = :id
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
19 2.43 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = :languageId) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = :languageId) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (:ids)
20 0.12 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (:param_65e13b6246c149c38c415905926a7c80))
21 0.24 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = :languageId) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (:ids)
22 0.40 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = :languageId) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (:ids)
23 0.33 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
24 0.06 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
25 0.27 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = :languageId) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (:param_d04cfcf4f38c4564bdb6baa11e6064d1))
26 1.55 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
27 1.83 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
28 0.10 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_87746092a8544d5686cc67fd6d5fb1c4 AND `currency_country_rounding`.`country_id` = :param_984cf9a93472448d84a82b87c2a137ce) LIMIT 1
29 0.43 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE :column
30 0.07 ms
#cart-persister::load

                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = :token
31 0.06 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
32 0.11 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)
33 0.42 ms
# cart::promotion::search-ids
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_c4efc2d00b964ead8b0084be7cc4c168 AND `promotion.salesChannels`.`sales_channel_id` = :param_f4e481fcca434f33b615354a32c80871 AND ((`promotion`.`valid_from` <=> :param_5172771ef60441ff831144109b96bcff AND `promotion`.`valid_until` <=> :param_f8d1a8bbfadc49e1a23e3e1ce3cc757a) OR (`promotion`.`valid_from` <=> :param_d036dc3bf35647248e155cb1900390af AND (`promotion`.`valid_until` > :param_39592b710dff4a7cbf5fc098c9f651f0)) OR ((`promotion`.`valid_from` <= :param_aee1dc6be6a9440d98c764f8f55c39dd) AND `promotion`.`valid_until` <=> :param_f5e934367cdd4abda25c6056d31e2219) OR ((`promotion`.`valid_from` <= :param_f6fe20147aa84c0f980edeea7ed32820) AND (`promotion`.`valid_until` > :param_18c0587d93de44e29e74d0debb5a36a6))) AND `promotion`.`use_codes` = :param_51f4e581c45644f695a54031cdc5971f)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
34 1.09 ms
# cart::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` WHERE `shipping_method`.`id` IN (:ids)
35 0.12 ms
# cart::shipping-methods::association::prices::read
SELECT `shipping_method_price`.`id` as `shipping_method_price.id`, `shipping_method_price`.`shipping_method_id` as `shipping_method_price.shippingMethodId`, `shipping_method_price`.`rule_id` as `shipping_method_price.ruleId`, `shipping_method_price`.`calculation` as `shipping_method_price.calculation`, `shipping_method_price`.`calculation_rule_id` as `shipping_method_price.calculationRuleId`, `shipping_method_price`.`quantity_start` as `shipping_method_price.quantityStart`, `shipping_method_price`.`quantity_end` as `shipping_method_price.quantityEnd`, `shipping_method_price`.`currency_price` as `shipping_method_price.currencyPrice`, `shipping_method_price`.`custom_fields` as `shipping_method_price.customFields`, `shipping_method_price`.`created_at` as `shipping_method_price.createdAt`, `shipping_method_price`.`updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price`.`shipping_method_id` IN (:param_3a34bcb5c8684f1ba3ab4cbc5a685728))
36 0.90 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_d94cefe2d9d845cb951d3192d990b2b1)
37 0.81 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (:ids)
38 0.09 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (:param_4783810b1b3c4df091c016a207250541))
39 0.06 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
40 0.04 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
41 0.09 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = :param_2d10b36f5c9b4778ba8ac14d3a406904)) AND (`country`.`id` IN (:ids)) GROUP BY `country`.`id`
42 0.85 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_ed1b62be825843bcbe8cabc3b8126d0e)
43 0.82 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (:ids)
44 0.10 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (:param_591d039650e34939a7aba472805fa3c5))
45 0.05 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
46 0.05 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
47 0.06 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
48 0.08 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = :salesChannelId OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
49 0.09 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = :param_bd5dce467a184bcfa59e1b7c93297cbe) ORDER BY `product_sorting`.`priority` DESC
50 0.19 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = :languageId) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (:ids)
51 0.07 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
52 0.37 ms
SELECT
                LOWER(`excluded_terms`) as `excluded_terms`,
                `min_search_length`
            FROM product_search_config
            WHERE language_id = :languageId
            LIMIT 1
53 1.29 ms
# search::detect-keywords
SELECT keyword, IF (keyword LIKE :reg1 OR keyword LIKE :reg2 OR keyword LIKE :reg3 OR keyword LIKE :reg4 OR keyword LIKE :reg5 OR keyword LIKE :reg6 OR keyword LIKE :reg7 OR keyword LIKE :reg8 OR keyword LIKE :reg9 OR keyword LIKE :reg10 OR keyword LIKE :reg11 OR keyword LIKE :reg12 OR keyword LIKE :reg13 OR keyword LIKE :reg14 OR keyword LIKE :reg15 OR keyword LIKE :reg16 OR keyword LIKE :reg17 OR keyword LIKE :reg18 OR keyword LIKE :reg19 OR keyword LIKE :reg20 OR keyword LIKE :reg21 OR keyword LIKE :reg22 OR keyword LIKE :reg23 OR keyword LIKE :reg24 OR reversed LIKE :reg25 OR reversed LIKE :reg26 OR reversed LIKE :reg27 OR reversed LIKE :reg28 OR reversed LIKE :reg29 OR reversed LIKE :reg30 OR reversed LIKE :reg31 OR reversed LIKE :reg32 OR reversed LIKE :reg33 OR reversed LIKE :reg34 OR reversed LIKE :reg35 OR reversed LIKE :reg36 OR reversed LIKE :reg37 OR reversed LIKE :reg38 OR reversed LIKE :reg39 OR reversed LIKE :reg40 OR reversed LIKE :reg41 OR reversed LIKE :reg42 OR reversed LIKE :reg43 OR reversed LIKE :reg44 OR reversed LIKE :reg45 OR reversed LIKE :reg46 OR reversed LIKE :reg47 OR reversed LIKE :reg48, 1, 0) as '0', IF (keyword LIKE :reg49 OR keyword LIKE :reg50 OR keyword LIKE :reg51 OR keyword LIKE :reg52 OR keyword LIKE :reg53 OR keyword LIKE :reg54 OR keyword LIKE :reg55 OR keyword LIKE :reg56 OR keyword LIKE :reg57 OR keyword LIKE :reg58 OR keyword LIKE :reg59 OR keyword LIKE :reg60 OR reversed LIKE :reg61 OR reversed LIKE :reg62 OR reversed LIKE :reg63 OR reversed LIKE :reg64 OR reversed LIKE :reg65 OR reversed LIKE :reg66 OR reversed LIKE :reg67 OR reversed LIKE :reg68 OR reversed LIKE :reg69 OR reversed LIKE :reg70 OR reversed LIKE :reg71 OR reversed LIKE :reg72, 1, 0) as '1' FROM product_keyword_dictionary WHERE (language_id = :language) AND ((keyword LIKE :reg1 OR keyword LIKE :reg2 OR keyword LIKE :reg3 OR keyword LIKE :reg4 OR keyword LIKE :reg5 OR keyword LIKE :reg6 OR keyword LIKE :reg7 OR keyword LIKE :reg8 OR keyword LIKE :reg9 OR keyword LIKE :reg10 OR keyword LIKE :reg11 OR keyword LIKE :reg12 OR keyword LIKE :reg13 OR keyword LIKE :reg14 OR keyword LIKE :reg15 OR keyword LIKE :reg16 OR keyword LIKE :reg17 OR keyword LIKE :reg18 OR keyword LIKE :reg19 OR keyword LIKE :reg20 OR keyword LIKE :reg21 OR keyword LIKE :reg22 OR keyword LIKE :reg23 OR keyword LIKE :reg24 OR reversed LIKE :reg25 OR reversed LIKE :reg26 OR reversed LIKE :reg27 OR reversed LIKE :reg28 OR reversed LIKE :reg29 OR reversed LIKE :reg30 OR reversed LIKE :reg31 OR reversed LIKE :reg32 OR reversed LIKE :reg33 OR reversed LIKE :reg34 OR reversed LIKE :reg35 OR reversed LIKE :reg36 OR reversed LIKE :reg37 OR reversed LIKE :reg38 OR reversed LIKE :reg39 OR reversed LIKE :reg40 OR reversed LIKE :reg41 OR reversed LIKE :reg42 OR reversed LIKE :reg43 OR reversed LIKE :reg44 OR reversed LIKE :reg45 OR reversed LIKE :reg46 OR reversed LIKE :reg47 OR reversed LIKE :reg48 OR keyword LIKE :reg49 OR keyword LIKE :reg50 OR keyword LIKE :reg51 OR keyword LIKE :reg52 OR keyword LIKE :reg53 OR keyword LIKE :reg54 OR keyword LIKE :reg55 OR keyword LIKE :reg56 OR keyword LIKE :reg57 OR keyword LIKE :reg58 OR keyword LIKE :reg59 OR keyword LIKE :reg60 OR reversed LIKE :reg61 OR reversed LIKE :reg62 OR reversed LIKE :reg63 OR reversed LIKE :reg64 OR reversed LIKE :reg65 OR reversed LIKE :reg66 OR reversed LIKE :reg67 OR reversed LIKE :reg68 OR reversed LIKE :reg69 OR reversed LIKE :reg70 OR reversed LIKE :reg71 OR reversed LIKE :reg72)) ORDER BY keyword ASC
54 0.31 ms
SELECT `and_logic`, `language_id` FROM `product_search_config` WHERE `language_id` IN (:language)
55 4.32 ms
# search-page::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_7c1c9cfdf0ac4a1d95358e1c13082559 AND `product.searchKeywords`.`keyword` IN (:param_7864e1e5d0c8403e9e6542af54a9e010))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_05c9a236847f4636b06af44829c39c08 AND `product.searchKeywords`.`keyword` IN (:param_e0da748db5774c6a80e4aefac52fd515))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` INNER JOIN (SELECT SUM(IF(`product.searchKeywords`.`keyword` = :param_ae652ed35b6445bdba5176e869bb613e , '1.3' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_40ed8fd8d6b24689adef2e3b91415308 , '1.2' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_8cc1de7d48114883a66e1268ad6fc211 , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_1c4427815b3743339993e5a84c524407 , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_e5e6b2e1c0324ad9a778a5bf8076658b , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_3aa9c2ec2d7843c88c69f70c2d1cfe1b , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_655a43cc587a4b01b8cf58e657ed5949 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_8dd3d3289a684f9fbd97f31702b54bb2 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` LIKE :param_5475a9d0beef47d49ee8bfc65e743bd2 , '1' * `product.searchKeywords`.`ranking`, 0)) / COUNT(product.id) as _score, `product`.`id`, `product`.`version_id` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_0c28f817fff04f88b1fcc5dc0b50d9d7 AND `product.searchKeywords`.`keyword` IN (:param_9288aebacad6439e90a0b3a16d9d89db))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_ad1622a8886d4e8fbdcd7e682319fc68 AND `product.searchKeywords`.`keyword` IN (:param_9058f2b837b0448aad6fb60a2e0bfb44))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` LEFT JOIN `product_search_keyword` `product.searchKeywords` ON `product`.`id` = `product.searchKeywords`.`product_id` AND `product`.version_id = `product.searchKeywords`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_dddbc55e17754a60a55ec0c98274dec7) AND `product.visibilities`.`sales_channel_id` = :param_e4c17b73b08e4c75a58dba05dc657a1c AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_26f8fc8c57fa4af4950c1f9692feaee1) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_c0a1eacdd9af441a9e8e26f7d8dac8f0))) GROUP BY id, version_id HAVING _score >= :_minScore ORDER BY _score DESC) score_table ON score_table.`id` = `product`.`id` AND score_table.`version_id` = `product`.`version_id`  WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_866bf44ea0d7495bb3a259553faf24e0) AND `product.visibilities`.`sales_channel_id` = :param_d407ce9b4a8a45edada832e16c3fcf4b AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_ec4b1f6ebf5c4793ab3d8a0b9f6c7009) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_fdbbc129e0a04be29a2562e91ce3bbd1))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
56 0.68 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = :languageId) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = :version) AND (`product_manufacturer`.`id` IN (:ids))
57 11911.26 ms
# search-page::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5e4a4a88e9ae44098fd6e35a9d3e2b95.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule7013dab2d9ea49a68e7923c7a78e8103.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef6ec0d1952d44b86ba912ec4a1570ce6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleed785006bbc841018e9408e191b20d87.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule7f0294a89bcd4a72abba37368c9d0631.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5e4a4a88e9ae44098fd6e35a9d3e2b95.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule7013dab2d9ea49a68e7923c7a78e8103.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef6ec0d1952d44b86ba912ec4a1570ce6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleed785006bbc841018e9408e191b20d87.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule7f0294a89bcd4a72abba37368c9d0631.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5e4a4a88e9ae44098fd6e35a9d3e2b95.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule7013dab2d9ea49a68e7923c7a78e8103.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef6ec0d1952d44b86ba912ec4a1570ce6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleed785006bbc841018e9408e191b20d87.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule7f0294a89bcd4a72abba37368c9d0631.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5e4a4a88e9ae44098fd6e35a9d3e2b95.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule7013dab2d9ea49a68e7923c7a78e8103.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef6ec0d1952d44b86ba912ec4a1570ce6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleed785006bbc841018e9408e191b20d87.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule7f0294a89bcd4a72abba37368c9d0631.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_72873e1c59474eb9b5d1a9d2153d758d AND `product.searchKeywords`.`keyword` IN (:param_1f92e9bd5dae4e008a1da4fb029b8178))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_3c3df0db69bd48779a6ece258bd02062 AND `product.searchKeywords`.`keyword` IN (:param_ef5db776c90b49d5ad70039d861f6690))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` INNER JOIN (SELECT SUM(IF(`product.searchKeywords`.`keyword` = :param_5219c92e39334d43b5396d0e75af6da8 , '1.3' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_593959640d5c4ec48f3d17764562821b , '1.2' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_7a73cee40b6a4520904155c1817eb5a6 , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_f67cdf6ea52a4392aef59866794f26e4 , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_f051a5c0c5b1402a925a4335ebb36374 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_3bff9336295d44c4b084be9d4cf0d242 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_a5538f60b5a341c29e199a1205fdb8d1 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_13fafc0acdf4458d954fac9e5998f6ba , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` LIKE :param_bdd57e4d0b59418997680a0cc63a38ee , '1' * `product.searchKeywords`.`ranking`, 0)) / COUNT(product.id) as _score, `product`.`id`, `product`.`version_id` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_9d04aba492d24ed0979094f335896ce8 AND `product.searchKeywords`.`keyword` IN (:param_9c5ca419a924449ebae7eda0e1ac1035))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_7173c1eda92f495d968157bbdbaa11e7 AND `product.searchKeywords`.`keyword` IN (:param_c803b701e1974e6b8d1aa361d06433c2))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` LEFT JOIN `product_search_keyword` `product.searchKeywords` ON `product`.`id` = `product.searchKeywords`.`product_id` AND `product`.version_id = `product.searchKeywords`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_87c7ce682d7044a99470baaca9058b6c) AND `product.visibilities`.`sales_channel_id` = :param_ebc56ec454f441f7ab7afeae62f3535b AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_041b000efa0e4a8fbb0223d9009577f7) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_23fcc44165d2409c8d2c0d1ddc2641fb))) GROUP BY id, version_id HAVING _score >= :_minScore ORDER BY _score DESC) score_table ON score_table.`id` = `product`.`id` AND score_table.`version_id` = `product`.`version_id`  WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_239180d56a98479c9f34a1fe7ea5919b) AND `product.visibilities`.`sales_channel_id` = :param_fb16fdbd702d4807ba449107a1850953 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_c8cbe216d286455fb0e1779288a46d37) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_87f0f10abac2453a808fac38d06539c9))) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) IN (:param_44814550449a48f9bf28f5640218d86a)))
58 169.89 ms
# search-page::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_c13bf6f231f042cb8cf7d7ef6ba3ebd6 AND `product.searchKeywords`.`keyword` IN (:param_f0815236ca7a4c0d9efd8c979c08eae5))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_efd73e39b64b43c5b933e5b34d49e1e6 AND `product.searchKeywords`.`keyword` IN (:param_a456d534eba34882921c7eb17c60077b))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` INNER JOIN (SELECT SUM(IF(`product.searchKeywords`.`keyword` = :param_8779bd1bf42546bd9d3f1e41c7768163 , '1.3' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_30fcc4a53a0a41af825bfaabc4ea2b6a , '1.2' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_45aa75c2fa3f4d6d85b5dd459ba357ab , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_24dd58b1a40c48c8b16342a23ba3f8cd , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_f9bf7360415a422fabe2b7d4bf35184e , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_d846d7b7111e440baec188eeac712601 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_f2f83ca5410c4e16a07ff45ef0eeb49b , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_1bf615d9dbb042a6b5401ba459a66c35 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` LIKE :param_7a67d07278534dd8bc5b846af73a9f65 , '1' * `product.searchKeywords`.`ranking`, 0)) / COUNT(product.id) as _score, `product`.`id`, `product`.`version_id` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_69275cda65554733ba832055b0c177f9 AND `product.searchKeywords`.`keyword` IN (:param_101962275dc84d479f9cf46906d58381))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_4756d40a445e466db2a2f409406c94e1 AND `product.searchKeywords`.`keyword` IN (:param_b3340619b40c4ab1a899fc4d475828ff))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` LEFT JOIN `product_search_keyword` `product.searchKeywords` ON `product`.`id` = `product.searchKeywords`.`product_id` AND `product`.version_id = `product.searchKeywords`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_90bd5bc096ec497d81158c821af6570c) AND `product.visibilities`.`sales_channel_id` = :param_c72e6f29604049f0bb6c695e8e98fea7 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_2e0cc382f76c4ca6a6f2f7ac4c0688a1) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_69cccbdc9faf4aea8c5e0f8c59d5ee75))) GROUP BY id, version_id HAVING _score >= :_minScore ORDER BY _score DESC) score_table ON score_table.`id` = `product`.`id` AND score_table.`version_id` = `product`.`version_id`  WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_8e03f8aa7e774840aca890cd57aae2f6) AND `product.visibilities`.`sales_channel_id` = :param_21c95c94d6af4b609685532106533645 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_38bb86c7b4514c2a91e644b6ce787f4f) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_d49570004bf54f899a15ba4b1daf4d0e))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= :param_35065155d3a34379992a318c54b5d2bf) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) IN (:param_94efb33ed92d4504856a3cd03e75e7b7)))
59 116.78 ms
# search-page::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_e9f4e4fc7f7b4f7cb384b55d5aed9247 AND `product.searchKeywords`.`keyword` IN (:param_dbaf48385ed14bb68877dbf3d4a03697))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_f1c48049727543b7bbdbf936a4a4065d AND `product.searchKeywords`.`keyword` IN (:param_c232ea807ba049bb9c9fec92f9be0257))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` INNER JOIN (SELECT SUM(IF(`product.searchKeywords`.`keyword` = :param_1f82f58e78a5473db05dcebb72c13592 , '1.3' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_96d21331206041c698ae375be9b76752 , '1.2' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_81cf7a7a18e3422eb98b7cae94c1591e , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_b85f562996e64c0cb331c1f70870536d , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_d8d23bebc2fc47948852272b11cc7bf9 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_fca33c756de0460280dc011ea031af32 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_1a7aaf79a06743fdb1b2fbe163eb9305 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_6667965c1c4745e3bb7111d6be7af459 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` LIKE :param_32a0fafb67354c8cb023a7d453ec6e3e , '1' * `product.searchKeywords`.`ranking`, 0)) / COUNT(product.id) as _score, `product`.`id`, `product`.`version_id` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_0b0e97a5330f4a81b66cc039c74c61bb AND `product.searchKeywords`.`keyword` IN (:param_8e94e0f8980c495f8a04e1b488be567d))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_9e3b8a4fd9964243b92d5b1a2667aa6a AND `product.searchKeywords`.`keyword` IN (:param_a94b5727ab5f4d9c9a658f54608044b2))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` LEFT JOIN `product_search_keyword` `product.searchKeywords` ON `product`.`id` = `product.searchKeywords`.`product_id` AND `product`.version_id = `product.searchKeywords`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_5b32d7339b3948fb84ed4abac3e7c2cc) AND `product.visibilities`.`sales_channel_id` = :param_0e6e826e9ef74e50ab897f74dd8e1d0c AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_bc06faba2c8549528f6a1b41159ec1c4) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_b1b8cf495df2472aba639efad9b19d52))) GROUP BY id, version_id HAVING _score >= :_minScore ORDER BY _score DESC) score_table ON score_table.`id` = `product`.`id` AND score_table.`version_id` = `product`.`version_id`  WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_2d60d3a2690647d3bdeff83b437ad77b) AND `product.visibilities`.`sales_channel_id` = :param_8ab6088d1bcb47ec9a54c1da0337399e AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_f06e783e56c54b7e88a2c1e6ec0dc181) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_6fadfa24122548d7aadd8e449df8be35))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = :param_f0ddbfed66ea4d91bd791ebf204a455b AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) IN (:param_4ce76ccc132c4cb3a1f48a9bde6935e0)))
60 1527.05 ms
# search-page::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_5d5e2b3e5ea14389b0dd864b03db41ac AND `product.searchKeywords`.`keyword` IN (:param_5671b9ee18e143219ebbf928772427dc))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_17367a6b84184cdd8925a3529ec8fb26 AND `product.searchKeywords`.`keyword` IN (:param_5143df77284f44929e63873b63296040))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` INNER JOIN (SELECT SUM(IF(`product.searchKeywords`.`keyword` = :param_b0e2dc281b914f228720114d3a8193ec , '1.3' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_055a0fe485d64db99acbe32feb2d4073 , '1.2' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_eca749b75bdf4bc6a61b32dd633060a7 , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_3dedf4d521ce4911a69c460fc8480e79 , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_cf3a5a399207459ca249abb319a2982b , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_9a63e0270eb84078baf74f89857838ee , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_2f81ee9429cc45e09a88af706b6b4812 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_32aa9a88861a45f3a549e30ec20daf92 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` LIKE :param_e570bcf49acf42389049f472c51a72f8 , '1' * `product.searchKeywords`.`ranking`, 0)) / COUNT(product.id) as _score, `product`.`id`, `product`.`version_id` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_4629f42839104e9791559c12f673ec2e AND `product.searchKeywords`.`keyword` IN (:param_2578eb86c3a343bf885e510a09e15a8b))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_63fa54d50f6c4c938b822cea8bc97be0 AND `product.searchKeywords`.`keyword` IN (:param_641c2e5bf38643ca82ec61474a208427))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` LEFT JOIN `product_search_keyword` `product.searchKeywords` ON `product`.`id` = `product.searchKeywords`.`product_id` AND `product`.version_id = `product.searchKeywords`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_1ff5707393da4f5895cb311f647d48ff) AND `product.visibilities`.`sales_channel_id` = :param_8ff38a8e998c4c22b46deca43bfda738 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_20d93d619509463cbfca95a90f5b6edf) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_815f049983d444eda7d12cfd3e18c058))) GROUP BY id, version_id HAVING _score >= :_minScore ORDER BY _score DESC) score_table ON score_table.`id` = `product`.`id` AND score_table.`version_id` = `product`.`version_id`  LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_2f36cc54fe3148ea8caf3cbc3b163bdc) AND `product.visibilities`.`sales_channel_id` = :param_70cdc9fd2179404185a43df523e7ae12 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_ba5384d2c01d493d9d8ac2424eec4444) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_90eb209cfaa147c8803208f8e731c90c))) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) IN (:param_2935eb59eb8f45a8b77830b7f6ea6f94))) GROUP BY `product.properties`.`id`
61 1412.34 ms
# search-page::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_90ef76e781384040aaf091304a0d2f42 AND `product.searchKeywords`.`keyword` IN (:param_caa517b38c004b4daa88f84dc8f143af))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_60ad9b0ace044869a935a72854b5e547 AND `product.searchKeywords`.`keyword` IN (:param_c74c314706e04abba902ee6d5c1fe584))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` INNER JOIN (SELECT SUM(IF(`product.searchKeywords`.`keyword` = :param_0a4a053cdf0d402db82134ed9ed70d7e , '1.3' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_54a2607995ab45e7a319b297854ade9c , '1.2' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_a436ad3c2c90463fa8e8b581d209515c , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_1ea5db889242494584734c8bf2c94ddd , '0.9' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_05478bf6703643bc8952a9456b23e644 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_19f24beeb7714ff881002a6d1692cdb4 , '0.7' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_8bb68dd227614a628e26f5943b86ffc2 , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` = :param_9f16fc1b4b9046d6b6254e452025bc1b , '0.4' * `product.searchKeywords`.`ranking`, 0) + IF(`product.searchKeywords`.`keyword` LIKE :param_8949278dcbad4861a9df82cc48297713 , '1' * `product.searchKeywords`.`ranking`, 0)) / COUNT(product.id) as _score, `product`.`id`, `product`.`version_id` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_0084625905884ba3b50e0f88e62272fc AND `product.searchKeywords`.`keyword` IN (:param_0545c3e3ce25400c845f598f7f187306))) `product.searchKeywords_1` ON `product`.`id` = `product.searchKeywords_1`.`id` AND `product`.`version_id` = `product.searchKeywords_1`.`product_version_id` LEFT JOIN (SELECT `product.searchKeywords`.`product_id` as id, `product.searchKeywords`.`product_version_id` FROM `product_search_keyword` `product.searchKeywords` WHERE (`product.searchKeywords`.`language_id` = :param_48995a7dc7604f44bbe3a6119000d43d AND `product.searchKeywords`.`keyword` IN (:param_e17996703ce94762b2c4f6f91847e9a6))) `product.searchKeywords_2` ON `product`.`id` = `product.searchKeywords_2`.`id` AND `product`.`version_id` = `product.searchKeywords_2`.`product_version_id` LEFT JOIN `product_search_keyword` `product.searchKeywords` ON `product`.`id` = `product.searchKeywords`.`product_id` AND `product`.version_id = `product.searchKeywords`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_8ac77a2bda024a0d8a2107ebd4aad4e4) AND `product.visibilities`.`sales_channel_id` = :param_e7fd59b0f9ae4a14a277f9e62f09937c AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_b2f82c24d89143ddb23d4b2c43ad0db4) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_ccb4114584644f46a91c92ec463d418e))) GROUP BY id, version_id HAVING _score >= :_minScore ORDER BY _score DESC) score_table ON score_table.`id` = `product`.`id` AND score_table.`version_id` = `product`.`version_id`  LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_be7b5a4e9cec44d08848ad75732f672a) AND `product.visibilities`.`sales_channel_id` = :param_bf27d97bed5249ec888dcdc03a0c9caa AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_252e3e71eef1467c97be01b4964c8f98) AND (`product.searchKeywords_1`.id IS NOT NULL AND `product.searchKeywords_1`.id IS NOT NULL) AND (`product.searchKeywords_2`.id IS NOT NULL AND `product.searchKeywords_2`.id IS NOT NULL) AND NOT (`product`.`display_group` <=> :param_c8b15541d20e46f1a5278f505d78f347))) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) IN (:param_e088b11a695649d1a8537bfb73bff314))) GROUP BY `product.options`.`id`

Database Connections

There are no configured database connections.

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping