GET https://www.led-trader.eu/navigation/8a741fa1c9c64a1cbbca8d954a042e5c

Query Metrics

108 Database Queries
88 Different statements
1932.20 ms Query time

Queries

Group similar statements

# Time Info
1 0.12 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.02 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`;
Parameters:
[]
3 0.05 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.02 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.05 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',''))
Parameters:
[]
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(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
7 1.65 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  "Meanwell-200"
  "Meanwell-200/"
]
8 0.08 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.50 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  "b6tgJ2TjmoE5gtlOEzckuhUy6JeR8TzA"
]
10 0.82 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 = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
11 0.94 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`.`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`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `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 = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`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 = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
12 0.38 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 (?))
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
13 0.18 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`.`tax_free_from` AS `currency.taxFreeFrom`, `currency`.`item_rounding` AS `currency.itemRounding`, `currency`.`total_rounding` AS `currency.totalRounding`, `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 = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
14 1.47 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`.`check_vat_id_pattern` AS `country.checkVatIdPattern`, `country`.`vat_id_required` AS `country.vatIdRequired`, `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 = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"˽Ëa\x14tAË░NÅ═E\x1A"
]
15 0.62 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 = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W&‹Ù/tKÚª\¸‘Ÿ+þe"
]
16 0.33 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`
Parameters:
[]
17 1.10 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`.`active_from` AS `tax_rule.activeFrom`, `tax_rule`.`created_at` AS `tax_rule.createdAt`, `tax_rule`.`updated_at` AS `tax_rule.updatedAt`, `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` 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 = ?) `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 (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"%k╩├É!K\x0Fÿ\x03\x18\x1Fí:"
  b"’d\x12JFFL\x0E¼XÈ\x0Eû§g\x12"
  b"ÿ½ú÷ÐëB㉊¡Jæ.]‰"
]
18 6.99 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`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `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`.`technical_name` AS `payment_method.technicalName`, `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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `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 = ?) `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 = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\tE\x13*àLFõº§°‰~CY;"
]
19 2.58 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.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `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`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `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 = ?) `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 `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_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 = ?) `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 = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¶qtÊzßK'ɳô▄\x10\f\x00["
]
20 0.65 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"˽Ëa\x14tAË░NÅ═E\x1A"
]
21 0.20 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "b6tgJ2TjmoE5gtlOEzckuhUy6JeR8TzA"
]
22 1.30 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
23 0.18 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\vNŸL\r9Jì€ù.w•—\x1CŸ"
  b"(-³ÛóüJ,é£l[ý¯S6"
  b"[ìÓ┴\x1EeBnÜ94ÒGÕÎÝ"
  b"ƒ©á>`¾I^Œ_ÃT\x13j'|"
  b"\x06p_{ZBNi¿MS\x10\t~\x103"
  b"\x07»Dð½\x7FC¬¥\x01\x0Eú"ûû"
  b"*mÇu‹ßI‹³J¼IJJÈ“"
  b"+U­\x10©┤H)Ū¦J¤¤┬╝"
  b"3û[?\rœA+¢UI™Õ${w"
  b"Re»+ı_H┼ÉhÓàÆMúÀ"
  b"YÌ ñ¸²L†œC‚ÞÀ\v\t6"
  b"n%¹t€ÂLaœ!¥[wLj‰"
  b"s…zà¹\x05K†‡8Ãðû\e æ"
  b"uLµú†\x0FGTŽOý`ÞxC\e"
  b"‡äk¨²ð@^…/íDN&ÿ\x10"
  b"ŽÆÐ¡½îD¹¦øtv¢Ž\rU"
  b"æª▄ź{K9ÉYÀu\x1D#°╦"
  b"\x18\x04\x14ÖòF\x18„Ž|S‹Þ7¡"
  b"—´î!/\x1DO°œƒû¤ª›.î"
  b"×ã\r£j®OÃç▀ÅÊ/þ\H"
  b"ƒ\x13gJiµEtíUW¶┬ì\x15o"
  b"¸¨"\x0FzLFs½Âˆ\x16¦ÔËÇ"
  b"├ß½\x06\x08[AAØ.ã*PÚ8\x04"
  b"ÈR+޽BIª›S<\x16ÜÙjâ"
  b"Ê›¼\\t\x04OG¶0‚;)mºÝ"
  b"ßvZQ¼iNs×ò˽Ø\x03³!"
  b"âÞ\x11âP›BÀ±\x10·]DŠiˆ"
  b"å{xß\x1AÿN2©Â\x02%ïÕ\x06õ"
  b"ø¯_»úðH\x13ˆ®Üy\x12ATÜ"
  b"úõ\x05EµâKK«i°GüEÁ¨"
  b"ZU\vzm|F\r˜áëᖳ͜"
  b"\x00Œ<ë*¨L/­\x06ñ7“Æ9="
  b"DåLcF(KÞ™\x03×u°ÊÇu"
  b"{›ÒQAóNѰÿ×ôµ±½‰"
  b"}„†\x1C® K\x1D·‡ªæÌ=k\t"
  b"¬CÊs̺AM­\x16ø\x17é\x14\x16H"
  b"■ýÕ\x11:║NÑ░l':ì»>©"
  b"WͶÒÐQJý‡’\x08Ñ€ðÀ‡"
  b"d7Ú\x14¿`Nã²íø\x19(\x1DþR"
  b"n\x15Gg)ÙI┤┐HØzèbbî"
  b"p´+»þ©@Lò╔ÞZP¿\x16É"
  b"v$Ù\x16$‹Bš¼8˜ë)\x07'["
  b"zy)0b\x14EÜLAÛ`\ÏÜ"
  b"~0kƒâSJQ [ˆ\x02E\x11é%"
  b"—]¬1Ð\x03@ì§Š\x011f,‰w"
  b"˜SÀ\x1ANIA¬±@´žEK.Ã"
  b"£hé÷2%Kø¨*4ò\x17ÁúE"
  b"«âßþ\x1DwI'˜—ìU\t\x1Csq"
  b"Ç\x14Çñ\x15;JH¨™\vG冞O"
  b"Ò_Ú\x17пKu‚·Z!œ¿Õ3"
  b"Ú\x07\x12\x1A:5KÁ¥aöÝb‚\x03T"
  b"㺎VêÅFI·\x0Fô\x1D”®hð"
  b"ìW\x1D‘aéLôž\x03\x02DŸ/"
  b"ìn½o%™KÄ™÷ç]ÃyFH"
]
24 0.31 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
25 0.45 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`
Parameters:
[]
26 0.15 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`
Parameters:
[]
27 0.21 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"˽Ëa\x14tAË░NÅ═E\x1A"
]
28 0.15 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
29 0.02 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
30 0.01 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`
Parameters:
[]
31 0.01 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`
Parameters:
[]
32 0.06 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "b6tgJ2TjmoE5gtlOEzckuhUy6JeR8TzA"
]
33 0.62 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
34 3.12 ms
# header::languages::read
SELECT `language`.`id` AS `language.id`, `language`.`parent_id` AS `language.parentId`, `language`.`locale_id` AS `language.localeId`, `language`.`translation_code_id` AS `language.translationCodeId`, `language`.`name` AS `language.name`, `language`.`custom_fields` AS `language.customFields`, `language`.`created_at` AS `language.createdAt`, `language`.`updated_at` AS `language.updatedAt`, `language.productSearchConfig`.`id` AS `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` AS `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` AS `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` AS `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` AS `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` AS `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` AS `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` AS `language.translationCode.id`, `language.translationCode`.`code` AS `language.translationCode.code`, `language.translationCode`.`created_at` AS `language.translationCode.createdAt`, `language.translationCode`.`updated_at` AS `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) AS `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) AS `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) AS `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name AS `language.translationCode.translation.name`, `language.translationCode.translation`.territory AS `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields AS `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at AS `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at AS `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id AS `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id AS `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
]
35 1.53 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
]
36 106.76 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f4d967c3d72640edb6bf5aab748a349d|%"
  1
  4
]
37 0.92 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
38 0.27 ms
SELECT LOWER(HEX(`category`.`parent_id`)) AS `category-ids.key`, COUNT(`category`.`id`) AS `category-ids.count`, COUNT(DISTINCT `category`.`id`) AS `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f4d967c3d72640edb6bf5aab748a349d|%"
  4
  true
  true
]
39 0.33 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
]
40 0.46 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
41 0.18 ms
# header::currencies::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`.`tax_free_from` AS `currency.taxFreeFrom`, `currency`.`item_rounding` AS `currency.itemRounding`, `currency`.`total_rounding` AS `currency.totalRounding`, `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 = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
42 0.10 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
43 1.02 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|653db16b2a964d55994c16108f15a819|%"
  2
  5
]
44 0.18 ms
SELECT LOWER(HEX(`category`.`parent_id`)) AS `category-ids.key`, COUNT(`category`.`id`) AS `category-ids.count`, COUNT(DISTINCT `category`.`id`) AS `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|653db16b2a964d55994c16108f15a819|%"
  5
  true
  true
]
45 0.35 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Å`ßÒß>A}áKøö¸\x15åÙ"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
46 0.07 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
47 0.32 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x05Áî»G\x15–ªŒžE\x0Fƒñ"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  b"Å`ßÒß>A}áKøö¸\x15åÙ"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
48 0.05 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
49 0.22 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"\tE\x13*àLFõº§°‰~CY;"
]
50 0.44 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  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 = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
51 0.34 ms
# generic-page::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.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `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`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `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 = ?) `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 `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_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 = ?) `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 = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¶qtÊzßK'ɳô▄\x10\f\x00["
  b"\x01{…Ù\f\x7FEô¸\x14b–\x13Çß\x1E"
  b"º`‘¾lçB¯—ºááÒRÝK"
  b"¤ëþ¡ÍÃDB£e\x7FWUů,"
]
52 0.02 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
53 0.01 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`
Parameters:
[]
54 0.01 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`
Parameters:
[]
55 0.34 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
56 0.30 ms
# generic-page::payment-methods::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`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `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`.`technical_name` AS `payment_method.technicalName`, `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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `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 = ?) `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 = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\tE\x13*àLFõº§°‰~CY;"
  b"ußÊW;\x0F@ì©ø\x0E%\e¬þk"
]
57 0.02 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
58 0.01 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`
Parameters:
[]
59 0.01 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`
Parameters:
[]
60 0.31 ms
# category::data::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
]
61 1.23 ms
# category::cms-page::read
SELECT `cms_page`.`id` AS `cms_page.id`, `cms_page`.`version_id` AS `cms_page.versionId`, `cms_page`.`type` AS `cms_page.type`, `cms_page`.`entity` AS `cms_page.entity`, `cms_page`.`css_class` AS `cms_page.cssClass`, `cms_page`.`config` AS `cms_page.config`, `cms_page`.`preview_media_id` AS `cms_page.previewMediaId`, `cms_page`.`locked` AS `cms_page.locked`, `cms_page`.`created_at` AS `cms_page.createdAt`, `cms_page`.`updated_at` AS `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) AS `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) AS `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name AS `cms_page.translation.name`, `cms_page.translation`.custom_fields AS `cms_page.translation.customFields`, `cms_page.translation`.created_at AS `cms_page.translation.createdAt`, `cms_page.translation`.updated_at AS `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id AS `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id AS `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id AS `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sCq„´\x7F´ýr±ô«"
]
62 0.60 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` AS `cms_section.id`, `cms_section`.`position` AS `cms_section.position`, `cms_section`.`type` AS `cms_section.type`, `cms_section`.`locked` AS `cms_section.locked`, `cms_section`.`name` AS `cms_section.name`, `cms_section`.`sizing_mode` AS `cms_section.sizingMode`, `cms_section`.`mobile_behavior` AS `cms_section.mobileBehavior`, `cms_section`.`background_color` AS `cms_section.backgroundColor`, `cms_section`.`background_media_id` AS `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` AS `cms_section.backgroundMediaMode`, `cms_section`.`css_class` AS `cms_section.cssClass`, `cms_section`.`cms_page_id` AS `cms_section.pageId`, `cms_section`.`visibility` AS `cms_section.visibility`, `cms_section`.`custom_fields` AS `cms_section.customFields`, `cms_section`.`version_id` AS `cms_section.versionId`, `cms_section`.`cms_page_version_id` AS `cms_section.cmsPageVersionId`, `cms_section`.`created_at` AS `cms_section.createdAt`, `cms_section`.`updated_at` AS `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` AS `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` AS `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` AS `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` AS `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` AS `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` AS `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` AS `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` AS `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` AS `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` AS `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` AS `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` AS `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` AS `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` AS `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` AS `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` AS `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) AS `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) AS `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) AS `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title AS `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt AS `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields AS `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at AS `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at AS `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id AS `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id AS `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sCq„´\x7F´ýr±ô«"
]
63 0.81 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` AS `cms_block.id`, `cms_block`.`position` AS `cms_block.position`, `cms_block`.`type` AS `cms_block.type`, `cms_block`.`locked` AS `cms_block.locked`, `cms_block`.`name` AS `cms_block.name`, `cms_block`.`section_position` AS `cms_block.sectionPosition`, `cms_block`.`margin_top` AS `cms_block.marginTop`, `cms_block`.`margin_bottom` AS `cms_block.marginBottom`, `cms_block`.`margin_left` AS `cms_block.marginLeft`, `cms_block`.`margin_right` AS `cms_block.marginRight`, `cms_block`.`background_color` AS `cms_block.backgroundColor`, `cms_block`.`background_media_id` AS `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` AS `cms_block.backgroundMediaMode`, `cms_block`.`css_class` AS `cms_block.cssClass`, `cms_block`.`visibility` AS `cms_block.visibility`, `cms_block`.`cms_section_id` AS `cms_block.sectionId`, `cms_block`.`custom_fields` AS `cms_block.customFields`, `cms_block`.`version_id` AS `cms_block.versionId`, `cms_block`.`cms_section_version_id` AS `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` AS `cms_block.createdAt`, `cms_block`.`updated_at` AS `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` AS `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` AS `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` AS `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` AS `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` AS `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` AS `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` AS `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` AS `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` AS `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` AS `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` AS `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` AS `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` AS `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` AS `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` AS `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` AS `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) AS `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) AS `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) AS `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title AS `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt AS `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields AS `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at AS `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at AS `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id AS `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id AS `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sKq5¸1éSK’\e§"
  b"\x01Š®\x17û\x1Fw@©—2‘œW,0"
  b"oÉÞl\x14oI#àc\x19┐─ÏT_"
  b"¼Ü¦\x08ýlIk³Óy·Öè\x17Ú"
]
64 1.90 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` AS `cms_slot.id`, `cms_slot`.`version_id` AS `cms_slot.versionId`, `cms_slot`.`type` AS `cms_slot.type`, `cms_slot`.`slot` AS `cms_slot.slot`, `cms_slot`.`locked` AS `cms_slot.locked`, `cms_slot`.`cms_block_id` AS `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` AS `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` AS `cms_slot.createdAt`, `cms_slot`.`updated_at` AS `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) AS `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) AS `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config AS `cms_slot.translation.config`, `cms_slot.translation`.custom_fields AS `cms_slot.translation.customFields`, `cms_slot.translation`.created_at AS `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at AS `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id AS `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id AS `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sKq5¸1éSLW8\x11"
  b"\x01‰•¬sKq5¸1éSM5äb"
  b"\x01è╝ <▀x\x1F┤a\x11ðu¬Å¡"
  b"\x01Šð{^\x0Ev‡›\x06÷—Ol\x13Z"
  b"\x01è«\x18#¸zü║+>ô\x08¸ø;"
  b"\x01Ѝé°)pt‡MÞ;ds­\x1A"
  b"\x01ж¬¾Ô}^Š®¿l¦Rœµ"
  b"\x16pA═$\x17JY©Ý&\x05}½ìB"
]
65 0.87 ms
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 = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9“ŽóR|MÕ¬Ók\x0Eí Ï3"
]
66 0.06 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
67 0.11 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 = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9“ŽóR|MÕ¬Ók\x0Eí Ï3"
  b"n¥¬÷´KH„®öœá‘h\x05˜"
  b"p»+¼ìtAòǸ³*\x0148G"
  b"\x05˜"ŸJµ«#,\f\x01v¥È"
  b"DÁvkíþGq¶\x1Fà5²$>I"
  b"ó\t’Œ\x11ŽBà—”pP¦dª¨"
]
68 0.05 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
]
69 0.03 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`product_stream_id` AS `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
]
70 1268.72 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description AS `product.translation.metaDescription`, `product.translation`.name AS `product.translation.name`, `product.translation`.keywords AS `product.translation.keywords`, `product.translation`.description AS `product.translation.description`, `product.translation`.meta_title AS `product.translation.metaTitle`, `product.translation`.pack_unit AS `product.translation.packUnit`, `product.translation`.pack_unit_plural AS `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description AS `product.parent.translation.metaDescription`, `product.parent.translation`.name AS `product.parent.translation.name`, `product.parent.translation`.keywords AS `product.parent.translation.keywords`, `product.parent.translation`.description AS `product.parent.translation.description`, `product.parent.translation`.meta_title AS `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit AS `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural AS `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
]
71 5.14 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description AS `product.translation.metaDescription`, `product.translation`.name AS `product.translation.name`, `product.translation`.keywords AS `product.translation.keywords`, `product.translation`.description AS `product.translation.description`, `product.translation`.meta_title AS `product.translation.metaTitle`, `product.translation`.pack_unit AS `product.translation.packUnit`, `product.translation`.pack_unit_plural AS `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description AS `product.parent.translation.metaDescription`, `product.parent.translation`.name AS `product.parent.translation.name`, `product.parent.translation`.keywords AS `product.parent.translation.keywords`, `product.parent.translation`.description AS `product.parent.translation.description`, `product.parent.translation`.meta_title AS `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit AS `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural AS `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
]
72 3.51 ms
# product-listing-route::loading::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`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
]
73 1.98 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 = ?) `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` = ?) AND (`product_manufacturer`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"I,/š“\eC3„^\x12j‡,N”"
  b"ÈÕÓ{WwD…“\x1CL¤ŽDc€"
]
74 42.28 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
]
75 2.54 ms
# product-listing-route::loading::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`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
  0
]
76 1.86 ms
# product-listing-route::loading::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`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
  true
]
77 149.07 ms
# product-listing-route::loading::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`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
]
78 59.30 ms
# product-listing-route::loading::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`.`parent_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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  null
]
79 0.37 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config AS variantListingConfig,
                LOWER(HEX(child.id)) AS id,
                LOWER(HEX(parent.id)) AS parentId
             FROM product AS child
                INNER JOIN product AS parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"EªÑØ┼¿Mcå)SÇÛ\x19█v"
  b"\x14ã\x05ùSTMý‹HU¡4šQ~"
  b"JVø)Ô°Gv¶ÐŽÉåÜâl"
  b"\x06]ÌXÕÿFZ¡f’‰wÜØ\x12"
  b"G¼ñÁí¥H’©>0}óA[ë"
  b"*Ôå\eZš@„²Âÿ\x1FÚšm@"
  b"\x13—V^H[…õÖ…<aëe"
  b"\x01–8ôJ\vCZ‡zãç9ÎÁj"
  b"9i\eîgüF­­Kxå½\x06«A"
  b"\x02\x0E‰xðÀO\x1A²ÉKÉl{š "
  b"#\x16>s\x17ÚD§˜n;¦h‚Ø…"
  b"\x1F—¯Qú˜EЀ\e)i2‹‹R"
  b"AÁ¥T³ÒBÌŠ\x15\t"­q1"
  b"\x08ÃÏïK«K¯º¹`ØYëþ~"
  b"\x1DRüR4úI5ú®\x11>:Qô│"
  b"\x03#\x00d\x03³Jì¿£¹ÿ9═ù\x10"
  b"SžtV3ÍJJ£e \x12ëLY·"
  b"\x02\x03°7T2GË„\x04ÚM“‹\x04w"
  b"\x00HØL\vOKD¶G\x00pü>QÒ"
  b"7ñJÅ¡<HZ®Îkæ^\x08_B"
  b"IÆ–ÕâžJ]·\x19Ž‚¨²\x1Fœ"
  b"’÷?ß\x1EYL2»[×üZ‚\x07ê"
  b"}┴=É╬CDÊÇ_èì─Û─ò"
]
80 0.44 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_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 WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"EªÑØ┼¿Mcå)SÇÛ\x19█v"
  b"\x14ã\x05ùSTMý‹HU¡4šQ~"
  b"JVø)Ô°Gv¶ÐŽÉåÜâl"
  b"\x06]ÌXÕÿFZ¡f’‰wÜØ\x12"
  b"G¼ñÁí¥H’©>0}óA[ë"
  b"*Ôå\eZš@„²Âÿ\x1FÚšm@"
  b"\x13—V^H[…õÖ…<aëe"
  b"\x01–8ôJ\vCZ‡zãç9ÎÁj"
  b"9i\eîgüF­­Kxå½\x06«A"
  b"\x02\x0E‰xðÀO\x1A²ÉKÉl{š "
  b"#\x16>s\x17ÚD§˜n;¦h‚Ø…"
  b"\x1F—¯Qú˜EЀ\e)i2‹‹R"
  b"AÁ¥T³ÒBÌŠ\x15\t"­q1"
  b"\x08ÃÏïK«K¯º¹`ØYëþ~"
  b"\x1DRüR4úI5ú®\x11>:Qô│"
  b"\x03#\x00d\x03³Jì¿£¹ÿ9═ù\x10"
  b"SžtV3ÍJJ£e \x12ëLY·"
  b"\x02\x03°7T2GË„\x04ÚM“‹\x04w"
  b"\x00HØL\vOKD¶G\x00pü>QÒ"
  b"7ñJÅ¡<HZ®Îkæ^\x08_B"
  b"IÆ–ÕâžJ]·\x19Ž‚¨²\x1Fœ"
  b"’÷?ß\x1EYL2»[×üZ‚\x07ê"
  b"}┴=É╬CDÊÇ_èì─Û─ò"
]
81 39.50 ms
# product-listing-route::loading::read
SELECT `product`.`id` AS `product.id`, `product`.`version_id` AS `product.versionId`, `product`.`parent_id` AS `product.parentId`, `product`.`parent_version_id` AS `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) AS `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) AS `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) AS `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) AS `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) AS `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) AS `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) AS `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) AS `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) AS `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) AS `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) AS `product.cmsPageVersionId`, `product.parent`.`price` AS `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) AS `product.price`, `product`.`product_number` AS `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) AS `product.restockTime`, `product`.`auto_increment` AS `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) AS `product.active`, `product`.`available` AS `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) AS `product.isCloseout`, `product`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product`.`display_group` AS `product.displayGroup`, `product.parent`.`variant_listing_config` AS `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) AS `product.variantListingConfig`, `product`.`variant_restrictions` AS `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) AS `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) AS `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) AS `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) AS `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) AS `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) AS `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) AS `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) AS `product.shippingFree`, `product.parent`.`purchase_prices` AS `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) AS `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) AS `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) AS `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) AS `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) AS `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) AS `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) AS `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) AS `product.ratingAverage`, `product.parent`.`category_tree` AS `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) AS `product.categoryTree`, `product.parent`.`property_ids` AS `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) AS `product.propertyIds`, `product.parent`.`option_ids` AS `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) AS `product.optionIds`, `product.parent`.`stream_ids` AS `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) AS `product.streamIds`, `product.parent`.`tag_ids` AS `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) AS `product.tagIds`, `product.parent`.`category_ids` AS `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) AS `product.categoryIds`, `product`.`child_count` AS `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) AS `product.customFieldSetSelectionActive`, `product`.`sales` AS `product.sales`, `product`.`states` AS `product.states`, `product.tax`.`id` AS `product.tax.id`, `product.tax`.`tax_rate` AS `product.tax.taxRate`, `product.tax`.`name` AS `product.tax.name`, `product.tax`.`position` AS `product.tax.position`, `product.tax`.`custom_fields` AS `product.tax.customFields`, `product.tax`.`created_at` AS `product.tax.createdAt`, `product.tax`.`updated_at` AS `product.tax.updatedAt`, `product.parent`.`cheapest_price` AS `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) AS `product.cheapestPrice`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `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`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) AS `product.options.id_mapping`, `product.unit`.`id` AS `product.unit.id`, `product.unit`.`created_at` AS `product.unit.createdAt`, `product.unit`.`updated_at` AS `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` AS `product.deliveryTime.id`, `product.deliveryTime`.`min` AS `product.deliveryTime.min`, `product.deliveryTime`.`max` AS `product.deliveryTime.max`, `product.deliveryTime`.`unit` AS `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` AS `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` AS `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` AS `product.cover.id`, `product.cover`.`version_id` AS `product.cover.versionId`, `product.cover`.`product_id` AS `product.cover.productId`, `product.cover`.`product_version_id` AS `product.cover.productVersionId`, `product.cover`.`media_id` AS `product.cover.mediaId`, `product.cover`.`position` AS `product.cover.position`, `product.cover.media`.`id` AS `product.cover.media.id`, `product.cover.media`.`user_id` AS `product.cover.media.userId`, `product.cover.media`.`media_folder_id` AS `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` AS `product.cover.media.mimeType`, `product.cover.media`.`file_extension` AS `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` AS `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` AS `product.cover.media.fileName`, `product.cover.media`.`file_size` AS `product.cover.media.fileSize`, `product.cover.media`.`media_type` AS `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` AS `product.cover.media.metaData`, `product.cover.media`.`config` AS `product.cover.media.config`, `product.cover.media`.`path` AS `product.cover.media.path`, `product.cover.media`.`private` AS `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` AS `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` AS `product.cover.media.createdAt`, `product.cover.media`.`updated_at` AS `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description AS `product.translation.metaDescription`, `product.translation`.name AS `product.translation.name`, `product.translation`.keywords AS `product.translation.keywords`, `product.translation`.description AS `product.translation.description`, `product.translation`.meta_title AS `product.translation.metaTitle`, `product.translation`.pack_unit AS `product.translation.packUnit`, `product.translation`.pack_unit_plural AS `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description AS `product.parent.translation.metaDescription`, `product.parent.translation`.name AS `product.parent.translation.name`, `product.parent.translation`.keywords AS `product.parent.translation.keywords`, `product.parent.translation`.description AS `product.parent.translation.description`, `product.parent.translation`.meta_title AS `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit AS `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural AS `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` 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 = ?) `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 LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code AS `product.unit.translation.shortCode`, `product.unit.translation`.name AS `product.unit.translation.name`, `product.unit.translation`.custom_fields AS `product.unit.translation.customFields`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name AS `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields AS `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"EªÑØ┼¿Mcå)SÇÛ\x19█v"
  b"\x14ã\x05ùSTMý‹HU¡4šQ~"
  b"JVø)Ô°Gv¶ÐŽÉåÜâl"
  b"\x06]ÌXÕÿFZ¡f’‰wÜØ\x12"
  b"G¼ñÁí¥H’©>0}óA[ë"
  b"*Ôå\eZš@„²Âÿ\x1FÚšm@"
  b"\x13—V^H[…õÖ…<aëe"
  b"\x01–8ôJ\vCZ‡zãç9ÎÁj"
  b"9i\eîgüF­­Kxå½\x06«A"
  b"\x02\x0E‰xðÀO\x1A²ÉKÉl{š "
  b"#\x16>s\x17ÚD§˜n;¦h‚Ø…"
  b"\x1F—¯Qú˜EЀ\e)i2‹‹R"
  b"AÁ¥T³ÒBÌŠ\x15\t"­q1"
  b"\x08ÃÏïK«K¯º¹`ØYëþ~"
  b"\x1DRüR4úI5ú®\x11>:Qô│"
  b"\x03#\x00d\x03³Jì¿£¹ÿ9═ù\x10"
  b"SžtV3ÍJJ£e \x12ëLY·"
  b"\x02\x03°7T2GË„\x04ÚM“‹\x04w"
  b"\x00HØL\vOKD¶G\x00pü>QÒ"
  b"7ñJÅ¡<HZ®Îkæ^\x08_B"
  b"IÆ–ÕâžJ]·\x19Ž‚¨²\x1Fœ"
  b"’÷?ß\x1EYL2»[×üZ‚\x07ê"
  b"}┴=É╬CDÊÇ_èì─Û─ò"
]
82 11.29 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"Ðxi\x16\x01§CTµÊúQÅ0=D"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"lO¨y\r\x1FGÛ’ªC“Mqç&"
  b"£╩1eÊ\vMż├ÕPÍ║Éé"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"ü\x06┴}§\x00Jç©ÈÉÏ\x12╣ç?"
  b"¡Ã¡·Ü±Mȯ^&¯ž€ç_"
  b"\x08ï~««'M¥–Æso±ú›h"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\e݉xlhNË‘7¸‡ÜÑ‹å"
  b"O¹ô)Ê╝J\x18ìÀò╣#▒S\x00"
  b"j…*V.€B\x10€•-q‹m:‹"
  b"""
    ¸\n
    \v_\x06‰FN©\x08ã-Ð6„\t
    """
  b"\v;•eM\x03J¼–j[ø‹\x02`J"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ŠA‚ójHOGˆ\x07/HâÕÒñ"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"Õðl\x05$ Dê–\\x14¡\x06\x14\x04N"
  b"ŠA‚ójHOGˆ\x07/HâÕÒñ"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"lO¨y\r\x1FGÛ’ªC“Mqç&"
  b"ÑÎÕ¦\H\x17²×¸v\x009˜§"
  b"OâÄðkBF¿©LJ5n-ÑR"
  b"Aqr!4ãDp†Í5ä\0u\x19"
  b"Þd²j0–Fü‰,Ë!\x05ÕÍx"
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"Òz\x01[\x132C?‡dÕ\x1E——l\x04"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"°¡N\x0Eû]A╔║åßéÉ\x00Ö<"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"ì¿ULoÆOÌÁêæ<D\x01\x11Í"
]
83 58.80 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00HØL\vOKD¶G\x00pü>QÒ"
  b"\x01–8ôJ\vCZ‡zãç9ÎÁj"
  b"\x02\x03°7T2GË„\x04ÚM“‹\x04w"
  b"\x02\x0E‰xðÀO\x1A²ÉKÉl{š "
  b"\x03#\x00d\x03³Jì¿£¹ÿ9═ù\x10"
  b"\x06]ÌXÕÿFZ¡f’‰wÜØ\x12"
  b"\x08ÃÏïK«K¯º¹`ØYëþ~"
  b"\x14ã\x05ùSTMý‹HU¡4šQ~"
  b"\x1DRüR4úI5ú®\x11>:Qô│"
  b"\x1F—¯Qú˜EЀ\e)i2‹‹R"
  b"#\x16>s\x17ÚD§˜n;¦h‚Ø…"
  b"*Ôå\eZš@„²Âÿ\x1FÚšm@"
  b"7ñJÅ¡<HZ®Îkæ^\x08_B"
  b"9i\eîgüF­­Kxå½\x06«A"
  b"AÁ¥T³ÒBÌŠ\x15\t"­q1"
  b"EªÑØ┼¿Mcå)SÇÛ\x19█v"
  b"G¼ñÁí¥H’©>0}óA[ë"
  b"IÆ–ÕâžJ]·\x19Ž‚¨²\x1Fœ"
  b"JVø)Ô°Gv¶ÐŽÉåÜâl"
  b"SžtV3ÍJJ£e \x12ëLY·"
  b"\x13—V^H[…õÖ…<aëe"
  b"}┴=É╬CDÊÇ_èì─Û─ò"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"’÷?ß\x1EYL2»[×üZ‚\x07ê"
  b"±qÆs¯]A\x11ºå\x06ÂéWŒ³"
  b"%wÅXfFO¿»&╦\ra│0\v"
  b"""
    ºfB¡â¾Je™¬s\n
    æªB 
    """
  b"ôèóV?}GʨÝ\rÙÒ˜™Ç"
  b"…uÐÓŒ\x0EEm†Rï\x12.×@A"
  b"5╠~=-GH¦Éâaù═`>s"
  b"T\x10t•=ŒA?¨Œ0€ŠÉ6£"
  b"Þì \x13,oJU²+¿\x1C\x17`¾g"
  b"p½DÌ@ÔBX£Š\x12÷çD‘["
  b"\x7F\»n_IZ®\x14B\x15ä’l\x7F"
  b"_Ð0N) C§²sÌÙ]4Ã\x07"
  b"""
    \vȱ¢ÎßAq³1í\x05ù\n
    –´
    """
  b"ˆ}W;¿›EÙ·¹r6\x053q\r"
  b"0tÚjã¼B—ƒÊ\x03Ì\x11tóæ"
  b"À)oM“#G9•\x16:Ü›N\x1FV"
  b"eŽË`¤çBþša6ýŒB±Ã"
  b"\x15Ná\!\x16@ï©n±®N»\x12õ"
  b"\r]© Fõ¤©\x07gP–.@"
  b"""
    Hþ°xŸ¢EÊ€…\n
    +î}žT
    """
  b"°‡„´ô¼Dª²Î\x17ÓüìµA"
  b",'Î\f\x15cLÓ¢¡\x1F\x15]Öú\x16"
]
84 0.71 ms
# product-price-calculator::units::read
SELECT `unit`.`id` AS `unit.id`, `unit`.`created_at` AS `unit.createdAt`, `unit`.`updated_at` AS `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) AS `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) AS `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) AS `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code AS `unit.translation.shortCode`, `unit.translation`.name AS `unit.translation.name`, `unit.translation`.custom_fields AS `unit.translation.customFields`, `unit.translation`.created_at AS `unit.translation.createdAt`, `unit.translation`.updated_at AS `unit.translation.updatedAt`, `unit.translation`.unit_id AS `unit.translation.unitId`, `unit.translation`.language_id AS `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
85 0.02 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
86 0.02 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`
Parameters:
[]
87 0.01 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`
Parameters:
[]
88 1.11 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\x00\x18ìu[ÞN Ç·ıÅü!|¿"
  b"\x00Àm:#\x19FÚ‹‰$VP\x10à*"
  b"\x00Ï~++HM>샫Qöݳ\x07"
  b"\x01\x06±j\x1E4OKµ\x01\x19nRÐ’Ñ"
  b"\x01ïÃkn\eB÷µå\x01\x1C,P«Í"
  b"""
    \x02n×Ã\r\n
    Gç›±ÚÚ—î¹d
    """
  b"\x02·4Îø/H1™Iù\x08\x0F\x0F\x14t"
  b"\x02¨,É\x00ïE▄í\nûy«a\x16g"
  b"\x03\x18lY–YD=ªRs©+t,£"
  b"\x03cžÿ\x03ŒEwªwÙØ¥¨œ˜"
  b"\x03ú\x16ÒÜ}I@·µÞ|B¥›v"
  b"\x04Í\x19{¹ÞM¯…ñ\x07\x18€ŒÔ"
  b"""
    \x06?\ÁZıLuì\x01\n
    þ¿\x04Y─
    """
  b"\x07\x14Ü\x14\x1DsDÇ’ µ­è\x01=V"
  b"\x07█É╬p\x1FOÔï\x1A¨ı[\x04\f"
  b"\x08×s\x1C\ežBâ¡\x11J$D\x14¨â"
  b"\x08ï~««'M¥–Æso±ú›h"
  b"""
    \n
    Û▄Ä╩\x10OAúü¿Ôø­ÕÍ
    """
  b"\v;•eM\x03J¼–j[ø‹\x02`J"
  b"\vv&ݨ\x02Lh‘³Ž¦s«·ù"
  b"\vŒÂ‰ ÏJR›®à98Žq0"
  b"\f4µ’\x0Fò@ðgYÁÖ˜ T"
  b"\x0E²^,‰>C¸´Û\x0E×\x00Lê«"
  b"""
    \x0F°’\n
    >„Cš¤»RÇn¦'Š
    """
  b"\x0FÎ ª&\x1AAÀ¬-*tf■ÅD"
  b"\x0FÏ╩ì╦çL\x1AôÑýUSmÛ%"
  b"\x12}lGô¼LúÉû╣±┬╔ót"
  b"\x12ª'f1ìHΞ–ðéç\x07£z"
  b"\x13\x16\x089+lA‚¤šÀ—[UÄn"
  b"\x14'\x08MÉrN\x0FÑHÑ\x1E¢§┴'"
  b"\x148ÁzÇ«Eôü\x12F_\x13ûåN"
  b"\x15žò··‰Hw‡\f&¡¹j.0"
  b"\x15ø­x\r¿OÍ» !¿?¢àW"
  b"\x16àJz•ÓG}‚¾®¥±\x05Ï\x7F"
  b"\x16ý\vËõaA)˜9èú‰LÎv"
  b"\x17Îb—ϤF¾‚ž\eÏeÊÁ‚"
  b"\x18s~U\r$N~ Ål├äÌï"
  b"\x195[¥]¶H,–Õ(\x07xWe¦"
  b"""
    \x19mðjמ@¤ŒÏÐrƒÇ\n
    é
    """
  b"\x1Aìi¹\e\x17E\x11êýBd┤ií\f"
  b"\e݉xlhNË‘7¸‡ÜÑ‹å"
  b"\x1CÎ0╝¥ÖN[óØ«Mf\x17\x12T"
  b"\x1D\x03‰=w¬I&ƒ¾Ã'`?vØ"
  b"\x1D·Ý\x10NÉHm¨\x13\t^¯ý²\x1A"
  b" \x1D'q!‚B‡Ž®üJÇ\x01Èr"
  b" \x1D¨┐ù\x7FOâÂ+\x7Fz´"GÉ"
  b"\x18)╝gCÜÆ\x1D=²ñ&`ü"
  b"#Ú·ß¶úEÛ­2šÛ„\x05W—"
  b"""
    %œ„í"\n
    J\x1E®È~’Ôˆ"z
    """
  b"%®ú;äoB­”êÆ.˜ç\x7FÚ"
  b"&©lBš\x18A\x1C¤ô”ʉÏ\x13s"
  b"'<ô#þ█N#ªS'üè\x05\x7FT"
  b"'¯S£Ù'H¡ÿÔ&─ì»┐]"
  b"(yãX\x14ÙH9‘/{\x1Fð1¶Q"
  b")ZvïôŽF\x14„®óV\vS²A"
  b"*3®*÷=E)±DÊÎZû9+"
  b"+Š–´˜øE\x1E‰·d%ЯPX"
  b"/MÉÿa¿@\x0F\x11CÿàbŠg"
  b"/ç~<M°B9°Ê¯omêúÞ"
  b"0wÞ')~O¾Ådدòj0Ö"
  b"0yçÜ©ŸBœ·\x7Faàuæ9¿"
  b"0÷þ"ÅZC_Ñ(:┴╦345"
  b"1`æzŸÙNk²ƒÈÎH´­ "
  b"4JüƒA▀KD│ÑÃ87\x13´▒"
  b"6\x04Ó Ö(GãŒóü\x053[ó\x04"
  b"6(¥6VÏMwçD┘│ÅÞËÛ"
  b"6<Ø–÷mM ‚*-ªc÷C‰"
  b"9\x14·1Î]@K„5ä;­ÍŽ¡"
  b"\x17u\x1FjB┌É\x10\tO=┘S×"
  b"\x11\x0F╣(Aó┐ÊYü^ð\x1Dà"
  b"9öˆ£ÑßIG§¨ù\x01æÍ ¯"
  b";äs×iuJ)ťòÀï]╩"
  b";ÎÆlçÖEH ± ”CS÷"
  b";ál\x04…}L-“Uù£r\x04¹#"
  b"=‰™å>uD7›\x08Ii¨µ´Í"
  b"=˘\x14ù<L\x17‹h›Õ\x1E}–·"
  b">fxð\x7FôNN˜3ƒ9~\x11"
  b"?z]\x16ŒwB?²¤<9âAo|"
  b"?ïáíþ\x07E\x7F–ª\x18\x01N1ç"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"@°Õƒ?(DíŒë¹ÖÒÉ\x16Õ"
  b"A\x035jžïMˆçHJ瀺Ó"
  b"Aqr!4ãDp†Í5ä\0u\x19"
  b"DÒHÍ{\x15Dêì░y#ñ║=t"
  b"D±9*îzIAêU╩uçØÉý"
  b"E\x14ý\x17ÐÊC“œLK\x7F3\x02\x00Ã"
  b"\x12e\x01\x02KT“e)¤kÐU\x19"
  b"Fðê.˜ïN6¨"U\x18\x1DXÈö"
  b"G*OqsÉMŠ­}.‡Ë2÷F"
  b"G·çú¨\x0F@\x18¥¼…³dÆè@"
  b"G¾œ\x10PµE\™‡²S'Éæº"
  b"GÙÌ4xlB±½œ’>\x0F\vGw"
  b"H†ÖÞ¹HIR²Z’Lðëû\x1E"
  b"I¼Š¦ØÂHA¡Ÿ %bD˜R"
  b"IÞR°õ…OK‚]©Z\t[OM"
  b"J?¯ºÞœCj¢¾ÉAvì» "
  b"JÉ•\x04› Kª¨§€e>RþÔ"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"\eœù2Nz·\x16d‰\Qè."
  b"Lâñ*9ÒEwƒðó8‰;»‹"
  b"OâÄðkBF¿©LJ5n-ÑR"
  b"O¹ô)Ê╝J\x18ìÀò╣#▒S\x00"
  b"PZݧ›¬EÞˆ?DàQ\x07"
  b"Q─IqF▒C\x1Dò©íÅØ¼·M"
  b"T'¦¥ÃRG®¾¡\tþï‡qö"
  b"T0½\x01žŸAœ”Ÿ€~^H\x19Ž"
  b"TŠ{Éó§@X‹¨ý\x18‡¹«Y"
  b"T·ù\x01S JºŠ›¥\x07¡Aåß"
  b"\vL║»I\x11ü87ã¼b71"
  b"Vsh\x05¤ZMâÅ£ÑP├■┤\x06"
  b"Vâ¨çfðC}ÉÉ-6ºÝ¸╚"
  b"VÛ‰b\rOÿœo\x07Ýf ‡õ"
  b"W”™öí¬K±Ôõƻ߅¡"
  b"X1¬à¿•@Lµ­&,AŒ%²"
  b"Yší›§jF0¬\x1DX\fI™t+"
  b"[&¥·[ CÂÂ\e╚N>üp("
  b"\±S\x7Fó\x11@Ì…ÉNM¸©SÜ"
  b"_¥ÒT}SGVµÌ³nçæpq"
  b"_õ÷xsVJª‡fÒ ÿü?\x03"
  b"_°╬¯¨jC΃ÉÌåá\x08äV"
  b"`43½kßE/ºrØ^1º9\v"
  b"`KéÒZ\x07I_©Ò³\x02,ºî·"
  b"aAÙŒ~\x02@\x1E“Õà ²É{r"
  b"aâ█ÒÎÉKLÑ\x7FAç│DµF"
  b"aÑt\x1EWãJ\x12¸V\x13Ÿï£\x05,"
  b"b¢üà$–OBœNÂÎau\x0FÊ"
  b"""
    cèU8\x0E¥Gt´\n
    óu¥€ô5
    """
  b"d\x0EŸ4"éH{±þ\x1CE¤%CS"
  b"d]L}\x1FìJx¼┴K>û\x08¢\x14"
  b"d²64ÊíO¼„ç-õóÍ0Þ"
  b"e&G\x1F;H@#ü}\x1E"\fFÒ "
  b"eƵVä\vGR˜\x13±¼ðvð\x14"
  b"f \fØ¥`H¾£NÃ`\t~îµ"
  b"gD§°ì:CfǸ\x1EÐ7Ï<\x01"
  b"g]V7„ÁOþ­}Ðá|¼óh"
  b"h“qY¬)@¿Šsrq×}•¹"
  b"hÚ:÷ü'GäÂ└W\x13صá─"
  b"i=߸.TG—¬'y\x06gô8\x0F"
  b"i|\x18W╩ðF죥ñ¡²T╝t"
  b"j\x04H\x08%VAŸ­³½\x08ÆMyê"
  b"j%øæ\x18ËNV¤=½ª\fÃ\r\v"
  b"j…*V.€B\x10€•-q‹m:‹"
  b"k8ü’FªNV…þŒÓ‘$¡6"
  b"""
    k”\x1EYþrA(‚»²\x04G\n
    \x19+
    """
  b"l"WZ\x1CµEކÚV]KâE\x1D"
  b"lO¨y\r\x1FGÛ’ªC“Mqç&"
  b"léü╔ñ!N▀▓¡h£╚oÇ1"
  b"\x16\x0EE(”\x1AW2\r\x1Eb\x1A"
  b"o█äµ\x1E¹JSêuò▀üsÉ1"
  b"p1l\t8´K{äÅ¥╗8\x02\x1C"
  b"p?>\\vüLÑŽ€Êd\x1F%rH"
  b"pJ¦▀Û©MX«║\x02ÅG¸╩:"
  b"q”³¡ìÿM}ˆ»\x10Í*$Û\x1D"
  b"rìÏÿ\x08J@Lœi˜^Ô×ö-"
  b"s$Ó\t¿½Eø×±│Ê ëɳ"
  b"u\x03£þÞÉL┼¼fí\tF\x02╚ô"
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"vBLâ€ÂM\x17–'\x0FDiŸml"
  b"""
    wÆMÆ5\n
    HÂ╗àÉTU╚╚ 
    """
  b"{G ı­╬EØôM¶*Á╚´ë"
  b"{tê^\x00ÜN\x05·ÏË%TØ\x08Ð"
  b"|$5+Û5Gu‚ʃy”\vîí"
  b"|åÊ╚6\x0FDNü\x13DðdmDð"
  b"}º÷ìT║N║ï­à"~\töz"
  b"~ë|d\x0E\x04O™·Ï6ˆf¯ºK"
  b"~îÿú^sCî·ô_!E8 û"
  b"ÇbÏï¬W@Êì¹\eXb╣▀:"
  b"ü\x06┴}§\x00Jç©ÈÉÏ\x12╣ç?"
  b"ü@\x01t─!F\x00Æá*[╩õ¼h"
  b"ü├│ÄÅ\eH\x19óuÆÛÐã©U"
  b"â\x01R\x1C\x07BÅÅ\x19êD\x16RK·"
  b"ƒsK®²µCñ¥ì\x03‰1Ù[e"
  b"â═¬Ýþü@ïª║■®è\x04Ó\x17"
  b"ä▀¿ÖU5B▓Ø:Á╠\x1D?x&"
  b"ˆT‹¹Ö½@ò‡±@„\x04œ·a"
  b"‰•Ëp\x19ÁN¹µ([Lž\x0FÛD"
  b"è!╦æ±"O\x7Fåe²Uü(£\x02"
  b"ŠA‚ójHOGˆ\x07/HâÕÒñ"
  b"ŠS¹–¼^Kù“”4º ÇÖí"
  b"‹)7èšFJ\x04™<“U|;îˆ"
  b"‹°l©ûVH¥¬O¾è®ó!z"
  b"ì¿ULoÆOÌÁêæ<D\x01\x11Í"
  b"ìã╩×>³EðçcõèY\x16┬‗"
  b"Äm_)bÇBLÉ\x0F4Ȱz@3"
  b"É║╣ì╗§JÂ┐╔\x0E,n\e»Ç"
  b"É┼\x18ó\x06*Nñø\v\x1FÉûî\x18"
  b"É╩d\x01»éD1ƒV'Ç'ıæ\x00"
  b"‘† \x16?‘G‹‚‘šÇzšG¤"
  b"‘®zýÝ€N.’ü:\x18ë'0Ï"
  b"”NWˆï(@~º·‹­Z\vŸÒ"
  b"\x16\x0FpC·±h«\x7Fô›ñT"
  b"ûBı┼▄>F]ûpcıHÉ\x02J"
  b"–b\à\x02ÄI\x00¢hœ´eMI\x1A"
  b"–“&(×ÍC稜½zÐPæë"
  b"—?\x11ÔñXJK–:\x0Fܯ¢ô?"
  b"ùÿ\»Þ÷H┘¥¡■ª«Åý¤"
  b"ù¡MsƒjLùüé═9\x1C\x07Ô\v"
  b"ù¯┌Ó)ÉE1¬ý ÿ\x1C¢F─"
  b"ÿ*~_³\r@Í│Å═3÷6{_"
  b"˜¥`\x15ÑHL‡•«\x19í¸\x1F"
  b"˜ã\x03mŸºE\x12°\x1E\x07›É >"
  b"š,ádÜhAƒ_Ì…¼%´\n"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ø\x1F\x11|µ Muì╝▓Ý»'Ç█"
  b"£$┤ÆHIAãç\x01▀êÅ_█ø"
  b"œ½XAk)J‚Œ Á¥|„YS"
  b"£╩1eÊ\vMż├ÕPÍ║Éé"
  b"ØÌ█Ô▒\x12Kªª▄9éO┬bó"
  b"ž\x1Cô¤\x012JoŠ K‘p{÷»"
  b"žT\x03ÚŠª@¯²Lš\x06jÇâœ"
  b"×╔ÏÞÅ├L│ë\x13\x14J╠g\x17 "
  b"ŸL\x7FdT“MU¯À\x15ø….»U"
  b" >/\x1D«\x0EO¡šºf\x1D!­³Ü"
  b"""
    ¡\n
    \x7Fv+ÐNwµ¯SH?‡È‚
    """
  b"¡Ã¡·Ü±Mȯ^&¯ž€ç_"
  b"¢t½Q!ÄMýªl[8ß¿ð±"
  b"ú\x00¨¯▄│D·╗\e▀°\x0E\x00"
  b"¥‘f\x03Ê‚Ei¡\x19Nç?2ü\x15"
  b"¥¸§®;÷Aé—®öéë/©Î"
  b"º\x0E¬¢*üG#»╔<┤ÄuþØ"
  b"""
    §RÝ\n
    ¦ô@s¿QñÍ”7‡L
    """
  b"¨tV’e\x1DD!¼ñ±µ t¬D"
  b"®T\Ø&KDmÂv³ÂIsÚ["
  b"ªñQ÷ò1F\x1E»Sj¨WÇÈ}"
  b"«\x132$èTG…¿\x03ùmϲ\x10"
  b"½Vfì£\x7FA¯ç▒╝ê¼0W`"
  b"½È\x12¸\x17zF╗»>k\fÐÝìt"
  b"­$FZ\x08ÌO³«­ŠÒYW\x19¦"
  b"«U}Á╚ÁB(¼[ù┴ü╝╠U"
  b"¯$x—‹ìD¥—¹ú\x11MÖVŽ"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"³{‰?¬½@(½¤\]Ìé\r\x7F"
  b"´;5\x16$öD³À¼°“<Œã"
  b"µõ]\x03\x0F\x7FK\x0E²Jë,ô\x07/7"
  b"·H„\x05˜PBW€¸Mâ$ÀÅ\x06"
  b"""
    ¸\n
    \v_\x06‰FN©\x08ã-Ð6„\t
    """
  b"º ×ýUµNÙ´NÏ\x04~\x06¡["
  b"""
    ║ÇkUf\n
    O_×─y.\x06Ø$\x05
    """
  b"º£\x0EöɘAØŸ¾6ý\x18X5i"
  b"╗┐V\vX\x1CB║®üÎ\r▒¤Å\x01"
  b"╝öÆÆÝTA ¥¬CÜÅñcw"
  b"¥Ñ╚ò,\x1CG¥╗ÉÈBñ▒¨\x1E"
  b"ÀœÑô¼ŸD[©ejÐüU\x15å"
  b"└í█ù\x08╝LQî\x18É'ÒA\x07q"
  b"ÑÎÕ¦\H\x17²×¸v\x009˜§"
  b"Ä—øTû¹AÃ’Cæ'F$ýA"
  b"\x1Cüãþ2Lúÿ\t¡S╣7\x02"
  b"Æ;\x1Fp/FF™«Þ\x14{'Lÿ2"
  b"Æ¢/öâ`C\x1F²+–R\x07!_#"
  b"÷èÑ‗·Oiÿ awXJ╠Å"
  b"Ê\x7F¯Š¡øK@›úªÿÌ7ðÏ"
  b"╦l\x15ªÙOBÀÅÁð#=j/e"
  b"Ëÿd¦²‹DLŒ©’//AðÁ"
  b"ÌÒ:VÒ†J\x16Ž1¹Ï°\x05"
  b"═< ó+pJj¥$<ÅÊ\x07è─"
  b"Δw\x1CȰJÔ•ÔÙ…i¦¬ "
  b"ήxJ\x1A|FŸˆq·ÑøTÕÕ"
  b"ð/║~ü®Dáàøj½ô«µw"
  b"Ðxi\x16\x01§CTµÊúQÅ0=D"
  b"и+PM‚J=Ž"P· ÂRB"
  b"Òz\x01[\x132C?‡dÕ\x1E——l\x04"
  b"ÒªO'ðœK3ÂÉ÷A4\x1E"
  b"ÔY-Ž.-A\x02¼hœ‚æ³jQ"
  b"Èõqü\x18kN\eÅÄZ\x06ƒ┤!\x01"
  b"Õ$FRÚÃMâšT‰6\x03\x0FJ0"
  b"Õðl\x05$ Dê–\\x14¡\x06\x14\x04N"
  b"Î\x12n\ÅéF\x1AâÙ╠\x0EÛ\x01öJ"
  b"ι0 âñD■©Ø7ñûU╣ð"
  b"ÏØ¯║i§KAàk\e'pD\x1C{"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"ÙpgäñàAù¨ê+÷ªiŸk"
  b"Ú\x0F«w\x19AH.™\x7F£½kºÕ•"
  b"█╗9¤j╗MÉæÎÆ▀\x166«³"
  b"█Êß\x04\x00xFüÜ\næég╣┼k"
  b"Þd²j0–Fü‰,Ë!\x05ÕÍx"
  b"âÐÆ\x04¡<DN§—fpæcQ\e"
  b"ã\tqîßGLž¢˜\x05`\x11(¿)"
  b"åÁè\r|þI\vª+$ýz+L\x0F"
  b"ç–t›FPGªƒZTÐï\x19`K"
  b"ç¢ÌS\x06åF\x02„V\rÎÚÎ\x12¡"
  b"è0¶’auF§«n;°\v\x7FÏ"
  b"Ú\x1DÜú7î@dáÚ:\x1E¯╔ü"
  b"ë\x04UàtîJ\x0E“–Æ•’³‡("
  b"ë©Ü6¬€Hùš‚Ï6ÿ;Åú"
  b"ëÞ)d°ÁO³¦#´bj³ªç"
  b"ì_IùnmMg‰ºM¸¿åº¨"
  b"ì}´jЧAu…“L/\x14¼Gç"
  b"""
    ýéÅ\x1FE├N^Æ\n
    \x10âÎ└ã
    """
  b"íg\x1FÑW~NðˆÑÿ-)Ó §"
  b"î~õîïoB\x13¢¨\x02\x01‘¯ß\x1E"
  b"îÖ–"\x1C\x06L\x10‘84|%üSÅ"
  b"ò\x10\x07\x11\x1AìIY½‘\x05°5Ïê&"
  b"ô®\t°YÞM"¼—ÎXÅ¥\x0E""
  b"÷\x13ÚàŒ HÒ­¸M6gž\x1FÊ"
  b"÷–ÊŸ\x7F2L\x1D‘˜™fþ2™P"
  b"°¡N\x0Eû]A╔║åßéÉ\x00Ö<"
  b"¨\x17█ÌqëAé«» ¤7Uìá"
  b"ù\x19JQc,A½•›3Š(ù˜Ê"
  b"ùÓ\x12]â•AÛ¯ÂøÙ43›j"
  b"û\tçV°\x11I”¾¬€)%ùÄ."
  b"²'vÞçüF*©6A╬Ú¼56"
  b"ýò-\x7FÓþA¡“=N\x13ÏbzÙ"
  b"þpMi&ÈO…©\x17„üg‚•X"
  b"ÿB²ò\x06”I‹™®\x03•iOb‡"
  b" qu±å\x16AkâÄ|³ì:oâ"
  b"ÿwD†÷sH3¨Ò„5\x14A_\x1E"
  b"ÿÍ4\x7F·ïORŒå3\x14,}än"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x03ø\x13*â&GZ²€4´Q\x06\x01y"
  b"\fi¦®\tºJxêl\x18W§Aü#"
  b"\rj§žKHEù³s`¢L‹Àì"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\evı)p█LÄü▀þI\TVt"
  b"\eÈ\x05qª÷G\x12“¢½ë\x03\x00ä›"
  b"\x1De1Ø‹\x05Fh¯\x07:ð—Õ|3"
  b"\x1E\x16ì$·┼Apó&3f\x0FôTÐ"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"#ÉMZíÖHbò\x00³âI°Sü"
  b"%É’)¨{Ek¸˜<ð\x12óùý"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b"+k¨@a›E\x7F·nû£át:\x0E"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"1\x12mÍ­ÓNÈ„Q\x03ü¥¨z\x0E"
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"35\x17Ê\x14ÉH}Ñ╝xäw\x19Ú┘"
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"8-─Ø─!DJØ\x07 \x08juE\x12"
  b"""
    9Éû█8\x02BøóÏ─\x17░µ\n
    
    """
  b"=\x19†©l_N„¿è\vhwEáq"
  b"F\e5Q|’FžÎZ\x04»tNÃ"
  b"""
    F'Â\x02\f;F\n
     d\x1Fµºs\x1C\x02
    """
  b"G\f\x19‚vÝ@5°xR\x11èAÔŸ"
  b"I\x00iÊ´\x1CO\x7F¶èU#\r‹M\x13"
  b"""
    I\n
    ­öì\x10I|║òj\t/└ì9
    """
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"L\x1F-\x17Â\x04F_¿«Ã'bïÃú"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"ORü²\x16¸N\x15½┐Æc=4µ\x06"
  b"Oö.p©bA▄Áß▒ÀfÂ(ì"
  b"Po\x0EàKñN\x1FØ»&¥EÁ\%"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"[y·R\x16œA4ŽH\x1A,r\x19h\x03"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"k)V5NÈE\f‹¸3Š\x7F\r"
  b"mzãZƾIG½x\vñ¾\x11"
  b"p\x06¹2¼\x03B2­\x7F\x04\x01¥"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"qTÎL#CFf«—œÁV-;""
  b"zâ÷\x13Î×J?Ÿ%Og¬Zäõ"
  b"|ìó½­RO߫ҧ\x1C\x1C:"
  b"}çR›ÊÃL\x11½\x1E¦½\x1F$2‚"
  b"~ÂÅo‚\rEñ§!™\x08!Fɳ"
  b"‚¦‰Æ£MGõ®wî\t\x0F™Aª"
  b"â«C>P¼K¨▓=¤Å\x13Ó¼8"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"‰Ö«ÄÞ¬N_¡'ï²@‹«@"
  b"Æ#┤ÀÙ`F└ó91¸èú╬Å"
  b"ÆO┴jÀÔB\x02îB┌▒Á╚Ø`"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"•{7\x02)¸CÛ¡\x1E\x12ñ†rf¦"
  b"¢Žý¾ÔñL4§A\x00{й£F"
  b"£“àÐ[äA\x00\x10û®-î\x01\x03"
  b"¤Q/ç¨\x1AIצáµÑ\^pH"
  b"ªsï┌h´JÓÅ#Ûı\x17┐®z"
  b"§ †‚<AE3­\x11¢mìŸñ%"
  b"®\x1Eå;ÉãI\f®\x18\fl¹┌{p"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"½ ,7F¦DfïɼÖ▀Iû»"
  b"¶íÊ`’ÙAú¦_ÆP/"\x12ƒ"
  b"·#œjž—J$ŠOÙ¿l°äl"
  b"¸a:7r\x18I#‰\x0E6¦©\vžT"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"┐°ü\x0E\x02ÇK╦ç¢=@\x13`ıÚ"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"̳Ö\x13h,HD˜\x01ˆ¦”sXn"
  b"Íf?ãaðJæœö\fј\x02X\x00"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"Ñ”hãm‡CfŽÿ!e\v!Eè"
  b"Ó¢Á\x02ýÈN\‰A¢â»¡ø8"
  b"×cèïåpE\x7F¥\x06\x0Fš\x17¾\x11\x15"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"ÓÂ6\x1CÞ&MÜùí3ÇH¹Åó"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ê<¹½•¢K\t¨—\x18&¦ìïÂ"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"êc¼)ŸØKB¿€áãÆ"›s"
  b"ìµU§4½D)—\x10h\v¿#‚Ú"
  b"ìã#âA×A–…€$h¹ ¡J"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"ï\nB\x1F1HK\x10¿.Û\x00ãåžÌ"
  b"¸\x1A╬Rƒþ@Æñp\x0E¹ÛÕÅ╬"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
  b"ÿßå»ÂÌC\x1C’$\x15º\x02raí"
]
89 4.14 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` AS `property_group_option.media.id`, `property_group_option.media`.`user_id` AS `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` AS `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` AS `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` AS `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` AS `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` AS `property_group_option.media.fileName`, `property_group_option.media`.`file_size` AS `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` AS `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` AS `property_group_option.media.metaData`, `property_group_option.media`.`config` AS `property_group_option.media.config`, `property_group_option.media`.`path` AS `property_group_option.media.path`, `property_group_option.media`.`private` AS `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` AS `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` AS `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` AS `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) AS `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) AS `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) AS `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title AS `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt AS `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields AS `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at AS `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at AS `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id AS `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id AS `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\fi¦®\tºJxêl\x18W§Aü#"
  b"\rj§žKHEù³s`¢L‹Àì"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x16ý\vËõaA)˜9èú‰LÎv"
  b"\evı)p█LÄü▀þI\TVt"
  b"\eÈ\x05qª÷G\x12“¢½ë\x03\x00ä›"
  b"\x1De1Ø‹\x05Fh¯\x07:ð—Õ|3"
  b"\x1E\x16ì$·┼Apó&3f\x0FôTÐ"
  b"\x18)╝gCÜÆ\x1D=²ñ&`ü"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"#ÉMZíÖHbò\x00³âI°Sü"
  b"%É’)¨{Ek¸˜<ð\x12óùý"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b"+k¨@a›E\x7F·nû£át:\x0E"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"1\x12mÍ­ÓNÈ„Q\x03ü¥¨z\x0E"
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"35\x17Ê\x14ÉH}Ñ╝xäw\x19Ú┘"
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"8-─Ø─!DJØ\x07 \x08juE\x12"
  b"""
    9Éû█8\x02BøóÏ─\x17░µ\n
    
    """
  b"=\x19†©l_N„¿è\vhwEáq"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"F\e5Q|’FžÎZ\x04»tNÃ"
  b"""
    F'Â\x02\f;F\n
     d\x1Fµºs\x1C\x02
    """
  b"G\f\x19‚vÝ@5°xR\x11èAÔŸ"
  b"I\x00iÊ´\x1CO\x7F¶èU#\r‹M\x13"
  b"""
    I\n
    ­öì\x10I|║òj\t/└ì9
    """
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"L\x1F-\x17Â\x04F_¿«Ã'bïÃú"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"ORü²\x16¸N\x15½┐Æc=4µ\x06"
  b"Oö.p©bA▄Áß▒ÀfÂ(ì"
  b"T0½\x01žŸAœ”Ÿ€~^H\x19Ž"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"[y·R\x16œA4ŽH\x1A,r\x19h\x03"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"aâ█ÒÎÉKLÑ\x7FAç│DµF"
  b"h“qY¬)@¿Šsrq×}•¹"
  b"k)V5NÈE\f‹¸3Š\x7F\r"
  b"mzãZƾIG½x\vñ¾\x11"
  b"p\x06¹2¼\x03B2­\x7F\x04\x01¥"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"qTÎL#CFf«—œÁV-;""
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"zâ÷\x13Î×J?Ÿ%Og¬Zäõ"
  b"|åÊ╚6\x0FDNü\x13DðdmDð"
  b"|ìó½­RO߫ҧ\x1C\x1C:"
  b"}çR›ÊÃL\x11½\x1E¦½\x1F$2‚"
  b"‚¦‰Æ£MGõ®wî\t\x0F™Aª"
  b"â«C>P¼K¨▓=¤Å\x13Ó¼8"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"‰Ö«ÄÞ¬N_¡'ï²@‹«@"
  b"Æ#┤ÀÙ`F└ó91¸èú╬Å"
  b"ÆO┴jÀÔB\x02îB┌▒Á╚Ø`"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"•{7\x02)¸CÛ¡\x1E\x12ñ†rf¦"
  b" >/\x1D«\x0EO¡šºf\x1D!­³Ü"
  b"¢Žý¾ÔñL4§A\x00{й£F"
  b"£“àÐ[äA\x00\x10û®-î\x01\x03"
  b"¥¸§®;÷Aé—®öéë/©Î"
  b"ªsï┌h´JÓÅ#Ûı\x17┐®z"
  b"§ †‚<AE3­\x11¢mìŸñ%"
  b"®\x1Eå;ÉãI\f®\x18\fl¹┌{p"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"½ ,7F¦DfïɼÖ▀Iû»"
  b"¶íÊ`’ÙAú¦_ÆP/"\x12ƒ"
  b"·#œjž—J$ŠOÙ¿l°äl"
  b"¸a:7r\x18I#‰\x0E6¦©\vžT"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"┐°ü\x0E\x02ÇK╦ç¢=@\x13`ıÚ"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"̳Ö\x13h,HD˜\x01ˆ¦”sXn"
  b"Íf?ãaðJæœö\fј\x02X\x00"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"Ñ”hãm‡CfŽÿ!e\v!Eè"
  b"Ó¢Á\x02ýÈN\‰A¢â»¡ø8"
  b"×cèïåpE\x7F¥\x06\x0Fš\x17¾\x11\x15"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"ÓÂ6\x1CÞ&MÜùí3ÇH¹Åó"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"ç–t›FPGªƒZTÐï\x19`K"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ê<¹½•¢K\t¨—\x18&¦ìïÂ"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"êc¼)ŸØKB¿€áãÆ"›s"
  b"ìµU§4½D)—\x10h\v¿#‚Ú"
  b"ìã#âA×A–…€$h¹ ¡J"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"ï\nB\x1F1HK\x10¿.Û\x00ãåžÌ"
  b"¸\x1A╬Rƒþ@Æñp\x0E¹ÛÕÅ╬"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ùÓ\x12]â•AÛ¯ÂøÙ43›j"
  b"þpMi&ÈO…©\x17„üg‚•X"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
  b"ÿßå»ÂÌC\x1C’$\x15º\x02raí"
]
90 1.10 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\x00\x18ìu[ÞN Ç·ıÅü!|¿"
  b"\x00Àm:#\x19FÚ‹‰$VP\x10à*"
  b"\x00Ï~++HM>샫Qöݳ\x07"
  b"\x01\x06±j\x1E4OKµ\x01\x19nRÐ’Ñ"
  b"\x01ïÃkn\eB÷µå\x01\x1C,P«Í"
  b"""
    \x02n×Ã\r\n
    Gç›±ÚÚ—î¹d
    """
  b"\x02·4Îø/H1™Iù\x08\x0F\x0F\x14t"
  b"\x02¨,É\x00ïE▄í\nûy«a\x16g"
  b"\x03\x18lY–YD=ªRs©+t,£"
  b"\x03cžÿ\x03ŒEwªwÙØ¥¨œ˜"
  b"\x03ú\x16ÒÜ}I@·µÞ|B¥›v"
  b"\x04Í\x19{¹ÞM¯…ñ\x07\x18€ŒÔ"
  b"""
    \x06?\ÁZıLuì\x01\n
    þ¿\x04Y─
    """
  b"\x07\x14Ü\x14\x1DsDÇ’ µ­è\x01=V"
  b"\x07█É╬p\x1FOÔï\x1A¨ı[\x04\f"
  b"\x08×s\x1C\ežBâ¡\x11J$D\x14¨â"
  b"\x08ï~««'M¥–Æso±ú›h"
  b"""
    \n
    Û▄Ä╩\x10OAúü¿Ôø­ÕÍ
    """
  b"\v;•eM\x03J¼–j[ø‹\x02`J"
  b"\vv&ݨ\x02Lh‘³Ž¦s«·ù"
  b"\vŒÂ‰ ÏJR›®à98Žq0"
  b"\f4µ’\x0Fò@ðgYÁÖ˜ T"
  b"\x0E²^,‰>C¸´Û\x0E×\x00Lê«"
  b"""
    \x0F°’\n
    >„Cš¤»RÇn¦'Š
    """
  b"\x0FÎ ª&\x1AAÀ¬-*tf■ÅD"
  b"\x0FÏ╩ì╦çL\x1AôÑýUSmÛ%"
  b"\x12}lGô¼LúÉû╣±┬╔ót"
  b"\x12ª'f1ìHΞ–ðéç\x07£z"
  b"\x13\x16\x089+lA‚¤šÀ—[UÄn"
  b"\x14'\x08MÉrN\x0FÑHÑ\x1E¢§┴'"
  b"\x148ÁzÇ«Eôü\x12F_\x13ûåN"
  b"\x15žò··‰Hw‡\f&¡¹j.0"
  b"\x15ø­x\r¿OÍ» !¿?¢àW"
  b"\x16àJz•ÓG}‚¾®¥±\x05Ï\x7F"
  b"\x16ý\vËõaA)˜9èú‰LÎv"
  b"\x17Îb—ϤF¾‚ž\eÏeÊÁ‚"
  b"\x18s~U\r$N~ Ål├äÌï"
  b"\x195[¥]¶H,–Õ(\x07xWe¦"
  b"""
    \x19mðjמ@¤ŒÏÐrƒÇ\n
    é
    """
  b"\x1Aìi¹\e\x17E\x11êýBd┤ií\f"
  b"\e݉xlhNË‘7¸‡ÜÑ‹å"
  b"\x1CÎ0╝¥ÖN[óØ«Mf\x17\x12T"
  b"\x1D\x03‰=w¬I&ƒ¾Ã'`?vØ"
  b"\x1D·Ý\x10NÉHm¨\x13\t^¯ý²\x1A"
  b" \x1D'q!‚B‡Ž®üJÇ\x01Èr"
  b" \x1D¨┐ù\x7FOâÂ+\x7Fz´"GÉ"
  b"\x18)╝gCÜÆ\x1D=²ñ&`ü"
  b"#Ú·ß¶úEÛ­2šÛ„\x05W—"
  b"""
    %œ„í"\n
    J\x1E®È~’Ôˆ"z
    """
  b"%®ú;äoB­”êÆ.˜ç\x7FÚ"
  b"&©lBš\x18A\x1C¤ô”ʉÏ\x13s"
  b"'<ô#þ█N#ªS'üè\x05\x7FT"
  b"'¯S£Ù'H¡ÿÔ&─ì»┐]"
  b"(yãX\x14ÙH9‘/{\x1Fð1¶Q"
  b")ZvïôŽF\x14„®óV\vS²A"
  b"*3®*÷=E)±DÊÎZû9+"
  b"+Š–´˜øE\x1E‰·d%ЯPX"
  b"/MÉÿa¿@\x0F\x11CÿàbŠg"
  b"/ç~<M°B9°Ê¯omêúÞ"
  b"0wÞ')~O¾Ådدòj0Ö"
  b"0yçÜ©ŸBœ·\x7Faàuæ9¿"
  b"0÷þ"ÅZC_Ñ(:┴╦345"
  b"1`æzŸÙNk²ƒÈÎH´­ "
  b"4JüƒA▀KD│ÑÃ87\x13´▒"
  b"6\x04Ó Ö(GãŒóü\x053[ó\x04"
  b"6(¥6VÏMwçD┘│ÅÞËÛ"
  b"6<Ø–÷mM ‚*-ªc÷C‰"
  b"9\x14·1Î]@K„5ä;­ÍŽ¡"
  b"\x17u\x1FjB┌É\x10\tO=┘S×"
  b"\x11\x0F╣(Aó┐ÊYü^ð\x1Dà"
  b"9öˆ£ÑßIG§¨ù\x01æÍ ¯"
  b";äs×iuJ)ťòÀï]╩"
  b";ÎÆlçÖEH ± ”CS÷"
  b";ál\x04…}L-“Uù£r\x04¹#"
  b"=‰™å>uD7›\x08Ii¨µ´Í"
  b"=˘\x14ù<L\x17‹h›Õ\x1E}–·"
  b">fxð\x7FôNN˜3ƒ9~\x11"
  b"?z]\x16ŒwB?²¤<9âAo|"
  b"?ïáíþ\x07E\x7F–ª\x18\x01N1ç"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"@°Õƒ?(DíŒë¹ÖÒÉ\x16Õ"
  b"A\x035jžïMˆçHJ瀺Ó"
  b"Aqr!4ãDp†Í5ä\0u\x19"
  b"DÒHÍ{\x15Dêì░y#ñ║=t"
  b"D±9*îzIAêU╩uçØÉý"
  b"E\x14ý\x17ÐÊC“œLK\x7F3\x02\x00Ã"
  b"\x12e\x01\x02KT“e)¤kÐU\x19"
  b"Fðê.˜ïN6¨"U\x18\x1DXÈö"
  b"G*OqsÉMŠ­}.‡Ë2÷F"
  b"G·çú¨\x0F@\x18¥¼…³dÆè@"
  b"G¾œ\x10PµE\™‡²S'Éæº"
  b"GÙÌ4xlB±½œ’>\x0F\vGw"
  b"H†ÖÞ¹HIR²Z’Lðëû\x1E"
  b"I¼Š¦ØÂHA¡Ÿ %bD˜R"
  b"IÞR°õ…OK‚]©Z\t[OM"
  b"J?¯ºÞœCj¢¾ÉAvì» "
  b"JÉ•\x04› Kª¨§€e>RþÔ"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"\eœù2Nz·\x16d‰\Qè."
  b"Lâñ*9ÒEwƒðó8‰;»‹"
  b"OâÄðkBF¿©LJ5n-ÑR"
  b"O¹ô)Ê╝J\x18ìÀò╣#▒S\x00"
  b"PZݧ›¬EÞˆ?DàQ\x07"
  b"Q─IqF▒C\x1Dò©íÅØ¼·M"
  b"T'¦¥ÃRG®¾¡\tþï‡qö"
  b"T0½\x01žŸAœ”Ÿ€~^H\x19Ž"
  b"TŠ{Éó§@X‹¨ý\x18‡¹«Y"
  b"T·ù\x01S JºŠ›¥\x07¡Aåß"
  b"\vL║»I\x11ü87ã¼b71"
  b"Vsh\x05¤ZMâÅ£ÑP├■┤\x06"
  b"Vâ¨çfðC}ÉÉ-6ºÝ¸╚"
  b"VÛ‰b\rOÿœo\x07Ýf ‡õ"
  b"W”™öí¬K±Ôõƻ߅¡"
  b"X1¬à¿•@Lµ­&,AŒ%²"
  b"Yší›§jF0¬\x1DX\fI™t+"
  b"[&¥·[ CÂÂ\e╚N>üp("
  b"\±S\x7Fó\x11@Ì…ÉNM¸©SÜ"
  b"_¥ÒT}SGVµÌ³nçæpq"
  b"_õ÷xsVJª‡fÒ ÿü?\x03"
  b"_°╬¯¨jC΃ÉÌåá\x08äV"
  b"`43½kßE/ºrØ^1º9\v"
  b"`KéÒZ\x07I_©Ò³\x02,ºî·"
  b"aAÙŒ~\x02@\x1E“Õà ²É{r"
  b"aâ█ÒÎÉKLÑ\x7FAç│DµF"
  b"aÑt\x1EWãJ\x12¸V\x13Ÿï£\x05,"
  b"b¢üà$–OBœNÂÎau\x0FÊ"
  b"""
    cèU8\x0E¥Gt´\n
    óu¥€ô5
    """
  b"d\x0EŸ4"éH{±þ\x1CE¤%CS"
  b"d]L}\x1FìJx¼┴K>û\x08¢\x14"
  b"d²64ÊíO¼„ç-õóÍ0Þ"
  b"e&G\x1F;H@#ü}\x1E"\fFÒ "
  b"eƵVä\vGR˜\x13±¼ðvð\x14"
  b"f \fØ¥`H¾£NÃ`\t~îµ"
  b"gD§°ì:CfǸ\x1EÐ7Ï<\x01"
  b"g]V7„ÁOþ­}Ðá|¼óh"
  b"h“qY¬)@¿Šsrq×}•¹"
  b"hÚ:÷ü'GäÂ└W\x13صá─"
  b"i=߸.TG—¬'y\x06gô8\x0F"
  b"i|\x18W╩ðF죥ñ¡²T╝t"
  b"j\x04H\x08%VAŸ­³½\x08ÆMyê"
  b"j%øæ\x18ËNV¤=½ª\fÃ\r\v"
  b"j…*V.€B\x10€•-q‹m:‹"
  b"k8ü’FªNV…þŒÓ‘$¡6"
  b"""
    k”\x1EYþrA(‚»²\x04G\n
    \x19+
    """
  b"l"WZ\x1CµEކÚV]KâE\x1D"
  b"lO¨y\r\x1FGÛ’ªC“Mqç&"
  b"léü╔ñ!N▀▓¡h£╚oÇ1"
  b"\x16\x0EE(”\x1AW2\r\x1Eb\x1A"
  b"o█äµ\x1E¹JSêuò▀üsÉ1"
  b"p1l\t8´K{äÅ¥╗8\x02\x1C"
  b"p?>\\vüLÑŽ€Êd\x1F%rH"
  b"pJ¦▀Û©MX«║\x02ÅG¸╩:"
  b"q”³¡ìÿM}ˆ»\x10Í*$Û\x1D"
  b"rìÏÿ\x08J@Lœi˜^Ô×ö-"
  b"s$Ó\t¿½Eø×±│Ê ëɳ"
  b"u\x03£þÞÉL┼¼fí\tF\x02╚ô"
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"vBLâ€ÂM\x17–'\x0FDiŸml"
  b"""
    wÆMÆ5\n
    HÂ╗àÉTU╚╚ 
    """
  b"{G ı­╬EØôM¶*Á╚´ë"
  b"{tê^\x00ÜN\x05·ÏË%TØ\x08Ð"
  b"|$5+Û5Gu‚ʃy”\vîí"
  b"|åÊ╚6\x0FDNü\x13DðdmDð"
  b"}º÷ìT║N║ï­à"~\töz"
  b"~ë|d\x0E\x04O™·Ï6ˆf¯ºK"
  b"~îÿú^sCî·ô_!E8 û"
  b"ÇbÏï¬W@Êì¹\eXb╣▀:"
  b"ü\x06┴}§\x00Jç©ÈÉÏ\x12╣ç?"
  b"ü@\x01t─!F\x00Æá*[╩õ¼h"
  b"ü├│ÄÅ\eH\x19óuÆÛÐã©U"
  b"â\x01R\x1C\x07BÅÅ\x19êD\x16RK·"
  b"ƒsK®²µCñ¥ì\x03‰1Ù[e"
  b"â═¬Ýþü@ïª║■®è\x04Ó\x17"
  b"ä▀¿ÖU5B▓Ø:Á╠\x1D?x&"
  b"ˆT‹¹Ö½@ò‡±@„\x04œ·a"
  b"‰•Ëp\x19ÁN¹µ([Lž\x0FÛD"
  b"è!╦æ±"O\x7Fåe²Uü(£\x02"
  b"ŠA‚ójHOGˆ\x07/HâÕÒñ"
  b"ŠS¹–¼^Kù“”4º ÇÖí"
  b"‹)7èšFJ\x04™<“U|;îˆ"
  b"‹°l©ûVH¥¬O¾è®ó!z"
  b"ì¿ULoÆOÌÁêæ<D\x01\x11Í"
  b"ìã╩×>³EðçcõèY\x16┬‗"
  b"Äm_)bÇBLÉ\x0F4Ȱz@3"
  b"É║╣ì╗§JÂ┐╔\x0E,n\e»Ç"
  b"É┼\x18ó\x06*Nñø\v\x1FÉûî\x18"
  b"É╩d\x01»éD1ƒV'Ç'ıæ\x00"
  b"‘† \x16?‘G‹‚‘šÇzšG¤"
  b"‘®zýÝ€N.’ü:\x18ë'0Ï"
  b"”NWˆï(@~º·‹­Z\vŸÒ"
  b"\x16\x0FpC·±h«\x7Fô›ñT"
  b"ûBı┼▄>F]ûpcıHÉ\x02J"
  b"–b\à\x02ÄI\x00¢hœ´eMI\x1A"
  b"–“&(×ÍC稜½zÐPæë"
  b"—?\x11ÔñXJK–:\x0Fܯ¢ô?"
  b"ùÿ\»Þ÷H┘¥¡■ª«Åý¤"
  b"ù¡MsƒjLùüé═9\x1C\x07Ô\v"
  b"ù¯┌Ó)ÉE1¬ý ÿ\x1C¢F─"
  b"ÿ*~_³\r@Í│Å═3÷6{_"
  b"˜¥`\x15ÑHL‡•«\x19í¸\x1F"
  b"˜ã\x03mŸºE\x12°\x1E\x07›É >"
  b"š,ádÜhAƒ_Ì…¼%´\n"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ø\x1F\x11|µ Muì╝▓Ý»'Ç█"
  b"£$┤ÆHIAãç\x01▀êÅ_█ø"
  b"œ½XAk)J‚Œ Á¥|„YS"
  b"£╩1eÊ\vMż├ÕPÍ║Éé"
  b"ØÌ█Ô▒\x12Kªª▄9éO┬bó"
  b"ž\x1Cô¤\x012JoŠ K‘p{÷»"
  b"žT\x03ÚŠª@¯²Lš\x06jÇâœ"
  b"×╔ÏÞÅ├L│ë\x13\x14J╠g\x17 "
  b"ŸL\x7FdT“MU¯À\x15ø….»U"
  b" >/\x1D«\x0EO¡šºf\x1D!­³Ü"
  b"""
    ¡\n
    \x7Fv+ÐNwµ¯SH?‡È‚
    """
  b"¡Ã¡·Ü±Mȯ^&¯ž€ç_"
  b"¢t½Q!ÄMýªl[8ß¿ð±"
  b"ú\x00¨¯▄│D·╗\e▀°\x0E\x00"
  b"¥‘f\x03Ê‚Ei¡\x19Nç?2ü\x15"
  b"¥¸§®;÷Aé—®öéë/©Î"
  b"º\x0E¬¢*üG#»╔<┤ÄuþØ"
  b"""
    §RÝ\n
    ¦ô@s¿QñÍ”7‡L
    """
  b"¨tV’e\x1DD!¼ñ±µ t¬D"
  b"®T\Ø&KDmÂv³ÂIsÚ["
  b"ªñQ÷ò1F\x1E»Sj¨WÇÈ}"
  b"«\x132$èTG…¿\x03ùmϲ\x10"
  b"½Vfì£\x7FA¯ç▒╝ê¼0W`"
  b"½È\x12¸\x17zF╗»>k\fÐÝìt"
  b"­$FZ\x08ÌO³«­ŠÒYW\x19¦"
  b"«U}Á╚ÁB(¼[ù┴ü╝╠U"
  b"¯$x—‹ìD¥—¹ú\x11MÖVŽ"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"³{‰?¬½@(½¤\]Ìé\r\x7F"
  b"´;5\x16$öD³À¼°“<Œã"
  b"µõ]\x03\x0F\x7FK\x0E²Jë,ô\x07/7"
  b"·H„\x05˜PBW€¸Mâ$ÀÅ\x06"
  b"""
    ¸\n
    \v_\x06‰FN©\x08ã-Ð6„\t
    """
  b"º ×ýUµNÙ´NÏ\x04~\x06¡["
  b"""
    ║ÇkUf\n
    O_×─y.\x06Ø$\x05
    """
  b"º£\x0EöɘAØŸ¾6ý\x18X5i"
  b"╗┐V\vX\x1CB║®üÎ\r▒¤Å\x01"
  b"╝öÆÆÝTA ¥¬CÜÅñcw"
  b"¥Ñ╚ò,\x1CG¥╗ÉÈBñ▒¨\x1E"
  b"ÀœÑô¼ŸD[©ejÐüU\x15å"
  b"└í█ù\x08╝LQî\x18É'ÒA\x07q"
  b"ÑÎÕ¦\H\x17²×¸v\x009˜§"
  b"Ä—øTû¹AÃ’Cæ'F$ýA"
  b"\x1Cüãþ2Lúÿ\t¡S╣7\x02"
  b"Æ;\x1Fp/FF™«Þ\x14{'Lÿ2"
  b"Æ¢/öâ`C\x1F²+–R\x07!_#"
  b"÷èÑ‗·Oiÿ awXJ╠Å"
  b"Ê\x7F¯Š¡øK@›úªÿÌ7ðÏ"
  b"╦l\x15ªÙOBÀÅÁð#=j/e"
  b"Ëÿd¦²‹DLŒ©’//AðÁ"
  b"ÌÒ:VÒ†J\x16Ž1¹Ï°\x05"
  b"═< ó+pJj¥$<ÅÊ\x07è─"
  b"Δw\x1CȰJÔ•ÔÙ…i¦¬ "
  b"ήxJ\x1A|FŸˆq·ÑøTÕÕ"
  b"ð/║~ü®Dáàøj½ô«µw"
  b"Ðxi\x16\x01§CTµÊúQÅ0=D"
  b"и+PM‚J=Ž"P· ÂRB"
  b"Òz\x01[\x132C?‡dÕ\x1E——l\x04"
  b"ÒªO'ðœK3ÂÉ÷A4\x1E"
  b"ÔY-Ž.-A\x02¼hœ‚æ³jQ"
  b"Èõqü\x18kN\eÅÄZ\x06ƒ┤!\x01"
  b"Õ$FRÚÃMâšT‰6\x03\x0FJ0"
  b"Õðl\x05$ Dê–\\x14¡\x06\x14\x04N"
  b"Î\x12n\ÅéF\x1AâÙ╠\x0EÛ\x01öJ"
  b"ι0 âñD■©Ø7ñûU╣ð"
  b"ÏØ¯║i§KAàk\e'pD\x1C{"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"ÙpgäñàAù¨ê+÷ªiŸk"
  b"Ú\x0F«w\x19AH.™\x7F£½kºÕ•"
  b"█╗9¤j╗MÉæÎÆ▀\x166«³"
  b"█Êß\x04\x00xFüÜ\næég╣┼k"
  b"Þd²j0–Fü‰,Ë!\x05ÕÍx"
  b"âÐÆ\x04¡<DN§—fpæcQ\e"
  b"ã\tqîßGLž¢˜\x05`\x11(¿)"
  b"åÁè\r|þI\vª+$ýz+L\x0F"
  b"ç–t›FPGªƒZTÐï\x19`K"
  b"ç¢ÌS\x06åF\x02„V\rÎÚÎ\x12¡"
  b"è0¶’auF§«n;°\v\x7FÏ"
  b"Ú\x1DÜú7î@dáÚ:\x1E¯╔ü"
  b"ë\x04UàtîJ\x0E“–Æ•’³‡("
  b"ë©Ü6¬€Hùš‚Ï6ÿ;Åú"
  b"ëÞ)d°ÁO³¦#´bj³ªç"
  b"ì_IùnmMg‰ºM¸¿åº¨"
  b"ì}´jЧAu…“L/\x14¼Gç"
  b"""
    ýéÅ\x1FE├N^Æ\n
    \x10âÎ└ã
    """
  b"íg\x1FÑW~NðˆÑÿ-)Ó §"
  b"î~õîïoB\x13¢¨\x02\x01‘¯ß\x1E"
  b"îÖ–"\x1C\x06L\x10‘84|%üSÅ"
  b"ò\x10\x07\x11\x1AìIY½‘\x05°5Ïê&"
  b"ô®\t°YÞM"¼—ÎXÅ¥\x0E""
  b"÷\x13ÚàŒ HÒ­¸M6gž\x1FÊ"
  b"÷–ÊŸ\x7F2L\x1D‘˜™fþ2™P"
  b"°¡N\x0Eû]A╔║åßéÉ\x00Ö<"
  b"¨\x17█ÌqëAé«» ¤7Uìá"
  b"ù\x19JQc,A½•›3Š(ù˜Ê"
  b"ùÓ\x12]â•AÛ¯ÂøÙ43›j"
  b"û\tçV°\x11I”¾¬€)%ùÄ."
  b"²'vÞçüF*©6A╬Ú¼56"
  b"ýò-\x7FÓþA¡“=N\x13ÏbzÙ"
  b"þpMi&ÈO…©\x17„üg‚•X"
  b"ÿB²ò\x06”I‹™®\x03•iOb‡"
  b" qu±å\x16AkâÄ|³ì:oâ"
  b"ÿwD†÷sH3¨Ò„5\x14A_\x1E"
  b"ÿÍ4\x7F·ïORŒå3\x14,}än"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x03ø\x13*â&GZ²€4´Q\x06\x01y"
  b"\fi¦®\tºJxêl\x18W§Aü#"
  b"\rj§žKHEù³s`¢L‹Àì"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\evı)p█LÄü▀þI\TVt"
  b"\eÈ\x05qª÷G\x12“¢½ë\x03\x00ä›"
  b"\x1De1Ø‹\x05Fh¯\x07:ð—Õ|3"
  b"\x1E\x16ì$·┼Apó&3f\x0FôTÐ"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"#ÉMZíÖHbò\x00³âI°Sü"
  b"%É’)¨{Ek¸˜<ð\x12óùý"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b"+k¨@a›E\x7F·nû£át:\x0E"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"1\x12mÍ­ÓNÈ„Q\x03ü¥¨z\x0E"
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"35\x17Ê\x14ÉH}Ñ╝xäw\x19Ú┘"
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"8-─Ø─!DJØ\x07 \x08juE\x12"
  b"""
    9Éû█8\x02BøóÏ─\x17░µ\n
    
    """
  b"=\x19†©l_N„¿è\vhwEáq"
  b"F\e5Q|’FžÎZ\x04»tNÃ"
  b"""
    F'Â\x02\f;F\n
     d\x1Fµºs\x1C\x02
    """
  b"G\f\x19‚vÝ@5°xR\x11èAÔŸ"
  b"I\x00iÊ´\x1CO\x7F¶èU#\r‹M\x13"
  b"""
    I\n
    ­öì\x10I|║òj\t/└ì9
    """
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"L\x1F-\x17Â\x04F_¿«Ã'bïÃú"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"ORü²\x16¸N\x15½┐Æc=4µ\x06"
  b"Oö.p©bA▄Áß▒ÀfÂ(ì"
  b"Po\x0EàKñN\x1FØ»&¥EÁ\%"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"[y·R\x16œA4ŽH\x1A,r\x19h\x03"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"k)V5NÈE\f‹¸3Š\x7F\r"
  b"mzãZƾIG½x\vñ¾\x11"
  b"p\x06¹2¼\x03B2­\x7F\x04\x01¥"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"qTÎL#CFf«—œÁV-;""
  b"zâ÷\x13Î×J?Ÿ%Og¬Zäõ"
  b"|ìó½­RO߫ҧ\x1C\x1C:"
  b"}çR›ÊÃL\x11½\x1E¦½\x1F$2‚"
  b"~ÂÅo‚\rEñ§!™\x08!Fɳ"
  b"‚¦‰Æ£MGõ®wî\t\x0F™Aª"
  b"â«C>P¼K¨▓=¤Å\x13Ó¼8"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"‰Ö«ÄÞ¬N_¡'ï²@‹«@"
  b"Æ#┤ÀÙ`F└ó91¸èú╬Å"
  b"ÆO┴jÀÔB\x02îB┌▒Á╚Ø`"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"•{7\x02)¸CÛ¡\x1E\x12ñ†rf¦"
  b"¢Žý¾ÔñL4§A\x00{й£F"
  b"£“àÐ[äA\x00\x10û®-î\x01\x03"
  b"¤Q/ç¨\x1AIצáµÑ\^pH"
  b"ªsï┌h´JÓÅ#Ûı\x17┐®z"
  b"§ †‚<AE3­\x11¢mìŸñ%"
  b"®\x1Eå;ÉãI\f®\x18\fl¹┌{p"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"½ ,7F¦DfïɼÖ▀Iû»"
  b"¶íÊ`’ÙAú¦_ÆP/"\x12ƒ"
  b"·#œjž—J$ŠOÙ¿l°äl"
  b"¸a:7r\x18I#‰\x0E6¦©\vžT"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"┐°ü\x0E\x02ÇK╦ç¢=@\x13`ıÚ"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"̳Ö\x13h,HD˜\x01ˆ¦”sXn"
  b"Íf?ãaðJæœö\fј\x02X\x00"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"Ñ”hãm‡CfŽÿ!e\v!Eè"
  b"Ó¢Á\x02ýÈN\‰A¢â»¡ø8"
  b"×cèïåpE\x7F¥\x06\x0Fš\x17¾\x11\x15"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"ÓÂ6\x1CÞ&MÜùí3ÇH¹Åó"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ê<¹½•¢K\t¨—\x18&¦ìïÂ"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"êc¼)ŸØKB¿€áãÆ"›s"
  b"ìµU§4½D)—\x10h\v¿#‚Ú"
  b"ìã#âA×A–…€$h¹ ¡J"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"ï\nB\x1F1HK\x10¿.Û\x00ãåžÌ"
  b"¸\x1A╬Rƒþ@Æñp\x0E¹ÛÕÅ╬"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
  b"ÿßå»ÂÌC\x1C’$\x15º\x02raí"
]
91 0.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
92 0.07 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`
Parameters:
[]
93 0.08 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`
Parameters:
[]
94 0.47 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
95 31.41 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/navigation/8a741fa1c9c64a1cbbca8d954a042e5c"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
96 0.06 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
97 0.08 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
98 5.68 ms
# theme-service::load-config::read
SELECT `theme`.`id` AS `theme.id`, `theme`.`technical_name` AS `theme.technicalName`, `theme`.`name` AS `theme.name`, `theme`.`author` AS `theme.author`, `theme`.`preview_media_id` AS `theme.previewMediaId`, `theme`.`parent_theme_id` AS `theme.parentThemeId`, `theme`.`theme_json` AS `theme.themeJson`, `theme`.`base_config` AS `theme.baseConfig`, `theme`.`config_values` AS `theme.configValues`, `theme`.`active` AS `theme.active`, `theme`.`created_at` AS `theme.createdAt`, `theme`.`updated_at` AS `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) AS `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) AS `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) AS `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) AS `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description AS `theme.translation.description`, `theme.translation`.labels AS `theme.translation.labels`, `theme.translation`.help_texts AS `theme.translation.helpTexts`, `theme.translation`.custom_fields AS `theme.translation.customFields`, `theme.translation`.created_at AS `theme.translation.createdAt`, `theme.translation`.updated_at AS `theme.translation.updatedAt`, `theme.translation`.theme_id AS `theme.translation.themeId`, `theme.translation`.language_id AS `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
99 5.17 ms
# theme-service::resolve-media::read
SELECT `media`.`id` AS `media.id`, `media`.`user_id` AS `media.userId`, `media`.`media_folder_id` AS `media.mediaFolderId`, `media`.`mime_type` AS `media.mimeType`, `media`.`file_extension` AS `media.fileExtension`, `media`.`uploaded_at` AS `media.uploadedAt`, `media`.`file_name` AS `media.fileName`, `media`.`file_size` AS `media.fileSize`, `media`.`media_type` AS `media.mediaTypeRaw`, `media`.`meta_data` AS `media.metaData`, `media`.`config` AS `media.config`, `media`.`path` AS `media.path`, `media`.`private` AS `media.private`, `media`.`thumbnails_ro` AS `media.thumbnailsRo`, `media`.`created_at` AS `media.createdAt`, `media`.`updated_at` AS `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) AS `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) AS `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) AS `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title AS `media.translation.title`, `media.translation`.alt AS `media.translation.alt`, `media.translation`.custom_fields AS `media.translation.customFields`, `media.translation`.created_at AS `media.translation.createdAt`, `media.translation`.updated_at AS `media.translation.updatedAt`, `media.translation`.media_id AS `media.translation.mediaId`, `media.translation`.language_id AS `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Šƒ¢·~pø³Ã˜©4´<"
  b"\x01Šƒ£^¾pÁ¾A9ÍŒ€!Ë"
]
100 0.13 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
101 0.04 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
102 0.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"ðîßûùLL6ì┴|ð╦┬Úý"
]
103 0.07 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) AS grandParentThemeId
            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 = ?
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
104 4.96 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
105 15.03 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"ðîßûùLL6ì┴|ð╦┬Úý"
]
106 0.32 ms
# breadcrumb-extension::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
]
107 70.45 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/8a741fa1c9c64a1cbbca8d954a042e5c"
  "/navigation/5cf57f32947d430fa931e53694822cba"
  "/navigation/13a2b49821dd47d9a7a5389b2d690857"
  "/navigation/cb53485bc0264c979c07a1df1a5c38d3"
  "/navigation/38d6806a5b4547988a2a7df65fd04ea3"
  "/navigation/29cf37b94c3d4144ab148c6e75a28b88"
  "/navigation/7e353cca391f4ffbb4b52e542ab8cf81"
  "/navigation/fe1dc8f9ed3c463bb5b62ff6b74e1312"
  "/navigation/92e148153abd47b5b65b9e1f472bba0a"
  "/navigation/2b7a7d2c848e4e8eb1d8a2c4d63b82cd"
  "/navigation/52f7fdeb3e7d43d89ee07238a69a853d"
  "/navigation/f820f87e629043c9aa9715cc528b1e77"
  "/navigation/7b0bc1263b3a4e08884045012fdecb6f"
  "/navigation/9a1ae5d43c3e43f1bed1cbbd4ece14bd"
  "/navigation/04dd866c94984db1bdd735b061e8d5ce"
  "/navigation/65a591e3f53f4d03b77669f8a97df90e"
  "/navigation/75cf65f3da7944d48d0713d3b64a85b6"
  "/navigation/c4a1ab55c6764bf9934bc8a91ed62ab1"
  "/navigation/b0fa967a7bc245b286aea29dedbe8cf4"
  "/navigation/0a238c79db1c4e26a8d7d01bf47a27be"
  "/navigation/74f6df11bace4f62a74da7fcf5ebcd90"
  "/navigation/0ba65bc281894b048d58915e40c2f58c"
  "/navigation/22bd9585899942d58c1dbec2ad67fc3d"
  "/navigation/7608d844c9e244b281dbaab83db40f9c"
  "/navigation/02420af1d8754f31b093bb8c02c38835"
  "/navigation/87af5152799049f39b1c6c901e3a9e17"
  "/navigation/9bc05449d2f6475e8f7ae0676b93aad7"
  "/navigation/3c1b087e0e7240f7b2810f77412d0258"
  "/navigation/389f8275593e4076bbe40b6c1006b189"
  "/navigation/7918ef1fc4274fe18bbcdb2a87577217"
  "/navigation/0861e3d11e494acca5a6c537e6fd1a5a"
  "/navigation/c1826b119532414880ea003b14e29416"
  "/navigation/8996597ccad5476eaf317e3db261a684"
  "/navigation/94cac3f530fd463993eb84c3459d3013"
  "/navigation/92f1263e033a46b5bb393852d5ca3161"
  "/navigation/b38728ea5aa045df923831c6974d5388"
  "/navigation/307b9ee52d514a218500320b0486d1fb"
  "/navigation/b274367f740740f495cbef845e7bbbe6"
  "/navigation/a149c6b3568f49cfab50ef31890e84e9"
  "/navigation/d2b1957882664ad7b3e1577490f897c3"
  "/navigation/497effb557754382b4e64f05247bf03c"
  "/navigation/e5e66e323a4f4c12a3c78110db4d3e17"
  "/navigation/64a83719f133446396cbbac196f4bc8e"
  "/navigation/567cb56a88944d3b95d17a43a7a3b909"
  "/navigation/9e5aab10af774b3f817b0290511f3801"
  "/navigation/930160eed950404789d470e9eefff4c8"
  "/navigation/5a887e38f7574f8da5c4bc69dadf7420"
  "/navigation/b6db15d4501542b087a82a50ca1c041e"
  "/navigation/8e978aee9e694d10b17138cdc1994ae6"
  "/navigation/e4109f09538d4fe2809f8126fc645ce2"
  "/navigation/834b225f9afb479db6dcf31deedb889b"
  "/navigation/3d27712dd3294999b50520ee514f5b29"
  "/navigation/a8bf7d1bd29a450798d5db0779e1506e"
  "/navigation/f9958a33d2ba4586ac2c69a63385e9cf"
  "/navigation/71064aae67ad4846b280f11a3f9b1900"
  "/navigation/50dd166f2d304ab58e41101ff11c38c2"
  "/navigation/3ef8027bc02b4653b4c47d2d5f729915"
  "/navigation/db4c4787c52a4efb910fb58822601053"
  "/navigation/df414550641749d5b8cba8c08517b2ca"
  "/navigation/4dd33d17cbe54c0da6065c68633ffb99"
  "/navigation/32b3cd1aebd2496a8afbbfbbe6671b60"
  "/navigation/63392f06de554ae9ae19c557c05ed818"
  "/navigation/bdb95b574d2f4c57acc01cbe270c1be5"
  "/navigation/3c8bb5076cb04730854f3dd692f211a0"
  "/navigation/0a4fa1ae9977451c8957b880896add52"
  "/navigation/26d8f28bb85b4435b177f733af3e5d2b"
  "/navigation/87fd4a672d4e4bc4a1e3836141d0e641"
  "/navigation/d3c8ad0430ed47e59eaf990851c9be64"
  "/navigation/edb6fb2e859843bd8f5ed5df5b13a485"
  "/navigation/27211a9296b0418a810630ef423f2e48"
  "/navigation/df0eb277b1ed494ca5286c0d51c1d39a"
  "/navigation/7bb7a53dd1bb43e483975baa506bd456"
  "/navigation/15bb83eaa28f4c2ab829435a14240384"
  "/navigation/1e53d7fdba8c468e86e8cbd0f325c112"
  "/navigation/32cdcce4f8d5455a88fd5de39ac15add"
  "/navigation/7d5f55d0a8c24cbabd400ab62e7b2a5c"
  "/navigation/8ef028f2b9214fc1a55575c031526db9"
  "/navigation/5f523fa2ca034881830d6c8f9f6171cc"
  "/navigation/93232bc7e51d4b03ba211f31bcfd907d"
  "/navigation/93d3e44cff9348ab97482a024b411fcc"
  "/navigation/07a98285308741749b7579817d8606c5"
  "/navigation/11487403e8004147a763a60f7b40b6e0"
  "/navigation/1cdb6856eda34292a4347c6be63f36a6"
  "/navigation/417d5e66fbad4498bd6371e5ac109a67"
  "/navigation/69e44a389d464b0d965225f8dc8b7c4d"
  "/navigation/6eeb6967f11e4d7a9a0dd774b372ca9b"
  "/navigation/7bba05c1eebb471596aa8c9e450f83f1"
  "/navigation/a2890739e08745b8909068417e3c1db5"
  "/navigation/a2aa46d64db14cdab23d30917a4f9f3c"
  "/navigation/a6b754ab9ebf4d569fb2f790e0ddf91e"
  "/navigation/a6d44821272648b5b007c18705fd65f6"
  "/navigation/a7ce04bbaf6c4661b385057474c51362"
  "/navigation/b3ce7d4e02f9409db5fe16a71194440b"
  "/navigation/b438875cd4624b71b306166a71d42aa4"
  "/navigation/ce573a533d2c4e58bfae7b632a2f6dcf"
  "/navigation/d3f00b0fabf442bcba6d9fe384d5e252"
  "/navigation/e4fa4d5bb9394e2fa44986610b14dac8"
  "/navigation/eb0059cc149d40a9bdc2045e5907370e"
  "/navigation/efbc59d7655c4fbe81052f8629bd9052"
  "/detail/8d7842d239f64ccf80e29eefd8323025"
  "/detail/45a6a59dc5a84d6386295380ea19db76"
  "/detail/14e305f953544dfd8b4855a1349a517e"
  "/detail/4a56f829d4b04776b6d08ec9e5dce26c"
  "/detail/065dcc58d5ff465aa166928977dcd812"
  "/detail/47bcf1c1eda54892a93e307df3415beb"
  "/detail/2ad4e51b5a9a4084b2c2ff1fda9a6d40"
  "/detail/6ce71397565e485b85f5d6853c61eb65"
  "/detail/019638f44a0b435a877ae3e739cec16a"
  "/detail/39691bee67fc46adad4b78e5bd06ab41"
  "/detail/020e8978f0c04f1ab2c94bc96c7b9aa0"
  "/detail/23163e7317da44a7986e3ba66882d885"
  "/detail/1f97af51fa9845d0801b2969328b8b52"
  "/detail/41c1a554b3d242cc8a159b0922ad7131"
  "/detail/08c3cfef4bab4bafbab960d859ebfe7e"
  "/detail/1d52815234a34935a3a9113e3a5193b3"
  "/detail/0323006403fc4a8da89cfb9839cd9710"
  "/detail/539e745633cd4a4aa365a012eb4c59b7"
  "/detail/0203b037543247cb8404da4d938b0477"
  "/detail/0048d84c0b4f4b44b6470070fc3e51d2"
  "/detail/37a44a8fad3c485aa9d76b915e085f42"
  "/detail/49c696d5e29e4a5db7198e82a8b21f9c"
  "/detail/92f73fdf1e594c32bb5bd7fc5a8207ea"
  "/detail/7dc13d90ce4344d2805f8a8dc4eac495"
  "/navigation/1e8f1fba03304039b0189bc34e873123"
  "/navigation/b9140bab771446cfa77a66f872bbc9a2"
  "/navigation/61748a08054943db88a95ba0c36f2c01"
  "/navigation/bfcb64f8f892471bb0e6f9bb9beff373"
  "/navigation/0dced3f9097b4bd69617d93acfdafc51"
  "/navigation/758b53cbbc174865adf2cbf52d833160"
  "/navigation/d1358940b3cc487ab68f1762ae08a8f8"
  "/navigation/384b6bb68c5b4c7da2bb2a8fa8a98609"
  "/navigation/53507397c03f48a88cfae906fe229140"
  "/navigation/adf2cf645c5741f09d2435e350e3a949"
  "/navigation/4acbcf15dd01492da4b84c17eb2a98d2"
  "/navigation/b4cc0cf259e645379bf20aa3b5be40ea"
  "/navigation/9a682cd47a1e490a849e805d72d4e803"
  "/navigation/d6739b13d13240de825c9ec936b7fc92"
  "/navigation/16bc5602f87c4fc8ae5f6db1cc9099d7"
  "/navigation/9c5fd3e6bbf844c8a07453b71aabf85d"
  "/navigation/9b37d476e2564b0b940798e8cc0b30e9"
  "/navigation/a7b83c11a30f43ad91b6e64c26411c50"
  "/navigation/d9f2226410a14bab8b2ee9e21dd46d93"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
108 0.48 ms
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 (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"ƒ©á>`¾I^Œ_ÃT\x13j'|"
  b"\x06p_{ZBNi¿MS\x10\t~\x103"
  b"æª▄ź{K9ÉYÀu\x1D#°╦"
  b"—´î!/\x1DO°œƒû¤ª›.î"
  b"ƒ\x13gJiµEtíUW¶┬ì\x15o"
  b"Ê›¼\\t\x04OG¶0‚;)mºÝ"
  b"¬CÊs̺AM­\x16ø\x17é\x14\x16H"
  b"Ç\x14Çñ\x15;JH¨™\vG冞O"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.