GET https://www.led-trader.eu/navigation/38d6806a5b4547988a2a7df65fd04ea3

Query Metrics

108 Database Queries
88 Different statements
2170.95 ms Query time

Queries

Group similar statements

# Time Info
1 0.13 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.04 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.04 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.03 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 25.67 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â)"
  "LED-Streifen-174"
  "LED-Streifen-174/"
]
8 0.04 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â)"
  "nllUrvDCidkYpPFrzQXAI0asAjLrUnC2"
]
10 0.02 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.06 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.03 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.03 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 0.03 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.03 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.02 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 0.05 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 0.09 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 0.06 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.02 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.37 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "nllUrvDCidkYpPFrzQXAI0asAjLrUnC2"
]
22 1.93 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.13 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.03 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
25 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:
[]
26 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:
[]
27 0.02 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.03 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.08 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "nllUrvDCidkYpPFrzQXAI0asAjLrUnC2"
]
33 1.63 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 5.70 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 11.55 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 101.07 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 1.26 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
38 0.36 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.80 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.92 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.71 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.13 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 0.84 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.13 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.36 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.10 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"8Ö€j[EG˜Š*}ö_ÐN£"
  b"8Ö€j[EG˜Š*}ö_ÐN£"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
47 0.40 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"='q-Ó)I™µ\x05 îQO[)"
  b"\x16o-0JµŽA\x10\x1Fñ\x1C"
  b"q\x06J®g­HF²€ñ\x1A?›\x19\x00"
  b"âK"_ܹGØÂ▄¾\x1D¯█êø"
  b"¨¿}\eÒšE\x07˜ÕÛ\x07yáPn"
  b"ù•Š3ÒºE†¬,i¦3…éÏ"
  b"8Ö€j[EG˜Š*}ö_ÐN£"
  b"Å`ßÒß>A}áKøö¸\x15åÙ"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
