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

Query Metrics

95 Database Queries
89 Different statements
174.73 ms Query time

Queries

Group similar statements

# Time Info
1 0.21 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.21 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.09 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.09 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.17 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.47 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
7 0.34 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  "RECA-Produktkatalog/Duebeltechnik"
  "RECA-Produktkatalog/Duebeltechnik/"
]
8 0.39 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.11 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.13 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  "7lb1fdaOteu9AawEZG9dq9VoJgUcFCM4"
]
11 0.27 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.66 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.18 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.18 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.44 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.27 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.33 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.33 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `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.13 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.49 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.61 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.71 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.15 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.11 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7lb1fdaOteu9AawEZG9dq9VoJgUcFCM4"
]
25 0.13 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 0.17 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01ì¶lPAp½ì\'\x1A®"╚K"
  b"\x01ì¶lPjsýäƒbwPÅXÞ"
  b"\x01ì¶lP▄r7»g▄÷\x19╣¼J"
  b"\x01ì¶lg┘r┴ÿO+Fyãª\e"
  b"\x01Ž1 ¦«}'€uKñŠF‹$"
  b"\x01Ž1¢Kët¦·à¦3–\f\x07f"
  b"\x01ì¶lPÈr¼ä\eÆ\x07À\x15^\x10"
  b"\x01ì¶lPÎsi╝B▒Ù╠Âxø"
  b"\x01ì¶l¬\x06paà\x0EÄBíväð"
]
27 0.10 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.50 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
29 0.42 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 0.14 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" => "7lb1fdaOteu9AawEZG9dq9VoJgUcFCM4"
]
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.44 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.48 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.68 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.34 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.39 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.24 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
42 0.17 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.54 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.60 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.25 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.55 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.33 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.65 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É┌kh═q<ïãeÄvBe┘"
]
51 0.27 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.39 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.40 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.25 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É┌kh═q<ïãeÄvBe┘"
]
59 0.09 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É┌kh═q<ïãeÄvBe┘"
]
60 25.17 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É┌kh═q<ïãeÄvBe┘"
  null
]
61 20.74 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É┌kh═q<ïãeÄvBe┘"
  null
]
62 19.33 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É┌kh═q<ïãeÄvBe┘"
  null
]
63 0.28 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 25.30 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É┌kh═q<ïãeÄvBe┘"
  null
]
65 5.08 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É┌kh═q<ïãeÄvBe┘"
  null
  0
]
66 4.77 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É┌kh═q<ïãeÄvBe┘"
  null
  true
]
67 18.16 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É┌kh═q<ïãeÄvBe┘"
  null
]
68 11.19 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É┌kh═q<ïãeÄvBe┘"
  null
]
69 0.27 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"F\x10▓│°æQ\x15É╝> Ót¢R"
  b"Óó9CüÙPâ´q•¢;\x04m\x01"
  b"\x1A6ËR7ÅTW´¸É\x1CßDü4"
  b"\x07ØÔŒÅµU¿¨òµ+¶[ã8"
  b"quMìÙi[˜¡˜œ„‹c Î"
  b"P\x05„Øo8[ê¹\t6¤n9$A"
  b"""
    “.\x14ˆoLWÕ %<¶š\n
    ]
    """
  b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F"
  b"²Ì\x0FPïoT7Égá┬■\x14╝Ì"
  b"·øŠƒé!^¶¥Ñ>ý‰i(è"
  b"\x1Eï›Ñ“RR\x0F¶¢Ì‰„\x16\x01"
  b"½DDS°ÆP\x19‡,\x08K,\ts9"
  b"""
    \x0E\n
    —¨Y”¡H%|4cäe
    """
  b"""
    £G\n
    P‡åUß‚ùkšÓõ¼\n
    """
  b"I O7†R]\f‡çôêq­¼I"
  b"(\x0FÛpüYQ▒┤î}s\x10╬N/"
  b"‗Ék▄ ÝYÉ×÷%W´luÁ"
  b"€Æ‡¬ì\x00X̳,"(\x08ÅLi"
  b"*DÔj<¹Y~¶°0JÜÙê\v"
  b"û\x1A¹Ox\x13[\x14‡8±Iß\x06ïÖ"
  b"‹Ó1°¢\x0E]\x03ž©4\x1EŽË˜\x02"
  b"\x13äæC¦\x13Yx”¢cÜEW\x1F "
  b"®µ&ÉùPZ²®4p‘O¤‰ë"
  b"""
    Î=\x10Ôy\n
    V\x14•ï(6ƒn)Ž
    """
]
70 0.40 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"F\x10▓│°æQ\x15É╝> Ót¢R"
  b"Óó9CüÙPâ´q•¢;\x04m\x01"
  b"\x1A6ËR7ÅTW´¸É\x1CßDü4"
  b"\x07ØÔŒÅµU¿¨òµ+¶[ã8"
  b"quMìÙi[˜¡˜œ„‹c Î"
  b"P\x05„Øo8[ê¹\t6¤n9$A"
  b"""
    “.\x14ˆoLWÕ %<¶š\n
    ]
    """
  b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F"
  b"²Ì\x0FPïoT7Égá┬■\x14╝Ì"
  b"·øŠƒé!^¶¥Ñ>ý‰i(è"
  b"\x1Eï›Ñ“RR\x0F¶¢Ì‰„\x16\x01"
  b"½DDS°ÆP\x19‡,\x08K,\ts9"
  b"""
    \x0E\n
    —¨Y”¡H%|4cäe
    """
  b"""
    £G\n
    P‡åUß‚ùkšÓõ¼\n
    """
  b"I O7†R]\f‡çôêq­¼I"
  b"(\x0FÛpüYQ▒┤î}s\x10╬N/"
  b"‗Ék▄ ÝYÉ×÷%W´luÁ"
  b"€Æ‡¬ì\x00X̳,"(\x08ÅLi"
  b"*DÔj<¹Y~¶°0JÜÙê\v"
  b"û\x1A¹Ox\x13[\x14‡8±Iß\x06ïÖ"
  b"‹Ó1°¢\x0E]\x03ž©4\x1EŽË˜\x02"
  b"\x13äæC¦\x13Yx”¢cÜEW\x1F "
  b"®µ&ÉùPZ²®4p‘O¤‰ë"
  b"""
    Î=\x10Ôy\n
    V\x14•ï(6ƒn)Ž
    """
]
71 1.76 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"F\x10▓│°æQ\x15É╝> Ót¢R"
  b"Óó9CüÙPâ´q•¢;\x04m\x01"
  b"\x1A6ËR7ÅTW´¸É\x1CßDü4"
  b"\x07ØÔŒÅµU¿¨òµ+¶[ã8"
  b"quMìÙi[˜¡˜œ„‹c Î"
  b"P\x05„Øo8[ê¹\t6¤n9$A"
  b"""
    “.\x14ˆoLWÕ %<¶š\n
    ]
    """
  b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F"
  b"²Ì\x0FPïoT7Égá┬■\x14╝Ì"
  b"·øŠƒé!^¶¥Ñ>ý‰i(è"
  b"\x1Eï›Ñ“RR\x0F¶¢Ì‰„\x16\x01"
  b"½DDS°ÆP\x19‡,\x08K,\ts9"
  b"""
    \x0E\n
    —¨Y”¡H%|4cäe
    """
  b"""
    £G\n
    P‡åUß‚ùkšÓõ¼\n
    """
  b"I O7†R]\f‡çôêq­¼I"
  b"(\x0FÛpüYQ▒┤î}s\x10╬N/"
  b"‗Ék▄ ÝYÉ×÷%W´luÁ"
  b"€Æ‡¬ì\x00X̳,"(\x08ÅLi"
  b"*DÔj<¹Y~¶°0JÜÙê\v"
  b"û\x1A¹Ox\x13[\x14‡8±Iß\x06ïÖ"
  b"‹Ó1°¢\x0E]\x03ž©4\x1EŽË˜\x02"
  b"\x13äæC¦\x13Yx”¢cÜEW\x1F "
  b"®µ&ÉùPZ²®4p‘O¤‰ë"
  b"""
    Î=\x10Ôy\n
    V\x14•ï(6ƒn)Ž
    """
]
72 0.37 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É┌ê\x11ïr"ÿ°ê╬BJ_Ñ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+▒q^è\x05Õ÷ª¶E["
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"""
    \x01É┌ê-\er\n
    äÅÅÎ\x1Fr*Ü
    """
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê\x11tr®êê3øñ░┬o"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+àrÍ║Ê?Î[ѽM"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+ýpìÁ®┐×VóRj"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê,Íp'Ü6|âM}×Ï"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê\x11GsóÉ\x0E$\vµ²pÒ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+┘q<úv╝+á*ãl"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê)òp1ƒƒºO┤4Ô "
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê\x11ƒpÄÁ┴\x01¢\x0E─ß["
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê,\rrY¥¤░]'╚Í="
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê-\x03shÑÈþGá¦Ö\x08"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê)úr╔©â‗H¾Èöè"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+ãsòí\x01Ð█Çn\t"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê-1r{ÖÞëk$\x19¯╬"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+nqÂ┐ëÁÂdq╬\e"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+£qoÅ\v\x01·¨▓B"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê-FpâÅbÛ┼ãC╣¹"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê\x11]pæØ_úÿ┼\e\r"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê)▓rXéÊ·ç%Ç\x11\x0E"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+·rP┤\x1F┴ìÛÌìÎ"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê,ÝqTö©+ôƒêì^"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ê+XrKìÚ┌$\x14\x1D"
]
73 0.18 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"\x07ØÔŒÅµU¿¨òµ+¶[ã8"
  b"""
    \x0E\n
    —¨Y”¡H%|4cäe
    """
  b"\x13äæC¦\x13Yx”¢cÜEW\x1F "
  b"\x1A6ËR7ÅTW´¸É\x1CßDü4"
  b"\x1Eï›Ñ“RR\x0F¶¢Ì‰„\x16\x01"
  b"(\x0FÛpüYQ▒┤î}s\x10╬N/"
  b"*DÔj<¹Y~¶°0JÜÙê\v"
  b"F\x10▓│°æQ\x15É╝> Ót¢R"
  b"I O7†R]\f‡çôêq­¼I"
  b"P\x05„Øo8[ê¹\t6¤n9$A"
  b"quMìÙi[˜¡˜œ„‹c Î"
  b"€Æ‡¬ì\x00X̳,"(\x08ÅLi"
  b"‹Ó1°¢\x0E]\x03ž©4\x1EŽË˜\x02"
  b"""
    “.\x14ˆoLWÕ %<¶š\n
    ]
    """
  b"""
    £G\n
    P‡åUß‚ùkšÓõ¼\n
    """
  b"®µ&ÉùPZ²®4p‘O¤‰ë"
  b"·øŠƒé!^¶¥Ñ>ý‰i(è"
  b"½DDS°ÆP\x19‡,\x08K,\ts9"
  b"""
    Î=\x10Ôy\n
    V\x14•ï(6ƒn)Ž
    """
  b"Óó9CüÙPâ´q•¢;\x04m\x01"
  b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F"
  b"‗Ék▄ ÝYÉ×÷%W´luÁ"
  b"û\x1A¹Ox\x13[\x14‡8±Iß\x06ïÖ"
  b"²Ì\x0FPïoT7Égá┬■\x14╝Ì"
]
74 0.13 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
75 3.90 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É┌ê\x11GsóÉ\x0E$\vµ²pÒ"
  b"\x01É┌ê\x11]pæØ_úÿ┼\e\r"
  b"\x01É┌ê\x11tr®êê3øñ░┬o"
  b"\x01É┌ê\x11ïr"ÿ°ê╬BJ_Ñ"
  b"\x01É┌ê\x11ƒpÄÁ┴\x01¢\x0E─ß["
  b"\x01É┌ê)òp1ƒƒºO┤4Ô "
  b"\x01É┌ê)úr╔©â‗H¾Èöè"
  b"\x01É┌ê)▓rXéÊ·ç%Ç\x11\x0E"
  b"\x01É┌ê+XrKìÚ┌$\x14\x1D"
  b"\x01É┌ê+nqÂ┐ëÁÂdq╬\e"
  b"\x01É┌ê+àrÍ║Ê?Î[ѽM"
  b"\x01É┌ê+£qoÅ\v\x01·¨▓B"
  b"\x01É┌ê+▒q^è\x05Õ÷ª¶E["
  b"\x01É┌ê+ãsòí\x01Ð█Çn\t"
  b"\x01É┌ê+┘q<úv╝+á*ãl"
  b"\x01É┌ê+ýpìÁ®┐×VóRj"
  b"\x01É┌ê+·rP┤\x1F┴ìÛÌìÎ"
  b"\x01É┌ê,\rrY¥¤░]'╚Í="
  b"\x01É┌ê,Íp'Ü6|âM}×Ï"
  b"\x01É┌ê,ÝqTö©+ôƒêì^"
  b"\x01É┌ê-\x03shÑÈþGá¦Ö\x08"
  b"""
    \x01É┌ê-\er\n
    äÅÅÎ\x1Fr*Ü
    """
  b"\x01É┌ê-1r{ÖÞëk$\x19¯╬"
  b"\x01É┌ê-FpâÅbÛ┼ãC╣¹"
  b"""
    \x01É┌ê-Yp\n
    ò\x181\x1A]_2Â
    """
  b"\x01É┌ê.\es│«!Þá¥_i¯"
  b"\x01É┌ê.2q§ÿ╩\t\x17L;¥f"
  b"\x01É┌ê.Hq­¼0M\x13;R½È"
  b"\x01É┌ê.^s7é3è°°¾Þ¯"
  b"\x01É┌ê.qq▄ñìðÓVà■h"
  b"\x01É┌ê.çpAƦX\r\x01,Y┤"
  b"\x01É┌ê.øsnëG8Óäia‗"
  b"\x01É┌ê.«r¨ª\x13jÉÈÂ╦_"
  b"\x01É┌ê.─pêÅD©│ú]Ñı"
  b"\x01É┌î¸║qü»r▒O¥¹ÓÕ"
  b"\x01É┌î°}q¬ê«ÆDù]q·"
  b"\x01É┌ƒÔFr}ç÷┌jÌ\x05╬V"
  b"\x01É┌ƒÒ7q~░├ÈY░\fò▓"
  b"\x01É┌í<ÓqÜør!▀ÙÛÈM"
  b"\x01É┌í>^pÂÿÀ·ÿ┤\x06ÛE"
  b"\x01É┌í>årJô'o ─úA2"
  b"\x01É┌í?Ys\eÉÆçva\x01¢Î"
  b"\x01É┌í?âp´Æ3\x023@í\fz"
  b"\x01É┌í@\pož╔Ûµ▄O└"
  b"\x01É┌íP½s\rûùï*¸výÍ"
  b"\x01É┌íQƒrPæ░l_ÅÍ\tH"
  b"\x01É┌íSßq­¡╗A├¿ÏüP"
  b"\x01É┌íTßr├É8¼ö4põ"
  b"\x01É┌íU\vpëì\x0F?f╬╗&A"
  b"\x01É┌íWÛq]Øí0Qÿï7Þ"
  b"\x01É┌íXÑs\x00ë╗°Âî╦l÷"
  b"\x01É┌íYoq\x02¥á\x0F\x18x@Ä""
  b"\x01É┌íZHs¾Àý█·æ+2═"
  b"\x01É┌í]\x14p¦¢ºæÖ7],6"
  b"\x01É┌í]´s°ó\x08\r§Ò\r"
  b"\x01É┌í^ßqªàn¶└\x7F ÙÝ"
  b"\x01É┌í_┐ryÑ-└ö®:‗="
  b"\x01É┌ía\x19rMûO1\x04\x02Ó5ò"
  b"\x01É┌íbiqG¡'\x17¯@íèæ"
  b"\x01É┌ícss¿ñÈ¿NOÅ. "
  b"\x01É┌íh(reÂþº\x03\vÑÇZ"
  b"\x01É┌íi¡p═¬²║ì\x1AKx±"
  b"""
    \x01É┌íjmq;┤¸\n
    \x7Fòá ┬
    """
  b"\x01É┌íkVqÓ╣╔\x05▓ZtLè"
  b"\x01É┌íl#rd╣\x10\tjßx"
  b"\x01É┌ímÅp&áE2ÅãWıò"
  b"\x01É┌íp`skó╦(ƒ\x10²n`"
  b"""
    \x01É┌íq\x1Ap\n
    ü└¾~ïÔ\x13;
    """
  b"\x01É┌íqCqýÜ\x1AZ*Vó9h"
  b"\x01É┌íqdrw¿Ç²/Žá┼"
  b"\x01É┌ír▒syñ\¾«²<U└"
  b"\x01É┌ír█r\x0FÉñ§Üt[│├"
  b"\x01É┌ís®sXë¦Þ░>ñ>\x03"
  b"\x01É┌ísËr╣¼ı\eÄd\x1F¤í"
  b"\x01É┌ís¯p╣í?\x02╔û@┬ã"
  b"\x01É┌ív³r¹╣wgÌ<=R\x11"
  b"""
    \x01É┌íw¯q\n
    Ü\x1C\x16▓C╣\x12
    """
  b"\x01É┌íx\x18pÀÿOCª}╔x\x1F"
  b"\x01É┌íx§pøæc8º,\x08ãé"
  b"\x01É┌íy\x1Fr─æº╦*▀\x11Xg"
  b"\x01É┌í×\x15p°ùÿ,│xf¬Ü"
  b"\x01É┌í×?r╬ÉL\x0EúÄöL\t"
  b"\x01É┌íƒêsý░└\x11­Ü├▓\x1C"
  b"\x01É┌íƒ│qóåôïác\x0F╝q"
  b"\x01É┌íƒÍrí┐µ╚7\x1FÞý©"
  b"""
    \x01É┌탾püó1\n
    Ú└─ã]
    """
  b"\x01É┌íá\x0Fp.ço½?Ó·O$"
  b"\x01É┌íá+qçæ0z]^¶ ê"
  b"\x01É┌íáHs\x12®■)\x0E7ßS¸"
  b"\x01É┌ííærAº╣O?\x1A╦tz"
  b"\x01É┌íí╗rk®\x1D%*Jy▄╣"
  b"\x01É┌íí▄pù╣\x18Ä×bî£í"
  b"\x01É┌íí¨s¨ÂB|░ks·ç"
  b"\x01É┌íó\x16r¿╝ÒçRøO<\x05"
  b"\x01É┌íó3q»ö┘tRvø¦8"
  b"\x01É┌íóÚr▀É©C0¿¤ë"
  b"\x01É┌íú\x12p■ÁÁ┐\x03G4q\x08"
  b"\x01É┌íú4s\x10êï5\x19yQFì"
  b"\x01É┌íúPr§ƒ^Dúàmµ¯"
  b"\x01É┌íúlsEô ýÚ\x7F67C"
  b"\x01É┌íúësSا´'ì©iA"
  b"\x01É┌íñ?qЩtOr&\t³("
  b"\x01É┌íñhrb¼ÑÿíHðh/"
  b"\x01É┌íñèr4èn┐»Û ═¸"
  b"\x01É┌íñªstä|ÞÄ■û ║"
  b"""
    \x01É┌íñ┬s├Âñ┴\n
    Kÿ¡\x19
    """
  b"\x01É┌íñÌs-╣~è´o~qI"
  b"\x01É┌íÑìsz«×{/k■t­"
  b"\x01É┌íÑ┤rô¡[xçXÆ2 "
  b"\x01É┌íÑÍpÚîn\x08¯ö─Óô"
  b"\x01É┌íÑ‗rTºéé¨\x11\x15X▄"
  b"\x01É┌íª\x0Ep,Â╣&zYM¿4"
  b"\x01É┌íª+pí¥X \vò┐$Ù"
  b"\x01É┌íªIrÉ«\x04│°_˸p"
  b"\x01É┌íªgs1å╦j┐çÔ┼)"
  b"\x01É┌íª°r┴ñôdFþR\x11"
  b"\x01É┌íº!p|¥ª®tÎÞò:"
  b"\x01É┌íºAr‗ú£ý©ïþÊX"
  b"\x01É┌íº]qÓÿ8ñÊò┤╗\x1E"
  b"\x01É┌íºxqâúv└´Xêƒ8"
  b"\x01É┌íºòp¨ÅBqÅ`BA\x01"
  b"\x01É┌íº│sÏÁ\x0F+{h┌d\x07"
  b"\x01É┌íº¤r¹ñ▀┌Áí\x126%"
  b"\x01É┌íºÙr6ä\x12‗£ØZ\eä"
  b"\x01É┌í¿Öq¦ä¬[XoýÍ\x05"
  b"\x01É┌í®IqdÂiXÈ:úI}"
  b"\x01É┌í®sq╦¿\x1FPz+\x1Cù°"
  b"\x01É┌í®òp3òP±%wsú4"
  b"\x01É┌í®▒q═┤þZK«1r)"
  b"\x01É┌í®╬rUÀ\x01õ\x0EÁ®m\x1E"
  b"\x01É┌í®ýs®ƒÚÞH/Zõ¡"
  b"\x01É┌í½mp¡│¬\x053·i7®"
  b"\x01É┌í½ôs#╗G3\x1ES]ÿÃ"
  b"""
    \x01É┌í½Ás┼øòƒ\n
    §Ñ\x05:
    """
  b"\x01É┌í¼\x7Fq│è&åçZ÷\x07X"
  b"\x01É┌í¡bp\f»╚Ä*¬kÝV"
  b"\x01É┌í¡ÆqoÅõö%Ó╚Ú┼"
  b"\x01É┌í«õq:ê¾`ÈÙ/ø§"
  b"\x01É┌í░EsË©F Ý¶rTö"
  b"\x01É┌í░lpIÆÞ\x14á─┴k├"
  b"\x01É┌í│xruêìð«(\x04"
  b"\x01É┌í┤'r┤½®\t¸Ö\x15┐í"
  b"\x01É┌í┤Ìr:▓╔Ý\x03┬9²║"
  b"\x01É┌íÁ®paÂKB(o§f7"
  b"\x01É┌íÂjqI®╔u■¨IC┌"
  b"\x01É┌íÀ(s\x02¿\x05\x01gf¶G└"
  b"\x01É┌íÀÓs\r│Aû4±7û\x06"
  b"\x01É┌í©ñs▀è\x17å!\x02│T\x16"
  b"\x01É┌í╣Yq@ó▒ÖÙìç╩p"
  b"\x01É┌í║$sê╣Òz)Oüo«"
  b"\x01É┌í║Þs╬¢~\x06Ä$Du╗"
  b"\x01É┌í╗ØrÄì║2\x1EÑw\t|"
  b"\x01É┌í╝Ur\x1AºÉ■í¾Â®C"
  b"\x01É┌í¢\x10s«Æ¤YýDjw\x08"
  b"\x01É┌í¥ðr■Ü\x17╩ð┼B1v"
  b"\x01É┌í¥¹pzå═.ô0äÍ0"
  b"\x01É┌í┐\x1Ep\x04║D┴á¦6Ü"
  b"\x01É┌í┐Òr\x0EÅê\x0F┼┴L\x7Fq"
  b"\x01É┌í└ðq6¿P┘6¢Ã\È"
  b"\x01É┌í└¹rD£┌/±¦o\x1DÜ"
  b"\x01É┌í┴\x1Er¦òÂ\x18)u.6Â"
  b"\x01É┌í┴;sß¿┐mW¨Ë╣r"
  b"\x01É┌í┬\x00p'ç═ôÀM╦Íu"
  b"\x01É┌í┬+q ÿ7\x02j[hÑ\x1F"
  b"\x01É┌í┬¹p#┐▄ê\x08ÙÝ^\x04"
  b"\x01É┌í├▓r\vñþW0Á¿:ñ"
  b"\x01É┌í├¦sÂùG╠\x05Ñ!+\x0E"
  b"\x01É┌í─òp}¥\x1D¯&Ææ*â"
  b"\x01É┌íã/pv¥6#Ô┬ÍÊ─"
  b"\x01É┌íãZq7Å\x10ÉÔÎÄNh"
  b"\x01É┌íã}rqôÏç┬ºô`1"
  b"\x01É┌íãÜs\x12»!!▄lÿ╗¡"
  b"\x01É┌íãÂrÿ¬J2'└=\x03"
  b"\x01É┌íÃpp\x1CÑ\x1E\x06\x13]\x13:"
  b"\x01É┌íÔÄs\x15¿´├é╩░B½"
  b"\x01É┌íÔ½r(âÿ¬®Ó│█\x16"
  b"\x01É┌íÒ\x7Fq{Ç¡9é±3w\x0F"
  b"\x01É┌íõ]p\©Â§╬0ÁðM"
  b"\x01É┌íÕSp|â└╚È\x1E\x00"
  b"\x01É┌íÕ\x7FqVªY│Rëï\x12""
  b"\x01É┌íµ\x1CrÂÿÂ\x08Сòå■"
  b"\x01É┌íµFr\x07ª\|ÈîU\x00""
  b"\x01É┌íµaq\x1DÇiƒÜ\x1D·IS"
  b"\x01É┌íþ\rq×║·®░q/ç┌"
  b"\x01É┌íþÙsf®▒xx£ ®¶"
  b"\x01É┌íÞÚr`â×gx¦²I¸"
  b"\x01É┌íÚ\x1Fr\x1EáiÉÂR[\x07)"
  b"\x01É┌íÚIpC¡Á~ÎÜ<+ô"
  b"\x01É┌íÚqrº¢\x1Eç¬\x7F­hr"
  b"\x01É┌íÚìs\x02æë-\x01Aú ¯"
  b"\x01É┌íÚ¼ruü\tÔCýçQÌ"
  b"\x01É┌íÚ╔qèªà:k╣üª¶"
  b"\x01É┌íÚýsïùìÛÝ\x18Iõý"
  b"\x01É┌íÛ\x08q█»\x15Z6À▀├\x01"
  b"\x01É┌íÙ╠rI×Ç·°°\x1E"
  b"\x01É┌íÙ·q═▒ô┌┐¥\x07─ð"
  b"\x01É┌íý\x1EsÏò┴=/ø╝1²"
  b"\x01É┌íý@pQºþ\x1EÃ>\\x19î"
  b"\x01É┌íý\rrø¬W\x0FÌÕp\x1D"
  b"\x01É┌íý\x7Fq■ñ└¬ºËî]É"
  b"\x01É┌íý£s\x07òªá\x0EÃ\x10"
  b"\x01É┌íý╗q\x04É\x06-\x1AH\x17\x10Æ"
  b"\x01É┌íý█p├ÆÃ¹Ì`ãzÏ"
  b"\x01É┌íý¸q\x04æ\tà¬w░\x7F"
  b"\x01É┌í‗"sÉ»¼´þÀep³"
  b"\x01É┌í‗Rr$ä\x0F¸\x0F:P^┌"
  b"\x01É┌í‗upѽá\x04®tÈ!\r"
  b"\x01É┌í‗òskÁàúC«×┘¿"
  b"\x01É┌í¾\s\x13Ѧ¤®î°)▄"
  b"\x01É┌í¾ìs│É╠\x0FÉ\t~ñ┴"
  b"\x01É┌í¾▒sRü▄┬Å åÝ©"
  b"\x01É┌í¾ðqÆüÄ═Ò═õ\x16ý"
  b"\x01É┌í¾Ýq\vú═ôï\x02¸\x15Ø"
  b"\x01É┌í¶\fq4ºB\x10\v╣fÜ┐"
  b"\x01É┌í§┬r}©Ê!Ò!│Òý"
  b"\x01É┌í÷╣pYÜÌqýåÆÄ\x16"
  b"\x01É┌í÷Òs9Æf┘yh\x00õã"
  b"\x01É┌í¸\x04rõó ╝ê\x1D´É¼"
  b"\x01É┌í¸!rSæh·\x13çB\x18Ã"
  b"\x01É┌í¸¨r×ùæ▀F\x15O=\x1A"
  b"\x01É┌í°'s¢ÿD▒x\x13Côy"
  b"\x01É┌í°Irƒ¥┘j\x10Gw[Ï"
  b"\x01É┌í°fs╔Æ┴╝T├î¡═"
  b"\x01É┌í°ép*│·\x1FXê¹¹Ì"
  b"\x01É┌í°ƒsÔç>\v¦´Í%§"
  b"\x01É┌í¨¥qÝÉî\tKw[i^"
  b"\x01É┌í¨Þquå[\x00³@ÿL\x1C"
  b"\x01É┌í·\x04sÜ║7±Òq\x12"
  b"\x01É┌í· p▄▓Mâ5sq¬~"
  b"\x01É┌í·=rãümÚð_d¤þ"
  b"\x01É┌í·YqÄÆ\x06\x1AI╦Ûéj"
  b"\x01É┌í·usx░yd]▄?H>"
  b"\x01É┌í·æp\x05óÀ.jØ#(¼"
  b"\x01É┌í·«s█½V|c+V,4"
  b"\x01É┌í¹qr╗É$Ao]└dÌ"
  b"\x01É┌í¹Öp\x11┐·\x04]\x17└1ë"
  b"\x01É┌í¹┐r\x1D¬H\x08§▀╣▓"
  b"\x01É┌í¹ÌpIè\x7FÞe\x04UÉq"
  b"\x01É┌í¹·slí½!Û¾ÿ▒J"
  b"\x01É┌í³\x19qvùyѼë¸Ê0"
  b"""
    \x01É┌í³6p└º\x0F&\n
    Xb\x1A<
    """
  b"\x01É┌í³SrãèyéÚbLvF"
  b"\x01É┌í²1sú¡ï╣­s\r¼ä"
  b"\x01É┌í■\fs\äQ╠Ùþ@I "
  b"\x01É┌í■:pYïv\v¾5öVi"
  b"\x01É┌í■_pÌóMıô;y└╔"
  b"\x01É┌í■~s\x05▓[╬\e{\x16▓╩"
  b"\x01É┌í■øs!¥=▀\x12Ko\x01("
  b"\x01É┌í■Àq\x19»┘>ï\x07\x03"
  b"\x01É┌í■ırIí\x13Ìy\x16ÙV)"
  b"\x01É┌ó\x01èqR¼\x12umíàTk"
  b"\x01É┌ó\x01ÀpÝ┤\x19Ñë┼aX5"
  b"\x01É┌ó\x01¦päÆ7\x1E╣0¦¢t"
  b"\x01É┌ó\x01³qlø\x7FoUa╣E░"
  b"\x01É┌ó\x02Úsb│╚zÒ]╝ƒº"
  b"\x01É┌ó\x05╗s\x7Fâ=³è█)Ý├"
  b"\x01É┌ó\x05Ôr¯╣ý-£/\Me"
  b"\x01É┌ó\x06\x04r*ùÌ9ì¤îEÚ"
  b"\x01É┌ó\x06 s\x04ë°\x14╗¬\x1A®5"
  b"\x01É┌ó\x06=rWéð\x1E═¦u¸\v"
  b"\x01É┌ó\x06Yqp½Áqâ╝\x1Ay&"
  b"\x01É┌ó\x06ur█ó¬¦rýÈ\x00´"
  b"\x01É┌ó\x06æs$í«\x19ZÙ ╩¤"
  b"\x01É┌ó\x06«sPå╠·öï:Zÿ"
  b"\x01É┌ó\x06╩sgÀxy│■\Û}"
  b"\x01É┌ó\x06µq■í%┤²fX\x02a"
  b"\x01É┌ó\x07\x02p▄½\x0E=Î Ú┐┘"
  b"\x01É┌ó\x08\x1As{│ô¬±ýõ¾\x18"
  b"\x01É┌ó\x08Dr°┤acÒ²╠\fÅ"
  b"\x01É┌ó\x08eq^ó┌▒¬ò?»Ý"
  b"\x01É┌ó#±r}ñ╬D½]Á\x0E\x05"
  b"\x01É┌ó$╔sYàÃ14®ÃL╩"
  b"\x01É┌ó%£r\x11ó╣>@╔å+╔"
  b"\x01É┌ó)½rÙÉlZ4a*\x05\x1A"
  b"\x01É┌ó-╝q]┐¿VÏíã\x116"
  b"\x01É┌ó-µqõä)Ì£4[~Ð"
  b"""
    \x01É┌ó.\n
    s&úݬy_ì╦\x1C
    """
  b"\x01É┌ó.&rÎ╗*╝õÌ60]"
  b"\x01É┌ó.þrÜ¡:¯\x11╬íhH"
  b"\x01É┌ó/ñr4ñ¤\x05½ÕÓ█\x06"
  b"\x01É┌ó/╦quä█Ø\x10Ô\x13\x07&"
  b"\x01É┌ó/Ýp─ƒËfê¢çQW"
  b"\x01É┌ó0\rpÿôq2ÜnØÅr"
  b"\x01É┌ó0-r+£#&«╦ä˾"
  b"\x01É┌ó0NrnÁ?p_█L×("
  b"\x01É┌ó0mp\x11¬\x17_üß½*└"
  b"\x01É┌ó0ìpWô ª\x1C2& d"
  b"\x01É┌ó0¡q-╗■╠ß/\x07>╦"
  b"\x01É┌ó1år0Æ▀.rÏh*║"
  b"\x01É┌ó1░r0®>[DÛ\x10$,"
  b"\x01É┌ó1╠pE«═\x1D?X├═└"
  b"\x01É┌ó1Úr ÿ\x1CÝ└]$Iw"
  b"\x01É┌ó2\x05rتÈÒkåºCW"
  b"\x01É┌ó2"qÉùi vìïþ╝"
  b"\x01É┌ó2┌sð®┘¦&1\!┬"
  b"\x01É┌ó3\x04q╔à\x17z\x00_s>À"
  b"\x01É┌ó3%r9»%Tê╗á■ï"
  b"\x01É┌ó3þq¥ÜGßDµþÌ\x7F"
  b"\x01É┌ó4ØpºÇıwe¸£a\x0F"
  b"\x01É┌ó4ÃqÌümRn\x04Eª""
  b"\x01É┌ó4Þpb×¼¥¡pÐ4ï"
  b"\x01É┌ó5\x05ràúË└õìEó¾"
  b"\x01É┌ó5"sƒ║▒¾¼¡»/k"
  b"\x01É┌ó5>r&©Q╣ä\x18\x16╚Í"
  b"\x01É┌ó6\x1Eqoï´ý╣mÔ!\x03"
  b"\x01É┌ó6Rpfà{H!\x0FAúê"
  b"\x01É┌ó6ns┬£è\x0F¥yY¦£"
  b"\x01É┌ó6ëp6ÿpzØUp*-"
  b"\x01É┌ó7*r)Æ\x13tìä╦R("
  b"\x01É┌ó7Ýsöù-ÚMVëÎP"
  b"\x01É┌ó8\x17p╝®:Ðþ¬ñ\ep"
  b"\x01É┌ó89ph╝ªãà■-‗õ"
  b"\x01É┌ó8UpïÄ\x1CFíújú\x16"
  b"\x01É┌ó8qp╩ñRõ/Qg╣ë"
  b"\x01É┌ó8Äp‗Éb\x10¥\x1D¶Ý\x1C"
  b"\x01É┌ó8¬p\t£ÿ▒oI▓é<"
  b"\x01É┌ó9cr\x02ïg║°I\x08;╔"
  b"\x01É┌ó9îrbù\v!M-Åõö"
  b"\x01É┌ó9½s█Ü¿W=Yó¯\x18"
  b"\x01É┌ó9ãs█×RQ¼╩©]±"
  b"\x01É┌ó9Ôrã║ÿ,╦\x05v╝Ï"
  b"\x01É┌ó9²qlà╠\x1DU\x7F\x19"
  b"\x01É┌ó:\x18r┌®G╔└╬Ñ\x06g"
  b"\x01É┌ó:4s▒ñÐ"\x12¯~\x0FW"
  b"\x01É┌ó:Opvƒºƒ┤A»╩Q"
  b"\x01É┌ó:jq\x07£\x01\x02·\f¬Ã"
  b"\x01É┌ó;\vp\eƒÈw\x1A.9P┌"
  b"\x01É┌ó;┬p╩ùøgÍ\x1Fe)ç"
  b"\x01É┌ó;ÞqëªÅ\r\x0Eã\x13╣,"
  b"\x01É┌ó<\x05s³ñnPë[─·²"
  b"\x01É┌ó< pÌ╝O¶ÿı║®G"
  b"\x01É┌ó<;qvùVø£│\°X"
  b"\x01É┌ó<VsËêúX┐\x19┘.╦"
  b"\x01É┌ó<¾pÙÂ\x00ì\x11y­b;"
  b"\x01É┌ó=\x1Ap\x13ƒ©ãÎï‗ýÒ"
  b"\x01É┌ó>pq½®Ç»ôÍ└h╗"
  b"\x01É┌ó?+q £┘╣ðÀp!╩"
  b"\x01É┌ó?Usúרf\tZ├Hè"
  b"\x01É┌ó@>rxøB!sÓß═\x07"
  b"\x01É┌ó@hrï©╚vË#ý¯Q"
  b"\x01É┌ó@àsºäø\x05VªTR¹"
  b"\x01É┌ó@ís1æ_\r'+\x04\x1F\x1C"
  b"\x01É┌ó@¥q▄½Õ\ǰRX>"
  b"\x01É┌óAÅr5╣S╚╦µ-×╔"
  b"\x01É┌óBIs§░¤\x01]▒\eʨ"
  b"\x01É┌óBsp\tó┘Q.û\v"
  b"\x01É┌óC9s¹ì(\x03cw┼(Ç"
  b"\x01É┌óCVq¹»¨ÓPt¬\x01\x15"
  b"\x01É┌óCsrë,±¨AD\x0E\x17"
  b"\x01É┌óCÅsZÉ┌f$fÚ;È"
  b"\x01É┌óC¼p{Ø-å±w.Ìá"
  b"\x01É┌óC╚sN╣3Øá┤\fº°"
  b"\x01É┌óCÕs\x12ÿ‗╠┘bgjú"
  b"\x01É┌óD┐q\x12░ÅiÊ«þ?¼"
  b"\x01É┌óEvrYúÈÖå┤zë┴"
  b"\x01É┌óF\x7Fq¡úJ▓oK¡═É"
  b"\x01É┌óGBqûØéÔv$,?|"
  b"\x01É┌óJÜpñɽ\x06ö³ø┌e"
  b"\x01É┌óJ─qmÿ\x058jhèUn"
  b"\x01É┌óJµs¬Æ\x02Ô╠W¨2£"
  b"\x01É┌óK\x03p¼ê£\x07µÅtA\x10"
  b"\x01É┌óNMp5▒`\x10\x05ƒY╔©"
  b"\x01É┌óNzqêôÛ;ö6f\x10÷"
  b"\x01É┌óS█qc╗å█£F\x07»­"
  b"\x01É┌óT\x03s3┤ùèT\x05îâQ"
  b"\x01É┌óT põê+╝\fV1(k"
  b"\x01É┌óT>r/©\x12©&Ý▒½6"
  b"\x01É┌óT[sö½ù\x17c\x17Ôà»"
  b"\x01É┌óoár˽rY\x05º+<`"
  b"\x01É┌óo┴p çïG╩«╣ûÃ"
  b"\x01É┌óu░rPé‗òÍY\x07\x1F¢"
  b"\x01É┌óu█pkö┬ß0Á┘PÌ"
  b"\x01É┌óu°qÍó­jßàÖÌ\e"
  b"\x01É┌óv\x15råú½Í╩´‗k½"
  b"\x01É┌óv2q'òyê*EcQ8"
  b"\x01É┌óvOp┤│R└ð═▓½¯"
  b"\x01É┌óvlq\x06º"X!¾4ü\x03"
  b"\x01É┌ów8pxìæÔ┼░T¯\x10"
  b"\x01É┌ówas╩╣ ÿØ;Y─ô"
  b"\x01É┌ówérμU,╝k\x1A\x1Fn"
  b"\x01É┌ów×r|èí╦7x■\x16\x19"
  b"\x01É┌óy²s`Áú7#èóıt"
  b"\x01É┌óz%qÌà╬è\r\x08n}┘"
  b"\x01É┌óz@rÝÁýÜ▀2c\x1C"
  b"\x01É┌óz\s>Â└╩=\x1E õ³"
  b"\x01É┌ózys║ïáû\x7F¸E‗¹"
  b"""
    \x01É┌ózòpºô1.╣\x01ï\n
    ã
    """
  b"\x01É┌óz▒p4Ö\x12ý┤&vyx"
  b"\x01É┌óz═r\x0FÿG┬U\x10lÄm"
  b"\x01É┌ózÚs0½╬èEäàs\x11"
  b"\x01É┌ó{\x05rUôé╗بjÆä"
  b"\x01É┌ó{!re║▓â╦\x07@M¬"
  b"\x01É┌ó{=qVò▓¹õ▄Ùê\x1C"
  b"\x01É┌ó{Ùs$öïó┴╗û]╔"
  b"\x01É┌ó|\x17q(¢\x01¢ÉwÐR┘"
  b"\x01É┌ó|4q§ï q,┌«,X"
  b"\x01É┌ó|Qr╠騦Jø\x05½{"
  b"\x01É┌ó|nrÊêºË╝²\x1D×°"
  b"\x01É┌ó|èpÌ░1ð±{à¼Z"
  b"\x01É┌ó|ºrhó═4ä \x1D"
  b"\x01É┌ó|─sM¬ØyIp½J¯"
  b"\x01É┌ó}¼p³Æ`2p\x1F\x1D\x1Fø"
  b"\x01É┌ó}Ër«ò\v̱,'\x1C\x18"
  b"\x01É┌ó}¶s¨ò³Í'├I╠?"
  b"\x01É┌ó~\x11pû┤ê!7v\WW"
  b"\x01É┌ó~-r\x10æ@ÞQ| ÿ¨"
  b"\x01É┌ó~JpîÿÆ4\x10\x01qáò"
  b"\x01É┌ó~gs\x17¼$║o4ê²È"
  b"\x01É┌ó~äp\x1D½O\x06v[\x16£Ø"
  b"\x01É┌óâ\vsù©zN)<þsf"
  b"\x01É┌óâ(rö®íä:¥BÏC"
  b"\x01É┌óâDpú©Ï3ìÁo╔9"
  b"\x01É┌óâ`p}ïU×│NÌ\eo"
  b"""
    \x01É┌óê║pZà\n
    0hyì8G
    """
  b"\x01É┌óêµpà©©╩àÃl]å"
  b"""
    \x01É┌óë\n
    sAò¡á\ı²\x16à
    """
  b"\x01É┌óë+q¥öè\x15SQ@Ðÿ"
  b"\x01É┌óëIq~»}o├Æô­\x14"
  b"\x01É┌óëgr,ò¦|u¥_^§"
  b"\x01É┌óëäse¬Ùð3│Cä®"
  b"\x01É┌óëísÐá╬Þ$%·J\x05"
  b"\x01É┌óë¥p?¥¬\x15Óı¶©¯"
  b"\x01É┌óë█q┌çT╬FW\x1Aq\x10"
  b"\x01É┌óë°seèB§2þ(\x03("
  b"\x01É┌óè\x15r#û\x1Dß\x02\x19\x1C"
  b"""
    \x01É┌óè1rÊê\n
    P╠°åIÍ
    """
  b"\x01É┌óèNqç╗óQ©{ÊV»"
  b"\x01É┌óèkp└░æ═6Ü&p·"
  b"\x01É┌óèêsyï"╦@Ïbv["
  b"\x01É┌óèÑr¨Ñu─û½░ö┘"
  b"\x01É┌óè┴q├ç╬O▀Ó─¬|"
  b"\x01É┌óèÌp¡à┼■╩│ñ\x026"
  b"\x01É┌óè¹pßë┘Òh;ÜÒÙ"
  b"\x01É┌óï\x18r)ÀB\tLWº¡┐"
  b"\x01É┌óï4r²ùÐô÷:\x07ÇË"
  b"\x01É┌óïQq{¡ƒ¸\x7FÃ;½f"
  b"\x01É┌óïnr®ñ2JhÙìsï"
  b"\x01É┌óïïq┤ø\x18\x17&uÄfã"
  b"\x01É┌óïºsûöÎ\x10ÖÅ╠H▀"
  b"\x01É┌óï─s,╗K·Â\x01f¸Â"
  b"\x01É┌óïßq\x1Dâ\x1E\x17\x07=h│o"
  b"\x01É┌óï■rÏ»ãMÿ¢ê0\x19"
  b"\x01É┌óî\eq\x1FÁNéá└\x1D"
  b"\x01É┌óî8r0«»_R└O\x0E\x08"
  b"\x01É┌óîUs╠½jC=┌║!\x10"
  b"\x01É┌óîqr\x01òÎ"5TvÞ┘"
  b"\x01É┌óîÄq¦âá§¥»ë5s"
  b"\x01É┌óî½r¢ÿ»é\x0F\v\x05"
  b"\x01É┌óî╚qpÁÎ4Ú{Õw!"
  b"\x01É┌óîõs5▓ÌÅÚ®AÓà"
  b"\x01É┌óì\x01s4┐\x08±\½Øuò"
  b"\x01É┌óì\x1EsDÜà}þ3W\x15\x06"
  b"\x01É┌óì;r‗áø\x07µk¡­S"
  b"\x01É┌óì[rݽÉ█U<\x1AF)"
  b"\x01É┌óìxrìƒòs%═\x12Ü+"
  b"\x01É┌óÄ1s\x1Aá┼²¨µdÄø"
  b"\x01É┌óÄOq¾ø\x18║&\x18%ô╗"
  b"\x01É┌óÄlsS£¦zÃ▄D\x11\x02"
  b"\x01É┌óÄërÙ¡~©¦o9­å"
  b"\x01É┌óÄ®s\x1C╣à\x10T┼YC\x00"
  b"\x01É┌óÄ┼qÅæ3¤[\P·°"
  b"\x01É┌óÄÕs■òüç┤ûÚ\x11õ"
  b"\x01É┌óÅ\x02rÜå|O\x01ß│àÝ"
  b"\x01É┌óÅ"q¤▒\fýiD"╝±"
  b"\x01É┌óÅðqrè\rÏé\x1Dø]â"
  b"\x01É┌óŨp█┐\x0F\t\x0Em<Vä"
  b"\x01É┌óÉ\x1ArÃÆ\x10ÃÐÏ)÷\x7F"
  b"""
    \x01É┌óÉ7sHÁe│▄\n
    þ1
    """
  b"\x01É┌ó»¡sØü\x12\x1AÛ:p\eç"
  b"\x01É┌ó»╩qz╗┬\x1C³¤ërP"
  b"\x01É┌ó»þqE┐ø»_«=Éh"
  b"\x01É┌ó░\x04qöøj¥\x06╝$d\x13"
  b"\x01É┌ó░!sHögñ/a║ïÞ"
  b"\x01É┌ó░=q|à╠òk<Ü~Ý"
  b"\x01É┌ó░Zppƒl)ËÐ█`/"
  b"\x01É┌ó░wpñè@,c¢\x01\x1Dó"
  b"\x01É┌ó░ôs,óF\x10Un<¼Î"
  b"\x01É┌ó░░sù┤á\e }qrÕ"
  b"\x01É┌ó░╠pEÂYE{┬!\vt"
  b"\x01É┌ó▒wp\x06ó\vÕÚ>ØU¢"
  b"\x01É┌óÁLr«╣\x0EÙgå?8!"
  b"\x01É┌óÁtp÷é\x0Eò'tÕ­1"
  b"\x01É┌óÁÉq÷ä>12ää²¹"
  b"\x01É┌óÁ¡sV│ß\x08:»%╠Ï"
  b"\x01É┌óÁ╔s£¥Ê\x13T╦߬\x17"
  b"\x01É┌óÁµqâ×§¥¬╚!Âó"
  b"""
    \x01É┌óÂ\n
    rßÜ>─┬ÉNÿÑ
    """
  b"\x01É┌óÂ'rF│i®T¿O$J"
  b"\x01É┌óÂDqrÂd~_d1▀|"
  b"\x01É┌óÂ`sÃĬØqNC*\t"
  b"\x01É┌óÂ}pj©[º'Yñݽ"
  b"\x01É┌óÂÜs¸ëH┌.»ã¶4"
  b"""
    \x01É┌óÂÀr\x13¼po\n
    \t¢\x11
    """
  b"\x01É┌óÂËsü«úÌ\x13vнÎ"
  b"\x01É┌ó­qƽP·àÓcÉ\x12"
  b"\x01É┌óÀ\rpOÑØòW\x04m╩õ"
  b"\x01É┌óÀ*s)ú\tÕ)Àtø "
  b"\x01É┌óÀFssï\x13Þ£bÚvû"
  b"\x01É┌óÀcp\x0F▓xó╠\║×q"
  b"\x01É┌óÀÇp7Ü\-rC╗à¤"
  b"\x01É┌óÀØpRÅ^?¬\r\x17Æ."
  b"\x01É┌óÀ║p(æ\x19^¯▄êYÓ"
  b"\x01É┌óÀÍq▒À¬ÜÂÃ╝¨¾"
  b"\x01É┌óÀ¾p­▓8\x08ó╦¨²\x13"
  b"\x01É┌ó©\x10q╣áFc_zç<A"
  b"\x01É┌ó©-r╠º░Ûi¿åë\x10"
  b"\x01É┌ó©JpA┐Èo#ðÑ~o"
  b"\x01É┌ó©gp*¬{Ð┘ßÍÈ┘"
  b"\x01É┌ó©âs´Ç%_╚\x0Eïù\x17"
  b"\x01É┌ó©ár$ƒéúdJ§│\t"
  b"\x01É┌ó©¢rí©#╠\x08:×╔┬"
  b"\x01É┌ó©┌sj¬T\x04zÜ■Ðp"
  b"\x01É┌ó©¸rrÑd§┤ ©\x02R"
  b"\x01É┌ó╣\x13pz»\x13(‗q¶?ú"
  b"\x01É┌ó╣0sz®nÀÞ°\x19Q"
  b"\x01É┌ó╣Mr │½|\x08■ðé╝"
  b"\x01É┌ó╣jp^èʬÔûJ4H"
  b"\x01É┌ó╣åp:åúøÄzU?c"
  b"\x01É┌ó╝<sã¬█┤½!=FX"
  b"\x01É┌ó╝ppL╗ß§0VR\x0F<"
  b"\x01É┌ó╝ÿqÎ▒Á╣$Í]MZ"
  b"\x01É┌ó╝┤qdÅ^2YÐS&ã"
  b"\x01É┌ó╝Îr.╗‗çôþ¡\x1AÞ"
  b"\x01É┌ó╝¶r\x02ºý\x19\rèXÕ└"
  b"\x01É┌ó¢\x17sÁ¼îjö┬\x04\v*"
  b"\x01É┌ó¢3r▄¥ä­´\x1DÍao"
  b"\x01É┌ó¢Vsó¥õÕùÞa\x05<"
  b"\x01É┌ó¢ssËú\x15╬3ÖâÓ\e"
  b"\x01É┌ó¢ûr\rƒ¾¨T0(^/"
  b"\x01É┌ó¢│rkÀ>\vaìºj├"
  b"\x01É┌ó¢Íp6è╦û╩nsöƒ"
  b"\x01É┌ó¢‗r·¢╦Ú\x08`\x1F"
  b"\x01É┌ó¥\x15raÿj \r¨█»j"
  b"\x01É┌ó¥2r\x01ê║`┴cþúé"
  b"\x01É┌ó¥UrNÑ¿è┤┌\x13\x00\x19"
  b"\x01É┌ó¥rs▀▓ñÖõO\x10Z:"
  b"\x01É┌ó¥òq¶àÚ\x01ÒıèS\f"
  b"\x01É┌ó¥▒q7ëܱ╦ú$aÍ"
  b"\x01É┌ó¥Ès±É4ºK'²\x0F\x02"
  b"\x01É┌ó¥±sZü¶iB=EÒ\x07"
  b"\x01É┌ó┐\x14rÜÑ,╦j┬¢k\x08"
  b"\x01É┌ó┐1qL▒5ZØÂ}Èë"
  b"""
    \x01É┌ó┐Tr¬Âåa\n
    Ë\n
    \n
    ]
    """
  b"\x01É┌ó┐ps¡ê>║juuBí"
  b"\x01É┌ó┐ör\x19¿PÀà\x14¶«╠"
  b"\x01É┌ó┐░p\tòL²┤Ú\x03ã#"
  b"\x01É┌ó┐ËpÚÄC<\x04░ütù"
  b"\x01É┌ó┐­soàçp¥\\fO╚"
  b"\x01É┌ó└\x13pfƒ\x05äC\x14▓─┘"
  b"\x01É┌ó└0pG¿0OÐÛÐ^╝"
  b"\x01É┌ó└Sr¯Âa¡àR\x0FÃ\x06"
  b"\x01É┌ó└op_ÿ-Ölë,:¸"
  b"\x01É┌ó└ÆrZÀüÜø╝kµB"
  b"\x01É┌ó└»rÔÖâ\x06VãTÎ┬"
  b"\x01É┌ó└Êrºøç«¿\x1CLY┴"
  b"\x01É┌ó└´sÊÿXàN\\t\f*"
  b"\x01É┌ó┴╬qÖĬ§L»▒\x08"
  b"\x01É┌ó┴¹qcƶ\x1D>HüÛ‗"
  b"\x01É┌ó┬\x1DpÃò‗!{³N╝Y"
  b"\x01É┌ó┬=p╬è\x11\x14ea\x13ab"
  b"\x01É┌ó┬_r%ú]\x1DÛX9hÙ"
  b"\x01É┌ó┬}r\x1C¿‗\fRt`ü"
  b"\x01É┌ó┬ør%ÿ©YÝ\x16ýZ»"
  b"\x01É┌ó┬¢q\x1E╝NuÅy÷á^"
  b"\x01É┌ó┬█q(┐▒\x0E▄Wá&."
  b"\x01É┌ó┬ rÒúfÔ5│Éëæ"
  b"\x01É┌ó├╠p■Á¸^─)p└Z"
  b"\x01É┌ó─ësÙ«a]╣ì1\eÝ"
  b"\x01É┌óß\x13s·ÜæÏ¢Ý<Q6"
  b"\x01É┌óß┬q■ñCÃéÓ~eÕ"
  b"\x01É┌óÔ»p\x02í¯du\x0E┼╦?"
  b"\x01É┌óÒòs\x18ì\x1E¡▀B─'/"
  b"\x01É┌óões¶ûÞ\x1E\fÜ\x1145"
  b"\x01É┌óÕBp\x18▒ã\x1A╔¬"X`"
  b"\x01É┌óµ\rq\x06»­\x16,yÌmã"
  b"\x01É┌óµÓr╣┤]l┴î@\f;"
  b"\x01É┌óþ┐p|ïRLyÚ2D4"
  b"\x01É┌óÞæpÛïW±~8sba"
  b"\x01É┌óÚUps╣}▒LT╚d\x10"
  b"\x01É┌óÚäp²┐cÚ╝ó\x08┐¥"
  b"\x01É┌óÛZqµ¥`█æ­Ä+é"
  b"\x01É┌óÙzp»ö9\x03╝öît\e"
  b"\x01É┌óýërV粃uð_[c"
  b"\x01É┌óÝás\rùM3«Ë┬èä"
  b"\x01É┌ó¯îrúü7ùË·"┐1"
  b"\x01É┌ó¯¢sy┐ÕÂ}Å\fÊ="
  b"\x01É┌ó¯µs\x05┐ÿÿG=²k­"
  b"\x01É┌ó´£p\x17╗Ô\x14-Àë®È"
  b"\x01É┌ó´╦s ¡6d^x\x0E÷ì"
  b"\x01É┌ó´¯r¨Á┘èØ}\x00╠¡"
  b"\x01É┌ó­\vrÊÂ÷ñvá\x07Wc"
  b"\x01É┌ó­█qöº\x16d\x7Fæ╝└d"
  b"\x01É┌ó±\vq╠╣Iû\x1FÞÃë7"
  b"\x01É┌ó±4p~¡¿&'=¶\x12L"
  b"\x01É┌ó¸¹sH╗¹▄\e\x123èm"
  b"\x01É┌ó°-s┬ºD,Í┐wë1"
  b"\x01É┌ó°TqÏìf3ª·q{\x05"
  b"\x01É┌ó°pqVÅ\x13ë‗Ì▒▓h"
  b"\x01É┌ó°Éq\ñ║\x14<─\x16S╗"
  b"\x01É┌ó°¡rûæ\x1Eê®[G╠Ý"
  b"\x01É┌ó°╠p╬ê\x19■}Á╔█Á"
  b"\x01É┌ó°ÚsÐò¸║\x02c)¸§"
  b"\x01É┌ó¨\vqhÿ\t\x14Î╠ s±"
  b"\x01É┌ó¨'qõÿLYMÕÊÙw"
  b"\x01É┌ó¨Hqdè¦\x01æ\x1F\x13"
  b"\x01É┌ó¨ds/▓VÚ¡´ä¹,"
  b"\x01É┌ó¨àpF│\x06~!§{║D"
  b"\x01É┌ó¨óp\vÄ\x0E\tä¯Í╣▓"
  b"\x01É┌ó¨├saÆã▄┬×Gì·"
  b"\x01É┌ó¨Óp\x10Æ┬c!F\x18¿>"
  b"\x01É┌ó·\x01q\v¡$█M╗ù'?"
  b"\x01É┌ó·\x1Dr\x01éù{Ñú3¯┤"
  b"\x01É┌ó·>qæÉK±\x00­Ê│("
  b"\x01É┌ó·[qÃüä­èý-zå"
  b"\x01É┌ó·zr\x05á dÞ\x19 \x18Ç"
  b"\x01É┌ó¹_qêå¯á"DÉÈð"
  b"\x01É┌ó¹Ärý¢qõ=\x00Uv_"
  b"\x01É┌ó¹Èr¢¥\x0Fäÿ\v`mY"
  b"\x01É┌ó■\x1EsÍÀ#\tsí©¹á"
  b"\x01É┌ó■Ks\x1Dö▄-╣K┼³L"
  b"\x01É┌ó■qsú«╠é·'░▒»"
  b"\x01É┌ó BpïØ~\x1C\r¹ü\x0Eä"
  b"\x01É┌ó lsã£┤+½èZ¨N"
  b"\x01É┌ó ìrÔëé├wlUõ╚"
  b"\x01É┌ó ¬qŽ$'qe\x1C║q"
  b"\x01É┌ó ╔rh▒Ày┌┼s\x08"
  b"\x01É┌ó µp»┐§®\x00\x00né╦"
  b"\x01É┌ú\x00\x03sðëo{³êT¢Ç"
  b"\x01É┌ú\x00#r<ØÝ&a╗\x1Ej*"
  b"\x01É┌ú\x00?r\e®÷8®Q8¨£"
  b"\x01É┌ú\x00_sTÅFs2\Z³ÿ"
  b"\x01É┌ú\x00|p\x02©3Oú‗¬Áü"
  b"\x01É┌ú\x00ÿs#á[àÛ?uh\x03"
  b"\x01É┌ú\x00Áp\x15ü¦{─/▄ƒ┐"
  b"\x01É┌ú\x00Ðrë┤D\rHÌ%hý"
  b"\x01É┌ú\x00¯rNÑ´b¶"öØù"
  b"""
    \x01É┌ú\x01\n
    q³À2¸\x04øÌ: 
    """
  b"\x01É┌ú\x01'p\rå<¦eMSùå"
  b"\x01É┌ú\x01Cp\x7Fï\x14╠¿\x10\x15b\v"
  b"\x01É┌ú\x01`slÆF<@\x14Eüº"
  b"\x01É┌ú\x01|rKè-À■█Ä-B"
  b"\x01É┌ú\x02Dr?Â^þ\eõwøË"
  b"\x01É┌ú\x03\x12sÚö\x1F\x07Ðc▓üØ"
  b"\x01É┌ú\x04╗q¿×ç£\x19\x02¬ÑÂ"
  b"\x01É┌ú\x04Õplä▄×ÔBE¤Ä"
  b"\x01É┌ú\x05\x06r┤║Õýdt5\x1F6"
  b"\x01É┌ú\x05Ëq1é.È¥~K4N"
  b"\x01É┌ú\x05²pı¼gK¹µ¢\x08ì"
  b"\x01É┌ú\x06\x1Er¸ÆypøÃ~Ù■"
  b"\x01É┌ú\x06;rXï×┼Eær¤╠"
  b"\x01É┌ú\x072sqìëVvá3âÛ"
  b"\x01É┌ú\x07_pïªØä½sôÒ\"
  b"\x01É┌ú\x07ârÓ¢\x02╔§EÃ├ø"
  b"\x01É┌ú\x07ásVï£$÷[~nÆ"
  b"\x01É┌ú\x07¢rùêîJ^v±äb"
  b"\x01É┌ú\x07┌q\x11àÀÆÍÁ░┬þ"
  b"\x01É┌ú\x07¸s8ùï*Hß║Î:"
  b"\x01É┌ú\x08\x14r%»B\x12wSº±é"
  b"\x01É┌ú$Gr\x1Cñð\x1FrÛð│º"
  b"""
    \x01É┌ú$os\x10╝ð\n
    àFË÷ß
    """
  b"\x01É┌ú$ôrÍê\v¿<-=³>"
  b"\x01É┌ú%çpÂů┘Ô▀Æ┤ò"
  b"\x01É┌ú&Zr`ÉÂ\x08]fKþÜ"
  b"\x01É┌ú' q¶┐5fÅ\x06╚6Õ"
  b"\x01É┌ú'Orñ▒YÉ®°\x1A\x05ò"
  b"\x01É┌ú'sq@®-д$┌¦"
  b"\x01É┌ú'Ér*Öe\x13LÞ,tó"
  b"\x01É┌ú'¡r:Ä\x10Ã├Âðá""
  b"\x01É┌ú(pr╔ÅÊÉ*┌·x´"
  b"\x01É┌ú(ÿp~ï9░c┘\x1C\v-"
  b"\x01É┌ú(Áq┤ᬭW_ƒ\\"
  b"\x01É┌ú(Êp£¬Þø¼‗­óI"
  b"\x01É┌ú(­s▒¥/)╠ÀÆ)\x14"
  b"\x01É┌ú)\rq▒í$®\x0Fؤ¶§"
  b"\x01É┌ú)*p.üμ/\x1E-ÿO"
  b"\x01É┌ú)Gpݼ \x06#B}Næ"
  b"\x01É┌ú)ep]Øg¿ýÄ▒ Ï"
  b"\x01É┌ú)érAïEú¶èI\x7FI"
  b"\x01É┌ú*Msp¢R╝µÖ\x1D¬"
  b"\x01É┌ú*xsBæaô╠`}6ý"
  b"""
    \x01É┌ú*øpÓøF£ê{\n
    
    """
  b"\x01É┌ú*©r╗ù9Äßê┼[¿"
  b"\x01É┌ú*ıq\x1FƒH¿ÜÑ|▀ "
  b"\x01É┌ú0Mpâ╣»▒▄ê!s®"
  b"\x01É┌ú1*rÝ¡ıû²1%.R"
  b"\x01É┌ú1¦r©æÆ\x07ì\x11i\x03à"
  b"\x01É┌ú2╦s©îq\Ø═(`"
  b"\x01É┌ú2¸p˽│p¨b\x1DôÆ"
  b"\x01É┌ú3\x19qÜô½\x08l;■7f"
  b"""
    \x01É┌ú36qÙÄÜ\x03Z\n
    (ú.
    """
  b"\x01É┌ú3Xr¿é^q┤1\f"
  b"\x01É┌ú3usj«ªlZà╔\x00 "
  b"\x01É┌ú3ûr┴®>\x19\t\x18<kJ"
  b"\x01É┌ú3│q½öÔ´¼;<]\n"
  b"\x01É┌ú3Ëpúä[Y"ð\x15"
  b"\x01É┌ú3­r}£®\f@▓ ├\x00"
  b"\x01É┌ú4\x13sÈ┤%}Mı®ä¸"
  b"\x01É┌ú40s└º©+²ñHîa"
  b"\x01É┌ú4Ss;Øáêç\x1D{│\x06"
  b"\x01É┌ú5\x0ErM║ÝO\x0E\x10i\x03g"
  b"\x01É┌ú58p■┐ `oSð\x17W"
  b"\x01É┌ú5‗p"░╚â\x01mÆ×Ý"
  b"\x01É┌ú6Ôq(┤*î┼╗\x1F\v\x1E"
  b"\x01É┌ú7\vp²©#\x1AG│\x7Fg\x1A"
  b"\x01É┌ú72sÜñ£\e2(}PÍ"
  b"\x01É┌ú7Qræíw%\x05!ïå{"
  b"\x01É┌ú7up\x05Å╩\v³\x07Òc┌"
  b"\x01É┌ú7ôpÅ║òKÍt>3h"
  b"\x01É┌ú8zsßê╝/!öâO┼"
  b"\x01É┌ú8ñsøôuT\x05┬r0|"
  b"\x01É┌ú8╦pìª\x18■ßBÞõı"
  b"\x01É┌ú8ÞqA▓a3.`'\x7FY"
  b"\x01É┌ú9\trá¬}L[\ggy"
  b"\x01É┌ú9&r«║¾Ë┤\x03U\x17"
  b"\x01É┌ú9IqñÂY¨─\fE!´"
  b"\x01É┌ú9gq┘å}é¬L¾\x15D"
  b"\x01É┌ú9çqV┐úà`>àñ¿"
  b"\x01É┌ú9ñsFƒþ`æ‗öJI"
  b"\x01É┌ú9ãp\x07å÷OK\t2"õ"
  b"\x01É┌ú9ÒsãÆÚ2\x00yNÇx"
  b"\x01É┌ú:\x06q┐¥‗]UÚé│Ä"
  b"\x01É┌ú:#rÅí&ì¿«÷tj"
  b"\x01É┌ú;\x14r±ÉÁ@³Â£Ý\f"
  b"\x01É┌ú;@p&çgÑmá0í\x0E"
  b"\x01É┌ú;kp┴êàÀ═R¾ÁÛ"
  b"\x01É┌ú;ês░ØUr@\t\x16<\x1E"
  b"\x01É┌ú;ªr0╝'øÑ\x7FÞ├©"
  b"\x01É┌ú<xp\tí\x19`░¢\x18¢\x1A"
  b"\x01É┌ú<íqÆï▓(\tÇ×}\x03"
  b"\x01É┌ú<┬p┬èËöX▒VíU"
  b"\x01É┌ú<▀q°╗╚§ôç╔¬o"
  b"\x01É┌ú<³qô܃µØ\x03v)\x14"
  b"\x01É┌ú=\x1Apø¥íð═8³K0"
  b"\x01É┌ú=¾s¦Â1Ý á!cø"
  b"\x01É┌ú>\x1Ds\x12▓ÄÎK¨B7æ"
  b"\x01É┌ú>>q\x01ª\x0EßÊ░\x1F"
  b"\x01É┌ú>[ptélâ,­ÙO%"
  b"\x01É┌ú>xs{¢╩╠Ãéý°╠"
  b"\x01É┌ú>òqÓÿ©¯ò&Ü-Î"
  b"\x01É┌ú>▓q<É1Ú╠XÒ╠\x17"
  b"\x01É┌ú@▒q¡»Ví─\x12ðr¹"
  b"\x01É┌ú@▄q┤é&K ©\x7F)\e"
  b"\x01É┌ú@¨píñb\rrR }y"
  b"\x01É┌úA\x16pı®cÝçíw▓{"
  b"\x01É┌úA3pôÂu)>cýw%"
  b"\x01É┌úAPp\x1FÜê#╣ÙÙ\x03("
  b"\x01É┌úAmr«é‗\t▓ä┼:Y"
  b"\x01É┌úAèrXû‗S½\x11‗Æ@"
  b"\x01É┌úA¿rí║\x14\x7FÐõ┬gl"
  b"\x01“b‰–/rÒ¡¿aJJàw\x1F"
  b"\x01ôbì\x06Õs\x19ü«╔ÈÂ|7à"
  b"\x01ôbì\x071q\x07\x1C\x11\x12╣yÜ}"
  b"\x01ôbì\x07~p+ëFıíÈ\x04çz"
  b"\x01ôbì\t═søÆ\x0E¤Æõ\x00··"
  b"""
    \x01ôbì\n
    \x19q╠Ñgß#;'½T
    """
  b"""
    \x01ôbì\n
    fqHóHg\x7F\x04\x0F
    """
  b"""
    \x01ôbì\n
    │so¢h+lÐ\x0F
    """
  b"\x01ôbì\v\x01pÍèqòWz\x03vg"
  b"\x01ôbì\vOsÉæ╠\x03l\x0F\x15Þ╣"
  b"\x01ôbì\x11;s?ÿ$ðJJ‗òh"
  b"""
    \x01ôbì\x11ìp<æ▄Gõ\n
    ñ4¢
    """
  b"\x01ôbì\x11Óq%É5µxÇÀr®"
  b"\x01ôbì\x120pöüÿè■"áó8"
  b"\x01ôbì\x12~qÈ╗░\x16┐º)«â"
  b"\x01ôbì\x12╩r\x05äe\v═KU\e"
  b"\x01ôbì\x13\x1Dp├ù\x1A¢`\x05È\rÐ"
  b"\x01ôbì\x13jqú║uÙÖR┐@%"
  b"\x01ôbì\x13Âqâ¬'·-íw9t"
  b"\x01ôbì\x14\x07p\x10úê\x06½¾B2l"
  b"\x01ôbì\x14Zp(û£\x17§DÝ\v\x1C"
  b"\x01ôbì\x14¬sJ£|\x14âÈÖ5\x11"
  b"\x01ôbì\x14°sí░ì@§ÆÿüD"
  b"\x01ôbì\x15Hsåî\x1Dɧ\x03#]·"
  b"\x01ôbì\x15ÜqöîÉÛ\x0E\x1Aº6\x10"
  b"\x01ôbì\x15µq═éRÿv(_®e"
  b"\x01ôbì\x167qNºc\x18ÖÊ´µT"
  b"\x01ôbì\x16ès┴▓Ë┼8¢ Î\x12"
  b"\x01ôbì\x16ÍrÚá╩\x0F]B\x15áÚ"
  b"\x01ôbì\x1AÔr/ÿx\t~ëk\x1E×"
  b"\x01ôbì\e/rͪÕzÙýq/\x03"
  b"\x01ôbì\x1E\x18pZôJ|4Jc(}"
  b"\x01ôbì\x1Eeq╦û\f\x06░;aÏO"
  b"\x01ôbì \vpËå'øxì.J╔"
  b"\x01ôbì XsÀÑgr\x10M╝i»"
  b"\x01ôbì%╚q4¿\x18s\x15÷ë0&"
  b"\x01ôbì&\x1Eq}»cw2\vÃı¹"
  b"\x01ôbì-QsÃàûBO\x15Z\x1DX"
  b"\x01ôbì-ípYì_tÊá%q¹"
  b"\x01ôbì0%pUìCÊ,~║┬."
  b"\x01ôbì0wsw░ÙÓ-■\x19\x0EM"
  b"\x01ôbì0╩pP║l║«lú┘┤"
  b"\x01ôbì3÷sÌ×`BǪ╝\x00N"
  b"\x01ôbì5┬q\x10╝»dÄ\x1F\x06#"
  b"\x01ôbì6\x12sÐäBMñ▄+░w"
  b"\x01ôbì6_rðÑ│à5e╗├/"
  b"\x01ôbì7ns\x01áR>\x06ï©╬l"
  b"\x01ôbì7¢q¾ùDì-¹\x07:\"
  b"\x01ôbì8\x0Eræ¥19zÆß\t¥"
  b"\x01ôbì8`p\x7FöµbwÅBÜ\x08"
  b"\x01ôbì9·pTè,Ùk╦\x1Ad>"
  b"\x01ôbì:GrçÀj╩ã«u4ê"
  b"\x01ôbì:ôq²╣╗\x16<Õ²\x00Q"
  b"\x01ôbì:Ópuô°U1 ®-1"
  b"\x01ôbì;,p~ä9\x1CÇIf─Ç"
  b"\x01ôbì;yrbï╦¯└└\x01±D"
  b"\x01ôbì;┼qÓü\x0E\x1Fd\x15░­Ë"
  b"\x01ôbì<\x13qôçq°\x06í\x10├="
  b"\x01ôbì<ar\t£Ü\n;\x00ÄÄ\n"
  b"\x01ôbì<»s ▓é bDÙQv"
  b"\x01ôbì<³r┘Ñÿ▄╬Q«_?"
  b"\x01ôbì=Hrm½¬åd/\x06Án"
  b"\x01ôbì=òr~ÇöS8J═┼ñ"
  b"\x01ôbì=Ôr.ê¸+\x02âx\v£"
  b"\x01ôbì]uq#Å$\x0F\t■M»q"
  b"\x01ôbì]ÊqƒÑFÞ6³:\x1A"
  b"\x01ôbì^\x1Esoñ¶▄QRD▀¤"
  b"\x01ôbì^kp\x04æâ┤└\x1AÿåE"
  b"\x01ôbì^©r\x17ôÁ\x008q¦l/"
  b"\x01ôbì_\x04p▒ª╣=Åþ>\x1EÞ"
  b"\x01ôbì_Qs\x10ök\x1D´aizá"
  b"\x01ôbì`kp├ó¦2\x1F┬!>Ì"
  b"\x01ôbìagqæÅ÷ÙvE×°3"
  b"\x01ôbìa┤s«┤æ'ÿçm\x07l"
  b"\x01ôbìb\x02r}ö)i\x13¡╣‗û"
  b"\x01ôbìbPqXù\x04u¹Óê¿Ê"
  b"\x01ôbìb£q\x0Fª©~┤µV╚ì"
  b"\x01ôbìbÚs\x10│%©ó▒£Äò"
  b"\x01ôbìc6siè`è\x080Ýþ┘"
  b"\x01ôbì}╬s «Q$\x1Fv╠\x1E\e"
  b"\x01ôbì~iq~ô╬14^█M\x07"
  b"""
    \x01ôbì\x7F\n
    pK«ì²0wIb)
    """
  b"\x01ôbì\x7F¼qÏö╬¸²ÛäT\x05"
  b"\x01ôbìüÏqiî}Ã2\x0F¤&Õ"
  b"\x01ôbìé¥r0¡JtçkT\x16¼"
  b"\x01ôbìâXp-ú¦╔cD\x1F´$"
  b"\x01ôbìâªrì©Ê\eñ±\v6A"
  b"\x01ôbìäBpçä>jW\x13l╠×"
  b"\x01“bŽášp\x1F«ê\eônoD{"
  b"\x01“bŽáæq\x1FžM46‹kɰ"
  b"\x01“bŽåPs¡‹Í×\x19ö©+…"
  b"\x01ôbÄÕØrh¥\vv+Z\x7F*\"
  b"\x01“bŽåépë¤òA'6p%’"
  b"\x01“bŽæ5qí¸¯Ðå£|¬Þ"
  b"\x01“bŽæ‚q‚‹w»;@¯ŸÏ"
  b"\x01“bŽæÏs\v®ž•Kô\x19Š·"
  b"\x01ôbÄþ\x1Eq.é%¬6µì╠q"
  b"\x01“bŽçksß­jÃ\x08ÙŒŠø"
  b"\x01“bŽç·pÌŸ+L³½ÒÚ7"
  b"\x01“bŽè\x03px—€Œ÷ê–\ea"
  b"\x01“bŽèOpú°¦¯\x17Ý9P3"
  b"\x01“bŽè›rx˜\x0F\x0E¹\x19(\x0FÉ"
  b"\x01ôbÄÞþpâ䨡º¬±ÇÂ"
  b"\x01ôbÄÚ3pAü═ÃèüL3┌"
  b"\x01“bŽï\x13q®…L\x0EË(G/«"
  b"\x01“bŽï~sbŸðæ×̰ڳ"
  b"\x01“bŽïÊsêšÖ\x1C\x16*X\rì"
  b"\x01“bŽð\x17s(«¤Õçø¥ÒÁ"
  b"\x01“bŽðcsg€\x03˜ô\x11=\x14#"
  b"\x01“bŽð°sêˆrÂeH`n‡"
  b"""
    \x01“bŽðür%£\n
    \rÉ\n
    Û\vf
    """
  b"\x01ôbıJr É>\fªo\t"
  b"\x01ôbıÿq/ü ~sFy-╗"
  b"\x01“bŽñær\x1A·ÿ*PõÚDœ"
  b"\x01“bŽò4qΡ~>\x18\x05\x04"
  b"\x01“bŽò€qì’á‚S\x18€Væ"
  b"\x01ôbÄ‗╠sò£kR»KNü8"
  b"\x01“bŽó\x19p)¶‡Û\x1Fñ?;À"
  b"\x01“bŽófqÒƒâ\x02}Ý|ÿÓ"
  b"\x01“bŽó³r6£e]²\x06Ca¯"
  b"\x01“bŽóÿpÃ’Ø¢\x17­§ÐŸ"
  b"\x01“bŽôKsa¢\x10ÏC\x013#ð"
  b"\x01“bŽõîr\x1F°ö0î\x11º(Ô"
  b"\x01“bŽö;p¯˜e`!L6P€"
  b"\x01“bŽø.qíŒÒSãú;0l"
  b"\x01ôbİzs÷ê▀u┘üd¯Q"
  b"\x01“bŽøÆrê™>€âÆ)\x16f"
  b"\x01“bŽù\x13s>•Så*®ñ„s"
  b"\x01“bŽù_rñ°bWÚùaÌZ"
  b"\x01“bŽù¬p.ˆ\x01&i‘ÿ\x08|"
  b"\x01“bŽùør~•i\t§™°UÏ"
  b"\x01“bŽúDq5Œ-Ge³}œñ"
  b"\x01ôbÄ·Ésc¥ï╬2ù\x141░"
  b"\x01ôbÄ·▄pâ│,=Â\x00Þüë"
  b"\x01“bŽû(p¥ΙöZ¾B§"
  b"\x01ôbĹus╚Éa\fçmH~¹"
  b"\x01“bŽûÂrº¡\x03¸=Ó¿\x07\x13"
  b"\x01ôbij\x10pÝØ$▒`ñ\x1CýÁ"
  b"\x01“bŽü^r½®P}“þâ¸\x1D"
  b"\x01“bŽüªrá‘f\t\x1EéÁ\x05Q"
  b"\x01“bŽüôq\x11µô\x1Crøf•-"
  b"\x01ôbIJ?pE®╦ì1bb╝7"
  b"\x01“bŽýŠpРÏ\x06\x1FH\1)"
  b"\x01“bŽýÕr\x04®¥|\r\G0Æ"
  b"\x01ôbÄ■ q■ä\x0EØ=(´ÖÕ"
  b"\x01ôbÄ■ks»üÁÔ×z¡`¸"
  b"\x01“bŽþ¶p¾½ev9Ý>g^"
  b"\x01ôbÅ\x04òrÍä ù±ÌrAÉ"
  b"\x01ôbÅ\x04ýpõ┐2┐ê¶2:┐"
  b"\x01ôbÅ\x05?s┴½¯Òæ\Là÷"
  b"\x01ôbÅ\x05ÉsËñ┤▒¿ã~©½"
  b"\x01ôbÅ\x05Òp║Än■Òfß}ý"
  b"\x01ôbÅ\x066pµ┐õ±Û\x16▒¨&"
  b"\x01ôbÅ\x06ër│äIB█Áåò├"
  b"\x01ôbÅ\x06█rÖû*Æ├EÙþV"
  b"\x01ôbÅ\x07-shÄUëÏ\x15UÜj"
  b"\x01ôbÅ5Ys\tïC=Ë‗*\x0Eõ"
  b"\x01ôbÅ5ñq~ê^g¤­®µ±"
  b"\x01ôbÅ5­q­│┘Î╝_­c\x01"
  b"\x01ôbÅ6=p|ºÉú¡\x06×Aù"
  b"\x01ôbÅ6èp\ø\x128Àµ┼TÖ"
  b"\x01ôbÅ6┘p\x05×´\f©iË\x00ü"
  b"\x01ôbÅ7%sDñ└Æ»Í"¥█"
  b"\x01ôbÅ7rs\fô\x02mÝhÉRÖ"
  b"\x01ôbÅ8êpkåø;JJ¯Ó$"
  b"\x01ôbÅ8ısFâxø\x10\x15▒ÊÉ"
  b"\x01ôbÅ9!q!Ƨ9Á▄\x1Cé┴"
  b"\x01ôbÅ9mq┼»çð┬iü&T"
  b"\x01ôbÅ9©rçò0Üèü\x1F"
  b"\x01ôbÅ:\x04rNâ¾kí╩L\e³"
  b"\x01ôbÅ?¤pîçdwí|\t%└"
  b"\x01ôbÅ@#rkæ\x12\x1Fî├[½f"
  b"\x01ôbÅEvr´áÝ╔\x1EÞ7§´"
  b"\x01ôbÅM6p`¿¿ ø╗"o\x0E"
  b"\x01ôbÅN╬ré¥%\x1D/ÙÔÆ×"
  b"\x01ôbÅQ`pU╗kª[╬@\e\x06"
  b"\x01ôbÅX©p■ñLÀãÖ╚ÌR"
  b"""
    \x01ôbÅY\n
    r½ë\x01G¦°ì░Z
    """
  b"\x01ôbÅ]5ríì*A░█°$¹"
  b"\x01ôbÅ]éq?ñwëÿô\x18<\x10"
  b"\x01ôbÅ]╬p#ì3GàË\x02"
  b"\x01ôbÅ`\x16rÚè²╩Ù¨¸\x10ë"
  b"\x01ôbÅh\x1Aså║.\x08╝s╗\x0E+"
  b"\x01ôbÅhgqºû\x16\x10¨.\x11ü¥"
  b"\x01ôbÅÄùp┬½é┐[ÝäÑ┴"
  b"\x01ôbÅÅ2s(è└±\x17+%éØ"
  b"\x01ôbÅÅ\x7Fqá¼1ê\x18õ3┴╬"
  b"\x01ôbÅÅ╠sàÂC¤ÍöÚf┌"
  b"\x01ôbÅÉ\x18rïª\x15iÈ@¹¦3"
  b"\x01ôbÅÉfríà?ÝgÄyÝË"
  b"\x01ôbÅÉ┤q3ê\x02═\±^ÙY"
  b"\x01ôbÅæ\x04sß½6\x1A┘³╬&4"
  b"\x01ôbÅæSp®¢ªR¸═øëm"
  b"\x01ôbŃCrjüõ¸\x01ÈÂ\x07Ü"
  b"\x01ôbÅ▓6r╣Â+ýÕ\x7F6■G"
  b"\x01ôbÅÁüs'êÞ&R?ÆZé"
  b"\x01ôbÅõ5r¸Å£äò{gÀ`"
  b"\x01ôbÅõép┬ÇOç\x7Fz^Ö\x15"
  b"\x01ôbÅõ═sã®þÁ(´îå\x16"
  b"\x01ôbÅÕ\x19q\x08▓G~N]ûÅ."
  b"\x01ôbÅÕfs÷ø!ÐRÌ\x0F"
  b"\x01ôbÅÕ▓rÿâÔ‗?¬Ü-\f"
  b"\x01ôbÅý qr½½0}¥y\x08X"
  b"\x01ôbÅÝTs=áÿ#¥×~¦O"
  b"\x01ôbÅÝóq\x19`\x08╣╠ð"
  b"\x01ôbÅݯsÉÇ!WÄ\x1D<\9"
  b"\x01ôbů:sL┐╚═+È\f"
  b"\x01ôbůçrÆìWÉ‗D­z\"
  b"\x01“b•×|p6´Àj ¨Lþö"
  b"\x01“b•×ÊpòŒ\x1CB\x08\x1D\x16\x03"
]
76 0.36 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.98 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É┌ê\x11GsóÉ\x0E$\vµ²pÒ"
  b"\x01É┌ê\x11]pæØ_úÿ┼\e\r"
  b"\x01É┌ê\x11tr®êê3øñ░┬o"
  b"\x01É┌ê\x11ïr"ÿ°ê╬BJ_Ñ"
  b"\x01É┌ê\x11ƒpÄÁ┴\x01¢\x0E─ß["
  b"\x01É┌ê)òp1ƒƒºO┤4Ô "
  b"\x01É┌ê)úr╔©â‗H¾Èöè"
  b"\x01É┌ê)▓rXéÊ·ç%Ç\x11\x0E"
  b"\x01É┌ê+XrKìÚ┌$\x14\x1D"
  b"\x01É┌ê+nqÂ┐ëÁÂdq╬\e"
  b"\x01É┌ê+àrÍ║Ê?Î[ѽM"
  b"\x01É┌ê+£qoÅ\v\x01·¨▓B"
  b"\x01É┌ê+▒q^è\x05Õ÷ª¶E["
  b"\x01É┌ê+ãsòí\x01Ð█Çn\t"
  b"\x01É┌ê+┘q<úv╝+á*ãl"
  b"\x01É┌ê+ýpìÁ®┐×VóRj"
  b"\x01É┌ê+·rP┤\x1F┴ìÛÌìÎ"
  b"\x01É┌ê,\rrY¥¤░]'╚Í="
  b"\x01É┌ê,Íp'Ü6|âM}×Ï"
  b"\x01É┌ê,ÝqTö©+ôƒêì^"
  b"\x01É┌ê-\x03shÑÈþGá¦Ö\x08"
  b"""
    \x01É┌ê-\er\n
    äÅÅÎ\x1Fr*Ü
    """
  b"\x01É┌ê-1r{ÖÞëk$\x19¯╬"
  b"\x01É┌ê-FpâÅbÛ┼ãC╣¹"
  b"""
    \x01É┌ê-Yp\n
    ò\x181\x1A]_2Â
    """
  b"\x01É┌ê.\es│«!Þá¥_i¯"
  b"\x01É┌ê.2q§ÿ╩\t\x17L;¥f"
  b"\x01É┌ê.Hq­¼0M\x13;R½È"
  b"\x01É┌ê.^s7é3è°°¾Þ¯"
  b"\x01É┌ê.qq▄ñìðÓVà■h"
  b"\x01É┌ê.çpAƦX\r\x01,Y┤"
  b"\x01É┌ê.øsnëG8Óäia‗"
  b"\x01É┌ê.«r¨ª\x13jÉÈÂ╦_"
  b"\x01É┌ê.─pêÅD©│ú]Ñı"
  b"\x01É┌î¸║qü»r▒O¥¹ÓÕ"
  b"\x01É┌î°}q¬ê«ÆDù]q·"
  b"\x01É┌ƒÔFr}ç÷┌jÌ\x05╬V"
  b"\x01É┌ƒÒ7q~░├ÈY░\fò▓"
  b"\x01É┌í<ÓqÜør!▀ÙÛÈM"
  b"\x01É┌í>^pÂÿÀ·ÿ┤\x06ÛE"
  b"\x01É┌í>årJô'o ─úA2"
  b"\x01É┌í?Ys\eÉÆçva\x01¢Î"
  b"\x01É┌í?âp´Æ3\x023@í\fz"
  b"\x01É┌í@\pož╔Ûµ▄O└"
  b"\x01É┌íP½s\rûùï*¸výÍ"
  b"\x01É┌íQƒrPæ░l_ÅÍ\tH"
  b"\x01É┌íSßq­¡╗A├¿ÏüP"
  b"\x01É┌íTßr├É8¼ö4põ"
  b"\x01É┌íU\vpëì\x0F?f╬╗&A"
  b"\x01É┌íWÛq]Øí0Qÿï7Þ"
  b"\x01É┌íXÑs\x00ë╗°Âî╦l÷"
  b"\x01É┌íYoq\x02¥á\x0F\x18x@Ä""
  b"\x01É┌íZHs¾Àý█·æ+2═"
  b"\x01É┌í]\x14p¦¢ºæÖ7],6"
  b"\x01É┌í]´s°ó\x08\r§Ò\r"
  b"\x01É┌í^ßqªàn¶└\x7F ÙÝ"
  b"\x01É┌í_┐ryÑ-└ö®:‗="
  b"\x01É┌ía\x19rMûO1\x04\x02Ó5ò"
  b"\x01É┌íbiqG¡'\x17¯@íèæ"
  b"\x01É┌ícss¿ñÈ¿NOÅ. "
  b"\x01É┌íh(reÂþº\x03\vÑÇZ"
  b"\x01É┌íi¡p═¬²║ì\x1AKx±"
  b"""
    \x01É┌íjmq;┤¸\n
    \x7Fòá ┬
    """
  b"\x01É┌íkVqÓ╣╔\x05▓ZtLè"
  b"\x01É┌íl#rd╣\x10\tjßx"
  b"\x01É┌ímÅp&áE2ÅãWıò"
  b"\x01É┌íp`skó╦(ƒ\x10²n`"
  b"""
    \x01É┌íq\x1Ap\n
    ü└¾~ïÔ\x13;
    """
  b"\x01É┌íqCqýÜ\x1AZ*Vó9h"
  b"\x01É┌íqdrw¿Ç²/Žá┼"
  b"\x01É┌ír▒syñ\¾«²<U└"
  b"\x01É┌ír█r\x0FÉñ§Üt[│├"
  b"\x01É┌ís®sXë¦Þ░>ñ>\x03"
  b"\x01É┌ísËr╣¼ı\eÄd\x1F¤í"
  b"\x01É┌ís¯p╣í?\x02╔û@┬ã"
  b"\x01É┌ív³r¹╣wgÌ<=R\x11"
  b"""
    \x01É┌íw¯q\n
    Ü\x1C\x16▓C╣\x12
    """
  b"\x01É┌íx\x18pÀÿOCª}╔x\x1F"
  b"\x01É┌íx§pøæc8º,\x08ãé"
  b"\x01É┌íy\x1Fr─æº╦*▀\x11Xg"
  b"\x01É┌í×\x15p°ùÿ,│xf¬Ü"
  b"\x01É┌í×?r╬ÉL\x0EúÄöL\t"
  b"\x01É┌íƒêsý░└\x11­Ü├▓\x1C"
  b"\x01É┌íƒ│qóåôïác\x0F╝q"
  b"\x01É┌íƒÍrí┐µ╚7\x1FÞý©"
  b"""
    \x01É┌탾püó1\n
    Ú└─ã]
    """
  b"\x01É┌íá\x0Fp.ço½?Ó·O$"
  b"\x01É┌íá+qçæ0z]^¶ ê"
  b"\x01É┌íáHs\x12®■)\x0E7ßS¸"
  b"\x01É┌ííærAº╣O?\x1A╦tz"
  b"\x01É┌íí╗rk®\x1D%*Jy▄╣"
  b"\x01É┌íí▄pù╣\x18Ä×bî£í"
  b"\x01É┌íí¨s¨ÂB|░ks·ç"
  b"\x01É┌íó\x16r¿╝ÒçRøO<\x05"
  b"\x01É┌íó3q»ö┘tRvø¦8"
  b"\x01É┌íóÚr▀É©C0¿¤ë"
  b"\x01É┌íú\x12p■ÁÁ┐\x03G4q\x08"
  b"\x01É┌íú4s\x10êï5\x19yQFì"
  b"\x01É┌íúPr§ƒ^Dúàmµ¯"
  b"\x01É┌íúlsEô ýÚ\x7F67C"
  b"\x01É┌íúësSا´'ì©iA"
  b"\x01É┌íñ?qЩtOr&\t³("
  b"\x01É┌íñhrb¼ÑÿíHðh/"
  b"\x01É┌íñèr4èn┐»Û ═¸"
  b"\x01É┌íñªstä|ÞÄ■û ║"
  b"""
    \x01É┌íñ┬s├Âñ┴\n
    Kÿ¡\x19
    """
  b"\x01É┌íñÌs-╣~è´o~qI"
  b"\x01É┌íÑìsz«×{/k■t­"
  b"\x01É┌íÑ┤rô¡[xçXÆ2 "
  b"\x01É┌íÑÍpÚîn\x08¯ö─Óô"
  b"\x01É┌íÑ‗rTºéé¨\x11\x15X▄"
  b"\x01É┌íª\x0Ep,Â╣&zYM¿4"
  b"\x01É┌íª+pí¥X \vò┐$Ù"
  b"\x01É┌íªIrÉ«\x04│°_˸p"
  b"\x01É┌íªgs1å╦j┐çÔ┼)"
  b"\x01É┌íª°r┴ñôdFþR\x11"
  b"\x01É┌íº!p|¥ª®tÎÞò:"
  b"\x01É┌íºAr‗ú£ý©ïþÊX"
  b"\x01É┌íº]qÓÿ8ñÊò┤╗\x1E"
  b"\x01É┌íºxqâúv└´Xêƒ8"
  b"\x01É┌íºòp¨ÅBqÅ`BA\x01"
  b"\x01É┌íº│sÏÁ\x0F+{h┌d\x07"
  b"\x01É┌íº¤r¹ñ▀┌Áí\x126%"
  b"\x01É┌íºÙr6ä\x12‗£ØZ\eä"
  b"\x01É┌í¿Öq¦ä¬[XoýÍ\x05"
  b"\x01É┌í®IqdÂiXÈ:úI}"
  b"\x01É┌í®sq╦¿\x1FPz+\x1Cù°"
  b"\x01É┌í®òp3òP±%wsú4"
  b"\x01É┌í®▒q═┤þZK«1r)"
  b"\x01É┌í®╬rUÀ\x01õ\x0EÁ®m\x1E"
  b"\x01É┌í®ýs®ƒÚÞH/Zõ¡"
  b"\x01É┌í½mp¡│¬\x053·i7®"
  b"\x01É┌í½ôs#╗G3\x1ES]ÿÃ"
  b"""
    \x01É┌í½Ás┼øòƒ\n
    §Ñ\x05:
    """
  b"\x01É┌í¼\x7Fq│è&åçZ÷\x07X"
  b"\x01É┌í¡bp\f»╚Ä*¬kÝV"
  b"\x01É┌í¡ÆqoÅõö%Ó╚Ú┼"
  b"\x01É┌í«õq:ê¾`ÈÙ/ø§"
  b"\x01É┌í░EsË©F Ý¶rTö"
  b"\x01É┌í░lpIÆÞ\x14á─┴k├"
  b"\x01É┌í│xruêìð«(\x04"
  b"\x01É┌í┤'r┤½®\t¸Ö\x15┐í"
  b"\x01É┌í┤Ìr:▓╔Ý\x03┬9²║"
  b"\x01É┌íÁ®paÂKB(o§f7"
  b"\x01É┌íÂjqI®╔u■¨IC┌"
  b"\x01É┌íÀ(s\x02¿\x05\x01gf¶G└"
  b"\x01É┌íÀÓs\r│Aû4±7û\x06"
  b"\x01É┌í©ñs▀è\x17å!\x02│T\x16"
  b"\x01É┌í╣Yq@ó▒ÖÙìç╩p"
  b"\x01É┌í║$sê╣Òz)Oüo«"
  b"\x01É┌í║Þs╬¢~\x06Ä$Du╗"
  b"\x01É┌í╗ØrÄì║2\x1EÑw\t|"
  b"\x01É┌í╝Ur\x1AºÉ■í¾Â®C"
  b"\x01É┌í¢\x10s«Æ¤YýDjw\x08"
  b"\x01É┌í¥ðr■Ü\x17╩ð┼B1v"
  b"\x01É┌í¥¹pzå═.ô0äÍ0"
  b"\x01É┌í┐\x1Ep\x04║D┴á¦6Ü"
  b"\x01É┌í┐Òr\x0EÅê\x0F┼┴L\x7Fq"
  b"\x01É┌í└ðq6¿P┘6¢Ã\È"
  b"\x01É┌í└¹rD£┌/±¦o\x1DÜ"
  b"\x01É┌í┴\x1Er¦òÂ\x18)u.6Â"
  b"\x01É┌í┴;sß¿┐mW¨Ë╣r"
  b"\x01É┌í┬\x00p'ç═ôÀM╦Íu"
  b"\x01É┌í┬+q ÿ7\x02j[hÑ\x1F"
  b"\x01É┌í┬¹p#┐▄ê\x08ÙÝ^\x04"
  b"\x01É┌í├▓r\vñþW0Á¿:ñ"
  b"\x01É┌í├¦sÂùG╠\x05Ñ!+\x0E"
  b"\x01É┌í─òp}¥\x1D¯&Ææ*â"
  b"\x01É┌íã/pv¥6#Ô┬ÍÊ─"
  b"\x01É┌íãZq7Å\x10ÉÔÎÄNh"
  b"\x01É┌íã}rqôÏç┬ºô`1"
  b"\x01É┌íãÜs\x12»!!▄lÿ╗¡"
  b"\x01É┌íãÂrÿ¬J2'└=\x03"
  b"\x01É┌íÃpp\x1CÑ\x1E\x06\x13]\x13:"
  b"\x01É┌íÔÄs\x15¿´├é╩░B½"
  b"\x01É┌íÔ½r(âÿ¬®Ó│█\x16"
  b"\x01É┌íÒ\x7Fq{Ç¡9é±3w\x0F"
  b"\x01É┌íõ]p\©Â§╬0ÁðM"
  b"\x01É┌íÕSp|â└╚È\x1E\x00"
  b"\x01É┌íÕ\x7FqVªY│Rëï\x12""
  b"\x01É┌íµ\x1CrÂÿÂ\x08Сòå■"
  b"\x01É┌íµFr\x07ª\|ÈîU\x00""
  b"\x01É┌íµaq\x1DÇiƒÜ\x1D·IS"
  b"\x01É┌íþ\rq×║·®░q/ç┌"
  b"\x01É┌íþÙsf®▒xx£ ®¶"
  b"\x01É┌íÞÚr`â×gx¦²I¸"
  b"\x01É┌íÚ\x1Fr\x1EáiÉÂR[\x07)"
  b"\x01É┌íÚIpC¡Á~ÎÜ<+ô"
  b"\x01É┌íÚqrº¢\x1Eç¬\x7F­hr"
  b"\x01É┌íÚìs\x02æë-\x01Aú ¯"
  b"\x01É┌íÚ¼ruü\tÔCýçQÌ"
  b"\x01É┌íÚ╔qèªà:k╣üª¶"
  b"\x01É┌íÚýsïùìÛÝ\x18Iõý"
  b"\x01É┌íÛ\x08q█»\x15Z6À▀├\x01"
  b"\x01É┌íÙ╠rI×Ç·°°\x1E"
  b"\x01É┌íÙ·q═▒ô┌┐¥\x07─ð"
  b"\x01É┌íý\x1EsÏò┴=/ø╝1²"
  b"\x01É┌íý@pQºþ\x1EÃ>\\x19î"
  b"\x01É┌íý\rrø¬W\x0FÌÕp\x1D"
  b"\x01É┌íý\x7Fq■ñ└¬ºËî]É"
  b"\x01É┌íý£s\x07òªá\x0EÃ\x10"
  b"\x01É┌íý╗q\x04É\x06-\x1AH\x17\x10Æ"
  b"\x01É┌íý█p├ÆÃ¹Ì`ãzÏ"
  b"\x01É┌íý¸q\x04æ\tà¬w░\x7F"
  b"\x01É┌í‗"sÉ»¼´þÀep³"
  b"\x01É┌í‗Rr$ä\x0F¸\x0F:P^┌"
  b"\x01É┌í‗upѽá\x04®tÈ!\r"
  b"\x01É┌í‗òskÁàúC«×┘¿"
  b"\x01É┌í¾\s\x13Ѧ¤®î°)▄"
  b"\x01É┌í¾ìs│É╠\x0FÉ\t~ñ┴"
  b"\x01É┌í¾▒sRü▄┬Å åÝ©"
  b"\x01É┌í¾ðqÆüÄ═Ò═õ\x16ý"
  b"\x01É┌í¾Ýq\vú═ôï\x02¸\x15Ø"
  b"\x01É┌í¶\fq4ºB\x10\v╣fÜ┐"
  b"\x01É┌í§┬r}©Ê!Ò!│Òý"
  b"\x01É┌í÷╣pYÜÌqýåÆÄ\x16"
  b"\x01É┌í÷Òs9Æf┘yh\x00õã"
  b"\x01É┌í¸\x04rõó ╝ê\x1D´É¼"
  b"\x01É┌í¸!rSæh·\x13çB\x18Ã"
  b"\x01É┌í¸¨r×ùæ▀F\x15O=\x1A"
  b"\x01É┌í°'s¢ÿD▒x\x13Côy"
  b"\x01É┌í°Irƒ¥┘j\x10Gw[Ï"
  b"\x01É┌í°fs╔Æ┴╝T├î¡═"
  b"\x01É┌í°ép*│·\x1FXê¹¹Ì"
  b"\x01É┌í°ƒsÔç>\v¦´Í%§"
  b"\x01É┌í¨¥qÝÉî\tKw[i^"
  b"\x01É┌í¨Þquå[\x00³@ÿL\x1C"
  b"\x01É┌í·\x04sÜ║7±Òq\x12"
  b"\x01É┌í· p▄▓Mâ5sq¬~"
  b"\x01É┌í·=rãümÚð_d¤þ"
  b"\x01É┌í·YqÄÆ\x06\x1AI╦Ûéj"
  b"\x01É┌í·usx░yd]▄?H>"
  b"\x01É┌í·æp\x05óÀ.jØ#(¼"
  b"\x01É┌í·«s█½V|c+V,4"
  b"\x01É┌í¹qr╗É$Ao]└dÌ"
  b"\x01É┌í¹Öp\x11┐·\x04]\x17└1ë"
  b"\x01É┌í¹┐r\x1D¬H\x08§▀╣▓"
  b"\x01É┌í¹ÌpIè\x7FÞe\x04UÉq"
  b"\x01É┌í¹·slí½!Û¾ÿ▒J"
  b"\x01É┌í³\x19qvùyѼë¸Ê0"
  b"""
    \x01É┌í³6p└º\x0F&\n
    Xb\x1A<
    """
  b"\x01É┌í³SrãèyéÚbLvF"
  b"\x01É┌í²1sú¡ï╣­s\r¼ä"
  b"\x01É┌í■\fs\äQ╠Ùþ@I "
  b"\x01É┌í■:pYïv\v¾5öVi"
  b"\x01É┌í■_pÌóMıô;y└╔"
  b"\x01É┌í■~s\x05▓[╬\e{\x16▓╩"
  b"\x01É┌í■øs!¥=▀\x12Ko\x01("
  b"\x01É┌í■Àq\x19»┘>ï\x07\x03"
  b"\x01É┌í■ırIí\x13Ìy\x16ÙV)"
  b"\x01É┌ó\x01èqR¼\x12umíàTk"
  b"\x01É┌ó\x01ÀpÝ┤\x19Ñë┼aX5"
  b"\x01É┌ó\x01¦päÆ7\x1E╣0¦¢t"
  b"\x01É┌ó\x01³qlø\x7FoUa╣E░"
  b"\x01É┌ó\x02Úsb│╚zÒ]╝ƒº"
  b"\x01É┌ó\x05╗s\x7Fâ=³è█)Ý├"
  b"\x01É┌ó\x05Ôr¯╣ý-£/\Me"
  b"\x01É┌ó\x06\x04r*ùÌ9ì¤îEÚ"
  b"\x01É┌ó\x06 s\x04ë°\x14╗¬\x1A®5"
  b"\x01É┌ó\x06=rWéð\x1E═¦u¸\v"
  b"\x01É┌ó\x06Yqp½Áqâ╝\x1Ay&"
  b"\x01É┌ó\x06ur█ó¬¦rýÈ\x00´"
  b"\x01É┌ó\x06æs$í«\x19ZÙ ╩¤"
  b"\x01É┌ó\x06«sPå╠·öï:Zÿ"
  b"\x01É┌ó\x06╩sgÀxy│■\Û}"
  b"\x01É┌ó\x06µq■í%┤²fX\x02a"
  b"\x01É┌ó\x07\x02p▄½\x0E=Î Ú┐┘"
  b"\x01É┌ó\x08\x1As{│ô¬±ýõ¾\x18"
  b"\x01É┌ó\x08Dr°┤acÒ²╠\fÅ"
  b"\x01É┌ó\x08eq^ó┌▒¬ò?»Ý"
  b"\x01É┌ó#±r}ñ╬D½]Á\x0E\x05"
  b"\x01É┌ó$╔sYàÃ14®ÃL╩"
  b"\x01É┌ó%£r\x11ó╣>@╔å+╔"
  b"\x01É┌ó)½rÙÉlZ4a*\x05\x1A"
  b"\x01É┌ó-╝q]┐¿VÏíã\x116"
  b"\x01É┌ó-µqõä)Ì£4[~Ð"
  b"""
    \x01É┌ó.\n
    s&úݬy_ì╦\x1C
    """
  b"\x01É┌ó.&rÎ╗*╝õÌ60]"
  b"\x01É┌ó.þrÜ¡:¯\x11╬íhH"
  b"\x01É┌ó/ñr4ñ¤\x05½ÕÓ█\x06"
  b"\x01É┌ó/╦quä█Ø\x10Ô\x13\x07&"
  b"\x01É┌ó/Ýp─ƒËfê¢çQW"
  b"\x01É┌ó0\rpÿôq2ÜnØÅr"
  b"\x01É┌ó0-r+£#&«╦ä˾"
  b"\x01É┌ó0NrnÁ?p_█L×("
  b"\x01É┌ó0mp\x11¬\x17_üß½*└"
  b"\x01É┌ó0ìpWô ª\x1C2& d"
  b"\x01É┌ó0¡q-╗■╠ß/\x07>╦"
  b"\x01É┌ó1år0Æ▀.rÏh*║"
  b"\x01É┌ó1░r0®>[DÛ\x10$,"
  b"\x01É┌ó1╠pE«═\x1D?X├═└"
  b"\x01É┌ó1Úr ÿ\x1CÝ└]$Iw"
  b"\x01É┌ó2\x05rتÈÒkåºCW"
  b"\x01É┌ó2"qÉùi vìïþ╝"
  b"\x01É┌ó2┌sð®┘¦&1\!┬"
  b"\x01É┌ó3\x04q╔à\x17z\x00_s>À"
  b"\x01É┌ó3%r9»%Tê╗á■ï"
  b"\x01É┌ó3þq¥ÜGßDµþÌ\x7F"
  b"\x01É┌ó4ØpºÇıwe¸£a\x0F"
  b"\x01É┌ó4ÃqÌümRn\x04Eª""
  b"\x01É┌ó4Þpb×¼¥¡pÐ4ï"
  b"\x01É┌ó5\x05ràúË└õìEó¾"
  b"\x01É┌ó5"sƒ║▒¾¼¡»/k"
  b"\x01É┌ó5>r&©Q╣ä\x18\x16╚Í"
  b"\x01É┌ó6\x1Eqoï´ý╣mÔ!\x03"
  b"\x01É┌ó6Rpfà{H!\x0FAúê"
  b"\x01É┌ó6ns┬£è\x0F¥yY¦£"
  b"\x01É┌ó6ëp6ÿpzØUp*-"
  b"\x01É┌ó7*r)Æ\x13tìä╦R("
  b"\x01É┌ó7Ýsöù-ÚMVëÎP"
  b"\x01É┌ó8\x17p╝®:Ðþ¬ñ\ep"
  b"\x01É┌ó89ph╝ªãà■-‗õ"
  b"\x01É┌ó8UpïÄ\x1CFíújú\x16"
  b"\x01É┌ó8qp╩ñRõ/Qg╣ë"
  b"\x01É┌ó8Äp‗Éb\x10¥\x1D¶Ý\x1C"
  b"\x01É┌ó8¬p\t£ÿ▒oI▓é<"
  b"\x01É┌ó9cr\x02ïg║°I\x08;╔"
  b"\x01É┌ó9îrbù\v!M-Åõö"
  b"\x01É┌ó9½s█Ü¿W=Yó¯\x18"
  b"\x01É┌ó9ãs█×RQ¼╩©]±"
  b"\x01É┌ó9Ôrã║ÿ,╦\x05v╝Ï"
  b"\x01É┌ó9²qlà╠\x1DU\x7F\x19"
  b"\x01É┌ó:\x18r┌®G╔└╬Ñ\x06g"
  b"\x01É┌ó:4s▒ñÐ"\x12¯~\x0FW"
  b"\x01É┌ó:Opvƒºƒ┤A»╩Q"
  b"\x01É┌ó:jq\x07£\x01\x02·\f¬Ã"
  b"\x01É┌ó;\vp\eƒÈw\x1A.9P┌"
  b"\x01É┌ó;┬p╩ùøgÍ\x1Fe)ç"
  b"\x01É┌ó;ÞqëªÅ\r\x0Eã\x13╣,"
  b"\x01É┌ó<\x05s³ñnPë[─·²"
  b"\x01É┌ó< pÌ╝O¶ÿı║®G"
  b"\x01É┌ó<;qvùVø£│\°X"
  b"\x01É┌ó<VsËêúX┐\x19┘.╦"
  b"\x01É┌ó<¾pÙÂ\x00ì\x11y­b;"
  b"\x01É┌ó=\x1Ap\x13ƒ©ãÎï‗ýÒ"
  b"\x01É┌ó>pq½®Ç»ôÍ└h╗"
  b"\x01É┌ó?+q £┘╣ðÀp!╩"
  b"\x01É┌ó?Usúרf\tZ├Hè"
  b"\x01É┌ó@>rxøB!sÓß═\x07"
  b"\x01É┌ó@hrï©╚vË#ý¯Q"
  b"\x01É┌ó@àsºäø\x05VªTR¹"
  b"\x01É┌ó@ís1æ_\r'+\x04\x1F\x1C"
  b"\x01É┌ó@¥q▄½Õ\ǰRX>"
  b"\x01É┌óAÅr5╣S╚╦µ-×╔"
  b"\x01É┌óBIs§░¤\x01]▒\eʨ"
  b"\x01É┌óBsp\tó┘Q.û\v"
  b"\x01É┌óC9s¹ì(\x03cw┼(Ç"
  b"\x01É┌óCVq¹»¨ÓPt¬\x01\x15"
  b"\x01É┌óCsrë,±¨AD\x0E\x17"
  b"\x01É┌óCÅsZÉ┌f$fÚ;È"
  b"\x01É┌óC¼p{Ø-å±w.Ìá"
  b"\x01É┌óC╚sN╣3Øá┤\fº°"
  b"\x01É┌óCÕs\x12ÿ‗╠┘bgjú"
  b"\x01É┌óD┐q\x12░ÅiÊ«þ?¼"
  b"\x01É┌óEvrYúÈÖå┤zë┴"
  b"\x01É┌óF\x7Fq¡úJ▓oK¡═É"
  b"\x01É┌óGBqûØéÔv$,?|"
  b"\x01É┌óJÜpñɽ\x06ö³ø┌e"
  b"\x01É┌óJ─qmÿ\x058jhèUn"
  b"\x01É┌óJµs¬Æ\x02Ô╠W¨2£"
  b"\x01É┌óK\x03p¼ê£\x07µÅtA\x10"
  b"\x01É┌óNMp5▒`\x10\x05ƒY╔©"
  b"\x01É┌óNzqêôÛ;ö6f\x10÷"
  b"\x01É┌óS█qc╗å█£F\x07»­"
  b"\x01É┌óT\x03s3┤ùèT\x05îâQ"
  b"\x01É┌óT põê+╝\fV1(k"
  b"\x01É┌óT>r/©\x12©&Ý▒½6"
  b"\x01É┌óT[sö½ù\x17c\x17Ôà»"
  b"\x01É┌óoár˽rY\x05º+<`"
  b"\x01É┌óo┴p çïG╩«╣ûÃ"
  b"\x01É┌óu░rPé‗òÍY\x07\x1F¢"
  b"\x01É┌óu█pkö┬ß0Á┘PÌ"
  b"\x01É┌óu°qÍó­jßàÖÌ\e"
  b"\x01É┌óv\x15råú½Í╩´‗k½"
  b"\x01É┌óv2q'òyê*EcQ8"
  b"\x01É┌óvOp┤│R└ð═▓½¯"
  b"\x01É┌óvlq\x06º"X!¾4ü\x03"
  b"\x01É┌ów8pxìæÔ┼░T¯\x10"
  b"\x01É┌ówas╩╣ ÿØ;Y─ô"
  b"\x01É┌ówérμU,╝k\x1A\x1Fn"
  b"\x01É┌ów×r|èí╦7x■\x16\x19"
  b"\x01É┌óy²s`Áú7#èóıt"
  b"\x01É┌óz%qÌà╬è\r\x08n}┘"
  b"\x01É┌óz@rÝÁýÜ▀2c\x1C"
  b"\x01É┌óz\s>Â└╩=\x1E õ³"
  b"\x01É┌ózys║ïáû\x7F¸E‗¹"
  b"""
    \x01É┌ózòpºô1.╣\x01ï\n
    ã
    """
  b"\x01É┌óz▒p4Ö\x12ý┤&vyx"
  b"\x01É┌óz═r\x0FÿG┬U\x10lÄm"
  b"\x01É┌ózÚs0½╬èEäàs\x11"
  b"\x01É┌ó{\x05rUôé╗بjÆä"
  b"\x01É┌ó{!re║▓â╦\x07@M¬"
  b"\x01É┌ó{=qVò▓¹õ▄Ùê\x1C"
  b"\x01É┌ó{Ùs$öïó┴╗û]╔"
  b"\x01É┌ó|\x17q(¢\x01¢ÉwÐR┘"
  b"\x01É┌ó|4q§ï q,┌«,X"
  b"\x01É┌ó|Qr╠騦Jø\x05½{"
  b"\x01É┌ó|nrÊêºË╝²\x1D×°"
  b"\x01É┌ó|èpÌ░1ð±{à¼Z"
  b"\x01É┌ó|ºrhó═4ä \x1D"
  b"\x01É┌ó|─sM¬ØyIp½J¯"
  b"\x01É┌ó}¼p³Æ`2p\x1F\x1D\x1Fø"
  b"\x01É┌ó}Ër«ò\v̱,'\x1C\x18"
  b"\x01É┌ó}¶s¨ò³Í'├I╠?"
  b"\x01É┌ó~\x11pû┤ê!7v\WW"
  b"\x01É┌ó~-r\x10æ@ÞQ| ÿ¨"
  b"\x01É┌ó~JpîÿÆ4\x10\x01qáò"
  b"\x01É┌ó~gs\x17¼$║o4ê²È"
  b"\x01É┌ó~äp\x1D½O\x06v[\x16£Ø"
  b"\x01É┌óâ\vsù©zN)<þsf"
  b"\x01É┌óâ(rö®íä:¥BÏC"
  b"\x01É┌óâDpú©Ï3ìÁo╔9"
  b"\x01É┌óâ`p}ïU×│NÌ\eo"
  b"""
    \x01É┌óê║pZà\n
    0hyì8G
    """
  b"\x01É┌óêµpà©©╩àÃl]å"
  b"""
    \x01É┌óë\n
    sAò¡á\ı²\x16à
    """
  b"\x01É┌óë+q¥öè\x15SQ@Ðÿ"
  b"\x01É┌óëIq~»}o├Æô­\x14"
  b"\x01É┌óëgr,ò¦|u¥_^§"
  b"\x01É┌óëäse¬Ùð3│Cä®"
  b"\x01É┌óëísÐá╬Þ$%·J\x05"
  b"\x01É┌óë¥p?¥¬\x15Óı¶©¯"
  b"\x01É┌óë█q┌çT╬FW\x1Aq\x10"
  b"\x01É┌óë°seèB§2þ(\x03("
  b"\x01É┌óè\x15r#û\x1Dß\x02\x19\x1C"
  b"""
    \x01É┌óè1rÊê\n
    P╠°åIÍ
    """
  b"\x01É┌óèNqç╗óQ©{ÊV»"
  b"\x01É┌óèkp└░æ═6Ü&p·"
  b"\x01É┌óèêsyï"╦@Ïbv["
  b"\x01É┌óèÑr¨Ñu─û½░ö┘"
  b"\x01É┌óè┴q├ç╬O▀Ó─¬|"
  b"\x01É┌óèÌp¡à┼■╩│ñ\x026"
  b"\x01É┌óè¹pßë┘Òh;ÜÒÙ"
  b"\x01É┌óï\x18r)ÀB\tLWº¡┐"
  b"\x01É┌óï4r²ùÐô÷:\x07ÇË"
  b"\x01É┌óïQq{¡ƒ¸\x7FÃ;½f"
  b"\x01É┌óïnr®ñ2JhÙìsï"
  b"\x01É┌óïïq┤ø\x18\x17&uÄfã"
  b"\x01É┌óïºsûöÎ\x10ÖÅ╠H▀"
  b"\x01É┌óï─s,╗K·Â\x01f¸Â"
  b"\x01É┌óïßq\x1Dâ\x1E\x17\x07=h│o"
  b"\x01É┌óï■rÏ»ãMÿ¢ê0\x19"
  b"\x01É┌óî\eq\x1FÁNéá└\x1D"
  b"\x01É┌óî8r0«»_R└O\x0E\x08"
  b"\x01É┌óîUs╠½jC=┌║!\x10"
  b"\x01É┌óîqr\x01òÎ"5TvÞ┘"
  b"\x01É┌óîÄq¦âá§¥»ë5s"
  b"\x01É┌óî½r¢ÿ»é\x0F\v\x05"
  b"\x01É┌óî╚qpÁÎ4Ú{Õw!"
  b"\x01É┌óîõs5▓ÌÅÚ®AÓà"
  b"\x01É┌óì\x01s4┐\x08±\½Øuò"
  b"\x01É┌óì\x1EsDÜà}þ3W\x15\x06"
  b"\x01É┌óì;r‗áø\x07µk¡­S"
  b"\x01É┌óì[rݽÉ█U<\x1AF)"
  b"\x01É┌óìxrìƒòs%═\x12Ü+"
  b"\x01É┌óÄ1s\x1Aá┼²¨µdÄø"
  b"\x01É┌óÄOq¾ø\x18║&\x18%ô╗"
  b"\x01É┌óÄlsS£¦zÃ▄D\x11\x02"
  b"\x01É┌óÄërÙ¡~©¦o9­å"
  b"\x01É┌óÄ®s\x1C╣à\x10T┼YC\x00"
  b"\x01É┌óÄ┼qÅæ3¤[\P·°"
  b"\x01É┌óÄÕs■òüç┤ûÚ\x11õ"
  b"\x01É┌óÅ\x02rÜå|O\x01ß│àÝ"
  b"\x01É┌óÅ"q¤▒\fýiD"╝±"
  b"\x01É┌óÅðqrè\rÏé\x1Dø]â"
  b"\x01É┌óŨp█┐\x0F\t\x0Em<Vä"
  b"\x01É┌óÉ\x1ArÃÆ\x10ÃÐÏ)÷\x7F"
  b"""
    \x01É┌óÉ7sHÁe│▄\n
    þ1
    """
  b"\x01É┌ó»¡sØü\x12\x1AÛ:p\eç"
  b"\x01É┌ó»╩qz╗┬\x1C³¤ërP"
  b"\x01É┌ó»þqE┐ø»_«=Éh"
  b"\x01É┌ó░\x04qöøj¥\x06╝$d\x13"
  b"\x01É┌ó░!sHögñ/a║ïÞ"
  b"\x01É┌ó░=q|à╠òk<Ü~Ý"
  b"\x01É┌ó░Zppƒl)ËÐ█`/"
  b"\x01É┌ó░wpñè@,c¢\x01\x1Dó"
  b"\x01É┌ó░ôs,óF\x10Un<¼Î"
  b"\x01É┌ó░░sù┤á\e }qrÕ"
  b"\x01É┌ó░╠pEÂYE{┬!\vt"
  b"\x01É┌ó▒wp\x06ó\vÕÚ>ØU¢"
  b"\x01É┌óÁLr«╣\x0EÙgå?8!"
  b"\x01É┌óÁtp÷é\x0Eò'tÕ­1"
  b"\x01É┌óÁÉq÷ä>12ää²¹"
  b"\x01É┌óÁ¡sV│ß\x08:»%╠Ï"
  b"\x01É┌óÁ╔s£¥Ê\x13T╦߬\x17"
  b"\x01É┌óÁµqâ×§¥¬╚!Âó"
  b"""
    \x01É┌óÂ\n
    rßÜ>─┬ÉNÿÑ
    """
  b"\x01É┌óÂ'rF│i®T¿O$J"
  b"\x01É┌óÂDqrÂd~_d1▀|"
  b"\x01É┌óÂ`sÃĬØqNC*\t"
  b"\x01É┌óÂ}pj©[º'Yñݽ"
  b"\x01É┌óÂÜs¸ëH┌.»ã¶4"
  b"""
    \x01É┌óÂÀr\x13¼po\n
    \t¢\x11
    """
  b"\x01É┌óÂËsü«úÌ\x13vнÎ"
  b"\x01É┌ó­qƽP·àÓcÉ\x12"
  b"\x01É┌óÀ\rpOÑØòW\x04m╩õ"
  b"\x01É┌óÀ*s)ú\tÕ)Àtø "
  b"\x01É┌óÀFssï\x13Þ£bÚvû"
  b"\x01É┌óÀcp\x0F▓xó╠\║×q"
  b"\x01É┌óÀÇp7Ü\-rC╗à¤"
  b"\x01É┌óÀØpRÅ^?¬\r\x17Æ."
  b"\x01É┌óÀ║p(æ\x19^¯▄êYÓ"
  b"\x01É┌óÀÍq▒À¬ÜÂÃ╝¨¾"
  b"\x01É┌óÀ¾p­▓8\x08ó╦¨²\x13"
  b"\x01É┌ó©\x10q╣áFc_zç<A"
  b"\x01É┌ó©-r╠º░Ûi¿åë\x10"
  b"\x01É┌ó©JpA┐Èo#ðÑ~o"
  b"\x01É┌ó©gp*¬{Ð┘ßÍÈ┘"
  b"\x01É┌ó©âs´Ç%_╚\x0Eïù\x17"
  b"\x01É┌ó©ár$ƒéúdJ§│\t"
  b"\x01É┌ó©¢rí©#╠\x08:×╔┬"
  b"\x01É┌ó©┌sj¬T\x04zÜ■Ðp"
  b"\x01É┌ó©¸rrÑd§┤ ©\x02R"
  b"\x01É┌ó╣\x13pz»\x13(‗q¶?ú"
  b"\x01É┌ó╣0sz®nÀÞ°\x19Q"
  b"\x01É┌ó╣Mr │½|\x08■ðé╝"
  b"\x01É┌ó╣jp^èʬÔûJ4H"
  b"\x01É┌ó╣åp:åúøÄzU?c"
  b"\x01É┌ó╝<sã¬█┤½!=FX"
  b"\x01É┌ó╝ppL╗ß§0VR\x0F<"
  b"\x01É┌ó╝ÿqÎ▒Á╣$Í]MZ"
  b"\x01É┌ó╝┤qdÅ^2YÐS&ã"
  b"\x01É┌ó╝Îr.╗‗çôþ¡\x1AÞ"
  b"\x01É┌ó╝¶r\x02ºý\x19\rèXÕ└"
  b"\x01É┌ó¢\x17sÁ¼îjö┬\x04\v*"
  b"\x01É┌ó¢3r▄¥ä­´\x1DÍao"
  b"\x01É┌ó¢Vsó¥õÕùÞa\x05<"
  b"\x01É┌ó¢ssËú\x15╬3ÖâÓ\e"
  b"\x01É┌ó¢ûr\rƒ¾¨T0(^/"
  b"\x01É┌ó¢│rkÀ>\vaìºj├"
  b"\x01É┌ó¢Íp6è╦û╩nsöƒ"
  b"\x01É┌ó¢‗r·¢╦Ú\x08`\x1F"
  b"\x01É┌ó¥\x15raÿj \r¨█»j"
  b"\x01É┌ó¥2r\x01ê║`┴cþúé"
  b"\x01É┌ó¥UrNÑ¿è┤┌\x13\x00\x19"
  b"\x01É┌ó¥rs▀▓ñÖõO\x10Z:"
  b"\x01É┌ó¥òq¶àÚ\x01ÒıèS\f"
  b"\x01É┌ó¥▒q7ëܱ╦ú$aÍ"
  b"\x01É┌ó¥Ès±É4ºK'²\x0F\x02"
  b"\x01É┌ó¥±sZü¶iB=EÒ\x07"
  b"\x01É┌ó┐\x14rÜÑ,╦j┬¢k\x08"
  b"\x01É┌ó┐1qL▒5ZØÂ}Èë"
  b"""
    \x01É┌ó┐Tr¬Âåa\n
    Ë\n
    \n
    ]
    """
  b"\x01É┌ó┐ps¡ê>║juuBí"
  b"\x01É┌ó┐ör\x19¿PÀà\x14¶«╠"
  b"\x01É┌ó┐░p\tòL²┤Ú\x03ã#"
  b"\x01É┌ó┐ËpÚÄC<\x04░ütù"
  b"\x01É┌ó┐­soàçp¥\\fO╚"
  b"\x01É┌ó└\x13pfƒ\x05äC\x14▓─┘"
  b"\x01É┌ó└0pG¿0OÐÛÐ^╝"
  b"\x01É┌ó└Sr¯Âa¡àR\x0FÃ\x06"
  b"\x01É┌ó└op_ÿ-Ölë,:¸"
  b"\x01É┌ó└ÆrZÀüÜø╝kµB"
  b"\x01É┌ó└»rÔÖâ\x06VãTÎ┬"
  b"\x01É┌ó└Êrºøç«¿\x1CLY┴"
  b"\x01É┌ó└´sÊÿXàN\\t\f*"
  b"\x01É┌ó┴╬qÖĬ§L»▒\x08"
  b"\x01É┌ó┴¹qcƶ\x1D>HüÛ‗"
  b"\x01É┌ó┬\x1DpÃò‗!{³N╝Y"
  b"\x01É┌ó┬=p╬è\x11\x14ea\x13ab"
  b"\x01É┌ó┬_r%ú]\x1DÛX9hÙ"
  b"\x01É┌ó┬}r\x1C¿‗\fRt`ü"
  b"\x01É┌ó┬ør%ÿ©YÝ\x16ýZ»"
  b"\x01É┌ó┬¢q\x1E╝NuÅy÷á^"
  b"\x01É┌ó┬█q(┐▒\x0E▄Wá&."
  b"\x01É┌ó┬ rÒúfÔ5│Éëæ"
  b"\x01É┌ó├╠p■Á¸^─)p└Z"
  b"\x01É┌ó─ësÙ«a]╣ì1\eÝ"
  b"\x01É┌óß\x13s·ÜæÏ¢Ý<Q6"
  b"\x01É┌óß┬q■ñCÃéÓ~eÕ"
  b"\x01É┌óÔ»p\x02í¯du\x0E┼╦?"
  b"\x01É┌óÒòs\x18ì\x1E¡▀B─'/"
  b"\x01É┌óões¶ûÞ\x1E\fÜ\x1145"
  b"\x01É┌óÕBp\x18▒ã\x1A╔¬"X`"
  b"\x01É┌óµ\rq\x06»­\x16,yÌmã"
  b"\x01É┌óµÓr╣┤]l┴î@\f;"
  b"\x01É┌óþ┐p|ïRLyÚ2D4"
  b"\x01É┌óÞæpÛïW±~8sba"
  b"\x01É┌óÚUps╣}▒LT╚d\x10"
  b"\x01É┌óÚäp²┐cÚ╝ó\x08┐¥"
  b"\x01É┌óÛZqµ¥`█æ­Ä+é"
  b"\x01É┌óÙzp»ö9\x03╝öît\e"
  b"\x01É┌óýërV粃uð_[c"
  b"\x01É┌óÝás\rùM3«Ë┬èä"
  b"\x01É┌ó¯îrúü7ùË·"┐1"
  b"\x01É┌ó¯¢sy┐ÕÂ}Å\fÊ="
  b"\x01É┌ó¯µs\x05┐ÿÿG=²k­"
  b"\x01É┌ó´£p\x17╗Ô\x14-Àë®È"
  b"\x01É┌ó´╦s ¡6d^x\x0E÷ì"
  b"\x01É┌ó´¯r¨Á┘èØ}\x00╠¡"
  b"\x01É┌ó­\vrÊÂ÷ñvá\x07Wc"
  b"\x01É┌ó­█qöº\x16d\x7Fæ╝└d"
  b"\x01É┌ó±\vq╠╣Iû\x1FÞÃë7"
  b"\x01É┌ó±4p~¡¿&'=¶\x12L"
  b"\x01É┌ó¸¹sH╗¹▄\e\x123èm"
  b"\x01É┌ó°-s┬ºD,Í┐wë1"
  b"\x01É┌ó°TqÏìf3ª·q{\x05"
  b"\x01É┌ó°pqVÅ\x13ë‗Ì▒▓h"
  b"\x01É┌ó°Éq\ñ║\x14<─\x16S╗"
  b"\x01É┌ó°¡rûæ\x1Eê®[G╠Ý"
  b"\x01É┌ó°╠p╬ê\x19■}Á╔█Á"
  b"\x01É┌ó°ÚsÐò¸║\x02c)¸§"
  b"\x01É┌ó¨\vqhÿ\t\x14Î╠ s±"
  b"\x01É┌ó¨'qõÿLYMÕÊÙw"
  b"\x01É┌ó¨Hqdè¦\x01æ\x1F\x13"
  b"\x01É┌ó¨ds/▓VÚ¡´ä¹,"
  b"\x01É┌ó¨àpF│\x06~!§{║D"
  b"\x01É┌ó¨óp\vÄ\x0E\tä¯Í╣▓"
  b"\x01É┌ó¨├saÆã▄┬×Gì·"
  b"\x01É┌ó¨Óp\x10Æ┬c!F\x18¿>"
  b"\x01É┌ó·\x01q\v¡$█M╗ù'?"
  b"\x01É┌ó·\x1Dr\x01éù{Ñú3¯┤"
  b"\x01É┌ó·>qæÉK±\x00­Ê│("
  b"\x01É┌ó·[qÃüä­èý-zå"
  b"\x01É┌ó·zr\x05á dÞ\x19 \x18Ç"
  b"\x01É┌ó¹_qêå¯á"DÉÈð"
  b"\x01É┌ó¹Ärý¢qõ=\x00Uv_"
  b"\x01É┌ó¹Èr¢¥\x0Fäÿ\v`mY"
  b"\x01É┌ó■\x1EsÍÀ#\tsí©¹á"
  b"\x01É┌ó■Ks\x1Dö▄-╣K┼³L"
  b"\x01É┌ó■qsú«╠é·'░▒»"
  b"\x01É┌ó BpïØ~\x1C\r¹ü\x0Eä"
  b"\x01É┌ó lsã£┤+½èZ¨N"
  b"\x01É┌ó ìrÔëé├wlUõ╚"
  b"\x01É┌ó ¬qŽ$'qe\x1C║q"
  b"\x01É┌ó ╔rh▒Ày┌┼s\x08"
  b"\x01É┌ó µp»┐§®\x00\x00né╦"
  b"\x01É┌ú\x00\x03sðëo{³êT¢Ç"
  b"\x01É┌ú\x00#r<ØÝ&a╗\x1Ej*"
  b"\x01É┌ú\x00?r\e®÷8®Q8¨£"
  b"\x01É┌ú\x00_sTÅFs2\Z³ÿ"
  b"\x01É┌ú\x00|p\x02©3Oú‗¬Áü"
  b"\x01É┌ú\x00ÿs#á[àÛ?uh\x03"
  b"\x01É┌ú\x00Áp\x15ü¦{─/▄ƒ┐"
  b"\x01É┌ú\x00Ðrë┤D\rHÌ%hý"
  b"\x01É┌ú\x00¯rNÑ´b¶"öØù"
  b"""
    \x01É┌ú\x01\n
    q³À2¸\x04øÌ: 
    """
  b"\x01É┌ú\x01'p\rå<¦eMSùå"
  b"\x01É┌ú\x01Cp\x7Fï\x14╠¿\x10\x15b\v"
  b"\x01É┌ú\x01`slÆF<@\x14Eüº"
  b"\x01É┌ú\x01|rKè-À■█Ä-B"
  b"\x01É┌ú\x02Dr?Â^þ\eõwøË"
  b"\x01É┌ú\x03\x12sÚö\x1F\x07Ðc▓üØ"
  b"\x01É┌ú\x04╗q¿×ç£\x19\x02¬ÑÂ"
  b"\x01É┌ú\x04Õplä▄×ÔBE¤Ä"
  b"\x01É┌ú\x05\x06r┤║Õýdt5\x1F6"
  b"\x01É┌ú\x05Ëq1é.È¥~K4N"
  b"\x01É┌ú\x05²pı¼gK¹µ¢\x08ì"
  b"\x01É┌ú\x06\x1Er¸ÆypøÃ~Ù■"
  b"\x01É┌ú\x06;rXï×┼Eær¤╠"
  b"\x01É┌ú\x072sqìëVvá3âÛ"
  b"\x01É┌ú\x07_pïªØä½sôÒ\"
  b"\x01É┌ú\x07ârÓ¢\x02╔§EÃ├ø"
  b"\x01É┌ú\x07ásVï£$÷[~nÆ"
  b"\x01É┌ú\x07¢rùêîJ^v±äb"
  b"\x01É┌ú\x07┌q\x11àÀÆÍÁ░┬þ"
  b"\x01É┌ú\x07¸s8ùï*Hß║Î:"
  b"\x01É┌ú\x08\x14r%»B\x12wSº±é"
  b"\x01É┌ú$Gr\x1Cñð\x1FrÛð│º"
  b"""
    \x01É┌ú$os\x10╝ð\n
    àFË÷ß
    """
  b"\x01É┌ú$ôrÍê\v¿<-=³>"
  b"\x01É┌ú%çpÂů┘Ô▀Æ┤ò"
  b"\x01É┌ú&Zr`ÉÂ\x08]fKþÜ"
  b"\x01É┌ú' q¶┐5fÅ\x06╚6Õ"
  b"\x01É┌ú'Orñ▒YÉ®°\x1A\x05ò"
  b"\x01É┌ú'sq@®-д$┌¦"
  b"\x01É┌ú'Ér*Öe\x13LÞ,tó"
  b"\x01É┌ú'¡r:Ä\x10Ã├Âðá""
  b"\x01É┌ú(pr╔ÅÊÉ*┌·x´"
  b"\x01É┌ú(ÿp~ï9░c┘\x1C\v-"
  b"\x01É┌ú(Áq┤ᬭW_ƒ\\"
  b"\x01É┌ú(Êp£¬Þø¼‗­óI"
  b"\x01É┌ú(­s▒¥/)╠ÀÆ)\x14"
  b"\x01É┌ú)\rq▒í$®\x0Fؤ¶§"
  b"\x01É┌ú)*p.üμ/\x1E-ÿO"
  b"\x01É┌ú)Gpݼ \x06#B}Næ"
  b"\x01É┌ú)ep]Øg¿ýÄ▒ Ï"
  b"\x01É┌ú)érAïEú¶èI\x7FI"
  b"\x01É┌ú*Msp¢R╝µÖ\x1D¬"
  b"\x01É┌ú*xsBæaô╠`}6ý"
  b"""
    \x01É┌ú*øpÓøF£ê{\n
    
    """
  b"\x01É┌ú*©r╗ù9Äßê┼[¿"
  b"\x01É┌ú*ıq\x1FƒH¿ÜÑ|▀ "
  b"\x01É┌ú0Mpâ╣»▒▄ê!s®"
  b"\x01É┌ú1*rÝ¡ıû²1%.R"
  b"\x01É┌ú1¦r©æÆ\x07ì\x11i\x03à"
  b"\x01É┌ú2╦s©îq\Ø═(`"
  b"\x01É┌ú2¸p˽│p¨b\x1DôÆ"
  b"\x01É┌ú3\x19qÜô½\x08l;■7f"
  b"""
    \x01É┌ú36qÙÄÜ\x03Z\n
    (ú.
    """
  b"\x01É┌ú3Xr¿é^q┤1\f"
  b"\x01É┌ú3usj«ªlZà╔\x00 "
  b"\x01É┌ú3ûr┴®>\x19\t\x18<kJ"
  b"\x01É┌ú3│q½öÔ´¼;<]\n"
  b"\x01É┌ú3Ëpúä[Y"ð\x15"
  b"\x01É┌ú3­r}£®\f@▓ ├\x00"
  b"\x01É┌ú4\x13sÈ┤%}Mı®ä¸"
  b"\x01É┌ú40s└º©+²ñHîa"
  b"\x01É┌ú4Ss;Øáêç\x1D{│\x06"
  b"\x01É┌ú5\x0ErM║ÝO\x0E\x10i\x03g"
  b"\x01É┌ú58p■┐ `oSð\x17W"
  b"\x01É┌ú5‗p"░╚â\x01mÆ×Ý"
  b"\x01É┌ú6Ôq(┤*î┼╗\x1F\v\x1E"
  b"\x01É┌ú7\vp²©#\x1AG│\x7Fg\x1A"
  b"\x01É┌ú72sÜñ£\e2(}PÍ"
  b"\x01É┌ú7Qræíw%\x05!ïå{"
  b"\x01É┌ú7up\x05Å╩\v³\x07Òc┌"
  b"\x01É┌ú7ôpÅ║òKÍt>3h"
  b"\x01É┌ú8zsßê╝/!öâO┼"
  b"\x01É┌ú8ñsøôuT\x05┬r0|"
  b"\x01É┌ú8╦pìª\x18■ßBÞõı"
  b"\x01É┌ú8ÞqA▓a3.`'\x7FY"
  b"\x01É┌ú9\trá¬}L[\ggy"
  b"\x01É┌ú9&r«║¾Ë┤\x03U\x17"
  b"\x01É┌ú9IqñÂY¨─\fE!´"
  b"\x01É┌ú9gq┘å}é¬L¾\x15D"
  b"\x01É┌ú9çqV┐úà`>àñ¿"
  b"\x01É┌ú9ñsFƒþ`æ‗öJI"
  b"\x01É┌ú9ãp\x07å÷OK\t2"õ"
  b"\x01É┌ú9ÒsãÆÚ2\x00yNÇx"
  b"\x01É┌ú:\x06q┐¥‗]UÚé│Ä"
  b"\x01É┌ú:#rÅí&ì¿«÷tj"
  b"\x01É┌ú;\x14r±ÉÁ@³Â£Ý\f"
  b"\x01É┌ú;@p&çgÑmá0í\x0E"
  b"\x01É┌ú;kp┴êàÀ═R¾ÁÛ"
  b"\x01É┌ú;ês░ØUr@\t\x16<\x1E"
  b"\x01É┌ú;ªr0╝'øÑ\x7FÞ├©"
  b"\x01É┌ú<xp\tí\x19`░¢\x18¢\x1A"
  b"\x01É┌ú<íqÆï▓(\tÇ×}\x03"
  b"\x01É┌ú<┬p┬èËöX▒VíU"
  b"\x01É┌ú<▀q°╗╚§ôç╔¬o"
  b"\x01É┌ú<³qô܃µØ\x03v)\x14"
  b"\x01É┌ú=\x1Apø¥íð═8³K0"
  b"\x01É┌ú=¾s¦Â1Ý á!cø"
  b"\x01É┌ú>\x1Ds\x12▓ÄÎK¨B7æ"
  b"\x01É┌ú>>q\x01ª\x0EßÊ░\x1F"
  b"\x01É┌ú>[ptélâ,­ÙO%"
  b"\x01É┌ú>xs{¢╩╠Ãéý°╠"
  b"\x01É┌ú>òqÓÿ©¯ò&Ü-Î"
  b"\x01É┌ú>▓q<É1Ú╠XÒ╠\x17"
  b"\x01É┌ú@▒q¡»Ví─\x12ðr¹"
  b"\x01É┌ú@▄q┤é&K ©\x7F)\e"
  b"\x01É┌ú@¨píñb\rrR }y"
  b"\x01É┌úA\x16pı®cÝçíw▓{"
  b"\x01É┌úA3pôÂu)>cýw%"
  b"\x01É┌úAPp\x1FÜê#╣ÙÙ\x03("
  b"\x01É┌úAmr«é‗\t▓ä┼:Y"
  b"\x01É┌úAèrXû‗S½\x11‗Æ@"
  b"\x01É┌úA¿rí║\x14\x7FÐõ┬gl"
  b"\x01“b‰–/rÒ¡¿aJJàw\x1F"
  b"\x01ôbì\x06Õs\x19ü«╔ÈÂ|7à"
  b"\x01ôbì\x071q\x07\x1C\x11\x12╣yÜ}"
  b"\x01ôbì\x07~p+ëFıíÈ\x04çz"
  b"\x01ôbì\t═søÆ\x0E¤Æõ\x00··"
  b"""
    \x01ôbì\n
    \x19q╠Ñgß#;'½T
    """
  b"""
    \x01ôbì\n
    fqHóHg\x7F\x04\x0F
    """
  b"""
    \x01ôbì\n
    │so¢h+lÐ\x0F
    """
  b"\x01ôbì\v\x01pÍèqòWz\x03vg"
  b"\x01ôbì\vOsÉæ╠\x03l\x0F\x15Þ╣"
  b"\x01ôbì\x11;s?ÿ$ðJJ‗òh"
  b"""
    \x01ôbì\x11ìp<æ▄Gõ\n
    ñ4¢
    """
  b"\x01ôbì\x11Óq%É5µxÇÀr®"
  b"\x01ôbì\x120pöüÿè■"áó8"
  b"\x01ôbì\x12~qÈ╗░\x16┐º)«â"
  b"\x01ôbì\x12╩r\x05äe\v═KU\e"
  b"\x01ôbì\x13\x1Dp├ù\x1A¢`\x05È\rÐ"
  b"\x01ôbì\x13jqú║uÙÖR┐@%"
  b"\x01ôbì\x13Âqâ¬'·-íw9t"
  b"\x01ôbì\x14\x07p\x10úê\x06½¾B2l"
  b"\x01ôbì\x14Zp(û£\x17§DÝ\v\x1C"
  b"\x01ôbì\x14¬sJ£|\x14âÈÖ5\x11"
  b"\x01ôbì\x14°sí░ì@§ÆÿüD"
  b"\x01ôbì\x15Hsåî\x1Dɧ\x03#]·"
  b"\x01ôbì\x15ÜqöîÉÛ\x0E\x1Aº6\x10"
  b"\x01ôbì\x15µq═éRÿv(_®e"
  b"\x01ôbì\x167qNºc\x18ÖÊ´µT"
  b"\x01ôbì\x16ès┴▓Ë┼8¢ Î\x12"
  b"\x01ôbì\x16ÍrÚá╩\x0F]B\x15áÚ"
  b"\x01ôbì\x1AÔr/ÿx\t~ëk\x1E×"
  b"\x01ôbì\e/rͪÕzÙýq/\x03"
  b"\x01ôbì\x1E\x18pZôJ|4Jc(}"
  b"\x01ôbì\x1Eeq╦û\f\x06░;aÏO"
  b"\x01ôbì \vpËå'øxì.J╔"
  b"\x01ôbì XsÀÑgr\x10M╝i»"
  b"\x01ôbì%╚q4¿\x18s\x15÷ë0&"
  b"\x01ôbì&\x1Eq}»cw2\vÃı¹"
  b"\x01ôbì-QsÃàûBO\x15Z\x1DX"
  b"\x01ôbì-ípYì_tÊá%q¹"
  b"\x01ôbì0%pUìCÊ,~║┬."
  b"\x01ôbì0wsw░ÙÓ-■\x19\x0EM"
  b"\x01ôbì0╩pP║l║«lú┘┤"
  b"\x01ôbì3÷sÌ×`BǪ╝\x00N"
  b"\x01ôbì5┬q\x10╝»dÄ\x1F\x06#"
  b"\x01ôbì6\x12sÐäBMñ▄+░w"
  b"\x01ôbì6_rðÑ│à5e╗├/"
  b"\x01ôbì7ns\x01áR>\x06ï©╬l"
  b"\x01ôbì7¢q¾ùDì-¹\x07:\"
  b"\x01ôbì8\x0Eræ¥19zÆß\t¥"
  b"\x01ôbì8`p\x7FöµbwÅBÜ\x08"
  b"\x01ôbì9·pTè,Ùk╦\x1Ad>"
  b"\x01ôbì:GrçÀj╩ã«u4ê"
  b"\x01ôbì:ôq²╣╗\x16<Õ²\x00Q"
  b"\x01ôbì:Ópuô°U1 ®-1"
  b"\x01ôbì;,p~ä9\x1CÇIf─Ç"
  b"\x01ôbì;yrbï╦¯└└\x01±D"
  b"\x01ôbì;┼qÓü\x0E\x1Fd\x15░­Ë"
  b"\x01ôbì<\x13qôçq°\x06í\x10├="
  b"\x01ôbì<ar\t£Ü\n;\x00ÄÄ\n"
  b"\x01ôbì<»s ▓é bDÙQv"
  b"\x01ôbì<³r┘Ñÿ▄╬Q«_?"
  b"\x01ôbì=Hrm½¬åd/\x06Án"
  b"\x01ôbì=òr~ÇöS8J═┼ñ"
  b"\x01ôbì=Ôr.ê¸+\x02âx\v£"
  b"\x01ôbì]uq#Å$\x0F\t■M»q"
  b"\x01ôbì]ÊqƒÑFÞ6³:\x1A"
  b"\x01ôbì^\x1Esoñ¶▄QRD▀¤"
  b"\x01ôbì^kp\x04æâ┤└\x1AÿåE"
  b"\x01ôbì^©r\x17ôÁ\x008q¦l/"
  b"\x01ôbì_\x04p▒ª╣=Åþ>\x1EÞ"
  b"\x01ôbì_Qs\x10ök\x1D´aizá"
  b"\x01ôbì`kp├ó¦2\x1F┬!>Ì"
  b"\x01ôbìagqæÅ÷ÙvE×°3"
  b"\x01ôbìa┤s«┤æ'ÿçm\x07l"
  b"\x01ôbìb\x02r}ö)i\x13¡╣‗û"
  b"\x01ôbìbPqXù\x04u¹Óê¿Ê"
  b"\x01ôbìb£q\x0Fª©~┤µV╚ì"
  b"\x01ôbìbÚs\x10│%©ó▒£Äò"
  b"\x01ôbìc6siè`è\x080Ýþ┘"
  b"\x01ôbì}╬s «Q$\x1Fv╠\x1E\e"
  b"\x01ôbì~iq~ô╬14^█M\x07"
  b"""
    \x01ôbì\x7F\n
    pK«ì²0wIb)
    """
  b"\x01ôbì\x7F¼qÏö╬¸²ÛäT\x05"
  b"\x01ôbìüÏqiî}Ã2\x0F¤&Õ"
  b"\x01ôbìé¥r0¡JtçkT\x16¼"
  b"\x01ôbìâXp-ú¦╔cD\x1F´$"
  b"\x01ôbìâªrì©Ê\eñ±\v6A"
  b"\x01ôbìäBpçä>jW\x13l╠×"
  b"\x01“bŽášp\x1F«ê\eônoD{"
  b"\x01“bŽáæq\x1FžM46‹kɰ"
  b"\x01“bŽåPs¡‹Í×\x19ö©+…"
  b"\x01ôbÄÕØrh¥\vv+Z\x7F*\"
  b"\x01“bŽåépë¤òA'6p%’"
  b"\x01“bŽæ5qí¸¯Ðå£|¬Þ"
  b"\x01“bŽæ‚q‚‹w»;@¯ŸÏ"
  b"\x01“bŽæÏs\v®ž•Kô\x19Š·"
  b"\x01ôbÄþ\x1Eq.é%¬6µì╠q"
  b"\x01“bŽçksß­jÃ\x08ÙŒŠø"
  b"\x01“bŽç·pÌŸ+L³½ÒÚ7"
  b"\x01“bŽè\x03px—€Œ÷ê–\ea"
  b"\x01“bŽèOpú°¦¯\x17Ý9P3"
  b"\x01“bŽè›rx˜\x0F\x0E¹\x19(\x0FÉ"
  b"\x01ôbÄÞþpâ䨡º¬±ÇÂ"
  b"\x01ôbÄÚ3pAü═ÃèüL3┌"
  b"\x01“bŽï\x13q®…L\x0EË(G/«"
  b"\x01“bŽï~sbŸðæ×̰ڳ"
  b"\x01“bŽïÊsêšÖ\x1C\x16*X\rì"
  b"\x01“bŽð\x17s(«¤Õçø¥ÒÁ"
  b"\x01“bŽðcsg€\x03˜ô\x11=\x14#"
  b"\x01“bŽð°sêˆrÂeH`n‡"
  b"""
    \x01“bŽðür%£\n
    \rÉ\n
    Û\vf
    """
  b"\x01ôbıJr É>\fªo\t"
  b"\x01ôbıÿq/ü ~sFy-╗"
  b"\x01“bŽñær\x1A·ÿ*PõÚDœ"
  b"\x01“bŽò4qΡ~>\x18\x05\x04"
  b"\x01“bŽò€qì’á‚S\x18€Væ"
  b"\x01ôbÄ‗╠sò£kR»KNü8"
  b"\x01“bŽó\x19p)¶‡Û\x1Fñ?;À"
  b"\x01“bŽófqÒƒâ\x02}Ý|ÿÓ"
  b"\x01“bŽó³r6£e]²\x06Ca¯"
  b"\x01“bŽóÿpÃ’Ø¢\x17­§ÐŸ"
  b"\x01“bŽôKsa¢\x10ÏC\x013#ð"
  b"\x01“bŽõîr\x1F°ö0î\x11º(Ô"
  b"\x01“bŽö;p¯˜e`!L6P€"
  b"\x01“bŽø.qíŒÒSãú;0l"
  b"\x01ôbİzs÷ê▀u┘üd¯Q"
  b"\x01“bŽøÆrê™>€âÆ)\x16f"
  b"\x01“bŽù\x13s>•Så*®ñ„s"
  b"\x01“bŽù_rñ°bWÚùaÌZ"
  b"\x01“bŽù¬p.ˆ\x01&i‘ÿ\x08|"
  b"\x01“bŽùør~•i\t§™°UÏ"
  b"\x01“bŽúDq5Œ-Ge³}œñ"
  b"\x01ôbÄ·Ésc¥ï╬2ù\x141░"
  b"\x01ôbÄ·▄pâ│,=Â\x00Þüë"
  b"\x01“bŽû(p¥ΙöZ¾B§"
  b"\x01ôbĹus╚Éa\fçmH~¹"
  b"\x01“bŽûÂrº¡\x03¸=Ó¿\x07\x13"
  b"\x01ôbij\x10pÝØ$▒`ñ\x1CýÁ"
  b"\x01“bŽü^r½®P}“þâ¸\x1D"
  b"\x01“bŽüªrá‘f\t\x1EéÁ\x05Q"
  b"\x01“bŽüôq\x11µô\x1Crøf•-"
  b"\x01ôbIJ?pE®╦ì1bb╝7"
  b"\x01“bŽýŠpРÏ\x06\x1FH\1)"
  b"\x01“bŽýÕr\x04®¥|\r\G0Æ"
  b"\x01ôbÄ■ q■ä\x0EØ=(´ÖÕ"
  b"\x01ôbÄ■ks»üÁÔ×z¡`¸"
  b"\x01“bŽþ¶p¾½ev9Ý>g^"
  b"\x01ôbÅ\x04òrÍä ù±ÌrAÉ"
  b"\x01ôbÅ\x04ýpõ┐2┐ê¶2:┐"
  b"\x01ôbÅ\x05?s┴½¯Òæ\Là÷"
  b"\x01ôbÅ\x05ÉsËñ┤▒¿ã~©½"
  b"\x01ôbÅ\x05Òp║Än■Òfß}ý"
  b"\x01ôbÅ\x066pµ┐õ±Û\x16▒¨&"
  b"\x01ôbÅ\x06ër│äIB█Áåò├"
  b"\x01ôbÅ\x06█rÖû*Æ├EÙþV"
  b"\x01ôbÅ\x07-shÄUëÏ\x15UÜj"
  b"\x01ôbÅ5Ys\tïC=Ë‗*\x0Eõ"
  b"\x01ôbÅ5ñq~ê^g¤­®µ±"
  b"\x01ôbÅ5­q­│┘Î╝_­c\x01"
  b"\x01ôbÅ6=p|ºÉú¡\x06×Aù"
  b"\x01ôbÅ6èp\ø\x128Àµ┼TÖ"
  b"\x01ôbÅ6┘p\x05×´\f©iË\x00ü"
  b"\x01ôbÅ7%sDñ└Æ»Í"¥█"
  b"\x01ôbÅ7rs\fô\x02mÝhÉRÖ"
  b"\x01ôbÅ8êpkåø;JJ¯Ó$"
  b"\x01ôbÅ8ısFâxø\x10\x15▒ÊÉ"
  b"\x01ôbÅ9!q!Ƨ9Á▄\x1Cé┴"
  b"\x01ôbÅ9mq┼»çð┬iü&T"
  b"\x01ôbÅ9©rçò0Üèü\x1F"
  b"\x01ôbÅ:\x04rNâ¾kí╩L\e³"
  b"\x01ôbÅ?¤pîçdwí|\t%└"
  b"\x01ôbÅ@#rkæ\x12\x1Fî├[½f"
  b"\x01ôbÅEvr´áÝ╔\x1EÞ7§´"
  b"\x01ôbÅM6p`¿¿ ø╗"o\x0E"
  b"\x01ôbÅN╬ré¥%\x1D/ÙÔÆ×"
  b"\x01ôbÅQ`pU╗kª[╬@\e\x06"
  b"\x01ôbÅX©p■ñLÀãÖ╚ÌR"
  b"""
    \x01ôbÅY\n
    r½ë\x01G¦°ì░Z
    """
  b"\x01ôbÅ]5ríì*A░█°$¹"
  b"\x01ôbÅ]éq?ñwëÿô\x18<\x10"
  b"\x01ôbÅ]╬p#ì3GàË\x02"
  b"\x01ôbÅ`\x16rÚè²╩Ù¨¸\x10ë"
  b"\x01ôbÅh\x1Aså║.\x08╝s╗\x0E+"
  b"\x01ôbÅhgqºû\x16\x10¨.\x11ü¥"
  b"\x01ôbÅÄùp┬½é┐[ÝäÑ┴"
  b"\x01ôbÅÅ2s(è└±\x17+%éØ"
  b"\x01ôbÅÅ\x7Fqá¼1ê\x18õ3┴╬"
  b"\x01ôbÅÅ╠sàÂC¤ÍöÚf┌"
  b"\x01ôbÅÉ\x18rïª\x15iÈ@¹¦3"
  b"\x01ôbÅÉfríà?ÝgÄyÝË"
  b"\x01ôbÅÉ┤q3ê\x02═\±^ÙY"
  b"\x01ôbÅæ\x04sß½6\x1A┘³╬&4"
  b"\x01ôbÅæSp®¢ªR¸═øëm"
  b"\x01ôbŃCrjüõ¸\x01ÈÂ\x07Ü"
  b"\x01ôbÅ▓6r╣Â+ýÕ\x7F6■G"
  b"\x01ôbÅÁüs'êÞ&R?ÆZé"
  b"\x01ôbÅõ5r¸Å£äò{gÀ`"
  b"\x01ôbÅõép┬ÇOç\x7Fz^Ö\x15"
  b"\x01ôbÅõ═sã®þÁ(´îå\x16"
  b"\x01ôbÅÕ\x19q\x08▓G~N]ûÅ."
  b"\x01ôbÅÕfs÷ø!ÐRÌ\x0F"
  b"\x01ôbÅÕ▓rÿâÔ‗?¬Ü-\f"
  b"\x01ôbÅý qr½½0}¥y\x08X"
  b"\x01ôbÅÝTs=áÿ#¥×~¦O"
  b"\x01ôbÅÝóq\x19`\x08╣╠ð"
  b"\x01ôbÅݯsÉÇ!WÄ\x1D<\9"
  b"\x01ôbů:sL┐╚═+È\f"
  b"\x01ôbůçrÆìWÉ‗D­z\"
  b"\x01“b•×|p6´Àj ¨Lþö"
  b"\x01“b•×ÊpòŒ\x1CB\x08\x1D\x16\x03"
]
78 0.10 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.09 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01É┌kh═q<ïãeÄvBe┘"
]
80 0.06 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 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"
]
82 0.33 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.24 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.09 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
85 0.07 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
86 0.13 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.19 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
89 0.21 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.39 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.62 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É┌kh═q<ïãeÄvBe┘"
]
93 0.44 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ôS\x10\x10Wq░╝t\x01÷0\x14"
  b"\x01É┌kh═q<ïãeÄvBe┘"
]
94 6.36 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/0190da6b68cd713c8bc6658e764265d9"
  "/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/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/0190da6b8b0c73058638ee4347315f4d"
  "/navigation/0190da6b8bc972f889c7c990b2349580"
  "/navigation/0190da6b8bd97212a0d598597b9aafb8"
  "/navigation/0190da6b8c567235a1c48675a7986026"
  "/navigation/0190da6b8cda720cbcd4880e7ac8539d"
  "/navigation/0190da6b8d6671448e76fd736ebb3cc8"
  "/navigation/0190da6b8df87300b867b26fd4cbed5f"
  "/navigation/0190da6b8ea1711a9c16c2e437fdbeef"
  "/navigation/0190da6b8f4d71749e713960b86a4479"
  "/navigation/0190da6b8ffd717ca4484d6253a62839"
  "/navigation/0190da6b90b571cf99a5a4265d2392c8"
  "/navigation/0190da6b9180721e9e168f71f24ec510"
  "/navigation/0190da6b925273c99c7fa9666354522c"
  "/navigation/0190da6b932472079a1a24fdad531a3a"
  "/navigation/0190da6b9334702fba5c86a9ac7785e5"
  "/navigation/0190da6b93ae7214b2dbfce8e9626609"
  "/navigation/0190da6b942f70f8b05f63acd111d21e"
  "/navigation/0190da6b94b3703ebc94fe3e77bb3733"
  "/navigation/01935310ba9971eb8fe07c78f0fa8610"
  "/navigation/0190da6b9543719aabf2f8f7c46c0bbe"
  "/navigation/0190da6b95ed73b09ddb2932c20c91b3"
  "/navigation/0190da6b969e71c5a565e3d037c25a05"
  "/navigation/0190da6b972773c0a9278c891fbca036"
  "/navigation/0190da6b97a87093a6f9060b405ada04"
  "/navigation/0190da6b98317143847e4964b0e79aaa"
  "/navigation/0190da6b98c27161816e8a8d9f7368c2"
  "/navigation/01935310c1b872e59dabd25b1516ef5a"
  "/navigation/01935310c465737ba72fb0c5450780df"
  "/navigation/0190da6b9963711288acf26a73acba65"
  "/navigation/01935310c76f734aaf0290a2e911ef5d"
  "/navigation/01935310c7d072699e734e15fb2b6fdc"
  "/navigation/0190da6b9af87278aeb49ad7144a602f"
  "/navigation/0190da6b9b087177ac3bdf3c08a07474"
  "/navigation/0190da6b9b8373d88ff7df8dbc18d465"
  "/navigation/0190da6b9c067153a912db6036f39e30"
  "/navigation/0190da6b9c8f73978067432d46b52fe2"
  "/navigation/0190da6b9d2170659f56b705e7230f4e"
  "/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2"
  "/navigation/0190da6b9e6f70efb68b9640c9f35a93"
  "/navigation/0190da6b9f2173528f0e32eee0742f16"
  "/navigation/018e094a67a67363b280f9fde3b3bfe4"
  "/navigation/018e094a66b37270b8fdb26d85a42979"
  "/navigation/018e094a6532730ea4524f8014127326"
  "/navigation/018e094a672a73a0b3f6fde0db20094b"
  "/navigation/018e094a7a5573999bca1d3b00290b7b"
  "/navigation/018e094a715873c28fd8cea2d22e111b"
  "/navigation/018e094a731b7142a8c9da8dfca4ee45"
  "/navigation/018e094a736a702c985ef817386bacde"
  "/navigation/018e094a7b04700795828df23dc36629"
  "/navigation/018e094a7b1571d8a72419abb2990255"
  "/navigation/018e094a7c1170dc8726812d94d0fd8c"
  "/navigation/018e094a750e7247a9afa9cfc21dd792"
  "/navigation/018e094a75b572019b0ba665e70420b7"
  "/navigation/018e094a762e724fa589f61c6657c8eb"
  "/navigation/018e094a792b73e2802ebb9f6f36efca"
  "/navigation/018e094a79ac71a0ba68164192a6e42f"
  "/navigation/018e094a79f973b4b0f2133e99e7e932"
  "/navigation/018e094a76a973249c8a6b5cc8d80b36"
  "/navigation/018e094a775e70e480c4c2b08a49d9fa"
  "/navigation/018e094a77c07331907e8618474fa10b"
  "/navigation/018e094a782970d99d9f6926c97c281b"
  "/navigation/018e094a789f73cebf2c1d8d66d28c43"
  "/navigation/018e094a78e373f49bab5d5d0f3411d3"
  "/navigation/018e094a73b8717eabde1be0b16685cf"
  "/navigation/018e094a742a7202825adc11655a86cd"
  "/navigation/018e094a748f731894dd34437b3c47f3"
  "/navigation/018e094a8fe971b491b7d25355f51e4a"
  "/navigation/018e094a938a7020a209909d7d5f01fd"
  "/navigation/018e094a9400714692eb168f469d3170"
  "/navigation/018e094a94ed73e890e5b25a3306177c"
  "/navigation/018e094a9473713b8ddebda5757d8e8e"
  "/navigation/018e094a956e731fadb04f802f295091"
  "/navigation/018e094a9603737d9d29f8057d764d6d"
  "/navigation/018e094a967270448c2599478746adcf"
  "/navigation/018e094a62947243ae498ec01078e18d"
  "/navigation/018e094a5d7f71eaa2500f802828aa42"
  "/navigation/018e094a5f4c7341b4112e049fc90a2b"
  "/navigation/018e094a5f9f71aba4d5d426972c38c4"
  "/navigation/018e094a5ddd714ab173a3deedef12c8"
  "/navigation/018e094a61e87245a42b124035729a63"
  "/navigation/018e094a60027285a759666e15a0fe9d"
  "/navigation/018e094a60e773ce854c119414ed112c"
  "/navigation/018e094a607170e8b33a3082f6037523"
  "/navigation/018e094a61697217be035a73229ee805"
  "/navigation/018e094a84e0736b85d111fdc41f49c7"
  "/navigation/018e094a8818725684035e1772cf7f2b"
  "/navigation/018e094a89047019aa9e391381074701"
  "/navigation/018e094a888a70bdb163dad321677e1f"
  "/navigation/018e094a6f4e70208df7200bff56d69e"
  "/navigation/018e094a6fd0733e915c09143bef0af2"
  "/navigation/018e094a706f70a7a5471064a4946dbe"
  "/navigation/018e094a70e473249afd934f32ca3b72"
  "/navigation/018e094a6c7070fa9362e8ca77b17bc7"
  "/navigation/018e094a6ecd718f8d0ca01aad84d3f6"
  "/navigation/018e094a6e5a720fa78af5a895a6f374"
  "/navigation/018e094a58537093a750a5da452649f2"
  "/navigation/018e094a5cc773c1be797895bcb57891"
  "/navigation/018e094a5863700aa587b1a649df8e17"
  "/navigation/018e094a595871578324f5509f1eb1c4"
  "/navigation/018e094a53ac70359459db7119922d94"
  "/navigation/018e094a549373d8a088d3f0d4e3df80"
  "/navigation/018e094a55f673f2a72826301b8cdd55"
  "/navigation/018e094a558173bf95c3ee389edc24ee"
  "/navigation/018e094a56717282994904be564ea29f"
  "/navigation/018e094a56f37172a7ea52e19b2ed487"
  "/navigation/018e094a570d73dd825ac42745bcfb6d"
  "/navigation/018e094a4e8972b0a738114f8b15043f"
  "/navigation/018e094a51c5704ca48641da73140326"
  "/navigation/018e094a4faa7262baad53bb8af2e792"
  "/navigation/018e094a502571c1aa4549cf53863eb3"
  "/navigation/018e094a526270ae8715cf17c132311d"
  "/navigation/018e094a512d71f3b806322541d16e88"
  "/navigation/018e094a530373ec9633e38719e6aece"
  "/navigation/018e094a4f3471489e58aa2a3c016992"
  "/navigation/018e094a50a7735db379f61f913cb4d3"
  "/navigation/018e094a59c97091a82f4bde32eb843b"
  "/navigation/018e094a5ab071a795b88e73d14e56b3"
  "/navigation/018e094a5c71735ba69e50f01349e139"
  "/navigation/018e094a5b23717a8c32015cceb44d98"
  "/navigation/018e094a4a4272ec9e8a040a6c81253b"
  "/navigation/018e094a4ab5738893cc2b40f6ba2316"
  "/navigation/018e094a4c2c7299b22da95f78375be4"
  "/navigation/018e094a4b2b739d8c142a839e61f187"
  "/navigation/018e094a4ba97178b9a1743121a10f37"
  "/navigation/018e094a4cb37375beaca6cda0242845"
  "/navigation/018e094a4de871b0a998505efbe3ad5e"
  "/navigation/018e094a4d4d73e68bdb97df92ff0817"
  "/navigation/018e094a634d735ea7d25b755be528a1"
  "/navigation/018e094a63b272e9b0e3b9aeec304ae1"
  "/navigation/018e094a8997710b9543bbf561cb48f4"
  "/navigation/018e094a8cdc708fa293f3f547dbc139"
  "/navigation/018e094a8dca71a2984fde4743f6c583"
  "/navigation/018e094a8d4f7387b404601fd8591f1b"
  "/navigation/018e094a8e4b73798196fe3db87d6810"
  "/navigation/018e094a8edf70b8a88923b28c9c0dfa"
  "/navigation/018e094a8f5270a9a8c297d19deca51a"
  "/detail/4610b2b3f891511590bc3e20e074bd52"
  "/detail/d3f33943fcd950e2b47195a23b046d01"
  "/detail/1a36cb5237c55457b4b8c91cdf44fc34"
  "/detail/07d8d48cc5b555bfa8f2b52bb65be338"
  "/detail/71754decd9695b98a1989c848b63a0ce"
  "/detail/500584d86f385beab90936a46e392441"
  "/detail/932e14886f4c57c39520253cb69a0a5d"
  "/detail/d6dbe8495c2258bdaca36081e8c86a7f"
  "/detail/fdde0f508b6f54379067a0c2fe14bcde"
  "/detail/b7f88a83e9215eb6a5d13efd896928e8"
  "/detail/1eef9bd19352520fb6a2cc8984169401"
  "/detail/bd444453b0c65019872c084b2c097339"
  "/detail/0e59a90a97a85994a148257c3463e465"
  "/detail/a3470a5087e555df82f96b9ad3f5bc0a"
  "/detail/49204f3786525d0c87e7f4ea71adbc49"
  "/detail/280fea70815951b1b48c7d7310ce4e2f"
  "/detail/f2906bdc20ed59909ef62557ef6c75b5"
  "/detail/80c687acec0058ccb32c222808c54c69"
  "/detail/2a44d46a3cb9597eb6b0304adcd9ea0b"
  "/detail/fb1ab94f78135b148738b149df06efd6"
  "/detail/8bd331b0a20e5d039ea9341e8ecb9802"
  "/detail/13e4e643a613597894a263dc45571f20"
  "/detail/aeb526c9f9505ab2ae3470914fa489eb"
  "/detail/ce3d10d4790a561495ef2836836e298e"
  "/navigation/018e189f4c877164ad4363394678698e"
  "/navigation/018e18a172b378238b8e81a70374fe0e"
  "/navigation/018e189f65bb7e82b42203e11a7f7ca3"
  "/navigation/018e18a1b5717013bf34057e6e4af3c6"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
95 0.22 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.