GET https://treppenmeister-shop.delta-pim.de/navigation/0190da6b6dc67135823f3195aacbbae3

Query Metrics

95 Database Queries
89 Different statements
156.44 ms Query time

Queries

Group similar statements

# Time Info
1 0.10 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.16 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.06 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:
[]
4 0.10 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.16 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:
[]
6 0.46 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 0.34 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  "RECA-Produktkatalog/Elektroinstallation"
  "RECA-Produktkatalog/Elektroinstallation/"
]
8 0.41 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.11 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  "YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN"
]
11 0.32 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
12 0.61 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`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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 (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` 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
13 0.17 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
14 0.17 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
15 0.40 ms
# base-context-factory::sales-channel::association::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.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`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`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` 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` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.26 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`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` 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` 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Í‚ó¬›ÑÀßÊ"
]
17 0.30 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`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` 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"\x01ì¶lL rúÀ£\x16À├ù4¾"
]
18 0.28 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`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `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` 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"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.11 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:
[]
20 0.46 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`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` 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` 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"\x01ì¶lP~s▓ÜyÖ\x05'▀·ã"
  b"\x01ì¶lP~s▓ÜyÖ\x05'¹¾\t"
  b"""
    \x01ì¶lqép\x1Cè þ\n
    \x08Ê2m
    """
]
21 0.55 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`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`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` 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.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` 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 (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` 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"\x01ì¶lPIqÖÆ┐¾Þð÷┌D"
]
22 0.64 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`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `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`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` 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.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` 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 (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` 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`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` 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"\x01ì¶lPjsýäƒbwNÓ.┬"
]
23 0.14 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"\x01ì¶lL rúÀ£\x16À├ù4¾"
]
24 0.09 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN"
]
25 0.13 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
]
26 0.17 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"\x01ì¶lPAp½ì\'\x1A®"╚K"
  b"\x01ì¶lPjsýäƒbwPÅXÞ"
  b"\x01ì¶lP▄r7»g▄÷\x19╣¼J"
  b"\x01ì¶lg┘r┴ÿO+Fyãª\e"
  b"\x01Ž1 ¦«}'€uKñŠF‹$"
  b"\x01Ž1¢Kët¦·à¦3–\f\x07f"
  b"\x01ì¶lPÈr¼ä\eÆ\x07À\x15^\x10"
  b"\x01ì¶lPÎsi╝B▒Ù╠Âxø"
  b"\x01ì¶l¬\x06paà\x0EÄBíväð"
]
27 0.10 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.50 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:
[]
29 0.42 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:
[]
30 0.12 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  b"\x01ì¶lL rúÀ£\x16À├ù4¾"
]
31 0.09 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN"
]
32 0.39 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
33 0.22 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01Ž\t\x07Û&q·™ÔœM8©X\x7F"
  b"\x01Ž\t\x07Û&q·™ÔœM8©X\x7F"
  b"\x01Ž\t\x07Û&q·™ÔœM8©X\x7F"
]
34 3.45 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`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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%"
  "%|018e0907db2671b799d49c4d38a9587f|%"
  1
  4
]
35 0.12 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
36 1.55 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%"
  "%|018e0907db2671b799d49c4d38a9587f|%"
  4
  true
  true
]
37 0.70 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`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"\x01Ž\t\x07Û&q·™ÔœM8©X\x7F"
]
38 0.33 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
39 0.41 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`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` 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` 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"\x01ì¶m¤ròÁç\t\x1E5Ü░T"
]
40 0.19 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
41 0.24 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`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` 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` 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.19 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01Ž\x18žèît€¿ý¢^!ùp€"
  b"\x01Ž\x18žèît€¿ý¢^!ùp€"
  b"\x01Ž\x18žèît€¿ý¢^!ùp€"
]
43 1.74 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`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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%"
  "%|018e189ee8ee7480bffda25e21f97080|%"
  1
  4
]
44 1.50 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%"
  "%|018e189ee8ee7480bffda25e21f97080|%"
  4
  true
  true
]
45 0.66 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`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"\x01Ž\x18žèît€¿ý¢^!ùp€"
]
46 0.28 ms
# footer-pagelet::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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
47 0.61 ms
# footer-pagelet::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`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` 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.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` 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 (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` 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"\x01ì¶lPRs\x04ÿï¼é┤\x11▄q"
  b"\x01ì¶lPIqÖÆ┐¾Þð÷┌D"
]
48 0.39 ms
# footer-pagelet::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` 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
49 0.73 ms
# footer-pagelet::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`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `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`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` 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.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` 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 (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` 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`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` 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"\x01ì¶lPjsýäƒbwOÊkz"
  b"\x01ì¶lPjsýäƒbwNÓ.┬"
]
50 0.67 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`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"\x01É┌kmãq5é?1ò¬╦║Ò"
]
51 0.32 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`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` 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` 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ì¶lRçs¡Áa¥#y¨´\x1F"
]
52 0.44 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`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` 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`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` 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ì¶lRçs¡Áa¥#y¨´\x1F"
]
53 0.45 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`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` 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`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` 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ì¶lZir+│4,×\v╚┼§"
]
54 0.35 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`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` 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` 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ì¶lRÅs_üÃE#¸È\x18"
  b"\x01ì¶lRÅs_üÃE#°5\x01"
  b"\x01ì¶l[Àqf╣║§å┴_3O"
]
55 0.26 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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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"\x01ÄQ»W¨pùÖS\x19ìajâÛ"
]
56 0.13 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
]
57 0.28 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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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"\x01ì¶lw╝p¶©î¿xJLÂ╠"
  b"\x01ì¶lw╝p¶©î¿xJa#f"
  b"\x01ì¶lw╝p¶©î¿xK]û\x18"
  b"\x01ì¶lw╝p¶©î¿xL/Ûƒ"
  b"\x01ÄQ»W¨pùÖS\x19ìajâÛ"
  b"\x01ì¶lw╝p¶©î¿xM\tÏ\x07"
  b"\x01ì¶l|ÉpèÄY┐­xè¢\x1D"
]
58 0.13 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"\x01É┌kmãq5é?1ò¬╦║Ò"
]
59 0.11 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"\x01É┌kmãq5é?1ò¬╦║Ò"
]
60 20.06 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`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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 ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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(`product`.`product_number`) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
]
61 14.26 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`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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 ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
]
62 15.65 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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 ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
]
63 0.34 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`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` 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` 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"\x01É┌\x7FÓòpáºju_¯2º£"
]
64 22.77 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 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`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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 ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
]
65 5.15 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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 ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
  0
]
66 5.03 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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 ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
  true
]
67 19.34 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
]
68 8.47 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`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` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
  null
]
69 0.22 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"ÐÆd Ía[O©x~¸ƒ¹^\x16"
  b"\x1E\x15´¼TÈ–é7-l_ÿL"
  b"#14ÖñœWá·üð~‚r.\x0E"
  b"/B\x1CM└\x16XÕío.Ë+Å█w"
  b"}¿£8Mh]Õ¥ i¢4Vh "
  b"Ön¦öbf^¬ú2┌Ém£┴U"
  b"\x06O0ÕDúT\x15ª2÷ƒŒ˜Q¬"
  b"ùü±³xPY\x0EšCBÇ\e%f£"
  b"œ\x18í7rùUÉ‘|Å{+F1ù"
  b"(XbB¾ÝUM¤\v\x15+\vH"
  b"©®$W▒\x15V±Å@Ítb\f┼Ú"
  b"혹ðܬX\x12°åþIžj{å"
  b"\x7F»‡qÇ­S\tˆ&hv‡!Ú‘"
  b"¥ jø\x18­R“¼E=¿`F:É"
  b"/ÉÀA1~W\x01üüGwÂz¤)"
  b"\x1D?,ÿ"îQ\x02·Y¤alzÝ&"
  b"ûŸ:V¶÷^ž†„\x10â;(Ò¾"
  b"¥\x1C5\x01í]Rð®Ø\x00ïÞ©ÎS"
  b"\x13\x07²/\Ô^Z¼!:\x1Ae\x0F\rM"
  b"$\x10d_\x1E>]œ¢üíZëéwM"
  b"¹7!£2ÅZº¨\x16þPM\x03\x04¿"
  b",\x15äÀ;\x01Shªåx]²I È"
  b"´}„á¨ÃS\x15²£Žú\x07&ñ’"
  b"œ’)e\fçRL‘±÷ꑵ–O"
]
70 0.37 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"ÐÆd Ía[O©x~¸ƒ¹^\x16"
  b"\x1E\x15´¼TÈ–é7-l_ÿL"
  b"#14ÖñœWá·üð~‚r.\x0E"
  b"/B\x1CM└\x16XÕío.Ë+Å█w"
  b"}¿£8Mh]Õ¥ i¢4Vh "
  b"Ön¦öbf^¬ú2┌Ém£┴U"
  b"\x06O0ÕDúT\x15ª2÷ƒŒ˜Q¬"
  b"ùü±³xPY\x0EšCBÇ\e%f£"
  b"œ\x18í7rùUÉ‘|Å{+F1ù"
  b"(XbB¾ÝUM¤\v\x15+\vH"
  b"©®$W▒\x15V±Å@Ítb\f┼Ú"
  b"혹ðܬX\x12°åþIžj{å"
  b"\x7F»‡qÇ­S\tˆ&hv‡!Ú‘"
  b"¥ jø\x18­R“¼E=¿`F:É"
  b"/ÉÀA1~W\x01üüGwÂz¤)"
  b"\x1D?,ÿ"îQ\x02·Y¤alzÝ&"
  b"ûŸ:V¶÷^ž†„\x10â;(Ò¾"
  b"¥\x1C5\x01í]Rð®Ø\x00ïÞ©ÎS"
  b"\x13\x07²/\Ô^Z¼!:\x1Ae\x0F\rM"
  b"$\x10d_\x1E>]œ¢üíZëéwM"
  b"¹7!£2ÅZº¨\x16þPM\x03\x04¿"
  b",\x15äÀ;\x01Shªåx]²I È"
  b"´}„á¨ÃS\x15²£Žú\x07&ñ’"
  b"œ’)e\fçRL‘±÷ꑵ–O"
]
71 1.77 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`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, 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`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (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`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.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`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `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`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `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`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `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`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` 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 `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.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_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` 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_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`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` 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` 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` 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`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` 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"ÐÆd Ía[O©x~¸ƒ¹^\x16"
  b"\x1E\x15´¼TÈ–é7-l_ÿL"
  b"#14ÖñœWá·üð~‚r.\x0E"
  b"/B\x1CM└\x16XÕío.Ë+Å█w"
  b"}¿£8Mh]Õ¥ i¢4Vh "
  b"Ön¦öbf^¬ú2┌Ém£┴U"
  b"\x06O0ÕDúT\x15ª2÷ƒŒ˜Q¬"
  b"ùü±³xPY\x0EšCBÇ\e%f£"
  b"œ\x18í7rùUÉ‘|Å{+F1ù"
  b"(XbB¾ÝUM¤\v\x15+\vH"
  b"©®$W▒\x15V±Å@Ítb\f┼Ú"
  b"혹ðܬX\x12°åþIžj{å"
  b"\x7F»‡qÇ­S\tˆ&hv‡!Ú‘"
  b"¥ jø\x18­R“¼E=¿`F:É"
  b"/ÉÀA1~W\x01üüGwÂz¤)"
  b"\x1D?,ÿ"îQ\x02·Y¤alzÝ&"
  b"ûŸ:V¶÷^ž†„\x10â;(Ò¾"
  b"¥\x1C5\x01í]Rð®Ø\x00ïÞ©ÎS"
  b"\x13\x07²/\Ô^Z¼!:\x1Ae\x0F\rM"
  b"$\x10d_\x1E>]œ¢üíZëéwM"
  b"¹7!£2ÅZº¨\x16þPM\x03\x04¿"
  b",\x15äÀ;\x01Shªåx]²I È"
  b"´}„á¨ÃS\x15²£Žú\x07&ñ’"
  b"œ’)e\fçRL‘±÷ꑵ–O"
]
72 0.35 ms
# product-listing-route::loading::association::properties::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.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` 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` 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` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à+÷rS×À3ß\x7FP¸╗"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-_s5¥7┘ào¡qó"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-!rıƹ$\x14åá\x04G"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à\x12õs`º£VÚS┘ì╩"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-qpÇ╗ó®¾óÎR\x17"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,"p_út¯b\x05"u²"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-Ür¦Øº\x01g┌╠)w"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"""
    \x01É┌à\x12÷r(îf?æ\n
    \x15¹y
    """
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,äq±à█-x\x16Dƒ═"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à\x13Ös|ÿ┬ı8Dälâ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,[ruÜÆýqliÜ┐"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à\x12Ðr\x18ÅV├¿?>°í"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à+Úp═É(gpáòj@"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,\rrþ▓▓Ͱ‗░.W"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01“S+\x07Yrt‡Š±‚‰kî\x03"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-Jq«¼C\x12îu░ÔÇ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"""
    \x01É┌à,nq¯í\n
    áv.Ëbö
    """
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-»s>¬¨K\x01Ø┬\x12À"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,6so░¸±m!G#Á"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-äp\x03ÜÐ\x15úÝä»ó"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à\x12!pÝÂ┴ÏèqO©\x18"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,Ip\t\x12È\x17Zw\x18ã"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à,\x02pðûä¾│x¬Íu"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à-4råÿýÁÔT'ÿq"
]
73 0.13 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"\x06O0ÕDúT\x15ª2÷ƒŒ˜Q¬"
  b"\x13\x07²/\Ô^Z¼!:\x1Ae\x0F\rM"
  b"\x1D?,ÿ"îQ\x02·Y¤alzÝ&"
  b"#14ÖñœWá·üð~‚r.\x0E"
  b"$\x10d_\x1E>]œ¢üíZëéwM"
  b"(XbB¾ÝUM¤\v\x15+\vH"
  b",\x15äÀ;\x01Shªåx]²I È"
  b"/B\x1CM└\x16XÕío.Ë+Å█w"
  b"/ÉÀA1~W\x01üüGwÂz¤)"
  b"}¿£8Mh]Õ¥ i¢4Vh "
  b"\x7F»‡qÇ­S\tˆ&hv‡!Ú‘"
  b"\x1E\x15´¼TÈ–é7-l_ÿL"
  b"Ön¦öbf^¬ú2┌Ém£┴U"
  b"œ\x18í7rùUÉ‘|Å{+F1ù"
  b"œ’)e\fçRL‘±÷ꑵ–O"
  b"¥\x1C5\x01í]Rð®Ø\x00ïÞ©ÎS"
  b"¥ jø\x18­R“¼E=¿`F:É"
  b"´}„á¨ÃS\x15²£Žú\x07&ñ’"
  b"©®$W▒\x15V±Å@Ítb\f┼Ú"
  b"¹7!£2ÅZº¨\x16þPM\x03\x04¿"
  b"ÐÆd Ía[O©x~¸ƒ¹^\x16"
  b"혹ðܬX\x12°åþIžj{å"
  b"ùü±³xPY\x0EšCBÇ\e%f£"
  b"ûŸ:V¶÷^ž†„\x10â;(Ò¾"
]
74 0.13 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`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` 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` 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"
]
75 3.89 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"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à\x12!pÝÂ┴ÏèqO©\x18"
  b"\x01É┌à\x12Ðr\x18ÅV├¿?>°í"
  b"\x01É┌à\x12õs`º£VÚS┘ì╩"
  b"""
    \x01É┌à\x12÷r(îf?æ\n
    \x15¹y
    """
  b"\x01É┌à\x13Ös|ÿ┬ı8Dälâ"
  b"\x01É┌à+Úp═É(gpáòj@"
  b"\x01É┌à+÷rS×À3ß\x7FP¸╗"
  b"\x01É┌à,\x02pðûä¾│x¬Íu"
  b"\x01É┌à,\rrþ▓▓Ͱ‗░.W"
  b"\x01É┌à,"p_út¯b\x05"u²"
  b"\x01É┌à,6so░¸±m!G#Á"
  b"\x01É┌à,Ip\t\x12È\x17Zw\x18ã"
  b"\x01É┌à,[ruÜÆýqliÜ┐"
  b"""
    \x01É┌à,nq¯í\n
    áv.Ëbö
    """
  b"\x01É┌à,äq±à█-x\x16Dƒ═"
  b"\x01É┌à-!rıƹ$\x14åá\x04G"
  b"\x01É┌à-4råÿýÁÔT'ÿq"
  b"\x01É┌à-Jq«¼C\x12îu░ÔÇ"
  b"\x01É┌à-_s5¥7┘ào¡qó"
  b"\x01É┌à-qpÇ╗ó®¾óÎR\x17"
  b"\x01É┌à-äp\x03ÜÐ\x15úÝä»ó"
  b"\x01É┌à-Ür¦Øº\x01g┌╠)w"
  b"\x01É┌à-»s>¬¨K\x01Ø┬\x12À"
  b"\x01É┌ïÆ╠puí$IÄVWÇ,"
  b"\x01É┌ïÆÞrÌ×ì2┐ç\v"
  b"\x01É┌ïô\x03sIÿË┤\x13­¹%¯"
  b"\x01É┌ïô\x1Ds<é:v\x057\x07╣·"
  b"\x01É┌ïô4qyünn╣W\x03¹$"
  b"\x01É┌ïôOpuª\v´;~\x14ƒú"
  b"\x01É┌ïôhq&│Gr\x18╚&±ö"
  b"\x01É┌ïô\x7FrÜ║¬<\v║ï¿Ç"
  b"\x01É┌ïôæs¼¥r\x7F╩LãzI"
  b"\x01É┌ïôús9ëòúÏQÃo┘"
  b"\x01É┌ïôÁq¸½\x00f‗ \x01╚î"
  b"\x01É┌ïöYr─Ça¯┼á}¢\x7F"
  b"\x01É┌ïöjs¿ñ│5╗]\x1FÚ\x12"
  b"\x01É┌ïö|pPÅ®ù└-Qì╦"
  b"\x01É┌ïöìrF¬\x1F÷\x19\x1DºÓ\e"
  b"\x01É┌ïöƒp¢┐¸.\x1F\eÄ▓P"
  b"\x01É┌ïö▒q±úm\x02âÅÆƒ╦"
  b"\x01É┌ïö├pÏÖ\x15Ä$¶Û½y"
  b"\x01É┌ïöÈsùù\x04ZÎ╦Dç±"
  b"\x01É┌ïöÞr\x12║MÒ┤±W\x06"
  b"\x01É┌ïö¨pf½ÔDÓº─ì>"
  b"\x01É┌ïò\vr>┐\x19ä\x0E\x1A´?ð"
  b"\x01É┌ïû\x17q\x01Üße¢­ÒÚÛ"
  b"\x01É┌ïû4sμå_[¾Cln"
  b"\x01É┌ïûOrX¬úVôÛÑÎX"
  b"\x01É┌ïûis'¼²¶/£qJk"
  b"\x01É┌ïûüq\x13áÎg8$·ÚÏ"
  b"\x01É┌ïù.sÇñËÜm{¼\f"
  b"\x01É┌ïùJs%ñ\x00,Ùü\x16Òí"
  b"\x01É┌ïùep\x03¿ÛÌ\x1D{üïÛ"
  b"\x01É┌ïùÇr─ì└ÓH~ oT"
  b"\x01É┌ïÿ3sÙéSL\x02\fì"
  b"\x01É┌ïÿOsSçâj╣h\x18\v;"
  b"\x01É┌ïÿkpXë9ËôO╗?j"
  b"\x01É┌ïÿàrÔ¼╚╣´rÍÑ$"
  b"\x01É┌ïÿ£qy£Ü├ᾸØ\x10"
  b"\x01É┌ïÖNs×ö\x06Äþs h╦"
  b"\x01É┌ïÖ³plàï5Q:9Ú?"
  b"""
    \x01É┌ïÜ\eq7ò\n
    ;qô┤C\x1D
    """
  b"\x01É┌ïÜ7r7ùa╩Êií³Z"
  b"\x01É┌ïÜOrj¬Ð║U‗ƒ¥A"
  b"\x01É┌ïÜfr¶Ü┐7%‗úx`"
  b"""
    \x01É┌ïø\n
    q\x02¼8r\e2\x15k!
    """
  b"\x01É┌ïø'qOúÓËb\x14Ì\x19\r"
  b"\x01É┌ïØ‗slƒ[é-fÆ\x1EÖ"
  b"\x01É┌ï×\x11sÿÀ▄k╣¸ÿ\x07ÿ"
  b"\x01É┌ïצq\x11┐;f$CS¸ô"
  b"\x01É┌ï×·rW¼Ùx┴²:dµ"
  b"\x01É┌î\x12╗p\t¼àö\eí\x19\tÙ"
  b"\x01É┌î\x12Îrج\x1D5ýl±\x1Cô"
  b"\x01É┌î\x12­r#û\x14└<Ðé║╩"
  b"\x01É┌î\x13\tp<äy\x07Ä┼DA¼"
  b"\x01É┌î\x13'r¦â┘ªÌ|"N½"
  b"\x01É┌î\x13?rH¼▓ê\x02ª\x10\eÕ"
  b"\x01É┌î\x13Qr5»Q\x15ÅÅÞ\╣"
  b"\x01É┌î\x13bq²½7╚\x12\x05ÐÑ1"
  b"\x01É┌î\x14\x02q\x10┤ïö0s­╝╗"
  b"\x01É┌î\x14\x1Es┬òŹ\x0Fò\x08í("
  b"\x01É┌î\x145s!Ñ‗ʨ±*Z¼"
  b"\x01É┌î\x14LqC¢:®P│┼\x12Z"
  b"\x01É┌î\x14as\f¡h\x18#Ýf×È"
  b"""
    \x01É┌î\x14qq£åìÊÙL\x06\n
    Ì
    """
  b"\x01É┌î\x14âq\r¥O┤§\t4\x11Y"
  b"\x01É┌î\x14òp‗©o\x1A;ÁW┼P"
  b"\x01É┌î\x156qQ»5>ÂC\x04"
  b"\x01É┌î\x15Nq\x1AëFMõ│Y\tì"
  b"\x01É┌î\x15ls[îåZûlÔÙk"
  b"\x01É┌î\x15ïs\x13îX\x1DTÚDÉå"
  b"\x01É┌î\x15ús\x03î┘6\tP1└Ç"
  b"\x01É┌î\x16Np°ñ\x00Y╣YrË╔"
  b"\x01É┌î\x16²p_ò!▓ñ«XÞä"
  b"\x01É┌î\x17┤spÇÎÇ-½ └A"
  b"\x01É┌î\x18qrc┐Dr╝\x13ä│\"
  b"\x01É┌î\x19Qr│░]zrh▓*£"
  b"\x01É┌î\x19­s\x14ÑÝqT\t>`ë"
  b"\x01É┌î\x1Aôpsí\eÃ▀t©¹õ"
  b"\x01É┌î\eKrnïÉo¢H┴\f4"
  b"\x01É┌î\x1C\x03q(Ü└ܾª▒8N"
  b"\x01É┌î\x1C▒pmº╦E▀&^ê\x1F"
  b"\x01É┌î\x1DYrxìQÞb^ѱ\e"
  b"\x01É┌î\x1E\x05q\x12Ç@RÊÙn´\x1E"
  b"\x01É┌î\x1EºsSê͵{1h\x04X"
  b"\x01É┌î\x1FTr^é#í¶\x12pפ"
  b"\x01É┌î\x1F‗rwêÚþ¾\x14╩a\x06"
  b"\x01É┌î îsvº¢E¡S\fU┬"
  b"\x01É┌î!1q~êÕ╠╦äıÏD"
  b"\x01É┌î!╩p®Öm╚Gá▒Çh"
  b"\x01É┌î"cs{û%╝s■zYn"
  b"\x01É┌î#\x16qǽW\x17v\x1C§<\x1C"
  b"\x01É┌î#Ìsò╗░!\reàn\x00"
  b"\x01É┌î$ésYå×8À®úF╬"
  b"\x01É┌î%CqJä┤â\x15_ö>─"
  b"\x01É┌î%Ìr¨À¼*─ªòì¾"
  b"\x01É┌î&Æqƒêß4╣ìv│3"
  b"\x01É┌î'RqÜ®╦\x08 xw\x11"
  b"\x01É┌î(\x08q`╣0\tªÊ\ ¦"
  b"\x01É┌î(▒qkí\rtõ╣┐Ë\x1C"
  b"\x01É┌î)ap½Ü:+Ï%FE^"
  b"\x01É┌î) p▀úã¾72\x03³\x11"
  b"\x01É┌î*ÎpÒüΠ qÙ®\r"
  b"\x01É┌î+|qïÖ³+ÐYÑ\x11Ô"
  b"\x01É┌î,+p[ç\x17\x01\x0F ¥"
  b"""
    \x01É┌î, pͪ\n
    <\f▓[̱
    """
  b"\x01É┌î-╗sY╗$¯║mô║\x1C"
  b"\x01É┌î.êsý╣\x0F6þıem\x08"
  b"\x01É┌î.ªs½åÂc`¯▀Üù"
  b"\x01É┌î.├rú¢Bd¦\x01¡0╣"
  b"\x01É┌î/gp╚╗\x1C\x14\x03"
  b"\x01É┌î0\x14r[Áññ¨8Å@ı"
  b"\x01É┌î0╠q\x00Å<@├▒­|\x03"
  b"\x01É┌î1prâä\x1Dà6¸CÈf"
  b"\x01É┌î2*rb£╗i\x11kéõË"
  b"\x01É┌î30q­ƒX§\t>zb~"
  b"\x01É┌î3þqÜî┼╝ª\x01æ]Ã"
  b"\x01É┌î4▒r"╝+rBé;n\e"
  b"\x01É┌î5vr│┤ó─\r\x04\r\x02æ"
  b"\x01É┌î6ïshå╩ºN╗[n^"
  b"\x01É┌î7bp\f«Aj\MéÐÅ"
  b"\x01É┌î8Bs\tƒ\x14¨§/s=§"
  b"\x01É┌î9)p?Ǻþ¤\x12"l{"
  b"\x01É┌î9´rÐà¥(!Ï\x1F:╗"
  b"\x01É┌î;\fp(æþ└¡²8®f"
  b"\x01É┌î==siÜ└Azº­*\x08"
  b"""
    \x01É┌î>\n
    r\x17ØÅ»\x14\x04TDá
    """
  b"\x01É┌î>Ñr8╣T|ý┼ÍH¼"
  b"\x01É┌î?Nr4│┌¥ÎïÇ!ö"
  b"\x01É┌î?§r┐å║\x7FA┐ınÌ"
  b"\x01É┌î@íp3®ı2\x00$J"g"
  b"\x01É┌î@¥r\x03תcÔƒS³·"
  b"\x01É┌î@┘q;ÀtÔ^~\tU>"
  b"\x01É┌îAäqÙçP«ÐIÞ2g"
  b"\x01É┌îAír\x1D¿\x13\eú\\tHW"
  b"\x01É┌îA┐qmåÐH■À°╚Ð"
  b"\x01É┌îA┘q\x18Öϯêý!uµ"
  b"\x01É┌îWÞq®¡Ïñ\\x15=@&"
  b"\x01É┌îW°q©ê\x11pÒ-Úð'"
  b"\x01É┌îX\tq1×\x15àPUƒ\x02\x14"
  b"\x01É┌îX\x1Asó┤\x0F\vÏ╬;Ï"
  b"\x01É┌îY\rs"èuaÂê&Ö~"
  b"\x01É┌îY,s▄Æý§1▀âªF"
  b"\x01É┌îYHp¬▒ü?pðå}L"
  b"\x01É┌îYbsá«R{ÕÂ=\x1AÎ"
  b"\x01É┌îYzqrÖríÃÔï¤É"
  b"\x01É┌îZ s\x1FØ┤\x0Fö─u░Ü"
  b"\x01É┌îZ=r\x11í¿\r\x15;Û*ß"
  b"\x01É┌îZXqÔç\x06ý├\x04B░2"
  b"\x01É┌îZop\x1Dü­æPt@>\x02"
  b"""
    \x01É┌îZåqiÄ\n
    ¾eŽ┬ƒ
    """
  b"\x01É┌îZûs6ûºýz‗_K‗"
  b"\x01É┌îZ¿sà®C@`k_\x00&"
  b"\x01É┌î[5sÚè░[\x11y│IW"
  b"\x01É┌î[SsÖºnÖ'├:I2"
  b"\x01É┌î[nsЬÁ┴©"d│8"
  b"\x01É┌î[êp¯×ÛR·Ñ\x1E┼ç"
  b"\x01É┌î[ásOæDcÿ\eá8î"
  b"\x01É┌î[┤qÿùÐf\x07»D\x0Fü"
  b"\x01É┌î[ãs╗IJAáªtsü"
  b"\x01É┌î\wp"┤dø¥┼6─z"
  b"\x01É┌î]8sÍÿ`Ѓ╦▒Õõ"
  b"\x01É┌î]ßp+ú*\x11╔+x3{"
  b"\x01É┌î]■s┼▓X│▓"\x02°\x0F"
  b"""
    \x01É┌î^\x19púñöºg\n
    ¾Þ│
    """
  b"\x01É┌î^5pP«\x05GÉK\x18v\x1E"
  b"\x01É┌î^Ïpì│uúÿRßE±"
  b"\x01É┌î^§s┴º┼╔HMI|¥"
  b"\x01É┌î_\x10pþê!­°9½┤╗"
  b"\x01É┌î_/stùÂA5¾|\x04"
  b"\x01É┌î_Gr(Â\x11û´Wß(Ý"
  b"\x01É┌î_^s¤Â(ä+B%0ð"
  b"\x01É┌î`&r2Ѧ)¡>àS▄"
  b"\x01É┌î`FqtÖ\x12ÂdÆWÙZ"
  b"\x01É┌î`krÓå├$\x1A³>╝\x10"
  b"\x01É┌î`ìpÔçgÞ\x0E╦2ÏN"
  b"\x01É┌î`Ñq\x1FásVÔ¥¹\x1Eö"
  b"\x01É┌îb%r~Ü^ÀCÀï\`"
  b"\x01É┌îbÓs■ÇýÆ·\x0F╬3\r"
  b"\x01É┌îcépm®µ\x04Mü]P┤"
  b"\x01É┌îd$s]Åd/ \x19Ñ\x17\f"
  b"\x01É┌îd╦s┴ª\x1E¬ìY╗ñ§"
  b"\x01É┌îdÞr?æQvìN?\vê"
  b"\x01É┌îeërYº\x05ô╠ª²çÊ"
  b"\x01É┌îf,q■Ö':½\x07rÚ:"
  b"\x01É┌îfÙp{©é\x05.MI¯├"
  b"\x01É┌îgÄsÉ¥f¡T─2A¨"
  b"\x01É┌îh8rÈÜ╦G\x10uä¢î"
  b"\x01É┌îhÚrWïGE6à\x1F"
  b"\x01É┌îiÌs;ƒ\x00ÿÔÈö\x1Cì"
  b"\x01É┌îi¹qèÉ÷#4]aeí"
  b"\x01É┌îj\x17q3Ø║É7\x05ä\vî"
  b"\x01É┌îkYrßÜ^╠yºê\x1Cù"
  b"\x01É┌îlïs²ù\x7Fn;\v\x10Ð6"
  b"\x01É┌îm╚q║ò\x01\x04%w½┌."
  b"\x01É┌în‗r¿®$Ýëø▒\x7F""
  b"\x01É┌îp/p!ª\x16ìôDä°╦"
  b"""
    \x01É┌îrpqQäÔ\n
    F)~©Ó
    """
  b"\x01É┌îs\x08qd▒.ÔÂ\x1D.çË"
  b"\x01É┌îsõqgù4s­\x07\x16¦"
  b"\x01É┌îtásëêܨ[¤ñge"
  b"\x01É┌îuUp▒æ╦AG>F\x1Cg"
  b"\x01É┌îv6s╚óê▒1\fMª╬"
  b"\x01É┌îw\x1DqxÜ\x0FZ#²¸µ("
  b"\x01É┌îwÊs¥░²÷¢J┤┼"
  b"\x01É┌îxØrsît>¤ÚÜÕÐ"
  b"\x01É┌îyíqâC╣\x06\x7F·¹│"
  b"\x01É┌îzNpI×|[çÑ\x15"
  b"\x01É┌î{\x15pÐÄ\x11B╔\v┐ÝÍ"
  b"\x01É┌î{3p\e┐¾ètÀ«\f\x14"
  b"\x01É┌î{Qq\x0F½║i¶ ò\x12ã"
  b"\x01É┌î{jp¼ÁÀãз÷╗÷"
  b"\x01É┌î{âs1û■rrE\x1C╬╝"
  b"\x01É┌î|\x1Dr=¡\x1A█▒\x1C╠:ã"
  b"\x01É┌î|:q\x04║Ø«┘\x17ü║¥"
  b"\x01É┌î|Vqa×ï5┐"\x02\x1D["
  b"\x01É┌î|qs┬üË-´╔¿\x02"
  b"\x01É┌î|êr¤Çb÷╗¬=­»"
  b"\x01É┌î|ƒp ¬±/ú)2l¾"
  b"\x01É┌î|▓r(ü÷8Mƒ¿¾Ö"
  b"\x01É┌î|├q\v»ï¢ôQ╬²õ"
  b"\x01É┌î|ısz×\x00xR¤µÏê"
  b"\x01É┌î|µrTÇ·úíBÆîü"
  b"""
    \x01É┌î|°sS╝¼\x13\x1C\x7F\n
    ,
    """
  b"""
    \x01É┌î}\n
    qF¢"Ýõw\x08¯1
    """
  b"\x01É┌î}\erkÄv\x0FÝÙÐþ┐"
  b"\x01É┌î},s¿ÆzW╠:ê)\x04"
  b"\x01É┌î}>r\x14¼\x03@┌áKï9"
  b"\x01É┌î}Pp^¿Z4}\x1AF#\x08"
  b"\x01É┌î}bq^ìƒí1E\x02è¹"
  b"\x01É┌î}srrîýJò©¯oí"
  b"\x01É┌î}às┴ü\x07i\x11AÛïI"
  b"\x01É┌î}ùs(Ñ\võ²\f¥:\x1C"
  b"\x01É┌î}¿së»Í]\x0EËZ¼2"
  b"\x01É┌î}║r̬\x19R╠à\x11▓Å"
  b"\x01É┌î}╦q\x14ï8§±Xÿ¯i"
  b"\x01É┌îöôq|ó\x1Ck\tÌóxR"
  b"\x01É┌îö░rl×ù‗q(A²╠"
  b"\x01É┌îòwq\x15íéıµ~C╚³"
  b"\x01É┌îòör¦®îìVü╣Ô~"
  b"\x01É┌îû*sá╣▀─$ƒ┤&A"
  b"\x01É┌îûHqßÄx\x18\x18▓L·>"
  b"\x01É┌îûds¤ª;éES\x15³\x06"
  b"\x01É┌îùdq╣ÂÔήC?gÉ"
  b"\x01É┌îùüq·¼┬¼*\x04MNé"
  b"\x01É┌îù£rà╗┤\x05Å▀¾\x1D"
  b"\x01É┌îùÂp&èÑË#Ù\x10Õ^"
  b"\x01É┌îÿmr&│g{sÿ\x1C"
  b"\x01É┌îÿès®ÄÅ╚Y\x06ô\x1D"
  b"\x01É┌îÿórQ▓Q═W6àaÉ"
  b"\x01É┌îÿ║sà»┬\rÍed^╬"
  b"\x01É┌îÿÐqPú║*n\x1C¦àÿ"
  b"\x01É┌îÖzrËñnyu┘Àâ╬"
  b"\x01É┌îÖùrAëS´Ô‗WÍÃ"
  b"\x01É┌îÖ▓q¶ƒ└\x15½▒\x10 Ï"
  b"\x01É┌îÖ╩qçá\\x04¡#^kù"
  b"\x01É┌îÖßqmò-]à¯R"\n"
  b"""
    \x01É┌îÖ¾qn║N2Ê\n
    e)¿
    """
  b"\x01É┌îÜ«pºÂ\x01àe\x17ñ┘\x0E"
  b"\x01É┌îø^q?ë+▄$ñ½@\x02"
  b"\x01É┌î£\x03qR▒╦¾kÚ5?´"
  b"\x01É┌î£Ør┴ª\x06êÍòß\f0"
  b"\x01É┌îØNr}¼Jƒ!¹>ßà"
  b"\x01É┌îØþqA½F\x15)ݽò¸"
  b"\x01É┌î×Ñr)ª8òbÈMGö"
  b"\x01É┌îƒKp8®S,oÇ╝A^"
  b"\x01É┌îá)sÄäØå\x19¥Q~X"
  b"\x01É┌îáÌp_¿Cæ\x07┘hú░"
  b"\x01É┌îíòqÑàzcHë┐ü1"
  b"\x01É┌îóJq─å╔╦i╬¾\x1AÌ"
  b"\x01É┌îó■r\x1C║Gâ\r=ç╔3"
  b"\x01É┌îú\eq█Ä═©t║~*z"
  b"\x01É┌îúÀp▓Åiæ3®\x13Çë"
  b"""
    \x01É┌îúısR¼ÀÓ┘é▄\n
    ß
    """
  b"\x01É┌îñwsUÖ╣\x12LÕ<BÌ"
  b"\x01É┌îñöqhçAõ\x14Ý\x7F"
  b"\x01É┌îÑ`p|ä+╗üÙ²`M"
  b"\x01É┌îÑ}r:øÑíç¢jvç"
  b"\x01É┌îª╔r'½QþV«\x04\x06½"
  b"\x01É┌slƒ¤┴j\x1DM╠Å"
  b"\x01É┌îº\x04r¿ü)ä^7-\x19Y"
  b"\x01É┌îº\x1EpV«¨\x16`3¨\x06A"
  b"\x01É┌îº9p¬¼°A\x11{J\x18g"
  b"\x01É┌îºQp\x1CÇ~uötÃî╝"
  b"\x01É┌îºeqZå│_?¸ëÜ3"
  b"\x01É┌îºxq\x12óı«Ã┼║S¿"
  b"""
    \x01É┌îºër¿ënw■Åâ\n
    \
    """
  b"\x01É┌îºøsÝá«─o\x0F\x19é\x1C"
  b"\x01É┌rcƒ>î■\x12Å■¯"
  b"\x01É┌psñ\x1A¥\x10òûç│"
  b"\x01É┌î¿Yr¿äÙ\x03\f$X¦="
  b"\x01É┌î¿{p▄üÍ┘c\x14Úf?"
  b"\x01É┌î¿øs\x1EîÂu╩^\t┼0"
  b"\x01É┌î¿╣pé»ì\x0E▓z>ö¯"
  b"\x01É┌î¿Èq½ù▀|½\x07Q┴$"
  b"\x01É┌r4ü§┌å~'{."
  b"\x01É┌î®\x08r\x11á©\x13§«¾*["
  b"\x01É┌î®▄qlâ:â╬\x01TúÇ"
  b"\x01É┌s\x03øà/³yö36"
  b"\x01É┌î¬\x1Dr·ÿ■ÿ6Çõã\x11"
  b"\x01É┌î¬‗p┌©└█F\x15R║!"
  b"\x01É┌î½\x0Fr┌ƒ¯╚F.Rb°"
  b"\x01É┌î½+rïÀNä/\x12\x07ú╠"
  b"\x01É┌î½Dq\x00ì¿▄Ë\x01\x03░ô"
  b"\x01É┌î½\q3éx▄\x7F\x01-"
  b"\x01É┌î¼\x18pz░\x1D\x0ERÒ2ö"
  b"\x01É┌î¼5phÀÊ@ƒÄ┼µ▒"
  b"\x01É┌î¼Pq¹óı"¯┴n6ó"
  b"""
    \x01É┌î¼kqQå\n
    ÖÆ\x10\x04¯
    """
  b"\x01É┌î¼ârfêêù\x1C\x06J\x10Ô"
  b"\x01É┌î¡Gp=×ß§i;ÏÕ\x01"
  b"\x01É┌î¡dqhæ\t·\x04ð┬ÈÑ"
  b"\x01É┌î«\x11s#àKüÕ`╦¸T"
  b"\x01É┌î«1r'ªge̓\x1A╬b"
  b"\x01É┌î«Os.▓╗ùjø9s\x15"
  b"\x01É┌q깸1┬_)‗"
  b"\x01É┌î»\x11p\x10Øh\x1D\x1D├fµ"
  b"\x01É┌î»│s¢è\x16`üLï̧"
  b"\x01É┌î░Qpåê£M'8þi░"
  b"\x01É┌î░·qbö¦i¦'Z^¼"
  b"\x01É┌î▒êp┴øøv╬║\x1E»£"
  b"\x01É┌î▓6r┴ªüC\x0Eúz9V"
  b"\x01É┌î▓Îqn¡\x00\x0E¿à¶ï3"
  b"\x01É┌î│ÿr)¼UB´A│ Ç"
  b"\x01É┌î┤rpó│S";┤ë┬1"
  b"\x01É┌î┤Æs¶Â\|\x14àÀ\x1D"
  b"\x01É┌î┤«p~¢ãPi9@Û\v"
  b"\x01É┌îÁXpñáƒ'a\x18¸├Ù"
  b"\x01É┌îÁ{pnôÿç*Å¡iU"
  b"\x01É┌îÁÜsǺ└·_É\fëÎ"
  b"\x01É┌îÂtqkØm╩K└%5▓"
  b"\x01É┌îÀ/s2í╔&Ï"ÔÃ["
  b"\x01É┌îÀÞq3å];5\fùk\x08"
  b"\x01É┌î©©r║ñËLıìw\x03"
  b"\x01É┌î╣ZpÜó/\t¿ÁûeL"
  b"\x01É┌î¤iqº£Á░F╔ß®6"
  b"\x01É┌îð^r:è.─ ·Ã\rÊ"
  b"\x01É┌îð´peíÝÝ2ò»j4"
  b"\x01É┌îÐ░sLú¿ü‗\x06ndª"
  b"\x01É┌îÊeq╝┤\x17ã\x1E\x02bG¾"
  b"\x01É┌îË\x16pÄ«0ÖF\x08ë¡>"
  b"\x01É┌îË╬q\x08\rî░%[\x0Eg"
  b"\x01É┌îÈäq¾¬‗│├°\x04£ÿ"
  b"\x01É┌îıGs:»\f┤@kÍÂè"
  b"\x01É┌îÍ\x13qæÖtÓ}Ðyb└"
  b"\x01É┌îÍ®p\x16│2P[yÐË\x01"
  b"\x01É┌îÎUpHºD=\x12yz■\x12"
  b"\x01É┌îζrlØÌ┴Û┐1╗\e"
  b"\x01É┌îÏ¢rôòú═3\x12░i)"
  b"\x01É┌î┌├súç½░(\x106Ùr"
  b"\x01É┌î┌Óshà\x10¨\vcå}\x04"
  b"""
    \x01É┌î┌³r\n
    ì^ü\x06Ç?[7
    """
  b"\x01É┌î█\x16p\x14╣í!▀Ò\x12"
  b"\x01É┌î█/püª╩┴\x10Ï%vÒ"
  b"\x01É┌î█Ir┌ÜÍıÚ7▒ç¤"
  b"\x01É┌î█[sÖòÇ~r­î\x00®"
  b"\x01É┌î█lr\x12îÝç\x07╚ºVî"
  b"\x01É┌øN@q[ìÛ7\tf2È4"
  b"\x01É┌øNnpyÆ└uNnØD\x17"
  b"""
    \x01É┌øNòq.à\n
    ÒÕ┴-Gı
    """
  b"\x01É┌øN┤rÜ®ä╔m└CåÊ"
  b"\x01É┌øNıqCë\í┴d\x11"
  b"\x01É┌øOÿr9ó┌\x0EîP¿\x7F"
  b"\x01É┌øOÃpCÂø▓\rby`R"
  b"\x01É┌øPyrs╝UUö{▓ıã"
  b"\x01É┌øQEqÐÅÇL\x01á%R|"
  b"\x01É┌øQlrq¢ °b\x01ézÇ"
  b"\x01É┌øQÿr?é/\x0EÍÊaèz"
  b"\x01É┌øRlpö××Áêu═5%"
  b"\x01É┌øS7p$ú¬¥hXv÷p"
  b"\x01É┌øT\x03s݃5_\x12\x17┬É\x14"
  b"\x01É┌øT╦r§ºá\tL▄¡)¬"
  b"\x01É┌øUÜr\x04À\rü _ÿ©"
  b"\x01É┌øVàqýìq┐Íz½\e·"
  b"\x01É┌øWZq¾ó▀\x16Z­ýkõ"
  b"\x01É┌øX%sÄ¿¤┐├§╗\x1Câ"
  b"\x01É┌øXµp\x14ºqÙºXÚ&Õ"
  b"\x01É┌øYÛrKäa╗ÌpøDÂ"
  b"\x01É┌øZÈríƒý\x0EµÁG█l"
  b"\x01É┌ø[▓s┬é ¤§¹ÔTô"
  b"\x01É┌ø\ss╠│-N╣ì\x1D\eú"
  b"\x01É┌ø]3r¢ÀV\x1E´K#t"
  b"\x01É┌ø]­r6àu<V`\t┘±"
  b"\x01É┌ø^Ôrcú¸#ò`\x14HU"
  b"\x01É┌ø_Ös¯Ø\x06\f4k{¦V"
  b"\x01É┌ø`br/ó█ØûÙ\x02³-"
  b"\x01É┌øaWs├¼sÓ'!╣╦."
  b"\x01É┌Ø>:r├£Ý\x19ï®Côu"
  b"\x01É┌Ø>dp┐Ød)öG_\f"
  b"\x01É┌Ø>äpÖöÛöVO£µÖ"
  b"\x01É┌Ø>×s\x19£öS\vyujZ"
  b"\x01É┌Ø?urôªXR黨Ç▒"
  b"\x01É┌Ø@0q\x1Dº\x064!\tI|╬"
  b"\x01É┌Ø@§s╚×O ¡m%µÛ"
  b"\x01É┌ØA«p┤»úqE╩æ\x1E\x06"
  b"\x01É┌ØBusv¬xù║ßÖÞ@"
  b"\x01É┌ØB×rSÇ\x04ó\x10█{u¬"
  b"\x01É┌ØB┐ró┐czЃÒGw"
  b"\x01É┌ØD\x1Ds³╣J±>\x7FT8Ã"
  b"\x01É┌ØDGprÁÓ¯Ö3\x1Ci\x07"
  b"\x01É┌ØDir0û┌\tg1ꬮ"
  b"\x01É┌ØDåpJùÒÆÄÌwCï"
  b"\x01É┌ØDír°ñ¨p \x02\x04Ú\x05"
  b"\x01É┌ØEkpõîçyÙ\x02^\x14Ý"
  b"\x01É┌ØEös`ér¾\e╦UÖò"
  b"\x01É┌ØEÂs!┤Zy\x12üaÓ:"
  b"\x01É┌ØEÐs╩╣;<■hÐô\r"
  b"\x01É┌ØEýs¿Är¦6Z¥¸p"
  b"\x01É┌ØF└q©å\x04Y■ó\x08í»"
  b"\x01É┌ØFÚp:│¶│ê\x1AFvß"
  b"""
    \x01É┌ØG\n
    s=ñÁae┤▓P\x1D
    """
  b"\x01É┌ØG%pÎÂu\x14ú─~2ª"
  b"\x01É┌ØG?qõï¼F╩\x1C\x12"
  b"\x01É┌ØG¶p·┐Õc╣!%░\x14"
  b"\x01É┌ØH¢r░ÜyºRëF\x18y"
  b"\x01É┌ØIür╦À┬\x7F<ªH▓Ñ"
  b"\x01É┌ØJ>q\x02ƒ_ó└¿YS\x0F"
  b"\x01É┌ØKHqYæUïÜÐ\r\x04ó"
  b"\x01É┌ØKmsAÅ,ý\x11Î?%§"
  b"\x01É┌ØKÄp╝ƒ8'ú<r╗╗"
  b"\x01É┌ØK¿saêe\x03╝|\x00ú×"
  b"\x01É┌ØK├r\rçıß\x02G² É"
  b"\x01É┌ØK¦qéå\x15f\x13└'Ë»"
  b"\x01É┌ØK°r±ç┼]R╔Vþb"
  b"\x01É┌ØL\x13q×ܤ÷çǹ─´"
  b"\x01É┌ØL-q5À\x02Æ\x05þì³Ò"
  b"\x01É┌ØLHr4¿>?Å\x0F╝Ü0"
  b"\x01É┌ØLbpüÂ║ú¼P?ò!"
  b"\x01É┌ØM\x1Aq¶ªw"ÿððÅê"
  b"\x01É┌ØM6pL¢9×Ý\x1F\f"
  b"\x01É┌ØMQpú£:Ø¢ÛèéK"
  b"\x01É┌ØMlr<×\f&\x060DM "
  b"\x01É┌ØMåp¡»?ÉðT2▄0"
  b"\x01É┌ØMír~ö\x1D2kó7J¹"
  b"\x01É┌ØM╗pXêË7ùëıä\x05"
  b"\x01É┌ØMÍp²º\x14_■╠<\x04Ý"
  b"\x01É┌ØM±qè▒\e\x1Eû\x7F\x1F"
  b"\x01É┌ØN\fp\x1E╗ö■9ë?@["
  b"\x01É┌ØN&s\¼¸╩È>°4@"
  b"\x01É┌ØN§s┴Ö·‗¿D[4©"
  b"\x01É┌ØO«r`äf\x1C%\x14┌─G"
  b"\x01É┌ØPrq¾ƒÎr1¯Àù\x1E"
  b"\x01É┌ØQ$po½Ø╦\x19ÂüǦ"
  b"\x01É┌ØQýq\x04ø▓£\x17p°qe"
  b"\x01É┌ØRír1ü\x07┘╦Êîx\v"
  b"\x01É┌ØSºs\x1C¡u@v\x110#C"
  b"\x01É┌ØSÐp\x1Dª4ÃDëSÝy"
  b"\x01É┌ØS¾s┬óÐnRöìä""
  b"\x01É┌ØT┘rjàã§úüq╩Æ"
  b"\x01É┌ØUòp╠┤à\x08»N­Ss"
  b"\x01É┌ØWFs5ª:¤╣ÓX6%"
  b"\x01É┌ØW¯s¡£\x19*╬\x1E]7ª"
  b"\x01É┌ØX½p\x0Fú╩üÉü%Ϻ"
  b"\x01É┌ØY_pþÀô¿vOÕï¦"
  b"\x01É┌Ø\þsQûQ\x03¶2wèä"
  b"\x01É┌Ø]\x11qÿ»\x01(ø■ü«\x07"
  b"\x01É┌Ø^\q_║r<LÄ\x02S¿"
  b"\x01É┌Ø^år;ñ\x14ÍS│.╝ã"
  b"\x01É┌Ø^ºrÕø£H\x08\x1E\e'"
  b"\x01É┌Ø^ãp¬╗Ì▓AÓï\x18"
  b"\x01É┌Ø^ßpAü┬╝eѳ\x01Í"
  b"""
    \x01É┌Ø^¹s\n
    ù\x12m\x01Wþà\x1C
    """
  b"\x01É┌ØuFpoé¯÷%£­¥╦"
  b"""
    \x01É┌Øv\x11r#¡(gõ\f\n
    »
    """
  b"""
    \x01É┌Øv;qÀ│\n
    ´°éA¤ì
    """
  b"\x01É┌Øv^qÝØG`ÉZÄèº"
  b"\x01É┌Øvxsö▓¢┘┌0\x02½{"
  b"\x01É┌Øw#phñ=Ñ╬pE¾┬"
  b"\x01É┌ØwMrpÿ|‗Yû\x04kv"
  b"\x01É┌Øwmr4¿/³ƒ\x1F°ÝY"
  b"""
    \x01É┌Øwçqƒå\n
    \e\n
    s{À¯
    """
  b"\x01É┌Øwós°ä\x14═%£lë\x1C"
  b"\x01É┌Øw¢qIÀ"¶^U_\f²"
  b"\x01É┌ØwÎs╔Æ╝‗9Ûu5\x02"
  b"\x01É┌Øxÿp,£\x08\x18 \eÊ╗f"
  b"\x01É┌Øx─p▀Áe[\x1DfZî\x15"
  b"\x01É┌ØxÌr¸╗££²│Ú§\x17"
  b"\x01É┌íÿªs´╣ í\x00┼@v\x04"
  b"\x01“S+\x07Yrt‡Š±‚‰kî\x03"
  b"\x01“S+\x08prøŸƒ€\x1A\r\x1Fƒ+"
  b"\x01“S+\x08¼ré‡éo\x01TÛ(c"
  b"""
    \x01“S+\t\x07r\n
    ¡Ó–—0¿d}
    """
  b"""
    \x01“S+\n
    Xsɪ®)\x1Dˆ9“Ï
    """
  b"""
    \x01“S+\n
    ¨p=‡Ï\x13G\x1CÀ\x18Û
    """
  b"""
    \x01ôS+\n
    ¾p┘Å 0‗¼ûM-
    """
  b"\x01“S+\f\tr™¶Ô\x1F§\x06AS\x15"
  b"\x01“S+\fUr\x12”‹ÿd¹k£å"
  b"\x01“S+\f s\t³ØŸUxçÞJ"
  b"\x01“S+\rÄqe˜](ëÅ\rä\f"
  b"\x01“S+\x0E\x10q¬ˆ\x04»ÿ¸ñie"
  b"\x01“S+\x0E\p\f¨\x1A\x006\nåÇ›"
  b"\x01“S+\x0Fmqn£Ã8ÒÁm†Ö"
  b"\x01“S+\x0Fºr#ºW‰*$»¢˜"
  b"\x01“S+\x10\x06p\x01›ì¢ýõ‡ž¤"
  b"""
    \x01“S+\x11\n
    s\x16Šê“\föŽ\x127
    """
  b"\x01“S+\x11Up4§û\x00þ㱈&"
  b"\x01ôS+\x11íp¤Äo:KÊìÐc"
  b"\x01“S+00s²‘%ˆo˜Él\r"
  b"\x01“S+0}pè¼c-ZNßð""
  b"\x01“S+0Êq*™t\x05\f“¸"
  b"\x01“S+1\x16q}š‚>^¦P9\x12"
  b"\x01“S+4°sL…ÈrwÊu‘f"
  b"\x01ôS+4³sQØ\x06gJª´ñÉ"
  b"\x01“S+DIsÙ›a†ÖÅCyê"
  b"\x01“S+ERsŠ‹>\x1Aûe.úµ"
  b"\x01ôS+JÏs_úlÉZ└ÅZ+"
  b"\x01“S+M\x07sj·76}•hS´"
  b"\x01ôS+N\x1Cs\x05º\x19`\x14Ø3hw"
  b"\x01“S+Niq\x16\x12%wÈ-&—"
  b"\x01“S+Oyr¸˜ÛŠ¢.\x00ä·"
  b"\x01“S+P„sÁž`ž…F ë›"
  b"\x01“S+Qur#žÎ+Íðj;|"
  b"\x01“S+QÂsÓŽ‰Qs*4Ù;"
  b"""
    \x01“S,\n
    õp—©{qû)-W¼
    """
  b"\x01ôS,\vìrýâ§e½┘Ic\x10"
  b"\x01“S,\r[sÊŽhѦåîF\x19"
  b"\x01“S,\r¨pí¤‚è\x1DmÅ—B"
  b"\x01“S,\x12\x07r1‡%’€ï!ÄÄ"
  b"\x01ôS,\x12Vqëà+S ╬ Øæ"
  b"\x01“S,\x12£q¢ŒT,û\x15v—ó"
  b"\x01“S,\x13²rÒ¶ÚæA,R\vó"
  b"\x01“S,\x14šq+¬L\x1Ai’ðqV"
  b"\x01“S,\x14çsD°\x12›õa„ùß"
  b"\x01“S,\x15ÔqN¤eñv^[\x1Fq"
  b"\x01“S,\x16"qŽŸ\x04¬¯\x00\rŸ£"
  b"\x01“S,\x16np[²C\x14Ù‰¬>z"
  b"\x01“S,\x17qqx“é8W]Å­P"
  b"\x01“S,\x18YrÝžD\x16\x03\e+QF"
  b"\x01ôS,\x1C$rÉÅcÂXR³>\x10"
  b"\x01“S,\x1Cor_•6Ò~=ˆï["
  b"\x01“S,\x1C¼q—ŠPV\eI‘Ž""
  b"\x01“S,\x1D×s¥ŽW´ :õTÓ"
  b"\x01“S,\x1F\x1DqHˆ>\x10€Š±Co"
  b"\x01ôS, 1qküt\v[\x0E¤╗®"
  b"""
    \x01“S,!}qÅ¢yb\x1C­\n
    ½Ñ
    """
  b"\x01ôS,"Ðq\x18ü║k²a╝ïã"
  b"\x01“S,&óq¼·mä¼XN\x04u"
  b"\x01ôS,(,puàØøÍ-ó4?"
  b"\x01“S,)Epƒ³UûiÉņS"
  b"\x01“S,*‰s’²\x07±¿y\x06¬6"
  b"\x01“S,+´pЭ”ŒžÝ¨¾\x1A"
  b"\x01“S,,ôs,‰Dä“—…˜="
  b"\x01“S,.\x11q.•YÒ\rÅý¸W"
  b"\x01“S,/Pq6µò˜i¼âè—"
  b"""
    \x01ôS,0Yr\n
    ùÕ╩3W\x18╦É
    """
  b"\x01“S,0©pì·V±H›Ô,K"
  b"\x01ôS,2ds$檶\x7FÅ└>Å"
  b"""
    \x01“S,4qsס€\n
    î\x03ÝP\t
    """
  b"\x01“S,5ÄqΓçøf_g\x13¾"
  b"\x01“S,9˜r?–\x10*#á¢Iê"
  b"\x01“S,ZlqS¾ÒBn\eÄôí"
  b"\x01“S,[xp\x0EžÝã÷\x00ö˜ƒ"
  b"\x01“S,\½rh°Ü¯—gõ/ï"
  b"\x01“S,]¨pê´Bò£~HÕ8"
  b"\x01“S,^Är|ºîÈ\x13\x01~hS"
  b"\x01“S,_ÜsØŽGî´\x14\x14†>"
  b"\x01ôS,`Õp\x1Eº░╦É}┴u─"
  b"\x01“S,b\fq\x19”L»5Šp?l"
  b"\x01ôS,bXsxü&=\x14\x14Ä▀÷"
  b"\x01“S,f0rþ“Úy4\tNB¯"
  b"\x01“S,fzq1ª\r”ÿ‹Îœ\x06"
  b"\x01ôS,f┼pçöA▒ØRQ\x04^"
  b"\x01“S,g\x11sê€=Ï\x1C\x05\Þ¿"
  b"\x01“S,h\x16sÆ©×Ïä³Ì¸t"
  b"\x01ôS,has\x04ü\e¡Êó╚+õ"
  b"\x01“S,h­sX«*Æ\x1E!)–\x1A"
  b"\x01“S,húr‹ž@ÌöÆ$PW"
  b"\x01“S,iGp`†ç|oq)×\x1F"
  b"\x01“S,i”pŽ¥\x01 ¯\ÒC\x07"
  b"\x01“S,iàsüªYÓŇa\x06ì"
  b"\x01“S,j,q4¡öÂÆä J"
  b"\x01“S,jwq‚¦\x03_©'3µ&"
  b"\x01“S,jÄrª¼\x07C\x14?€P»"
  b"\x01“S,k¶r Š'‹‚¯Èî*"
  b"\x01“S,lïp“ˆÑfýÞ–9`"
  b"\x01ôS,m¯r■¢Cª/Ðü╔©"
  b"\x01ôS,o\fr\x14ób\x7F─Åf┘┼"
  b"\x01“S,p@q\f·oUQ`Š=î"
  b"\x01“S,qlrÉŸGþ\x1FÍQWê"
  b"\x01“S,rŠsƒ¯VÓÅð@"O"
  b"\x01“S,s™qÛ¼\x03‚‰ë\x03¹?"
  b"\x01“S,…ÉrЃ×g·*ù\x04Ì"
  b"\x01“S,†\x1DqÇ™dr?5×\x04y"
  b"\x01“S,†ls”·HÚ@P’³’"
  b"\x01“S,†·r¢ŸK˜žóXò5"
  b"\x01“S,‡\x03pÌ´`Ù{Èn,µ"
  b"\x01“S,ˆ,q1±!U~¹¤\x14e"
  b"\x01“S,ˆ}sVº8¶P`‡Î1"
  b"\x01“S,‰‘sî>€\x07a\x1F"
  b"\x01“S,‰Þp&œæòƒnÕóñ"
  b"\x01“S,Š*sƒ—ß8ˆC&«"
  b"\x01“S,ŠupYŒ’ðË’Kˆ\x0F"
  b"\x01“S,ŠÁpÊ€W=‡äL)¯"
  b"\x01“S,‹\rpR²Ì£\x00*1\t÷"
  b"\x01“S,‹Xq\x1C‰ëuÑÖ\r"
  b"\x01ôS,îöpÁáÙ\x11|QbÅÞ"
  b"\x01“S,Œàp4‹GR\x0E\eN"l"
  b"\x01ôS,ìÛsºö¼■\volü6"
  b"\x01“S,Ž;sešH\x05ÈѾô9"
  b"\x01ôS,ÅVpêêÃ╩\x06$Êóø"
  b"""
    \x01ôS,ÅúrDªô\n
    {÷0\f
    """
  b"\x01ôS,ůr\x14ÆÎ¥]Ü\eÉS"
  b"\x01ôS,É:pÛ╝└\x1F┘¢PÉ\e"
  b"\x01“S,®oq?ƒ‹\x10#ÎyÕý"
  b"\x01ôS,«╗rÛìå\x1A~Êv┴E"
  b"\x01ôS,»╔r¬É+Ãã\x11@ÕÈ"
  b"\x01“S,°\x16rú•Gv:\x1D8Šx"
  b"\x01“S,°brò¦]¢ÑɆZ\x1E"
  b"\x01“S,°®qx‚!hC:\e±ø"
  b"\x01“S,±Îqí©\x07}¿è+æ["
  b"\x01“S,²\x1Aqr¨Â\x00î—y“Í"
  b"\x01“S,²fpóˆwª·µmüG"
  b"\x01“S,²²s\x17ƒçüùt6Lw"
  b"\x01“S,²ÿq)˜\x05tS×\x00¬¦"
  b"\x01“S,´pqO¢\x10@?EUµ\r"
  b"\x01“S,´Âp-§ÙBÈQ\x18¼+"
  b"\x01“S,µ\x10ržŽ×W)\x05\x10\x16?"
  b"\x01“S,µ[r_«K=RGj\x12"
  b"\x01“S,µ§pb›MŸh-Oz\t"
  b"\x01“S,·Ms5‚SѵZ›Æq"
  b"\x01ôS,ÀÖsÉñ\x00\x184╦▄┐ý"
  b"\x01“S,·åpxˆ\x04R•Ê“Å{"
  b"\x01ôS,©1pFìµÀßR%ÁS"
  b"\x01“S,¸}rù’ÇCt¿«™ú"
  b"\x01“S,¸Ésà°ØX\vv"×P"
  b"\x01“S,¹Úp½°\x7F<Q¨©³Y"
  b"\x01“S,º+s!;K„ß\"
  b"\x01ôS,║wq\x0EØ█½Î\x06z}:"
  b"\x01ôS,║├qÅ¡nïÊñ²i,"
  b"\x01“S,»\x0Fq!£X{ˆ«­ÉC"
  b"\x01“S,»[p\x08’œ>\r¿\x05ža"
  b"\x01“S,»¦p(Ÿß•°[óeÏ"
  b"\x01“S,¼Érç¸y0\x1A\x04\x13"
  b"\x01“S,½\x18rК\x12QãíÏ-÷"
  b"\x01ôS,┐§p\x0FÅZHÖ4■Ø;"
  b"\x01ôS,└Br¸Ä¬üô³{U\x08"
  b"\x01ôS,└ìsvô▓JF\ebN¾"
  b"""
    \x01“S,ÀÙp\x1C±yFÎ\n
    .Ì”
    """
  b"\x01ôS,┬\fpÉ▓ÌR÷ù\x01╝ö"
  b"\x01“S,Å@r4ˆ¼=\x1D\x167ÊŽ"
  b"\x01“S,ÆMqϪ.LÑŽÆx¿"
  b"\x01ôS,ãÖp\x13ØPÝq!╣vc"
  b"\x01“S,Çßrì±ú\r*‹EP“"
  b"\x01“S,È+s}­rqÌr­V²"
  b"\x01“S,Èwsª€w­±¿É;†"
  b"\x01“S,ÈÄrø¾\x00~î І¢"
  b"\x01“S,̤qn¡Ò5ø¬Sn¢"
  b"\x01“S,Ìôs\x1F¡OÝ;ûÆpƒ"
  b"\x01“S,Î$q\x18¸ßãM¦›½'"
  b"\x01ôS,¤ërüÿaQѵ4i¬"
  b"\x01ôS,Ð▀rnël\x16̸jüT"
  b"\x01“S,Ó\x02sm‰=ðbt!–¿"
  b"\x01ôS,È/sØ¥59█9\x15\vK"
  b"\x01“S,Õ=pn˜|pEóE\x07>"
  b"\x01“S,ÖmsG…NóOÝžŸ)"
  b"\x01“S,Ú•pj¼«Ó¢ÖÏ\x0E®"
  b"\x01“S,Û©s;±Äç`Á€Œ\x08"
  b"\x01“S,ÜÙp‰‘›&ÑævÐÁ"
  b"\x01ôS,¦¨põì©~Ø ┌▄Å"
  b"\x01ôS,▀\x04snâ╣8\x1A«■Åf"
  b"\x01“S,áYs¦‘#Î0¡²¬_"
  b"\x01“S,â«rXƒ8\x10%È£º\x1A"
  b"\x01“S,å‡ra°¤\x18bªÐ\x01R"
  b"\x01ôbê\x17;ppü\f:ÛsJ\x18ÿ"
  b"\x01ôbê\x18mr\x01ÉÖÝ¡█Ø├Ã"
  b"\x01“bˆ$Sq\x07Š€¼ËP\Ȭ"
  b"\x01“bˆ%\x1Es¿¯\x07ŽD\Ò¹v"
  b"\x01“bˆ&>p\x1D™<ÏÒ85Û("
  b"\x01“bˆ'ìp\rŠoí·Ïè­Î"
  b"\x01“bˆ)3q5ˆé¢É\x14ç—="
  b"\x01“bˆXöp‰‚ªz‰ö\eV7"
  b"\x01“bˆY“p\x05òq²îp"
]
76 0.53 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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` 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.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` 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 (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` 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`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
]
77 2.88 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"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌à\x12!pÝÂ┴ÏèqO©\x18"
  b"\x01É┌à\x12Ðr\x18ÅV├¿?>°í"
  b"\x01É┌à\x12õs`º£VÚS┘ì╩"
  b"""
    \x01É┌à\x12÷r(îf?æ\n
    \x15¹y
    """
  b"\x01É┌à\x13Ös|ÿ┬ı8Dälâ"
  b"\x01É┌à+Úp═É(gpáòj@"
  b"\x01É┌à+÷rS×À3ß\x7FP¸╗"
  b"\x01É┌à,\x02pðûä¾│x¬Íu"
  b"\x01É┌à,\rrþ▓▓Ͱ‗░.W"
  b"\x01É┌à,"p_út¯b\x05"u²"
  b"\x01É┌à,6so░¸±m!G#Á"
  b"\x01É┌à,Ip\t\x12È\x17Zw\x18ã"
  b"\x01É┌à,[ruÜÆýqliÜ┐"
  b"""
    \x01É┌à,nq¯í\n
    áv.Ëbö
    """
  b"\x01É┌à,äq±à█-x\x16Dƒ═"
  b"\x01É┌à-!rıƹ$\x14åá\x04G"
  b"\x01É┌à-4råÿýÁÔT'ÿq"
  b"\x01É┌à-Jq«¼C\x12îu░ÔÇ"
  b"\x01É┌à-_s5¥7┘ào¡qó"
  b"\x01É┌à-qpÇ╗ó®¾óÎR\x17"
  b"\x01É┌à-äp\x03ÜÐ\x15úÝä»ó"
  b"\x01É┌à-Ür¦Øº\x01g┌╠)w"
  b"\x01É┌à-»s>¬¨K\x01Ø┬\x12À"
  b"\x01É┌ïÆ╠puí$IÄVWÇ,"
  b"\x01É┌ïÆÞrÌ×ì2┐ç\v"
  b"\x01É┌ïô\x03sIÿË┤\x13­¹%¯"
  b"\x01É┌ïô\x1Ds<é:v\x057\x07╣·"
  b"\x01É┌ïô4qyünn╣W\x03¹$"
  b"\x01É┌ïôOpuª\v´;~\x14ƒú"
  b"\x01É┌ïôhq&│Gr\x18╚&±ö"
  b"\x01É┌ïô\x7FrÜ║¬<\v║ï¿Ç"
  b"\x01É┌ïôæs¼¥r\x7F╩LãzI"
  b"\x01É┌ïôús9ëòúÏQÃo┘"
  b"\x01É┌ïôÁq¸½\x00f‗ \x01╚î"
  b"\x01É┌ïöYr─Ça¯┼á}¢\x7F"
  b"\x01É┌ïöjs¿ñ│5╗]\x1FÚ\x12"
  b"\x01É┌ïö|pPÅ®ù└-Qì╦"
  b"\x01É┌ïöìrF¬\x1F÷\x19\x1DºÓ\e"
  b"\x01É┌ïöƒp¢┐¸.\x1F\eÄ▓P"
  b"\x01É┌ïö▒q±úm\x02âÅÆƒ╦"
  b"\x01É┌ïö├pÏÖ\x15Ä$¶Û½y"
  b"\x01É┌ïöÈsùù\x04ZÎ╦Dç±"
  b"\x01É┌ïöÞr\x12║MÒ┤±W\x06"
  b"\x01É┌ïö¨pf½ÔDÓº─ì>"
  b"\x01É┌ïò\vr>┐\x19ä\x0E\x1A´?ð"
  b"\x01É┌ïû\x17q\x01Üße¢­ÒÚÛ"
  b"\x01É┌ïû4sμå_[¾Cln"
  b"\x01É┌ïûOrX¬úVôÛÑÎX"
  b"\x01É┌ïûis'¼²¶/£qJk"
  b"\x01É┌ïûüq\x13áÎg8$·ÚÏ"
  b"\x01É┌ïù.sÇñËÜm{¼\f"
  b"\x01É┌ïùJs%ñ\x00,Ùü\x16Òí"
  b"\x01É┌ïùep\x03¿ÛÌ\x1D{üïÛ"
  b"\x01É┌ïùÇr─ì└ÓH~ oT"
  b"\x01É┌ïÿ3sÙéSL\x02\fì"
  b"\x01É┌ïÿOsSçâj╣h\x18\v;"
  b"\x01É┌ïÿkpXë9ËôO╗?j"
  b"\x01É┌ïÿàrÔ¼╚╣´rÍÑ$"
  b"\x01É┌ïÿ£qy£Ü├ᾸØ\x10"
  b"\x01É┌ïÖNs×ö\x06Äþs h╦"
  b"\x01É┌ïÖ³plàï5Q:9Ú?"
  b"""
    \x01É┌ïÜ\eq7ò\n
    ;qô┤C\x1D
    """
  b"\x01É┌ïÜ7r7ùa╩Êií³Z"
  b"\x01É┌ïÜOrj¬Ð║U‗ƒ¥A"
  b"\x01É┌ïÜfr¶Ü┐7%‗úx`"
  b"""
    \x01É┌ïø\n
    q\x02¼8r\e2\x15k!
    """
  b"\x01É┌ïø'qOúÓËb\x14Ì\x19\r"
  b"\x01É┌ïØ‗slƒ[é-fÆ\x1EÖ"
  b"\x01É┌ï×\x11sÿÀ▄k╣¸ÿ\x07ÿ"
  b"\x01É┌ïצq\x11┐;f$CS¸ô"
  b"\x01É┌ï×·rW¼Ùx┴²:dµ"
  b"\x01É┌î\x12╗p\t¼àö\eí\x19\tÙ"
  b"\x01É┌î\x12Îrج\x1D5ýl±\x1Cô"
  b"\x01É┌î\x12­r#û\x14└<Ðé║╩"
  b"\x01É┌î\x13\tp<äy\x07Ä┼DA¼"
  b"\x01É┌î\x13'r¦â┘ªÌ|"N½"
  b"\x01É┌î\x13?rH¼▓ê\x02ª\x10\eÕ"
  b"\x01É┌î\x13Qr5»Q\x15ÅÅÞ\╣"
  b"\x01É┌î\x13bq²½7╚\x12\x05ÐÑ1"
  b"\x01É┌î\x14\x02q\x10┤ïö0s­╝╗"
  b"\x01É┌î\x14\x1Es┬òŹ\x0Fò\x08í("
  b"\x01É┌î\x145s!Ñ‗ʨ±*Z¼"
  b"\x01É┌î\x14LqC¢:®P│┼\x12Z"
  b"\x01É┌î\x14as\f¡h\x18#Ýf×È"
  b"""
    \x01É┌î\x14qq£åìÊÙL\x06\n
    Ì
    """
  b"\x01É┌î\x14âq\r¥O┤§\t4\x11Y"
  b"\x01É┌î\x14òp‗©o\x1A;ÁW┼P"
  b"\x01É┌î\x156qQ»5>ÂC\x04"
  b"\x01É┌î\x15Nq\x1AëFMõ│Y\tì"
  b"\x01É┌î\x15ls[îåZûlÔÙk"
  b"\x01É┌î\x15ïs\x13îX\x1DTÚDÉå"
  b"\x01É┌î\x15ús\x03î┘6\tP1└Ç"
  b"\x01É┌î\x16Np°ñ\x00Y╣YrË╔"
  b"\x01É┌î\x16²p_ò!▓ñ«XÞä"
  b"\x01É┌î\x17┤spÇÎÇ-½ └A"
  b"\x01É┌î\x18qrc┐Dr╝\x13ä│\"
  b"\x01É┌î\x19Qr│░]zrh▓*£"
  b"\x01É┌î\x19­s\x14ÑÝqT\t>`ë"
  b"\x01É┌î\x1Aôpsí\eÃ▀t©¹õ"
  b"\x01É┌î\eKrnïÉo¢H┴\f4"
  b"\x01É┌î\x1C\x03q(Ü└ܾª▒8N"
  b"\x01É┌î\x1C▒pmº╦E▀&^ê\x1F"
  b"\x01É┌î\x1DYrxìQÞb^ѱ\e"
  b"\x01É┌î\x1E\x05q\x12Ç@RÊÙn´\x1E"
  b"\x01É┌î\x1EºsSê͵{1h\x04X"
  b"\x01É┌î\x1FTr^é#í¶\x12pפ"
  b"\x01É┌î\x1F‗rwêÚþ¾\x14╩a\x06"
  b"\x01É┌î îsvº¢E¡S\fU┬"
  b"\x01É┌î!1q~êÕ╠╦äıÏD"
  b"\x01É┌î!╩p®Öm╚Gá▒Çh"
  b"\x01É┌î"cs{û%╝s■zYn"
  b"\x01É┌î#\x16qǽW\x17v\x1C§<\x1C"
  b"\x01É┌î#Ìsò╗░!\reàn\x00"
  b"\x01É┌î$ésYå×8À®úF╬"
  b"\x01É┌î%CqJä┤â\x15_ö>─"
  b"\x01É┌î%Ìr¨À¼*─ªòì¾"
  b"\x01É┌î&Æqƒêß4╣ìv│3"
  b"\x01É┌î'RqÜ®╦\x08 xw\x11"
  b"\x01É┌î(\x08q`╣0\tªÊ\ ¦"
  b"\x01É┌î(▒qkí\rtõ╣┐Ë\x1C"
  b"\x01É┌î)ap½Ü:+Ï%FE^"
  b"\x01É┌î) p▀úã¾72\x03³\x11"
  b"\x01É┌î*ÎpÒüΠ qÙ®\r"
  b"\x01É┌î+|qïÖ³+ÐYÑ\x11Ô"
  b"\x01É┌î,+p[ç\x17\x01\x0F ¥"
  b"""
    \x01É┌î, pͪ\n
    <\f▓[̱
    """
  b"\x01É┌î-╗sY╗$¯║mô║\x1C"
  b"\x01É┌î.êsý╣\x0F6þıem\x08"
  b"\x01É┌î.ªs½åÂc`¯▀Üù"
  b"\x01É┌î.├rú¢Bd¦\x01¡0╣"
  b"\x01É┌î/gp╚╗\x1C\x14\x03"
  b"\x01É┌î0\x14r[Áññ¨8Å@ı"
  b"\x01É┌î0╠q\x00Å<@├▒­|\x03"
  b"\x01É┌î1prâä\x1Dà6¸CÈf"
  b"\x01É┌î2*rb£╗i\x11kéõË"
  b"\x01É┌î30q­ƒX§\t>zb~"
  b"\x01É┌î3þqÜî┼╝ª\x01æ]Ã"
  b"\x01É┌î4▒r"╝+rBé;n\e"
  b"\x01É┌î5vr│┤ó─\r\x04\r\x02æ"
  b"\x01É┌î6ïshå╩ºN╗[n^"
  b"\x01É┌î7bp\f«Aj\MéÐÅ"
  b"\x01É┌î8Bs\tƒ\x14¨§/s=§"
  b"\x01É┌î9)p?Ǻþ¤\x12"l{"
  b"\x01É┌î9´rÐà¥(!Ï\x1F:╗"
  b"\x01É┌î;\fp(æþ└¡²8®f"
  b"\x01É┌î==siÜ└Azº­*\x08"
  b"""
    \x01É┌î>\n
    r\x17ØÅ»\x14\x04TDá
    """
  b"\x01É┌î>Ñr8╣T|ý┼ÍH¼"
  b"\x01É┌î?Nr4│┌¥ÎïÇ!ö"
  b"\x01É┌î?§r┐å║\x7FA┐ınÌ"
  b"\x01É┌î@íp3®ı2\x00$J"g"
  b"\x01É┌î@¥r\x03תcÔƒS³·"
  b"\x01É┌î@┘q;ÀtÔ^~\tU>"
  b"\x01É┌îAäqÙçP«ÐIÞ2g"
  b"\x01É┌îAír\x1D¿\x13\eú\\tHW"
  b"\x01É┌îA┐qmåÐH■À°╚Ð"
  b"\x01É┌îA┘q\x18Öϯêý!uµ"
  b"\x01É┌îWÞq®¡Ïñ\\x15=@&"
  b"\x01É┌îW°q©ê\x11pÒ-Úð'"
  b"\x01É┌îX\tq1×\x15àPUƒ\x02\x14"
  b"\x01É┌îX\x1Asó┤\x0F\vÏ╬;Ï"
  b"\x01É┌îY\rs"èuaÂê&Ö~"
  b"\x01É┌îY,s▄Æý§1▀âªF"
  b"\x01É┌îYHp¬▒ü?pðå}L"
  b"\x01É┌îYbsá«R{ÕÂ=\x1AÎ"
  b"\x01É┌îYzqrÖríÃÔï¤É"
  b"\x01É┌îZ s\x1FØ┤\x0Fö─u░Ü"
  b"\x01É┌îZ=r\x11í¿\r\x15;Û*ß"
  b"\x01É┌îZXqÔç\x06ý├\x04B░2"
  b"\x01É┌îZop\x1Dü­æPt@>\x02"
  b"""
    \x01É┌îZåqiÄ\n
    ¾eŽ┬ƒ
    """
  b"\x01É┌îZûs6ûºýz‗_K‗"
  b"\x01É┌îZ¿sà®C@`k_\x00&"
  b"\x01É┌î[5sÚè░[\x11y│IW"
  b"\x01É┌î[SsÖºnÖ'├:I2"
  b"\x01É┌î[nsЬÁ┴©"d│8"
  b"\x01É┌î[êp¯×ÛR·Ñ\x1E┼ç"
  b"\x01É┌î[ásOæDcÿ\eá8î"
  b"\x01É┌î[┤qÿùÐf\x07»D\x0Fü"
  b"\x01É┌î[ãs╗IJAáªtsü"
  b"\x01É┌î\wp"┤dø¥┼6─z"
  b"\x01É┌î]8sÍÿ`Ѓ╦▒Õõ"
  b"\x01É┌î]ßp+ú*\x11╔+x3{"
  b"\x01É┌î]■s┼▓X│▓"\x02°\x0F"
  b"""
    \x01É┌î^\x19púñöºg\n
    ¾Þ│
    """
  b"\x01É┌î^5pP«\x05GÉK\x18v\x1E"
  b"\x01É┌î^Ïpì│uúÿRßE±"
  b"\x01É┌î^§s┴º┼╔HMI|¥"
  b"\x01É┌î_\x10pþê!­°9½┤╗"
  b"\x01É┌î_/stùÂA5¾|\x04"
  b"\x01É┌î_Gr(Â\x11û´Wß(Ý"
  b"\x01É┌î_^s¤Â(ä+B%0ð"
  b"\x01É┌î`&r2Ѧ)¡>àS▄"
  b"\x01É┌î`FqtÖ\x12ÂdÆWÙZ"
  b"\x01É┌î`krÓå├$\x1A³>╝\x10"
  b"\x01É┌î`ìpÔçgÞ\x0E╦2ÏN"
  b"\x01É┌î`Ñq\x1FásVÔ¥¹\x1Eö"
  b"\x01É┌îb%r~Ü^ÀCÀï\`"
  b"\x01É┌îbÓs■ÇýÆ·\x0F╬3\r"
  b"\x01É┌îcépm®µ\x04Mü]P┤"
  b"\x01É┌îd$s]Åd/ \x19Ñ\x17\f"
  b"\x01É┌îd╦s┴ª\x1E¬ìY╗ñ§"
  b"\x01É┌îdÞr?æQvìN?\vê"
  b"\x01É┌îeërYº\x05ô╠ª²çÊ"
  b"\x01É┌îf,q■Ö':½\x07rÚ:"
  b"\x01É┌îfÙp{©é\x05.MI¯├"
  b"\x01É┌îgÄsÉ¥f¡T─2A¨"
  b"\x01É┌îh8rÈÜ╦G\x10uä¢î"
  b"\x01É┌îhÚrWïGE6à\x1F"
  b"\x01É┌îiÌs;ƒ\x00ÿÔÈö\x1Cì"
  b"\x01É┌îi¹qèÉ÷#4]aeí"
  b"\x01É┌îj\x17q3Ø║É7\x05ä\vî"
  b"\x01É┌îkYrßÜ^╠yºê\x1Cù"
  b"\x01É┌îlïs²ù\x7Fn;\v\x10Ð6"
  b"\x01É┌îm╚q║ò\x01\x04%w½┌."
  b"\x01É┌în‗r¿®$Ýëø▒\x7F""
  b"\x01É┌îp/p!ª\x16ìôDä°╦"
  b"""
    \x01É┌îrpqQäÔ\n
    F)~©Ó
    """
  b"\x01É┌îs\x08qd▒.ÔÂ\x1D.çË"
  b"\x01É┌îsõqgù4s­\x07\x16¦"
  b"\x01É┌îtásëêܨ[¤ñge"
  b"\x01É┌îuUp▒æ╦AG>F\x1Cg"
  b"\x01É┌îv6s╚óê▒1\fMª╬"
  b"\x01É┌îw\x1DqxÜ\x0FZ#²¸µ("
  b"\x01É┌îwÊs¥░²÷¢J┤┼"
  b"\x01É┌îxØrsît>¤ÚÜÕÐ"
  b"\x01É┌îyíqâC╣\x06\x7F·¹│"
  b"\x01É┌îzNpI×|[çÑ\x15"
  b"\x01É┌î{\x15pÐÄ\x11B╔\v┐ÝÍ"
  b"\x01É┌î{3p\e┐¾ètÀ«\f\x14"
  b"\x01É┌î{Qq\x0F½║i¶ ò\x12ã"
  b"\x01É┌î{jp¼ÁÀãз÷╗÷"
  b"\x01É┌î{âs1û■rrE\x1C╬╝"
  b"\x01É┌î|\x1Dr=¡\x1A█▒\x1C╠:ã"
  b"\x01É┌î|:q\x04║Ø«┘\x17ü║¥"
  b"\x01É┌î|Vqa×ï5┐"\x02\x1D["
  b"\x01É┌î|qs┬üË-´╔¿\x02"
  b"\x01É┌î|êr¤Çb÷╗¬=­»"
  b"\x01É┌î|ƒp ¬±/ú)2l¾"
  b"\x01É┌î|▓r(ü÷8Mƒ¿¾Ö"
  b"\x01É┌î|├q\v»ï¢ôQ╬²õ"
  b"\x01É┌î|ısz×\x00xR¤µÏê"
  b"\x01É┌î|µrTÇ·úíBÆîü"
  b"""
    \x01É┌î|°sS╝¼\x13\x1C\x7F\n
    ,
    """
  b"""
    \x01É┌î}\n
    qF¢"Ýõw\x08¯1
    """
  b"\x01É┌î}\erkÄv\x0FÝÙÐþ┐"
  b"\x01É┌î},s¿ÆzW╠:ê)\x04"
  b"\x01É┌î}>r\x14¼\x03@┌áKï9"
  b"\x01É┌î}Pp^¿Z4}\x1AF#\x08"
  b"\x01É┌î}bq^ìƒí1E\x02è¹"
  b"\x01É┌î}srrîýJò©¯oí"
  b"\x01É┌î}às┴ü\x07i\x11AÛïI"
  b"\x01É┌î}ùs(Ñ\võ²\f¥:\x1C"
  b"\x01É┌î}¿së»Í]\x0EËZ¼2"
  b"\x01É┌î}║r̬\x19R╠à\x11▓Å"
  b"\x01É┌î}╦q\x14ï8§±Xÿ¯i"
  b"\x01É┌îöôq|ó\x1Ck\tÌóxR"
  b"\x01É┌îö░rl×ù‗q(A²╠"
  b"\x01É┌îòwq\x15íéıµ~C╚³"
  b"\x01É┌îòör¦®îìVü╣Ô~"
  b"\x01É┌îû*sá╣▀─$ƒ┤&A"
  b"\x01É┌îûHqßÄx\x18\x18▓L·>"
  b"\x01É┌îûds¤ª;éES\x15³\x06"
  b"\x01É┌îùdq╣ÂÔήC?gÉ"
  b"\x01É┌îùüq·¼┬¼*\x04MNé"
  b"\x01É┌îù£rà╗┤\x05Å▀¾\x1D"
  b"\x01É┌îùÂp&èÑË#Ù\x10Õ^"
  b"\x01É┌îÿmr&│g{sÿ\x1C"
  b"\x01É┌îÿès®ÄÅ╚Y\x06ô\x1D"
  b"\x01É┌îÿórQ▓Q═W6àaÉ"
  b"\x01É┌îÿ║sà»┬\rÍed^╬"
  b"\x01É┌îÿÐqPú║*n\x1C¦àÿ"
  b"\x01É┌îÖzrËñnyu┘Àâ╬"
  b"\x01É┌îÖùrAëS´Ô‗WÍÃ"
  b"\x01É┌îÖ▓q¶ƒ└\x15½▒\x10 Ï"
  b"\x01É┌îÖ╩qçá\\x04¡#^kù"
  b"\x01É┌îÖßqmò-]à¯R"\n"
  b"""
    \x01É┌îÖ¾qn║N2Ê\n
    e)¿
    """
  b"\x01É┌îÜ«pºÂ\x01àe\x17ñ┘\x0E"
  b"\x01É┌îø^q?ë+▄$ñ½@\x02"
  b"\x01É┌î£\x03qR▒╦¾kÚ5?´"
  b"\x01É┌î£Ør┴ª\x06êÍòß\f0"
  b"\x01É┌îØNr}¼Jƒ!¹>ßà"
  b"\x01É┌îØþqA½F\x15)ݽò¸"
  b"\x01É┌î×Ñr)ª8òbÈMGö"
  b"\x01É┌îƒKp8®S,oÇ╝A^"
  b"\x01É┌îá)sÄäØå\x19¥Q~X"
  b"\x01É┌îáÌp_¿Cæ\x07┘hú░"
  b"\x01É┌îíòqÑàzcHë┐ü1"
  b"\x01É┌îóJq─å╔╦i╬¾\x1AÌ"
  b"\x01É┌îó■r\x1C║Gâ\r=ç╔3"
  b"\x01É┌îú\eq█Ä═©t║~*z"
  b"\x01É┌îúÀp▓Åiæ3®\x13Çë"
  b"""
    \x01É┌îúısR¼ÀÓ┘é▄\n
    ß
    """
  b"\x01É┌îñwsUÖ╣\x12LÕ<BÌ"
  b"\x01É┌îñöqhçAõ\x14Ý\x7F"
  b"\x01É┌îÑ`p|ä+╗üÙ²`M"
  b"\x01É┌îÑ}r:øÑíç¢jvç"
  b"\x01É┌îª╔r'½QþV«\x04\x06½"
  b"\x01É┌slƒ¤┴j\x1DM╠Å"
  b"\x01É┌îº\x04r¿ü)ä^7-\x19Y"
  b"\x01É┌îº\x1EpV«¨\x16`3¨\x06A"
  b"\x01É┌îº9p¬¼°A\x11{J\x18g"
  b"\x01É┌îºQp\x1CÇ~uötÃî╝"
  b"\x01É┌îºeqZå│_?¸ëÜ3"
  b"\x01É┌îºxq\x12óı«Ã┼║S¿"
  b"""
    \x01É┌îºër¿ënw■Åâ\n
    \
    """
  b"\x01É┌îºøsÝá«─o\x0F\x19é\x1C"
  b"\x01É┌rcƒ>î■\x12Å■¯"
  b"\x01É┌psñ\x1A¥\x10òûç│"
  b"\x01É┌î¿Yr¿äÙ\x03\f$X¦="
  b"\x01É┌î¿{p▄üÍ┘c\x14Úf?"
  b"\x01É┌î¿øs\x1EîÂu╩^\t┼0"
  b"\x01É┌î¿╣pé»ì\x0E▓z>ö¯"
  b"\x01É┌î¿Èq½ù▀|½\x07Q┴$"
  b"\x01É┌r4ü§┌å~'{."
  b"\x01É┌î®\x08r\x11á©\x13§«¾*["
  b"\x01É┌î®▄qlâ:â╬\x01TúÇ"
  b"\x01É┌s\x03øà/³yö36"
  b"\x01É┌î¬\x1Dr·ÿ■ÿ6Çõã\x11"
  b"\x01É┌î¬‗p┌©└█F\x15R║!"
  b"\x01É┌î½\x0Fr┌ƒ¯╚F.Rb°"
  b"\x01É┌î½+rïÀNä/\x12\x07ú╠"
  b"\x01É┌î½Dq\x00ì¿▄Ë\x01\x03░ô"
  b"\x01É┌î½\q3éx▄\x7F\x01-"
  b"\x01É┌î¼\x18pz░\x1D\x0ERÒ2ö"
  b"\x01É┌î¼5phÀÊ@ƒÄ┼µ▒"
  b"\x01É┌î¼Pq¹óı"¯┴n6ó"
  b"""
    \x01É┌î¼kqQå\n
    ÖÆ\x10\x04¯
    """
  b"\x01É┌î¼ârfêêù\x1C\x06J\x10Ô"
  b"\x01É┌î¡Gp=×ß§i;ÏÕ\x01"
  b"\x01É┌î¡dqhæ\t·\x04ð┬ÈÑ"
  b"\x01É┌î«\x11s#àKüÕ`╦¸T"
  b"\x01É┌î«1r'ªge̓\x1A╬b"
  b"\x01É┌î«Os.▓╗ùjø9s\x15"
  b"\x01É┌q깸1┬_)‗"
  b"\x01É┌î»\x11p\x10Øh\x1D\x1D├fµ"
  b"\x01É┌î»│s¢è\x16`üLï̧"
  b"\x01É┌î░Qpåê£M'8þi░"
  b"\x01É┌î░·qbö¦i¦'Z^¼"
  b"\x01É┌î▒êp┴øøv╬║\x1E»£"
  b"\x01É┌î▓6r┴ªüC\x0Eúz9V"
  b"\x01É┌î▓Îqn¡\x00\x0E¿à¶ï3"
  b"\x01É┌î│ÿr)¼UB´A│ Ç"
  b"\x01É┌î┤rpó│S";┤ë┬1"
  b"\x01É┌î┤Æs¶Â\|\x14àÀ\x1D"
  b"\x01É┌î┤«p~¢ãPi9@Û\v"
  b"\x01É┌îÁXpñáƒ'a\x18¸├Ù"
  b"\x01É┌îÁ{pnôÿç*Å¡iU"
  b"\x01É┌îÁÜsǺ└·_É\fëÎ"
  b"\x01É┌îÂtqkØm╩K└%5▓"
  b"\x01É┌îÀ/s2í╔&Ï"ÔÃ["
  b"\x01É┌îÀÞq3å];5\fùk\x08"
  b"\x01É┌î©©r║ñËLıìw\x03"
  b"\x01É┌î╣ZpÜó/\t¿ÁûeL"
  b"\x01É┌î¤iqº£Á░F╔ß®6"
  b"\x01É┌îð^r:è.─ ·Ã\rÊ"
  b"\x01É┌îð´peíÝÝ2ò»j4"
  b"\x01É┌îÐ░sLú¿ü‗\x06ndª"
  b"\x01É┌îÊeq╝┤\x17ã\x1E\x02bG¾"
  b"\x01É┌îË\x16pÄ«0ÖF\x08ë¡>"
  b"\x01É┌îË╬q\x08\rî░%[\x0Eg"
  b"\x01É┌îÈäq¾¬‗│├°\x04£ÿ"
  b"\x01É┌îıGs:»\f┤@kÍÂè"
  b"\x01É┌îÍ\x13qæÖtÓ}Ðyb└"
  b"\x01É┌îÍ®p\x16│2P[yÐË\x01"
  b"\x01É┌îÎUpHºD=\x12yz■\x12"
  b"\x01É┌îζrlØÌ┴Û┐1╗\e"
  b"\x01É┌îÏ¢rôòú═3\x12░i)"
  b"\x01É┌î┌├súç½░(\x106Ùr"
  b"\x01É┌î┌Óshà\x10¨\vcå}\x04"
  b"""
    \x01É┌î┌³r\n
    ì^ü\x06Ç?[7
    """
  b"\x01É┌î█\x16p\x14╣í!▀Ò\x12"
  b"\x01É┌î█/püª╩┴\x10Ï%vÒ"
  b"\x01É┌î█Ir┌ÜÍıÚ7▒ç¤"
  b"\x01É┌î█[sÖòÇ~r­î\x00®"
  b"\x01É┌î█lr\x12îÝç\x07╚ºVî"
  b"\x01É┌øN@q[ìÛ7\tf2È4"
  b"\x01É┌øNnpyÆ└uNnØD\x17"
  b"""
    \x01É┌øNòq.à\n
    ÒÕ┴-Gı
    """
  b"\x01É┌øN┤rÜ®ä╔m└CåÊ"
  b"\x01É┌øNıqCë\í┴d\x11"
  b"\x01É┌øOÿr9ó┌\x0EîP¿\x7F"
  b"\x01É┌øOÃpCÂø▓\rby`R"
  b"\x01É┌øPyrs╝UUö{▓ıã"
  b"\x01É┌øQEqÐÅÇL\x01á%R|"
  b"\x01É┌øQlrq¢ °b\x01ézÇ"
  b"\x01É┌øQÿr?é/\x0EÍÊaèz"
  b"\x01É┌øRlpö××Áêu═5%"
  b"\x01É┌øS7p$ú¬¥hXv÷p"
  b"\x01É┌øT\x03s݃5_\x12\x17┬É\x14"
  b"\x01É┌øT╦r§ºá\tL▄¡)¬"
  b"\x01É┌øUÜr\x04À\rü _ÿ©"
  b"\x01É┌øVàqýìq┐Íz½\e·"
  b"\x01É┌øWZq¾ó▀\x16Z­ýkõ"
  b"\x01É┌øX%sÄ¿¤┐├§╗\x1Câ"
  b"\x01É┌øXµp\x14ºqÙºXÚ&Õ"
  b"\x01É┌øYÛrKäa╗ÌpøDÂ"
  b"\x01É┌øZÈríƒý\x0EµÁG█l"
  b"\x01É┌ø[▓s┬é ¤§¹ÔTô"
  b"\x01É┌ø\ss╠│-N╣ì\x1D\eú"
  b"\x01É┌ø]3r¢ÀV\x1E´K#t"
  b"\x01É┌ø]­r6àu<V`\t┘±"
  b"\x01É┌ø^Ôrcú¸#ò`\x14HU"
  b"\x01É┌ø_Ös¯Ø\x06\f4k{¦V"
  b"\x01É┌ø`br/ó█ØûÙ\x02³-"
  b"\x01É┌øaWs├¼sÓ'!╣╦."
  b"\x01É┌Ø>:r├£Ý\x19ï®Côu"
  b"\x01É┌Ø>dp┐Ød)öG_\f"
  b"\x01É┌Ø>äpÖöÛöVO£µÖ"
  b"\x01É┌Ø>×s\x19£öS\vyujZ"
  b"\x01É┌Ø?urôªXR黨Ç▒"
  b"\x01É┌Ø@0q\x1Dº\x064!\tI|╬"
  b"\x01É┌Ø@§s╚×O ¡m%µÛ"
  b"\x01É┌ØA«p┤»úqE╩æ\x1E\x06"
  b"\x01É┌ØBusv¬xù║ßÖÞ@"
  b"\x01É┌ØB×rSÇ\x04ó\x10█{u¬"
  b"\x01É┌ØB┐ró┐czЃÒGw"
  b"\x01É┌ØD\x1Ds³╣J±>\x7FT8Ã"
  b"\x01É┌ØDGprÁÓ¯Ö3\x1Ci\x07"
  b"\x01É┌ØDir0û┌\tg1ꬮ"
  b"\x01É┌ØDåpJùÒÆÄÌwCï"
  b"\x01É┌ØDír°ñ¨p \x02\x04Ú\x05"
  b"\x01É┌ØEkpõîçyÙ\x02^\x14Ý"
  b"\x01É┌ØEös`ér¾\e╦UÖò"
  b"\x01É┌ØEÂs!┤Zy\x12üaÓ:"
  b"\x01É┌ØEÐs╩╣;<■hÐô\r"
  b"\x01É┌ØEýs¿Är¦6Z¥¸p"
  b"\x01É┌ØF└q©å\x04Y■ó\x08í»"
  b"\x01É┌ØFÚp:│¶│ê\x1AFvß"
  b"""
    \x01É┌ØG\n
    s=ñÁae┤▓P\x1D
    """
  b"\x01É┌ØG%pÎÂu\x14ú─~2ª"
  b"\x01É┌ØG?qõï¼F╩\x1C\x12"
  b"\x01É┌ØG¶p·┐Õc╣!%░\x14"
  b"\x01É┌ØH¢r░ÜyºRëF\x18y"
  b"\x01É┌ØIür╦À┬\x7F<ªH▓Ñ"
  b"\x01É┌ØJ>q\x02ƒ_ó└¿YS\x0F"
  b"\x01É┌ØKHqYæUïÜÐ\r\x04ó"
  b"\x01É┌ØKmsAÅ,ý\x11Î?%§"
  b"\x01É┌ØKÄp╝ƒ8'ú<r╗╗"
  b"\x01É┌ØK¿saêe\x03╝|\x00ú×"
  b"\x01É┌ØK├r\rçıß\x02G² É"
  b"\x01É┌ØK¦qéå\x15f\x13└'Ë»"
  b"\x01É┌ØK°r±ç┼]R╔Vþb"
  b"\x01É┌ØL\x13q×ܤ÷çǹ─´"
  b"\x01É┌ØL-q5À\x02Æ\x05þì³Ò"
  b"\x01É┌ØLHr4¿>?Å\x0F╝Ü0"
  b"\x01É┌ØLbpüÂ║ú¼P?ò!"
  b"\x01É┌ØM\x1Aq¶ªw"ÿððÅê"
  b"\x01É┌ØM6pL¢9×Ý\x1F\f"
  b"\x01É┌ØMQpú£:Ø¢ÛèéK"
  b"\x01É┌ØMlr<×\f&\x060DM "
  b"\x01É┌ØMåp¡»?ÉðT2▄0"
  b"\x01É┌ØMír~ö\x1D2kó7J¹"
  b"\x01É┌ØM╗pXêË7ùëıä\x05"
  b"\x01É┌ØMÍp²º\x14_■╠<\x04Ý"
  b"\x01É┌ØM±qè▒\e\x1Eû\x7F\x1F"
  b"\x01É┌ØN\fp\x1E╗ö■9ë?@["
  b"\x01É┌ØN&s\¼¸╩È>°4@"
  b"\x01É┌ØN§s┴Ö·‗¿D[4©"
  b"\x01É┌ØO«r`äf\x1C%\x14┌─G"
  b"\x01É┌ØPrq¾ƒÎr1¯Àù\x1E"
  b"\x01É┌ØQ$po½Ø╦\x19ÂüǦ"
  b"\x01É┌ØQýq\x04ø▓£\x17p°qe"
  b"\x01É┌ØRír1ü\x07┘╦Êîx\v"
  b"\x01É┌ØSºs\x1C¡u@v\x110#C"
  b"\x01É┌ØSÐp\x1Dª4ÃDëSÝy"
  b"\x01É┌ØS¾s┬óÐnRöìä""
  b"\x01É┌ØT┘rjàã§úüq╩Æ"
  b"\x01É┌ØUòp╠┤à\x08»N­Ss"
  b"\x01É┌ØWFs5ª:¤╣ÓX6%"
  b"\x01É┌ØW¯s¡£\x19*╬\x1E]7ª"
  b"\x01É┌ØX½p\x0Fú╩üÉü%Ϻ"
  b"\x01É┌ØY_pþÀô¿vOÕï¦"
  b"\x01É┌Ø\þsQûQ\x03¶2wèä"
  b"\x01É┌Ø]\x11qÿ»\x01(ø■ü«\x07"
  b"\x01É┌Ø^\q_║r<LÄ\x02S¿"
  b"\x01É┌Ø^år;ñ\x14ÍS│.╝ã"
  b"\x01É┌Ø^ºrÕø£H\x08\x1E\e'"
  b"\x01É┌Ø^ãp¬╗Ì▓AÓï\x18"
  b"\x01É┌Ø^ßpAü┬╝eѳ\x01Í"
  b"""
    \x01É┌Ø^¹s\n
    ù\x12m\x01Wþà\x1C
    """
  b"\x01É┌ØuFpoé¯÷%£­¥╦"
  b"""
    \x01É┌Øv\x11r#¡(gõ\f\n
    »
    """
  b"""
    \x01É┌Øv;qÀ│\n
    ´°éA¤ì
    """
  b"\x01É┌Øv^qÝØG`ÉZÄèº"
  b"\x01É┌Øvxsö▓¢┘┌0\x02½{"
  b"\x01É┌Øw#phñ=Ñ╬pE¾┬"
  b"\x01É┌ØwMrpÿ|‗Yû\x04kv"
  b"\x01É┌Øwmr4¿/³ƒ\x1F°ÝY"
  b"""
    \x01É┌Øwçqƒå\n
    \e\n
    s{À¯
    """
  b"\x01É┌Øwós°ä\x14═%£lë\x1C"
  b"\x01É┌Øw¢qIÀ"¶^U_\f²"
  b"\x01É┌ØwÎs╔Æ╝‗9Ûu5\x02"
  b"\x01É┌Øxÿp,£\x08\x18 \eÊ╗f"
  b"\x01É┌Øx─p▀Áe[\x1DfZî\x15"
  b"\x01É┌ØxÌr¸╗££²│Ú§\x17"
  b"\x01É┌íÿªs´╣ í\x00┼@v\x04"
  b"\x01“S+\x07Yrt‡Š±‚‰kî\x03"
  b"\x01“S+\x08prøŸƒ€\x1A\r\x1Fƒ+"
  b"\x01“S+\x08¼ré‡éo\x01TÛ(c"
  b"""
    \x01“S+\t\x07r\n
    ¡Ó–—0¿d}
    """
  b"""
    \x01“S+\n
    Xsɪ®)\x1Dˆ9“Ï
    """
  b"""
    \x01“S+\n
    ¨p=‡Ï\x13G\x1CÀ\x18Û
    """
  b"""
    \x01ôS+\n
    ¾p┘Å 0‗¼ûM-
    """
  b"\x01“S+\f\tr™¶Ô\x1F§\x06AS\x15"
  b"\x01“S+\fUr\x12”‹ÿd¹k£å"
  b"\x01“S+\f s\t³ØŸUxçÞJ"
  b"\x01“S+\rÄqe˜](ëÅ\rä\f"
  b"\x01“S+\x0E\x10q¬ˆ\x04»ÿ¸ñie"
  b"\x01“S+\x0E\p\f¨\x1A\x006\nåÇ›"
  b"\x01“S+\x0Fmqn£Ã8ÒÁm†Ö"
  b"\x01“S+\x0Fºr#ºW‰*$»¢˜"
  b"\x01“S+\x10\x06p\x01›ì¢ýõ‡ž¤"
  b"""
    \x01“S+\x11\n
    s\x16Šê“\föŽ\x127
    """
  b"\x01“S+\x11Up4§û\x00þ㱈&"
  b"\x01ôS+\x11íp¤Äo:KÊìÐc"
  b"\x01“S+00s²‘%ˆo˜Él\r"
  b"\x01“S+0}pè¼c-ZNßð""
  b"\x01“S+0Êq*™t\x05\f“¸"
  b"\x01“S+1\x16q}š‚>^¦P9\x12"
  b"\x01“S+4°sL…ÈrwÊu‘f"
  b"\x01ôS+4³sQØ\x06gJª´ñÉ"
  b"\x01“S+DIsÙ›a†ÖÅCyê"
  b"\x01“S+ERsŠ‹>\x1Aûe.úµ"
  b"\x01ôS+JÏs_úlÉZ└ÅZ+"
  b"\x01“S+M\x07sj·76}•hS´"
  b"\x01ôS+N\x1Cs\x05º\x19`\x14Ø3hw"
  b"\x01“S+Niq\x16\x12%wÈ-&—"
  b"\x01“S+Oyr¸˜ÛŠ¢.\x00ä·"
  b"\x01“S+P„sÁž`ž…F ë›"
  b"\x01“S+Qur#žÎ+Íðj;|"
  b"\x01“S+QÂsÓŽ‰Qs*4Ù;"
  b"""
    \x01“S,\n
    õp—©{qû)-W¼
    """
  b"\x01ôS,\vìrýâ§e½┘Ic\x10"
  b"\x01“S,\r[sÊŽhѦåîF\x19"
  b"\x01“S,\r¨pí¤‚è\x1DmÅ—B"
  b"\x01“S,\x12\x07r1‡%’€ï!ÄÄ"
  b"\x01ôS,\x12Vqëà+S ╬ Øæ"
  b"\x01“S,\x12£q¢ŒT,û\x15v—ó"
  b"\x01“S,\x13²rÒ¶ÚæA,R\vó"
  b"\x01“S,\x14šq+¬L\x1Ai’ðqV"
  b"\x01“S,\x14çsD°\x12›õa„ùß"
  b"\x01“S,\x15ÔqN¤eñv^[\x1Fq"
  b"\x01“S,\x16"qŽŸ\x04¬¯\x00\rŸ£"
  b"\x01“S,\x16np[²C\x14Ù‰¬>z"
  b"\x01“S,\x17qqx“é8W]Å­P"
  b"\x01“S,\x18YrÝžD\x16\x03\e+QF"
  b"\x01ôS,\x1C$rÉÅcÂXR³>\x10"
  b"\x01“S,\x1Cor_•6Ò~=ˆï["
  b"\x01“S,\x1C¼q—ŠPV\eI‘Ž""
  b"\x01“S,\x1D×s¥ŽW´ :õTÓ"
  b"\x01“S,\x1F\x1DqHˆ>\x10€Š±Co"
  b"\x01ôS, 1qküt\v[\x0E¤╗®"
  b"""
    \x01“S,!}qÅ¢yb\x1C­\n
    ½Ñ
    """
  b"\x01ôS,"Ðq\x18ü║k²a╝ïã"
  b"\x01“S,&óq¼·mä¼XN\x04u"
  b"\x01ôS,(,puàØøÍ-ó4?"
  b"\x01“S,)Epƒ³UûiÉņS"
  b"\x01“S,*‰s’²\x07±¿y\x06¬6"
  b"\x01“S,+´pЭ”ŒžÝ¨¾\x1A"
  b"\x01“S,,ôs,‰Dä“—…˜="
  b"\x01“S,.\x11q.•YÒ\rÅý¸W"
  b"\x01“S,/Pq6µò˜i¼âè—"
  b"""
    \x01ôS,0Yr\n
    ùÕ╩3W\x18╦É
    """
  b"\x01“S,0©pì·V±H›Ô,K"
  b"\x01ôS,2ds$檶\x7FÅ└>Å"
  b"""
    \x01“S,4qsס€\n
    î\x03ÝP\t
    """
  b"\x01“S,5ÄqΓçøf_g\x13¾"
  b"\x01“S,9˜r?–\x10*#á¢Iê"
  b"\x01“S,ZlqS¾ÒBn\eÄôí"
  b"\x01“S,[xp\x0EžÝã÷\x00ö˜ƒ"
  b"\x01“S,\½rh°Ü¯—gõ/ï"
  b"\x01“S,]¨pê´Bò£~HÕ8"
  b"\x01“S,^Är|ºîÈ\x13\x01~hS"
  b"\x01“S,_ÜsØŽGî´\x14\x14†>"
  b"\x01ôS,`Õp\x1Eº░╦É}┴u─"
  b"\x01“S,b\fq\x19”L»5Šp?l"
  b"\x01ôS,bXsxü&=\x14\x14Ä▀÷"
  b"\x01“S,f0rþ“Úy4\tNB¯"
  b"\x01“S,fzq1ª\r”ÿ‹Îœ\x06"
  b"\x01ôS,f┼pçöA▒ØRQ\x04^"
  b"\x01“S,g\x11sê€=Ï\x1C\x05\Þ¿"
  b"\x01“S,h\x16sÆ©×Ïä³Ì¸t"
  b"\x01ôS,has\x04ü\e¡Êó╚+õ"
  b"\x01“S,h­sX«*Æ\x1E!)–\x1A"
  b"\x01“S,húr‹ž@ÌöÆ$PW"
  b"\x01“S,iGp`†ç|oq)×\x1F"
  b"\x01“S,i”pŽ¥\x01 ¯\ÒC\x07"
  b"\x01“S,iàsüªYÓŇa\x06ì"
  b"\x01“S,j,q4¡öÂÆä J"
  b"\x01“S,jwq‚¦\x03_©'3µ&"
  b"\x01“S,jÄrª¼\x07C\x14?€P»"
  b"\x01“S,k¶r Š'‹‚¯Èî*"
  b"\x01“S,lïp“ˆÑfýÞ–9`"
  b"\x01ôS,m¯r■¢Cª/Ðü╔©"
  b"\x01ôS,o\fr\x14ób\x7F─Åf┘┼"
  b"\x01“S,p@q\f·oUQ`Š=î"
  b"\x01“S,qlrÉŸGþ\x1FÍQWê"
  b"\x01“S,rŠsƒ¯VÓÅð@"O"
  b"\x01“S,s™qÛ¼\x03‚‰ë\x03¹?"
  b"\x01“S,…ÉrЃ×g·*ù\x04Ì"
  b"\x01“S,†\x1DqÇ™dr?5×\x04y"
  b"\x01“S,†ls”·HÚ@P’³’"
  b"\x01“S,†·r¢ŸK˜žóXò5"
  b"\x01“S,‡\x03pÌ´`Ù{Èn,µ"
  b"\x01“S,ˆ,q1±!U~¹¤\x14e"
  b"\x01“S,ˆ}sVº8¶P`‡Î1"
  b"\x01“S,‰‘sî>€\x07a\x1F"
  b"\x01“S,‰Þp&œæòƒnÕóñ"
  b"\x01“S,Š*sƒ—ß8ˆC&«"
  b"\x01“S,ŠupYŒ’ðË’Kˆ\x0F"
  b"\x01“S,ŠÁpÊ€W=‡äL)¯"
  b"\x01“S,‹\rpR²Ì£\x00*1\t÷"
  b"\x01“S,‹Xq\x1C‰ëuÑÖ\r"
  b"\x01ôS,îöpÁáÙ\x11|QbÅÞ"
  b"\x01“S,Œàp4‹GR\x0E\eN"l"
  b"\x01ôS,ìÛsºö¼■\volü6"
  b"\x01“S,Ž;sešH\x05ÈѾô9"
  b"\x01ôS,ÅVpêêÃ╩\x06$Êóø"
  b"""
    \x01ôS,ÅúrDªô\n
    {÷0\f
    """
  b"\x01ôS,ůr\x14ÆÎ¥]Ü\eÉS"
  b"\x01ôS,É:pÛ╝└\x1F┘¢PÉ\e"
  b"\x01“S,®oq?ƒ‹\x10#ÎyÕý"
  b"\x01ôS,«╗rÛìå\x1A~Êv┴E"
  b"\x01ôS,»╔r¬É+Ãã\x11@ÕÈ"
  b"\x01“S,°\x16rú•Gv:\x1D8Šx"
  b"\x01“S,°brò¦]¢ÑɆZ\x1E"
  b"\x01“S,°®qx‚!hC:\e±ø"
  b"\x01“S,±Îqí©\x07}¿è+æ["
  b"\x01“S,²\x1Aqr¨Â\x00î—y“Í"
  b"\x01“S,²fpóˆwª·µmüG"
  b"\x01“S,²²s\x17ƒçüùt6Lw"
  b"\x01“S,²ÿq)˜\x05tS×\x00¬¦"
  b"\x01“S,´pqO¢\x10@?EUµ\r"
  b"\x01“S,´Âp-§ÙBÈQ\x18¼+"
  b"\x01“S,µ\x10ržŽ×W)\x05\x10\x16?"
  b"\x01“S,µ[r_«K=RGj\x12"
  b"\x01“S,µ§pb›MŸh-Oz\t"
  b"\x01“S,·Ms5‚SѵZ›Æq"
  b"\x01ôS,ÀÖsÉñ\x00\x184╦▄┐ý"
  b"\x01“S,·åpxˆ\x04R•Ê“Å{"
  b"\x01ôS,©1pFìµÀßR%ÁS"
  b"\x01“S,¸}rù’ÇCt¿«™ú"
  b"\x01“S,¸Ésà°ØX\vv"×P"
  b"\x01“S,¹Úp½°\x7F<Q¨©³Y"
  b"\x01“S,º+s!;K„ß\"
  b"\x01ôS,║wq\x0EØ█½Î\x06z}:"
  b"\x01ôS,║├qÅ¡nïÊñ²i,"
  b"\x01“S,»\x0Fq!£X{ˆ«­ÉC"
  b"\x01“S,»[p\x08’œ>\r¿\x05ža"
  b"\x01“S,»¦p(Ÿß•°[óeÏ"
  b"\x01“S,¼Érç¸y0\x1A\x04\x13"
  b"\x01“S,½\x18rК\x12QãíÏ-÷"
  b"\x01ôS,┐§p\x0FÅZHÖ4■Ø;"
  b"\x01ôS,└Br¸Ä¬üô³{U\x08"
  b"\x01ôS,└ìsvô▓JF\ebN¾"
  b"""
    \x01“S,ÀÙp\x1C±yFÎ\n
    .Ì”
    """
  b"\x01ôS,┬\fpÉ▓ÌR÷ù\x01╝ö"
  b"\x01“S,Å@r4ˆ¼=\x1D\x167ÊŽ"
  b"\x01“S,ÆMqϪ.LÑŽÆx¿"
  b"\x01ôS,ãÖp\x13ØPÝq!╣vc"
  b"\x01“S,Çßrì±ú\r*‹EP“"
  b"\x01“S,È+s}­rqÌr­V²"
  b"\x01“S,Èwsª€w­±¿É;†"
  b"\x01“S,ÈÄrø¾\x00~î І¢"
  b"\x01“S,̤qn¡Ò5ø¬Sn¢"
  b"\x01“S,Ìôs\x1F¡OÝ;ûÆpƒ"
  b"\x01“S,Î$q\x18¸ßãM¦›½'"
  b"\x01ôS,¤ërüÿaQѵ4i¬"
  b"\x01ôS,Ð▀rnël\x16̸jüT"
  b"\x01“S,Ó\x02sm‰=ðbt!–¿"
  b"\x01ôS,È/sØ¥59█9\x15\vK"
  b"\x01“S,Õ=pn˜|pEóE\x07>"
  b"\x01“S,ÖmsG…NóOÝžŸ)"
  b"\x01“S,Ú•pj¼«Ó¢ÖÏ\x0E®"
  b"\x01“S,Û©s;±Äç`Á€Œ\x08"
  b"\x01“S,ÜÙp‰‘›&ÑævÐÁ"
  b"\x01ôS,¦¨põì©~Ø ┌▄Å"
  b"\x01ôS,▀\x04snâ╣8\x1A«■Åf"
  b"\x01“S,áYs¦‘#Î0¡²¬_"
  b"\x01“S,â«rXƒ8\x10%È£º\x1A"
  b"\x01“S,å‡ra°¤\x18bªÐ\x01R"
  b"\x01ôbê\x17;ppü\f:ÛsJ\x18ÿ"
  b"\x01ôbê\x18mr\x01ÉÖÝ¡█Ø├Ã"
  b"\x01“bˆ$Sq\x07Š€¼ËP\Ȭ"
  b"\x01“bˆ%\x1Es¿¯\x07ŽD\Ò¹v"
  b"\x01“bˆ&>p\x1D™<ÏÒ85Û("
  b"\x01“bˆ'ìp\rŠoí·Ïè­Î"
  b"\x01“bˆ)3q5ˆé¢É\x14ç—="
  b"\x01“bˆXöp‰‚ªz‰ö\eV7"
  b"\x01“bˆY“p\x05òq²îp"
]
78 0.12 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:
[]
79 0.08 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
]
80 0.06 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 0.20 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`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` 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` 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"
]
82 0.30 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`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` 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`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` 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Ž\n
    \x1A4œv6½ž^ K´ï™
    """
  b"\x01Å▄ð╝╠sPƒ┤1Iù\x08Ìz"
  b"\x01Ž\r€²<wIŒX¹ßÕ\vâŸ"
]
83 0.21 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:
[]
84 0.08 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
85 0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
86 0.12 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"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
87 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
88 0.21 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
89 0.20 ms
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`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` 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` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\rb:Žs>¿è@Âð«\x16¤"
]
90 0.19 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`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` 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` 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"
]
91 0.38 ms
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`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` 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`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` 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Ž\n
    \x1A4œv6½ž^ K´ï™
    """
  b"""
    \x01Ž\n
    \x1A4œv6½ž^ K´ï™
    """
  b"""
    \x01Ž\n
    \x1A4œv6½ž^ K´ï™
    """
  b"\x01Å▄ð╝╠sPƒ┤1Iù\x08Ìz"
  b"\x01Ž\r€²<wIŒX¹ßÕ\vâŸ"
]
92 0.63 ms
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`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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"\x01É┌kmãq5é?1ò¬╦║Ò"
]
93 0.44 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`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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"\x01ôS\x10\x10Wq░╝t\x01÷0\x14"
  b"\x01É┌kmãq5é?1ò¬╦║Ò"
]
94 6.54 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/0190da6b6dc67135823f3195aacbbae3"
  "/navigation/018e094a682a721aa85500498fa73847"
  "/navigation/018e094a9b9473a39f27f6b0933e8fef"
  "/navigation/018e094a7c8d7252b1ea9354508fc271"
  "/navigation/018e094a96e673aaa280a3b14b8d0ba9"
  "/navigation/018e0949107c7173835689714f9334ad"
  "/navigation/01935310105771b0bc7401f630142d8f"
  "/navigation/018e094a6521719193088017c10d097c"
  "/navigation/018e094a714970c9bc1e2c98d936539f"
  "/navigation/018e094a8fd870d5a651b8825162a3c6"
  "/navigation/018e094a5cd572f893892793a22dd328"
  "/navigation/018e094a84ce73f1ac879a94ebe15746"
  "/navigation/018e094a6c6373998da7409219904fb5"
  "/navigation/018e094a49cc70b1a7c6ff7254b192d0"
  "/navigation/018e094a633c72cda7a7fc375216e61a"
  "/navigation/0193531125197213b02b747026bff4fc"
  "/navigation/018e094a898571d2b37c5c3eb43c8d18"
  "/navigation/018e094a6af27386b6758a32ad35a047"
  "/navigation/018e094a6b5d7289ad26d611136938ea"
  "/navigation/018e094a6bb071e595a17e02459e526e"
  "/navigation/018e094a6a8172dfb1dc19a47f4c1684"
  "/navigation/018e094a683a7329be81dda21f9c12ed"
  "/navigation/018e094a69ee710abcdaf38625caa504"
  "/navigation/018e094a6bfc7360bba773d38e57c7d5"
  "/navigation/018e094a6a307380ad830c86ce93c0ca"
  "/navigation/018e094a9f5671768e5d82f57eed169d"
  "/navigation/018e094a9fd471d7a61406ccf6784c0b"
  "/navigation/0193530fffc67061ba14ad9b1d6932bd"
  "/navigation/018e094a80f871598174251c6b4080b2"
  "/navigation/018e094a818b72b28dc2418f8460750c"
  "/navigation/018e094a828273c5bab6d6a675defc34"
  "/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf"
  "/navigation/018e094a7ffe73a1bc0fe91475e98da9"
  "/navigation/018e094a80777223a0dd424cd7d5f630"
  "/navigation/018e094a7f8c71da859bafb792687112"
  "/navigation/018e094a83a871e9a28546d9c474699b"
  "/navigation/018e094a845c739085db09c16c23570b"
  "/navigation/018e094a8303732c891b2c57dca264b4"
  "/navigation/018e094a9b1a711590db96f3ad005d2b"
  "/navigation/018e094a96f57391b81d378b5c64e237"
  "/navigation/018e094a9aa4725594dfb5c81deffe51"
  "/navigation/0190da6b336d71398b8428bdc639dcbf"
  "/navigation/0190da6b33e5735da6ef83977556e83e"
  "/navigation/0190da6b3461713c8c764a93a3d9e912"
  "/navigation/0190da6b34e370808f8e01c8b6f9c999"
  "/navigation/0190da6b356870378e326c956f0aaaa2"
  "/navigation/0190da6b35f673248a0e2e9788e28fcb"
  "/navigation/0190da6b369473578f537fcf04764867"
  "/navigation/0190da6b373a7302b601c0e254d26106"
  "/navigation/0190da6b37db70c2a5a14c2cf21c0e72"
  "/navigation/0190da6b388d71b7ad467044162ac3fc"
  "/navigation/0190da6b394671fea880b2a466438b34"
  "/navigation/0190da6b3a057121881a5f196ecbecaa"
  "/navigation/0190da6b3acc7004ad7e96c1b8f499cf"
  "/navigation/0190da6b3b9970a5b1798b2f81b84880"
  "/navigation/0190da6b3c727303b76c06ef90d848fb"
  "/navigation/0190da6b3ced72488eafeb3199d57350"
  "/navigation/0190da6b3d6e73c6be5fe88be894aa6e"
  "/navigation/0190da6b3df872aba057536d24ef9345"
  "/navigation/0190da6b3e85722c8881573051863595"
  "/navigation/0190da6b3f2070829c24279044a5b57c"
  "/navigation/0190da6b3fbc739b94d10310297d476f"
  "/navigation/0190da6b4069718e9a5c7a770cfa897b"
  "/navigation/0190da6b411d73e98938b69d964b5c3b"
  "/navigation/0190da6b41d9737b8fc1950e8c18b090"
  "/navigation/0190da6b429c701987f3a888ee19c0da"
  "/navigation/0190da6b436871f788b1fa4f578c7e57"
  "/navigation/0190da6b4379716b85fae6f2577c24f9"
  "/navigation/0190da6b43f67228b7718c48b12dd947"
  "/navigation/0190da6b447771e7aa2cbff5d88fbdea"
  "/navigation/0190da6b450a722ca56c67eeb1e056ed"
  "/navigation/0190da6b459871c09f10aba04001d42f"
  "/navigation/0190da6b4634703897db37c45f6420c7"
  "/navigation/0190da6b46d873f3a6586a636f8c347d"
  "/navigation/0190da6b4783736e8fbf173aca754771"
  "/navigation/0190da6b4835708aab5e0ef2c8d8b67a"
  "/navigation/0190da6b48ee727db43e80fa30873f07"
  "/navigation/0190da6b49b47087ad75f2d5478158ae"
  "/navigation/0190da6b4a7b7256acd1427d0ebe8656"
  "/navigation/0190da6b4b487253a62bb4985a5fba1a"
  "/navigation/0190da6b4c1d707b99fa42836807ad1c"
  "/navigation/0190da6b4cf97291ae8572e9049b147b"
  "/navigation/0190da6b4d0770f58506b526befe974c"
  "/navigation/0190da6b4d7e726da9c223746360dc10"
  "/navigation/0190da6b4dfd72c38f53d1f2985c0010"
  "/navigation/0190da6b4e8371ea9a7dc2a161f581a9"
  "/navigation/0190da6b4f1272789fefcfd2d4efdb0b"
  "/navigation/0190da6b4fa772c5be5ec927431981a6"
  "/navigation/0190da6b504a7359b453ba135217a643"
  "/navigation/0190da6b50f57315885509e61cdd6e1a"
  "/navigation/0190da6b51a7727392879233b73d5467"
  "/navigation/0190da6b5260712db3b4fbce1d7f13da"
  "/navigation/0190da6b55d5727e9653af4d01dc867c"
  "/navigation/0190da6b55e37272aebfc69528a1309b"
  "/navigation/0190da6b565a7126a2d768d06544edc6"
  "/navigation/019353104ab07394a65a866a49169139"
  "/navigation/0190da6b56d970a1a3bfc37282553b73"
  "/navigation/0190da6b575f7313998086245ee2304f"
  "/navigation/0190da6b57ee72c3a0f9e35378087846"
  "/navigation/0190da6b588a73ba80fc7e4f866c646c"
  "/navigation/0190da6b592d739f8af999109da303c1"
  "/navigation/0190da6b59d8729abc3d32f1d7b26704"
  "/navigation/0190da6b5a8a7262913f0aeb19bd3689"
  "/navigation/0190da6b5b3b721882f60c174f4ca942"
  "/navigation/0190da6b5bfb734faeb91a737a280f84"
  "/navigation/0190da6b5cc5727bb91d3b36e3dd6b58"
  "/navigation/0190da6b5d9672ab9471c2ed10037e75"
  "/navigation/0190da6b5da572c086db234cbdc65834"
  "/navigation/0190da6b5e2173068b173bfc43aa006c"
  "/navigation/0190da6b5ea571fe927915fb7fff4bd3"
  "/navigation/0190da6b5f2e7355b0ff8bf44b792d69"
  "/navigation/0190da6b5fc0735a9dd3234f3a9ecab5"
  "/navigation/0190da6b606071d48c16909e6f669307"
  "/navigation/0190da6b61077269b2adfffee3e27123"
  "/navigation/0190da6b61b573cbadf17bed5974c452"
  "/navigation/0190da6b626c72268063dc5816c0b49f"
  "/navigation/0190da6b627e72edb8cb86025b83a7d1"
  "/navigation/0190da6b62fa71e0ae9717bbeb7d4b22"
  "/navigation/0190da6b637f725496fafd13a4d4190a"
  "/navigation/0190da6b640e73a1a15122449f6d3a05"
  "/navigation/0190da6b64a570a697a7086f0fad2317"
  "/navigation/0190da6b64b471208c8e66c4f20043bb"
  "/navigation/0190da6b65337381aff88ad425cd7328"
  "/navigation/0190da6b65b7727d85f054a0324b5e53"
  "/navigation/0190da6b66467095800887be0058412f"
  "/navigation/0190da6b66d7724ea28c3f3ee0557d89"
  "/navigation/0190da6b67757177a29b654cf5e28df7"
  "/navigation/0190da6b681d73d892b780a7c01c43dc"
  "/navigation/0190da6b68cd713c8bc6658e764265d9"
  "/navigation/0190da6b68dc70cba9e366a1acb369ee"
  "/navigation/0190da6b695a70c4bef46d769934ffd6"
  "/navigation/0190da6b69df70f18aa98ed2c8280ae0"
  "/navigation/0190da6b6a7771b7bf370ff0363ac9c2"
  "/navigation/0190da6b6b137230ab10935861ff6fc9"
  "/navigation/0190da6b6bb773b49c2800463d8c1a8d"
  "/navigation/0190da6b6c5f70ffaef9adb88b6b81c8"
  "/navigation/0190da6b6d0f73649dc20bcbd26482d4"
  "/navigation/0190da6b6dd570e8b56469dac2b85859"
  "/navigation/0190da6b6e5470228f5affb8fb32d7c5"
  "/navigation/0190da6b6ed4733d95f110b22a852942"
  "/navigation/0193531076a3736aac97f4f6037fa531"
  "/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d"
  "/navigation/0190da6b6feb703eb921dc1e76fe23d7"
  "/navigation/0190da6b708a72f1816f6d92ab9cee14"
  "/navigation/0190da6b712f73c286b85387f4970cef"
  "/navigation/0190da6b71dc7392a312a28e57c330fc"
  "/navigation/0190da6b7290704392c9867973adb2c6"
  "/navigation/0190da6b734b72679c508ff54b5ac6eb"
  "/navigation/0190da6b740d71fcb138602a76b33752"
  "/navigation/0190da6b741c703088731b59c8008ea7"
  "/navigation/0190da6b74957160b6c6ad6286e3706c"
  "/navigation/0190da6b751572588f4bee18324f6d8d"
  "/navigation/0190da6b75a37360ac302cc9cefd1452"
  "/navigation/0190da6b75b2703cb51073e03106a71c"
  "/navigation/0190da6b762a7098acf391f8e9a64528"
  "/navigation/0190da6b76aa719ea381dbb620a14dfe"
  "/navigation/0190da6b7732704295cfaba3f7cdceff"
  "/navigation/0190da6b7741725cace93eacf684150d"
  "/navigation/0190da6b77ba7224a2416580247e6c23"
  "/navigation/0190da6b783a71169dd2a95430a481ee"
  "/navigation/0190da6b78c373cc9f84ed14d5b2474c"
  "/navigation/0190da6b79537146887b5d57a7419d68"
  "/navigation/0190da6b79f673ec92b9e175db13d506"
  "/navigation/0190da6b7a9673738b78c77099906d9e"
  "/navigation/0190da6b7b46722f97bbc42b053e36ed"
  "/navigation/0190da6b7bfd72f496d8db8c0e0043e9"
  "/navigation/0190da6b7cc9709b8c97fbf75cb06b6d"
  "/navigation/0190da6b7da27090845813d9e9e7c4fc"
  "/navigation/0190da6b7e7d722fa351108101dc0d0e"
  "/navigation/0190da6b7f6773a9bf3c4847189780c6"
  "/navigation/0190da6b805a728aa9fdead7ba735dda"
  "/navigation/0190da6b815671309bf080078735260c"
  "/navigation/0190da6b825a701489d4c5880aa0dc4a"
  "/navigation/0190da6b836771148973176799bfe672"
  "/navigation/0190da6b847f713f86e30c0f1da09d02"
  "/navigation/0190da6b859f724c866ffe6f47c24193"
  "/navigation/0190da6b86a77005b38b945bad0add23"
  "/navigation/0190da6b86b673ba95e30ba6845ce950"
  "/navigation/0190da6b86c573efbf6b12f6a18220e8"
  "/navigation/0190da6b86d4729c9e63a9e58b5e39b6"
  "/navigation/0190da6b875070e48e4bc3a910691c92"
  "/navigation/0190da6b87d3739598076c4b21fc5936"
  "/navigation/0190da6b885e71569e3c2a9e9e53dbf4"
  "/navigation/0190da6b88ff7312b1c1661a6a5ab285"
  "/navigation/0190da6b89b5737daa8ed3f07fbbd026"
  "/navigation/0190da6b8a5b710aac630e88fd1781b1"
  "/navigation/0190da6b8b0c73058638ee4347315f4d"
  "/navigation/0190da6b8bc972f889c7c990b2349580"
  "/navigation/0190da6b8bd97212a0d598597b9aafb8"
  "/navigation/0190da6b8c567235a1c48675a7986026"
  "/navigation/0190da6b8cda720cbcd4880e7ac8539d"
  "/navigation/0190da6b8d6671448e76fd736ebb3cc8"
  "/navigation/0190da6b8df87300b867b26fd4cbed5f"
  "/navigation/0190da6b8ea1711a9c16c2e437fdbeef"
  "/navigation/0190da6b8f4d71749e713960b86a4479"
  "/navigation/0190da6b8ffd717ca4484d6253a62839"
  "/navigation/0190da6b90b571cf99a5a4265d2392c8"
  "/navigation/0190da6b9180721e9e168f71f24ec510"
  "/navigation/0190da6b925273c99c7fa9666354522c"
  "/navigation/0190da6b932472079a1a24fdad531a3a"
  "/navigation/0190da6b9334702fba5c86a9ac7785e5"
  "/navigation/0190da6b93ae7214b2dbfce8e9626609"
  "/navigation/0190da6b942f70f8b05f63acd111d21e"
  "/navigation/0190da6b94b3703ebc94fe3e77bb3733"
  "/navigation/01935310ba9971eb8fe07c78f0fa8610"
  "/navigation/0190da6b9543719aabf2f8f7c46c0bbe"
  "/navigation/0190da6b95ed73b09ddb2932c20c91b3"
  "/navigation/0190da6b969e71c5a565e3d037c25a05"
  "/navigation/0190da6b972773c0a9278c891fbca036"
  "/navigation/0190da6b97a87093a6f9060b405ada04"
  "/navigation/0190da6b98317143847e4964b0e79aaa"
  "/navigation/0190da6b98c27161816e8a8d9f7368c2"
  "/navigation/01935310c1b872e59dabd25b1516ef5a"
  "/navigation/01935310c465737ba72fb0c5450780df"
  "/navigation/0190da6b9963711288acf26a73acba65"
  "/navigation/01935310c76f734aaf0290a2e911ef5d"
  "/navigation/01935310c7d072699e734e15fb2b6fdc"
  "/navigation/0190da6b9af87278aeb49ad7144a602f"
  "/navigation/0190da6b9b087177ac3bdf3c08a07474"
  "/navigation/0190da6b9b8373d88ff7df8dbc18d465"
  "/navigation/0190da6b9c067153a912db6036f39e30"
  "/navigation/0190da6b9c8f73978067432d46b52fe2"
  "/navigation/0190da6b9d2170659f56b705e7230f4e"
  "/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2"
  "/navigation/0190da6b9e6f70efb68b9640c9f35a93"
  "/navigation/0190da6b9f2173528f0e32eee0742f16"
  "/navigation/018e094a67a67363b280f9fde3b3bfe4"
  "/navigation/018e094a66b37270b8fdb26d85a42979"
  "/navigation/018e094a6532730ea4524f8014127326"
  "/navigation/018e094a672a73a0b3f6fde0db20094b"
  "/navigation/018e094a7a5573999bca1d3b00290b7b"
  "/navigation/018e094a715873c28fd8cea2d22e111b"
  "/navigation/018e094a731b7142a8c9da8dfca4ee45"
  "/navigation/018e094a736a702c985ef817386bacde"
  "/navigation/018e094a7b04700795828df23dc36629"
  "/navigation/018e094a7b1571d8a72419abb2990255"
  "/navigation/018e094a7c1170dc8726812d94d0fd8c"
  "/navigation/018e094a750e7247a9afa9cfc21dd792"
  "/navigation/018e094a75b572019b0ba665e70420b7"
  "/navigation/018e094a762e724fa589f61c6657c8eb"
  "/navigation/018e094a792b73e2802ebb9f6f36efca"
  "/navigation/018e094a79ac71a0ba68164192a6e42f"
  "/navigation/018e094a79f973b4b0f2133e99e7e932"
  "/navigation/018e094a76a973249c8a6b5cc8d80b36"
  "/navigation/018e094a775e70e480c4c2b08a49d9fa"
  "/navigation/018e094a77c07331907e8618474fa10b"
  "/navigation/018e094a782970d99d9f6926c97c281b"
  "/navigation/018e094a789f73cebf2c1d8d66d28c43"
  "/navigation/018e094a78e373f49bab5d5d0f3411d3"
  "/navigation/018e094a73b8717eabde1be0b16685cf"
  "/navigation/018e094a742a7202825adc11655a86cd"
  "/navigation/018e094a748f731894dd34437b3c47f3"
  "/navigation/018e094a8fe971b491b7d25355f51e4a"
  "/navigation/018e094a938a7020a209909d7d5f01fd"
  "/navigation/018e094a9400714692eb168f469d3170"
  "/navigation/018e094a94ed73e890e5b25a3306177c"
  "/navigation/018e094a9473713b8ddebda5757d8e8e"
  "/navigation/018e094a956e731fadb04f802f295091"
  "/navigation/018e094a9603737d9d29f8057d764d6d"
  "/navigation/018e094a967270448c2599478746adcf"
  "/navigation/018e094a62947243ae498ec01078e18d"
  "/navigation/018e094a5d7f71eaa2500f802828aa42"
  "/navigation/018e094a5f4c7341b4112e049fc90a2b"
  "/navigation/018e094a5f9f71aba4d5d426972c38c4"
  "/navigation/018e094a5ddd714ab173a3deedef12c8"
  "/navigation/018e094a61e87245a42b124035729a63"
  "/navigation/018e094a60027285a759666e15a0fe9d"
  "/navigation/018e094a60e773ce854c119414ed112c"
  "/navigation/018e094a607170e8b33a3082f6037523"
  "/navigation/018e094a61697217be035a73229ee805"
  "/navigation/018e094a84e0736b85d111fdc41f49c7"
  "/navigation/018e094a8818725684035e1772cf7f2b"
  "/navigation/018e094a89047019aa9e391381074701"
  "/navigation/018e094a888a70bdb163dad321677e1f"
  "/navigation/018e094a6f4e70208df7200bff56d69e"
  "/navigation/018e094a6fd0733e915c09143bef0af2"
  "/navigation/018e094a706f70a7a5471064a4946dbe"
  "/navigation/018e094a70e473249afd934f32ca3b72"
  "/navigation/018e094a6c7070fa9362e8ca77b17bc7"
  "/navigation/018e094a6ecd718f8d0ca01aad84d3f6"
  "/navigation/018e094a6e5a720fa78af5a895a6f374"
  "/navigation/018e094a58537093a750a5da452649f2"
  "/navigation/018e094a5cc773c1be797895bcb57891"
  "/navigation/018e094a5863700aa587b1a649df8e17"
  "/navigation/018e094a595871578324f5509f1eb1c4"
  "/navigation/018e094a53ac70359459db7119922d94"
  "/navigation/018e094a549373d8a088d3f0d4e3df80"
  "/navigation/018e094a55f673f2a72826301b8cdd55"
  "/navigation/018e094a558173bf95c3ee389edc24ee"
  "/navigation/018e094a56717282994904be564ea29f"
  "/navigation/018e094a56f37172a7ea52e19b2ed487"
  "/navigation/018e094a570d73dd825ac42745bcfb6d"
  "/navigation/018e094a4e8972b0a738114f8b15043f"
  "/navigation/018e094a51c5704ca48641da73140326"
  "/navigation/018e094a4faa7262baad53bb8af2e792"
  "/navigation/018e094a502571c1aa4549cf53863eb3"
  "/navigation/018e094a526270ae8715cf17c132311d"
  "/navigation/018e094a512d71f3b806322541d16e88"
  "/navigation/018e094a530373ec9633e38719e6aece"
  "/navigation/018e094a4f3471489e58aa2a3c016992"
  "/navigation/018e094a50a7735db379f61f913cb4d3"
  "/navigation/018e094a59c97091a82f4bde32eb843b"
  "/navigation/018e094a5ab071a795b88e73d14e56b3"
  "/navigation/018e094a5c71735ba69e50f01349e139"
  "/navigation/018e094a5b23717a8c32015cceb44d98"
  "/navigation/018e094a4a4272ec9e8a040a6c81253b"
  "/navigation/018e094a4ab5738893cc2b40f6ba2316"
  "/navigation/018e094a4c2c7299b22da95f78375be4"
  "/navigation/018e094a4b2b739d8c142a839e61f187"
  "/navigation/018e094a4ba97178b9a1743121a10f37"
  "/navigation/018e094a4cb37375beaca6cda0242845"
  "/navigation/018e094a4de871b0a998505efbe3ad5e"
  "/navigation/018e094a4d4d73e68bdb97df92ff0817"
  "/navigation/018e094a634d735ea7d25b755be528a1"
  "/navigation/018e094a63b272e9b0e3b9aeec304ae1"
  "/navigation/018e094a8997710b9543bbf561cb48f4"
  "/navigation/018e094a8cdc708fa293f3f547dbc139"
  "/navigation/018e094a8dca71a2984fde4743f6c583"
  "/navigation/018e094a8d4f7387b404601fd8591f1b"
  "/navigation/018e094a8e4b73798196fe3db87d6810"
  "/navigation/018e094a8edf70b8a88923b28c9c0dfa"
  "/navigation/018e094a8f5270a9a8c297d19deca51a"
  "/detail/d0c66420cd615b4fa9787eb883b95e16"
  "/detail/821e15c2b4bc54c896e9372d6c5fff4c"
  "/detail/233134d6f19c57e1b7fcf07e82722e0e"
  "/detail/2f421c4dc01658e5a16f2ed32b8fdb77"
  "/detail/7dbfa3384d685dd5a5a069a234566820"
  "/detail/996edd9462665eaaa332da906d9cc155"
  "/detail/064f30d544fa5415aa32f7838c9851ac"
  "/detail/f9fcb1b37850590e9a4342c71b2566a3"
  "/detail/9c18ed3772f955c9917cc57b2b4631f9"
  "/detail/28586242bedd554da40b4e9f152b0b48"
  "/detail/b8a92457b11556f18f40d674620cc5e9"
  "/detail/ed98b9f0dcac5812b0e5fe499e6a7be5"
  "/detail/7fbb8771c7ad5309882668768721da91"
  "/detail/a5206af818ad5293bc453dbf60463ac9"
  "/detail/2f90b741317e570181814777b67acf29"
  "/detail/1d3f2cff22ee5102b759a4616c7add26"
  "/detail/fb9f3a56b6f75e9e868410e23b28d2be"
  "/detail/a51c3501ed5d52f0aed800efdea9ce53"
  "/detail/1307b22f5cd45e5abc213a1a650f0d4d"
  "/detail/2410645f1e3e5d9ca2fced5aebe9774d"
  "/detail/b93721a332c55abaa816fe504d0304bf"
  "/detail/2c15e4c03b015368aae5785db249a0c8"
  "/detail/b47d84e1a8c35315b2a38efa0726f192"
  "/detail/9c9229650ce7524c91b1f7ea91b5964f"
  "/navigation/018e189f4c877164ad4363394678698e"
  "/navigation/018e18a172b378238b8e81a70374fe0e"
  "/navigation/018e189f65bb7e82b42203e11a7f7ca3"
  "/navigation/018e18a1b5717013bf34057e6e4af3c6"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
95 0.25 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"\x01ì¶lPAp½ì\'\x1A®"╚K"
  b"\x01ì¶lPjsýäƒbwPÅXÞ"
  b"\x01ì¶lg┘r┴ÿO+Fyãª\e"
  b"\x01ì¶lPÎsi╝B▒Ù╠Âxø"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.