Redirect 307 redirect from GET @frontend.navigation.page (1cdc7b)

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

Query Metrics

95 Database Queries
89 Different statements
152.29 ms Query time

Queries

Group similar statements

# Time Info
1 0.11 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.07 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.14 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.40 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.31 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/Materialbearbeitung/Trennen-Schleifen"
  "RECA-Produktkatalog/Materialbearbeitung/Trennen-Schleifen/"
]
8 0.34 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.09 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┘¶Ò"
  "uLMu8TYIyFpOTm9rEf2fWjPwlC70Jn8z"
]
11 0.24 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.63 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.19 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.20 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.43 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.25 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.45 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.63 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.10 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "uLMu8TYIyFpOTm9rEf2fWjPwlC70Jn8z"
]
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.51 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" => "uLMu8TYIyFpOTm9rEf2fWjPwlC70Jn8z"
]
32 0.38 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.23 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.51 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.35 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.43 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.20 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.25 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.20 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.57 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.34 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.59 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.24 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.54 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.34 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.64 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.59 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É┌kï\fs\x05å8¯CG1_M"
]
51 0.28 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.38 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.39 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.29 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.23 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.11 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.24 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.11 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É┌kï\fs\x05å8¯CG1_M"
]
59 0.10 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É┌kï\fs\x05å8¯CG1_M"
]
60 18.34 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É┌kï\fs\x05å8¯CG1_M"
  null
]
61 14.71 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É┌kï\fs\x05å8¯CG1_M"
  null
]
62 13.94 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É┌kï\fs\x05å8¯CG1_M"
  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 23.84 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É┌kï\fs\x05å8¯CG1_M"
  null
]
65 5.07 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É┌kï\fs\x05å8¯CG1_M"
  null
  0
]
66 4.98 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É┌kï\fs\x05å8¯CG1_M"
  null
  true
]
67 18.58 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É┌kï\fs\x05å8¯CG1_M"
  null
]
68 7.93 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É┌kï\fs\x05å8¯CG1_M"
  null
]
69 0.24 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".\v/–ØRÈœ°\x12¶†«À¼"
  b"V¾Ñ¢\x13±[\tˆ\e\x13¾<\fר"
  b"R\x0FÏmØw]JŒfè%îb\x14÷"
  b"\x08N\v\x08¦¤^Ô£¯¢VåY1®"
  b"Ñ\fÎlÓ P¥ºô┴D£Â¨É"
  b"ç\x08!|Œ'Tu­¡_\x11mÝ×t"
  b"ÏlÑ-æÉVñâ\x1DÙí╝\x1Dû·"
  b"Õ¸'K}=T° 6BMÔg„C"
  b"\x16Ãê\x14¡╩[Àë┬DlEǬÉ"
  b"®·òÅ'}Z€©¦8×3\eÔp"
  b"À“ 1½š\׌Né¸rT­Š"
  b"9öN˜+aP\x14\x12câ!íås"
  b"öëØÚ╬x_Øëjxô\j}y"
  b"+Ç▄X\x02TP8╗Õ|9mì±["
  b"Û╝z!j\x03TÚØ╚╦½tP§ö"
  b"\x17hã?~Zð®{M8"ؼñ"
  b"\x16\x05•‚\x11å[ÌŒÎr€V]&6"
  b"[˜1ÎÔhW>¶.”\x06ó-\x1C-"
  b"""
    M#T\x1F…w_0¥‡\x7Fѧœ\n
    Á
    """
  b"l\x10ì\\x178Z\x13¿ª┤=¦ÿ\x01ö"
  b"ðêÅð\tš[Ë·ÂTÛE¸:t"
  b"ˆNËÅ*…ZÁ…\x04¦·±\x0E„È"
  b"@\x12\x02­](Z—°–{\x13Ä&²5"
  b"ð\x13öœ\x7F-S:º€ˆÜØ\x08vt"
]
70 0.39 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".\v/–ØRÈœ°\x12¶†«À¼"
  b"V¾Ñ¢\x13±[\tˆ\e\x13¾<\fר"
  b"R\x0FÏmØw]JŒfè%îb\x14÷"
  b"\x08N\v\x08¦¤^Ô£¯¢VåY1®"
  b"Ñ\fÎlÓ P¥ºô┴D£Â¨É"
  b"ç\x08!|Œ'Tu­¡_\x11mÝ×t"
  b"ÏlÑ-æÉVñâ\x1DÙí╝\x1Dû·"
  b"Õ¸'K}=T° 6BMÔg„C"
  b"\x16Ãê\x14¡╩[Àë┬DlEǬÉ"
  b"®·òÅ'}Z€©¦8×3\eÔp"
  b"À“ 1½š\׌Né¸rT­Š"
  b"9öN˜+aP\x14\x12câ!íås"
  b"öëØÚ╬x_Øëjxô\j}y"
  b"+Ç▄X\x02TP8╗Õ|9mì±["
  b"Û╝z!j\x03TÚØ╚╦½tP§ö"
  b"\x17hã?~Zð®{M8"ؼñ"
  b"\x16\x05•‚\x11å[ÌŒÎr€V]&6"
  b"[˜1ÎÔhW>¶.”\x06ó-\x1C-"
  b"""
    M#T\x1F…w_0¥‡\x7Fѧœ\n
    Á
    """
  b"l\x10ì\\x178Z\x13¿ª┤=¦ÿ\x01ö"
  b"ðêÅð\tš[Ë·ÂTÛE¸:t"
  b"ˆNËÅ*…ZÁ…\x04¦·±\x0E„È"
  b"@\x12\x02­](Z—°–{\x13Ä&²5"
  b"ð\x13öœ\x7F-S:º€ˆÜØ\x08vt"
]
71 1.73 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".\v/–ØRÈœ°\x12¶†«À¼"
  b"V¾Ñ¢\x13±[\tˆ\e\x13¾<\fר"
  b"R\x0FÏmØw]JŒfè%îb\x14÷"
  b"\x08N\v\x08¦¤^Ô£¯¢VåY1®"
  b"Ñ\fÎlÓ P¥ºô┴D£Â¨É"
  b"ç\x08!|Œ'Tu­¡_\x11mÝ×t"
  b"ÏlÑ-æÉVñâ\x1DÙí╝\x1Dû·"
  b"Õ¸'K}=T° 6BMÔg„C"
  b"\x16Ãê\x14¡╩[Àë┬DlEǬÉ"
  b"®·òÅ'}Z€©¦8×3\eÔp"
  b"À“ 1½š\׌Né¸rT­Š"
  b"9öN˜+aP\x14\x12câ!íås"
  b"öëØÚ╬x_Øëjxô\j}y"
  b"+Ç▄X\x02TP8╗Õ|9mì±["
  b"Û╝z!j\x03TÚØ╚╦½tP§ö"
  b"\x17hã?~Zð®{M8"ؼñ"
  b"\x16\x05•‚\x11å[ÌŒÎr€V]&6"
  b"[˜1ÎÔhW>¶.”\x06ó-\x1C-"
  b"""
    M#T\x1F…w_0¥‡\x7Fѧœ\n
    Á
    """
  b"l\x10ì\\x178Z\x13¿ª┤=¦ÿ\x01ö"
  b"ðêÅð\tš[Ë·ÂTÛE¸:t"
  b"ˆNËÅ*…ZÁ…\x04¦·±\x0E„È"
  b"@\x12\x02­](Z—°–{\x13Ä&²5"
  b"ð\x13öœ\x7F-S:º€ˆÜØ\x08vt"
]
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É┌æESpæ▓ËÊ®î┴Î┤"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æGùq¥ÿ¤\x144q\x07\x05Ù"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æFks\x07Â┌█┼\x08Ö8▒"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æGPqǃ┌RðMkh└"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æ?\x18s ù®ï=Ö\x1Avo"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æFÑr*æÜ°\x15╬Rq¨"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æRkqÖÿ╔ÅIõ\v\x1C&"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æG¥r\x15Ç×\x11c>°}\x19"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æDÇq╣┤I¿S╦¡OÂ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æ?õs\x06ƒè▒ÐÆ┌|9"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æG¬r\x18▒e┐P╣\x0E@#"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æPÀs¥»ö²┼¼Ì&þ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æRKr\x11ø\x07}Bâ▀Ð\"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æG0q¢à├ f+nm┴"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æE²p#ô\x1FoÑPø\x7Fñ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æF~q"ìàgxº=·å"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æFÆp‗ÇdU║4fB¦"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æGâs│ܾÍ\x1D▀Äg*"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æFXqµêó6ÜþKó\x18"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æF>r±ö2Õç\x14;½("
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æF\x1FqS┤îHÛ&ªÂÌ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"""
    \x01É┌æGlsHàyM7&┬\n
    ¹
    """
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌æRåqÃæ«Á█\x16S\x7FÈ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"""
    \x01É┌æR*ph¼÷\x0E\r\n
    Ì
    """
]
73 0.15 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"\x08N\v\x08¦¤^Ô£¯¢VåY1®"
  b"\x16\x05•‚\x11å[ÌŒÎr€V]&6"
  b"\x16Ãê\x14¡╩[Àë┬DlEǬÉ"
  b"+Ç▄X\x02TP8╗Õ|9mì±["
  b".\v/–ØRÈœ°\x12¶†«À¼"
  b"9öN˜+aP\x14\x12câ!íås"
  b"@\x12\x02­](Z—°–{\x13Ä&²5"
  b"""
    M#T\x1F…w_0¥‡\x7Fѧœ\n
    Á
    """
  b"R\x0FÏmØw]JŒfè%îb\x14÷"
  b"V¾Ñ¢\x13±[\tˆ\e\x13¾<\fר"
  b"[˜1ÎÔhW>¶.”\x06ó-\x1C-"
  b"l\x10ì\\x178Z\x13¿ª┤=¦ÿ\x01ö"
  b"ˆNËÅ*…ZÁ…\x04¦·±\x0E„È"
  b"öëØÚ╬x_Øëjxô\j}y"
  b"Ñ\fÎlÓ P¥ºô┴D£Â¨É"
  b"®·òÅ'}Z€©¦8×3\eÔp"
  b"À“ 1½š\׌Né¸rT­Š"
  b"\x17hã?~Zð®{M8"ؼñ"
  b"Õ¸'K}=T° 6BMÔg„C"
  b"ÏlÑ-æÉVñâ\x1DÙí╝\x1Dû·"
  b"ç\x08!|Œ'Tu­¡_\x11mÝ×t"
  b"Û╝z!j\x03TÚØ╚╦½tP§ö"
  b"ð\x13öœ\x7F-S:º€ˆÜØ\x08vt"
  b"ðêÅð\tš[Ë·ÂTÛE¸:t"
]
74 0.17 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.83 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É┌æ?\x18s ù®ï=Ö\x1Avo"
  b"\x01É┌æ?õs\x06ƒè▒ÐÆ┌|9"
  b"\x01É┌æDÇq╣┤I¿S╦¡OÂ"
  b"\x01É┌æESpæ▓ËÊ®î┴Î┤"
  b"\x01É┌æE²p#ô\x1FoÑPø\x7Fñ"
  b"\x01É┌æF\x1FqS┤îHÛ&ªÂÌ"
  b"\x01É┌æF>r±ö2Õç\x14;½("
  b"\x01É┌æFXqµêó6ÜþKó\x18"
  b"\x01É┌æFks\x07Â┌█┼\x08Ö8▒"
  b"\x01É┌æF~q"ìàgxº=·å"
  b"\x01É┌æFÆp‗ÇdU║4fB¦"
  b"\x01É┌æFÑr*æÜ°\x15╬Rq¨"
  b"\x01É┌æG0q¢à├ f+nm┴"
  b"\x01É┌æGPqǃ┌RðMkh└"
  b"""
    \x01É┌æGlsHàyM7&┬\n
    ¹
    """
  b"\x01É┌æGâs│ܾÍ\x1D▀Äg*"
  b"\x01É┌æGùq¥ÿ¤\x144q\x07\x05Ù"
  b"\x01É┌æG¬r\x18▒e┐P╣\x0E@#"
  b"\x01É┌æG¥r\x15Ç×\x11c>°}\x19"
  b"\x01É┌æPÀs¥»ö²┼¼Ì&þ"
  b"""
    \x01É┌æR*ph¼÷\x0E\r\n
    Ì
    """
  b"\x01É┌æRKr\x11ø\x07}Bâ▀Ð\"
  b"\x01É┌æRkqÖÿ╔ÅIõ\v\x1C&"
  b"\x01É┌æRåqÃæ«Á█\x16S\x7FÈ"
  b"\x01É┌æSÔr╚ä┴Þ±Æ+°▀"
  b"\x01É┌æT\x03stä÷¨ú\x16£"¥"
  b"\x01É┌æT\x1Fs7½ÿ!Ý┌\x02\x04\e"
  b"\x01É┌æT9rÁѽy‗b¬\x1Eo"
  b"\x01É┌æTMp¬àhô╣D8£Ñ"
  b"\x01É┌æU\rr\x11▒-\x03÷\x0F`¿¤"
  b"\x01É┌æU/s¶è_è°┼»q["
  b"\x01É┌æUOpl«kÀÃ╬¬}¿"
  b"\x01É┌æUjr?ä<┘ª\x0Fh\x00£"
  b"\x01É┌æU\x7Fq4ä\x03sÑ░o┘▒"
  b"\x01É┌æVPp┼«z╩­ý¼\v"
  b"\x01É┌æVrs*ª´\v\x1EÓ1u5"
  b"\x01É┌æVÆpví\x15Ê║Ç\x06nj"
  b"\x01É┌æV«sÖ®f¶§«sÃ2"
  b"\x01É┌æV┬r▀»ÂU\t\tåú■"
  b"\x01É┌æVÍp¸│~B┤ñÐùû"
  b"\x01É┌æX\x01r╩øÝ║7ñWH½"
  b"\x01É┌æX¼pÞé\x10i\x15ô─Ê;"
  b"\x01É┌æX═s[▓]ÙDFÍÒƒ"
  b"\x01É┌æXýr╦©ºVo7väé"
  b"\x01É┌æq▒rIפMg\x07ùÜñ"
  b"\x01É┌æqÌp┘£iX¯\x11_|×"
  b"\x01É┌æq r\x11û▀┤ÎÜ╝(À"
  b"\x01É┌æwÄrøá(£º\x0F@\x14±"
  b"\x01É┌æw╣r╗ÁçO┼ýσÿ"
  b"\x01É┌æw▄rüì╝Ô®w╬°h"
  b"\x01É┌æx\x01q~Å\x0F×\x13═|¯5"
  b"\x01É┌æx%q\x00û\x07R6ÚÄá┼"
  b"\x01É┌æxÔsø┐oÝ\e▓±┘N"
  b"""
    \x01É┌æy\n
    syÀ▓®╗q█\eE
    """
  b"\x01É┌æy.s┴ú¼û\x15±Ë?{"
  b"\x01É┌æyVpÔÀý÷·yÆ┬Ñ"
  b"\x01É┌æyxrÌ▒┘┴øY/Ae"
  b"\x01É┌æyÄp╦ór┴!\x00"
  b"\x01É┌æ{Üsäá÷▓­┤Ù═e"
  b"\x01É┌æ|­p¤Æ┬·Ê‗:¼\x17"
  b"\x01É┌æ}\x11rC│þs'±û\ti"
  b"\x01É┌æ}1qÍÑ─H=s°H$"
  b"\x01É┌æ}MpÆá\x15õ\x1CVfdt"
  b"\x01É┌æ}fsQï\x16ı╔└¹Óh"
  b"\x01É┌æ}{s╚½Z¹\x08`\x12"
  b"\x01É┌æ}És│ľ۫╗5­$"
  b"\x01É┌æ}ñs¸øy■Ö[\x0E\x0E"
  b"\x01É┌æ}╣s\x0EéIz¯(ê\x11«"
  b"\x01É┌æ}╬r7ù\fÊ\x16ã▒\x07¦"
  b"\x01É┌æ}Ôs)ísæü£Rq▓"
  b"\x01É┌æ~íryØ─ßÜÝ\x0F\x1A"
  b"\x01É┌æ\x7F\q░®\x08°tÁ\x11ºÆ"
  b"\x01É┌æ\x7F\x7FpÛí³╔Êt&÷b"
  b"\x01É┌æ\x7FƒqÍ┐_Xô\t\x0E\x7F("
  b"\x01É┌æ\x7F║pw¢å\r,Ýþ\x15"
  b"\x01É┌æ\x7F¤q,æ\x0FÝ╠o▄Å/"
  b"\x01É┌æ\x7Fõqz¥u©D\v\e.u"
  b"\x01É┌æ\x7F°s°ù²û\x02\x15\x1AýS"
  b"\x01É┌æÇ\rq'ó╩Ä\x14┘ù×\x16"
  b"\x01É┌æÇ!sÍåõ!\x16█\\x16Ã"
  b"\x01É┌æÇ6p8ÅX┤~╬&Ô■"
  b"\x01É┌æÇJr3É¥ìç·åòý"
  b"\x01É┌æÇ_q©×a4f8[┴¬"
  b"\x01É┌æÇtp7á.À\x1Db©D\x05"
  b"\x01É┌æÇêsõëñ╚\rÙ\x04ôý"
  b"\x01É┌æÇØsøööcgwÕ╬1"
  b"\x01É┌æÇ▒s¬▒ìÉö¼\x0EGf"
  b"\x01É┌æÇãpXÁ³ïdUê9{"
  b"\x01É┌æüàr_£╩¨\x14╩I?B"
  b"\x01É┌æüªs\føT>L·}~È"
  b"\x01É┌æüãr0ö¨Nö\x01,░Ù"
  b"\x01É┌æüÔs\x1A│ªº!NEm5"
  b"""
    \x01É┌æéµs▒¿\x17\x0F┐ª\n
    
    """
  b"\x01É┌æâ│p│ØÀÄ\x07ÈÀîZ"
  b"\x01É┌æâıs0ô╩Ó\x03ã┤5!"
  b"\x01É┌æâ§qשhl?│+í°"
  b"\x01É┌æäÃr\x01ó\x19µ×Xäcú"
  b"\x01É┌æäÙr\x07òp^ë5òD®"
  b"\x01É┌æå0p`Ü\x10D╗Éeëý"
  b"\x01É┌æåRs´¼\fc0\x13¤5J"
  b"\x01É┌æåoq\x18®¦┴4øßå┐"
  b"\x01É┌æç=s;Çsã\x17 å?×"
  b"\x01É┌æç_qS¬┼\x17w┌EQ═"
  b"\x01É┌æçÇrW¡]yd╝\x12e╗"
  b"\x01É┌æçØqý╝P\e\x07¢äÏr"
  b"\x01É┌æêéq:©QH\x0FØ@┤Y"
  b"\x01É┌æêñpºñU\x0Fâ%ì9\x1A"
  b"\x01É┌æê┴q:úD¬G┴¥õK"
  b"\x01É┌æê█rXù\x05S\x12E╠ûs"
  b"\x01É┌æê­rS¬Ù█Á\x15ÿ¥y"
  b"\x01É┌æë\x05q"Â│QYc\x11"
  b"\x01É┌æë\es-¼´ÏÞm\x13"
  b"\x01É┌æë/rã┐\x16ö?\x13S╗▄"
  b"\x01É┌æëDrbÀ░,Ê®ıWu"
  b"\x01É┌æëXs_å³G┐░▄ÎB"
  b"\x01É┌æëmpuùòw6À,\x18Ð"
  b"""
    \x01É┌æëüq\x1C¬ó%G\x07©\n
    m
    """
  b"""
    \x01É┌æëòs┐ñ±«âñ\n
    \x06F
    """
  b"\x01É┌æè\s\x19┤O^ß│├«/"
  b"\x01É┌æè}sXûøºòêçä1"
  b"\x01É┌æèÜr(Üï¡\x08uF\x153"
  b"\x01É┌æïus\x1FÄxJ5c¹\x1Do"
  b"\x01É┌æïùs\ÇþS\x0FöÏïÚ"
  b"\x01É┌æïÀrNØÏÈ╔Á░\x00¥"
  b"\x01É┌æïËr\x07ùü÷l©Ú±¿"
  b"\x01É┌æîöqƒ®´ x\vy§u"
  b"\x01É┌æîÁqPǰͻ(årë"
  b"\x01É┌æîıqËëms\e=c Â"
  b"\x01É┌æÄ4p¼ÖÑäí\x15\x14▓â"
  b"""
    \x01É┌æÅ\n
    q¦ÄÅ\x06]Ïz▀█
    """
  b"\x01É┌æôsqHÄJ¢\x1ECfçA"
  b"\x01É┌æôûpÐü2ƒ£y╣ÉÆ"
  b"\x01É┌æôÁqÖ║╦3¤^\x08·]"
  b"\x01É┌æôÐpÉÿÜÁ5Õõ¥V"
  b"\x01É┌æôÛr9Áø§¼Ç®ƒc"
  b"\x01É┌æô s/ëâ6\x12Ȫãw"
  b"\x01É┌æö\x14r°╣Ô▀<,êÇ3"
  b"\x01É┌æ¡Üpsª┤É9wJ┌>"
  b"\x01É┌æ«cpUö{\t\x0F\x00t\x02"
  b"\x01É┌æ»\x19q惬├DZ┬â®"
  b"\x01É┌æ»<riëÈSåè\x12ì_"
  b"\x01É┌æ»\p\x18½!+Æ&▓SÌ"
  b"\x01É┌æ»|r╔à¢@{(\f\x07|"
  b"\x01É┌æ░âsÏ¡▓fú;tEÿ"
  b"\x01É┌æ░ÑqÐó├í)9Ý┌ö"
  b"\x01É┌æ░┬rê┐\x15\x01v»W"
  b"\x01É┌æ░Ìs¥¥▓}jÂ\x11"
  b"\x01É┌æ▒╗p±ÑO┌ÛpW~\x7F"
  b"\x01É┌æ▒¦q¿æSÇå²P¸;"
  b"\x01É┌æ▒■p\x16Öº®:\rö¶«"
  b"\x01É┌æ▓\x1Ar\x1DÉ┤RE╬ þM"
  b"\x01É┌æ▓.s7Â┴ƒrS│ƒê"
  b"\x01É┌æ▓Cr/íz║Á<ûÃÐ"
  b"\x01É┌æ▓Xs<ƒ`¥Ë÷▀ßG"
  b"\x01É┌æ▓lqYù­,▀UE]¯"
  b"\x01É┌æ▓ür¢ë3\x00=búá×"
  b"\x01É┌æ▓òqí┤\x17+\t·¦|}"
  b"""
    \x01É┌æ▓¬q)ú▀\n
    ╦ÞuWd
    """
  b"\x01É┌æ│dq\v£\x1Aó$┬5ë┬"
  b"""
    \x01É┌æ│àq¼║)\n
    pY\x0E¾▓
    """
  b"\x01É┌æ┤@q°╣´¦IpVóµ"
  b"\x01É┌æ┤bsh¼B¼æ2û╣­"
  b"\x01É┌æ┤âs|╣Û(9┐\¢P"
  b"\x01É┌æ┤×qeÄò┴ò┌6¿o"
  b"\x01É┌æÁcs»╝æ­\x1Fü╚\x10="
  b"\x01É┌æÁàq¯¬ôjÌ7╝4 "
  b"\x01É┌æÂ:sÙæ\x1Eòû~¨tt"
  b"\x01É┌æÂ\qk┐,vÂMmG║"
  b"\x01É┌æÀ\x14rþÇ┤í¢Ø\x00É\x14"
  b"\x01É┌æ©Xq░┤╔÷X1▓ÂN"
  b"\x01É┌æ║?rãòvFM£¦ØÐ"
  b"\x01É┌æ║\r̓\x05jã÷F\tÇ"
  b"\x01É┌æ╗-pù샨aÒ*Üî"
  b"\x01É┌æ╗OrLÂÙÙ?ØçÞ└"
  b"\x01É┌æ└·pàøw'4þ"\x03¹"
  b"\x01É┌æ┴\x1Cp^óã]|\x06▓¸è"
  b"\x01É┌æ┴▄sª½'{┘■\x1Eû!"
  b"\x01É┌æ├xp8éÝ2┤\x0F\rç¸"
  b"\x01É┌æ─?q\x08ÀVÃÂ╝Ðæ×"
  b"\x01É┌æ─bs\x04½Ô\x12┴ >g´"
  b"\x01É┌æ─\x7Fs"ÑØôõ┼╣¿\x0F"
  b"\x01É┌æ┼Erмüª\x18║┌\x03"
  b"\x01É┌æ┼gq\x17ÀbØÆƒí3³"
  b"\x01É┌æ┼ås\x1Aî\x01\x0F═&║¾="
  b"\x01É┌æãGsnÖÌq.=\x1A"
  b"\x01É┌æãkp÷í¹õÜÜ#/p"
  b"\x01É┌æãêr³Àây9║ñ]\x0E"
  b"\x01É┌æã¼s\x12åDÆ÷┬\tÄÍ"
  b"\x01É┌æÃäp└©o;\x03\x02\x11ûô"
  b"\x01É┌æÃªs êv]/cÃý┴"
  b"\x01É┌æ╚nr¨┐îÕaä╔ä╩"
  b"\x01É┌æ╚æq4Ä`[═╣µ\x1Fæ"
  b"\x01É┌æ╚▒p¿ÂÀnpq´P("
  b"\x01É┌æ╚ËpoÆË\╗2¡║└"
  b"""
    \x01É┌æ╔äs╩º}┌Û├6\n
    Y
    """
  b"\x01É┌æ╩?rÙëz¾¨┐Üı­"
  b"\x01É┌æ╩‗rC¡ÌQPVþ\x7F\x12"
  b"\x01É┌æ╦ƒq\x06öás)0°I\x10"
  b"\x01É┌æ╠üpKâ+ëõj²¸▄"
  b"\x01É┌æ╬\x0Eq▄ÿ\x1D\x1A╦V▄°\x18"
  b"\x01É┌æ╬1pÌ░┌àZ-\x14lh"
  b"\x01É┌æ╬OsV»╣nZnÅ|¯"
  b"\x01É┌æ╬npʬÏU\x0F$Bÿ\"
  b"\x01É┌æ¤àqSúðîpØÖ£Ú"
  b"""
    \x01É┌椺q©øPMÖ \n
    }g
    """
  b"\x01É┌æ¤Ãp│ù/+¹²¾+ù"
  b"\x01É┌æ¤þr\x18\tö\x12G└¥■"
  b"\x01É┌æð\x01p}Ø7¾aôZØZ"
  b"\x01É┌æð┴s®½─£\çÐR\x06"
  b"\x01É┌æËçs»ö7¦ä«\x13æ"
  b"\x01É┌æÈNp\x1F¬.;gÛ£▄="
  b"\x01É┌æÈ÷q ü(üE┼|┌í"
  b"\x01É┌æı▒pýá╗\x078:╔´D"
  b"\x01É┌æıÍq└×Þ╚Gz\x04"
  b"\x01É┌æı¨sÀØù5æ─FZ╠"
  b"\x01É┌æÍ\x1Ds│»Y║5│\x1A6╚"
  b"\x01É┌æÍ·q嬻bÕz%┼ƒ"
  b"\x01É┌æÎ\x1Er\x17áé2┤\x7F×pò"
  b"\x01É┌æÎ>qvÆ* ƒâR\x08g"
  b"\x01É┌æÎ■r'ºm\x0FA\x1CMçG"
  b"\x01É┌æÏ\x1Cr»ù■[é}?u¨"
  b"\x01É┌æÏËr[¬│Ä\x03AoµY"
  b"\x01É┌æÏ÷suºRͱ0ɱ¨"
  b"\x01É┌æ┘\x15s^ÑÖïõ▀v¶\x10"
  b"\x01É┌æ┘)s╣Ø¡Yö"$f\x13"
  b"\x01É┌æ┘┘pzû \x07G┐┴;\x1A"
  b"\x01É┌æ┌\x02rı▓®!^§Z[B"
  b"\x01É┌æ┌\x1Eq\x1DÁ|C6_F¦Â"
  b"\x01É┌æ┌Ër\vê%1\x05÷pò═"
  b"""
    \x01É┌æ█»p¨®>\n
    s\x11ìO¼
    """
  b"\x01É┌æ▄^sÂü|[╣Ë(┤S"
  b"\x01É┌æ▄üp`®OPaw[[Å"
  b"\x01É┌æ¦?s´╗ØÔ³q[\x7F}"
  b"\x01É┌æÌås)┐¾ ºÑ\x15ût"
  b"\x01É┌æÌ®p\x01ì\x0Fû\x05‗º\f¾"
  b"\x01É┌æÌ╔p\x05Ñak\x1A,í1┴"
  b"\x01É┌æ÷gpñ£ûb/┌\x1F´╔"
  b"\x01É┌æ÷èp|»2ò«?â0."
  b"\x01É┌æ÷ºr║á>ðOÈİ\x19"
  b"\x01É┌æ÷├q?╣/\x03>▀ÊvÄ"
  b"\x01É┌æ÷█qPäbÉãùÀ0é"
  b"\x01É┌æ÷­s¡Ø¦!\x16¥\x13│+"
  b"\x01É┌æ¸\x05q\x08ÜÄ\vzÐÖ\x08é"
  b"\x01É┌æ¸\x19rVéÝì\x16û|t+"
  b"\x01É┌æ¸.qØÿÝt2Þîj\x1F"
  b"\x01É┌æ¸CsÉø╝g\x03Ìbò╠"
  b"\x01É┌æ¸Wr\x15ìZ/ð\x07â┤ã"
  b"\x01É┌æ¸lqê│ws\\en╬s"
  b"\x01É┌æ°fp§Ñqg}Ï%©r"
  b"\x01É┌æ°¿r\x10¥<\x04=òÏ\x00t"
  b"\x01É┌æ¨krÌîÔÕD█~#M"
  b"\x01É┌æ·Jp\rç>LÑB╗äO"
  b"\x01É┌æ··s/»`┘\x08Å8ÇÁ"
  b"\x01É┌æ■üp#¬ÛmÁ¿Ñ)╚"
  b"\x01É┌æ <s|£\x05¤K8å─°"
  b"\x01É┌Æ\x00\x02p Ö%_¢\x07Ý\x17Q"
  b"\x01É┌Æ\x00%s\x13©#\eß╗▓\x08M"
  b"\x01É┌Æ\x00CsÄâînÆx\x04Ñ═"
  b"\x01É┌Æ\x00_pÑÂÌ{Þ}\x07,f"
  b"\x01É┌Æ\x01ƒrÇ╣ó×íલ±"
  b"\x01É┌Æ\x01├r ┐³á¡E§8ò"
  b"\x01É┌Æ\x01Òs▀í|Ë└CÈók"
  b"""
    \x01É┌Æ\x02ÂreôQ\x13t\n
    ût\x19
    """
  b"\x01É┌Æ\x02┘qHÖÐÏ┼▒\f\x070"
  b"\x01É┌Æ\x04|p¨»╚ñ^iyH²"
  b"\x01É┌Æ\x04ár,ÁRê╠MR0°"
  b"\x01É┌Æ\x04¥s╣Ä\x7F¢\x164\x01\x17"
  b"\x01É┌Æ\x04┘pÃ▓ÉıÈ..m\x13"
  b"\x01É┌Æ\x04¯sѬÈEùOùxÕ"
  b"\x01É┌Æ\x05├súî`\x1D#\x11D 3"
  b"\x01É┌Æ\x05Õq─Ñ7\x0F\x10*Ì‗©"
  b"""
    \x01É┌Æ\x06\x03sÛñ®ð\x1EJ\n
    F╝
    """
  b"\x01É┌Æ\x06\x1Fp ü¢èg8\x16ü╦"
  b"\x01É┌Æ\x066pQí5_iÐÍËq"
  b"\x01É┌Æ\x06KqBò‗èJ╣­╬Ï"
  b"\x01É┌Æ\x07\vs┤½teQ┌ÌËj"
  b"\x01É┌Æ\x07╠q\vü\f¢ñ«║ïå"
  b"\x01É┌Æ\x07´sâÿ\x1AeÝãP┌+"
  b"\x01É┌Æ\x08\x0FsëÖ─b=ó)5d"
  b"\x01É┌Æ\x08+qS¬­Þà$▒░b"
  b"\x01É┌Æ\x08Drj½╗ØèÀy\x00;"
  b"\x01É┌Æ\t\vpáÁ"Õ┤,9°e"
  b"\x01É┌Æ\tJs<öc\x04(ò┌«×"
  b"""
    \x01É┌Æ\n
    ┼pÎ│Ù¦‗▀=h\x1E
    """
  b"\x01É┌Æ\vësk┤ßs┐Ã╗\ù"
  b"\x01É┌Æ\v▓p\x08ç\x0F\x15LÉ@""
  b"\x01É┌Æ\vËqlø¶Ä=-Ù\T"
  b"\x01É┌Æ\v­pf׫|Ùî╝Õ""
  b"""
    \x01É┌Æ\f\n
    s@ªzDÆ)¤à3
    """
  b"\x01É┌Æ\f\x1Fq├Ö¸y\x16m\x14àm"
  b"\x01É┌Æ\f3s^ÆßZУ"ÇA"
  b"\x01É┌Æ\f­q\x07ì╬\t\x05Ý/ß´"
  b"\x01É┌Æ\r\x14s\x12\x11¢▓7\x7Fx\x0F"
  b"\x01É┌Æ\r4rçì"K%Úw║\x0F"
  b"""
    \x01É┌Æ\rQqq┤~â ╬\n
    i:
    """
  b"\x01É┌Æ\rkqqègÌ\frG6×"
  b"\x01É┌Æ\x0E\x14r\x16ç\r´íÔÅ\x02P"
  b"\x01É┌Æ\x0E6q\x02ø▒8└bdÂÞ"
  b"\x01É┌Æ\x0ETqúÅ!MÓj\x1E\x01}"
  b"\x01É┌Æ\x0Eip┘у░;{_Æ!"
  b"\x01É┌Æ\x0E~pKê%µÏõPø"
  b"\x01É┌Æ\x0EôsOóR¡û0KÃ\x00"
  b"\x01É┌Æ\x0Fbp¹á╩Tø┴,\x06\t"
  b"\x01É┌Æ\x0Fàrz¬Lc8£~Àô"
  b"\x01É┌Æ\x0Fªqʬí2\vC¼Èf"
  b"\x01É┌Æ\x11ªsr┤,R█$e¢╚"
  b"\x01É┌Æ\x11╦r*ñº­Éýïhæ"
  b"\x01É┌Æ\x13iphÑ\t¹sxÔƒ2"
  b"\x01É┌Æ\x13îr¶ö«ø°°¨3Ð"
  b"\x01É┌Æ\x13¼r▓¥\ ╣\x0Eßp8"
  b"\x01É┌Æ+:s6Ä\ftw=Ìéß"
  b"\x01É┌Æ,\x00rÍû┐ÁV¼\n\x1A"
  b"\x01É┌Æ-ksâò║¨ƒúº\t"
  b"\x01É┌Æ-ôr³ê{yã\x14│I1"
  b"\x01É┌Æ-┤r0¥Õ┬mùJ\x11"
  b"\x01É┌Æ-Ðq1î;ÁäX\x0EW■"
  b"\x01É┌Æ-Ûpüè6;\v>HX\x16"
  b"\x01É┌Æ- süÁþPÕPN î"
  b"\x01É┌Æ.\x14s\x03¬£J»\f¿ü "
  b"\x01É┌Æ.Îpåû{\x07╦L│öá"
  b"\x01É┌Æ/òq┬¬z¬─Ùð|Y"
  b"\x01É┌Æ0rpÞñ\x00&/?\x13æ/"
  b"\x01É┌Æ1,p¿ö\t\tsH6■b"
  b"\x01É┌Æ2iroÉ┐├ñ╗ý\x03}"
  b"\x01É┌Æ3*pè½ö¯\x06▒ü÷r"
  b"\x01É┌Æ3Lq\x16©°oç³│\x18W"
  b"\x01É┌Æ3lq?®╩\x1FÖ»]R¡"
  b"\x01É┌Æ4┴pÒèhäÿ1\x1C%ÿ"
  b"\x01É┌Æ4õr▄┐RI¬└ª\vV"
  b"\x01É┌Æ5þs~¥\x18ÀyÙC┬▀"
  b"\x01É┌Æ6\tq5üËü\f╦Ï═█"
  b"\x01É┌Æ6&s^╝è'Þtr\x04è"
  b"\x01É┌Æ6ArGÿ§UL²ä¯«"
  b"\x01É┌Æ6VrÏ▓╔]Ëx%Æ\x0F"
  b"\x01É┌Æ7\x17p`×\x18vGÕ5\x15½"
  b"\x01É┌Æ79ræá╗!╔Ü|ëý"
  b"\x01É┌Æ7VsóüX¨┤\e‗/\t"
  b"\x01É┌Æ7²rWÀ█ÅŃ¢╔à"
  b"\x01É┌Æ8└r■úÒQâ6`>\v"
  b"\x01É┌Æ:█sÝü\x7FȰ9#\x17Ã"
  b"\x01É┌Æ:²s\ÆhÞ &ZÅ░"
  b"\x01É┌Æ;╔qwû\x03Üeo®█ "
  b"\x01É┌Æ;ÙpR╝nÛ╔╚§H}"
  b"\x01É┌Æ<\ts¤║▓8\vl┌\x04"
  b"\x01É┌Æ<╦r┌å\x08\x19\x07\x01╩äÐ"
  b"\x01É┌Æ<Ýp╗ê"õá┬█▄³"
  b"\x01É┌Æ=ÿq[Ç■\x15‗^¶\vb"
  b"\x01É┌Æ=║r\x04£òï±┤\x04ܾ"
  b"\x01É┌Æ=Îp3ô¶gäÕ\x11}\x00"
  b"\x01É┌Æ>Är3Á\x06£þ­╬ç¶"
  b"\x01É┌Æ>░pE▒Ò1\x07á¢7`"
  b"\x01É┌Æ>ðs\x11®4\x07,ÿÚ=▀"
  b"\x01É┌ÆAúqD┤6\x00õl&UL"
  b"\x01É┌ÆA©q█ñ─\x03ÞìbJò"
  b"\x01É┌ÆA═pJº\x03\x07\x1F\x15\x1F¬"
  b"\x01É┌ÆAÔs╔äu Ìº©eW"
  b"\x01É┌ÆA¸p¼ï╝_─Üä╬¥"
  b"\x01É┌ÆB\fqöî¶,_ëª=\x19"
  b"""
    \x01É┌ÆB sHƒTc\n
    û├\x10:
    """
  b"\x01É┌ÆB5qÁÅ)Õ¾<\x07Do"
  b"\x01É┌ÆBJpâï,ðü`DÛ┌"
  b"\x01É┌ÆB_rõñb+w│U\x18A"
  b"\x01É┌ÆBsp±é‗:|█ôùñ"
  b"\x01É┌ÆC+q»íÅh|Ç|ÀY"
  b"\x01É┌ÆCMq\x1Aö\tù╝ÿf\x16¿"
  b"\x01É┌ÆCnqD▒íF½Á¶\x10"
  b"\x01É┌ÆCêr©╝öóðìø;­"
  b"\x01É┌ÆCØs/î`.$$n³Û"
  b"\x01É┌ÆC▓q¦åT§\x17dpE2"
  b"""
    \x01É┌ÆCÃq\r»4\n
    <ù┬¹j
    """
  b"\x01É┌ÆC▄r;í­¨Ë?═╩õ"
  b"\x01É┌ÆC­p¯╣K!³\x103-à"
  b"\x01É┌ÆD\x05r)░öıY├╣\x01e"
  b"\x01É┌ÆD\x1AqTì;\x02║}\eT┬"
  b"\x01É┌ÆD/s\fíf(V @"╔"
  b"\x01É┌ÆDDqRÄ¿\x06ºÄp¿\t"
  b"\x01É┌ÆDYq#½Ä\x1E\x06g¦I"
  b"\x01É┌ÆDmslÉ{uS0«´\x1F"
  b"\x01É┌ÆDés│å\tÚÉ!ò\x02¼"
  b"\x01É┌ÆDùq6À\f\x00ı\x04¹ ,"
  b"""
    \x01É┌ÆD¼q;┤'äæ\n
    ¾"U
    """
  b"\x01É┌ÆD┴r çÃ\x10\t3ü©h"
  b"\x01É┌ÆEØpùì\x14-ò±ñ£»"
  b"\x01É┌ÆE¥sCû;{wä²\x10®"
  b"\x01É┌ÆEÌr\tç!(ô"Ñ\x19c"
  b"\x01É┌ÆE·r5┤bà╝÷c)▀"
  b"\x01É┌ÆF\x10qéÄ╔{$8\eK1"
  b"\x01É┌ÆF%rçéá\x06\x06Á█╬w"
  b"\x01É┌ÆF:s-╝2Q&Ë\,Ï"
  b"\x01É┌ÆFOqzÆåë╝ËmÏ│"
  b"\x01É┌ÆFds0£ÝýP\e\\x11"
  b"\x01É┌ÆFyr³ñ§&.-û═n"
  b"\x01É┌ÆFÄs\rÇÛª¬u\x14\tp"
  b"\x01É┌ÆFúrð¢\x04uз■¯Ê"
  b"\x01É┌ÆF©pºÁ^8▄äè³─"
  b"\x01É┌ÆF═sö╣²Õ,)öiÕ"
  b"\x01É┌ÆFÔrDù^#ee§u"
  b"\x01É┌ÆF¸sÃ┐݃«╠┐)5"
  b"\x01É┌ÆGÃqûÿFuLI§¬/"
  b"\x01É┌ÆHºpäâÃ\x11?\x00Æ\x1EÙ"
  b"\x01É┌ÆIer\vÂÅ­é´è▄º"
  b"\x01É┌ÆIêrkÀd║Ó¬?Ò└"
  b"\x01É┌ÆI¿p÷å;Ò²ò0Àþ"
  b"\x01É┌ÆI├rUƒ-ã2­┤r­"
  b"\x01É┌ÆI▄qîê¨Ûph\x17\x107"
  b"\x01É┌ÆI±q(ë\x03<ïCûQb"
  b"\x01É┌ÆJÀrk¥\x7FèÆ\eÚ³V"
  b"\x01É┌ÆJ┘sO×ÛÝ\x14ı-╠©"
  b"\x01É┌ÆJ¨p╩▒¥ÎÞÍ┌ÛÄ"
  b"\x01É┌ÆK╝sU¿©Þ\x01>¡dë"
  b"\x01É┌Æc┘s-ñâ»\x08+ ¾Ä"
  b"\x01É┌ÆcÝr8ï\tU!═ÏG>"
  b"\x01É┌Æd\x04qù½v\!\eû­¦"
  b"\x01É┌Æd\x18p\x1Fñ¨ñ¿‗\x7F9k"
  b"\x01É┌Æd,rÖö└╦░Ѓe\x00"
  b"\x01É┌Æd?sQâ!^Þj{tz"
  b"\x01É┌ÆdSsäÁj»¸­ãF>"
  b"\x01É┌Ædgsr░À8│\x00\x02]ÿ"
  b"\x01É┌Æd|røÆÑh\x01\x1Dj%¼"
  b"\x01É┌ÆdÆp\x05ûÃæ_═?©Ï"
  b"\x01É┌Æd¿r~ù"ò}\t▀¬^"
  b"\x01É┌Æd¢r\x1CûJ)#È:╗¼"
  b"\x01É┌ÆdÊqÜëÁÔÞú[(\t"
  b"\x01É┌Ædþpzà■\x7Fè=þ¦╝"
  b"\x01É┌Æd³s`î?uѾ\rÌê"
  b"""
    \x01É┌Æe\x11qd╗Æ\n
    ¨┴ëê;
    """
  b"\x01É┌Æe&s)│³µ­I╗¥\x0F"
  b"\x01É┌Æe<q\x06╝ouù±³\┐"
  b"\x01É┌ÆeQqw┐¬|¬Ö\x07/╚"
  b"\x01É┌Æegq\x19ë¡zca\x15à╩"
  b"\x01É┌Æe|rù£\x02½Ö\x18t\x17:"
  b"\x01É┌Æeæp\rü\x08\x11┐¦Ø"t"
  b"\x01É┌ÆeªsÎâ\x0FrH┴ùU\x03"
  b"\x01É┌Æe╗p4╗\x18ï|┴\x00ºm"
  b"\x01É┌ÆeÐsVç\x1Dý]V.eä"
  b"\x01É┌Æeµrª¢»å┬æp]\x02"
  b"\x01É┌Æe¹pxò\x06éÝÒ■\x12ñ"
  b"\x01É┌Æf\x11p¦ô!í\eí┼2*"
  b"\x01É┌Æf&q\x1EÉFº½.-\x08Á"
  b"\x01É┌Æf<p\x01Â╠‗\x08JÛáp"
  b"\x01É┌ÆfQs╗î┴ñÙt\x07Èè"
  b"\x01É┌Æffrãûà\x14]/*ð\x19"
  b"\x01É┌Æf|s\x1AèíK8┌╗U£"
  b"\x01É┌Æfæp╣®éï\x07╗@═2"
  b"\x01É┌Æfªr6½1/¥\x1D¬ú■"
  b"\x01É┌Æf╗p\x17®«╚P┴àV▀"
  b"\x01É┌ÆfÐròØDÜÊÿ┐cö"
  b"\x01É┌ÆfµssÉÜ\x07±ä╬▀4"
  b"\x01É┌Æf³rFÄϺËöØÁ\x11"
  b"\x01É┌Æg\x11s\x08é ¼\x06\x04Ë~l"
  b"\x01É┌Æg&q┘ô³T»¹4bÅ"
  b"\x01É┌Æg;r£╗╦Ð\e\x1Do░"
  b"\x01É┌ÆgPp\x08óòp║FeLV"
  b"\x01É┌Ægfrj▒T=<.+4ç"
  b"\x01É┌Æg{p(ïg╚╝hiµö"
  b"\x01É┌ÆgÉq\rÇùîYprhÁ"
  b"\x01É┌ÆgÑp3ùÙ-¸Pùû▓"
  b"\x01É┌Æg║pqá¿║å?Í╣¦"
  b"\x01É┌ÆgðsUô~õ\x17O┬]%"
  b"\x01É┌ÆgÕqU¼ÁXâhXû¤"
  b"\x01É┌Æg·p{ôê¨Ù\x12O\x0E8"
  b"\x01É┌Æh\x0Fqÿû+[V╣█p─"
  b"\x01É┌Æh%s╣╗ èéÿ-·Å"
  b"\x01É┌Æh:p\x7FÂZ\x1D┘ëÕ_ƒ"
  b"\x01É┌ÆhPpëâ┐¤åÏ┴Ù┴"
  b"\x01É┌Æher‗Å`╗µ\x12\x11╝w"
  b"\x01É┌Æh{qÓ╗\tø$:\x01ï╚"
  b"\x01É┌ÆhÉs¥íÍ+r+¹ÿ╦"
  b"\x01É┌ÆhÑq:¼;Â|NÿF¯"
  b"\x01É┌Æh║smçA×╩ʯ]\x1F"
  b"\x01É┌Æh¤q\tÿ/þr╦(%½"
  b"\x01É┌ÆhõsÈæRYuÖ\x13\f\f"
  b"\x01É┌Æh¨qæâ\x19£/&µ┴d"
  b"\x01É┌Æi\x0Es┼ìå #┬u╣Ü"
  b"\x01É┌Æi#p<åÂ■Õ>##┐"
  b"\x01É┌Æi9s »Aóíbx┌¨"
  b"\x01É┌ÆiNsÔüô-w\x11î\x01j"
  b"\x01É┌Æids▓¢pTÅùÑ9S"
  b"\x01É┌Æiyr\x1FÀ-Ф§é\x19Z"
  b"\x01É┌ÆiÅp┬░¯Ê"O\x13\x0Fà"
  b"\x01É┌ÆiÑp\x16Ñ]┘)W¨┴Â"
  b"\x01É┌Æi║sÖ¢Õª-xg\x17"
  b"\x01É┌Æi¤qÂÉg─\x12·\x16"
  b"\x01É┌Æiõq\x1Dê}\vÐÆÐg3"
  b"\x01É┌Æi¨s[é¾─╬9┐î`"
  b"\x01É┌Æj\x0Er\v⦴õ\x13ð\ñ"
  b"\x01É┌Æj#s$ÿÁë\x08ï,ÆB"
  b"\x01É┌Æj8s\x16\x1A\x08û\vÂ**"
  b"\x01É┌ÆjNrÿÇI´▓®slª"
  b"\x01É┌Æjcq·æ\x7FÁ¨═P\x10)"
  b"\x01É┌Æjyr¶¼~\x15Pax2æ"
  b"\x01É┌ÆjÄs2âjM]ªƒ\x08°"
  b"\x01É┌Æjªp°¼<│å\x17ï═]"
  b"\x01É┌Æj╝s[¼/Nî*dB1"
  b"\x01É┌ÆjÐp@®¢"Q\x00Óug"
  b"""
    \x01É┌Æjµp│©\n
    ÛcBðÃe
    """
  b"\x01É┌Æj³q╠çöÁ#±Ö┌î"
  b"\x01É┌Æk\x11sè£AZ9b÷I\x11"
  b"\x01É┌Æk&s┴Äs\x03XÝðæÃ"
  b"\x01É┌Æk;r:óC4e ÖÐÝ"
  b"\x01É┌ÆkPs\x01Ñ|╣°ÐpLE"
  b"\x01É┌Ækfq\eØÛ¦³\x15ý½S"
  b"\x01É┌Æk{ss¼z\x13³ã┐┘ "
  b"\x01É┌ÆkÆq2íC{¾║«═ò"
  b"\x01É┌ÆkºsO×W║4Ï?ɼ"
  b"\x01É┌Æk┐p<ï¢Û╬p╚·^"
  b"\x01É┌ÆkÈp\x11áºP║µı█\x01"
  b"\x01É┌Ækýq╚äÌ╔¶▀yìe"
  b"\x01É┌Æl\x01rHª┤├╩l\x12"
  b"\x01É┌Ælıp´û\x13\x06\IÄå_"
  b"\x01É┌ÆàÏrä¬P▀\ehü"\x08"
  b"\x01É┌Æåèr╬àU▓\x1F\x114l\x02"
  b"\x01É┌Æå¼q-ÿÕ\x11═Ð@┌n"
  b"\x01É┌ÆêDsdåpúr*╩á>"
  b"\x01É┌Æêgr1┤æbNÇÀ\eç"
  b"\x01É┌Æêàr\x08\x07w7§@ 9"
  b"\x01É┌Æêás¯½t\tfV°¦\x1E"
  b"\x01É┌ÆëXr±¥\x1D╗?K\x00¼\x0E"
  b"\x01É┌Æëzp`«^VÐ<ıÉT"
  b"\x01É┌ÆëÜs´óÑ"ÃÎ═,ô"
  b"\x01É┌ÆëÁpÃñ¦;$fþ╚º"
  b"\x01É┌Æèiq¥ö─1\x1C\x08X▄\x13"
  b"\x01É┌ÆïxqsávlO╣­j'"
  b"\x01É┌Æî-qÑö\x17¼ÞÂMÝU"
  b"\x01É┌Æî█s¦£╣:▒Øà-Æ"
  b"\x01É┌ÆÄ\x14sòű"þ╦P¬\x08"
  b"\x01É┌ÆÄ¥qæòÖÅ)Êô à"
  b"\x01É┌ÆÅás▒×A¾{ø|}\x05"
  b"\x01É┌ÆÉYq╠â6%±╔Ü!K"
  b"\x01É┌ÆÉ\x7FpÙ×jíËÜ═└\x1F"
  b"""
    \x01É┌ÆÉ£pââbFÞ\n
    ßv¹
    """
  b"\x01É┌ÆÉ©p;¿^£µýN)\x1D"
  b"\x01É┌ÆÉðq,ñ\x0FƒXi^«L"
  b"\x01É┌ÆÉÕr\x04é½méÑ\fM\x14"
  b"\x01É┌ÆÉ·r¦¥Ê^ƒ\x1C\x13³ß"
  b"\x01É┌Ææ\x10qK£@Iç9jôâ"
  b"\x01É┌Ææ■sñÖ▒àÌ▄¸k "
  b"\x01É┌ÆÆ!pr▓îEEæµ*\n"
  b"\x01É┌ÆÆAsåÿFIzëè▒²"
  b"\x01É┌Æô\x18s]ì2Òãþ\x04#\n"
  b"\x01É┌Æô:r+ä²<~;åM-"
  b"\x01É┌Æö\tpÓú│ïô└°ÂX"
  b"\x01É┌Æö,p¸¬X°X\x1D¢\x13"
  b"\x01É┌ÆöJr\x14▓=QrAë\x10ì"
  b"\x01É┌Æò\x1Fs■îãYX=¼▒\x07"
  b"\x01É┌ÆòBp▒øÿÙQ²]kÝ"
  b"\x01É┌Æòbswç\x1FøëÞ‗­╠"
  b"\x01É┌Æò}rrö1·~u═\x05Ì"
  b"\x01É┌ÆòÆqvçpðp*æâr"
  b"\x01É┌ÆòºsRü1Ät─\x17"
  b"\x01É┌Æò╝pSìy\x1D▒âo\x03\x03"
  b"\x01É┌Æûxq*░{+=y£┐T"
  b"\x01É┌ÆûÜrTö¶CGVO¯à"
  b"\x01É┌Æû╗q=░\x13¼Î¬×²╩"
  b"\x01É┌Æÿ\x05s2╝Øc1╦±uÉ"
  b"\x01É┌Æÿ╚pÑæ╝_0▒¹ÜÖ"
  b"\x01É┌ÆÿÛsÁ»- l¯ÅµÆ"
  b"""
    \x01É┌ÆÖ\n
    r─ñ*ªÖ\x11óæ╬
    """
  b"\x01É┌ÆÖ&r!ÅÑ-z¤\f©ß"
  b"\x01É┌ÆÖ?p>äwpÈEC\x07"
  b"\x01É┌ÆÖ¶rR▒áI\x08!T*×"
  b"\x01É┌Æ£¼rûÇ3âl)■2K"
  b"\x01É┌Æ£¤q▀ñé\x08áй\x00"
  b"\x01É┌Æ£±rTÀ®^f╝Ó\x1E"
  b"\x01É┌ÆØ­sÎ░ßM¼ú9▓¢"
  b"\x01É┌Æ×\x15r%Ç\rE╗┬³├\x08"
  b"\x01É┌Æ×5r\x17ÀC\e;▒ð$\x14"
  b"\x01É┌Æ×RrnûòW\v.â■º"
  b"\x01É┌Æ×krý©_j]]┌\x111"
  b"\x01É┌Æ×Çr├░KHª_■[Ì"
  b"\x01É┌Æ×òrËëQ╠\x1E1▀>Ö"
  b"\x01É┌Æ×½pí╝!ç-¹\x1A>E"
  b"\x01É┌Æ×└sÖíéiÁ>ÒÓr"
  b"\x01É┌Æ×ır\x15î┘╦±¡z¯¹"
  b"\x01É┌Æ×ÛqÖû6"¸NAÉÇ"
  b"\x01É┌Æ× s²Ñ*Ú±`Ð\x102"
  b"\x01É┌ƃ╔s­▓╚X╠P&\x14S"
  b"\x01É┌ƃÙsA®cí\x11ı&┤\x0F"
  b"\x01É┌Æá\x08s╔░~V║╝UòÁ"
  b"""
    \x01É┌Æá"qìö\n
    W·´®\x04ÿ
    """
  b"\x01É┌Æá·rµ¡I¤Ü┘|º\n"
  b"\x01É┌Æí\x1Dr0ÄýB└Ô®%J"
  b"\x01É┌Æí=s\x18╣®╩ô\x10\rÕ²"
  b"\x01É┌ÆíXp╝¡õ\x19\x02■Ü\x01u"
  b"\x01É┌Æó=p\x0Eç£Öa╚ë§ù"
  b"\x01É┌Æó`q\r\e~5\x1CIi8"
  b"\x01É┌Æó~s£┐3°▄╔\x10╔¾"
  b"\x01É┌ÆóÖs▀¢┌å\@áüı"
  b"\x01É┌ÆñNqÞ╝Ïò¸±ÁЃ"
  b"\x01É┌Æñtq´×N b║E\x18õ"
  b"\x01É┌ÆñÿqÚÅ┘\x12s~p\e¢"
  b"\x01É┌Æñ┤pÚ╣\x06;Q▀\x1E°ð"
  b"\x01É┌Æñ╔ræ┐\x1A¼\x05ë┬[å"
  b"\x01É┌Æñ▀q\x1A©«Â╔<r\e¢"
  b"\x01É┌Æñ¶qxâ¦å"C×\x10Ð"
  b"""
    \x01É┌ÆÑ\n
    q£¥ëIÑ\x0F┐¢│
    """
  b"\x01É┌ÆÑ\x1Fqw£³\x1Fıeáo°"
  b"\x01É┌ÆÑ4rkÖ³I KM┴+"
  b"\x01É┌ÆÑJp\x13¼\x02÷¶L10S"
  b"\x01É┌ÆÑ_rZö\x05_RÑÒ┼ú"
  b"\x01É┌ÆÑus1╣ês9ó¿¼│"
  b"\x01É┌ÆÑèr\x03Â\x1D¬\x1E\x1E6\x18Á"
  b"\x01É┌ƪÚq\t©¢[àß*\rË"
  b"\x01É┌ƺ\vq\x08¿J+ı!\x1F5u"
  b"\x01É┌Æ¿|p\x13Ä░6U'À\x1DM"
  b"\x01É┌Æ¿ƒskæßTJë0é\x10"
  b"\x01É┌Æ®SrêíÜ}6²E\x15]"
  b"\x01É┌Ƭãp\x00▒zÉ©\x1A\f'c"
  b"\x01É┌ƬÚsîÿø"+\x7FÇoî"
  b"""
    \x01É┌ƽ\n
    q\x7Fìó╠kí§¶h
    """
  b"\x01É┌Æ┬┘rh░ <¡nפ%"
  b"\x01É┌Æ┬´p┴▒²GÆAúÕ\x14"
  b"\x01É┌Æ├\x1EpÁ╗·ï¹;ùcv"
  b"\x01É┌Æ─\ts░ñ7wäUv│â"
  b"\x01É┌¿┼ıs\x19ÖÍ?3\x1CF\r_"
  b"\x01É┌¿┼§rFÆA■²░¦█ƒ"
  b"\x01É┌¿ã\x15sѪÒÏ^▒\v\x00"
  b"\x01É┌¿ã5sêº4f·½Ì┴3"
  b"\x01É┌¿ãVrä¬HB=¦yaa"
  b"\x01É┌¿ãvqQæ2ªóæè┬\x1A"
  b"\x01É┌¿ãûsÇîc¤¯ZÊrz"
  b"""
    \x01É┌¿ãÂpÎ╗\x19\x7FoB\x10\n
    #
    """
  b"\x01É┌¿ãÍp\x7FÄy͹«Ù\x0Eè"
  b"\x01É┌¿ã÷pÅà\eEþ,\x17·~"
  b"\x01É┌¿Ã\x17r»ÿì\x03~Î$«6"
  b"\x01É┌¿Ã7r~ÑîÀ\eÊ@o\x03"
  b"\x01É┌¿ÃWrVï\x01í╔s=íñ"
  b"\x01É┌¿ÃwqMøßÅdÚe¬("
  b"\x01É┌¿ÃùsÑ░¡Wt¢ıXÝ"
  b"\x01É┌¿Ã©qO»æIjée╠²"
  b"\x01“bzãXp ¬¡ïÚj\x18"
  b"\x01“bzçÀq’›·é—o­·L"
  b"\x01“bzè\vrʲ³rj*ç¸ä"
  b"\x01“bzèWp\v”,W\x06ôÜUÐ"
  b"""
    \x01“b{}ƒp\n
    ¬?\x04Ø eYg
    """
  b"\x01“b{}Ós”¤é?;÷áZì"
  b"\x01“b{~$qw¤\x1C¯Ý7'Ò."
  b"""
    \x01ôb{~oq\n
    ÉÇÚ$%\x13K┘
    """
  b"\x01“b{~Árôœ|O\x01¥éºw"
  b"\x01ôb{Çÿq║Ø┤\x08\x02?\x01¾▄"
  b"\x01“b{€äs\x04³¹­\v5\x0E\x17"
  b"\x01ôb{ü.s´ï´¡ZM\x18xu"
  b"\x01ôb{üyq╗ùªibÄnÉÑ"
  b"\x01“b{»õpƒ”¯8ëocá€"
  b"\x01“b{¼Esú¡–誟ò@b"
  b"\x01“b{Âös\x13”â€ó?\eü\x14"
  b"\x01“b{ĶqΟA\x7F!\x11}Æg"
  b"\x01“b{Æ„qЏ\x13\x1A¬=‚\x15 "
  b"\x01“b{ÇÇss–îÊ-﨔Ó"
  b"\x01“b{È\x1As2¢Áx‘~†d["
  b"\x01“b{Ègrë³1\x049¿ŽKW"
  b"\x01“b{Éwq.¤bOv\x7Fúfk"
  b"\x01ôb|\x7F$r\x08Ér¼r\x17\┬Õ"
  b"\x01“b|\x7Fpq\x04®\e¬X÷íц"
  b"\x01“b|\x7F»s­‹\x16±b“19["
  b"\x01ôb|Ç\x05q$ºø0<║\x01ì-"
  b"\x01ôb|ü%s~¥╚ßpm█ï\x07"
  b"\x01ôb|üps}ÜÛûâú│\x04"
  b"\x01ôb|ü╗sCúBvñ²sL┤"
  b"\x01“b|‚\tqú–—,I%Ä™P"
  b"\x01“b|‚Yp޳®ÿò¡öÚ\x12"
  b"\x01ôb|é®pàø▒MØ«/=¡"
  b"\x01“b|‚ùsí–pCiž\x02ºÄ"
  b"\x01“b|ƒIqϨÐhiÊ΀à"
  b"\x01“b|ƒ™p#‡r…(¦ßaç"
  b"\x01ôb|âþs┘èë~Fÿ0FØ"
  b"\x01“b|„8r\x12²k3\x07Ûöp\x03"
  b"\x01“b|„ˆrþŽø\x12j™Þæ‡"
]
76 0.50 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.86 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É┌æ?\x18s ù®ï=Ö\x1Avo"
  b"\x01É┌æ?õs\x06ƒè▒ÐÆ┌|9"
  b"\x01É┌æDÇq╣┤I¿S╦¡OÂ"
  b"\x01É┌æESpæ▓ËÊ®î┴Î┤"
  b"\x01É┌æE²p#ô\x1FoÑPø\x7Fñ"
  b"\x01É┌æF\x1FqS┤îHÛ&ªÂÌ"
  b"\x01É┌æF>r±ö2Õç\x14;½("
  b"\x01É┌æFXqµêó6ÜþKó\x18"
  b"\x01É┌æFks\x07Â┌█┼\x08Ö8▒"
  b"\x01É┌æF~q"ìàgxº=·å"
  b"\x01É┌æFÆp‗ÇdU║4fB¦"
  b"\x01É┌æFÑr*æÜ°\x15╬Rq¨"
  b"\x01É┌æG0q¢à├ f+nm┴"
  b"\x01É┌æGPqǃ┌RðMkh└"
  b"""
    \x01É┌æGlsHàyM7&┬\n
    ¹
    """
  b"\x01É┌æGâs│ܾÍ\x1D▀Äg*"
  b"\x01É┌æGùq¥ÿ¤\x144q\x07\x05Ù"
  b"\x01É┌æG¬r\x18▒e┐P╣\x0E@#"
  b"\x01É┌æG¥r\x15Ç×\x11c>°}\x19"
  b"\x01É┌æPÀs¥»ö²┼¼Ì&þ"
  b"""
    \x01É┌æR*ph¼÷\x0E\r\n
    Ì
    """
  b"\x01É┌æRKr\x11ø\x07}Bâ▀Ð\"
  b"\x01É┌æRkqÖÿ╔ÅIõ\v\x1C&"
  b"\x01É┌æRåqÃæ«Á█\x16S\x7FÈ"
  b"\x01É┌æSÔr╚ä┴Þ±Æ+°▀"
  b"\x01É┌æT\x03stä÷¨ú\x16£"¥"
  b"\x01É┌æT\x1Fs7½ÿ!Ý┌\x02\x04\e"
  b"\x01É┌æT9rÁѽy‗b¬\x1Eo"
  b"\x01É┌æTMp¬àhô╣D8£Ñ"
  b"\x01É┌æU\rr\x11▒-\x03÷\x0F`¿¤"
  b"\x01É┌æU/s¶è_è°┼»q["
  b"\x01É┌æUOpl«kÀÃ╬¬}¿"
  b"\x01É┌æUjr?ä<┘ª\x0Fh\x00£"
  b"\x01É┌æU\x7Fq4ä\x03sÑ░o┘▒"
  b"\x01É┌æVPp┼«z╩­ý¼\v"
  b"\x01É┌æVrs*ª´\v\x1EÓ1u5"
  b"\x01É┌æVÆpví\x15Ê║Ç\x06nj"
  b"\x01É┌æV«sÖ®f¶§«sÃ2"
  b"\x01É┌æV┬r▀»ÂU\t\tåú■"
  b"\x01É┌æVÍp¸│~B┤ñÐùû"
  b"\x01É┌æX\x01r╩øÝ║7ñWH½"
  b"\x01É┌æX¼pÞé\x10i\x15ô─Ê;"
  b"\x01É┌æX═s[▓]ÙDFÍÒƒ"
  b"\x01É┌æXýr╦©ºVo7väé"
  b"\x01É┌æq▒rIפMg\x07ùÜñ"
  b"\x01É┌æqÌp┘£iX¯\x11_|×"
  b"\x01É┌æq r\x11û▀┤ÎÜ╝(À"
  b"\x01É┌æwÄrøá(£º\x0F@\x14±"
  b"\x01É┌æw╣r╗ÁçO┼ýσÿ"
  b"\x01É┌æw▄rüì╝Ô®w╬°h"
  b"\x01É┌æx\x01q~Å\x0F×\x13═|¯5"
  b"\x01É┌æx%q\x00û\x07R6ÚÄá┼"
  b"\x01É┌æxÔsø┐oÝ\e▓±┘N"
  b"""
    \x01É┌æy\n
    syÀ▓®╗q█\eE
    """
  b"\x01É┌æy.s┴ú¼û\x15±Ë?{"
  b"\x01É┌æyVpÔÀý÷·yÆ┬Ñ"
  b"\x01É┌æyxrÌ▒┘┴øY/Ae"
  b"\x01É┌æyÄp╦ór┴!\x00"
  b"\x01É┌æ{Üsäá÷▓­┤Ù═e"
  b"\x01É┌æ|­p¤Æ┬·Ê‗:¼\x17"
  b"\x01É┌æ}\x11rC│þs'±û\ti"
  b"\x01É┌æ}1qÍÑ─H=s°H$"
  b"\x01É┌æ}MpÆá\x15õ\x1CVfdt"
  b"\x01É┌æ}fsQï\x16ı╔└¹Óh"
  b"\x01É┌æ}{s╚½Z¹\x08`\x12"
  b"\x01É┌æ}És│ľ۫╗5­$"
  b"\x01É┌æ}ñs¸øy■Ö[\x0E\x0E"
  b"\x01É┌æ}╣s\x0EéIz¯(ê\x11«"
  b"\x01É┌æ}╬r7ù\fÊ\x16ã▒\x07¦"
  b"\x01É┌æ}Ôs)ísæü£Rq▓"
  b"\x01É┌æ~íryØ─ßÜÝ\x0F\x1A"
  b"\x01É┌æ\x7F\q░®\x08°tÁ\x11ºÆ"
  b"\x01É┌æ\x7F\x7FpÛí³╔Êt&÷b"
  b"\x01É┌æ\x7FƒqÍ┐_Xô\t\x0E\x7F("
  b"\x01É┌æ\x7F║pw¢å\r,Ýþ\x15"
  b"\x01É┌æ\x7F¤q,æ\x0FÝ╠o▄Å/"
  b"\x01É┌æ\x7Fõqz¥u©D\v\e.u"
  b"\x01É┌æ\x7F°s°ù²û\x02\x15\x1AýS"
  b"\x01É┌æÇ\rq'ó╩Ä\x14┘ù×\x16"
  b"\x01É┌æÇ!sÍåõ!\x16█\\x16Ã"
  b"\x01É┌æÇ6p8ÅX┤~╬&Ô■"
  b"\x01É┌æÇJr3É¥ìç·åòý"
  b"\x01É┌æÇ_q©×a4f8[┴¬"
  b"\x01É┌æÇtp7á.À\x1Db©D\x05"
  b"\x01É┌æÇêsõëñ╚\rÙ\x04ôý"
  b"\x01É┌æÇØsøööcgwÕ╬1"
  b"\x01É┌æÇ▒s¬▒ìÉö¼\x0EGf"
  b"\x01É┌æÇãpXÁ³ïdUê9{"
  b"\x01É┌æüàr_£╩¨\x14╩I?B"
  b"\x01É┌æüªs\føT>L·}~È"
  b"\x01É┌æüãr0ö¨Nö\x01,░Ù"
  b"\x01É┌æüÔs\x1A│ªº!NEm5"
  b"""
    \x01É┌æéµs▒¿\x17\x0F┐ª\n
    
    """
  b"\x01É┌æâ│p│ØÀÄ\x07ÈÀîZ"
  b"\x01É┌æâıs0ô╩Ó\x03ã┤5!"
  b"\x01É┌æâ§qשhl?│+í°"
  b"\x01É┌æäÃr\x01ó\x19µ×Xäcú"
  b"\x01É┌æäÙr\x07òp^ë5òD®"
  b"\x01É┌æå0p`Ü\x10D╗Éeëý"
  b"\x01É┌æåRs´¼\fc0\x13¤5J"
  b"\x01É┌æåoq\x18®¦┴4øßå┐"
  b"\x01É┌æç=s;Çsã\x17 å?×"
  b"\x01É┌æç_qS¬┼\x17w┌EQ═"
  b"\x01É┌æçÇrW¡]yd╝\x12e╗"
  b"\x01É┌æçØqý╝P\e\x07¢äÏr"
  b"\x01É┌æêéq:©QH\x0FØ@┤Y"
  b"\x01É┌æêñpºñU\x0Fâ%ì9\x1A"
  b"\x01É┌æê┴q:úD¬G┴¥õK"
  b"\x01É┌æê█rXù\x05S\x12E╠ûs"
  b"\x01É┌æê­rS¬Ù█Á\x15ÿ¥y"
  b"\x01É┌æë\x05q"Â│QYc\x11"
  b"\x01É┌æë\es-¼´ÏÞm\x13"
  b"\x01É┌æë/rã┐\x16ö?\x13S╗▄"
  b"\x01É┌æëDrbÀ░,Ê®ıWu"
  b"\x01É┌æëXs_å³G┐░▄ÎB"
  b"\x01É┌æëmpuùòw6À,\x18Ð"
  b"""
    \x01É┌æëüq\x1C¬ó%G\x07©\n
    m
    """
  b"""
    \x01É┌æëòs┐ñ±«âñ\n
    \x06F
    """
  b"\x01É┌æè\s\x19┤O^ß│├«/"
  b"\x01É┌æè}sXûøºòêçä1"
  b"\x01É┌æèÜr(Üï¡\x08uF\x153"
  b"\x01É┌æïus\x1FÄxJ5c¹\x1Do"
  b"\x01É┌æïùs\ÇþS\x0FöÏïÚ"
  b"\x01É┌æïÀrNØÏÈ╔Á░\x00¥"
  b"\x01É┌æïËr\x07ùü÷l©Ú±¿"
  b"\x01É┌æîöqƒ®´ x\vy§u"
  b"\x01É┌æîÁqPǰͻ(årë"
  b"\x01É┌æîıqËëms\e=c Â"
  b"\x01É┌æÄ4p¼ÖÑäí\x15\x14▓â"
  b"""
    \x01É┌æÅ\n
    q¦ÄÅ\x06]Ïz▀█
    """
  b"\x01É┌æôsqHÄJ¢\x1ECfçA"
  b"\x01É┌æôûpÐü2ƒ£y╣ÉÆ"
  b"\x01É┌æôÁqÖ║╦3¤^\x08·]"
  b"\x01É┌æôÐpÉÿÜÁ5Õõ¥V"
  b"\x01É┌æôÛr9Áø§¼Ç®ƒc"
  b"\x01É┌æô s/ëâ6\x12Ȫãw"
  b"\x01É┌æö\x14r°╣Ô▀<,êÇ3"
  b"\x01É┌æ¡Üpsª┤É9wJ┌>"
  b"\x01É┌æ«cpUö{\t\x0F\x00t\x02"
  b"\x01É┌æ»\x19q惬├DZ┬â®"
  b"\x01É┌æ»<riëÈSåè\x12ì_"
  b"\x01É┌æ»\p\x18½!+Æ&▓SÌ"
  b"\x01É┌æ»|r╔à¢@{(\f\x07|"
  b"\x01É┌æ░âsÏ¡▓fú;tEÿ"
  b"\x01É┌æ░ÑqÐó├í)9Ý┌ö"
  b"\x01É┌æ░┬rê┐\x15\x01v»W"
  b"\x01É┌æ░Ìs¥¥▓}jÂ\x11"
  b"\x01É┌æ▒╗p±ÑO┌ÛpW~\x7F"
  b"\x01É┌æ▒¦q¿æSÇå²P¸;"
  b"\x01É┌æ▒■p\x16Öº®:\rö¶«"
  b"\x01É┌æ▓\x1Ar\x1DÉ┤RE╬ þM"
  b"\x01É┌æ▓.s7Â┴ƒrS│ƒê"
  b"\x01É┌æ▓Cr/íz║Á<ûÃÐ"
  b"\x01É┌æ▓Xs<ƒ`¥Ë÷▀ßG"
  b"\x01É┌æ▓lqYù­,▀UE]¯"
  b"\x01É┌æ▓ür¢ë3\x00=búá×"
  b"\x01É┌æ▓òqí┤\x17+\t·¦|}"
  b"""
    \x01É┌æ▓¬q)ú▀\n
    ╦ÞuWd
    """
  b"\x01É┌æ│dq\v£\x1Aó$┬5ë┬"
  b"""
    \x01É┌æ│àq¼║)\n
    pY\x0E¾▓
    """
  b"\x01É┌æ┤@q°╣´¦IpVóµ"
  b"\x01É┌æ┤bsh¼B¼æ2û╣­"
  b"\x01É┌æ┤âs|╣Û(9┐\¢P"
  b"\x01É┌æ┤×qeÄò┴ò┌6¿o"
  b"\x01É┌æÁcs»╝æ­\x1Fü╚\x10="
  b"\x01É┌æÁàq¯¬ôjÌ7╝4 "
  b"\x01É┌æÂ:sÙæ\x1Eòû~¨tt"
  b"\x01É┌æÂ\qk┐,vÂMmG║"
  b"\x01É┌æÀ\x14rþÇ┤í¢Ø\x00É\x14"
  b"\x01É┌æ©Xq░┤╔÷X1▓ÂN"
  b"\x01É┌æ║?rãòvFM£¦ØÐ"
  b"\x01É┌æ║\r̓\x05jã÷F\tÇ"
  b"\x01É┌æ╗-pù샨aÒ*Üî"
  b"\x01É┌æ╗OrLÂÙÙ?ØçÞ└"
  b"\x01É┌æ└·pàøw'4þ"\x03¹"
  b"\x01É┌æ┴\x1Cp^óã]|\x06▓¸è"
  b"\x01É┌æ┴▄sª½'{┘■\x1Eû!"
  b"\x01É┌æ├xp8éÝ2┤\x0F\rç¸"
  b"\x01É┌æ─?q\x08ÀVÃÂ╝Ðæ×"
  b"\x01É┌æ─bs\x04½Ô\x12┴ >g´"
  b"\x01É┌æ─\x7Fs"ÑØôõ┼╣¿\x0F"
  b"\x01É┌æ┼Erмüª\x18║┌\x03"
  b"\x01É┌æ┼gq\x17ÀbØÆƒí3³"
  b"\x01É┌æ┼ås\x1Aî\x01\x0F═&║¾="
  b"\x01É┌æãGsnÖÌq.=\x1A"
  b"\x01É┌æãkp÷í¹õÜÜ#/p"
  b"\x01É┌æãêr³Àây9║ñ]\x0E"
  b"\x01É┌æã¼s\x12åDÆ÷┬\tÄÍ"
  b"\x01É┌æÃäp└©o;\x03\x02\x11ûô"
  b"\x01É┌æÃªs êv]/cÃý┴"
  b"\x01É┌æ╚nr¨┐îÕaä╔ä╩"
  b"\x01É┌æ╚æq4Ä`[═╣µ\x1Fæ"
  b"\x01É┌æ╚▒p¿ÂÀnpq´P("
  b"\x01É┌æ╚ËpoÆË\╗2¡║└"
  b"""
    \x01É┌æ╔äs╩º}┌Û├6\n
    Y
    """
  b"\x01É┌æ╩?rÙëz¾¨┐Üı­"
  b"\x01É┌æ╩‗rC¡ÌQPVþ\x7F\x12"
  b"\x01É┌æ╦ƒq\x06öás)0°I\x10"
  b"\x01É┌æ╠üpKâ+ëõj²¸▄"
  b"\x01É┌æ╬\x0Eq▄ÿ\x1D\x1A╦V▄°\x18"
  b"\x01É┌æ╬1pÌ░┌àZ-\x14lh"
  b"\x01É┌æ╬OsV»╣nZnÅ|¯"
  b"\x01É┌æ╬npʬÏU\x0F$Bÿ\"
  b"\x01É┌æ¤àqSúðîpØÖ£Ú"
  b"""
    \x01É┌椺q©øPMÖ \n
    }g
    """
  b"\x01É┌æ¤Ãp│ù/+¹²¾+ù"
  b"\x01É┌æ¤þr\x18\tö\x12G└¥■"
  b"\x01É┌æð\x01p}Ø7¾aôZØZ"
  b"\x01É┌æð┴s®½─£\çÐR\x06"
  b"\x01É┌æËçs»ö7¦ä«\x13æ"
  b"\x01É┌æÈNp\x1F¬.;gÛ£▄="
  b"\x01É┌æÈ÷q ü(üE┼|┌í"
  b"\x01É┌æı▒pýá╗\x078:╔´D"
  b"\x01É┌æıÍq└×Þ╚Gz\x04"
  b"\x01É┌æı¨sÀØù5æ─FZ╠"
  b"\x01É┌æÍ\x1Ds│»Y║5│\x1A6╚"
  b"\x01É┌æÍ·q嬻bÕz%┼ƒ"
  b"\x01É┌æÎ\x1Er\x17áé2┤\x7F×pò"
  b"\x01É┌æÎ>qvÆ* ƒâR\x08g"
  b"\x01É┌æÎ■r'ºm\x0FA\x1CMçG"
  b"\x01É┌æÏ\x1Cr»ù■[é}?u¨"
  b"\x01É┌æÏËr[¬│Ä\x03AoµY"
  b"\x01É┌æÏ÷suºRͱ0ɱ¨"
  b"\x01É┌æ┘\x15s^ÑÖïõ▀v¶\x10"
  b"\x01É┌æ┘)s╣Ø¡Yö"$f\x13"
  b"\x01É┌æ┘┘pzû \x07G┐┴;\x1A"
  b"\x01É┌æ┌\x02rı▓®!^§Z[B"
  b"\x01É┌æ┌\x1Eq\x1DÁ|C6_F¦Â"
  b"\x01É┌æ┌Ër\vê%1\x05÷pò═"
  b"""
    \x01É┌æ█»p¨®>\n
    s\x11ìO¼
    """
  b"\x01É┌æ▄^sÂü|[╣Ë(┤S"
  b"\x01É┌æ▄üp`®OPaw[[Å"
  b"\x01É┌æ¦?s´╗ØÔ³q[\x7F}"
  b"\x01É┌æÌås)┐¾ ºÑ\x15ût"
  b"\x01É┌æÌ®p\x01ì\x0Fû\x05‗º\f¾"
  b"\x01É┌æÌ╔p\x05Ñak\x1A,í1┴"
  b"\x01É┌æ÷gpñ£ûb/┌\x1F´╔"
  b"\x01É┌æ÷èp|»2ò«?â0."
  b"\x01É┌æ÷ºr║á>ðOÈİ\x19"
  b"\x01É┌æ÷├q?╣/\x03>▀ÊvÄ"
  b"\x01É┌æ÷█qPäbÉãùÀ0é"
  b"\x01É┌æ÷­s¡Ø¦!\x16¥\x13│+"
  b"\x01É┌æ¸\x05q\x08ÜÄ\vzÐÖ\x08é"
  b"\x01É┌æ¸\x19rVéÝì\x16û|t+"
  b"\x01É┌æ¸.qØÿÝt2Þîj\x1F"
  b"\x01É┌æ¸CsÉø╝g\x03Ìbò╠"
  b"\x01É┌æ¸Wr\x15ìZ/ð\x07â┤ã"
  b"\x01É┌æ¸lqê│ws\\en╬s"
  b"\x01É┌æ°fp§Ñqg}Ï%©r"
  b"\x01É┌æ°¿r\x10¥<\x04=òÏ\x00t"
  b"\x01É┌æ¨krÌîÔÕD█~#M"
  b"\x01É┌æ·Jp\rç>LÑB╗äO"
  b"\x01É┌æ··s/»`┘\x08Å8ÇÁ"
  b"\x01É┌æ■üp#¬ÛmÁ¿Ñ)╚"
  b"\x01É┌æ <s|£\x05¤K8å─°"
  b"\x01É┌Æ\x00\x02p Ö%_¢\x07Ý\x17Q"
  b"\x01É┌Æ\x00%s\x13©#\eß╗▓\x08M"
  b"\x01É┌Æ\x00CsÄâînÆx\x04Ñ═"
  b"\x01É┌Æ\x00_pÑÂÌ{Þ}\x07,f"
  b"\x01É┌Æ\x01ƒrÇ╣ó×íલ±"
  b"\x01É┌Æ\x01├r ┐³á¡E§8ò"
  b"\x01É┌Æ\x01Òs▀í|Ë└CÈók"
  b"""
    \x01É┌Æ\x02ÂreôQ\x13t\n
    ût\x19
    """
  b"\x01É┌Æ\x02┘qHÖÐÏ┼▒\f\x070"
  b"\x01É┌Æ\x04|p¨»╚ñ^iyH²"
  b"\x01É┌Æ\x04ár,ÁRê╠MR0°"
  b"\x01É┌Æ\x04¥s╣Ä\x7F¢\x164\x01\x17"
  b"\x01É┌Æ\x04┘pÃ▓ÉıÈ..m\x13"
  b"\x01É┌Æ\x04¯sѬÈEùOùxÕ"
  b"\x01É┌Æ\x05├súî`\x1D#\x11D 3"
  b"\x01É┌Æ\x05Õq─Ñ7\x0F\x10*Ì‗©"
  b"""
    \x01É┌Æ\x06\x03sÛñ®ð\x1EJ\n
    F╝
    """
  b"\x01É┌Æ\x06\x1Fp ü¢èg8\x16ü╦"
  b"\x01É┌Æ\x066pQí5_iÐÍËq"
  b"\x01É┌Æ\x06KqBò‗èJ╣­╬Ï"
  b"\x01É┌Æ\x07\vs┤½teQ┌ÌËj"
  b"\x01É┌Æ\x07╠q\vü\f¢ñ«║ïå"
  b"\x01É┌Æ\x07´sâÿ\x1AeÝãP┌+"
  b"\x01É┌Æ\x08\x0FsëÖ─b=ó)5d"
  b"\x01É┌Æ\x08+qS¬­Þà$▒░b"
  b"\x01É┌Æ\x08Drj½╗ØèÀy\x00;"
  b"\x01É┌Æ\t\vpáÁ"Õ┤,9°e"
  b"\x01É┌Æ\tJs<öc\x04(ò┌«×"
  b"""
    \x01É┌Æ\n
    ┼pÎ│Ù¦‗▀=h\x1E
    """
  b"\x01É┌Æ\vësk┤ßs┐Ã╗\ù"
  b"\x01É┌Æ\v▓p\x08ç\x0F\x15LÉ@""
  b"\x01É┌Æ\vËqlø¶Ä=-Ù\T"
  b"\x01É┌Æ\v­pf׫|Ùî╝Õ""
  b"""
    \x01É┌Æ\f\n
    s@ªzDÆ)¤à3
    """
  b"\x01É┌Æ\f\x1Fq├Ö¸y\x16m\x14àm"
  b"\x01É┌Æ\f3s^ÆßZУ"ÇA"
  b"\x01É┌Æ\f­q\x07ì╬\t\x05Ý/ß´"
  b"\x01É┌Æ\r\x14s\x12\x11¢▓7\x7Fx\x0F"
  b"\x01É┌Æ\r4rçì"K%Úw║\x0F"
  b"""
    \x01É┌Æ\rQqq┤~â ╬\n
    i:
    """
  b"\x01É┌Æ\rkqqègÌ\frG6×"
  b"\x01É┌Æ\x0E\x14r\x16ç\r´íÔÅ\x02P"
  b"\x01É┌Æ\x0E6q\x02ø▒8└bdÂÞ"
  b"\x01É┌Æ\x0ETqúÅ!MÓj\x1E\x01}"
  b"\x01É┌Æ\x0Eip┘у░;{_Æ!"
  b"\x01É┌Æ\x0E~pKê%µÏõPø"
  b"\x01É┌Æ\x0EôsOóR¡û0KÃ\x00"
  b"\x01É┌Æ\x0Fbp¹á╩Tø┴,\x06\t"
  b"\x01É┌Æ\x0Fàrz¬Lc8£~Àô"
  b"\x01É┌Æ\x0Fªqʬí2\vC¼Èf"
  b"\x01É┌Æ\x11ªsr┤,R█$e¢╚"
  b"\x01É┌Æ\x11╦r*ñº­Éýïhæ"
  b"\x01É┌Æ\x13iphÑ\t¹sxÔƒ2"
  b"\x01É┌Æ\x13îr¶ö«ø°°¨3Ð"
  b"\x01É┌Æ\x13¼r▓¥\ ╣\x0Eßp8"
  b"\x01É┌Æ+:s6Ä\ftw=Ìéß"
  b"\x01É┌Æ,\x00rÍû┐ÁV¼\n\x1A"
  b"\x01É┌Æ-ksâò║¨ƒúº\t"
  b"\x01É┌Æ-ôr³ê{yã\x14│I1"
  b"\x01É┌Æ-┤r0¥Õ┬mùJ\x11"
  b"\x01É┌Æ-Ðq1î;ÁäX\x0EW■"
  b"\x01É┌Æ-Ûpüè6;\v>HX\x16"
  b"\x01É┌Æ- süÁþPÕPN î"
  b"\x01É┌Æ.\x14s\x03¬£J»\f¿ü "
  b"\x01É┌Æ.Îpåû{\x07╦L│öá"
  b"\x01É┌Æ/òq┬¬z¬─Ùð|Y"
  b"\x01É┌Æ0rpÞñ\x00&/?\x13æ/"
  b"\x01É┌Æ1,p¿ö\t\tsH6■b"
  b"\x01É┌Æ2iroÉ┐├ñ╗ý\x03}"
  b"\x01É┌Æ3*pè½ö¯\x06▒ü÷r"
  b"\x01É┌Æ3Lq\x16©°oç³│\x18W"
  b"\x01É┌Æ3lq?®╩\x1FÖ»]R¡"
  b"\x01É┌Æ4┴pÒèhäÿ1\x1C%ÿ"
  b"\x01É┌Æ4õr▄┐RI¬└ª\vV"
  b"\x01É┌Æ5þs~¥\x18ÀyÙC┬▀"
  b"\x01É┌Æ6\tq5üËü\f╦Ï═█"
  b"\x01É┌Æ6&s^╝è'Þtr\x04è"
  b"\x01É┌Æ6ArGÿ§UL²ä¯«"
  b"\x01É┌Æ6VrÏ▓╔]Ëx%Æ\x0F"
  b"\x01É┌Æ7\x17p`×\x18vGÕ5\x15½"
  b"\x01É┌Æ79ræá╗!╔Ü|ëý"
  b"\x01É┌Æ7VsóüX¨┤\e‗/\t"
  b"\x01É┌Æ7²rWÀ█ÅŃ¢╔à"
  b"\x01É┌Æ8└r■úÒQâ6`>\v"
  b"\x01É┌Æ:█sÝü\x7FȰ9#\x17Ã"
  b"\x01É┌Æ:²s\ÆhÞ &ZÅ░"
  b"\x01É┌Æ;╔qwû\x03Üeo®█ "
  b"\x01É┌Æ;ÙpR╝nÛ╔╚§H}"
  b"\x01É┌Æ<\ts¤║▓8\vl┌\x04"
  b"\x01É┌Æ<╦r┌å\x08\x19\x07\x01╩äÐ"
  b"\x01É┌Æ<Ýp╗ê"õá┬█▄³"
  b"\x01É┌Æ=ÿq[Ç■\x15‗^¶\vb"
  b"\x01É┌Æ=║r\x04£òï±┤\x04ܾ"
  b"\x01É┌Æ=Îp3ô¶gäÕ\x11}\x00"
  b"\x01É┌Æ>Är3Á\x06£þ­╬ç¶"
  b"\x01É┌Æ>░pE▒Ò1\x07á¢7`"
  b"\x01É┌Æ>ðs\x11®4\x07,ÿÚ=▀"
  b"\x01É┌ÆAúqD┤6\x00õl&UL"
  b"\x01É┌ÆA©q█ñ─\x03ÞìbJò"
  b"\x01É┌ÆA═pJº\x03\x07\x1F\x15\x1F¬"
  b"\x01É┌ÆAÔs╔äu Ìº©eW"
  b"\x01É┌ÆA¸p¼ï╝_─Üä╬¥"
  b"\x01É┌ÆB\fqöî¶,_ëª=\x19"
  b"""
    \x01É┌ÆB sHƒTc\n
    û├\x10:
    """
  b"\x01É┌ÆB5qÁÅ)Õ¾<\x07Do"
  b"\x01É┌ÆBJpâï,ðü`DÛ┌"
  b"\x01É┌ÆB_rõñb+w│U\x18A"
  b"\x01É┌ÆBsp±é‗:|█ôùñ"
  b"\x01É┌ÆC+q»íÅh|Ç|ÀY"
  b"\x01É┌ÆCMq\x1Aö\tù╝ÿf\x16¿"
  b"\x01É┌ÆCnqD▒íF½Á¶\x10"
  b"\x01É┌ÆCêr©╝öóðìø;­"
  b"\x01É┌ÆCØs/î`.$$n³Û"
  b"\x01É┌ÆC▓q¦åT§\x17dpE2"
  b"""
    \x01É┌ÆCÃq\r»4\n
    <ù┬¹j
    """
  b"\x01É┌ÆC▄r;í­¨Ë?═╩õ"
  b"\x01É┌ÆC­p¯╣K!³\x103-à"
  b"\x01É┌ÆD\x05r)░öıY├╣\x01e"
  b"\x01É┌ÆD\x1AqTì;\x02║}\eT┬"
  b"\x01É┌ÆD/s\fíf(V @"╔"
  b"\x01É┌ÆDDqRÄ¿\x06ºÄp¿\t"
  b"\x01É┌ÆDYq#½Ä\x1E\x06g¦I"
  b"\x01É┌ÆDmslÉ{uS0«´\x1F"
  b"\x01É┌ÆDés│å\tÚÉ!ò\x02¼"
  b"\x01É┌ÆDùq6À\f\x00ı\x04¹ ,"
  b"""
    \x01É┌ÆD¼q;┤'äæ\n
    ¾"U
    """
  b"\x01É┌ÆD┴r çÃ\x10\t3ü©h"
  b"\x01É┌ÆEØpùì\x14-ò±ñ£»"
  b"\x01É┌ÆE¥sCû;{wä²\x10®"
  b"\x01É┌ÆEÌr\tç!(ô"Ñ\x19c"
  b"\x01É┌ÆE·r5┤bà╝÷c)▀"
  b"\x01É┌ÆF\x10qéÄ╔{$8\eK1"
  b"\x01É┌ÆF%rçéá\x06\x06Á█╬w"
  b"\x01É┌ÆF:s-╝2Q&Ë\,Ï"
  b"\x01É┌ÆFOqzÆåë╝ËmÏ│"
  b"\x01É┌ÆFds0£ÝýP\e\\x11"
  b"\x01É┌ÆFyr³ñ§&.-û═n"
  b"\x01É┌ÆFÄs\rÇÛª¬u\x14\tp"
  b"\x01É┌ÆFúrð¢\x04uз■¯Ê"
  b"\x01É┌ÆF©pºÁ^8▄äè³─"
  b"\x01É┌ÆF═sö╣²Õ,)öiÕ"
  b"\x01É┌ÆFÔrDù^#ee§u"
  b"\x01É┌ÆF¸sÃ┐݃«╠┐)5"
  b"\x01É┌ÆGÃqûÿFuLI§¬/"
  b"\x01É┌ÆHºpäâÃ\x11?\x00Æ\x1EÙ"
  b"\x01É┌ÆIer\vÂÅ­é´è▄º"
  b"\x01É┌ÆIêrkÀd║Ó¬?Ò└"
  b"\x01É┌ÆI¿p÷å;Ò²ò0Àþ"
  b"\x01É┌ÆI├rUƒ-ã2­┤r­"
  b"\x01É┌ÆI▄qîê¨Ûph\x17\x107"
  b"\x01É┌ÆI±q(ë\x03<ïCûQb"
  b"\x01É┌ÆJÀrk¥\x7FèÆ\eÚ³V"
  b"\x01É┌ÆJ┘sO×ÛÝ\x14ı-╠©"
  b"\x01É┌ÆJ¨p╩▒¥ÎÞÍ┌ÛÄ"
  b"\x01É┌ÆK╝sU¿©Þ\x01>¡dë"
  b"\x01É┌Æc┘s-ñâ»\x08+ ¾Ä"
  b"\x01É┌ÆcÝr8ï\tU!═ÏG>"
  b"\x01É┌Æd\x04qù½v\!\eû­¦"
  b"\x01É┌Æd\x18p\x1Fñ¨ñ¿‗\x7F9k"
  b"\x01É┌Æd,rÖö└╦░Ѓe\x00"
  b"\x01É┌Æd?sQâ!^Þj{tz"
  b"\x01É┌ÆdSsäÁj»¸­ãF>"
  b"\x01É┌Ædgsr░À8│\x00\x02]ÿ"
  b"\x01É┌Æd|røÆÑh\x01\x1Dj%¼"
  b"\x01É┌ÆdÆp\x05ûÃæ_═?©Ï"
  b"\x01É┌Æd¿r~ù"ò}\t▀¬^"
  b"\x01É┌Æd¢r\x1CûJ)#È:╗¼"
  b"\x01É┌ÆdÊqÜëÁÔÞú[(\t"
  b"\x01É┌Ædþpzà■\x7Fè=þ¦╝"
  b"\x01É┌Æd³s`î?uѾ\rÌê"
  b"""
    \x01É┌Æe\x11qd╗Æ\n
    ¨┴ëê;
    """
  b"\x01É┌Æe&s)│³µ­I╗¥\x0F"
  b"\x01É┌Æe<q\x06╝ouù±³\┐"
  b"\x01É┌ÆeQqw┐¬|¬Ö\x07/╚"
  b"\x01É┌Æegq\x19ë¡zca\x15à╩"
  b"\x01É┌Æe|rù£\x02½Ö\x18t\x17:"
  b"\x01É┌Æeæp\rü\x08\x11┐¦Ø"t"
  b"\x01É┌ÆeªsÎâ\x0FrH┴ùU\x03"
  b"\x01É┌Æe╗p4╗\x18ï|┴\x00ºm"
  b"\x01É┌ÆeÐsVç\x1Dý]V.eä"
  b"\x01É┌Æeµrª¢»å┬æp]\x02"
  b"\x01É┌Æe¹pxò\x06éÝÒ■\x12ñ"
  b"\x01É┌Æf\x11p¦ô!í\eí┼2*"
  b"\x01É┌Æf&q\x1EÉFº½.-\x08Á"
  b"\x01É┌Æf<p\x01Â╠‗\x08JÛáp"
  b"\x01É┌ÆfQs╗î┴ñÙt\x07Èè"
  b"\x01É┌Æffrãûà\x14]/*ð\x19"
  b"\x01É┌Æf|s\x1AèíK8┌╗U£"
  b"\x01É┌Æfæp╣®éï\x07╗@═2"
  b"\x01É┌Æfªr6½1/¥\x1D¬ú■"
  b"\x01É┌Æf╗p\x17®«╚P┴àV▀"
  b"\x01É┌ÆfÐròØDÜÊÿ┐cö"
  b"\x01É┌ÆfµssÉÜ\x07±ä╬▀4"
  b"\x01É┌Æf³rFÄϺËöØÁ\x11"
  b"\x01É┌Æg\x11s\x08é ¼\x06\x04Ë~l"
  b"\x01É┌Æg&q┘ô³T»¹4bÅ"
  b"\x01É┌Æg;r£╗╦Ð\e\x1Do░"
  b"\x01É┌ÆgPp\x08óòp║FeLV"
  b"\x01É┌Ægfrj▒T=<.+4ç"
  b"\x01É┌Æg{p(ïg╚╝hiµö"
  b"\x01É┌ÆgÉq\rÇùîYprhÁ"
  b"\x01É┌ÆgÑp3ùÙ-¸Pùû▓"
  b"\x01É┌Æg║pqá¿║å?Í╣¦"
  b"\x01É┌ÆgðsUô~õ\x17O┬]%"
  b"\x01É┌ÆgÕqU¼ÁXâhXû¤"
  b"\x01É┌Æg·p{ôê¨Ù\x12O\x0E8"
  b"\x01É┌Æh\x0Fqÿû+[V╣█p─"
  b"\x01É┌Æh%s╣╗ èéÿ-·Å"
  b"\x01É┌Æh:p\x7FÂZ\x1D┘ëÕ_ƒ"
  b"\x01É┌ÆhPpëâ┐¤åÏ┴Ù┴"
  b"\x01É┌Æher‗Å`╗µ\x12\x11╝w"
  b"\x01É┌Æh{qÓ╗\tø$:\x01ï╚"
  b"\x01É┌ÆhÉs¥íÍ+r+¹ÿ╦"
  b"\x01É┌ÆhÑq:¼;Â|NÿF¯"
  b"\x01É┌Æh║smçA×╩ʯ]\x1F"
  b"\x01É┌Æh¤q\tÿ/þr╦(%½"
  b"\x01É┌ÆhõsÈæRYuÖ\x13\f\f"
  b"\x01É┌Æh¨qæâ\x19£/&µ┴d"
  b"\x01É┌Æi\x0Es┼ìå #┬u╣Ü"
  b"\x01É┌Æi#p<åÂ■Õ>##┐"
  b"\x01É┌Æi9s »Aóíbx┌¨"
  b"\x01É┌ÆiNsÔüô-w\x11î\x01j"
  b"\x01É┌Æids▓¢pTÅùÑ9S"
  b"\x01É┌Æiyr\x1FÀ-Ф§é\x19Z"
  b"\x01É┌ÆiÅp┬░¯Ê"O\x13\x0Fà"
  b"\x01É┌ÆiÑp\x16Ñ]┘)W¨┴Â"
  b"\x01É┌Æi║sÖ¢Õª-xg\x17"
  b"\x01É┌Æi¤qÂÉg─\x12·\x16"
  b"\x01É┌Æiõq\x1Dê}\vÐÆÐg3"
  b"\x01É┌Æi¨s[é¾─╬9┐î`"
  b"\x01É┌Æj\x0Er\v⦴õ\x13ð\ñ"
  b"\x01É┌Æj#s$ÿÁë\x08ï,ÆB"
  b"\x01É┌Æj8s\x16\x1A\x08û\vÂ**"
  b"\x01É┌ÆjNrÿÇI´▓®slª"
  b"\x01É┌Æjcq·æ\x7FÁ¨═P\x10)"
  b"\x01É┌Æjyr¶¼~\x15Pax2æ"
  b"\x01É┌ÆjÄs2âjM]ªƒ\x08°"
  b"\x01É┌Æjªp°¼<│å\x17ï═]"
  b"\x01É┌Æj╝s[¼/Nî*dB1"
  b"\x01É┌ÆjÐp@®¢"Q\x00Óug"
  b"""
    \x01É┌Æjµp│©\n
    ÛcBðÃe
    """
  b"\x01É┌Æj³q╠çöÁ#±Ö┌î"
  b"\x01É┌Æk\x11sè£AZ9b÷I\x11"
  b"\x01É┌Æk&s┴Äs\x03XÝðæÃ"
  b"\x01É┌Æk;r:óC4e ÖÐÝ"
  b"\x01É┌ÆkPs\x01Ñ|╣°ÐpLE"
  b"\x01É┌Ækfq\eØÛ¦³\x15ý½S"
  b"\x01É┌Æk{ss¼z\x13³ã┐┘ "
  b"\x01É┌ÆkÆq2íC{¾║«═ò"
  b"\x01É┌ÆkºsO×W║4Ï?ɼ"
  b"\x01É┌Æk┐p<ï¢Û╬p╚·^"
  b"\x01É┌ÆkÈp\x11áºP║µı█\x01"
  b"\x01É┌Ækýq╚äÌ╔¶▀yìe"
  b"\x01É┌Æl\x01rHª┤├╩l\x12"
  b"\x01É┌Ælıp´û\x13\x06\IÄå_"
  b"\x01É┌ÆàÏrä¬P▀\ehü"\x08"
  b"\x01É┌Æåèr╬àU▓\x1F\x114l\x02"
  b"\x01É┌Æå¼q-ÿÕ\x11═Ð@┌n"
  b"\x01É┌ÆêDsdåpúr*╩á>"
  b"\x01É┌Æêgr1┤æbNÇÀ\eç"
  b"\x01É┌Æêàr\x08\x07w7§@ 9"
  b"\x01É┌Æêás¯½t\tfV°¦\x1E"
  b"\x01É┌ÆëXr±¥\x1D╗?K\x00¼\x0E"
  b"\x01É┌Æëzp`«^VÐ<ıÉT"
  b"\x01É┌ÆëÜs´óÑ"ÃÎ═,ô"
  b"\x01É┌ÆëÁpÃñ¦;$fþ╚º"
  b"\x01É┌Æèiq¥ö─1\x1C\x08X▄\x13"
  b"\x01É┌ÆïxqsávlO╣­j'"
  b"\x01É┌Æî-qÑö\x17¼ÞÂMÝU"
  b"\x01É┌Æî█s¦£╣:▒Øà-Æ"
  b"\x01É┌ÆÄ\x14sòű"þ╦P¬\x08"
  b"\x01É┌ÆÄ¥qæòÖÅ)Êô à"
  b"\x01É┌ÆÅás▒×A¾{ø|}\x05"
  b"\x01É┌ÆÉYq╠â6%±╔Ü!K"
  b"\x01É┌ÆÉ\x7FpÙ×jíËÜ═└\x1F"
  b"""
    \x01É┌ÆÉ£pââbFÞ\n
    ßv¹
    """
  b"\x01É┌ÆÉ©p;¿^£µýN)\x1D"
  b"\x01É┌ÆÉðq,ñ\x0FƒXi^«L"
  b"\x01É┌ÆÉÕr\x04é½méÑ\fM\x14"
  b"\x01É┌ÆÉ·r¦¥Ê^ƒ\x1C\x13³ß"
  b"\x01É┌Ææ\x10qK£@Iç9jôâ"
  b"\x01É┌Ææ■sñÖ▒àÌ▄¸k "
  b"\x01É┌ÆÆ!pr▓îEEæµ*\n"
  b"\x01É┌ÆÆAsåÿFIzëè▒²"
  b"\x01É┌Æô\x18s]ì2Òãþ\x04#\n"
  b"\x01É┌Æô:r+ä²<~;åM-"
  b"\x01É┌Æö\tpÓú│ïô└°ÂX"
  b"\x01É┌Æö,p¸¬X°X\x1D¢\x13"
  b"\x01É┌ÆöJr\x14▓=QrAë\x10ì"
  b"\x01É┌Æò\x1Fs■îãYX=¼▒\x07"
  b"\x01É┌ÆòBp▒øÿÙQ²]kÝ"
  b"\x01É┌Æòbswç\x1FøëÞ‗­╠"
  b"\x01É┌Æò}rrö1·~u═\x05Ì"
  b"\x01É┌ÆòÆqvçpðp*æâr"
  b"\x01É┌ÆòºsRü1Ät─\x17"
  b"\x01É┌Æò╝pSìy\x1D▒âo\x03\x03"
  b"\x01É┌Æûxq*░{+=y£┐T"
  b"\x01É┌ÆûÜrTö¶CGVO¯à"
  b"\x01É┌Æû╗q=░\x13¼Î¬×²╩"
  b"\x01É┌Æÿ\x05s2╝Øc1╦±uÉ"
  b"\x01É┌Æÿ╚pÑæ╝_0▒¹ÜÖ"
  b"\x01É┌ÆÿÛsÁ»- l¯ÅµÆ"
  b"""
    \x01É┌ÆÖ\n
    r─ñ*ªÖ\x11óæ╬
    """
  b"\x01É┌ÆÖ&r!ÅÑ-z¤\f©ß"
  b"\x01É┌ÆÖ?p>äwpÈEC\x07"
  b"\x01É┌ÆÖ¶rR▒áI\x08!T*×"
  b"\x01É┌Æ£¼rûÇ3âl)■2K"
  b"\x01É┌Æ£¤q▀ñé\x08áй\x00"
  b"\x01É┌Æ£±rTÀ®^f╝Ó\x1E"
  b"\x01É┌ÆØ­sÎ░ßM¼ú9▓¢"
  b"\x01É┌Æ×\x15r%Ç\rE╗┬³├\x08"
  b"\x01É┌Æ×5r\x17ÀC\e;▒ð$\x14"
  b"\x01É┌Æ×RrnûòW\v.â■º"
  b"\x01É┌Æ×krý©_j]]┌\x111"
  b"\x01É┌Æ×Çr├░KHª_■[Ì"
  b"\x01É┌Æ×òrËëQ╠\x1E1▀>Ö"
  b"\x01É┌Æ×½pí╝!ç-¹\x1A>E"
  b"\x01É┌Æ×└sÖíéiÁ>ÒÓr"
  b"\x01É┌Æ×ır\x15î┘╦±¡z¯¹"
  b"\x01É┌Æ×ÛqÖû6"¸NAÉÇ"
  b"\x01É┌Æ× s²Ñ*Ú±`Ð\x102"
  b"\x01É┌ƃ╔s­▓╚X╠P&\x14S"
  b"\x01É┌ƃÙsA®cí\x11ı&┤\x0F"
  b"\x01É┌Æá\x08s╔░~V║╝UòÁ"
  b"""
    \x01É┌Æá"qìö\n
    W·´®\x04ÿ
    """
  b"\x01É┌Æá·rµ¡I¤Ü┘|º\n"
  b"\x01É┌Æí\x1Dr0ÄýB└Ô®%J"
  b"\x01É┌Æí=s\x18╣®╩ô\x10\rÕ²"
  b"\x01É┌ÆíXp╝¡õ\x19\x02■Ü\x01u"
  b"\x01É┌Æó=p\x0Eç£Öa╚ë§ù"
  b"\x01É┌Æó`q\r\e~5\x1CIi8"
  b"\x01É┌Æó~s£┐3°▄╔\x10╔¾"
  b"\x01É┌ÆóÖs▀¢┌å\@áüı"
  b"\x01É┌ÆñNqÞ╝Ïò¸±ÁЃ"
  b"\x01É┌Æñtq´×N b║E\x18õ"
  b"\x01É┌ÆñÿqÚÅ┘\x12s~p\e¢"
  b"\x01É┌Æñ┤pÚ╣\x06;Q▀\x1E°ð"
  b"\x01É┌Æñ╔ræ┐\x1A¼\x05ë┬[å"
  b"\x01É┌Æñ▀q\x1A©«Â╔<r\e¢"
  b"\x01É┌Æñ¶qxâ¦å"C×\x10Ð"
  b"""
    \x01É┌ÆÑ\n
    q£¥ëIÑ\x0F┐¢│
    """
  b"\x01É┌ÆÑ\x1Fqw£³\x1Fıeáo°"
  b"\x01É┌ÆÑ4rkÖ³I KM┴+"
  b"\x01É┌ÆÑJp\x13¼\x02÷¶L10S"
  b"\x01É┌ÆÑ_rZö\x05_RÑÒ┼ú"
  b"\x01É┌ÆÑus1╣ês9ó¿¼│"
  b"\x01É┌ÆÑèr\x03Â\x1D¬\x1E\x1E6\x18Á"
  b"\x01É┌ƪÚq\t©¢[àß*\rË"
  b"\x01É┌ƺ\vq\x08¿J+ı!\x1F5u"
  b"\x01É┌Æ¿|p\x13Ä░6U'À\x1DM"
  b"\x01É┌Æ¿ƒskæßTJë0é\x10"
  b"\x01É┌Æ®SrêíÜ}6²E\x15]"
  b"\x01É┌Ƭãp\x00▒zÉ©\x1A\f'c"
  b"\x01É┌ƬÚsîÿø"+\x7FÇoî"
  b"""
    \x01É┌ƽ\n
    q\x7Fìó╠kí§¶h
    """
  b"\x01É┌Æ┬┘rh░ <¡nפ%"
  b"\x01É┌Æ┬´p┴▒²GÆAúÕ\x14"
  b"\x01É┌Æ├\x1EpÁ╗·ï¹;ùcv"
  b"\x01É┌Æ─\ts░ñ7wäUv│â"
  b"\x01É┌¿┼ıs\x19ÖÍ?3\x1CF\r_"
  b"\x01É┌¿┼§rFÆA■²░¦█ƒ"
  b"\x01É┌¿ã\x15sѪÒÏ^▒\v\x00"
  b"\x01É┌¿ã5sêº4f·½Ì┴3"
  b"\x01É┌¿ãVrä¬HB=¦yaa"
  b"\x01É┌¿ãvqQæ2ªóæè┬\x1A"
  b"\x01É┌¿ãûsÇîc¤¯ZÊrz"
  b"""
    \x01É┌¿ãÂpÎ╗\x19\x7FoB\x10\n
    #
    """
  b"\x01É┌¿ãÍp\x7FÄy͹«Ù\x0Eè"
  b"\x01É┌¿ã÷pÅà\eEþ,\x17·~"
  b"\x01É┌¿Ã\x17r»ÿì\x03~Î$«6"
  b"\x01É┌¿Ã7r~ÑîÀ\eÊ@o\x03"
  b"\x01É┌¿ÃWrVï\x01í╔s=íñ"
  b"\x01É┌¿ÃwqMøßÅdÚe¬("
  b"\x01É┌¿ÃùsÑ░¡Wt¢ıXÝ"
  b"\x01É┌¿Ã©qO»æIjée╠²"
  b"\x01“bzãXp ¬¡ïÚj\x18"
  b"\x01“bzçÀq’›·é—o­·L"
  b"\x01“bzè\vrʲ³rj*ç¸ä"
  b"\x01“bzèWp\v”,W\x06ôÜUÐ"
  b"""
    \x01“b{}ƒp\n
    ¬?\x04Ø eYg
    """
  b"\x01“b{}Ós”¤é?;÷áZì"
  b"\x01“b{~$qw¤\x1C¯Ý7'Ò."
  b"""
    \x01ôb{~oq\n
    ÉÇÚ$%\x13K┘
    """
  b"\x01“b{~Árôœ|O\x01¥éºw"
  b"\x01ôb{Çÿq║Ø┤\x08\x02?\x01¾▄"
  b"\x01“b{€äs\x04³¹­\v5\x0E\x17"
  b"\x01ôb{ü.s´ï´¡ZM\x18xu"
  b"\x01ôb{üyq╗ùªibÄnÉÑ"
  b"\x01“b{»õpƒ”¯8ëocá€"
  b"\x01“b{¼Esú¡–誟ò@b"
  b"\x01“b{Âös\x13”â€ó?\eü\x14"
  b"\x01“b{ĶqΟA\x7F!\x11}Æg"
  b"\x01“b{Æ„qЏ\x13\x1A¬=‚\x15 "
  b"\x01“b{ÇÇss–îÊ-﨔Ó"
  b"\x01“b{È\x1As2¢Áx‘~†d["
  b"\x01“b{Ègrë³1\x049¿ŽKW"
  b"\x01“b{Éwq.¤bOv\x7Fúfk"
  b"\x01ôb|\x7F$r\x08Ér¼r\x17\┬Õ"
  b"\x01“b|\x7Fpq\x04®\e¬X÷íц"
  b"\x01“b|\x7F»s­‹\x16±b“19["
  b"\x01ôb|Ç\x05q$ºø0<║\x01ì-"
  b"\x01ôb|ü%s~¥╚ßpm█ï\x07"
  b"\x01ôb|üps}ÜÛûâú│\x04"
  b"\x01ôb|ü╗sCúBvñ²sL┤"
  b"\x01“b|‚\tqú–—,I%Ä™P"
  b"\x01“b|‚Yp޳®ÿò¡öÚ\x12"
  b"\x01ôb|é®pàø▒MØ«/=¡"
  b"\x01“b|‚ùsí–pCiž\x02ºÄ"
  b"\x01“b|ƒIqϨÐhiÊ΀à"
  b"\x01“b|ƒ™p#‡r…(¦ßaç"
  b"\x01ôb|âþs┘èë~Fÿ0FØ"
  b"\x01“b|„8r\x12²k3\x07Ûöp\x03"
  b"\x01“b|„ˆrþŽø\x12j™Þæ‡"
]
78 0.13 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.10 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01É┌kï\fs\x05å8¯CG1_M"
]
80 0.07 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 0.27 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.40 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.28 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.11 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
85 0.08 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
86 0.15 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.08 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.25 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.24 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.65 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É┌kï\fs\x05å8¯CG1_M"
]
93 0.45 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É┌kå┼s´┐k\x12÷íé Þ"
  b"\x01É┌kï\fs\x05å8¯CG1_M"
]
94 6.52 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/0190da6b8b0c73058638ee4347315f4d"
  "/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/0190da6b6dc67135823f3195aacbbae3"
  "/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/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/2e0b2f96c39852c89cb012b686abc0bc"
  "/detail/56bed1a213b15b09881b13be3c0cd7a8"
  "/detail/520fcf6dd8775d4a8c66e825ee6214f7"
  "/detail/084e0b08a6a45ed4a3afa256e55931ae"
  "/detail/a50cd76ce0ff50bea793c1449cb6f990"
  "/detail/e708217c8c275475ada15f116dddd774"
  "/detail/d86ca52d919056a4831deba1bc1d96fa"
  "/detail/d5b8274b7d3d54b0a036424dd4678443"
  "/detail/16c78814adca5bb789c2446c4580aa90"
  "/detail/aeb7f2c5277d5a80a9a638d7331bd470"
  "/detail/c093a031bd9a5cd78c4ee9b87254ad8a"
  "/detail/39f64e982b615014951263e221ede573"
  "/detail/94899de9ce785f9d896a78935c6a7d79"
  "/detail/2b80dc5802545038bbe57c396d8df15b"
  "/detail/eabc7a216a0354e99dc8cbab7450f594"
  "/detail/cc1768c63f7e5ad0a97b4d38229daca4"
  "/detail/1605958211e55bcc8cce7280565d2636"
  "/detail/5b9831ced468573eb62e9406f32d1c2d"
  "/detail/4d23541f85775f30a5877fd1a79c0ac1"
  "/detail/6c108d5c17385a13a8a6b43ddd980194"
  "/detail/f0eac5f0099a5bcbb7c254db45b83a74"
  "/detail/884ecbc52a855ac18504a6b7b10e84c8"
  "/detail/401202ad5d285a97b0967b13c426b235"
  "/detail/f013f69c7f2d533aba8088dcd8087674"
  "/navigation/018e189f4c877164ad4363394678698e"
  "/navigation/018e18a172b378238b8e81a70374fe0e"
  "/navigation/018e189f65bb7e82b42203e11a7f7ca3"
  "/navigation/018e18a1b5717013bf34057e6e4af3c6"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
95 0.23 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.