48 0.32 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
49 0.42 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 1.45 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 1.37 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.33 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 1.89 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.32 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"8Ö€j[EG˜Š*}ö_ÐN£"
]
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.84 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.89 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 1.30 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.07 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.13 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"8Ö€j[EG˜Š*}ö_ÐN£"
]
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"8Ö€j[EG˜Š*}ö_ÐN£"
]
70 1461.66 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
]
71 6.35 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
]
72 5.28 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
]
73 3.31 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"\x1E\x16„#‘E±„-Oï"Å9E"
  b"I,/š“\eC3„^\x12j‡,N”"
  b"|r¿†óCKü¢Dù9’Xð\r"
  b"‰TU†ŸUD^½\x18–Ö\x0E)Ùø"
  b"ÈÕÓ{WwD…“\x1CL¤ŽDc€"
  b"ç;\e˜a3JÌ›žžç>)“\t"
  b"ø–è~^NG\t¦R^§p%97"
  b"""
    þ¾Åao"J¦¾\n
    \x05@R_¥3
    """
]
74 62.59 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
]
75 6.69 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
  0
]
76 5.20 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
  true
]
77 145.69 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
]
78 83.33 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"8Ö€j[EG˜Š*}ö_ÐN£"
  null
]
79 0.27 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"(èš _x@·’膘=i5õ"
  b"M┼\x05▒=èLÍîÅÉôæÈT¼"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"""
    ®\vÜ.╬RDñÇñ/>\n
    É¿¤
    """
  b" \x07\x0F\r—jK|’—Ò- c‰\x02"
  b"ϳ/\x1C\x17~O«üW[\╔6bü"
  b"\vLOl©§Nʶt[•JÇ76"
  b"\x04å¥E˜¿Ga¦„éXä\x03—Î"
  b"┐É\x14\x1CÙ█I\x1D«TÍèɱ}å"
  b"<ŒìZ2dJe¹óý\x07€FÓ³"
  b"ÚÅi¼)ÀDœ£\x01ÛÞÏÊ\x00D"
  b"$VB‡e\x10Aס¼`ÑŸ:”ü"
  b".:%Ò/–KB’\x1DÕAªû7Õ"
  b"\x1A\x08é\x1DXtFXúþ<l\vûü┼"
  b"7ŒµKÙµO“ƒzÆ1RÈ¥²"
  b"\x1CÐMhÍjKmÉ╚\rÉ┘´═I"
  b"\x04…èpˆlB#º¤\t\x15\x0Eº=@"
  b"\fM\x18håßHÉëw╠lJ÷┐D"
  b"°oº\x00ÏþKá¹\x07\x1Chü³zf"
  b"*\x13§…A\Gε]D¼ B\x14q"
  b"\x0Eï@à\x1FÍG_•žÍcBš9x"
  b"KÖGwåãL┘ÁX\x12╗╦WhÉ"
]
80 0.31 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"(èš _x@·’膘=i5õ"
  b"M┼\x05▒=èLÍîÅÉôæÈT¼"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"""
    ®\vÜ.╬RDñÇñ/>\n
    É¿¤
    """
  b" \x07\x0F\r—jK|’—Ò- c‰\x02"
  b"ϳ/\x1C\x17~O«üW[\╔6bü"
  b"\vLOl©§Nʶt[•JÇ76"
  b"\x04å¥E˜¿Ga¦„éXä\x03—Î"
  b"┐É\x14\x1CÙ█I\x1D«TÍèɱ}å"
  b"<ŒìZ2dJe¹óý\x07€FÓ³"
  b"ÚÅi¼)ÀDœ£\x01ÛÞÏÊ\x00D"
  b"$VB‡e\x10Aס¼`ÑŸ:”ü"
  b".:%Ò/–KB’\x1DÕAªû7Õ"
  b"\x1A\x08é\x1DXtFXúþ<l\vûü┼"
  b"7ŒµKÙµO“ƒzÆ1RÈ¥²"
  b"\x1CÐMhÍjKmÉ╚\rÉ┘´═I"
  b"\x04…èpˆlB#º¤\t\x15\x0Eº=@"
  b"\fM\x18håßHÉëw╠lJ÷┐D"
  b"°oº\x00ÏþKá¹\x07\x1Chü³zf"
  b"*\x13§…A\Gε]D¼ B\x14q"
  b"\x0Eï@à\x1FÍG_•žÍcBš9x"
  b"KÖGwåãL┘ÁX\x12╗╦WhÉ"
]
81 36.57 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"(èš _x@·’膘=i5õ"
  b"M┼\x05▒=èLÍîÅÉôæÈT¼"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"""
    ®\vÜ.╬RDñÇñ/>\n
    É¿¤
    """
  b" \x07\x0F\r—jK|’—Ò- c‰\x02"
  b"ϳ/\x1C\x17~O«üW[\╔6bü"
  b"\vLOl©§Nʶt[•JÇ76"
  b"\x04å¥E˜¿Ga¦„éXä\x03—Î"
  b"┐É\x14\x1CÙ█I\x1D«TÍèɱ}å"
  b"<ŒìZ2dJe¹óý\x07€FÓ³"
  b"ÚÅi¼)ÀDœ£\x01ÛÞÏÊ\x00D"
  b"$VB‡e\x10Aס¼`ÑŸ:”ü"
  b".:%Ò/–KB’\x1DÕAªû7Õ"
  b"\x1A\x08é\x1DXtFXúþ<l\vûü┼"
  b"7ŒµKÙµO“ƒzÆ1RÈ¥²"
  b"\x1CÐMhÍjKmÉ╚\rÉ┘´═I"
  b"\x04…èpˆlB#º¤\t\x15\x0Eº=@"
  b"\fM\x18håßHÉëw╠lJ÷┐D"
  b"°oº\x00ÏþKá¹\x07\x1Chü³zf"
  b"*\x13§…A\Gε]D¼ B\x14q"
  b"\x0Eï@à\x1FÍG_•žÍcBš9x"
  b"KÖGwåãL┘ÁX\x12╗╦WhÉ"
]
82 7.91 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"ŒoóªŠ.MK¼—¦\x02ºÝ\x15¸"
  b"\x0F\x15¨>K»©\x02Ø{™9§`"
  b"ð6jn8ÙO\x1FŽñ\x15ûŠu\e\x03"
  b"¡■■f¹ØDâ┤\x00\x12\x0Fù%"
  b"Û┤b¼hôEÅà1`é\x0Eb\x14"
  b"ɤ\x1A‚?‚E–·oÎËw¤\x1Dš"
  b"╬■\x1A8ØmLËü*\x0FýÓiÀ3"
  b"Ë\x1FÐ│´\x06JÁØ(\x01!°╩Ç\x05"
  b"§¡ºþ·_AN╗àeqÞgÝì"
  b"\x05#R\t¾ÊFŽ­AéC5þ‚}"
  b"·ÖÉ\x1A<ÍIê’ÚŠ—ÎA\x12Ã"
]
83 45.81 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"\x04…èpˆlB#º¤\t\x15\x0Eº=@"
  b"\x04å¥E˜¿Ga¦„éXä\x03—Î"
  b"\vLOl©§Nʶt[•JÇ76"
  b"\fM\x18håßHÉëw╠lJ÷┐D"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"\x0Eï@à\x1FÍG_•žÍcBš9x"
  b"\x1A\x08é\x1DXtFXúþ<l\vûü┼"
  b"\x1CÐMhÍjKmÉ╚\rÉ┘´═I"
  b" \x07\x0F\r—jK|’—Ò- c‰\x02"
  b"$VB‡e\x10Aס¼`ÑŸ:”ü"
  b"(èš _x@·’膘=i5õ"
  b"*\x13§…A\Gε]D¼ B\x14q"
  b".:%Ò/–KB’\x1DÕAªû7Õ"
  b"7ŒµKÙµO“ƒzÆ1RÈ¥²"
  b"<ŒìZ2dJe¹óý\x07€FÓ³"
  b"KÖGwåãL┘ÁX\x12╗╦WhÉ"
  b"M┼\x05▒=èLÍîÅÉôæÈT¼"
  b"""
    ®\vÜ.╬RDñÇñ/>\n
    É¿¤
    """
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"°oº\x00ÏþKá¹\x07\x1Chü³zf"
  b"┐É\x14\x1CÙ█I\x1D«TÍèɱ}å"
  b"ϳ/\x1C\x17~O«üW[\╔6bü"
  b"ÚÅi¼)ÀDœ£\x01ÛÞÏÊ\x00D"
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"¡w£à)3Hµ¯ô–¹«jÃè"
  b"2\x17a¡z9N\x1C´\x18úwv~\x1E¦"
  b"­9«éB½FÍØäy\x04þØ¥¯"
  b"/Þ9RÏKGè‰C§(!f¯\t"
  b"F:‡‰j¾Ai¾ŠšôŸ_¯\x08"
  b"âí\\x14?<A¾†-VibºôX"
  b"±\x03”|e[@i¿ë\t‹W¥\f\"
  b"\x17IN\K\rºGeÖ &òB"
  b"è{¢Ö^±MÅôJ¸L¦|~è"
]
84 0.31 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.03 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.21 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\x00\x0FÑIr£€Õ„„ã˜?"
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\x01ïÃkn\eB÷µå\x01\x1C,P«Í"
  b"""
    \x02n×Ã\r\n
    Gç›±ÚÚ—î¹d
    """
  b"\x02·2@¨žBY½Z“Z\x03X§#"
  b"\x02ÿÿ;™ÃNÍ•ýon!A\x7Få"
  b"\x03ä\x18Ö$WK8ŠÒ>úQc#½"
  b"\x05#R\t¾ÊFŽ­AéC5þ‚}"
  b"""
    \x06?\ÁZıLuì\x01\n
    þ¿\x04Y─
    """
  b"\x06]x¼öäC?‡¤f´\x12Îç«"
  b"\x06bèɶ`D#¯µNä×€Iƒ"
  b"\x07█É╬p\x1FOÔï\x1A¨ı[\x04\f"
  b"\tY™Ê¢‹@J’éÓ\x16AøRÕ"
  b"\t¿┼m`~JgûôQå2{Å╚"
  b"\téR€±ƒE\x14žÐTìq´¯;"
  b"""
    \n
    ÀD§U®E]…™UžPaŒ\x13
    """
  b"""
    \n
    ╠Z`´ÅBe®vÑ®å\r
    """
  b"\v7═█ÀÄJ<Å"'▀▄Æ\tÈ"
  b"\v¤=\x16\x02\x1FKÈ╣ıDçÎØg×"
  b"\vÔ›Ê\eZ@¶¢“|\rÆóeT"
  b"\x0Eü\x1CdBWO║¿°¤Ò\x16`OÔ"
  b"\x0E╩ɾè¾M!¡Dqdño╬U"
  b"\x0FX›{tŽG3²\x1F°\x11¨_íý"
  b"\x0FuÛóÜ2G9ªN\x08í\x12´ð—"
  b"\x0F¼†!¾FDÓŠ_‰\x18ØüÔ\x01"
  b"\x13\x16\x089+lA‚¤šÀ—[UÄn"
  b"\x13WEsÞñGB€Sù9žùTï"
  b"\x15Åú`Z6F╝å´>ü¸\x10Ãõ"
  b"\x15úüâ.?O\x13£Ë\x04*_€$»"
  b"\x16\t±>. F7†\x19LÙ÷–ôõ"
  b"\x16àJz•ÓG}‚¾®¥±\x05Ï\x7F"
  b"\x17c¿ÓÇ\x19N²¨Ã\x16,\x02Ô{+"
  b"\x17¡§âVëN7‚º#ãêO\x16k"
  b"\x17Îb—ϤF¾‚ž\eÏeÊÁ‚"
  b"\x18\x12Ã▒HıI╦ìÏí╩öá\x10Q"
  b"\x18Z\x06þêÇDt®"b„/Àª€"
  b"\x18s~U\r$N~ Ål├äÌï"
  b"""
    \x19mðjמ@¤ŒÏÐrƒÇ\n
    é
    """
  b"\x19ÞÊÅ\x00ÛGé—|gMð~´é"
  b"\x1A™ë\x15rŸAû¿Ã1›5M£?"
  b"\x1CÎ0╝¥ÖN[óØ«Mf\x17\x12T"
  b"\x1D·Ý\x10NÉHm¨\x13\t^¯ý²\x1A"
  b"\x1FhmåË€Jä˜x›\x10\x04:‘"
  b"\x1FÞùŒUKALJ”¼M\x17:¹Œ"
  b" \f\x1AUrGzª:lÛ€a‰\x13"
  b"#üd¹¡ÙH\x03å}nhõ┴3Ý"
  b"&lÏ;\x07\vBÍØu\x061úêÕº"
  b"&©lBš\x18A\x1C¤ô”ʉÏ\x13s"
  b"&ð^èÒÿMdüÝl╣\x16\x06µ#"
  b"&Þ3U`ÄAy½}ÚZ×,Ú‚"
  b"'y\x0E.\x00„Lƒ²L±\x1FÚøÝY"
  b"(yãX\x14ÙH9‘/{\x1Fð1¶Q"
  b"(~ó×ÿ;Nd­.ð5Îi\t\x1E"
  b"\x1F<ç2J7‰Ò¾«DÆ@å"
  b",j1╣▀\x07F{Å╔aÜÇ■Ø▀"
  b",ºø>+\fM·¹V4h-ø\r£"
  b"/30ö}=@ð–”´Èú}^\x13"
  b"1˜ÄE\x17\x01J׉à‘,\x08Õtä"
  b"2º1\fü\x7FG¢º:õ}²\tWI"
  b"3‡\x1D‡ö*JE¾T+\x1F;F³Å"
  b"4:\x01ïø\vL‡¢¬cÃQ›Ð«"
  b"4<G6U•G@…iƒ·.ó‡"
  b"4DÌ0ÙEA. V¼\rmLÒ’"
  b"4•ͬ\x15¢Ib‚ŽÈÇ´™ƒŒ"
  b"4ù\Ì|X@ÏžâŸ\x18&[E³"
  b"""
    5ùe’­ëF\n
    …–ßš\rÔ|X
    """
  b"\x13t:ªKÞØ1▀ozê¯*"
  b"6¡ì\f╣aO°ÀÚ┼\x10¾\x1Fü\x1D"
  b"6ã¤É\x01vLž‡\t8*‚\x16"
  b"7¦▓\x1EÏ‗H\x12üî╝F#\x1AþÕ"
  b"8n¼&\tÃO­¹6ëÜ8]Òm"
  b"9\x14·1Î]@K„5ä;­ÍŽ¡"
  b"9öˆ£ÑßIG§¨ù\x01æÍ ¯"
  b"\x0F\x15¨>K»©\x02Ø{™9§`"
  b";äs×iuJ)ťòÀï]╩"
  b";ÎÆlçÖEH ± ”CS÷"
  b"<┴ì\x18bxOrì\x0F)ÒRxÚ²"
  b"=ù{ÿ³ÉEC±ã"—Éþ\¡"
  b">dõ$&CLÁ§x\x7F)ã5¨Ý"
  b"?нî3\x07E\¥ÖŠa–µÔ«"
  b"@«1‘\x10$Cb¢˜^µ»ó³!"
  b"@Ó±ı╚@CZ║­Á\x1E»}╔É"
  b"Bñ0w‰œF\x03Ž\x05âTN\x11á\x0E"
  b"C,­e\x18y@Å¥\x1Ck·╗O±▄"
  b"CŽ4Gƒ¬Oó¹›@¤æŸðê"
  b"D\x7FƦ=MD\x1C¥àHY¤Íw0"
  b"\x00í“bH}…\x01MTëñq<"
  b"EX c|7F▒ƒ\x0F%É▓Î \x0F"
  b"Fæä=Ð┬D)┤Æ×0»ÃŰ"
  b"Fáb╬\\x1AHÂÉ\x10¼,J÷R5"
  b"Fùií\x1DøB`Šò®yÐv3©"
  b"G\x1DUKãyB—˜½4ÈO•Œÿ"
  b"G=5°Õ²B4¡P=Ò\x08­«·"
  b"G{åXÌÑAU‘\r\x00Qk¿ô"
  b"G~ aáïC‹©‚ ØªÔH3"
  b"GÙÌ4xlB±½œ’>\x0F\vGw"
  b"H$¸µM-Bƒé¤WÉO­ø\x08"
  b"J½¾î×ÀMÓ±b‰aT\x01¿."
  b"K║ØÑ@pEa¿iÝT71í$"
  b"O¿µ´bÖGgŒ,\f\x14†ûé["
  b"O▀U\x15~@@!ÉâäÚú¦r┬"
  b"Oü÷(C\x00Dá¶Ò\x1Dfé‰Ay"
  b"P]£ñ›¾LFª\x1AÌ‚\x11ùZÔ"
  b"PÅ¥╠à\eG░ª\t9wó+èV"
  b"Q\x19yÇ2°Oòªé„z\f\rØj"
  b"QQòÏf"HR®†4M¹\x12"
  b"Q½¨³└îK¡ÅTxûıfçÑ"
  b"R”zÝ\x066K¬žÖe\x1ApäöB"
  b"S\x16`_a:A"ø¸î£BÉKo"
  b"Tl_»ØLBZ▒P\F┐Øß¡"
  b"T—…·GàJÂ…Œ)!RyŠ*"
  b"\x1FÒ\x15\x13Jê³F½\x19¤\G?"
  b"\vL║»I\x11ü87ã¼b71"
  b"W”™öí¬K±Ôõƻ߅¡"
  b"W³ëÓ\x10 @ˆ¢2Ÿ\x03'R\x128"
  b"Y^<|ˆwCh¢Pä«Uø‰¨"
  b"[\x0EºÝºAJ<£W™ù\x16Ò8¾"
  b"[Gf^.®Nt°ìÂ];\v"
  b"\s´\x1Cß1F▓¿`dëØÈÀ\x0F"
  b"\æ puiM£ü³q7DOîY"
  b"\±S\x7Fó\x11@Ì…ÉNM¸©SÜ"
  b"]É;ÌЇJl™¯Mý]Õ\vB"
  b"^hl³„"Bm’LReÝ^°["
  b"_¥ÒT}SGVµÌ³nçæpq"
  b"`™/I#ŒMú¤Gj\x19Öê½%"
  b"aìp·¨ÄNݹÁ@\fý1å§"
  b"cR"@ÿdFvÉ¡Ð7pb╠ã"
  b"""
    d\x01£%™àIòŽõ¡\n
    YOè$
    """
  b"eT\x7FEÓì@p–¾ž\x02qÝå_"
  b"e‚±ò\x10|Iy¦Çt\x0E\x01òþ7"
  b"eƵVä\vGR˜\x13±¼ðvð\x14"
  b"eÒeê\x1FÌH\‡”]¾{èx\x0E"
  b"eóPfýÞG0€¸ÆÊ"øóX"
  b"f\x19­*sCO`¡–ÐS|Eÿ·"
  b"g~\x12]\x7F_G\x06¦ãx¥¿Â&€"
  b"hØðnô)CAç\x08ð\x03\x1F þt"
  b"i╠m\x1F░ÎF║Øí\x16\x01Ôóøj"
  b"j\r**-jAsù┼µ[hÅ´´"
  b"j%øæ\x18ËNV¤=½ª\fÃ\r\v"
  b"k`ò*U\GÞ Ž¶LeY=p"
  b"l\x1E╚ó¨³L:Àtȱ\r╦Éô"
  b"la3#W|Kˆ†›þöûo¹˜"
  b"liåãñÄHÁ§zÖÃ",{D"
  b"léü╔ñ!N▀▓¡h£╚oÇ1"
  b"l¨÷t=\K>‘ôvx%rD\f"
  b"m;ÿØ\x17▒MÍå¬nÅ\x02\x05l\x15"
  b"mÝ,áÚÑH\x10ì¿A?‗\x1E\t'"
  b"nBºÐN&B„\x7FÞÝ¥\x029”"
  b"ntQ}¿‹G\x07®wŠ\x1E›%!á"
  b"oÖãÉ\x14êF¢à\x19╦‗w\x04äê"
  b"p?>\\vüLÑŽ€Êd\x1F%rH"
  b"p¸ÚÕ\x12\x07KKˆ~ÿ¿ñt÷ô"
  b"q”³¡ìÿM}ˆ»\x10Í*$Û\x1D"
  b"qØ>┐'/G\eÿ&/7º"ƒÚ"
  b"r(ØNü†J*™,à\x1FG!eQ"
  b"rNŒV,¦@^‰íûvbƒ;\x16"
  b"r\â³╬└KbÅ÷îX1┐ç\x00"
  b"ršQ†ä=Iö‰»± ¼\x14ò¹"
  b"r›ý1çxD*…ÉÄÕO'lÓ"
  b"rı¼\x01\x15±EpÅ4\x06é\x05×bP"
  b"rìÏÿ\x08J@Lœi˜^Ô×ö-"
  b"s$Ó\t¿½Eø×±│Ê ëɳ"
  b"u¡Ç\x00\x00¡M(¼À8µ\x04ÁÍq"
  b"v;ˬã\x10Fë¬p!ÅÉ)\x7F7"
  b"vBLâ€ÂM\x17–'\x0FDiŸml"
  b"vÛt-=ÓFi…#rŽVa¹}"
  b"""
    wÆMÆ5\n
    HÂ╗àÉTU╚╚ 
    """
  b"x¦¨w\x07!E1¿|ˆÿ©ŠZ/"
  b"y=U.\x19ÙBñ–)‡\x1AØ\x08"
  b"yî<Õ¨ HXœÚOûåÔgD"
  b"\x04éèÍE\x1Cœ\r,ÞAÇMß"
  b"""
    \x15´ãûDF‹}ø\fx\n
    ß[
    """
  b"{G ı­╬EØôM¶*Á╚´ë"
  b"|¼”)Ø+AФ±:uÖtl­"
  b"|Þ6°gaEð‹vå\x0F³,ë6"
  b"}Ã-ÎyšEƾ+ýX#Ù)¯"
  b"~9·Ë1£Mïƒ2\x07ú“Ìjo"
  b"\x7F4\x1E¿ ØDWØöpãä\x14,)"
  b"€þÄz×IIV–Ü\x19-T‹1Y"
  b"ü├│ÄÅ\eH\x19óuÆÛÐã©U"
  b"‚éþgó'Mð·¦V÷ ÀÈS"
  b"â\x01R\x1C\x07BÅÅ\x19êD\x16RK·"
  b"ƒè\t\x01ìÊE\x0F°ƒ\x16\x14ì³\x16L"
  b"ä▀¿ÖU5B▓Ø:Á╠\x1D?x&"
  b"…CŒ˜F\x18E=¥[Ëïôyiº"
  b"ç¸z\x05p├F■éì\x03«Î╗Þ¯"
  b"ˆ&›à¶\tO°…\x1D\fj\x18±¤~"
  b"‰•Ëp\x19ÁN¹µ([Lž\x0FÛD"
  b"ëÙ£\x16¡É@<©³═\x04¤Jmî"
  b"ŒoóªŠ.MK¼—¦\x02ºÝ\x15¸"
  b"""
    ì6¸eJÖG\n
    £®OFâ;Kg
    """
  b"ìã╩×>³EðçcõèY\x16┬‗"
  b"ÄjóD±IM`ƒn©üKèt_"
  b"Åå2─¿ED\e¿S/x@p\x02]"
  b"É\x18Ü└╔­B┤áXÒU+\x13©═"
  b"""
    ‘¢HϬ§@O¦\n
    @‹\rËÜÔ
    """
  b"‘®zýÝ€N.’ü:\x18ë'0Ï"
  b"”NWˆï(@~º·‹­Z\vŸÒ"
  b"öØTÂ[ OܼMÜ6ì‗\x17ý"
  b"\x1Dy\x04\x1D#N·¦ö5s\x17dÒ]"
  b"–{È㸭Bc»¾ô\x04\x008øµ"
  b"—ÍœpF\x18I\x11›è\x14\x00þ`ó["
  b"˜ã\x03mŸºE\x12°\x1E\x07›É >"
  b"\x15½lþ·Cr°5Í—kòžæ"
  b"£$┤ÆHIAãç\x01▀êÅ_█ø"
  b"œB<øé(EM®•\x08ÔÒwÔÆ"
  b"ØP\x03\x02i)K)»Ð\x19naá4Ø"
  b"ØÌ█Ô▒\x12Kªª▄9éO┬bó"
  b"ž*\f!\x1AºCRŸ;Weu®¦Q"
  b"×╔ÏÞÅ├L│ë\x13\x14J╠g\x17 "
  b"ŸÕPJB\eB\x07±\x1EY¾3gÉ…"
  b"ám©ÏØÙM;Öm ïì`Âc"
  b"¡\x08RgC1OJŒÄÃà’*sÇ"
  b"í7(~]ËB»│\t▒Åı\x07û§"
  b"""
    £’é4$šDѱXiR£W\n
    þ
    """
  b"úÛ░\x0FnùKùü¥²=ÍUÇî"
  b"¤ó¸GÀ_CᦳÑwX´!…"
  b"""
    ¥_Ží\n
    \x10H¸„\x02£¯\x1FIâÉ
    """
  b"""
    ¦\n
    dÊùhJ:¨ìKËâ'_\x02
    """
  b"§%ü&2íGÖƒ¯×v“ÃÅù"
  b"§ªÐk’ö@ ž\x14÷§ ¢)9"
  b"¨\x12\x04\x1DC9¤Ù~f\x10¯E7"
  b"¨tV’e\x1DD!¼ñ±µ t¬D"
  b"¨ÚÖ[K%L>»m¤À\x05–Ê+"
  b"®T\Ø&KDmÂv³ÂIsÚ["
  b"©Ãw\x1A\x1AŠLÊ•{$¿›®aw"
  b"ªZ\x7FTs¹F™¶{³º;(Ö…"
  b"¬qıƒ÷ìG<©\╔╬│█Wì"
  b"«d8\vVæOÌ´K/{ûßÉ\x7F"
  b"«n\x08ÿiwF\x11¾7‚ÿ\x05ÞvQ"
  b"«‰C{àEO\x19²€\x06\v\x00\x1D©É"
  b"«ü¾Ï\x18\x10E\x19—¢¹½\x05cls"
  b"­$FZ\x08ÌO³«­ŠÒYW\x19¦"
  b"¡■■f¹ØDâ┤\x00\x12\x0Fù%"
  b"¯m¨nÓßDõ·‘kë*»”š"
  b"»ö0<kSC¤×m@Ék\x01Ʊ"
  b"°O9g„ôOë¢\x1Dw¿|\x1Ez="
  b"´`x‡…\x10BØŒZà6Y÷åd"
  b"µ?¬vO\x08K"¼\x05·{ÖÜXÂ"
  b"µcõ¯ê»C—…:cjØe\x03ç"
  b"¶ :.ÛôA\x1C¼(Ó´ŠÞž\x10"
  b"·H„\x05˜PBW€¸Mâ$ÀÅ\x06"
  b"·ÖÉ\x1A<ÍIê’ÚŠ—ÎA\x12Ã"
  b"·ìO=ªØF>¶è\vž¤aGy"
  b"¸8WzMcAR¥\rg̾\fUl"
  b"©ø├÷W·HÊø°©▓;×▓Ø"
  b"º ×ýUµNÙ´NÏ\x04~\x06¡["
  b"""
    ║ÇkUf\n
    O_×─y.\x06Ø$\x05
    """
  b"»SÞ±\x00gM_±æN65\r½ä"
  b"»¸åÞ‚‹OA›`œY‰çQ["
  b"¾\x17T\x19€ü@T¤ì&¼\x04íð÷"
  b"¾Q\x0Eè2*If‰“d¥\x07³´1"
  b"¥Ñ╚ò,\x1CG¥╗ÉÈBñ▒¨\x1E"
  b"¿\x0EÉÝ2\x02N´ŒØø5I¤U˜"
  b"┐b®E}jMØá\x16¾t¥\x0E"
  b"┐x\x07(ÕÑ@\ré!_\x1A83É¿"
  b"Àkr­\fn@µŸ\x13Žš”ŠXg"
  b"ÀÑÔ´U\x19H¥Š,ãì`)‚\x03"
  b"Á—ŸóU¶Mß±S­üÚ\x18ôF"
  b"ÅÆ4¡\x1D!H"»\x07€ã\x00Ã¥M"
  b"Æ=w\x19ë–EU–9'Þ~B\x00\n"
  b"ÆÕí—IkDY‹)\f\x06Ÿ\x13"
  b"╚üªÄØ‗JÖúÏ═4!²[¡"
  b"Ȉ}âú¯Nñ¢\x19éÂ\x02ܸB"
  b"ɤ\x1A‚?‚E–·oÎËw¤\x1Dš"
  b"ÊOÀ\fޝL^‹ÉeÂ\x03BĦ"
  b"Ëv4ïâE¯ˆ˜í\t\x06<\x1C"
  b"ËÊ»E‡dNÜ€;I¬wÿºá"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì L7«ÚJä»\x14]\x02h²Ç0"
  b"Ì:\x10Pë×A\x07¤Õi_(Qã—"
  b"ÌÒ:VÒ†J\x16Ž1¹Ï°\x05"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"╬■\x1A8ØmLËü*\x0FýÓiÀ3"
  b"ð&?3\x15\rB\x17«n´¶ä\x01É0"
  b"Ñ¡"ËU£LDŽ~–O\x03XKØ"
  b"Ñ¢Î%ÎÄFµ vϰ1ŽeF"
  b"ÑÓ°5J|E1©v\x02ÜT\x1E¡À"
  b"ÑûÃë²\x1AL„¥,ø€û2x‰"
  b"""
    ÊÎ_(▓UK\x13ê║Ñ\n
    Óücð
    """
  b"Ë\x1FÐ│´\x06JÁØ(\x01!°╩Ç\x05"
  b"Ë®Ø\x00ôöFìÑE)FÚ«ô\e"
  b"ÓØìLwÈJã–eVÙ?&AD"
  b"Ô^Î+\x19·L”‰ßö!/ÚóT"
  b"È░øÆ{ÅISÂã \x19\x01¯±Þ"
  b"ı®§ÉdlL°éjÖï╬\x07µï"
  b"ÍÜGǵ>JÄñ:P=\fNü¢"
  b"Öä7$ô[@y”Oç—\x006bú"
  b"Ï\x16\x0EüKL\x11îࢤ│/Bı"
  b"Ùj²ÒH‰N0¾ü'ô\x11ûðï"
  b"Ü\x01´«‘žF‘•Šw\x0E\x1E„W="
  b"Ý4æÛÎýHʦvÙ€DׇÂ"
  b"ÝWY¦±UJËŒG\x02álW;A"
  b"ß\x05r÷¥­E!¶Sþɯa˜³"
  b"ßr¬Ó¤\rFØ–œö¸â\x19"
  b"à\x15ññÊ\x14Nì±Üÿ£“F<Û"
  b"à½Ô"ˆ*Fç‹^2flE g"
  b"ßO¶└r=MQñzßç\fõì3"
  b"""
    á…î\x02ÓµOﲟáÄ~ª\n
    \x13
    """
  b"ᤄÃÑÖIâ¯jÅm|q«º"
  b"áñ\x18\eHhJC°‘öF¶½<\x19"
  b"â“#«ZéD\x10 Ä\x1Eq\x10a–6"
  b"â§<F†8L*¥K8%,µŒÈ"
  b"ã´-¦ÁˆGÑ¢\x07Ã̽mÛR"
  b"äœä\x16øÄFÖ¾5\è_+çP"
  b"""
    æ?#Œ¸ºL†‡Œmû\n
    ‡+u
    """
  b"µÜ?▀tíFðòë\x1Cp©ìïÓ"
  b"ç‚‹\x10ïáEÌ»Êæ‘žø0]"
  b"è0¶’auF§«n;°\v\x7FÏ"
  b"è‘_)0~E‰¬óö¨‚Â9Ï"
  b"Û┤b¼hôEÅà1`é\x0Eb\x14"
  b"ê·@ù|ÇF¬Ž°Æ\rq±= "
  b"êã¿@\x11çD>¿W¡\x12+…Â;"
  b"똔\x11\x00\x19C¦®VeóKpã\x1C"
  b"Ù¯└-ÍìA_Ü\f4¤`\e\x03"
  b"ìLªùþèLx¸²?hŠú—\x05"
  b"ì_IùnmMg‰ºM¸¿åº¨"
  b"ìˆ+;)uHÉ¿\T^C¹ ò"
  b"î~õîïoB\x13¢¨\x02\x01‘¯ß\x1E"
  b"ï^\x19#6vG¾€!Ûµ³m®"
  b"´Ä»\x11Ï>KÕÉ9³z╣ZÛ "
  b"ï—„@ýßOa¢ñ¡ºƒ2\rg"
  b"ﬢµ¶8Dÿ‚9¬\x05Ÿ4µ2"
  b"ð6jn8ÙO\x1FŽñ\x15ûŠu\e\x03"
  b"ô®\t°YÞM"¼—ÎXÅ¥\x0E""
  b"ôÏtêÿÕHVª\x0FFܼ\x1F"
  b"õ;² BÌAÈ’×b°Ün>ñ"
  b"§¡ºþ·_AN╗àeqÞgÝì"
  b"÷ZHO¯¸I£ÿüçtôô\"
  b"öÉ\x18˜åÓF[žøÐR\û¤›"
  b"öÔkÇÈôJ\x11²Ÿ‰ï›5¶ª"
  b"÷\x1CƒÜR¯LB½y1‡þ\x10\x0F\r"
  b"÷£|€>pOÌ’\x10#XYŠw\f"
  b"°ÒWYYBN\x1Eèì)b\x10ă\x0E"
  b"° jϪ¤LÅØ¾a-¢eú┌"
  b"ù\x19JQc,A½•›3Š(ù˜Ê"
  b"""
    úŸÙ\r8\n
    K\x17¿PÃúqä¦û
    """
  b"ú½\x10\x16Ê.Mr„^xXœ¾Ïå"
  b"ý\x01\x13\x07‹GH/‡Ê*&s\x11p\x1D"
  b"þ9\x00ÅÄÞI)–j\x15Okµ¦ê"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x03ø\x13*â&GZ²€4´Q\x06\x01y"
  b"\vµ8Èì­Gˆ…C€\x02t]ëž"
  b"\f┤ bëwOKÉi╝wádl7"
  b"\x12"\x12g\x15ƒL› ægN1,†Ð"
  b"\x12Yè¢t@Jç¥HÌ«ï4>ð"
  b"\x14\x08kÈK¢ǃ¾\x16Å╔\x1A"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x18LÃó¯Ñ@:‚õUæf VI"
  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‚2§ãM¢‡3F—j\x1F­?"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"$\x02kqkáIú§h\x1E!ªÅÇi"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"4O/█KÊE4è\x1AììibN "
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"=\x19†©l_N„¿è\vhwEáq"
  b"BmŠZ`\x16J\x11©næ\x05¾Z[Ï"
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"Po\x0EàKñN\x1FØ»&¥EÁ\%"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"\¡—o˜½La¨~\x1A¦\x1DÀ\x18n"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"lVO"JªF\x13³0”\x10ž©4À"
  b"lï>o9wJ\x1D\x1Eì\x12½hö£"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"""
    \n
    ×97G\t°Ü sp3\D
    """
  b"u¯_¨s:K¬˜\x11ÙËìC‹‹"
  b"~ÂÅo‚\rEñ§!™\x08!Fɳ"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"åÐ äÌ▀Cí»ÔÜ\x11ØMX\t"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"Å\x10{q\x05┌J\x18ç├cÛ~0é½"
  b"ÅÇ┼═x│OBƒ!▄I87╩A"
  b"’?%ø.ÉD\x07¸Ã^‘.Pm\x19"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"–:8”MéA\«åAz\elÙ¼"
  b"–€¡‡\x1CÛA>ªªYf\x7FÙÞf"
  b"ÿ.¡IüµF\¡4ãç^▀lÕ"
  b"¤Q/ç¨\x1AIצáµÑ\^pH"
  b"©Bb¢žÖE\µ—»Åânü)"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"¯\x19W\x1D\x1EÒOÜ’ÑÈHá\x08ßb"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"ÁiB±awI!º;̺\x1D\x7Fó3"
  b"╩ø|\S$B±ì╩HªÈ═Òâ"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"ðü>ê©&MdÑM\x08ÁP>À¶"
  b"Ѳº\x0Ew\x1CIê·¹\rvrHV\n"
  b"ט㷲\x7FB¥žíºÿßO)0"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"Ìf!¦║YIíì\x0E|\r$¿aX"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"áµà\x0F„ãHß’¦¬˜t)ËÑ"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"æ0cñ…—D°˜ƒÁMX\x19Àé"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"""
    ï‘\n
    —´˜B\f¾ˆv\x03*8<g
    """
  b"ñeÿ˜ÃÐF¿‡\x00ÊF\x07ˆ`‰"
  b"¾╣A+p}MºÅ¨d¢\x05H═\x14"
  b"§ñS'{õDÐɯ[fD®╬Ú"
  b"ö­\x08h™€Hµª\S3|\x0F\x16î"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"ù–¢Q„šJ.»’lÛ\r?KA"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
]
89 6.32 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"\vµ8Èì­Gˆ…C€\x02t]ëž"
  b"\f┤ bëwOKÉi╝wádl7"
  b"\x12"\x12g\x15ƒL› ægN1,†Ð"
  b"\x14\x08kÈK¢ǃ¾\x16Å╔\x1A"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x18LÃó¯Ñ@:‚õUæf VI"
  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‚2§ãM¢‡3F—j\x1F­?"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"$\x02kqkáIú§h\x1E!ªÅÇi"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"4O/█KÊE4è\x1AììibN "
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"=\x19†©l_N„¿è\vhwEáq"
  b"BmŠZ`\x16J\x11©næ\x05¾Z[Ï"
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"\¡—o˜½La¨~\x1A¦\x1DÀ\x18n"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"lVO"JªF\x13³0”\x10ž©4À"
  b"lï>o9wJ\x1D\x1Eì\x12½hö£"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"""
    \n
    ×97G\t°Ü sp3\D
    """
  b"u¯_¨s:K¬˜\x11ÙËìC‹‹"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"åÐ äÌ▀Cí»ÔÜ\x11ØMX\t"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"Å\x10{q\x05┌J\x18ç├cÛ~0é½"
  b"ÅÇ┼═x│OBƒ!▄I87╩A"
  b"’?%ø.ÉD\x07¸Ã^‘.Pm\x19"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"–:8”MéA\«åAz\elÙ¼"
  b"–€¡‡\x1CÛA>ªªYf\x7FÙÞf"
  b"ÿ.¡IüµF\¡4ãç^▀lÕ"
  b"©Bb¢žÖE\µ—»Åânü)"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"¯\x19W\x1D\x1EÒOÜ’ÑÈHá\x08ßb"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"ÁiB±awI!º;̺\x1D\x7Fó3"
  b"╩ø|\S$B±ì╩HªÈ═Òâ"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"Ѳº\x0Ew\x1CIê·¹\rvrHV\n"
  b"ט㷲\x7FB¥žíºÿßO)0"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"Ìf!¦║YIíì\x0E|\r$¿aX"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"áµà\x0F„ãHß’¦¬˜t)ËÑ"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"æ0cñ…—D°˜ƒÁMX\x19Àé"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"""
    ï‘\n
    —´˜B\f¾ˆv\x03*8<g
    """
  b"ñeÿ˜ÃÐF¿‡\x00ÊF\x07ˆ`‰"
  b"¾╣A+p}MºÅ¨d¢\x05H═\x14"
  b"§ñS'{õDÐɯ[fD®╬Ú"
  b"ö­\x08h™€Hµª\S3|\x0F\x16î"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"ù–¢Q„šJ.»’lÛ\r?KA"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
]
90 1.03 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\x00\x0FÑIr£€Õ„„ã˜?"
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\x01ïÃkn\eB÷µå\x01\x1C,P«Í"
  b"""
    \x02n×Ã\r\n
    Gç›±ÚÚ—î¹d
    """
  b"\x02·2@¨žBY½Z“Z\x03X§#"
  b"\x02ÿÿ;™ÃNÍ•ýon!A\x7Få"
  b"\x03ä\x18Ö$WK8ŠÒ>úQc#½"
  b"\x05#R\t¾ÊFŽ­AéC5þ‚}"
  b"""
    \x06?\ÁZıLuì\x01\n
    þ¿\x04Y─
    """
  b"\x06]x¼öäC?‡¤f´\x12Îç«"
  b"\x06bèɶ`D#¯µNä×€Iƒ"
  b"\x07█É╬p\x1FOÔï\x1A¨ı[\x04\f"
  b"\tY™Ê¢‹@J’éÓ\x16AøRÕ"
  b"\t¿┼m`~JgûôQå2{Å╚"
  b"\téR€±ƒE\x14žÐTìq´¯;"
  b"""
    \n
    ÀD§U®E]…™UžPaŒ\x13
    """
  b"""
    \n
    ╠Z`´ÅBe®vÑ®å\r
    """
  b"\v7═█ÀÄJ<Å"'▀▄Æ\tÈ"
  b"\v¤=\x16\x02\x1FKÈ╣ıDçÎØg×"
  b"\vÔ›Ê\eZ@¶¢“|\rÆóeT"
  b"\x0Eü\x1CdBWO║¿°¤Ò\x16`OÔ"
  b"\x0E╩ɾè¾M!¡Dqdño╬U"
  b"\x0FX›{tŽG3²\x1F°\x11¨_íý"
  b"\x0FuÛóÜ2G9ªN\x08í\x12´ð—"
  b"\x0F¼†!¾FDÓŠ_‰\x18ØüÔ\x01"
  b"\x13\x16\x089+lA‚¤šÀ—[UÄn"
  b"\x13WEsÞñGB€Sù9žùTï"
  b"\x15Åú`Z6F╝å´>ü¸\x10Ãõ"
  b"\x15úüâ.?O\x13£Ë\x04*_€$»"
  b"\x16\t±>. F7†\x19LÙ÷–ôõ"
  b"\x16àJz•ÓG}‚¾®¥±\x05Ï\x7F"
  b"\x17c¿ÓÇ\x19N²¨Ã\x16,\x02Ô{+"
  b"\x17¡§âVëN7‚º#ãêO\x16k"
  b"\x17Îb—ϤF¾‚ž\eÏeÊÁ‚"
  b"\x18\x12Ã▒HıI╦ìÏí╩öá\x10Q"
  b"\x18Z\x06þêÇDt®"b„/Àª€"
  b"\x18s~U\r$N~ Ål├äÌï"
  b"""
    \x19mðjמ@¤ŒÏÐrƒÇ\n
    é
    """
  b"\x19ÞÊÅ\x00ÛGé—|gMð~´é"
  b"\x1A™ë\x15rŸAû¿Ã1›5M£?"
  b"\x1CÎ0╝¥ÖN[óØ«Mf\x17\x12T"
  b"\x1D·Ý\x10NÉHm¨\x13\t^¯ý²\x1A"
  b"\x1FhmåË€Jä˜x›\x10\x04:‘"
  b"\x1FÞùŒUKALJ”¼M\x17:¹Œ"
  b" \f\x1AUrGzª:lÛ€a‰\x13"
  b"#üd¹¡ÙH\x03å}nhõ┴3Ý"
  b"&lÏ;\x07\vBÍØu\x061úêÕº"
  b"&©lBš\x18A\x1C¤ô”ʉÏ\x13s"
  b"&ð^èÒÿMdüÝl╣\x16\x06µ#"
  b"&Þ3U`ÄAy½}ÚZ×,Ú‚"
  b"'y\x0E.\x00„Lƒ²L±\x1FÚøÝY"
  b"(yãX\x14ÙH9‘/{\x1Fð1¶Q"
  b"(~ó×ÿ;Nd­.ð5Îi\t\x1E"
  b"\x1F<ç2J7‰Ò¾«DÆ@å"
  b",j1╣▀\x07F{Å╔aÜÇ■Ø▀"
  b",ºø>+\fM·¹V4h-ø\r£"
  b"/30ö}=@ð–”´Èú}^\x13"
  b"1˜ÄE\x17\x01J׉à‘,\x08Õtä"
  b"2º1\fü\x7FG¢º:õ}²\tWI"
  b"3‡\x1D‡ö*JE¾T+\x1F;F³Å"
  b"4:\x01ïø\vL‡¢¬cÃQ›Ð«"
  b"4<G6U•G@…iƒ·.ó‡"
  b"4DÌ0ÙEA. V¼\rmLÒ’"
  b"4•ͬ\x15¢Ib‚ŽÈÇ´™ƒŒ"
  b"4ù\Ì|X@ÏžâŸ\x18&[E³"
  b"""
    5ùe’­ëF\n
    …–ßš\rÔ|X
    """
  b"\x13t:ªKÞØ1▀ozê¯*"
  b"6¡ì\f╣aO°ÀÚ┼\x10¾\x1Fü\x1D"
  b"6ã¤É\x01vLž‡\t8*‚\x16"
  b"7¦▓\x1EÏ‗H\x12üî╝F#\x1AþÕ"
  b"8n¼&\tÃO­¹6ëÜ8]Òm"
  b"9\x14·1Î]@K„5ä;­ÍŽ¡"
  b"9öˆ£ÑßIG§¨ù\x01æÍ ¯"
  b"\x0F\x15¨>K»©\x02Ø{™9§`"
  b";äs×iuJ)ťòÀï]╩"
  b";ÎÆlçÖEH ± ”CS÷"
  b"<┴ì\x18bxOrì\x0F)ÒRxÚ²"
  b"=ù{ÿ³ÉEC±ã"—Éþ\¡"
  b">dõ$&CLÁ§x\x7F)ã5¨Ý"
  b"?нî3\x07E\¥ÖŠa–µÔ«"
  b"@«1‘\x10$Cb¢˜^µ»ó³!"
  b"@Ó±ı╚@CZ║­Á\x1E»}╔É"
  b"Bñ0w‰œF\x03Ž\x05âTN\x11á\x0E"
  b"C,­e\x18y@Å¥\x1Ck·╗O±▄"
  b"CŽ4Gƒ¬Oó¹›@¤æŸðê"
  b"D\x7FƦ=MD\x1C¥àHY¤Íw0"
  b"\x00í“bH}…\x01MTëñq<"
  b"EX c|7F▒ƒ\x0F%É▓Î \x0F"
  b"Fæä=Ð┬D)┤Æ×0»ÃŰ"
  b"Fáb╬\\x1AHÂÉ\x10¼,J÷R5"
  b"Fùií\x1DøB`Šò®yÐv3©"
  b"G\x1DUKãyB—˜½4ÈO•Œÿ"
  b"G=5°Õ²B4¡P=Ò\x08­«·"
  b"G{åXÌÑAU‘\r\x00Qk¿ô"
  b"G~ aáïC‹©‚ ØªÔH3"
  b"GÙÌ4xlB±½œ’>\x0F\vGw"
  b"H$¸µM-Bƒé¤WÉO­ø\x08"
  b"J½¾î×ÀMÓ±b‰aT\x01¿."
  b"K║ØÑ@pEa¿iÝT71í$"
  b"O¿µ´bÖGgŒ,\f\x14†ûé["
  b"O▀U\x15~@@!ÉâäÚú¦r┬"
  b"Oü÷(C\x00Dá¶Ò\x1Dfé‰Ay"
  b"P]£ñ›¾LFª\x1AÌ‚\x11ùZÔ"
  b"PÅ¥╠à\eG░ª\t9wó+èV"
  b"Q\x19yÇ2°Oòªé„z\f\rØj"
  b"QQòÏf"HR®†4M¹\x12"
  b"Q½¨³└îK¡ÅTxûıfçÑ"
  b"R”zÝ\x066K¬žÖe\x1ApäöB"
  b"S\x16`_a:A"ø¸î£BÉKo"
  b"Tl_»ØLBZ▒P\F┐Øß¡"
  b"T—…·GàJÂ…Œ)!RyŠ*"
  b"\x1FÒ\x15\x13Jê³F½\x19¤\G?"
  b"\vL║»I\x11ü87ã¼b71"
  b"W”™öí¬K±Ôõƻ߅¡"
  b"W³ëÓ\x10 @ˆ¢2Ÿ\x03'R\x128"
  b"Y^<|ˆwCh¢Pä«Uø‰¨"
  b"[\x0EºÝºAJ<£W™ù\x16Ò8¾"
  b"[Gf^.®Nt°ìÂ];\v"
  b"\s´\x1Cß1F▓¿`dëØÈÀ\x0F"
  b"\æ puiM£ü³q7DOîY"
  b"\±S\x7Fó\x11@Ì…ÉNM¸©SÜ"
  b"]É;ÌЇJl™¯Mý]Õ\vB"
  b"^hl³„"Bm’LReÝ^°["
  b"_¥ÒT}SGVµÌ³nçæpq"
  b"`™/I#ŒMú¤Gj\x19Öê½%"
  b"aìp·¨ÄNݹÁ@\fý1å§"
  b"cR"@ÿdFvÉ¡Ð7pb╠ã"
  b"""
    d\x01£%™àIòŽõ¡\n
    YOè$
    """
  b"eT\x7FEÓì@p–¾ž\x02qÝå_"
  b"e‚±ò\x10|Iy¦Çt\x0E\x01òþ7"
  b"eƵVä\vGR˜\x13±¼ðvð\x14"
  b"eÒeê\x1FÌH\‡”]¾{èx\x0E"
  b"eóPfýÞG0€¸ÆÊ"øóX"
  b"f\x19­*sCO`¡–ÐS|Eÿ·"
  b"g~\x12]\x7F_G\x06¦ãx¥¿Â&€"
  b"hØðnô)CAç\x08ð\x03\x1F þt"
  b"i╠m\x1F░ÎF║Øí\x16\x01Ôóøj"
  b"j\r**-jAsù┼µ[hÅ´´"
  b"j%øæ\x18ËNV¤=½ª\fÃ\r\v"
  b"k`ò*U\GÞ Ž¶LeY=p"
  b"l\x1E╚ó¨³L:Àtȱ\r╦Éô"
  b"la3#W|Kˆ†›þöûo¹˜"
  b"liåãñÄHÁ§zÖÃ",{D"
  b"léü╔ñ!N▀▓¡h£╚oÇ1"
  b"l¨÷t=\K>‘ôvx%rD\f"
  b"m;ÿØ\x17▒MÍå¬nÅ\x02\x05l\x15"
  b"mÝ,áÚÑH\x10ì¿A?‗\x1E\t'"
  b"nBºÐN&B„\x7FÞÝ¥\x029”"
  b"ntQ}¿‹G\x07®wŠ\x1E›%!á"
  b"oÖãÉ\x14êF¢à\x19╦‗w\x04äê"
  b"p?>\\vüLÑŽ€Êd\x1F%rH"
  b"p¸ÚÕ\x12\x07KKˆ~ÿ¿ñt÷ô"
  b"q”³¡ìÿM}ˆ»\x10Í*$Û\x1D"
  b"qØ>┐'/G\eÿ&/7º"ƒÚ"
  b"r(ØNü†J*™,à\x1FG!eQ"
  b"rNŒV,¦@^‰íûvbƒ;\x16"
  b"r\â³╬└KbÅ÷îX1┐ç\x00"
  b"ršQ†ä=Iö‰»± ¼\x14ò¹"
  b"r›ý1çxD*…ÉÄÕO'lÓ"
  b"rı¼\x01\x15±EpÅ4\x06é\x05×bP"
  b"rìÏÿ\x08J@Lœi˜^Ô×ö-"
  b"s$Ó\t¿½Eø×±│Ê ëɳ"
  b"u¡Ç\x00\x00¡M(¼À8µ\x04ÁÍq"
  b"v;ˬã\x10Fë¬p!ÅÉ)\x7F7"
  b"vBLâ€ÂM\x17–'\x0FDiŸml"
  b"vÛt-=ÓFi…#rŽVa¹}"
  b"""
    wÆMÆ5\n
    HÂ╗àÉTU╚╚ 
    """
  b"x¦¨w\x07!E1¿|ˆÿ©ŠZ/"
  b"y=U.\x19ÙBñ–)‡\x1AØ\x08"
  b"yî<Õ¨ HXœÚOûåÔgD"
  b"\x04éèÍE\x1Cœ\r,ÞAÇMß"
  b"""
    \x15´ãûDF‹}ø\fx\n
    ß[
    """
  b"{G ı­╬EØôM¶*Á╚´ë"
  b"|¼”)Ø+AФ±:uÖtl­"
  b"|Þ6°gaEð‹vå\x0F³,ë6"
  b"}Ã-ÎyšEƾ+ýX#Ù)¯"
  b"~9·Ë1£Mïƒ2\x07ú“Ìjo"
  b"\x7F4\x1E¿ ØDWØöpãä\x14,)"
  b"€þÄz×IIV–Ü\x19-T‹1Y"
  b"ü├│ÄÅ\eH\x19óuÆÛÐã©U"
  b"‚éþgó'Mð·¦V÷ ÀÈS"
  b"â\x01R\x1C\x07BÅÅ\x19êD\x16RK·"
  b"ƒè\t\x01ìÊE\x0F°ƒ\x16\x14ì³\x16L"
  b"ä▀¿ÖU5B▓Ø:Á╠\x1D?x&"
  b"…CŒ˜F\x18E=¥[Ëïôyiº"
  b"ç¸z\x05p├F■éì\x03«Î╗Þ¯"
  b"ˆ&›à¶\tO°…\x1D\fj\x18±¤~"
  b"‰•Ëp\x19ÁN¹µ([Lž\x0FÛD"
  b"ëÙ£\x16¡É@<©³═\x04¤Jmî"
  b"ŒoóªŠ.MK¼—¦\x02ºÝ\x15¸"
  b"""
    ì6¸eJÖG\n
    £®OFâ;Kg
    """
  b"ìã╩×>³EðçcõèY\x16┬‗"
  b"ÄjóD±IM`ƒn©üKèt_"
  b"Åå2─¿ED\e¿S/x@p\x02]"
  b"É\x18Ü└╔­B┤áXÒU+\x13©═"
  b"""
    ‘¢HϬ§@O¦\n
    @‹\rËÜÔ
    """
  b"‘®zýÝ€N.’ü:\x18ë'0Ï"
  b"”NWˆï(@~º·‹­Z\vŸÒ"
  b"öØTÂ[ OܼMÜ6ì‗\x17ý"
  b"\x1Dy\x04\x1D#N·¦ö5s\x17dÒ]"
  b"–{È㸭Bc»¾ô\x04\x008øµ"
  b"—ÍœpF\x18I\x11›è\x14\x00þ`ó["
  b"˜ã\x03mŸºE\x12°\x1E\x07›É >"
  b"\x15½lþ·Cr°5Í—kòžæ"
  b"£$┤ÆHIAãç\x01▀êÅ_█ø"
  b"œB<øé(EM®•\x08ÔÒwÔÆ"
  b"ØP\x03\x02i)K)»Ð\x19naá4Ø"
  b"ØÌ█Ô▒\x12Kªª▄9éO┬bó"
  b"ž*\f!\x1AºCRŸ;Weu®¦Q"
  b"×╔ÏÞÅ├L│ë\x13\x14J╠g\x17 "
  b"ŸÕPJB\eB\x07±\x1EY¾3gÉ…"
  b"ám©ÏØÙM;Öm ïì`Âc"
  b"¡\x08RgC1OJŒÄÃà’*sÇ"
  b"í7(~]ËB»│\t▒Åı\x07û§"
  b"""
    £’é4$šDѱXiR£W\n
    þ
    """
  b"úÛ░\x0FnùKùü¥²=ÍUÇî"
  b"¤ó¸GÀ_CᦳÑwX´!…"
  b"""
    ¥_Ží\n
    \x10H¸„\x02£¯\x1FIâÉ
    """
  b"""
    ¦\n
    dÊùhJ:¨ìKËâ'_\x02
    """
  b"§%ü&2íGÖƒ¯×v“ÃÅù"
  b"§ªÐk’ö@ ž\x14÷§ ¢)9"
  b"¨\x12\x04\x1DC9¤Ù~f\x10¯E7"
  b"¨tV’e\x1DD!¼ñ±µ t¬D"
  b"¨ÚÖ[K%L>»m¤À\x05–Ê+"
  b"®T\Ø&KDmÂv³ÂIsÚ["
  b"©Ãw\x1A\x1AŠLÊ•{$¿›®aw"
  b"ªZ\x7FTs¹F™¶{³º;(Ö…"
  b"¬qıƒ÷ìG<©\╔╬│█Wì"
  b"«d8\vVæOÌ´K/{ûßÉ\x7F"
  b"«n\x08ÿiwF\x11¾7‚ÿ\x05ÞvQ"
  b"«‰C{àEO\x19²€\x06\v\x00\x1D©É"
  b"«ü¾Ï\x18\x10E\x19—¢¹½\x05cls"
  b"­$FZ\x08ÌO³«­ŠÒYW\x19¦"
  b"¡■■f¹ØDâ┤\x00\x12\x0Fù%"
  b"¯m¨nÓßDõ·‘kë*»”š"
  b"»ö0<kSC¤×m@Ék\x01Ʊ"
  b"°O9g„ôOë¢\x1Dw¿|\x1Ez="
  b"´`x‡…\x10BØŒZà6Y÷åd"
  b"µ?¬vO\x08K"¼\x05·{ÖÜXÂ"
  b"µcõ¯ê»C—…:cjØe\x03ç"
  b"¶ :.ÛôA\x1C¼(Ó´ŠÞž\x10"
  b"·H„\x05˜PBW€¸Mâ$ÀÅ\x06"
  b"·ÖÉ\x1A<ÍIê’ÚŠ—ÎA\x12Ã"
  b"·ìO=ªØF>¶è\vž¤aGy"
  b"¸8WzMcAR¥\rg̾\fUl"
  b"©ø├÷W·HÊø°©▓;×▓Ø"
  b"º ×ýUµNÙ´NÏ\x04~\x06¡["
  b"""
    ║ÇkUf\n
    O_×─y.\x06Ø$\x05
    """
  b"»SÞ±\x00gM_±æN65\r½ä"
  b"»¸åÞ‚‹OA›`œY‰çQ["
  b"¾\x17T\x19€ü@T¤ì&¼\x04íð÷"
  b"¾Q\x0Eè2*If‰“d¥\x07³´1"
  b"¥Ñ╚ò,\x1CG¥╗ÉÈBñ▒¨\x1E"
  b"¿\x0EÉÝ2\x02N´ŒØø5I¤U˜"
  b"┐b®E}jMØá\x16¾t¥\x0E"
  b"┐x\x07(ÕÑ@\ré!_\x1A83É¿"
  b"Àkr­\fn@µŸ\x13Žš”ŠXg"
  b"ÀÑÔ´U\x19H¥Š,ãì`)‚\x03"
  b"Á—ŸóU¶Mß±S­üÚ\x18ôF"
  b"ÅÆ4¡\x1D!H"»\x07€ã\x00Ã¥M"
  b"Æ=w\x19ë–EU–9'Þ~B\x00\n"
  b"ÆÕí—IkDY‹)\f\x06Ÿ\x13"
  b"╚üªÄØ‗JÖúÏ═4!²[¡"
  b"Ȉ}âú¯Nñ¢\x19éÂ\x02ܸB"
  b"ɤ\x1A‚?‚E–·oÎËw¤\x1Dš"
  b"ÊOÀ\fޝL^‹ÉeÂ\x03BĦ"
  b"Ëv4ïâE¯ˆ˜í\t\x06<\x1C"
  b"ËÊ»E‡dNÜ€;I¬wÿºá"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì L7«ÚJä»\x14]\x02h²Ç0"
  b"Ì:\x10Pë×A\x07¤Õi_(Qã—"
  b"ÌÒ:VÒ†J\x16Ž1¹Ï°\x05"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"╬■\x1A8ØmLËü*\x0FýÓiÀ3"
  b"ð&?3\x15\rB\x17«n´¶ä\x01É0"
  b"Ñ¡"ËU£LDŽ~–O\x03XKØ"
  b"Ñ¢Î%ÎÄFµ vϰ1ŽeF"
  b"ÑÓ°5J|E1©v\x02ÜT\x1E¡À"
  b"ÑûÃë²\x1AL„¥,ø€û2x‰"
  b"""
    ÊÎ_(▓UK\x13ê║Ñ\n
    Óücð
    """
  b"Ë\x1FÐ│´\x06JÁØ(\x01!°╩Ç\x05"
  b"Ë®Ø\x00ôöFìÑE)FÚ«ô\e"
  b"ÓØìLwÈJã–eVÙ?&AD"
  b"Ô^Î+\x19·L”‰ßö!/ÚóT"
  b"È░øÆ{ÅISÂã \x19\x01¯±Þ"
  b"ı®§ÉdlL°éjÖï╬\x07µï"
  b"ÍÜGǵ>JÄñ:P=\fNü¢"
  b"Öä7$ô[@y”Oç—\x006bú"
  b"Ï\x16\x0EüKL\x11îࢤ│/Bı"
  b"Ùj²ÒH‰N0¾ü'ô\x11ûðï"
  b"Ü\x01´«‘žF‘•Šw\x0E\x1E„W="
  b"Ý4æÛÎýHʦvÙ€DׇÂ"
  b"ÝWY¦±UJËŒG\x02álW;A"
  b"ß\x05r÷¥­E!¶Sþɯa˜³"
  b"ßr¬Ó¤\rFØ–œö¸â\x19"
  b"à\x15ññÊ\x14Nì±Üÿ£“F<Û"
  b"à½Ô"ˆ*Fç‹^2flE g"
  b"ßO¶└r=MQñzßç\fõì3"
  b"""
    á…î\x02ÓµOﲟáÄ~ª\n
    \x13
    """
  b"ᤄÃÑÖIâ¯jÅm|q«º"
  b"áñ\x18\eHhJC°‘öF¶½<\x19"
  b"â“#«ZéD\x10 Ä\x1Eq\x10a–6"
  b"â§<F†8L*¥K8%,µŒÈ"
  b"ã´-¦ÁˆGÑ¢\x07Ã̽mÛR"
  b"äœä\x16øÄFÖ¾5\è_+çP"
  b"""
    æ?#Œ¸ºL†‡Œmû\n
    ‡+u
    """
  b"µÜ?▀tíFðòë\x1Cp©ìïÓ"
  b"ç‚‹\x10ïáEÌ»Êæ‘žø0]"
  b"è0¶’auF§«n;°\v\x7FÏ"
  b"è‘_)0~E‰¬óö¨‚Â9Ï"
  b"Û┤b¼hôEÅà1`é\x0Eb\x14"
  b"ê·@ù|ÇF¬Ž°Æ\rq±= "
  b"êã¿@\x11çD>¿W¡\x12+…Â;"
  b"똔\x11\x00\x19C¦®VeóKpã\x1C"
  b"Ù¯└-ÍìA_Ü\f4¤`\e\x03"
  b"ìLªùþèLx¸²?hŠú—\x05"
  b"ì_IùnmMg‰ºM¸¿åº¨"
  b"ìˆ+;)uHÉ¿\T^C¹ ò"
  b"î~õîïoB\x13¢¨\x02\x01‘¯ß\x1E"
  b"ï^\x19#6vG¾€!Ûµ³m®"
  b"´Ä»\x11Ï>KÕÉ9³z╣ZÛ "
  b"ï—„@ýßOa¢ñ¡ºƒ2\rg"
  b"ﬢµ¶8Dÿ‚9¬\x05Ÿ4µ2"
  b"ð6jn8ÙO\x1FŽñ\x15ûŠu\e\x03"
  b"ô®\t°YÞM"¼—ÎXÅ¥\x0E""
  b"ôÏtêÿÕHVª\x0FFܼ\x1F"
  b"õ;² BÌAÈ’×b°Ün>ñ"
  b"§¡ºþ·_AN╗àeqÞgÝì"
  b"÷ZHO¯¸I£ÿüçtôô\"
  b"öÉ\x18˜åÓF[žøÐR\û¤›"
  b"öÔkÇÈôJ\x11²Ÿ‰ï›5¶ª"
  b"÷\x1CƒÜR¯LB½y1‡þ\x10\x0F\r"
  b"÷£|€>pOÌ’\x10#XYŠw\f"
  b"°ÒWYYBN\x1Eèì)b\x10ă\x0E"
  b"° jϪ¤LÅØ¾a-¢eú┌"
  b"ù\x19JQc,A½•›3Š(ù˜Ê"
  b"""
    úŸÙ\r8\n
    K\x17¿PÃúqä¦û
    """
  b"ú½\x10\x16Ê.Mr„^xXœ¾Ïå"
  b"ý\x01\x13\x07‹GH/‡Ê*&s\x11p\x1D"
  b"þ9\x00ÅÄÞI)–j\x15Okµ¦ê"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x03ø\x13*â&GZ²€4´Q\x06\x01y"
  b"\vµ8Èì­Gˆ…C€\x02t]ëž"
  b"\f┤ bëwOKÉi╝wádl7"
  b"\x12"\x12g\x15ƒL› ægN1,†Ð"
  b"\x12Yè¢t@Jç¥HÌ«ï4>ð"
  b"\x14\x08kÈK¢ǃ¾\x16Å╔\x1A"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x18LÃó¯Ñ@:‚õUæf VI"
  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‚2§ãM¢‡3F—j\x1F­?"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"$\x02kqkáIú§h\x1E!ªÅÇi"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"4O/█KÊE4è\x1AììibN "
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"=\x19†©l_N„¿è\vhwEáq"
  b"BmŠZ`\x16J\x11©næ\x05¾Z[Ï"
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"Po\x0EàKñN\x1FØ»&¥EÁ\%"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"\¡—o˜½La¨~\x1A¦\x1DÀ\x18n"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"lVO"JªF\x13³0”\x10ž©4À"
  b"lï>o9wJ\x1D\x1Eì\x12½hö£"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"""
    \n
    ×97G\t°Ü sp3\D
    """
  b"u¯_¨s:K¬˜\x11ÙËìC‹‹"
  b"~ÂÅo‚\rEñ§!™\x08!Fɳ"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"åÐ äÌ▀Cí»ÔÜ\x11ØMX\t"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"Å\x10{q\x05┌J\x18ç├cÛ~0é½"
  b"ÅÇ┼═x│OBƒ!▄I87╩A"
  b"’?%ø.ÉD\x07¸Ã^‘.Pm\x19"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"–:8”MéA\«åAz\elÙ¼"
  b"–€¡‡\x1CÛA>ªªYf\x7FÙÞf"
  b"ÿ.¡IüµF\¡4ãç^▀lÕ"
  b"¤Q/ç¨\x1AIצáµÑ\^pH"
  b"©Bb¢žÖE\µ—»Åânü)"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"¯\x19W\x1D\x1EÒOÜ’ÑÈHá\x08ßb"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"ÁiB±awI!º;̺\x1D\x7Fó3"
  b"╩ø|\S$B±ì╩HªÈ═Òâ"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"ðü>ê©&MdÑM\x08ÁP>À¶"
  b"Ѳº\x0Ew\x1CIê·¹\rvrHV\n"
  b"ט㷲\x7FB¥žíºÿßO)0"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"Ìf!¦║YIíì\x0E|\r$¿aX"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"áµà\x0F„ãHß’¦¬˜t)ËÑ"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"æ0cñ…—D°˜ƒÁMX\x19Àé"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"""
    ï‘\n
    —´˜B\f¾ˆv\x03*8<g
    """
  b"ñeÿ˜ÃÐF¿‡\x00ÊF\x07ˆ`‰"
  b"¾╣A+p}MºÅ¨d¢\x05H═\x14"
  b"§ñS'{õDÐɯ[fD®╬Ú"
  b"ö­\x08h™€Hµª\S3|\x0F\x16î"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"ù–¢Q„šJ.»’lÛ\r?KA"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
]
91 0.06 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
92 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:
[]
93 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:
[]
94 0.02 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 20.04 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/38d6806a5b4547988a2a7df65fd04ea3"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
96 0.02 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
97 0.02 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 1.54 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 1.76 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.12 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.30 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.22 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 1.73 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
105 3.11 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"ðîßûùLL6ì┴|ð╦┬Úý"
]
106 0.28 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"8Ö€j[EG˜Š*}ö_ÐN£"
]
107 93.91 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/38d6806a5b4547988a2a7df65fd04ea3"
  "/navigation/5cf57f32947d430fa931e53694822cba"
  "/navigation/13a2b49821dd47d9a7a5389b2d690857"
  "/navigation/cb53485bc0264c979c07a1df1a5c38d3"
  "/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/8a741fa1c9c64a1cbbca8d954a042e5c"
  "/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/28e89a205f7840b792e886983d6935f5"
  "/detail/4dc505b13d8a4cd68c8f909391d454ac"
  "/detail/0c5492331b424f2c99c73c66c404d82e"
  "/detail/dac885dcff8a4b84bceec5b9fda38150"
  "/detail/ad752062a8664182a5c49ffb2b276b69"
  "/detail/a90b9a2ece5244a480a42f3e0a90a8cf"
  "/detail/20070f0d976a4b7c9297d22da0638902"
  "/detail/d8fc2f1c177e4fae81575b5cc9366281"
  "/detail/0b4c4f6ca9a74ecab6745b954ac73736"
  "/detail/04e5a54598bf4761a684e958e40397ce"
  "/detail/bf90141cebdb491dae54d68a90f17d86"
  "/detail/3c8cec5a32644a65b9f3fd078046d3b3"
  "/detail/dac569bc29c0449ca301dbdecfca0044"
  "/detail/24564287651041d7a1bc60d19f3a94fc"
  "/detail/2e3a25d22f964b42921dd541aafb37d5"
  "/detail/1a08821d58744658a3e73c6c0b9681c5"
  "/detail/378cb54bd9b54f93837ac63152c8a5b2"
  "/detail/1cd14d68d66a4b6d90c80d90d9efcd49"
  "/detail/0485e870886c4223baa409150eba3d40"
  "/detail/0c4d186886e148908977cc6c4af6bf44"
  "/detail/b06fba00cffe4be1b9071c68fcb37a66"
  "/detail/2a13a785415c47ceb55d44bca0421471"
  "/detail/0eef40e01fcd475f959ecd63429a3978"
  "/detail/4b99477786c64cd9b55812bbcb576890"
  "/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.04 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.