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

Query Metrics

95 Database Queries
89 Different statements
171.70 ms Query time

Queries

Group similar statements

# Time Info
1 0.16 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.12 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.05 ms
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.05 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.11 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.29 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.20 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  "RECA-Produktkatalog/Materialbearbeitung/Bohren-Fraesen"
  "RECA-Produktkatalog/Materialbearbeitung/Bohren-Fraesen/"
]
8 0.19 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.06 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.14 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  "Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue"
]
11 0.19 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.36 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.11 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.12 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.25 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.16 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.19 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.17 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.08 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.27 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.37 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.38 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.10 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.08 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue"
]
25 0.11 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.12 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.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.35 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.24 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.08 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.07 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue"
]
32 0.25 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.15 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 2.13 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 0.87 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.39 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.24 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.25 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.13 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.16 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.12 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 0.84 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `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 0.70 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.34 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.16 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.32 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.22 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.37 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.34 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É┌kåÈr£×c®Õï^9Â"
]
51 0.18 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.24 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.24 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.19 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.15 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.08 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.16 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.08 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É┌kåÈr£×c®Õï^9Â"
]
59 0.08 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É┌kåÈr£×c®Õï^9Â"
]
60 18.91 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(`product`.`product_number`) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
]
61 15.82 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
]
62 15.34 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
]
63 0.22 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.40 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
]
65 7.11 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
  0
]
66 6.84 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
  true
]
67 26.09 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
]
68 17.01 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.enabled_in_channel')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "ja"
  30
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
  true
  b"\x01É┌kåÈr£×c®Õï^9Â"
  null
]
69 0.25 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"\x14µUGOÎQ5˜QÝ\x0E&…Õ\x19"
  b"Ü»üVd~_┬ê╝~ÂW®\x05Ç"
  b"6½Mp|Æ^.¹\x1E\x04ä8y?v"
  b"d\x1D¡»|\eX┴ܽ\x0E»\x18rìÊ"
  b"’“LàÖ9Vi¬YWy›–êU"
  b"\x12;âËPSì¯fU┐õ¨+"
  b"­Ï\x11\x032.Y˜—H•ÑÏš.Ð"
  b"CÄmìû,UýŠ\x16ÜJé'!º"
  b"h¼b\x1EÆüUk£jéî$äßu"
  b"祡²c\eX¬Ø\x06f#8Þï&"
  b"¯┘╩\x02WÄ_ZÅz\r[[O¥¬"
  b"▒Nû%ó1TÑ×Tiɬ░v╩"
  b"FSwÛ\f+X3µ\eípCuŠÈ"
  b"¬x|r\ejT\x0F°R,QÚ*\x03å"
  b"#▄[█ÊÞTÙöyÃ╩▒ÊÉU"
  b"#w¯░ ┼Q[îhµÃÌHì\x18"
  b"Ô1¿\r\x18E^}éÚ╗ì8╚uj"
  b"$·ž\x1DÎ\x06R-¤e\x01îìi\x04m"
  b"\x04éaMÖáQä¡Ï\eG”EÓ{"
  b"#\x15-õìÎ_xû'qÖ\t│Z@"
  b"‘ð,\x06ÕLW—ÂÒ\x1ELNL5"
  b"\x05ÍѼñlR║▓\x00C┬1Î‗Ø"
  b"׫Wv{\x03Wµˆ'íú\x06+Êc"
  b"ô\x7F;`’ðPqœ«\fÿ]‚†À"
]
70 0.42 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"\x14µUGOÎQ5˜QÝ\x0E&…Õ\x19"
  b"Ü»üVd~_┬ê╝~ÂW®\x05Ç"
  b"6½Mp|Æ^.¹\x1E\x04ä8y?v"
  b"d\x1D¡»|\eX┴ܽ\x0E»\x18rìÊ"
  b"’“LàÖ9Vi¬YWy›–êU"
  b"\x12;âËPSì¯fU┐õ¨+"
  b"­Ï\x11\x032.Y˜—H•ÑÏš.Ð"
  b"CÄmìû,UýŠ\x16ÜJé'!º"
  b"h¼b\x1EÆüUk£jéî$äßu"
  b"祡²c\eX¬Ø\x06f#8Þï&"
  b"¯┘╩\x02WÄ_ZÅz\r[[O¥¬"
  b"▒Nû%ó1TÑ×Tiɬ░v╩"
  b"FSwÛ\f+X3µ\eípCuŠÈ"
  b"¬x|r\ejT\x0F°R,QÚ*\x03å"
  b"#▄[█ÊÞTÙöyÃ╩▒ÊÉU"
  b"#w¯░ ┼Q[îhµÃÌHì\x18"
  b"Ô1¿\r\x18E^}éÚ╗ì8╚uj"
  b"$·ž\x1DÎ\x06R-¤e\x01îìi\x04m"
  b"\x04éaMÖáQä¡Ï\eG”EÓ{"
  b"#\x15-õìÎ_xû'qÖ\t│Z@"
  b"‘ð,\x06ÕLW—ÂÒ\x1ELNL5"
  b"\x05ÍѼñlR║▓\x00C┬1Î‗Ø"
  b"׫Wv{\x03Wµˆ'íú\x06+Êc"
  b"ô\x7F;`’ðPqœ«\fÿ]‚†À"
]
71 1.75 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"\x14µUGOÎQ5˜QÝ\x0E&…Õ\x19"
  b"Ü»üVd~_┬ê╝~ÂW®\x05Ç"
  b"6½Mp|Æ^.¹\x1E\x04ä8y?v"
  b"d\x1D¡»|\eX┴ܽ\x0E»\x18rìÊ"
  b"’“LàÖ9Vi¬YWy›–êU"
  b"\x12;âËPSì¯fU┐õ¨+"
  b"­Ï\x11\x032.Y˜—H•ÑÏš.Ð"
  b"CÄmìû,UýŠ\x16ÜJé'!º"
  b"h¼b\x1EÆüUk£jéî$äßu"
  b"祡²c\eX¬Ø\x06f#8Þï&"
  b"¯┘╩\x02WÄ_ZÅz\r[[O¥¬"
  b"▒Nû%ó1TÑ×Tiɬ░v╩"
  b"FSwÛ\f+X3µ\eípCuŠÈ"
  b"¬x|r\ejT\x0F°R,QÚ*\x03å"
  b"#▄[█ÊÞTÙöyÃ╩▒ÊÉU"
  b"#w¯░ ┼Q[îhµÃÌHì\x18"
  b"Ô1¿\r\x18E^}éÚ╗ì8╚uj"
  b"$·ž\x1DÎ\x06R-¤e\x01îìi\x04m"
  b"\x04éaMÖáQä¡Ï\eG”EÓ{"
  b"#\x15-õìÎ_xû'qÖ\t│Z@"
  b"‘ð,\x06ÕLW—ÂÒ\x1ELNL5"
  b"\x05ÍѼñlR║▓\x00C┬1Î‗Ø"
  b"׫Wv{\x03Wµˆ'íú\x06+Êc"
  b"ô\x7F;`’ðPqœ«\fÿ]‚†À"
]
72 0.32 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É┌ì├"pØÜ┴g\f¡cÇ╠"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì├wq>Ø¥4┐¯ÝöG"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì╝¥s#æ5ª¶±─[W"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì├Ap/║0­ýc╗│╝"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┴çrm¿å\x18[\x1Aµ2\x03"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┴mq{â\x19\x14¶EA"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┬Wr+╗Ý"Cè´êE"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì¥VrÈ«▓╩þ °bL"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌쥨sí®b ×å═­G"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┴1rKó\x1A\x04Ô]K»s"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì¥|s\x1CóËÑ│â\e&│"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì¥║r\x0E®ÙEKËà\x12E"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┐\x12p┼╗Áömê¶·Ã"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"""
    \x01É┌ì┐#qä«Ô¢Å\n
    Ù\x08µ
    """
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì├^që¿äié9;w╝"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì¥×p│¿Î8íìe─÷"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì¢▓q³ê├¹╣ ▓û3"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┴Opù│2á█þ\«║"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌쥦piÁÅ]\x17Ù®\x1A_"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┐ßpPܯ╚Õ┌q\x0E¸"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì├Äs╔ÅI&Ý╔ÈÍË"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┴ásÐîE\x1EoE,n£"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì┐4p?í`Z\x0EO[±E"
  b"\x01Ä\x0E+║àqdü÷Ã\x15¥ú┤\x0E"
  b"\x01É┌ì├ƒr\x0E▒JÝÐùìı""
]
73 0.15 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04éaMÖáQä¡Ï\eG”EÓ{"
  b"\x05ÍѼñlR║▓\x00C┬1Î‗Ø"
  b"\x14µUGOÎQ5˜QÝ\x0E&…Õ\x19"
  b"#\x15-õìÎ_xû'qÖ\t│Z@"
  b"#w¯░ ┼Q[îhµÃÌHì\x18"
  b"#▄[█ÊÞTÙöyÃ╩▒ÊÉU"
  b"$·ž\x1DÎ\x06R-¤e\x01îìi\x04m"
  b"6½Mp|Æ^.¹\x1E\x04ä8y?v"
  b"CÄmìû,UýŠ\x16ÜJé'!º"
  b"FSwÛ\f+X3µ\eípCuŠÈ"
  b"d\x1D¡»|\eX┴ܽ\x0E»\x18rìÊ"
  b"\x12;âËPSì¯fU┐õ¨+"
  b"h¼b\x1EÆüUk£jéî$äßu"
  b"祡²c\eX¬Ø\x06f#8Þï&"
  b"‘ð,\x06ÕLW—ÂÒ\x1ELNL5"
  b"’“LàÖ9Vi¬YWy›–êU"
  b"Ü»üVd~_┬ê╝~ÂW®\x05Ç"
  b"¬x|r\ejT\x0F°R,QÚ*\x03å"
  b"­Ï\x11\x032.Y˜—H•ÑÏš.Ð"
  b"▒Nû%ó1TÑ×Tiɬ░v╩"
  b"׫Wv{\x03Wµˆ'íú\x06+Êc"
  b"Ô1¿\r\x18E^}éÚ╗ì8╚uj"
  b"¯┘╩\x02WÄ_ZÅz\r[[O¥¬"
  b"ô\x7F;`’ðPqœ«\fÿ]‚†À"
]
74 0.14 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 5.27 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É┌ì╝¥s#æ5ª¶±─[W"
  b"\x01É┌ì¢▓q³ê├¹╣ ▓û3"
  b"\x01É┌ì¥VrÈ«▓╩þ °bL"
  b"\x01É┌ì¥|s\x1CóËÑ│â\e&│"
  b"\x01É┌ì¥×p│¿Î8íìe─÷"
  b"\x01É┌ì¥║r\x0E®ÙEKËà\x12E"
  b"\x01É┌쥦piÁÅ]\x17Ù®\x1A_"
  b"\x01É┌쥨sí®b ×å═­G"
  b"\x01É┌ì┐\x12p┼╗Áömê¶·Ã"
  b"""
    \x01É┌ì┐#qä«Ô¢Å\n
    Ù\x08µ
    """
  b"\x01É┌ì┐4p?í`Z\x0EO[±E"
  b"\x01É┌ì┐ßpPܯ╚Õ┌q\x0E¸"
  b"\x01É┌ì┴1rKó\x1A\x04Ô]K»s"
  b"\x01É┌ì┴Opù│2á█þ\«║"
  b"\x01É┌ì┴mq{â\x19\x14¶EA"
  b"\x01É┌ì┴çrm¿å\x18[\x1Aµ2\x03"
  b"\x01É┌ì┴ásÐîE\x1EoE,n£"
  b"\x01É┌ì┬Wr+╗Ý"Cè´êE"
  b"\x01É┌ì├"pØÜ┴g\f¡cÇ╠"
  b"\x01É┌ì├Ap/║0­ýc╗│╝"
  b"\x01É┌ì├^që¿äié9;w╝"
  b"\x01É┌ì├wq>Ø¥4┐¯ÝöG"
  b"\x01É┌ì├Äs╔ÅI&Ý╔ÈÍË"
  b"\x01É┌ì├ƒr\x0E▒JÝÐùìı""
  b"\x01É┌ì├░snæ °]\x04÷r╔"
  b"\x01É┌ì├┴rã×║©\x12¶kV¹"
  b"\x01É┌ì├Ês\x18©õóe┤S>½"
  b"\x01É┌ì├ÒpÄÑC\x1E▓(Pøµ"
  b"\x01É┌ì├¶qu░ÑÆ5.¼ó\x1C"
  b"\x01É┌ì─Àsqá-╝Nýñ»y"
  b"\x01É┌ì─Íq│╝GÿÕêß-t"
  b"\x01É┌ì─¯sQ¢▒├´ñP\x17B"
  b"\x01É┌ì┼\x06pû╗S·4:#\x1E¼"
  b"\x01É┌ì┼\x17r¾íK▄ªR\x04üú"
  b"\x01É┌ì┼(qæ┐QwîáÆEÃ"
  b"\x01É┌ì┼9q▒ñK╦¹┘\x02ÿ;"
  b"\x01É┌ì┼Jp:║ëo¢¤À9x"
  b"\x01É┌ì┼[q ┤"┼ýëøÖÒ"
  b"\x01É┌ì┼lsOÉ\x7F\x18\x1CÉ×\x01"
  b"\x01É┌ì┼}s§æQMèÆërÅ"
  b"\x01É┌ì┼ÄpO½ühIH2®ê"
  b"\x01É┌ìã\x1ArJÀ5õ■%\x1C├Û"
  b"\x01É┌ìã9rÆÂ\f@Z=>┬)"
  b"\x01É┌ìãRr\x02îF\x18:ã9ä0"
  b"\x01É┌ìãjroº·└(¹ÍD¯"
  b"\x01É┌ìã~r¦«öÈ%[Ñ\x06U"
  b"\x01É┌ìãÅr\x1Cö\x12V¹1é×P"
  b"\x01É┌ìãáp\x02\x10ŃÜ╬´¿"
  b"\x01É┌ìã▒pÑÖ\x19 ▄1çÒ®"
  b"\x01É┌ìã┬sÆí╚­{ç╬Âó"
  b"\x01É┌ìÌ\x11sÔ╣\x04ìð¡\x12│6"
  b"\x01É┌ìÌ4p«íÍ╦c\eì\x08\x03"
  b"""
    \x01É┌ìÌWr¹¿.\n
    :▀¢\eô
    """
  b"\x01É┌ìÌppüÜ4Sû-Rÿ"
  b"\x01É┌ìÌÅs~»Oj│▄(;z"
  b"\x01É┌ìÌ▓pÖòÄp■D■\x07½"
  b"\x01É┌ìÌ╦r©ä×uù¯\x1D¥¹"
  b"\x01É┌ìÌÛqûÖË\x7F\x19\x15Õ┤"
  b"\x01É┌ì▀\x05q■£eÛ\x18y=k\t"
  b"\x01É┌ì▀\x17rª×P\x08/þ7±,"
  b"\x01É┌ì▀-rÆç·┐¬S\x19█═"
  b"\x01É┌ì▀?q╗ÄÕ xAC3i"
  b"\x01É┌ì▀Tr┘ü$`ù6^­╦"
  b"\x01É┌ì▀fsZè┬\rÔ¾6HÊ"
  b"\x01É┌ì▀xsÀÑ;\x19+½├Q0"
  b"\x01É┌ì▀ïphô|\rûË\x0Eb║"
  b"\x01É┌ì▀ØsÛôìñ~®þ┬\"
  b"\x01É┌ì▀«sÆî\x04T¤N RÊ"
  b"\x01É┌ì▀└s┐▓Úô3û¡\x10\x0F"
  b"\x01É┌ì▀Èsç┤nÚÁ÷«(\x0E"
  b"\x01É┌ìÓþqè╝B2*ÆÙäâ"
  b"\x01É┌ìß±s╦úoç´¹S┘ƒ"
  b"\x01É┌ìÔ▓q\x7Fùü'?51(X"
  b"\x01É┌ìÔðqÿöá╦╝Ã@p]"
  b"\x01É┌ìÔ¾r+ÜÔü!jå°Z"
  b"\x01É┌ìÒ\x0Epmô┐<ì╬ ýÀ"
  b"\x01É┌ìÒ-q}┐ð\x12\x1D\x13£îÁ"
  b"\x01É┌ìÒIrÆ£\x1Fæ\eLÓ│-"
  b"\x01É┌ìÒ_rî»E╚ç©Ñá÷"
  b"\x01É┌ìÒqpZÉ╝Uß╔╩ß┌"
  b"\x01É┌ìÒår\fìe¥╗Ð(.╝"
  b"\x01É┌ìÒÿq╔ÿ¬ÁÆE{F┤"
  b"\x01É┌ìÒ¬pLÇ╦éºd\t┤ä"
  b"\x01É┌ìÒ╝q}¬0¡P¦º╦3"
  b"\x01É┌ìÒ¤r╦è┼C»4`└R"
  b"\x01É┌ìÒõq░┤¸ûÍOJú\x06"
  b"\x01É┌ìÒ÷rtå■\t\x17j+eÏ"
  b"\x01É┌ìõ\x07q▒ö├*░Mô\x03\x05"
  b"\x01É┌ìõ\x1Dr╠┐É\x16 └▒?¥"
  b"\x01É┌ìõ0poà\x15q\x05´'¿Î"
  b"\x01É┌ìõDpüï╠2│{e1@"
  b"\x01É┌ìõ\sÙ╝`^ÙK½═'"
  b"\x01É┌ìõrsO»û\x1FJCÁÚd"
  b"\x01É┌ìõìpû¥\x0F\x1D§i®/v"
  b"\x01É┌ìõóqäâ8╦┤2î\x1F\"
  b"\x01É┌ìõÁs\x19ê.Îëyþ'Á"
  b"\x01É┌ìõ╔qÐÄ\fǵê<█¸"
  b"\x01É┌ìõ█q\x14©¸Sñé·£N"
  b"\x01É┌ìÚÐs─¿\x11m┼da­\x10"
  b"\x01É┌ìýûq\v¬?\x14º\x13Hp¯"
  b"\x01É┌ìý┤rF╝F6\x1C\x14+▓"
  b"\x01É┌ìý═p8¼ÍGê¥ÐÚ}"
  b"\x01É┌ìýþrÍ░Ñ[²Íõ<1"
  b"\x01É┌ìý■sÒûzþ³âÛH┐"
  b"\x01É┌ìÝ\x13s┘ê‗q\f\x162©l"
  b"\x01É┌ìÝ%rÆ│T§\5\x1C\ra"
  b"\x01É┌ìÝ8s\x11½¥\x11Àéß%r"
  b"\x01É┌ìÝJq─®\t×:\v┘ë1"
  b"\x01É┌ìÝ\q]ìfe\x7F&¨╗l"
  b"\x01É┌ìÝnsÿÿ░Ù└Òð¹■"
  b"\x01É┌ìÝÇp¿Ñè╔á\x08╠+à"
  b"\x01É┌ìÝôqºøU\x07tå¨M╬"
  b"\x01É┌ìݪsÑí`8■\x08É\x05\x08"
  b"\x01É┌ìÝ╣s\x13║t¥\x1D"âµ²"
  b"\x01É┌ìÝ╦rJ¥vÎ\x05å├\x1Aa"
  b"\x01É┌ìÝÌqvÿ¬1aë`\x12t"
  b"\x01É┌ìݱqÝòı\x15êÅÊ\x16õ"
  b"\x01É┌ì¯\x03qÓ«>b|Ƕ└¢"
  b"\x01É┌ì¯\x15s╗ªıûÒ¼e%Ï"
  b"\x01É┌ì¯(qÏùMv\x1E5{j█"
  b"\x01É┌ì¯þpË¥²▀ê_┘\f\x17"
  b"\x01É┌ì´\x05sÞ┤\x16hO\x1D`!ú"
  b"\x01É┌ì´!q*©═ì6bM¤Ö"
  b"\x01É┌ì´<qü│ø╗ÛÌ4<Ï"
  b"\x01É┌ì´TsTÂ\\x15┴N[\x10³"
  b"\x01É┌ì´gq`ôcíå¡╚\x03"
  b"\x01É┌ì´ys£¬ojÆYm╣i"
  b"\x01É┌ì´îq▒╝7ÔÄÞA\x04Û"
  b"\x01É┌ì´ƒp\töÎ█¿ÚØñ4"
  b"\x01É┌ì´▒s\vƒ¦\x01þ┐j╩╬"
  b"\x01É┌ì´├s9ƒñ\x06\r\x06izX"
  b"\x01É┌ì´ÍpÎô³\x03ã\x1F$ä³"
  b"\x01É┌Ä\x07¤p\x00ô9¯®j{qQ"
  b"\x01É┌Ä\x07‗q┘┤a²\fª[Uü"
  b"\x01É┌Ä\x08\x1Aq,íV\x1EÞY®$"
  b"\x01É┌Ä\x089q(Æ\x1Fy┼▀w╦!"
  b"\x01É┌Ä\x08^qó«k$àÍü▀µ"
  b"\x01É┌Ä\x08zp=¥ó▀¤ì\x16hE"
  b"\x01É┌Ä\x08ûq0¬Æô^5`©4"
  b"\x01É┌Ä\x08«reÿÇó­¡Fðå"
  b"\x01É┌Ä\x08└r#╗\e*╝ï\x16ò╔"
  b"\x01É┌Ä\x08ıp\x03ôzÃañRÃ\n"
  b"\x01É┌Ä\x08Ûsµ¥\x14\x07ð¤äÂk"
  b"\x01É┌Ä\x08²rH¥Þõò\x18aXp"
  b"\x01É┌Ä\t\x10sVæß▒§ÞÇ÷7"
  b"\x01É┌Ä\t&r÷ú±½9mZr8"
  b"\x01É┌Ä\t8s\x00¿QÔv\v|@ü"
  b"\x01É┌Ä\tKsõÉ\x0E\x12´^├\x08"
  b"\x01É┌Ä\t`s°êëo|1AX─"
  b"\x01É┌Ä\trp\x08û═█┐P2ªS"
  b"\x01É┌Ä\tàq:ƒ┘\x10!▄0ê|"
  b"\x01É┌Ä\tùq£Ü¼ÿ¤zì╩·"
  b"""
    \x01É┌Ä\n
    CpRÇ\v¢ÙÜgx■
    """
  b"""
    \x01É┌Ä\n
    ÷rÿÇ=╬|\®┴╔
    """
  b"\x01É┌Ä\v┤sçÆ(\x1E#×+ù«"
  b"\x01É┌Ä\fiqðÜÀÉåFRÕ9"
  b"\x01É┌Ä\r\x12qèê\x0E \x16O\J\x11"
  b"\x01É┌Ä\r┬rãÉl¬ËKàıS"
  b"\x01É┌Ä\rßsFªÇÏ\x16└║│ì"
  b"\x01É┌Ä\r²qýø¯¢ßó═╔Ó"
  b"\x01É┌Ä\x0E\x17r\x15ƒí╝▒\v\x1E°E"
  b"\x01É┌Ä\x0E0pzÖ╩êWıÒÅ│"
  b"\x01É┌Ä\x0EFr┤©½\x1F5%^u\x16"
  b"\x01É┌Ä\x0EXsìá^@£M)¢╗"
  b"\x01É┌Ä\x0Ejs'É·\x7F╝┌\e▀ƒ"
  b"\x01É┌Ä\x0E|r\x19ùz9¨0¼©\x1E"
  b"\x01É┌Ä\x0EÄs╠ïl§P■9j-"
  b"\x01É┌Ä\x0Eár÷©{¡\x15J8wz"
  b"\x01É┌Ä\x0E▓rr×7çÿ¾Û\x1E"
  b"\x01É┌Ä\x0E┼p%¼\x0E\x18+~UDÇ"
  b"\x01É┌Ä\x0EÎqJè!k¤<─║╩"
  b"\x01É┌Ä\x0EÚqKÇÃ┘Éø0T\x18"
  b"\x01É┌Ä\x0E¹qt¼\x06\rb▄(o"
  b"\x01É┌Ä\x0F\rsUë\x13┤Ï}¬\x01Ú"
  b"\x01É┌Ä\x0F p¨æ@¹■ô0├"
  b"\x01É┌Ä\x0F┐r\x1Dñr\x1AƒU╣\x03 "
  b"\x01É┌Ä\x0FÌr\x7F╝6ý┼¤L\x11·"
  b"\x01É┌Ä\x0F·sÌùkùð$c%└"
  b"\x01É┌Ä\x10\x15pTªWu~ôBº\v"
  b"\x01É┌Ä\x10.qÓ»#\e\x04¨¹5\r"
  b"\x01É┌Ä\x10ÝsÌØ┤·Ò/G»¯"
  b"\x01É┌Ä\x11\x0Ep¨ƒr╠Ñ0ê\x1F-"
  b"\x01É┌Ä\x11+qƒë0ï>Õ·;þ"
  b"\x01É┌Ä\x11Fr█úDöÅ_»Äb"
  b"\x01É┌Ä\x11]sªÂ┬L¸9ÅBK"
  b"\x01É┌Ä\x11tqøÖ-qñäkû·"
  b"\x01É┌Ä\x11ås ¡)¤┤/Ñ`ç"
  b"\x01É┌Ä\x11ÿq0éÉ╝n-ø\x0Eã"
  b"\x01É┌Ä\x11¬s└┐!═pNb·¥"
  b"\x01É┌Ä\x11¢s÷ëÒÖ\x1E╣┌õé"
  b"\x01É┌Ä\x11¤pE░╠´iÌ:Bè"
  b"\x01É┌Ä\x11ßp¬¢\v╩╬%ð\t"
  b"\x01É┌Ä\x11¾pwóB\x1Aø.\x1E\e\x03"
  b"\x01É┌Ä\x12\x06s­░\x0Eû\x7FwåÊJ"
  b"\x01É┌Ä\x12Ñrñ▓÷┌¬Q╔▄¢"
  b"\x01É┌Ä\x12┬s╣Á│█\x07O|\fb"
  b"\x01É┌Ä\x12▀r\x03╗T"§\x009RW"
  b"\x01É┌Ä\x12¨q┐Ç\x03æ´‗┼îƒ"
  b"\x01É┌Ä\x13\x11p╚»¯9Á\x17ªq\x01"
  b"\x01É┌Ä\x13(q╣ú\x1A\t.LRÚX"
  b"""
    \x01É┌Ä\x13:s┌ø`í0\n
    ç¶ö
    """
  b"\x01É┌Ä\x13Lq£┤b1\x04┐Þ`Ð"
  b"\x01É┌Ä\x13^r\x1Cïæä\eNýfÏ"
  b"\x01É┌Ä\x13qr$»þ3\v┌a▄g"
  b"\x01É┌Ä\x13âp&Æk┘P´,┐║"
  b"\x01É┌Ä\x13òpóîè\x10ÞU(┐¬"
  b"\x01É┌Ä\x13ºp¤ÆÜ¶,V©VU"
  b"\x01É┌Ä\x13╣r"ÂB╠tÚã┐"
  b"\x01É┌Ä\x13╠rì×ó\x14\x03 ©\x08\x1C"
  b"\x01É┌Ä\x13ÌsOçèZãı½├ü"
  b"\x01É┌Ä\x13­r\x1D¥·Ú<┐¤Ë╠"
  b"\x01É┌Ä\x14\x02qÙú¨\x00¯m\e^v"
  b"\x01É┌Ä\x14\x15sȃ¿C"¬\x7FÐÒ"
  b"\x01É┌Ä\x14'rá¿IýƒiÃÝÕ"
  b"\x01É┌Ä\x149sïªtô\x19çIWe"
  b"\x01É┌Ä\x14Ksºû¬q\x138\r¤║"
  b"\x01É┌Ä\x14^q\vÜUû═YöZ­"
  b"\x01É┌Ä\x14ppòä³Ú*╚\x10¤·"
  b"\x01É┌Ä\x14és{Ö¹g»C╝s┐"
  b"\x01É┌Ä\x14ös´║VG│!¿ìî"
  b"\x01É┌Ä\x14ªs*®''Ä└▓═3"
  b"\x01É┌Ä\x14╣s\x19øè\x02╣╠\x05"
  b"\x01É┌Ä\x14╦r═×\x11÷-}bËÊ"
  b"\x01É┌Ä\x15ôq\x02ÇõwH5e3["
  b"\x01É┌Ä\x16MqÔ┤¼ÿc`À¤┌"
  b"\x01É┌Ä\x19Øq¸ªk(ÛD#┘±"
  b"\x01É┌Ä\x19╝râ░*¿K?├°ð"
  b"\x01É┌Ä\x1AjqµèØÒ¥\x00WïC"
  b"\x01É┌Ä1lqµ│Ý\x1E\x1C°ªmÅ"
  b"\x01É┌Ä2;pp¬Ìâä\x00º╩\x1A"
  b"\x01É┌Ä2Ùq4àn:Õ𼡼"
  b"""
    \x01É┌Ä3\n
    p╗║´dä\x08« W
    """
  b"\x01É┌Ä3&q\x10É║l¹ózq\x15"
  b"\x01É┌Ä3@qÇ«±├\x02Î\erC"
  b"\x01É┌Ä3Wqí¢Vı*\x19\x08¡┘"
  b"\x01É┌Ä3lrË║¡?i\x04\x0E¯("
  b"\x01É┌Ä3~r\x12ø\x14µ\x02˾┼¿"
  b"\x01É┌Ä3És╦«&\r\x02┴ºs"
  b"""
    \x01É┌Ä3ór┐ƒ\\n
    #ô;╬\x1C
    """
  b"\x01É┌Ä3Áp`×.1xÈÔ/¦"
  b"\x01É┌Ä3Ãr┼ûÌ¢▓9èm§"
  b"\x01É┌Ä3┘s╝ƒox2í╩×~"
  b"\x01É┌Ä3Ùq°░\x07ûÐb·Ï¯"
  b"\x01É┌Ä3²qãû×O»c┴T▀"
  b"\x01É┌Ä4\x0Fq\x05á\x01kèr:6P"
  b"\x01É┌Ä4"s9ñã╝ñ^ÿå█"
  b"\x01É┌Ä44sÚ×\x048d─Ò©Ù"
  b"\x01É┌Ä4Fr╩Â\x12ó -#\x14¸"
  b"\x01É┌Ä4XsLîZN_I1å\x17"
  b"\x01É┌Ä4jq#ƒêÝgùbÓð"
  b"\x01É┌Ä4|r¦ì╬ │é&╝s"
  b"\x01É┌Ä4Ås\x1A║Êc\x15¤È"#"
  b"\x01É┌Ä4ír×╝├%\x07eÆRû"
  b"\x01É┌Ä4│q├î▀═þZ\eÐ│"
  b"\x01É┌Ä4┼s:½û▄yA0jU"
  b"\x01É┌Ä4ÏqH▓`ñä£kú\x01"
  b"\x01É┌Ä4Ûqüøïðÿ?ÆYJ"
  b"\x01É┌Ä4³qÕÄ)ÍÇÖIqè"
  b"\x01É┌Ä5\x0Fs\x10á.\eÖ$ãº╦"
  b"\x01É┌Ä5!q´ñ½öƒçÞõ╩"
  b"\x01É┌Ä53qU×YÂjÈ╬¥\x01"
  b"\x01É┌Ä5EpMøB\x18■ÁL¶û"
  b"\x01É┌Ä5Xq\x01¬»lj┼á¥\x08"
  b"\x01É┌Ä5jr\x16ç?▄}D\x01‗f"
  b"\x01É┌Ä5|pp╣^"\rÍ_\x14D"
  b"\x01É┌Ä5Äs£│´îBKäé["
  b"\x01É┌Ä5íp\x1DªâàdUhp."
  b"\x01É┌Ä5│q*│8ı─É&\x15Ê"
  b"\x01É┌Ä5┼p╝óY▀À\x1Fs\x16\x01"
  b"\x01É┌Ä5Îs¹£¸■:{\­T"
  b"\x01É┌Ä5Úq├¥Ð6┘¹Ö¶▒"
  b"\x01É┌Ä5³ríܰ╔Íïi@}"
  b"\x01É┌Ä6\x0Es╝╝öJm$CÄÝ"
  b"\x01É┌Ä6 s\x19Üèt┬G║AÝ"
  b"\x01É┌Ä63p«ìól\x01▓z╬2"
  b"\x01É┌Ä6Îr\x10À4¬┴┐¤?³"
  b"\x01É┌Ä6§s|ä¾╩´(╠è\x11"
  b"\x01É┌Ä7\x11s‗ª¨û╗à®mÔ"
  b"\x01É┌Ä7+qfüÓf(÷|ı\x1D"
  b"\x01É┌Ä7Br╠ç¤å;Z\x12"
  b"\x01É┌Ä7Us\x03ƒ´\x07&Ó*ãg"
  b"\x01É┌Ä7gq\x17æƒu─\x0FJͦ"
  b"\x01É┌Ä7yp¡âèo\\t\x1C╬·"
  b"\x01É┌Ä7ïqc║­Á\x03£░█w"
  b"\x01É┌Ä7Øs¼¬\x16¼╣═Â┤a"
  b"\x01É┌Ä7»räÜ\«\eÆ\fê<"
  b"\x01É┌Ä7┬swûé±█Þíá╣"
  b"\x01É┌Ä7Èr\tÀ°3N\x11ıç\e"
  b"\x01É┌Ä7µsâà\╠╦\fiÍm"
  b"\x01É┌Ä7°sYÖþ5þ\f ml"
  b"""
    \x01É┌Ä8\n
    sm¼\báæ8\x16º
    """
  b"\x01É┌Ä8\x1DsÜçþ\v┌┘╩\x03$"
  b"\x01É┌Ä8/qÚ¬åæô*&m "
  b"\x01É┌Ä8Br¯«└õ¢»±tt"
  b"\x01É┌Ä8Tq¦¢\x18x{þ/áh"
  b"\x01É┌Ä8fp¼╣\x113ëØ┤Ò╗"
  b"\x01É┌Ä8xs\x0Eè(';®═©╣"
  b"\x01É┌Ä8ïrs©àÉ®v\x03▀ô"
  b"\x01É┌Ä8Øs ¡ñ\x06├óÃ\x00`"
  b"\x01É┌Ä8»säƒÑ¡@IL┴N"
  b"\x01É┌Ä8┴s(À§\x14{8┬Cë"
  b"\x01É┌Ä8ÈsÓÂøYgô¦9¸"
  b"\x01É┌Ä8µr█¬╗:pJ▓5\x1A"
  b"\x01É┌Ä8¨sd│U▒ä«Ù▓h"
  b"\x01É┌Ä9\vrö│4\f­DÆl-"
  b"\x01É┌Ä9\x1Dq{ÿ─ó¥ñïÒÚ"
  b"\x01É┌Ä9/pØù1*\x7F,\x11(W"
  b"\x01É┌Ä9÷r æ]?ðßF!Ì"
  b"\x01É┌Ä:¬r¿ü&┐P×\v±F"
  b"\x01É┌Ä;as±ç»├▄ïªL'"
  b"\x01É┌Ä;Çpî¢ò~I_\x18,\x01"
  b"\x01É┌Ä;×qj¡Á:n4\fî█"
  b"\x01É┌Ä;╣sÕÉ╩UÌÀ\x05ß└"
  b"\x01É┌Ä;Êq╔À©\x01rJbù3"
  b"\x01É┌Ä;ÚqIïÿUÁá╔─´"
  b"\x01É┌Ä;³sÇû\x08\e·ùe_╬"
  b"""
    \x01É┌Ä<\x0Er ê┼Qxó\x16\n
    ó
    """
  b"\x01É┌Ä< r\x1AôCıN^yhQ"
  b"\x01É┌Ä<3p\x04»("\t'¯­ "
  b"\x01É┌Ä<EsEó─¼¥´¹Ï4"
  b"\x01É┌Ä<Xq┬ü?t·N\x0E\x08¹"
  b"\x01É┌Ä<jqô¬Øfq«E6Q"
  b"\x01É┌Ä<|p(À\x7F┌É~øâä"
  b"\x01É┌Ä<Ås<äUOÆøÆ\f¹"
  b"\x01É┌Ä<íp ▓{X0FÛxg"
  b"\x01É┌Ä<│p\x08¬KÐÞ:)C\x18"
  b"\x01É┌Ä<ãs£×qü)4Õ\x19ó"
  b"\x01É┌Ä<Ïrn®EqXOıßê"
  b"\x01É┌ÄT­pqÁ\x07╔Ûjô±:"
  b"\x01É┌ÄU\x12r¬âx¸116By"
  b"""
    \x01É┌ÄU/r\x16ƒ¡2\n
    Eqãc
    """
  b"\x01É┌ÄUIpPƒëÕ7VPL."
  b"\x01É┌ÄUbrèâ-<W«\x17"
  b"\x01É┌ÄUxq¨Ø╔╗Ô│÷.\x07"
  b"\x01É┌ÄUîp£Ä½!Æ┬_ª{"
  b"\x01É┌ÄUƒrÌçÊèûj µø"
  b"\x01É┌ÄU▓pá¼å¶á´æ¯I"
  b"\x01É┌ÄU─r┼îl³¨ cN┌"
  b"\x01É┌ÄUÎq\x10üâðöÝI┴ƒ"
  b"\x01É┌ÄUÚr-º\x0E\x13y\f"
  b"\x01É┌ÄU³puÇLéôh┘┌\x17"
  b"\x01É┌ÄV\x0Er©ú╠ÓıÇ$┐\x06"
  b"\x01É┌ÄV!r▓¢IµçO`eµ"
  b"\x01É┌ÄV3pÑîé┌ã>´\x19\x15"
  b"\x01É┌ÄVFrgÑ¿«¿¯└G┬"
  b"\x01É┌ÄV\q~í╗"A£¢?═"
  b"\x01É┌ÄVop¦▒øy4á▓ô:"
  b"\x01É┌ÄVürìñÓõ\x14\x12ù═ò"
  b"\x01É┌ÄVôsoöìë®å¸·I"
  b"\x01É┌ÄVªsëÜ#°;¡v'÷"
  b"\x01É┌ÄV©s³║k\x14█óoW¼"
  b"\x01É┌ÄV╦q9û\x04 ÅJ"
  b"\x01É┌ÄW¡päÉ\x0Eï¯╦B\fU"
  b"\x01É┌ÄW╠s{ª\x03\x15b4é"
  b"\x01É┌ÄXnr ùȾ\x05.=u▓"
  b"\x01É┌ÄXìs2ôpÏ┤7³þÊ"
  b"\x01É┌ÄX¬s║»Äç£/¾ z"
  b"\x01É┌ÄX┼s▓Üç]´½ÄT\x16"
  b"\x01É┌ÄX¦rÏæÕ¡(iÃ│\x00"
  b"\x01É┌ÄX­qS×&\x15ªñö\x17f"
  b"\x01É┌ÄY\x05p­▒ã§\x04\x1AѶ\x16"
  b"\x01É┌ÄY\es┤á¦Õ╠«ajd"
  b"\x01É┌ÄY-pS©\x06\t│m\es\x16"
  b"\x01É┌ÄY?qJ¢:20ø▀)\"
  b"\x01É┌ÄYVpóëc\x17;1he¡"
  b"\x01É┌ÄYlqÙàë2(±ö├("
  b"\x01É┌ÄY\x7Fq&Ñ)c"ð┴\x08&"
  b"\x01É┌ÄYÆqN╝╔n\x15±²2]"
  b"\x01É┌ÄYºqì░f³ÅÒ8▓\t"
  b"\x01É┌ÄY©r│Ç ï╣,+l\x12"
  b"\x01É┌ÄY╠pR¿To¨\x07^ÆÝ"
  b"\x01É┌ÄY¦qƒ«±\x7F▄┌╬á¦"
  b"\x01É┌ÄY¯r─ª\f\x1Eâ¦Ôåô"
  b"\x01É┌ÄZ\x02qÖ┐æb¶Ï=ÜÂ"
  b"\x01É┌ÄZ\x14rά¾'ñ\f\x1959"
  b"\x01É┌ÄZ%r└ÀþÒÊVæùÚ"
  b"\x01É┌ÄZ6r§┤┬ï\x13¿u¡Õ"
  b"\x01É┌ÄZJs\x17║ùÈ═\tIJ▄"
  b"\x01É┌ÄZ^qvîýR)]|\x1Eó"
  b"\x01É┌ÄZoqÜá&¶p?²Í4"
  b"\x01É┌ÄZür▒½D^lk7█ø"
  b"\x01É┌ÄZÆq9░¡Xºh\x14┬a"
  b"\x01É┌ÄZªr9ü¨æl[&ì_"
  b"\x01É┌Ä[uqr╣?¸üÑÖ·á"
  b"\x01É┌Ä\Op\e×e¿ã\x15┼½º"
  b"\x01É┌ÄaÛpÛ¥­█/Ç\x05"
  b"\x01É┌Äc-s´å7µı\x1Cçô "
  b"\x01É┌ÄcSqôÄö\x15×t9Pð"
  b"\x01É┌Äd!s╝Ñqî\x13jo╗ÿ"
  b"\x01É┌ÄdDpSí¢J\x0F╝Üÿ6"
  b"\x01É┌Ädfsó®ı?ƒG,#▄"
  b"\x01É┌Äe{sÙ£T╗║Ý\x01¨ÿ"
  b"\x01É┌Äe×r÷Æån╬▀÷Ä1"
  b"\x01É┌Äg;rñÂÆ╝┌¥\x08Í▄"
  b"\x01É┌Äg\pHØFù╠,1ÿ÷"
  b"\x01É┌Äg{s¢ª╠]/¾í\x08"
  b"\x01É┌Ägös\eósü7²à█Y"
  b"\x01É┌Äg░ro│┴¼\x7F¶t▀▓"
  b"\x01É┌Äg╦s,É\x05Õ\x0E±J}┐"
  b"\x01É┌Ägßq5¥W\x1AÝöÌOÙ"
  b"\x01É┌Äg¾r]«└\x01\x19þ▒ËR"
  b"\x01É┌Äh\x07s4º\x18B\x00îÛ­¬"
  b"\x01É┌Äh\x1Cp\x15®\x07»ác7N\x05"
  b"\x01É┌Äh.stäе¹M╣rÓ"
  b"\x01É┌ÄhAq\x19ÿûi╔¹\f"
  b"\x01É┌ÄhSs\x11©øe┤0Óî "
  b"\x01É┌Ähfs"À╚░H\x0Eo³╩"
  b"\x01É┌Ähxq─óà8Ú\tý:e"
  b"\x01É┌Ähèq?ù┘\x04╠)Ï\x122"
  b"\x01É┌ÄhØq\tæÙ╦Ò\r‗3\x07"
  b"\x01É┌Äh»r\x1A║I<Î4Ólî"
  b"""
    \x01É┌Äh┬r▄º\n
    ò\x17┴Ò¼"
    """
  b"\x01É┌ÄhÈr║▒Ý®\x06d╣=ô"
  b"\x01É┌Ähþpq½ª~\x11.┴n\x1E"
  b"\x01É┌Äh·q\rÑExxó/Q~"
  b"\x01É┌Äü\x1EpƒÑºú╗\x11\fXi"
  b"\x01É┌Äü1qW£;ÿ\x11*╩We"
  b"\x01É┌ÄüDr\fízdSQr}Ä"
  b"\x01É┌ÄüVsýªP+Ìûa┼\x04"
  b"\x01É┌Äüipfàx¾È=>╗á"
  b"\x01É┌Äü|qݬ>═h┤çW\x08"
  b"\x01É┌ÄüÅq^á»6¸▓£╩\x12"
  b"\x01É┌ÄüísÑ¡=úVñ¶Ëô"
  b"\x01É┌Äü┤qGº\t\x00£▀±yÑ"
  b"\x01É┌ÄüÃqcפ)ÝkèTþ"
  b"\x01É┌Äü┌s,½■?zP6úu"
  b"\x01É┌ÄüýpÚüS\x05ûl\t"
  b"\x01É┌Äé\x01q\x7Fî¨┤┼'÷MD"
  b"\x01É┌Äé\x13q\x08ѺÎ╠Õò0÷"
  b"\x01É┌Äé&q¡╗┌\x13!┘è&#"
  b"\x01É┌Äé:s«│\t█7ãF²2"
  b"\x01É┌ÄéLs£é\x17åLU\x1F"
  b"\x01É┌Äé_r-üp▀8þÑ┤T"
  b"\x01É┌Äésp:ÜbXá©\x19l4"
  b"\x01É┌Äéàr\x12É‗Öq┘\x0F"
  b"""
    \x01É┌Äéÿq├ìëÝ1­N\n
    \x0F
    """
  b"\x01É┌Äé¼raª-Ú╠ëÆß""
  b"\x01É┌Äé┐q\x17èÁ¨\x7F┴K£`"
  b"\x01É┌ÄéÐp³ê\x10[6]È^\x0E"
  b"\x01É┌ÄéÕrx║ϰ8\x0EÆ×¸"
  b"\x01É┌Äé°qúúFà\f/k\tB"
  b"""
    \x01É┌Äâ\vq º¢÷\f§\n
    
    """
  b"\x01É┌Äâ\x1Ep)╣óny°§.u"
  b"\x01É┌Äâ0q\x16╗îÑ=Ñ(ÔÕ"
  b"\x01É┌ÄâCsëí3|■GQ>ø"
  b"\x01É┌ÄâUqXê<_/Ò▒ýZ"
  b"\x01É┌Äâhsƒ¥┌å\x1EûÂå\x05"
  b"\x01É┌Äâ{qSÑ\x08,┤╚ú¼Ñ"
  b"\x01É┌ÄâìpêÅ],íÙ4\và"
  b"\x01É┌Äâásqª«T\r§¾h┌"
  b"\x01É┌Äâ│r\x02ìeW!╗ç\x14È"
  b"\x01É┌Äâãr-ƒq:Ï\x10â┘z"
  b"\x01É┌ÄâÏrÁÇ¡ÃoÙNoJ"
  b"\x01É┌ÄâÙrÍÿá>UñÇx7"
  b"\x01É┌Äâ■p\x7Fö¾£î÷v¤þ"
  b"\x01É┌Ää\x10p■Çk┬T▄ËìB"
  b"\x01É┌Ää#s¥║Åü\x0F\x00Oà>"
  b"\x01É┌Ää6qóªÌıÀ+Óøb"
  b"\x01É┌ÄäHp«êm£(\eûDü"
  b"\x01É┌Ää[p?º²FROáÞ:"
  b"\x01É┌Äänr0▓*¥e\x0F╦ÕO"
  b"\x01É┌Ääüq\x0Eô\f\x06┘uþð╔"
  b"\x01É┌Ääôr╬òPiÞ`á´`"
  b"\x01É┌Ääªr\x1DìÅtÂÐl\x0E"
  b"\x01É┌Ää╣r«}±\x05ïG¹|"
  b"\x01É┌Ää╦p█ñ═░\x0E\eºï\x11"
  b"\x01É┌ÄäÌq?Ñ\x07!_É\»h"
  b"\x01É┌Ää±q5¢-0ªÅð+&"
  b"\x01É┌Äà\x03skû┘WĤH`±"
  b"\x01É┌Äà\x16qó┐├/ÍÐqhE"
  b"\x01É┌Äà)q6ú┤À╩oζ┬"
  b"\x01É┌Äà;s6®x)Îähw*"
  b"\x01É┌ÄàNpQÇxáü\x02®\fù"
  b"\x01É┌Äàas\x05ë¡■k║vVa"
  b"\x01É┌Äàsq¢à¬░æô¢86"
  b"\x01É┌ÄàåsRò┘c-%Ô)Ê"
  b"\x01É┌ÄàÖqúƒ§<ZU\x18ý­"
  b"\x01É┌Äà½s\x06Ç×\x10\x196YR├"
  b"\x01É┌Äà¥rD»8òà█XÀ\x1E"
  b"\x01É┌ÄàÐpHÀ©h╔@H&<"
  b"\x01É┌ÄàÒs┌┐\x1D\x03\x16\x11"
  b"\x01É┌Äà÷s\x10îí└#h\x04"
  b"\x01É┌Äå\tq│íÌ█`Dîh\x10"
  b"\x01É┌Äå\eqäï\x0F ·²5╣L"
  b"\x01É┌Äå.q%¼\f<·¯gw°"
  b"\x01É┌ÄåAr╗ºE$▀\x023└╗"
  b"\x01É┌ÄåSsÉéSÜ┬yòñÇ"
  b"\x01É┌Äåfp «-¶ÑZRG^"
  b"\x01É┌ÄåyrÒà╦Hé¡ÈÚÕ"
  b"\x01É┌Äåïq\x04ú\ta¤í¨\x10"
  b"\x01É┌Äå×p¾îfôÁLSÜ,"
  b"\x01É┌Äå▒q3ªiT\x12â-Æ#"
  b"\x01É┌Äå├r~êÔª\x7F┘z¶8"
  b"\x01É┌ÄåÍsk╗øaZ‗h¨ù"
  b"\x01É┌ÄåÚr^Æd\x19E â\x08á"
  b"\x01É┌Äå¹sÈ©«CRXÌÈ\x7F"
  b"\x01É┌Äç\x0Er9ØË!i_ØÇQ"
  b"\x01É┌Äç!qî×Ñ║¸â±±à"
  b"\x01É┌Äç3q8À« ▀\x16hPÈ"
  b"\x01É┌ÄçFs▄ébPä¤w«Ñ"
  b"\x01É┌ÄçYr\x10ìzÖ?╩E£Ë"
  b"\x01É┌Äçks²ñ>Æ─ÅM³Ù"
  b"\x01É┌Äç~qâà\x1Daãi|à#"
  b"\x01É┌Äçæq¥┐\x025(\x06ªk×"
  b"\x01É┌Äçús├Ç\x08Â%lû ═"
  b"\x01É┌ÄçÂrÿ¿║sf ¨®ð"
  b"\x01É┌Äç╔s'çß\x17ïa:{Í"
  b"\x01É┌Äç▄sÇá‗-¦7T¹÷"
  b"\x01É┌Äç¯qz╣cãÿ##¿à"
  b"\x01É┌Äê\x01s׫¡└ú\x03Ýı9"
  b"\x01É┌Äê\x14pî▒^ýå7,R/"
  b"\x01É┌Äê'qõà6ãFöÅ\x06u"
  b"\x01É┌Äê:p░Ø0Üb×ßK&"
  b"\x01É┌ÄêLqXÿê­{ZZ¸¯"
  b"\x01É┌Äê_r¼ä©n█¦╬ÞK"
  b"\x01É┌Äíur▒▒d\x11%,®w4"
  b"\x01É┌Äíòsæº‗p¸µ\x19\x10ı"
  b"\x01É┌Äí©qɬG├úÅSM╩"
  b"\x01É┌ÄíÍr\x17░9\x01Ó\x1Fd@­"
  b"\x01É┌Äí·p3░ıùê╣\x04\x04\x0E"
  b"\x01É┌Äó\x14qOü9_/èík\x1E"
  b"\x01É┌Äó-p\x18ƒÊ\x10B¡à\t1"
  b"\x01É┌ÄóDp┌«»┐÷║ÝÇ~"
  b"\x01É┌ÄóWs'ï_ÌÆØ\x00╦~"
  b"\x01É┌ÄójsÈ¢ı=£v║®t"
  b"\x01É┌Äó|rZÑ┘¤\x7F\x02"
  b"\x01É┌ÄóÅqm▓(µµªh§A"
  b"\x01É┌Äúos\x1A¬E£Ä½¤Ô\t"
  b"\x01É┌ÄúÅr©×$z╗þ5\x13\x11"
  b"\x01É┌Äñ║r3Çô6&Í"îÈ"
  b"\x01É┌Äñ┌rãps-KL┼Q"
  b"\x01É┌Äñ¸p=Æ│`¢d╬\x0Ep"
  b"\x01É┌ÄÑ\x11s[º73êÕ¨÷\x1D"
  b"\x01É┌ÄÑ*s\x0E│─ÄâR\x03V\x03"
  b"\x01É┌ÄÑ>pcÿì╬µ╠╗«ã"
  b"\x01É┌ÄÑQqÉûÏEÉÙô═0"
  b"\x01É┌ÄÑcsÀát¿\x17¨}/."
  b"\x01É┌ÄÑvq\x05ìtàá┤k[Ô"
  b"\x01É┌ÄÑêq\x12ªPþ,®\x16\x7Ff"
  b"\x01É┌ÄÑøp%┐\x1A\x1AG\x11╩|#"
  b"\x01É┌ÄÑ¡qÝèͤ\x03jƒ´\x11"
  b"\x01É┌ÄÑ└p»à«×‗\tò\x04ê"
  b"\x01É┌ÄÑÊs▒║}CÛÿ~┬á"
  b"\x01É┌ÄÑÕsæë┤ò`▒▄E▓"
  b"\x01É┌ÄѸq\x0Eû)O─à▀\x02("
  b"""
    \x01É┌Ī\n
    prØ├0\x18á:+╩
    """
  b"\x01É┌Ī\x1Dr┼¡ÚK{╔À'Â"
  b"\x01É┌Ī/p┤£z╔.\x17â!."
  b"\x01É┌ĪBrã╣┐nºéeÿ╠"
  b"\x01É┌ĪTs,û╣ùi_÷oL"
  b"\x01É┌Īgq\x1E╣.Q\x18+d┴»"
  b"\x01É┌Īysòà¨õ\x06\x10êÍ┴"
  b"\x01É┌ĪîqéóyËð\x1A,\x18\x7F"
  b"\x01É┌Īƒp╦û\e\x13CXY"
  b"\x01É┌Ī▒s║║{©häs\x02C"
  b"\x01É┌Ī─qS┤ƒTlÛ\x1A█É"
  b"\x01É┌ĪÍsP®\x08)¥ÆJKq"
  b"\x01É┌Ä¿\x00r╦ÂíÆ╠@cW@"
  b"\x01É┌Ä¿░r\x15ƒE‗¯·Íx"
  b"\x01É┌Ä¿Êså┤\x1F°.f║Ñû"
  b"\x01É┌Ĭ╔rO¢Ð>çf\x14¼ï"
  b"\x01É┌ĬÚsfê\x15,\x05┼÷çh"
  b"\x01É┌Ľ\x05qþ£c\x06Àv[o,"
  b"""
    \x01É┌Ľ pGùÎÕuOî\n
    ò
    """
  b"\x01É┌Ľ8sЮù>Ô╦×pÙ"
  b"\x01É┌ĽJq\x18┤▀\x13ß\x1CÈÚ_"
  b"\x01É┌Ľ]p┼ì %ãj▄\x18H"
  b"\x01É┌Ľorg║¥|)âf`²"
  b"\x01É┌Ľéq\x19Ä╣\x02║àé?└"
  b"\x01É┌ĽörW╝=T>ï£NÏ"
  b"\x01É┌Ľªs ÅȰG'\x0Eé\x05"
  b"\x01É┌Ľ╣sùñÆs╦>+ô\x06"
  b"\x01É┌Ľ╠s&╝└Í│^ÎÄi"
  b"\x01É┌ĽÒp\x17ó\x1DsmG\x16Æ╦"
  b"\x01É┌Ľ§sá®Ð2v'ðèa"
  b"\x01É┌ļ\x07sb»é-l\x11\x15ïú"
  b"\x01É┌ļ\x19q\x00䥡Þg»╗¨"
  b"\x01É┌ļ,sÈ¿═;`¾q▄!"
  b"\x01É┌ļ>p`àQ¨Ý\x02:µï"
  b"\x01É┌ļPs]Øx¾9-zY¾"
  b"\x01É┌ļcqª│A$Þì¹K÷"
  b"\x01É┌ļus2│د[¼\x02\x1E¬"
  b"\x01É┌ļçskú,­/ÙXÇÔ"
  b"\x01É┌ļÖqyüz\x1CÒÞËTb"
  b"\x01É┌ļ¼sdâ╔\vþز\x0ET"
  b"\x01É┌ļ¥p▀Æ╚:y§*8╗"
  b"\x01É┌ļðq┤ÖN°:,¹)\x19"
  b"\x01É┌ļõrÛ▒╦╣\x06▀·╣æ"
  b"\x01É┌ļ÷pÝ£mò½ýÕµy"
  b"\x01É┌Ä¡\x08rÛå\x14├Lo─å╔"
  b"\x01É┌Ä¡\eq3»s*RZ7~c"
  b"\x01É┌Ä¡-ptÜ\x0F÷äY╬Àg"
  b"\x01É┌Ä¡?r¾┤lÜñ®\x10"
  b"\x01É┌Ä¡Qp▓áê▀\f|\x1C\x0Fƒ"
  b"\x01É┌Ä¡ep\x19¬│\x18ƒßN³ô"
  b"\x01É┌Ä¡xp1Ø'\x14×sp¹Î"
  b"\x01É┌Ä¡èpeºñƒ╦Ãó\x1AÄ"
  b"\x01É┌Ä¡£p£©░ô»¼¸nL"
  b"\x01É┌Ä¡»sªï\x02ıXÔ>\x12\x07"
  b"\x01É┌Ä¡┴s¨à/v\x16Ûp|ñ"
  b"\x01É┌Ä¡Èr╚Æ@\x1Fsðª­Ö"
  b"\x01É┌Ä¡þræ┐ä+Ñ|è┬█"
  b"\x01É┌Ä¡¹pÌö"\x00Û°╦«¾"
  b"\x01É┌Ä«\rq¹Á-X¾°\x10\x1D"
  b"\x01É┌Ä«\x1FpèÜ?åì3&┐\n"
  b"\x01É┌Ä«2qÐäæº \x19d(X"
  b"\x01É┌Ä«Dp\x00çà¤Úñ2Õ×"
  b"\x01É┌Ä«VqÁçıí!┬!/¬"
  b"\x01É┌Ä«hq▄┐─ÿs¦wƨ"
  b"\x01É┌Ä«{p4¥┐MëìP¼ä"
  b"""
    \x01É┌Ä«ìp ª©Q\n
    CèX^
    """
  b"\x01É┌Ä«ƒr\ÉDZ■¹\U\x15"
  b"\x01É┌Ä«▓rFñìÆqG0└├"
  b"\x01É┌Äës\x1FûÃDh¶xN■"
  b"\x01É┌ÄÃ╬p¤îýáøá(ñ®"
  b"\x01É┌ÄÃÝpeø¥*q\x13wÙà"
  b"\x01É┌Ä╚\vs¯É"ÑÂòö┌F"
  b"\x01É┌Ä╚'p;╗h.!=\x0E█ú"
  b"\x01É┌Ä╚?rPØ\x1AQ­ƒ©D\x0E"
  b"\x01É┌Ä╚Ts£║4╩ÜÌ×Ýù"
  b"\x01É┌Ä╚fpÃÿ\\x05;Ô¬ı§"
  b"\x01É┌Ä╚wrÏ©─ø)ë¹ìÉ"
  b"\x01É┌Ä╚ëpìäÐ\f\x18ì█\tH"
  b"\x01É┌Ä╚ÜpÏÂãf¼▀ÌvO"
  b"\x01É┌Ä╚½q╬ë·åÓI\x0FÔ\x02"
  b"\x01É┌Ä╚¢qD¢\x1DÓm╚¶>±"
  b"\x01É┌Ä╚╬q­║0yÜè\x18Â┤"
  b"\x01É┌Ä╚Ór å3ÆÏüY*A"
  b"\x01É┌Ä╚‗rݪgÍñ\x11;W\x17"
  b"\x01É┌Ä╔\x03s­¼úà8 ¨íb"
  b"\x01É┌Ä╔\x15qÐûÛW­&\x0Fv("
  b"\x01É┌Ä╔&rM×\x1DM0°µ¾\x04"
  b"""
    \x01É┌Ä╔8qB┤K\n
    └ßËÈ┼
    """
  b"\x01É┌Ä╔Iq=░cs\x1Aoó¡\x15"
  b"\x01É┌Ä╔[s;«Á(%ÿ. ╩"
  b"\x01É┌Ä╔mq·è<\x00SëéUG"
  b"""
    \x01É┌Ä╔~sã¼DX\n
    ~Þvl
    """
  b"\x01É┌Ä╔És¤àOäÒ╣}a¾"
  b"\x01É┌Ä╔íq-Ä╗ÄØÀÔ╩4"
  b"\x01É┌Ä╔│q╦Ü?6úÿ\x15\x13\x14"
  b"\x01É┌Ä╔─qDñ'^57G \x07"
  b"\x01É┌Ä╔Íq%ì¶6ƒ\x13>²A"
  b"\x01É┌Ä╔Þq┼Ø\tdy╔¢¡¨"
  b"\x01É┌Ä╔¨q\vçÒ< ÐØ¦7"
  b"\x01É┌Ä╩\vr\rüx░5█Hæú"
  b"\x01É┌Ä╩\x1Cq/»[Ñc{¢âV"
  b"\x01É┌Ä╩.pï«▄_¬╦>╔\t"
  b"\x01É┌Ä╩?r.©Oå┐ÖrËe"
  b"\x01É┌Ä╩Qq\x1Cñî\x10¶│╗ºñ"
  b"\x01É┌Ä╩bp¹äf─ \x03~ÐÈ"
  b"\x01É┌Ä╩tq┘®Ë\x07F\t\x10\x16"
  b"\x01É┌Ä╩àráí\x1AKo\x1DCÄ}"
  b"\x01É┌Ä╩ùs ü½.ØRäƒ│"
  b"\x01É┌Ä╩¿qK©╝¤\x04\x1EG"
  b"\x01É┌Ä╩╗sn▓\r£ãÔ\x0E"
  b"\x01É┌Ä╩╬pèë═ó╔eY\x1E\"
  b"\x01É┌Ä╩ßq┤à \x14è\x04ú¸\x15"
  b"\x01É┌Ä╩¾qt│<Èé`©.ì"
  b"\x01É┌Ä╦\x06s7Ç\v\x10/5ƒ"
  b"\x01É┌Ä╦\x19rî░$ù¸±_ä|"
  b"\x01É┌Ä╦,s¬½Úŵft#Ì"
  b"\x01É┌Ä╦?pÎïÁ<óÁ\x03\x02r"
  b"\x01É┌Ä╦Rs\x11║î!À‗\x03\x7F¬"
  b"\x01É┌Ä╦es{ÄeYëh\x05"
  b"\x01É┌Ä╠%s▓éøÈI¤╝¼‗"
  b"\x01É┌Ä╠Drg½ ¡1û¤\x01$"
  b"\x01É┌Ä╠asñÀ¬«ÉHÀ┬{"
  b"\x01É┌Ä╠{pJóB9®Ë_bG"
  b"\x01É┌Ä╠ôr\x03ô\x18─xâ\x02\e1"
  b"\x01É┌Ä╠¿ptêè×ÈcÉY/"
  b"\x01É┌Ä╠╗sU»+¶Òàøz\x16"
  b"\x01É┌Ä╠═pΣõ\x11\x7Fc·mÓ"
  b"\x01É┌Ä╠Óp■ôW▒Â.Ô@S"
  b"\x01É┌Ä╠¾pwªÆQÑı35╔"
  b"\x01É┌Ä═\x05r═¥×qù┐Ñ\f"
  b"\x01É┌Ä═\x18qÃ׽涬\x1DõÆ"
  b"\x01É┌Ä═*s:¬é╔*Ò┘¥)"
  b"\x01É┌Ä═=pÒñÓj$ë¨\x14ê"
  b"\x01É┌Ä═Pq@îK═╔ûL0¶"
  b"\x01É┌Ä═cs[ÉìTè\x07#\x1D\x00"
  b"""
    \x01É┌Ä═vs\x0Fì\n
    >$Ûhw$
    """
  b"\x01É┌Ä═êrÚøîø<tûg¤"
  b"\x01É┌Ä═øq`ú:ñ└╦e=¾"
  b"\x01É┌Ä═«s3ñ®ƒg\x08\x01¯e"
  b"\x01É┌Ä═┴q|Øù'3åÑ┼ú"
  b"\x01É┌Ä═Ëq(¬\x16WV"ð\x12\x1A"
  b"\x01É┌Ä═µqØÇ2¹+iÖ║Þ"
  b"\x01É┌Ä═¨pı░┘g┤ó║\x07\x0F"
  b"\x01É┌Ä╬\fsx¡¿@'»åþ°"
  b"\x01É┌Ä╬\x1Fröë\x10«┼Ó╠\x12ñ"
  b"\x01É┌Ä╬2s\ê¥ÉU¬│¡n"
  b"\x01É┌Ä╬Er â\x1C\x08¤Òè\x15©"
  b"\x01É┌Ä╬XqÀÁ┴4\x03²\x07(¿"
  b"\x01É┌Ä╬kqÂ┐lwLîÐ\x14¡"
  b"\x01É┌Ä╬~s\x03Øçâß2åÊG"
  b"\x01É┌Ä╬Ép\x13¡¨Æ½╚$║b"
  b"\x01É┌Ĥ=q\x11Ñ]mıóT\x00$"
  b"\x01É┌Ĥ^rI¡ûì.N\x12\x04"
  b"\x01É┌Äð\x15r┐½t┴╬_\tÃ7"
  b"""
    \x01É┌Äð4p\x1D╝ï \x07\n
    ?
    """
  b"\x01É┌ÄðTsFùF▀c E╚T"
  b"\x01É┌Äðnr\x1EåâıkÖØ[╩"
  b"\x01É┌ÄðçpQöÍÑQ\x08EàM"
  b"\x01É┌ÄðØq\x03¿\x05\x1CF╔8xT"
  b"\x01É┌Äð░pâ«▀L▓\x02µ9["
  b"\x01É┌Äð├p½â└│£§Î\x00\x08"
  b"\x01É┌ÄðÍpÛúÀ£ø×}b\x11"
  b"\x01É┌ÄðÚsß½▄\f\f5\x18PF"
  b"\x01É┌Äð³qPºB§\x03\x0E"
  b"\x01É┌ÄÐ\x10rÍÁyƦc=Ñ\r"
  b"\x01É┌ÄÐ#pªÄ├\x06¥║╣kò"
  b"\x01É┌ÄÐ6p\x11Ç&S4‗Ëå┐"
  b"\x01É┌ÄÐIqdñ÷|Ó!╩¾9"
  b"\x01É┌ÄÛ5röÅçá\r²\x1C▄Þ"
  b"\x01É┌ÄÛXrßÀÐ($CÛÅu"
  b"\x01É┌ÄÛwrõæ╩╔P\x16~}o"
  b"\x01É┌ÄÛÆpgÄ\vÃì&r═ã"
  b"\x01É┌ÄÛ½pÚøÕQe\x10J┘}"
  b"\x01É┌ÄÛ┴q'«ò®õµP*\x19"
  b"\x01É┌ÄÛÈqÂ▓8²¯Ajä0"
  b"\x01É┌ÄÛþs@×óqhµí$6"
  b"\x01É┌ÄÛ·r\x1DÄ\x189«ıðßB"
  b"\x01É┌ÄÙ\rqÏü\x17­\x1Cn²µ╝"
  b"\x01É┌ÄÙ rS░Ú║\x0F0l0\n"
  b"\x01É┌ÄÙ3sïñƒÐKH╬+="
  b"\x01É┌ÄÙFr\x01îäù°(╦æ/"
  b"\x01É┌ÄÙXp▓Âaúï3_\x07\x19"
  b"\x01É┌ÄÙkr+ÅMѧ®ä\r-"
  b"\x01É┌ÄÙ~q÷┐d+ô\x0EË┬ß"
  b"\x01É┌ÄÙær+îhº_ýXæJ"
  b"\x01É┌ÄÙñpðúè\x1F\x15É┴¹─"
  b"\x01É┌ÄÙÀpÛ®rÏc$ âø"
  b"\x01É┌ÄÙ╩pæ╗?┘¯\x1F»■û"
  b"\x01É┌ÄÙ¦qmöaÏ0\x05íõ┐"
  b"\x01É┌ÄÙ­r\x1Câ!\x13C╠Ï╗Ù"
  b"\x01É┌Äý\x03sãÜ)Á├ÿú╗û"
  b"\x01É┌Äý\x17r■®çÑÌ\x19QÂ`"
  b"\x01É┌Äý*p~¥¯g~ðàÀµ"
  b"\x01É┌Äý=püØpõ¹«jе"
  b"\x01É┌ÄýPp]ÄðP\x01┐6│«"
  b"\x01É┌Äýcq®ø┴º}ò╔\x1D¿"
  b"\x01É┌Äývq├á▄·ƒgÏ;\x1F"
  b"\x01É┌Äýës┌®>'gm/ª¿"
  b"\x01É┌Äý£pù¢ÄïÅôt\x07p"
  b"\x01É┌Äý»q┘Üxø┌\x1AU!t"
  b"\x01É┌ÄÝop®¼\x0FËÕ¢}ÞE"
  b"\x01É┌ÄÝÄp\x12Åîíq\x02_Ûm"
  b"\x01É┌Äݼs\x04Ö\x005┤\x06ù®ô"
  b"""
    \x01É┌ÄÝãr\n
    çîÓÃ\x1Aı\x12,
    """
  b"\x01É┌ÄÝ▀qéñ‗Eí\x0Fß%ø"
  b"\x01É┌ÄÝ‗qcöA\#C,ùë"
  b"\x01É┌į\x05qtâÙ,þÁýÚß"
  b"\x01É┌į\x18sêľ>░Cä¹U"
  b"\x01É┌į+sTöÆdy┤▀¾^"
  b"\x01É┌į=p\x10╣µ$5ªµiµ"
  b"\x01É┌į°slƒo5Gò÷┬"
  b"\x01É┌Ä´\x18r<ª┴úd'*"s"
  b"\x01É┌Ä´5p¯╝(\x12]NX"ø"
  b"\x01É┌Ä´Prܬ;¡_\x1C└Ç;"
  b"\x01É┌Ä´hqVö£4zD«.Æ"
  b"\x01É┌Ä´zs ûïCjÉ▀@O"
  b"\x01É┌Ä´ÄqÏ╝6î^¾ukÑ"
  b"""
    \x01É┌Ä´íq\x19\n
    AÙz"a¸
    """
  b"\x01É┌Ä­TqSüu:┤º\x0E\#"
  b"\x01É┌Ä­tqÒ×Q©JãÙÞ║"
  b"\x01É┌Ä­æs%¼»%┌.\v·M"
  b"\x01É┌Ä­½pu¬┬└║3ÞPe"
  b"\x01É┌Ä­─rø┐F\x1D[lá■K"
  b"\x01É┌Ä­Îq»½þ}»%çï8"
  b"\x01É┌Ä­Ûs¶©Â╗P\x18\x7F"
  b"\x01É┌Ä­²s\x19Æ░╣Á«<ƒº"
  b"\x01É┌ı\x10q╣ïØå®Êg³\x05"
  b"\x01É┌ı#q.▒»§Ð┌jyi"
  b"""
    \x01É┌ı6s§ùR½43\n
    i╬
    """
  b"\x01É┌ıIr\x0E╗▄sÕ┐¯╠µ"
  b"\x01É┌ı\q▄ìA┘l%qóù"
  b"\x01É┌ıoq▒Ü│ ├\x1E▒Cµ"
  b"\x01É┌ıésý¬m¦\t¢yPS"
  b"\x01É┌ıòs(Æ\\x02\eL(¸▓"
  b"\x01É┌ı¿sE░,Ok‗¼ÕÔ"
  b"\x01É┌ı╗re╗s+│Ô,ô["
  b"\x01É┌ı╬r\ØÞy\x10Af:ü"
  b"\x01É┌ıßs▄å^_fµÅ╠¼"
  b"\x01É┌ı¶qBó &XµFv."
  b"\x01É┌Ä‗\x07rÒÉ/ýø>Z╔Ó"
  b"\x01É┌Ä‗\x19qxƒº┴/ÛË!V"
  b"\x01É┌Ä‗,púö3S.└»ø\x16"
  b"\x01É┌Ä‗?pþ©eWLÚ}}æ"
  b"\x01É┌Ä‗Rp┬í\x11õ*r[╣╣"
  b"\x01É┌Ä‗es*ÁHQr\x1F«uo"
  b"\x01É┌Ä‗xp`▓┘\r═W▄┘┬"
  b"\x01É┌Ä‗ïsô║©\x15õs®öÎ"
  b"\x01É┌Ä‗×p'£╗TXÐû`8"
  b"\x01É┌Ä‗▒q$½!\x14ê@øD'"
  b"\x01É┌Ä‗─p\x14åª█E*u\x0E"
  b"\x01É┌ľås'É▒ßòÙ\v"
  b"\x01É┌ľÑsó┐f-Uäjn""
  b"\x01É┌ľ├p\x10░/Ú\x05AÍ«ª"
  b"\x01É┌ľÌsÙÅp¯¾\x1D\x06"
  b"\x01É┌ľ¸qLàZKÒz"Çî"
  b"\x01É┌Ķ\tsÂÀ¾│┼ìÎ~p"
  b"\x01É┌Ķ\x1Cröûð× d┴P\x03"
  b"\x01É┌Ķ/q├¥I%:ú4┐ƒ"
  b"\x01É┌ĶBp\x18û­Æ░3¾┘ "
  b"\x01É┌ĶUpÿ│ß³-ð¹°─"
  b"\x01É┌Ķhrz¡;HHÆÖ9y"
  b"\x01É┌Ķ{pf¥╩\x18Q¡ÐfÆ"
  b"\x01É┌Ķìq:íN\x03¡‗J\f"
  b"\x01É┌Ķáp╬¼À╝5:l\x02:"
  b"\x01É┌Ķ│pfº\x16\x19ýìNßÒ"
  b"\x01É┌Ķãsù╣,§îh¶▓Ü"
  b"\x01É┌Ķ┘rVôWY½¶ÿ,A"
  b"\x01É┌Ķýp÷ÄàRár}6+"
  b"\x01É┌Å\r\x00pè│á&a!KÆ&"
  b"\x01É┌Å\r'r4öôÄÉñ°┼¥"
  b"\x01É┌Å\rLq¦á\elÙ¥\x1A"
  b"\x01É┌Å\rnrò¥\x00%\eî¸lç"
  b"\x01É┌Å\rìq5äõÉ>k:Ô]"
  b"\x01É┌Å\r¿r!íq¥]Ø&\x1FÔ"
  b"\x01É┌Å\r└rt│m¼í┘7£w"
  b"\x01É┌Å\rËqêûs&û─|-▄"
  b"\x01É┌Å\rµròÑrÁ┌┘à╣\x15"
  b"\x01É┌Å\r¨r;» ß¤0Ýs\x05"
  b"\x01É┌Å\x0E\fp\x1Cö#x╬├ýà¡"
  b"\x01É┌Å\x0E\x1Fq¦¼Ðåk╠5\x16"
  b"\x01É┌Å\x0E2r¨âó\r¨£÷z="
  b"\x01É┌Å\x0EEs\x02╝G´■oN¬r"
  b"\x01É┌Å\x0EXsq┤ÌeZ\x07ò7ì"
  b"\x01É┌Å\x0EkpÆ┤òfëF┼GÍ"
  b"\x01É┌Å\x0FardûeÍ┴줡\x12"
  b"\x01É┌Å\x0Füq\x11ï\x08ÕxÒ┘úÇ"
  b"\x01É┌Å\x0FáqaëQB¯)6\x7Fd"
  b"\x01É┌Å\x0F║pƒ▒q,l<╗YÇ"
  b"\x01É┌Å\x0FËq<«Ýø\x1C¢õ\f"
  b"\x01É┌Å\x0Fµqèà2·}d\x179╩"
  b"\x01É┌Å\x0F¨pıÜ║ıxàà\x178"
  b"\x01É┌Å\x10\fp\x01ÖS¼Í0Ç-!"
  b"\x01É┌Å\x10\x1Frt▒l-8í/║t"
  b"\x01É┌Å\x102p\x14îEÿ\x1D│¿vä"
  b"\x01É┌Å\x10ErÓ¢ÄPKVZ\x1F\x1D"
  b"\x01É┌Å\x10Wq\x05«ÕS½╠`w9"
  b"\x01É┌Å\x10kpËäcáf±ï^î"
  b"\x01É┌Å\x10~rðê3©┤·¹UÃ"
  b"\x01É┌Å\x10æs┤ÁrÂYϲÅ└"
  b"\x01É┌Å\x10ñp┤»C├Í{:!~"
  b"\x01É┌Å\x10ÀpFéļ\x02¨k4Ë"
  b"\x01É┌Å\x10╩s»óü\x04;N╔aé"
  b"\x01É┌Å\x10¦ré¬ô(õS?yq"
  b"\x01É┌Å\x10­s$Ö╠4î¼c©¼"
  b"\x01É┌Å\x11\x03r.û,èÓ\x00ÍÎ╠"
  b"\x01É┌Å\x11\x16rDâ[Çåá²ãÙ"
  b"\x01É┌Å\x11)s╬▓:\x1FÇ!╬fÆ"
  b"\x01É┌Å\x11;rùç_óðÖ‗Z▒"
  b"\x01É┌Å\x11Np.Â\x06Y$ tí╔"
  b"\x01É┌Å\x11asxüü¨\x01m(/o"
  b"\x01É┌Å\x11tqÇ¿|·q▒\x01╝*"
  b"\x01É┌Å\x11çp\x06ì¹W°┴LTñ"
  b"\x01É┌Å\x11Üq®ô'û\t~‗³#"
  b"\x01É┌Å\x11¡sTä?â\x05eïsá"
  b"\x01É┌Å\x11└rvòï8\x1Aç\x02"
  b"\x01É┌Å\x11ËràÜsXW|#õÝ"
  b"\x01É┌Å\x11µs&Ç╔-2\x0EÖ®}"
  b"\x01É┌Å\x11¨rô║?ZÆj<┌\x04"
  b"\x01É┌Å\x12\fr9æ¶Ë╚oYÈO"
  b"\x01É┌Å\x12\x1Fr═Æû>Æ\x15V░\x7F"
  b"\x01É┌Å\x121sºƒó¸xÉÔG╦"
  b"\x01É┌Å\x12Dp¯ÜuÎÞ▀`CG"
  b"\x01É┌Å\x16│r\x1CöaYOÉÈ\x1C¥"
  b"\x01É┌Å\x16Ëpà╗çiés\x10ÅÔ"
  b"\x01É┌Å\x183r*è¶¿═&w\x1C"
  b"\x01É┌Å\x18ÞrôùQß═.C&ı"
  b"\x01É┌Å\x19\x08qÅóú]!ÿ\Û®"
  b"\x01É┌Å\x19%q^É▄iıæKH%"
  b"\x01É┌Å\x19@r┌ƒ½q´æ\x18¸╝"
  b"\x01É┌Å\x19Xpdÿ´¨fµ¿└±"
  b"\x01É┌Å\x19kraëÌ!BB\vQ\x04"
  b"\x01É┌Å\x19~rõÂ╗ò:û\x13ƒu"
  b"\x01É┌Å\x19æpbû╩\â╗MQw"
  b"\x01É┌Å\x19ñp$ÿa×Ô±║\x1AU"
  b"\x01É┌Å\x19ÀsìÜßÔFã┬\x00R"
  b"\x01É┌Å\x19╩q¨Ö-¢▄FÂõ\x15"
  b"\x01É┌Å\x19¦påû)¾P╦£n3"
  b"\x01É┌Å\x19­qÊ┤Y▒eêg┘ä"
  b"\x01É┌Å\x1A\x03s┤ìÐð╩╦"
  b"\x01É┌Å\x1A\x16q\x08ÉÇ\fOEðyO"
  b"\x01É┌Å\x1A(s©╣#Ðd\x02Ò22"
  b"\x01É┌Å\x1A;rûä░ÝÀ_=^F"
  b"\x01É┌Å\x1ANstá╦╝ZÝà@Z"
  b"\x01É┌Å\x1Aar■ïwÇ╣®*¨â"
  b"\x01É┌Å\x1Atr²òt'z{\x03‗═"
  b"\x01É┌Å\x1Açq¿«│┐`ÐvÝ\t"
  b"\x01É┌Å1\x18rFƒÉ╩P\x16èDÒ"
  b"\x01É┌Å1-r±êú\x02y:0╚\x04"
  b"\x01É┌Å1@p░êÉßµ█x+Î"
  b"\x01É┌Å1UqÂÂÔõ!I6mú"
  b"\x01É┌Å1hrþ▒├K7ÐR;i"
  b"\x01É┌Å1{q\x12Ü?\x1E\vÿæ×╔"
  b"\x01É┌Å1Äs{ùmò\x7F7ïïÇ"
  b"\x01É┌Å1íqÿ║ò░æä¶¤º"
  b"\x01É┌Å1Ás¯×t┐ƒ\x16{?³"
  b"\x01É┌Å1╚pDàê\têóÕ^\x18"
  b"\x01É┌Å1█p┼©ƒ2½¬(¾»"
  b"\x01É┌Å1¯pÏÄ\x0EºÊ╚╩i├"
  b"\x01É┌Å3Wq╗ä -d,±`¾"
  b"""
    \x01É┌Å3wsí▓,£\n
    aÒ>è
    """
  b"\x01É┌Å3òpð║Ã▀\x1F\x14\x1DÅH"
  b"\x01É┌Å3»qB¿ÐØòú$!─"
  b"\x01É┌Å3┬qàÅ|JÁÕÙ0Ü"
  b"\x01É┌Å3ıqâ¢'Y2┘ó\x10\r"
  b"\x01É┌Å3Þrd«²\f9ÜÛ▀I"
  b"\x01É┌Å3¹s\e┐i{\x15█ï¯╬"
  b"\x01É┌Å4\x0Ep«û\x1D¶ÓC\x1F"
  b"\x01É┌Å4"q­░Å©y³┬qı"
  b"\x01É┌Å45qÑû_Ä_T,\x11×"
  b"\x01É┌Å4HsqÂ\x13Ôé╗þ.^"
  b"\x01É┌Å4[r¤ÂoQ╚ëÜü\x10"
  b"\x01É┌Å4npt¥¡dÀú█¡┼"
  b"\x01É┌Å4üpOÁ¹å┐═gkñ"
  b"\x01É┌Å4öp(ç§ÎÆ╝B5à"
  b"\x01É┌Å4ºr\x7Fñغ&d╚º\x13"
  b"\x01É┌Å4║s┌Æù\x0E§\x15Ù\x0FÇ"
  b"\x01É┌Å4═pJ»\x01f7N▒ù="
  b"\x01É┌Å5ârÚÀ EIH▀K■"
  b"\x01É┌Å5ós6«Û¤º1´)\v"
  b"\x01É┌Å5└q]î\x11±\x05M²{╚"
  b"\x01É┌Å5█s├░█ö\v¥b]┬"
  b"\x01É┌Å6üroÉFhîêyl┼"
  b"\x01É┌Å6írâá(▀\f2\x18‗ƒ"
  b"\x01É┌Å6┐qt¼iEë©zC└"
  b"\x01É┌Å6┌rI╗ákÀ¥$ãq"
  b"\x01É┌Å6¾r½½_║╣ü¨ýS"
  b"\x01É┌Å7\tr%½┬ý_\x00Ãü\x1C"
  b"\x01É┌Å7\x1CsQ®¤Ò\x19óg\x1A¤"
  b"\x01É┌Å7/pÉä©F6ô«ÂÈ"
  b"\x01É┌Å7BqYÖß,ÿ· ─È"
  b"\x01É┌Å7Vp╔ÑpE\x18<8═#"
  b"\x01É┌Å7iqÝÇ¥Ø┘ÌO\x04"
  b"\x01É┌Å7|pgÿkv\eÂBt│"
  b"\x01É┌Å7År]®"Q"nÑï`"
  b"\x01É┌Å7óq'û°*z║¹s]"
  b"\x01É┌Å7Áqfó\x10╣¬\x1EE\x13Á"
  b"\x01É┌Å7╚p─ù÷û}þä^█"
  b"\x01É┌Å7▀rNªbÜB°\f;y"
  b"\x01É┌Å7‗rM┐├█X┼\x1E\x1Dc"
  b"\x01É┌Å»9qlë¹%·fih╩"
  b"\x01É┌Å»³pØüB─þ±\x1CIS"
  b"\x01É┌Å░ép7àW\x12¨^¾Ç¥"
  b"\x01É┌Å░òp\x1Fí7\x13r×ê;8"
  b"\x01É┌Å░¬píù├ͬ@1}ý"
  b"\x01É┌Å░╝qå║ñêÇZ├´Ò"
  b"\x01É┌Å░¤sÀ®\x1E17{±áþ"
  b"\x01É┌Å░Òr\x15¿▓\x05f\f)F┤"
  b"\x01É┌Å░÷qá«Í\x16¼²‗\x04î"
  b"\x01É┌Å▒\x08s\x14úq+:\e╣d]"
  b"\x01É┌Å▒\x1DrXæ¸┬[╚7\x18,"
  b"\x01É┌Å▒/qn╝«îÅs░ýï"
  b"\x01É┌Å▒Broï╩\x02V$║Í\x1E"
  b"""
    \x01É┌Å▒Vp1▓\n
    \x01I*y9º
    """
  b"\x01É┌Å▒ip╩Øx\x13░¥éOÈ"
  b"\x01É┌Å▒{s­ø]ý└\x1F\x1C"
  b"\x01É┌Å▒ær»å\x07\x04êðç─q"
  b"\x01É┌Å▒ÑsÐó]k]8ÂL╠"
  b"\x01É┌Å▒╣pCÜ$\x1A{í?Ö\x01"
  b"\x01É┌Å▒¤pi×í°\x08├uÄ*"
  b"\x01É┌Å▒ÒsSàåôû£iµ "
  b"\x01É┌Å▒¸p│¥l║i+Ø\x12_"
  b"\x01É┌Å▓\frâà╣ÀQ\x1Fdç▒"
  b"\x01É┌Å▓ søø,>V^h¸T"
  b"\x01É┌Å▓4r\fá░àÜ9\x00¤Ú"
  b"\x01É┌Å▓Hs\│B╬┤I§àN"
  b"""
    \x01É┌Å▓\sM│é\n
    ÷Fk¾Ï
    """
  b"\x01É┌Å▓sqsÀ↓U´¤°"
  b"\x01É┌Å▓çp`░Iæz\x08Wn}"
  b"\x01É┌Å▓ør+£FX\x11K▄╣╩"
  b"\x01É┌Å▓▓sxÇ÷mı┴Û\x12ã"
  b"\x01É┌Å▓ãr\x12äì\x02g<ã╣Ú"
  b"""
    \x01É┌Å▓┘p\n
    ƒp█Û\n
    6BI
    """
  b"\x01É┌Å▓Ýs³▓g¦÷-rÜ┴"
  b"\x01É┌Å│\x01qù¥æAA{Ê▀M"
  b"\x01É┌Å│\x14sIô\v\x18$└*\x0FÏ"
  b"\x01É┌Å│*p\x1AéP\x12*ñ¿┼0"
  b"\x01É┌Å│>p»æìK\x1Dô\x03\x1C"
  b"\x01É┌Å│Rqºî║¸§î▄®Ç"
  b"\x01É┌Å│gr*ôÈ2\eâG\\x00"
  b"\x01É┌Å│{r#©_Å6'ê─ó"
  b"\x01É┌Å│ÅqÃ╣Ò{Aþ2ø\x1D"
  b"\x01É┌Å│ÑqDâmªøÿ\x06■ñ"
  b"\x01É┌Å│╣r½å\x03T\x17þ>\e\x08"
  b"\x01É┌Å│ðs╠╗v0îqåá\x1C"
  b"\x01É┌Å│õr7äxèÏÄ@M("
  b"\x01É┌Å│¸sÜÿ·UCú÷6-"
  b"\x01É┌Å┤\x0Er┘òJ{"┼█²E"
  b"\x01É┌Å┤"sÖ«Ïrn´GPÌ"
  b"\x01É┌Å┤6rêìÇ\x00\x19÷\x11"
  b"\x01É┌Å┤Is─«\x1D>Tëú■Ä"
  b"\x01É┌Å┤`q\vóSmàÄ▄:╩"
  b"\x01É┌Å┤ts├ë(À~.ð<\x1D"
  b"\x01É┌Å┤êp6èàó╣ñLÎR"
  b"\x01É┌Å╠¢r╬¼q·ö╣\x13z└"
  b"\x01É┌Å╠ðsPÂ\x1C8\x01\tæ\x1C0"
  b"\x01É┌Å╠Òpgåà#Ñ<$═\x11"
  b"\x01É┌Å╠¸q|è¾x\x1E É\x0F?"
  b"""
    \x01É┌Å═\n
    r─üë\x14Õ\vî█■
    """
  b"\x01É┌Å═\x1DpÙ¥³0[z\x14"
  b"\x01É┌Å═0qã▓¢Ôı\x1A5J┬"
  b"\x01É┌Å═BsVî\x1F\rÞWıE}"
  b"\x01É┌Å═Upþ╗ã\x14[Î|&ë"
  b"\x01É┌Å═hs╝Á¢<X\x19týU"
  b"\x01É┌Å═{rFÀ´¡4\x0E%Y├"
  b"\x01É┌Å═ìsÎü╩¶Ù\x1A\x18Æe"
  b"\x01É┌Å═ár║ÿÙQêì\x16]│"
  b"\x01É┌Å═│r¶¬"■0┬BÄo"
  b"\x01É┌Å═ãs'¿¸oþðòKß"
  b"\x01É┌Å═┘pt×Ó\râ\x02Þ¶G"
  b"\x01É┌Å═Ùq╣│┼ÞÐߤA?"
  b"\x01É┌Å═■s\x16ò$¢þTèû$"
  b"""
    \x01É┌Å╬\x11s¯┐¯Ú.\n
    Íü\f
    """
  b"\x01É┌Å╬#poÿ╗\x18÷\x0E=$8"
  b"\x01É┌Å╬6sBä▒ÝX·Y┬>"
  b"\x01É┌Å╬Ir¥®¸©&^o▓p"
  b"\x01É┌Å╬\p\e®uK┴@NäD"
  b"\x01É┌Å╬oroû'IÃóSG¡"
  b"\x01É┌Å╬âp/¢ª;╬▓Ý\x1AÒ"
  b"\x01É┌Å╬ûp\r┤.¥┐â╠╗÷"
  b"\x01É┌Å╬¬pı×N├yeS\f"
  b"\x01É┌Å╬¥q9£O+¤8«Åæ"
  b"\x01É┌Å╬Êrêí#ip>uFJ"
  b"\x01É┌Å╬Õr╝»\x03.°±Ò\x15Ò"
  b"\x01É┌Å╬¸rÝÂyãÏn┌Òù"
  b"""
    \x01É┌Ť\n
    sn®\x01▒4?\x0E:_
    """
  b"\x01É┌Ť\x1Dp'Ǥ]ÂB\v\x1E"
  b"\x01É┌Ť0q[ºmuÑBëPÊ"
  b"\x01É┌ŤBsW®±ø┤W~#Ê"
  b"\x01É┌ŤUs°┐¤\x03ÏÀù¯ "
  b"\x01É┌Ťhq ü\x020\x05q╚AÊ"
  b"\x01É┌Ť{s\x1FÅ\x0E└╬║Âó""
  b"\x01É┌ŤìqÒ╣.rÜù╗V┐"
  b"\x01É┌Ťásߨs°òªÅÎË"
  b"\x01É┌Ť│p®à«i£ ÈfX"
  b"\x01É┌ŤãpÄö´R\x144▒¿,"
  b"""
    \x01É┌ŤÏp\x04½î\n
    ×M×Ff
    """
  b"\x01É┌ŤÙrmØÃ#▄Mì0\x1D"
  b"\x01É┌Ť■pöïM\x16F\x18░+╩"
  b"\x01É┌Åð\x10qpØ$µ═ò▀à^"
  b"\x01É┌Åð#sIîp`IN\x00´ì"
  b"\x01É┌Åð6p\x14óÂ`IziD\x17"
  b"\x01É┌ÅðHsUÜ░▒]q#yÈ"
  b"\x01É┌Åð[pZó4\x1Fá­¿┐┼"
  b"\x01É┌Åðnq·ÄÄã-\x16\x17×·"
  b"\x01É┌Åðüs࿱7(ȤwÍ"
  b"\x01É┌Åðôq|Ü©ì\f/g}:"
  b"\x01É┌Åðªq:êÙ■°\egÆ║"
  b"\x01É┌Åð╣stª░ܸùªû\x1C"
  b"\x01É┌Åð╦p¸╣RU└╬+Ó├"
  b"\x01É┌ÅðÌr{æñ°83|æQ"
  b"\x01É┌Åð±qeú\eYW@õv«"
  b"\x01É┌ÅÐ\x03q¿¿)│öó*│Ü"
  b"\x01É┌ÅÐ\x16rÓÇú©9°©J¿"
  b"\x01É┌ÅÐ)ræ╝\x10┴ì«ï)s"
  b"\x01É┌ÅÐ<s1┤ÏÔ0NÍâã"
  b"\x01É┌ÅÐNq7ûÛO¦\x1A¹╔w"
  b"\x01É┌ÅÐasJéÌ┐\eûÉ#┬"
  b"\x01É┌ÅÊKsâ¬\x12É¥Ú\x01´ƒ"
  b"\x01É┌ÅÊÚsóôÜ®gÛS¬g"
  b"\x01É┌ÅË\nq{ƒëAóöub\x00"
  b"\x01É┌ÅË)rw╝6 ¨¥«ë\x08"
  b"\x01É┌ÅËÍsñáÛ¹ØU¤°*"
  b"\x01É┌ÅË‗pîÑú\x14J<\x03äC"
  b"\x01É┌ÅÈ\rsNéqkL\x1Eø8Ý"
  b"\x01É┌ÅÈ%p_æ/=┐Ô CQ"
  b"\x01É┌ÅÈ:p7¡/╬öÓ¬éÏ"
  b"\x01É┌ÅÈMsTâ\x1AO▒©8mn"
  b"\x01É┌ÅÈapµëоpB=þÞ"
  b"\x01É┌ÅÈuq¯ï\x16`\t\v,"
  b"\x01É┌ÅÈês§ë\r@U°4^ø"
  b"\x01É┌ÅÈ£q│êÈ%úã¶/Á"
  b"\x01É┌ÅÈ▒sÛç¼oJ\x13)l§"
  b"\x01É┌ÅÈ┼ql│G ­\x7FÀ§Û"
  b"\x01É┌ÅÈÏq`ìÝÞ»oÉ%╣"
  b"\x01É┌ÅÈýr|░\x1Eª\x15\t╣bð"
  b"\x01É┌Åı\x00q·ÁíÕÁõ═×="
  b"\x01É┌Åı\x14sÇ│f\tÍ╣xï▄"
  b"\x01É┌Åı's¦│ÀðÖ#ÌI\x0E"
  b"\x01É┌Åı;qÔÂuF\x12kR=´"
  b"\x01É┌ÅıOsfÆ]Í\Ñô4X"
  b"\x01É┌Åıcr÷ë;\x1FA%ÿÒÊ"
  b"\x01É┌ÅıvqEÁë┬ÞÎÙÍ1"
  b"""
    \x01É┌Åıèp\n
    ║ühá®,´S
    """
  b"\x01É┌Åı×sU½ Ç\x17┌X▄³"
  b"\x01É┌Åı▒rþàøkÚ˵\x02u"
  b"\x01É┌Åı┼pP▓┤2\x05à"$a"
  b"\x01É┌Åı┘sÞ©Úó8\x13\x02;T"
  b"\x01É┌ÅıÝpƒ¬├éÍU\x0F&╣"
  b"\x01É┌ÅÍ\x00p▒Á2¥gRpÛX"
  b"\x01É┌ÅÍ\x14sßøH\x19öØûO>"
  b"\x01É┌ÅÍ(rÐ¥i0#\vU¦ä"
  b"\x01É┌ÅÍ<rºå─╣×▄lë*"
  b"\x01É┌ÅÍOqä¼ḭ8\rÏÉ"
  b"\x01É┌Å´\x1Dr╦Öø2\x05m\x1AÑZ"
  b"\x01É┌Å´?s┐ªEç┤¦í\vC"
  b"\x01É┌Å´RsªùºÅEÛðW╩"
  b"\x01É┌Å´lp$░õJÌÞCÀ"
  b"\x01É┌Å´âsáÜm█b.╣CG"
  b"\x01É┌Å´ùs\x18│ÅtÒÁAÆ\n"
  b"\x01É┌Å´¬pþ░└\x02d˃:\x1F"
  b"\x01É┌Å´¥s¦╣┌jÀwû)À"
  b"\x01É┌Å´ıq┘Ç\x1C>\tû'ò;"
  b"\x01É┌Å´ÞpF¢¢Ï\x15ÞWúM"
  b"\x01É┌Å´³p]ú:\x13}ygÖ\x0F"
  b"\x01É┌Å­\x12p%¡2‗î»($\x13"
  b"\x01É┌Å­(qV╣¿i¥ÿ▓\x16Ã"
  b"\x01É┌Å­<söÅ÷áÅ++÷ô"
  b"\x01É┌Å­PsIëC²ÇL«1\x02"
  b"\x01É┌Å­fqxÖ?\Ãâ`+\x03"
  b"\x01É┌Å­}qæ»Î\x15\x0E¸v\x15"
  b"\x01É┌Å­æs©╝█ÓN\x7F\x08\x7FÎ"
  b"\x01É┌Å­ñqBùÞ\x00\x07▓qÚk"
  b"\x01É┌Å­╗p?®)┴\x03\x1C┬½m"
  b"\x01É┌Å­Êq\x0Fìѧ{r¾=┬"
  b"\x01É┌Å­Õr±«\x11ߨ?Jn└"
  b"\x01É┌Å­¨s└ù7!Zé:─I"
  b"\x01É┌ű\x10p┐¿t└úÐå?è"
  b"\x01É┌ű'sXÁY▀À­Õ\x04Ç"
  b"\x01É┌ű:sº£W÷L¥┼ü{"
  b"\x01É┌űNs¹Ä¡B\tò\x14¹<"
  b"\x01É┌űesf×\x17Xy\t£·¶"
  b"\x01É┌ű{r├æ¨å\x10\x12Â|Þ"
  b"\x01É┌űÅpµ║▒ÙÖç\x14\x00K"
  b"""
    \x01É┌űúsEØ\n
    ƒM±jäÑ
    """
  b"\x01É┌ű©r╔┤H§à$º\x0F¿"
  b"\x01É┌ű╬qØïµ\x04ÐA«µä"
  b"\x01É┌űÔr\x1DÉÛ¥C®\x0Fl\x12"
  b"\x01É┌ű÷s³ôõ§}ÿEÝç"
  b"\x01É┌Å‗\fq░ª╩\x1C\x1E¦¨$g"
  b"\x01É┌Å‗#rïëÕ`\x19L'Òô"
  b"\x01É┌Å‗6p«üèj¶.ì\x18­"
  b"\x01É┌Å‗JpúíÁ¯A‗║úd"
  b"\x01É┌Å‗_r«Ö/=ǶCÑT"
  b"\x01É┌Å‗usAéêh┼┌±*Å"
  b"\x01É┌žlsÕÂZs~{®\x16"
  b"\x01É┌žörËä\x01N╬y#\x1D\e"
  b"\x01É┌ž│sôûî¡õ5ûÈ\x10"
  b"\x01É┌žðp\x08à¬Ï\v▀F.Ç"
  b"\x01É┌žÙs<ë╗µïÅc\x18v"
  b"\x01É┌Ŷ\x02qòìÇ2┬Så*x"
  b"\x01É┌Ŷ\x15sÇ╝\x10\x13l¥:m¤"
  b"\x01É┌Ŷ)qÂÜ\x03Ãí\x03h?6"
  b"\x01É┌Ŷ@r¥îï±│p░λ"
  b"\x01É┌ŶSsQçùÇ┐║ÜLÆ"
  b"\x01É┌Ŷgq\x1DÂ╠È¢÷rØ╬"
  b"\x01É┌Ŷ|r]ô░\x05\vj\v"
  b"\x01É┌Ŷæp\x7Få\rHîG└ƒ¿"
  b"\x01É┌ŶÑrÉò\rz╗¿¢¥Í"
  b"\x01É┌Ŷ╗r²ÿ3@5▓Ç\x12"
  b"\x01É┌Ŷ¤q\x02«└´üÞ*t7"
  b"\x01É┌ŶÒpÚºº\x1AßRWPþ"
  b"\x01É┌Ŷ÷rhåÙ(iH\t"
  b"""
    \x01É┌ŧ\n
    r~«Ý\x13░ç¯\x11B
    """
  b"\x01É┌ŧ\x1Es\x1D┐|j&&û░\x17"
  b"\x01É┌ŧ2q\x11Æâ■½X8\x04\f"
  b"\x01É┌ŧEsDôù ¸D\x01\eÔ"
  b"\x01É┌ŧYqÊÉ¢ySk³¬ù"
  b"\x01É┌ŧmr╝ìMá\x07¼Ñ\x01\x12"
  b"\x01É┌ŧüp\x00ØW¡ÔÃ░tÜ"
  b"\x01É┌ŧöp¯ç7n\x15î▄äÀ"
  b"\x01É┌ŧ¿rmâZU╝╩=╦Ù"
  b"\x01É┌ŧ╝p┐®└ÛÔ╝aþo"
  b"\x01É┌ŧðq\x1Fä'▄\e┌%\x18"
  b"\x01É┌ŧõp²à|j·ÇïÙ\x14"
  b"\x01É┌ŧ¸q»à╠\x04Ût\rÆı"
  b"\x01É┌Å÷\vp"ÁïvXSwÀ4"
  b"\x01É┌Å÷\x1Fqrŧ«R¥ÅeÌ"
  b"\x01É┌Å÷3pE╗\x17#┼ÚlóÂ"
  b"\x01É┌Å÷Gr╦Ö╔╠··\x13ß®"
  b"\x01É┌Å÷[p*öM╚è┤`\x14Ý"
  b"\x01É┌Å÷nq█âPWûÝAÐö"
  b"\x01É┌Å÷éq┴ü\x06RƒÊ¥uú"
  b"\x01É┌Å÷ûsÄè»F½m§Øô"
  b"\x01É┌Å÷¬q█Åe╚!³lÚ "
  b"\x01É┌Å÷¥qvªUë|ûXà#"
  b"\x01É┌Å÷Ðp\x14©YÒ\x05\x0Ea"
  b"\x01É┌Å÷Õp\x03üÄó!dg¸¸"
  b"\x01É┌Å÷¨qñâ~─YL\x16ý╚"
  b"\x01É┌Ÿ\rr\x13î×ä|~\x1D°µ"
  b"\x01É┌Ÿ p»╝I¨Óa┤à_"
  b"\x01É┌Ÿ4q\x08ïN▒▀ë\x00¡v"
  b"\x01É┌ŸHszÿÓ¤Û>kÂ\x17"
  b"\x01É┌Ÿ\sTüV<M_äU+"
  b"\x01É┌Ÿoq;üO\x12©ÿK­é"
  b"\x01É┌Ÿârüöı─ïWÁë"
  b"\x01É┌ŸùpÔÇc«cÞC\x17\x10"
  b"\x01É┌Ÿ½sgÜ¡h%*ñµC"
  b"\x01É┌Ÿ¥qâ¥uf5ó,┴\x10"
  b"\x01É┌ŸÊsÞÑãh·\x02páú"
  b"\x01É┌Ÿµs\x7Fú╬'ß \x7F"
  b"\x01É┌Ÿ·rT▒!M¾\x02▀└º"
  b"\x01É┌Ű\x0ErÇÉX¨Øã■Ux"
  b"\x01É┌Ű═q═ÿ▀Êüµ¼Lë"
  b"\x01É┌É\x11\vp(»\x08S\x05═┴´à"
  b"\x01É┌É\x11+rr▓>\x14+þhL´"
  b"\x01É┌É\x11JqGåwL\x08\rÁ\x19d"
  b"\x01É┌É\x11eq╬│ðF\x11\x10Ï"
  b"\x01É┌É\x11}sÃê=─5\r@ÞY"
  b"\x01É┌É\x11ÆrÙÜ­Ã║ƒú-1"
  b"\x01É┌É\x11ªr\x01á(ƒRe\x13╔å"
  b"\x01É┌É\x12LpT¬\x19f═íâ=\x14"
  b"\x01É┌É\x13\x00r\x7FÂ┬\x02¡Ó×\n«"
  b"\x01É┌É\x13!p⪷╬ªGk%┌"
  b"\x01É┌É\x13=r¼ÜõA9k░ƒò"
  b"\x01É┌É\x13Prêñ#\x06┘³ÛWÙ"
  b"\x01É┌É\x13drÔç±█ãÉç¸("
  b"\x01É┌É\x13xr|¢ù(a~\x16▒9"
  b"\x01É┌É\x13îq8½[üB3ü▄ç"
  b"\x01É┌É\x13ƒr\x1C▒èØ>­t\x00Þ"
  b"\x01É┌É\x13│p>¥ÖÑÛ┘|\x07÷"
  b"\x01É┌É\x13Ãp¼Å\x12%´nc▒/"
  b"\x01É┌É\x14Äq¦É¶w]¡á░å"
  b"\x01É┌É\x14«q\x05Ñ IÍ╦)Od"
  b"\x01É┌É\x14╬p=«¶┐<nÿÍa"
  b"\x01É┌É\x14Ús_║£`»«âÔÓ"
  b"\x01É┌É\x15\x01s░ó\x08EX▀bÀ\f"
  b"\x01É┌É\x15\x15rÁçƒxqGsV┌"
  b"\x01É┌É\x15)p,¼&Ê╚ÔÄÊ▄"
  b"\x01É┌É\x16är/üvu6Á¹ZM"
  b"\x01É┌É\x16ñrªüM÷wèY£o"
  b"\x01É┌É\x16┬sðë\x16Ü&@ß╔¨"
  b"\x01É┌É\x16¦s+× °─\x12ûF÷"
  b"\x01É┌É\x16­sƒ¢<T┬┼·éø"
  b"\x01É┌É\x17\x04sÉØ2 wE┌R1"
  b"\x01É┌É\x17\x18q«îrëÌÒN║\x10"
  b"\x01É┌É\x17┐pg¿\x05┌╔5ï\x7F£"
  b"""
    \x01É┌É\x18ep=╝\n
    \x1C^\x19
    """
  b"\x01É┌É\x1AfrÈüî╠õ▓²sú"
  b"\x01É┌É\eBrAøÌ║Ì%║Ú¶"
  b"\x01É┌É\e´pqíƒ╬WÉ©1)"
  b"\x01É┌É\x1CÆq´®¦!│µ\x05ãË"
  b"\x01É┌É\x1D9q\x06®ü¹¸╬K%¥"
  b"\x01É┌É\x1D[rvô░Ýu*JiD"
  b"\x01É┌É\x1D{pÎÉùGÐ\x01Ýí\x12"
  b"\x01É┌É\x1E4rg░ç[6Cbíõ"
  b"\x01É┌É\x1E‗q\t×<®¯úı\x1Eñ"
  b"\x01É┌É\x1F\x12s\x1EÁ\x19´âO╩óÛ"
  b"\x01É┌É \x7Fqv×Ò└╔ï\rãÙ"
  b"\x01É┌É!@r6º=O├D▓¼("
  b"\x01É┌É!ap¨ò▒Êú\x12(\x7FÔ"
  b"\x01É┌É!üp░½┌Tq@&\x03,"
  b"\x01É┌É!£p╚é `Û˾S/"
  b"\x01É┌É!Ás×áúìÉ╩ø┘\x1F"
  b"\x01É┌É!╔s?ô4µññYwû"
  b"\x01É┌É!¦s/ë?DÞÓ*Él"
  b"\x01É┌É!­sß½\x02¾xnï=\x1F"
  b"\x01É┌É"\x04pËÆÎì4ú{$ç"
  b"\x01É┌É$Ïr╠╝cm©ôÄq¦"
  b"\x01É┌É&\x02p©©*zI\x17½'\r"
  b"\x01É┌ÉLSr╦║FÅaO©OT"
  b"\x01É┌ÉLvqèàÄÛ╩µq.ö"
  b"\x01É┌ÉLûpñǯ+Õ\x05©µò"
  b"\x01É┌ÉLÂp«ò▓╩╗>õ─f"
  b"\x01É┌ÉLðrCÆß¢2ıÆ^\x0E"
  b"\x01É┌ÉLÙqL╣,\x05ê½À▓é"
  b"""
    \x01É┌ÉL q\n
    ó>ð[d▓È█
    """
  b"\x01É┌ÉN·r\x04×╔Ar\x04Kª·"
  b"\x01É┌ÉO\x1Epvª\e\x07H³ÐYÓ"
  b"\x01É┌ÉO=q\x05Ö╔╬¾Ae ©"
  b"\x01É┌ÉO]r█ø╦\x00%ÅeQè"
  b"\x01É┌ÉOzs│Æ^Ç\x1Eƒ«ûy"
  b"\x01É┌ÉOÆrK┐]\x12¦C^Qe"
  b"\x01É┌ÉO¬q×ñåÍ▀Þ[½ú"
  b"\x01É┌ÉO└phÇ=H┴\x0E\e╬ð"
  b"\x01É┌ÉOÈp'ú▓\x15\x1C«\┌Z"
  b"\x01É┌ÉOÞp½í¸=ùÄ╦\x00£"
  b"\x01É┌ÆãûrLèP!ÂÈ█ƒ "
  b"\x01É┌Æã║rxé\x13AÇ÷×è╠"
  b"\x01É┌ÆãÏrpüë╚ß¶Þ<J"
  b"\x01É┌ÆãýpBÑBî¶Å[àT"
  b"\x01É┌ÆÃ\x01pãíø9═V┌¹'"
  b"\x01É┌ÆÃ£q̬ũô╝±ƒü"
  b"\x01É┌Æ╚ßsÀ»¹\x19$\x1C÷ \x10"
  b"\x01É┌Æ╔\x04p¥ÿtúıFÈ\x06ô"
  b"\x01É┌Æ╔\x1Cp$©ÜZ\x07¼\x111║"
  b"\x01É┌Æ╔1r╔¼ËRcæs\x1C3"
  b"\x01É┌Æ╔¨rNâ┤F?A$╣ó"
  b"\x01É┌Æ╦jq\x00äº┴X╬è´I"
  b"\x01É┌Æ╦Äpƒ╝\x17ýQÂÈÖs"
  b"\x01É┌Æ╦¡p§ºÐÄDa¸<""
  b"\x01É┌Æ╦╚r\x17┐þÝߥâ┘═"
  b"\x01É┌Æ═Dpºå/à▒òê>/"
  b"\x01É┌Æ═hq°ÇvUx\x06\t\x1E"
  b"\x01É┌Æ╬ºr\x05éÛzg\x02▀ç#"
  b"\x01É┌Æ╬╔p/▓╝\x15zýÔ░8"
  b"\x01É┌Æ╬ÚsrÁtV\x03ö├ ┼"
  b"\x01É┌Ƥ\x08s╣¬ÛÁ˱?þ"
  b"\x01É┌Æð>rª»\,#ZO\r>"
  b"\x01É┌ÆðbrºÂØ\x10\x19\x01SÂþ"
  b"\x01É┌ÆðésnÜ╩àS\x12÷¦╗"
  b"\x01É┌Æð×rôÜE\x16e\x05╠*f"
  b"\x01É┌ÆÐ¦p#ó\x17Ä\x11¼LàÒ"
  b"\x01É┌ÆÊ\x01qùÅD\r‗7╗\x1E}"
  b"\x01É┌ÆËPqg┤v\x07¡\x1F"=±"
  b"\x01É┌ÆÈ\x02qܺ╔\x03N┼éü\x0F"
  b"\x01É┌ÆÈÁry½}áéåç\x0E\x03"
  b"\x01É┌Æı▄pyêƒ!ÄUïc]"
  b"\x01É┌ÆÎ\x11sðô©JPƒ`]ú"
  b"\x01É┌º5ýr»ºþN▄è3┐+"
  b"\x01É┌º6\x14q3è&àÞV#E»"
  b"\x01É┌º63sƒ║▄├óM¨\x1F"
  b"\x01É┌º6Ss{âöÜD¬~Áj"
  b"\x01É┌º6rp\rúd%³Ô\x08i?"
  b"\x01É┌º6Ær╩ÇÁî°£e\x13"
  b"\x01É┌º6▓sýùq┴Ý║°kr"
  b"\x01É┌º6Ðs\x02ÄXÂòà\r\x051"
  b"\x01É┌º6±pæ░▒©^×~P:"
  b"\x01É┌º7\x10p\x04»dÿöÕt\v°"
  b"\x01É┌º7/sïì`ø»fz╚ "
  b"\x01É┌º7NrVªºMShÒ|╦"
  b"\x01É┌º7mpÂ▓¡\x1C‗┬ºP|"
  b"\x01É┌¿─╩p(ë╩¨XËr\x15D"
  b"\x01É┌¿─¶s\x02Á`Õı(¯Ê\x04"
  b"\x01É┌¿┼\x15q%óÜY╦┬x»█"
  b"\x01É┌¿┼5s\x13¢ãUK┼─▀¸"
  b"\x01É┌¿┼Us\x17ív╗,á"│ƒ"
  b"\x01É┌¿┼uq¾▓▒ðç»╝ðp"
  b"\x01É┌¿┼òpº×\µ;╗Cð)"
  b"\x01É┌¿┼Ár@ºO¶¾G%Dµ"
  b"\x01É┌®{├pÛå\x1A­\x02┘wF\x0F"
  b"\x01É┌®{¨sEù`▒Ûõm\t©"
  b"\x01É┌®|#p«ºÓ╔;E┬|¨"
  b"\x01É┌®|FsÅÇRo"\tý┤\x13"
  b"\x01É┌®|mp╠ª▒«\võîv¯"
  b"\x01É┌®|ìsòêdºäH\x0F"
  b"\x01É┌®|▒r«é╚║░H½)Ü"
  b"\x01É┌®|Ès,▓Ö\x1DºÊáÖÏ"
  b"\x01É┌®|§p▓│®§T┼ì╬·"
  b"\x01É┌®}\er2Æ╬`ز┬ñ©"
  b"\x01É┌®~\er¤ù5ôÀû¼rç"
  b"\x01É┌®~Qs?»(\x02┼×\x17±\x19"
  b"\x01É┌®~upúØ?.jzzÿB"
  b"\x01É┌®~ÿsÃöp‗\x04ü\x12\x03y"
  b"\x01É┌®~┐rW¼Ã│└Gg\vl"
  b"\x01É┌®~Óq©│‗│D\x0E\x1Dýb"
  b"\x01É┌®Ç\x0Eph╝³+█N\x07¼û"
  b"\x01É┌®ÇEq·¢à\x17à\x19:¼÷"
  b"\x01É┌®Çoq®¿\x1Aó\x1Cr½î╠"
  b"\x01É┌®ÇÉpQ┐­¶╝K7o®"
  b"\x01É┌®Ç┤q╝ú»ðT┌£Zº"
  b"""
    \x01É┌®ü}s§▒╩╔\n
    ko─╗
    """
  b"\x01É┌®ü▓ptÿ¿¸[\t\r"
  b"\x01É┌®üıp3ÿ2ı{┤þAz"
  b"\x01“S.ß\x01sH»¦z(]Œ€s"
  b"\x01“S2\v pV”h¯Wo-”÷"
  b"\x01“S2\vóp\x05°\x01É\x1FÜBŸn"
  b"\x01ôS2\ersìö¡ÚÓ-\x03¸─"
  b"\x01ôS2@nr\x1D£²Ò▒üµe¼"
  b"\x01“S2@¼rBƒ½\f¿\x10`×”"
  b"""
    \x01“S2A\n
    s¿¸¶ŽwÄ\vÐn
    """
  b"\x01“S2B rÚ™#ò\³Ò,ý"
  b"\x01“S2Bpsì—œ 6¦W—4"
  b"\x01“S2BÄsÖ¹\x0Fíj¯~\x15B"
  b"\x01ôS2DCq\x16ÿtË╣9`Å~"
  b"\x01“S2EKpÿ«<…|Z{\vÈ"
  b"\x01ôS2E£rªéXÌû\¥Å\x19"
  b"\x01“S2Eës5¨«·Ç\x7F6h÷"
  b"\x01“S2F;s`¤=¾£òGã¬"
  b"\x01“S2FŠrî ¹øS\Íi·"
  b"\x01“S2FÞr\x1A³¡\x18¼+tÉæ"
  b"\x01“S2G4r\x14‚ʧU~½·`"
  b"\x01“S2G‰r¸¸à\x0F¢r²·¥"
  b"\x01“S2GÜq\x11“ò7›JÉ\x16Š"
  b"\x01“S2H0r ²Ö³èƒg¸ÿ"
  b"\x01“S2H†sˆœsrfÔŒœS"
  b"\x01“S2HÝq£’Kó8E±¦¯"
  b"\x01“S2I5r$¦©9¿Êý\x7FÃ"
  b"\x01“S2I‹r9¡šÛR~j\x08d"
  b"\x01“S2Iáp@¯¢=’\x05ôù\x17"
  b"\x01“S2J7s\f©?É¥ñ\v¢("
  b"\x01“S2JŒs\x04ƒ†\x00¦$ù?Ý"
  b"\x01“S2Jár–£/`!Éþ«\x00"
  b"\x01“S2K6sªž$¬ë\f1—\x1D"
  b"\x01“b“\rbrJšJd\x16X\r¹ú"
  b"\x01“bÀÕïsî‡\x1C}G\x19¸]³"
  b"\x01ôb└ͧr¿êÜ}\x11\x11@ñì"
  b"\x01“bÀØ\nq—Žñ\x00ÎéeÞ¾"
  b"\x01“bÀÜçsNƒC©†×\x02"
  b"\x01“bÀÝìs…²-Qê\x03_™â"
  b"\x01ôb└Ì÷p­ÑØ>÷N\x04ıò"
]
76 0.35 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 5.26 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É┌ì╝¥s#æ5ª¶±─[W"
  b"\x01É┌ì¢▓q³ê├¹╣ ▓û3"
  b"\x01É┌ì¥VrÈ«▓╩þ °bL"
  b"\x01É┌ì¥|s\x1CóËÑ│â\e&│"
  b"\x01É┌ì¥×p│¿Î8íìe─÷"
  b"\x01É┌ì¥║r\x0E®ÙEKËà\x12E"
  b"\x01É┌쥦piÁÅ]\x17Ù®\x1A_"
  b"\x01É┌쥨sí®b ×å═­G"
  b"\x01É┌ì┐\x12p┼╗Áömê¶·Ã"
  b"""
    \x01É┌ì┐#qä«Ô¢Å\n
    Ù\x08µ
    """
  b"\x01É┌ì┐4p?í`Z\x0EO[±E"
  b"\x01É┌ì┐ßpPܯ╚Õ┌q\x0E¸"
  b"\x01É┌ì┴1rKó\x1A\x04Ô]K»s"
  b"\x01É┌ì┴Opù│2á█þ\«║"
  b"\x01É┌ì┴mq{â\x19\x14¶EA"
  b"\x01É┌ì┴çrm¿å\x18[\x1Aµ2\x03"
  b"\x01É┌ì┴ásÐîE\x1EoE,n£"
  b"\x01É┌ì┬Wr+╗Ý"Cè´êE"
  b"\x01É┌ì├"pØÜ┴g\f¡cÇ╠"
  b"\x01É┌ì├Ap/║0­ýc╗│╝"
  b"\x01É┌ì├^që¿äié9;w╝"
  b"\x01É┌ì├wq>Ø¥4┐¯ÝöG"
  b"\x01É┌ì├Äs╔ÅI&Ý╔ÈÍË"
  b"\x01É┌ì├ƒr\x0E▒JÝÐùìı""
  b"\x01É┌ì├░snæ °]\x04÷r╔"
  b"\x01É┌ì├┴rã×║©\x12¶kV¹"
  b"\x01É┌ì├Ês\x18©õóe┤S>½"
  b"\x01É┌ì├ÒpÄÑC\x1E▓(Pøµ"
  b"\x01É┌ì├¶qu░ÑÆ5.¼ó\x1C"
  b"\x01É┌ì─Àsqá-╝Nýñ»y"
  b"\x01É┌ì─Íq│╝GÿÕêß-t"
  b"\x01É┌ì─¯sQ¢▒├´ñP\x17B"
  b"\x01É┌ì┼\x06pû╗S·4:#\x1E¼"
  b"\x01É┌ì┼\x17r¾íK▄ªR\x04üú"
  b"\x01É┌ì┼(qæ┐QwîáÆEÃ"
  b"\x01É┌ì┼9q▒ñK╦¹┘\x02ÿ;"
  b"\x01É┌ì┼Jp:║ëo¢¤À9x"
  b"\x01É┌ì┼[q ┤"┼ýëøÖÒ"
  b"\x01É┌ì┼lsOÉ\x7F\x18\x1CÉ×\x01"
  b"\x01É┌ì┼}s§æQMèÆërÅ"
  b"\x01É┌ì┼ÄpO½ühIH2®ê"
  b"\x01É┌ìã\x1ArJÀ5õ■%\x1C├Û"
  b"\x01É┌ìã9rÆÂ\f@Z=>┬)"
  b"\x01É┌ìãRr\x02îF\x18:ã9ä0"
  b"\x01É┌ìãjroº·└(¹ÍD¯"
  b"\x01É┌ìã~r¦«öÈ%[Ñ\x06U"
  b"\x01É┌ìãÅr\x1Cö\x12V¹1é×P"
  b"\x01É┌ìãáp\x02\x10ŃÜ╬´¿"
  b"\x01É┌ìã▒pÑÖ\x19 ▄1çÒ®"
  b"\x01É┌ìã┬sÆí╚­{ç╬Âó"
  b"\x01É┌ìÌ\x11sÔ╣\x04ìð¡\x12│6"
  b"\x01É┌ìÌ4p«íÍ╦c\eì\x08\x03"
  b"""
    \x01É┌ìÌWr¹¿.\n
    :▀¢\eô
    """
  b"\x01É┌ìÌppüÜ4Sû-Rÿ"
  b"\x01É┌ìÌÅs~»Oj│▄(;z"
  b"\x01É┌ìÌ▓pÖòÄp■D■\x07½"
  b"\x01É┌ìÌ╦r©ä×uù¯\x1D¥¹"
  b"\x01É┌ìÌÛqûÖË\x7F\x19\x15Õ┤"
  b"\x01É┌ì▀\x05q■£eÛ\x18y=k\t"
  b"\x01É┌ì▀\x17rª×P\x08/þ7±,"
  b"\x01É┌ì▀-rÆç·┐¬S\x19█═"
  b"\x01É┌ì▀?q╗ÄÕ xAC3i"
  b"\x01É┌ì▀Tr┘ü$`ù6^­╦"
  b"\x01É┌ì▀fsZè┬\rÔ¾6HÊ"
  b"\x01É┌ì▀xsÀÑ;\x19+½├Q0"
  b"\x01É┌ì▀ïphô|\rûË\x0Eb║"
  b"\x01É┌ì▀ØsÛôìñ~®þ┬\"
  b"\x01É┌ì▀«sÆî\x04T¤N RÊ"
  b"\x01É┌ì▀└s┐▓Úô3û¡\x10\x0F"
  b"\x01É┌ì▀Èsç┤nÚÁ÷«(\x0E"
  b"\x01É┌ìÓþqè╝B2*ÆÙäâ"
  b"\x01É┌ìß±s╦úoç´¹S┘ƒ"
  b"\x01É┌ìÔ▓q\x7Fùü'?51(X"
  b"\x01É┌ìÔðqÿöá╦╝Ã@p]"
  b"\x01É┌ìÔ¾r+ÜÔü!jå°Z"
  b"\x01É┌ìÒ\x0Epmô┐<ì╬ ýÀ"
  b"\x01É┌ìÒ-q}┐ð\x12\x1D\x13£îÁ"
  b"\x01É┌ìÒIrÆ£\x1Fæ\eLÓ│-"
  b"\x01É┌ìÒ_rî»E╚ç©Ñá÷"
  b"\x01É┌ìÒqpZÉ╝Uß╔╩ß┌"
  b"\x01É┌ìÒår\fìe¥╗Ð(.╝"
  b"\x01É┌ìÒÿq╔ÿ¬ÁÆE{F┤"
  b"\x01É┌ìÒ¬pLÇ╦éºd\t┤ä"
  b"\x01É┌ìÒ╝q}¬0¡P¦º╦3"
  b"\x01É┌ìÒ¤r╦è┼C»4`└R"
  b"\x01É┌ìÒõq░┤¸ûÍOJú\x06"
  b"\x01É┌ìÒ÷rtå■\t\x17j+eÏ"
  b"\x01É┌ìõ\x07q▒ö├*░Mô\x03\x05"
  b"\x01É┌ìõ\x1Dr╠┐É\x16 └▒?¥"
  b"\x01É┌ìõ0poà\x15q\x05´'¿Î"
  b"\x01É┌ìõDpüï╠2│{e1@"
  b"\x01É┌ìõ\sÙ╝`^ÙK½═'"
  b"\x01É┌ìõrsO»û\x1FJCÁÚd"
  b"\x01É┌ìõìpû¥\x0F\x1D§i®/v"
  b"\x01É┌ìõóqäâ8╦┤2î\x1F\"
  b"\x01É┌ìõÁs\x19ê.Îëyþ'Á"
  b"\x01É┌ìõ╔qÐÄ\fǵê<█¸"
  b"\x01É┌ìõ█q\x14©¸Sñé·£N"
  b"\x01É┌ìÚÐs─¿\x11m┼da­\x10"
  b"\x01É┌ìýûq\v¬?\x14º\x13Hp¯"
  b"\x01É┌ìý┤rF╝F6\x1C\x14+▓"
  b"\x01É┌ìý═p8¼ÍGê¥ÐÚ}"
  b"\x01É┌ìýþrÍ░Ñ[²Íõ<1"
  b"\x01É┌ìý■sÒûzþ³âÛH┐"
  b"\x01É┌ìÝ\x13s┘ê‗q\f\x162©l"
  b"\x01É┌ìÝ%rÆ│T§\5\x1C\ra"
  b"\x01É┌ìÝ8s\x11½¥\x11Àéß%r"
  b"\x01É┌ìÝJq─®\t×:\v┘ë1"
  b"\x01É┌ìÝ\q]ìfe\x7F&¨╗l"
  b"\x01É┌ìÝnsÿÿ░Ù└Òð¹■"
  b"\x01É┌ìÝÇp¿Ñè╔á\x08╠+à"
  b"\x01É┌ìÝôqºøU\x07tå¨M╬"
  b"\x01É┌ìݪsÑí`8■\x08É\x05\x08"
  b"\x01É┌ìÝ╣s\x13║t¥\x1D"âµ²"
  b"\x01É┌ìÝ╦rJ¥vÎ\x05å├\x1Aa"
  b"\x01É┌ìÝÌqvÿ¬1aë`\x12t"
  b"\x01É┌ìݱqÝòı\x15êÅÊ\x16õ"
  b"\x01É┌ì¯\x03qÓ«>b|Ƕ└¢"
  b"\x01É┌ì¯\x15s╗ªıûÒ¼e%Ï"
  b"\x01É┌ì¯(qÏùMv\x1E5{j█"
  b"\x01É┌ì¯þpË¥²▀ê_┘\f\x17"
  b"\x01É┌ì´\x05sÞ┤\x16hO\x1D`!ú"
  b"\x01É┌ì´!q*©═ì6bM¤Ö"
  b"\x01É┌ì´<qü│ø╗ÛÌ4<Ï"
  b"\x01É┌ì´TsTÂ\\x15┴N[\x10³"
  b"\x01É┌ì´gq`ôcíå¡╚\x03"
  b"\x01É┌ì´ys£¬ojÆYm╣i"
  b"\x01É┌ì´îq▒╝7ÔÄÞA\x04Û"
  b"\x01É┌ì´ƒp\töÎ█¿ÚØñ4"
  b"\x01É┌ì´▒s\vƒ¦\x01þ┐j╩╬"
  b"\x01É┌ì´├s9ƒñ\x06\r\x06izX"
  b"\x01É┌ì´ÍpÎô³\x03ã\x1F$ä³"
  b"\x01É┌Ä\x07¤p\x00ô9¯®j{qQ"
  b"\x01É┌Ä\x07‗q┘┤a²\fª[Uü"
  b"\x01É┌Ä\x08\x1Aq,íV\x1EÞY®$"
  b"\x01É┌Ä\x089q(Æ\x1Fy┼▀w╦!"
  b"\x01É┌Ä\x08^qó«k$àÍü▀µ"
  b"\x01É┌Ä\x08zp=¥ó▀¤ì\x16hE"
  b"\x01É┌Ä\x08ûq0¬Æô^5`©4"
  b"\x01É┌Ä\x08«reÿÇó­¡Fðå"
  b"\x01É┌Ä\x08└r#╗\e*╝ï\x16ò╔"
  b"\x01É┌Ä\x08ıp\x03ôzÃañRÃ\n"
  b"\x01É┌Ä\x08Ûsµ¥\x14\x07ð¤äÂk"
  b"\x01É┌Ä\x08²rH¥Þõò\x18aXp"
  b"\x01É┌Ä\t\x10sVæß▒§ÞÇ÷7"
  b"\x01É┌Ä\t&r÷ú±½9mZr8"
  b"\x01É┌Ä\t8s\x00¿QÔv\v|@ü"
  b"\x01É┌Ä\tKsõÉ\x0E\x12´^├\x08"
  b"\x01É┌Ä\t`s°êëo|1AX─"
  b"\x01É┌Ä\trp\x08û═█┐P2ªS"
  b"\x01É┌Ä\tàq:ƒ┘\x10!▄0ê|"
  b"\x01É┌Ä\tùq£Ü¼ÿ¤zì╩·"
  b"""
    \x01É┌Ä\n
    CpRÇ\v¢ÙÜgx■
    """
  b"""
    \x01É┌Ä\n
    ÷rÿÇ=╬|\®┴╔
    """
  b"\x01É┌Ä\v┤sçÆ(\x1E#×+ù«"
  b"\x01É┌Ä\fiqðÜÀÉåFRÕ9"
  b"\x01É┌Ä\r\x12qèê\x0E \x16O\J\x11"
  b"\x01É┌Ä\r┬rãÉl¬ËKàıS"
  b"\x01É┌Ä\rßsFªÇÏ\x16└║│ì"
  b"\x01É┌Ä\r²qýø¯¢ßó═╔Ó"
  b"\x01É┌Ä\x0E\x17r\x15ƒí╝▒\v\x1E°E"
  b"\x01É┌Ä\x0E0pzÖ╩êWıÒÅ│"
  b"\x01É┌Ä\x0EFr┤©½\x1F5%^u\x16"
  b"\x01É┌Ä\x0EXsìá^@£M)¢╗"
  b"\x01É┌Ä\x0Ejs'É·\x7F╝┌\e▀ƒ"
  b"\x01É┌Ä\x0E|r\x19ùz9¨0¼©\x1E"
  b"\x01É┌Ä\x0EÄs╠ïl§P■9j-"
  b"\x01É┌Ä\x0Eár÷©{¡\x15J8wz"
  b"\x01É┌Ä\x0E▓rr×7çÿ¾Û\x1E"
  b"\x01É┌Ä\x0E┼p%¼\x0E\x18+~UDÇ"
  b"\x01É┌Ä\x0EÎqJè!k¤<─║╩"
  b"\x01É┌Ä\x0EÚqKÇÃ┘Éø0T\x18"
  b"\x01É┌Ä\x0E¹qt¼\x06\rb▄(o"
  b"\x01É┌Ä\x0F\rsUë\x13┤Ï}¬\x01Ú"
  b"\x01É┌Ä\x0F p¨æ@¹■ô0├"
  b"\x01É┌Ä\x0F┐r\x1Dñr\x1AƒU╣\x03 "
  b"\x01É┌Ä\x0FÌr\x7F╝6ý┼¤L\x11·"
  b"\x01É┌Ä\x0F·sÌùkùð$c%└"
  b"\x01É┌Ä\x10\x15pTªWu~ôBº\v"
  b"\x01É┌Ä\x10.qÓ»#\e\x04¨¹5\r"
  b"\x01É┌Ä\x10ÝsÌØ┤·Ò/G»¯"
  b"\x01É┌Ä\x11\x0Ep¨ƒr╠Ñ0ê\x1F-"
  b"\x01É┌Ä\x11+qƒë0ï>Õ·;þ"
  b"\x01É┌Ä\x11Fr█úDöÅ_»Äb"
  b"\x01É┌Ä\x11]sªÂ┬L¸9ÅBK"
  b"\x01É┌Ä\x11tqøÖ-qñäkû·"
  b"\x01É┌Ä\x11ås ¡)¤┤/Ñ`ç"
  b"\x01É┌Ä\x11ÿq0éÉ╝n-ø\x0Eã"
  b"\x01É┌Ä\x11¬s└┐!═pNb·¥"
  b"\x01É┌Ä\x11¢s÷ëÒÖ\x1E╣┌õé"
  b"\x01É┌Ä\x11¤pE░╠´iÌ:Bè"
  b"\x01É┌Ä\x11ßp¬¢\v╩╬%ð\t"
  b"\x01É┌Ä\x11¾pwóB\x1Aø.\x1E\e\x03"
  b"\x01É┌Ä\x12\x06s­░\x0Eû\x7FwåÊJ"
  b"\x01É┌Ä\x12Ñrñ▓÷┌¬Q╔▄¢"
  b"\x01É┌Ä\x12┬s╣Á│█\x07O|\fb"
  b"\x01É┌Ä\x12▀r\x03╗T"§\x009RW"
  b"\x01É┌Ä\x12¨q┐Ç\x03æ´‗┼îƒ"
  b"\x01É┌Ä\x13\x11p╚»¯9Á\x17ªq\x01"
  b"\x01É┌Ä\x13(q╣ú\x1A\t.LRÚX"
  b"""
    \x01É┌Ä\x13:s┌ø`í0\n
    ç¶ö
    """
  b"\x01É┌Ä\x13Lq£┤b1\x04┐Þ`Ð"
  b"\x01É┌Ä\x13^r\x1Cïæä\eNýfÏ"
  b"\x01É┌Ä\x13qr$»þ3\v┌a▄g"
  b"\x01É┌Ä\x13âp&Æk┘P´,┐║"
  b"\x01É┌Ä\x13òpóîè\x10ÞU(┐¬"
  b"\x01É┌Ä\x13ºp¤ÆÜ¶,V©VU"
  b"\x01É┌Ä\x13╣r"ÂB╠tÚã┐"
  b"\x01É┌Ä\x13╠rì×ó\x14\x03 ©\x08\x1C"
  b"\x01É┌Ä\x13ÌsOçèZãı½├ü"
  b"\x01É┌Ä\x13­r\x1D¥·Ú<┐¤Ë╠"
  b"\x01É┌Ä\x14\x02qÙú¨\x00¯m\e^v"
  b"\x01É┌Ä\x14\x15sȃ¿C"¬\x7FÐÒ"
  b"\x01É┌Ä\x14'rá¿IýƒiÃÝÕ"
  b"\x01É┌Ä\x149sïªtô\x19çIWe"
  b"\x01É┌Ä\x14Ksºû¬q\x138\r¤║"
  b"\x01É┌Ä\x14^q\vÜUû═YöZ­"
  b"\x01É┌Ä\x14ppòä³Ú*╚\x10¤·"
  b"\x01É┌Ä\x14és{Ö¹g»C╝s┐"
  b"\x01É┌Ä\x14ös´║VG│!¿ìî"
  b"\x01É┌Ä\x14ªs*®''Ä└▓═3"
  b"\x01É┌Ä\x14╣s\x19øè\x02╣╠\x05"
  b"\x01É┌Ä\x14╦r═×\x11÷-}bËÊ"
  b"\x01É┌Ä\x15ôq\x02ÇõwH5e3["
  b"\x01É┌Ä\x16MqÔ┤¼ÿc`À¤┌"
  b"\x01É┌Ä\x19Øq¸ªk(ÛD#┘±"
  b"\x01É┌Ä\x19╝râ░*¿K?├°ð"
  b"\x01É┌Ä\x1AjqµèØÒ¥\x00WïC"
  b"\x01É┌Ä1lqµ│Ý\x1E\x1C°ªmÅ"
  b"\x01É┌Ä2;pp¬Ìâä\x00º╩\x1A"
  b"\x01É┌Ä2Ùq4àn:Õ𼡼"
  b"""
    \x01É┌Ä3\n
    p╗║´dä\x08« W
    """
  b"\x01É┌Ä3&q\x10É║l¹ózq\x15"
  b"\x01É┌Ä3@qÇ«±├\x02Î\erC"
  b"\x01É┌Ä3Wqí¢Vı*\x19\x08¡┘"
  b"\x01É┌Ä3lrË║¡?i\x04\x0E¯("
  b"\x01É┌Ä3~r\x12ø\x14µ\x02˾┼¿"
  b"\x01É┌Ä3És╦«&\r\x02┴ºs"
  b"""
    \x01É┌Ä3ór┐ƒ\\n
    #ô;╬\x1C
    """
  b"\x01É┌Ä3Áp`×.1xÈÔ/¦"
  b"\x01É┌Ä3Ãr┼ûÌ¢▓9èm§"
  b"\x01É┌Ä3┘s╝ƒox2í╩×~"
  b"\x01É┌Ä3Ùq°░\x07ûÐb·Ï¯"
  b"\x01É┌Ä3²qãû×O»c┴T▀"
  b"\x01É┌Ä4\x0Fq\x05á\x01kèr:6P"
  b"\x01É┌Ä4"s9ñã╝ñ^ÿå█"
  b"\x01É┌Ä44sÚ×\x048d─Ò©Ù"
  b"\x01É┌Ä4Fr╩Â\x12ó -#\x14¸"
  b"\x01É┌Ä4XsLîZN_I1å\x17"
  b"\x01É┌Ä4jq#ƒêÝgùbÓð"
  b"\x01É┌Ä4|r¦ì╬ │é&╝s"
  b"\x01É┌Ä4Ås\x1A║Êc\x15¤È"#"
  b"\x01É┌Ä4ír×╝├%\x07eÆRû"
  b"\x01É┌Ä4│q├î▀═þZ\eÐ│"
  b"\x01É┌Ä4┼s:½û▄yA0jU"
  b"\x01É┌Ä4ÏqH▓`ñä£kú\x01"
  b"\x01É┌Ä4Ûqüøïðÿ?ÆYJ"
  b"\x01É┌Ä4³qÕÄ)ÍÇÖIqè"
  b"\x01É┌Ä5\x0Fs\x10á.\eÖ$ãº╦"
  b"\x01É┌Ä5!q´ñ½öƒçÞõ╩"
  b"\x01É┌Ä53qU×YÂjÈ╬¥\x01"
  b"\x01É┌Ä5EpMøB\x18■ÁL¶û"
  b"\x01É┌Ä5Xq\x01¬»lj┼á¥\x08"
  b"\x01É┌Ä5jr\x16ç?▄}D\x01‗f"
  b"\x01É┌Ä5|pp╣^"\rÍ_\x14D"
  b"\x01É┌Ä5Äs£│´îBKäé["
  b"\x01É┌Ä5íp\x1DªâàdUhp."
  b"\x01É┌Ä5│q*│8ı─É&\x15Ê"
  b"\x01É┌Ä5┼p╝óY▀À\x1Fs\x16\x01"
  b"\x01É┌Ä5Îs¹£¸■:{\­T"
  b"\x01É┌Ä5Úq├¥Ð6┘¹Ö¶▒"
  b"\x01É┌Ä5³ríܰ╔Íïi@}"
  b"\x01É┌Ä6\x0Es╝╝öJm$CÄÝ"
  b"\x01É┌Ä6 s\x19Üèt┬G║AÝ"
  b"\x01É┌Ä63p«ìól\x01▓z╬2"
  b"\x01É┌Ä6Îr\x10À4¬┴┐¤?³"
  b"\x01É┌Ä6§s|ä¾╩´(╠è\x11"
  b"\x01É┌Ä7\x11s‗ª¨û╗à®mÔ"
  b"\x01É┌Ä7+qfüÓf(÷|ı\x1D"
  b"\x01É┌Ä7Br╠ç¤å;Z\x12"
  b"\x01É┌Ä7Us\x03ƒ´\x07&Ó*ãg"
  b"\x01É┌Ä7gq\x17æƒu─\x0FJͦ"
  b"\x01É┌Ä7yp¡âèo\\t\x1C╬·"
  b"\x01É┌Ä7ïqc║­Á\x03£░█w"
  b"\x01É┌Ä7Øs¼¬\x16¼╣═Â┤a"
  b"\x01É┌Ä7»räÜ\«\eÆ\fê<"
  b"\x01É┌Ä7┬swûé±█Þíá╣"
  b"\x01É┌Ä7Èr\tÀ°3N\x11ıç\e"
  b"\x01É┌Ä7µsâà\╠╦\fiÍm"
  b"\x01É┌Ä7°sYÖþ5þ\f ml"
  b"""
    \x01É┌Ä8\n
    sm¼\báæ8\x16º
    """
  b"\x01É┌Ä8\x1DsÜçþ\v┌┘╩\x03$"
  b"\x01É┌Ä8/qÚ¬åæô*&m "
  b"\x01É┌Ä8Br¯«└õ¢»±tt"
  b"\x01É┌Ä8Tq¦¢\x18x{þ/áh"
  b"\x01É┌Ä8fp¼╣\x113ëØ┤Ò╗"
  b"\x01É┌Ä8xs\x0Eè(';®═©╣"
  b"\x01É┌Ä8ïrs©àÉ®v\x03▀ô"
  b"\x01É┌Ä8Øs ¡ñ\x06├óÃ\x00`"
  b"\x01É┌Ä8»säƒÑ¡@IL┴N"
  b"\x01É┌Ä8┴s(À§\x14{8┬Cë"
  b"\x01É┌Ä8ÈsÓÂøYgô¦9¸"
  b"\x01É┌Ä8µr█¬╗:pJ▓5\x1A"
  b"\x01É┌Ä8¨sd│U▒ä«Ù▓h"
  b"\x01É┌Ä9\vrö│4\f­DÆl-"
  b"\x01É┌Ä9\x1Dq{ÿ─ó¥ñïÒÚ"
  b"\x01É┌Ä9/pØù1*\x7F,\x11(W"
  b"\x01É┌Ä9÷r æ]?ðßF!Ì"
  b"\x01É┌Ä:¬r¿ü&┐P×\v±F"
  b"\x01É┌Ä;as±ç»├▄ïªL'"
  b"\x01É┌Ä;Çpî¢ò~I_\x18,\x01"
  b"\x01É┌Ä;×qj¡Á:n4\fî█"
  b"\x01É┌Ä;╣sÕÉ╩UÌÀ\x05ß└"
  b"\x01É┌Ä;Êq╔À©\x01rJbù3"
  b"\x01É┌Ä;ÚqIïÿUÁá╔─´"
  b"\x01É┌Ä;³sÇû\x08\e·ùe_╬"
  b"""
    \x01É┌Ä<\x0Er ê┼Qxó\x16\n
    ó
    """
  b"\x01É┌Ä< r\x1AôCıN^yhQ"
  b"\x01É┌Ä<3p\x04»("\t'¯­ "
  b"\x01É┌Ä<EsEó─¼¥´¹Ï4"
  b"\x01É┌Ä<Xq┬ü?t·N\x0E\x08¹"
  b"\x01É┌Ä<jqô¬Øfq«E6Q"
  b"\x01É┌Ä<|p(À\x7F┌É~øâä"
  b"\x01É┌Ä<Ås<äUOÆøÆ\f¹"
  b"\x01É┌Ä<íp ▓{X0FÛxg"
  b"\x01É┌Ä<│p\x08¬KÐÞ:)C\x18"
  b"\x01É┌Ä<ãs£×qü)4Õ\x19ó"
  b"\x01É┌Ä<Ïrn®EqXOıßê"
  b"\x01É┌ÄT­pqÁ\x07╔Ûjô±:"
  b"\x01É┌ÄU\x12r¬âx¸116By"
  b"""
    \x01É┌ÄU/r\x16ƒ¡2\n
    Eqãc
    """
  b"\x01É┌ÄUIpPƒëÕ7VPL."
  b"\x01É┌ÄUbrèâ-<W«\x17"
  b"\x01É┌ÄUxq¨Ø╔╗Ô│÷.\x07"
  b"\x01É┌ÄUîp£Ä½!Æ┬_ª{"
  b"\x01É┌ÄUƒrÌçÊèûj µø"
  b"\x01É┌ÄU▓pá¼å¶á´æ¯I"
  b"\x01É┌ÄU─r┼îl³¨ cN┌"
  b"\x01É┌ÄUÎq\x10üâðöÝI┴ƒ"
  b"\x01É┌ÄUÚr-º\x0E\x13y\f"
  b"\x01É┌ÄU³puÇLéôh┘┌\x17"
  b"\x01É┌ÄV\x0Er©ú╠ÓıÇ$┐\x06"
  b"\x01É┌ÄV!r▓¢IµçO`eµ"
  b"\x01É┌ÄV3pÑîé┌ã>´\x19\x15"
  b"\x01É┌ÄVFrgÑ¿«¿¯└G┬"
  b"\x01É┌ÄV\q~í╗"A£¢?═"
  b"\x01É┌ÄVop¦▒øy4á▓ô:"
  b"\x01É┌ÄVürìñÓõ\x14\x12ù═ò"
  b"\x01É┌ÄVôsoöìë®å¸·I"
  b"\x01É┌ÄVªsëÜ#°;¡v'÷"
  b"\x01É┌ÄV©s³║k\x14█óoW¼"
  b"\x01É┌ÄV╦q9û\x04 ÅJ"
  b"\x01É┌ÄW¡päÉ\x0Eï¯╦B\fU"
  b"\x01É┌ÄW╠s{ª\x03\x15b4é"
  b"\x01É┌ÄXnr ùȾ\x05.=u▓"
  b"\x01É┌ÄXìs2ôpÏ┤7³þÊ"
  b"\x01É┌ÄX¬s║»Äç£/¾ z"
  b"\x01É┌ÄX┼s▓Üç]´½ÄT\x16"
  b"\x01É┌ÄX¦rÏæÕ¡(iÃ│\x00"
  b"\x01É┌ÄX­qS×&\x15ªñö\x17f"
  b"\x01É┌ÄY\x05p­▒ã§\x04\x1AѶ\x16"
  b"\x01É┌ÄY\es┤á¦Õ╠«ajd"
  b"\x01É┌ÄY-pS©\x06\t│m\es\x16"
  b"\x01É┌ÄY?qJ¢:20ø▀)\"
  b"\x01É┌ÄYVpóëc\x17;1he¡"
  b"\x01É┌ÄYlqÙàë2(±ö├("
  b"\x01É┌ÄY\x7Fq&Ñ)c"ð┴\x08&"
  b"\x01É┌ÄYÆqN╝╔n\x15±²2]"
  b"\x01É┌ÄYºqì░f³ÅÒ8▓\t"
  b"\x01É┌ÄY©r│Ç ï╣,+l\x12"
  b"\x01É┌ÄY╠pR¿To¨\x07^ÆÝ"
  b"\x01É┌ÄY¦qƒ«±\x7F▄┌╬á¦"
  b"\x01É┌ÄY¯r─ª\f\x1Eâ¦Ôåô"
  b"\x01É┌ÄZ\x02qÖ┐æb¶Ï=ÜÂ"
  b"\x01É┌ÄZ\x14rά¾'ñ\f\x1959"
  b"\x01É┌ÄZ%r└ÀþÒÊVæùÚ"
  b"\x01É┌ÄZ6r§┤┬ï\x13¿u¡Õ"
  b"\x01É┌ÄZJs\x17║ùÈ═\tIJ▄"
  b"\x01É┌ÄZ^qvîýR)]|\x1Eó"
  b"\x01É┌ÄZoqÜá&¶p?²Í4"
  b"\x01É┌ÄZür▒½D^lk7█ø"
  b"\x01É┌ÄZÆq9░¡Xºh\x14┬a"
  b"\x01É┌ÄZªr9ü¨æl[&ì_"
  b"\x01É┌Ä[uqr╣?¸üÑÖ·á"
  b"\x01É┌Ä\Op\e×e¿ã\x15┼½º"
  b"\x01É┌ÄaÛpÛ¥­█/Ç\x05"
  b"\x01É┌Äc-s´å7µı\x1Cçô "
  b"\x01É┌ÄcSqôÄö\x15×t9Pð"
  b"\x01É┌Äd!s╝Ñqî\x13jo╗ÿ"
  b"\x01É┌ÄdDpSí¢J\x0F╝Üÿ6"
  b"\x01É┌Ädfsó®ı?ƒG,#▄"
  b"\x01É┌Äe{sÙ£T╗║Ý\x01¨ÿ"
  b"\x01É┌Äe×r÷Æån╬▀÷Ä1"
  b"\x01É┌Äg;rñÂÆ╝┌¥\x08Í▄"
  b"\x01É┌Äg\pHØFù╠,1ÿ÷"
  b"\x01É┌Äg{s¢ª╠]/¾í\x08"
  b"\x01É┌Ägös\eósü7²à█Y"
  b"\x01É┌Äg░ro│┴¼\x7F¶t▀▓"
  b"\x01É┌Äg╦s,É\x05Õ\x0E±J}┐"
  b"\x01É┌Ägßq5¥W\x1AÝöÌOÙ"
  b"\x01É┌Äg¾r]«└\x01\x19þ▒ËR"
  b"\x01É┌Äh\x07s4º\x18B\x00îÛ­¬"
  b"\x01É┌Äh\x1Cp\x15®\x07»ác7N\x05"
  b"\x01É┌Äh.stäе¹M╣rÓ"
  b"\x01É┌ÄhAq\x19ÿûi╔¹\f"
  b"\x01É┌ÄhSs\x11©øe┤0Óî "
  b"\x01É┌Ähfs"À╚░H\x0Eo³╩"
  b"\x01É┌Ähxq─óà8Ú\tý:e"
  b"\x01É┌Ähèq?ù┘\x04╠)Ï\x122"
  b"\x01É┌ÄhØq\tæÙ╦Ò\r‗3\x07"
  b"\x01É┌Äh»r\x1A║I<Î4Ólî"
  b"""
    \x01É┌Äh┬r▄º\n
    ò\x17┴Ò¼"
    """
  b"\x01É┌ÄhÈr║▒Ý®\x06d╣=ô"
  b"\x01É┌Ähþpq½ª~\x11.┴n\x1E"
  b"\x01É┌Äh·q\rÑExxó/Q~"
  b"\x01É┌Äü\x1EpƒÑºú╗\x11\fXi"
  b"\x01É┌Äü1qW£;ÿ\x11*╩We"
  b"\x01É┌ÄüDr\fízdSQr}Ä"
  b"\x01É┌ÄüVsýªP+Ìûa┼\x04"
  b"\x01É┌Äüipfàx¾È=>╗á"
  b"\x01É┌Äü|qݬ>═h┤çW\x08"
  b"\x01É┌ÄüÅq^á»6¸▓£╩\x12"
  b"\x01É┌ÄüísÑ¡=úVñ¶Ëô"
  b"\x01É┌Äü┤qGº\t\x00£▀±yÑ"
  b"\x01É┌ÄüÃqcפ)ÝkèTþ"
  b"\x01É┌Äü┌s,½■?zP6úu"
  b"\x01É┌ÄüýpÚüS\x05ûl\t"
  b"\x01É┌Äé\x01q\x7Fî¨┤┼'÷MD"
  b"\x01É┌Äé\x13q\x08ѺÎ╠Õò0÷"
  b"\x01É┌Äé&q¡╗┌\x13!┘è&#"
  b"\x01É┌Äé:s«│\t█7ãF²2"
  b"\x01É┌ÄéLs£é\x17åLU\x1F"
  b"\x01É┌Äé_r-üp▀8þÑ┤T"
  b"\x01É┌Äésp:ÜbXá©\x19l4"
  b"\x01É┌Äéàr\x12É‗Öq┘\x0F"
  b"""
    \x01É┌Äéÿq├ìëÝ1­N\n
    \x0F
    """
  b"\x01É┌Äé¼raª-Ú╠ëÆß""
  b"\x01É┌Äé┐q\x17èÁ¨\x7F┴K£`"
  b"\x01É┌ÄéÐp³ê\x10[6]È^\x0E"
  b"\x01É┌ÄéÕrx║ϰ8\x0EÆ×¸"
  b"\x01É┌Äé°qúúFà\f/k\tB"
  b"""
    \x01É┌Äâ\vq º¢÷\f§\n
    
    """
  b"\x01É┌Äâ\x1Ep)╣óny°§.u"
  b"\x01É┌Äâ0q\x16╗îÑ=Ñ(ÔÕ"
  b"\x01É┌ÄâCsëí3|■GQ>ø"
  b"\x01É┌ÄâUqXê<_/Ò▒ýZ"
  b"\x01É┌Äâhsƒ¥┌å\x1EûÂå\x05"
  b"\x01É┌Äâ{qSÑ\x08,┤╚ú¼Ñ"
  b"\x01É┌ÄâìpêÅ],íÙ4\và"
  b"\x01É┌Äâásqª«T\r§¾h┌"
  b"\x01É┌Äâ│r\x02ìeW!╗ç\x14È"
  b"\x01É┌Äâãr-ƒq:Ï\x10â┘z"
  b"\x01É┌ÄâÏrÁÇ¡ÃoÙNoJ"
  b"\x01É┌ÄâÙrÍÿá>UñÇx7"
  b"\x01É┌Äâ■p\x7Fö¾£î÷v¤þ"
  b"\x01É┌Ää\x10p■Çk┬T▄ËìB"
  b"\x01É┌Ää#s¥║Åü\x0F\x00Oà>"
  b"\x01É┌Ää6qóªÌıÀ+Óøb"
  b"\x01É┌ÄäHp«êm£(\eûDü"
  b"\x01É┌Ää[p?º²FROáÞ:"
  b"\x01É┌Äänr0▓*¥e\x0F╦ÕO"
  b"\x01É┌Ääüq\x0Eô\f\x06┘uþð╔"
  b"\x01É┌Ääôr╬òPiÞ`á´`"
  b"\x01É┌Ääªr\x1DìÅtÂÐl\x0E"
  b"\x01É┌Ää╣r«}±\x05ïG¹|"
  b"\x01É┌Ää╦p█ñ═░\x0E\eºï\x11"
  b"\x01É┌ÄäÌq?Ñ\x07!_É\»h"
  b"\x01É┌Ää±q5¢-0ªÅð+&"
  b"\x01É┌Äà\x03skû┘WĤH`±"
  b"\x01É┌Äà\x16qó┐├/ÍÐqhE"
  b"\x01É┌Äà)q6ú┤À╩oζ┬"
  b"\x01É┌Äà;s6®x)Îähw*"
  b"\x01É┌ÄàNpQÇxáü\x02®\fù"
  b"\x01É┌Äàas\x05ë¡■k║vVa"
  b"\x01É┌Äàsq¢à¬░æô¢86"
  b"\x01É┌ÄàåsRò┘c-%Ô)Ê"
  b"\x01É┌ÄàÖqúƒ§<ZU\x18ý­"
  b"\x01É┌Äà½s\x06Ç×\x10\x196YR├"
  b"\x01É┌Äà¥rD»8òà█XÀ\x1E"
  b"\x01É┌ÄàÐpHÀ©h╔@H&<"
  b"\x01É┌ÄàÒs┌┐\x1D\x03\x16\x11"
  b"\x01É┌Äà÷s\x10îí└#h\x04"
  b"\x01É┌Äå\tq│íÌ█`Dîh\x10"
  b"\x01É┌Äå\eqäï\x0F ·²5╣L"
  b"\x01É┌Äå.q%¼\f<·¯gw°"
  b"\x01É┌ÄåAr╗ºE$▀\x023└╗"
  b"\x01É┌ÄåSsÉéSÜ┬yòñÇ"
  b"\x01É┌Äåfp «-¶ÑZRG^"
  b"\x01É┌ÄåyrÒà╦Hé¡ÈÚÕ"
  b"\x01É┌Äåïq\x04ú\ta¤í¨\x10"
  b"\x01É┌Äå×p¾îfôÁLSÜ,"
  b"\x01É┌Äå▒q3ªiT\x12â-Æ#"
  b"\x01É┌Äå├r~êÔª\x7F┘z¶8"
  b"\x01É┌ÄåÍsk╗øaZ‗h¨ù"
  b"\x01É┌ÄåÚr^Æd\x19E â\x08á"
  b"\x01É┌Äå¹sÈ©«CRXÌÈ\x7F"
  b"\x01É┌Äç\x0Er9ØË!i_ØÇQ"
  b"\x01É┌Äç!qî×Ñ║¸â±±à"
  b"\x01É┌Äç3q8À« ▀\x16hPÈ"
  b"\x01É┌ÄçFs▄ébPä¤w«Ñ"
  b"\x01É┌ÄçYr\x10ìzÖ?╩E£Ë"
  b"\x01É┌Äçks²ñ>Æ─ÅM³Ù"
  b"\x01É┌Äç~qâà\x1Daãi|à#"
  b"\x01É┌Äçæq¥┐\x025(\x06ªk×"
  b"\x01É┌Äçús├Ç\x08Â%lû ═"
  b"\x01É┌ÄçÂrÿ¿║sf ¨®ð"
  b"\x01É┌Äç╔s'çß\x17ïa:{Í"
  b"\x01É┌Äç▄sÇá‗-¦7T¹÷"
  b"\x01É┌Äç¯qz╣cãÿ##¿à"
  b"\x01É┌Äê\x01s׫¡└ú\x03Ýı9"
  b"\x01É┌Äê\x14pî▒^ýå7,R/"
  b"\x01É┌Äê'qõà6ãFöÅ\x06u"
  b"\x01É┌Äê:p░Ø0Üb×ßK&"
  b"\x01É┌ÄêLqXÿê­{ZZ¸¯"
  b"\x01É┌Äê_r¼ä©n█¦╬ÞK"
  b"\x01É┌Äíur▒▒d\x11%,®w4"
  b"\x01É┌Äíòsæº‗p¸µ\x19\x10ı"
  b"\x01É┌Äí©qɬG├úÅSM╩"
  b"\x01É┌ÄíÍr\x17░9\x01Ó\x1Fd@­"
  b"\x01É┌Äí·p3░ıùê╣\x04\x04\x0E"
  b"\x01É┌Äó\x14qOü9_/èík\x1E"
  b"\x01É┌Äó-p\x18ƒÊ\x10B¡à\t1"
  b"\x01É┌ÄóDp┌«»┐÷║ÝÇ~"
  b"\x01É┌ÄóWs'ï_ÌÆØ\x00╦~"
  b"\x01É┌ÄójsÈ¢ı=£v║®t"
  b"\x01É┌Äó|rZÑ┘¤\x7F\x02"
  b"\x01É┌ÄóÅqm▓(µµªh§A"
  b"\x01É┌Äúos\x1A¬E£Ä½¤Ô\t"
  b"\x01É┌ÄúÅr©×$z╗þ5\x13\x11"
  b"\x01É┌Äñ║r3Çô6&Í"îÈ"
  b"\x01É┌Äñ┌rãps-KL┼Q"
  b"\x01É┌Äñ¸p=Æ│`¢d╬\x0Ep"
  b"\x01É┌ÄÑ\x11s[º73êÕ¨÷\x1D"
  b"\x01É┌ÄÑ*s\x0E│─ÄâR\x03V\x03"
  b"\x01É┌ÄÑ>pcÿì╬µ╠╗«ã"
  b"\x01É┌ÄÑQqÉûÏEÉÙô═0"
  b"\x01É┌ÄÑcsÀát¿\x17¨}/."
  b"\x01É┌ÄÑvq\x05ìtàá┤k[Ô"
  b"\x01É┌ÄÑêq\x12ªPþ,®\x16\x7Ff"
  b"\x01É┌ÄÑøp%┐\x1A\x1AG\x11╩|#"
  b"\x01É┌ÄÑ¡qÝèͤ\x03jƒ´\x11"
  b"\x01É┌ÄÑ└p»à«×‗\tò\x04ê"
  b"\x01É┌ÄÑÊs▒║}CÛÿ~┬á"
  b"\x01É┌ÄÑÕsæë┤ò`▒▄E▓"
  b"\x01É┌ÄѸq\x0Eû)O─à▀\x02("
  b"""
    \x01É┌Ī\n
    prØ├0\x18á:+╩
    """
  b"\x01É┌Ī\x1Dr┼¡ÚK{╔À'Â"
  b"\x01É┌Ī/p┤£z╔.\x17â!."
  b"\x01É┌ĪBrã╣┐nºéeÿ╠"
  b"\x01É┌ĪTs,û╣ùi_÷oL"
  b"\x01É┌Īgq\x1E╣.Q\x18+d┴»"
  b"\x01É┌Īysòà¨õ\x06\x10êÍ┴"
  b"\x01É┌ĪîqéóyËð\x1A,\x18\x7F"
  b"\x01É┌Īƒp╦û\e\x13CXY"
  b"\x01É┌Ī▒s║║{©häs\x02C"
  b"\x01É┌Ī─qS┤ƒTlÛ\x1A█É"
  b"\x01É┌ĪÍsP®\x08)¥ÆJKq"
  b"\x01É┌Ä¿\x00r╦ÂíÆ╠@cW@"
  b"\x01É┌Ä¿░r\x15ƒE‗¯·Íx"
  b"\x01É┌Ä¿Êså┤\x1F°.f║Ñû"
  b"\x01É┌Ĭ╔rO¢Ð>çf\x14¼ï"
  b"\x01É┌ĬÚsfê\x15,\x05┼÷çh"
  b"\x01É┌Ľ\x05qþ£c\x06Àv[o,"
  b"""
    \x01É┌Ľ pGùÎÕuOî\n
    ò
    """
  b"\x01É┌Ľ8sЮù>Ô╦×pÙ"
  b"\x01É┌ĽJq\x18┤▀\x13ß\x1CÈÚ_"
  b"\x01É┌Ľ]p┼ì %ãj▄\x18H"
  b"\x01É┌Ľorg║¥|)âf`²"
  b"\x01É┌Ľéq\x19Ä╣\x02║àé?└"
  b"\x01É┌ĽörW╝=T>ï£NÏ"
  b"\x01É┌Ľªs ÅȰG'\x0Eé\x05"
  b"\x01É┌Ľ╣sùñÆs╦>+ô\x06"
  b"\x01É┌Ľ╠s&╝└Í│^ÎÄi"
  b"\x01É┌ĽÒp\x17ó\x1DsmG\x16Æ╦"
  b"\x01É┌Ľ§sá®Ð2v'ðèa"
  b"\x01É┌ļ\x07sb»é-l\x11\x15ïú"
  b"\x01É┌ļ\x19q\x00䥡Þg»╗¨"
  b"\x01É┌ļ,sÈ¿═;`¾q▄!"
  b"\x01É┌ļ>p`àQ¨Ý\x02:µï"
  b"\x01É┌ļPs]Øx¾9-zY¾"
  b"\x01É┌ļcqª│A$Þì¹K÷"
  b"\x01É┌ļus2│د[¼\x02\x1E¬"
  b"\x01É┌ļçskú,­/ÙXÇÔ"
  b"\x01É┌ļÖqyüz\x1CÒÞËTb"
  b"\x01É┌ļ¼sdâ╔\vþز\x0ET"
  b"\x01É┌ļ¥p▀Æ╚:y§*8╗"
  b"\x01É┌ļðq┤ÖN°:,¹)\x19"
  b"\x01É┌ļõrÛ▒╦╣\x06▀·╣æ"
  b"\x01É┌ļ÷pÝ£mò½ýÕµy"
  b"\x01É┌Ä¡\x08rÛå\x14├Lo─å╔"
  b"\x01É┌Ä¡\eq3»s*RZ7~c"
  b"\x01É┌Ä¡-ptÜ\x0F÷äY╬Àg"
  b"\x01É┌Ä¡?r¾┤lÜñ®\x10"
  b"\x01É┌Ä¡Qp▓áê▀\f|\x1C\x0Fƒ"
  b"\x01É┌Ä¡ep\x19¬│\x18ƒßN³ô"
  b"\x01É┌Ä¡xp1Ø'\x14×sp¹Î"
  b"\x01É┌Ä¡èpeºñƒ╦Ãó\x1AÄ"
  b"\x01É┌Ä¡£p£©░ô»¼¸nL"
  b"\x01É┌Ä¡»sªï\x02ıXÔ>\x12\x07"
  b"\x01É┌Ä¡┴s¨à/v\x16Ûp|ñ"
  b"\x01É┌Ä¡Èr╚Æ@\x1Fsðª­Ö"
  b"\x01É┌Ä¡þræ┐ä+Ñ|è┬█"
  b"\x01É┌Ä¡¹pÌö"\x00Û°╦«¾"
  b"\x01É┌Ä«\rq¹Á-X¾°\x10\x1D"
  b"\x01É┌Ä«\x1FpèÜ?åì3&┐\n"
  b"\x01É┌Ä«2qÐäæº \x19d(X"
  b"\x01É┌Ä«Dp\x00çà¤Úñ2Õ×"
  b"\x01É┌Ä«VqÁçıí!┬!/¬"
  b"\x01É┌Ä«hq▄┐─ÿs¦wƨ"
  b"\x01É┌Ä«{p4¥┐MëìP¼ä"
  b"""
    \x01É┌Ä«ìp ª©Q\n
    CèX^
    """
  b"\x01É┌Ä«ƒr\ÉDZ■¹\U\x15"
  b"\x01É┌Ä«▓rFñìÆqG0└├"
  b"\x01É┌Äës\x1FûÃDh¶xN■"
  b"\x01É┌ÄÃ╬p¤îýáøá(ñ®"
  b"\x01É┌ÄÃÝpeø¥*q\x13wÙà"
  b"\x01É┌Ä╚\vs¯É"ÑÂòö┌F"
  b"\x01É┌Ä╚'p;╗h.!=\x0E█ú"
  b"\x01É┌Ä╚?rPØ\x1AQ­ƒ©D\x0E"
  b"\x01É┌Ä╚Ts£║4╩ÜÌ×Ýù"
  b"\x01É┌Ä╚fpÃÿ\\x05;Ô¬ı§"
  b"\x01É┌Ä╚wrÏ©─ø)ë¹ìÉ"
  b"\x01É┌Ä╚ëpìäÐ\f\x18ì█\tH"
  b"\x01É┌Ä╚ÜpÏÂãf¼▀ÌvO"
  b"\x01É┌Ä╚½q╬ë·åÓI\x0FÔ\x02"
  b"\x01É┌Ä╚¢qD¢\x1DÓm╚¶>±"
  b"\x01É┌Ä╚╬q­║0yÜè\x18Â┤"
  b"\x01É┌Ä╚Ór å3ÆÏüY*A"
  b"\x01É┌Ä╚‗rݪgÍñ\x11;W\x17"
  b"\x01É┌Ä╔\x03s­¼úà8 ¨íb"
  b"\x01É┌Ä╔\x15qÐûÛW­&\x0Fv("
  b"\x01É┌Ä╔&rM×\x1DM0°µ¾\x04"
  b"""
    \x01É┌Ä╔8qB┤K\n
    └ßËÈ┼
    """
  b"\x01É┌Ä╔Iq=░cs\x1Aoó¡\x15"
  b"\x01É┌Ä╔[s;«Á(%ÿ. ╩"
  b"\x01É┌Ä╔mq·è<\x00SëéUG"
  b"""
    \x01É┌Ä╔~sã¼DX\n
    ~Þvl
    """
  b"\x01É┌Ä╔És¤àOäÒ╣}a¾"
  b"\x01É┌Ä╔íq-Ä╗ÄØÀÔ╩4"
  b"\x01É┌Ä╔│q╦Ü?6úÿ\x15\x13\x14"
  b"\x01É┌Ä╔─qDñ'^57G \x07"
  b"\x01É┌Ä╔Íq%ì¶6ƒ\x13>²A"
  b"\x01É┌Ä╔Þq┼Ø\tdy╔¢¡¨"
  b"\x01É┌Ä╔¨q\vçÒ< ÐØ¦7"
  b"\x01É┌Ä╩\vr\rüx░5█Hæú"
  b"\x01É┌Ä╩\x1Cq/»[Ñc{¢âV"
  b"\x01É┌Ä╩.pï«▄_¬╦>╔\t"
  b"\x01É┌Ä╩?r.©Oå┐ÖrËe"
  b"\x01É┌Ä╩Qq\x1Cñî\x10¶│╗ºñ"
  b"\x01É┌Ä╩bp¹äf─ \x03~ÐÈ"
  b"\x01É┌Ä╩tq┘®Ë\x07F\t\x10\x16"
  b"\x01É┌Ä╩àráí\x1AKo\x1DCÄ}"
  b"\x01É┌Ä╩ùs ü½.ØRäƒ│"
  b"\x01É┌Ä╩¿qK©╝¤\x04\x1EG"
  b"\x01É┌Ä╩╗sn▓\r£ãÔ\x0E"
  b"\x01É┌Ä╩╬pèë═ó╔eY\x1E\"
  b"\x01É┌Ä╩ßq┤à \x14è\x04ú¸\x15"
  b"\x01É┌Ä╩¾qt│<Èé`©.ì"
  b"\x01É┌Ä╦\x06s7Ç\v\x10/5ƒ"
  b"\x01É┌Ä╦\x19rî░$ù¸±_ä|"
  b"\x01É┌Ä╦,s¬½Úŵft#Ì"
  b"\x01É┌Ä╦?pÎïÁ<óÁ\x03\x02r"
  b"\x01É┌Ä╦Rs\x11║î!À‗\x03\x7F¬"
  b"\x01É┌Ä╦es{ÄeYëh\x05"
  b"\x01É┌Ä╠%s▓éøÈI¤╝¼‗"
  b"\x01É┌Ä╠Drg½ ¡1û¤\x01$"
  b"\x01É┌Ä╠asñÀ¬«ÉHÀ┬{"
  b"\x01É┌Ä╠{pJóB9®Ë_bG"
  b"\x01É┌Ä╠ôr\x03ô\x18─xâ\x02\e1"
  b"\x01É┌Ä╠¿ptêè×ÈcÉY/"
  b"\x01É┌Ä╠╗sU»+¶Òàøz\x16"
  b"\x01É┌Ä╠═pΣõ\x11\x7Fc·mÓ"
  b"\x01É┌Ä╠Óp■ôW▒Â.Ô@S"
  b"\x01É┌Ä╠¾pwªÆQÑı35╔"
  b"\x01É┌Ä═\x05r═¥×qù┐Ñ\f"
  b"\x01É┌Ä═\x18qÃ׽涬\x1DõÆ"
  b"\x01É┌Ä═*s:¬é╔*Ò┘¥)"
  b"\x01É┌Ä═=pÒñÓj$ë¨\x14ê"
  b"\x01É┌Ä═Pq@îK═╔ûL0¶"
  b"\x01É┌Ä═cs[ÉìTè\x07#\x1D\x00"
  b"""
    \x01É┌Ä═vs\x0Fì\n
    >$Ûhw$
    """
  b"\x01É┌Ä═êrÚøîø<tûg¤"
  b"\x01É┌Ä═øq`ú:ñ└╦e=¾"
  b"\x01É┌Ä═«s3ñ®ƒg\x08\x01¯e"
  b"\x01É┌Ä═┴q|Øù'3åÑ┼ú"
  b"\x01É┌Ä═Ëq(¬\x16WV"ð\x12\x1A"
  b"\x01É┌Ä═µqØÇ2¹+iÖ║Þ"
  b"\x01É┌Ä═¨pı░┘g┤ó║\x07\x0F"
  b"\x01É┌Ä╬\fsx¡¿@'»åþ°"
  b"\x01É┌Ä╬\x1Fröë\x10«┼Ó╠\x12ñ"
  b"\x01É┌Ä╬2s\ê¥ÉU¬│¡n"
  b"\x01É┌Ä╬Er â\x1C\x08¤Òè\x15©"
  b"\x01É┌Ä╬XqÀÁ┴4\x03²\x07(¿"
  b"\x01É┌Ä╬kqÂ┐lwLîÐ\x14¡"
  b"\x01É┌Ä╬~s\x03Øçâß2åÊG"
  b"\x01É┌Ä╬Ép\x13¡¨Æ½╚$║b"
  b"\x01É┌Ĥ=q\x11Ñ]mıóT\x00$"
  b"\x01É┌Ĥ^rI¡ûì.N\x12\x04"
  b"\x01É┌Äð\x15r┐½t┴╬_\tÃ7"
  b"""
    \x01É┌Äð4p\x1D╝ï \x07\n
    ?
    """
  b"\x01É┌ÄðTsFùF▀c E╚T"
  b"\x01É┌Äðnr\x1EåâıkÖØ[╩"
  b"\x01É┌ÄðçpQöÍÑQ\x08EàM"
  b"\x01É┌ÄðØq\x03¿\x05\x1CF╔8xT"
  b"\x01É┌Äð░pâ«▀L▓\x02µ9["
  b"\x01É┌Äð├p½â└│£§Î\x00\x08"
  b"\x01É┌ÄðÍpÛúÀ£ø×}b\x11"
  b"\x01É┌ÄðÚsß½▄\f\f5\x18PF"
  b"\x01É┌Äð³qPºB§\x03\x0E"
  b"\x01É┌ÄÐ\x10rÍÁyƦc=Ñ\r"
  b"\x01É┌ÄÐ#pªÄ├\x06¥║╣kò"
  b"\x01É┌ÄÐ6p\x11Ç&S4‗Ëå┐"
  b"\x01É┌ÄÐIqdñ÷|Ó!╩¾9"
  b"\x01É┌ÄÛ5röÅçá\r²\x1C▄Þ"
  b"\x01É┌ÄÛXrßÀÐ($CÛÅu"
  b"\x01É┌ÄÛwrõæ╩╔P\x16~}o"
  b"\x01É┌ÄÛÆpgÄ\vÃì&r═ã"
  b"\x01É┌ÄÛ½pÚøÕQe\x10J┘}"
  b"\x01É┌ÄÛ┴q'«ò®õµP*\x19"
  b"\x01É┌ÄÛÈqÂ▓8²¯Ajä0"
  b"\x01É┌ÄÛþs@×óqhµí$6"
  b"\x01É┌ÄÛ·r\x1DÄ\x189«ıðßB"
  b"\x01É┌ÄÙ\rqÏü\x17­\x1Cn²µ╝"
  b"\x01É┌ÄÙ rS░Ú║\x0F0l0\n"
  b"\x01É┌ÄÙ3sïñƒÐKH╬+="
  b"\x01É┌ÄÙFr\x01îäù°(╦æ/"
  b"\x01É┌ÄÙXp▓Âaúï3_\x07\x19"
  b"\x01É┌ÄÙkr+ÅMѧ®ä\r-"
  b"\x01É┌ÄÙ~q÷┐d+ô\x0EË┬ß"
  b"\x01É┌ÄÙær+îhº_ýXæJ"
  b"\x01É┌ÄÙñpðúè\x1F\x15É┴¹─"
  b"\x01É┌ÄÙÀpÛ®rÏc$ âø"
  b"\x01É┌ÄÙ╩pæ╗?┘¯\x1F»■û"
  b"\x01É┌ÄÙ¦qmöaÏ0\x05íõ┐"
  b"\x01É┌ÄÙ­r\x1Câ!\x13C╠Ï╗Ù"
  b"\x01É┌Äý\x03sãÜ)Á├ÿú╗û"
  b"\x01É┌Äý\x17r■®çÑÌ\x19QÂ`"
  b"\x01É┌Äý*p~¥¯g~ðàÀµ"
  b"\x01É┌Äý=püØpõ¹«jе"
  b"\x01É┌ÄýPp]ÄðP\x01┐6│«"
  b"\x01É┌Äýcq®ø┴º}ò╔\x1D¿"
  b"\x01É┌Äývq├á▄·ƒgÏ;\x1F"
  b"\x01É┌Äýës┌®>'gm/ª¿"
  b"\x01É┌Äý£pù¢ÄïÅôt\x07p"
  b"\x01É┌Äý»q┘Üxø┌\x1AU!t"
  b"\x01É┌ÄÝop®¼\x0FËÕ¢}ÞE"
  b"\x01É┌ÄÝÄp\x12Åîíq\x02_Ûm"
  b"\x01É┌Äݼs\x04Ö\x005┤\x06ù®ô"
  b"""
    \x01É┌ÄÝãr\n
    çîÓÃ\x1Aı\x12,
    """
  b"\x01É┌ÄÝ▀qéñ‗Eí\x0Fß%ø"
  b"\x01É┌ÄÝ‗qcöA\#C,ùë"
  b"\x01É┌į\x05qtâÙ,þÁýÚß"
  b"\x01É┌į\x18sêľ>░Cä¹U"
  b"\x01É┌į+sTöÆdy┤▀¾^"
  b"\x01É┌į=p\x10╣µ$5ªµiµ"
  b"\x01É┌į°slƒo5Gò÷┬"
  b"\x01É┌Ä´\x18r<ª┴úd'*"s"
  b"\x01É┌Ä´5p¯╝(\x12]NX"ø"
  b"\x01É┌Ä´Prܬ;¡_\x1C└Ç;"
  b"\x01É┌Ä´hqVö£4zD«.Æ"
  b"\x01É┌Ä´zs ûïCjÉ▀@O"
  b"\x01É┌Ä´ÄqÏ╝6î^¾ukÑ"
  b"""
    \x01É┌Ä´íq\x19\n
    AÙz"a¸
    """
  b"\x01É┌Ä­TqSüu:┤º\x0E\#"
  b"\x01É┌Ä­tqÒ×Q©JãÙÞ║"
  b"\x01É┌Ä­æs%¼»%┌.\v·M"
  b"\x01É┌Ä­½pu¬┬└║3ÞPe"
  b"\x01É┌Ä­─rø┐F\x1D[lá■K"
  b"\x01É┌Ä­Îq»½þ}»%çï8"
  b"\x01É┌Ä­Ûs¶©Â╗P\x18\x7F"
  b"\x01É┌Ä­²s\x19Æ░╣Á«<ƒº"
  b"\x01É┌ı\x10q╣ïØå®Êg³\x05"
  b"\x01É┌ı#q.▒»§Ð┌jyi"
  b"""
    \x01É┌ı6s§ùR½43\n
    i╬
    """
  b"\x01É┌ıIr\x0E╗▄sÕ┐¯╠µ"
  b"\x01É┌ı\q▄ìA┘l%qóù"
  b"\x01É┌ıoq▒Ü│ ├\x1E▒Cµ"
  b"\x01É┌ıésý¬m¦\t¢yPS"
  b"\x01É┌ıòs(Æ\\x02\eL(¸▓"
  b"\x01É┌ı¿sE░,Ok‗¼ÕÔ"
  b"\x01É┌ı╗re╗s+│Ô,ô["
  b"\x01É┌ı╬r\ØÞy\x10Af:ü"
  b"\x01É┌ıßs▄å^_fµÅ╠¼"
  b"\x01É┌ı¶qBó &XµFv."
  b"\x01É┌Ä‗\x07rÒÉ/ýø>Z╔Ó"
  b"\x01É┌Ä‗\x19qxƒº┴/ÛË!V"
  b"\x01É┌Ä‗,púö3S.└»ø\x16"
  b"\x01É┌Ä‗?pþ©eWLÚ}}æ"
  b"\x01É┌Ä‗Rp┬í\x11õ*r[╣╣"
  b"\x01É┌Ä‗es*ÁHQr\x1F«uo"
  b"\x01É┌Ä‗xp`▓┘\r═W▄┘┬"
  b"\x01É┌Ä‗ïsô║©\x15õs®öÎ"
  b"\x01É┌Ä‗×p'£╗TXÐû`8"
  b"\x01É┌Ä‗▒q$½!\x14ê@øD'"
  b"\x01É┌Ä‗─p\x14åª█E*u\x0E"
  b"\x01É┌ľås'É▒ßòÙ\v"
  b"\x01É┌ľÑsó┐f-Uäjn""
  b"\x01É┌ľ├p\x10░/Ú\x05AÍ«ª"
  b"\x01É┌ľÌsÙÅp¯¾\x1D\x06"
  b"\x01É┌ľ¸qLàZKÒz"Çî"
  b"\x01É┌Ķ\tsÂÀ¾│┼ìÎ~p"
  b"\x01É┌Ķ\x1Cröûð× d┴P\x03"
  b"\x01É┌Ķ/q├¥I%:ú4┐ƒ"
  b"\x01É┌ĶBp\x18û­Æ░3¾┘ "
  b"\x01É┌ĶUpÿ│ß³-ð¹°─"
  b"\x01É┌Ķhrz¡;HHÆÖ9y"
  b"\x01É┌Ķ{pf¥╩\x18Q¡ÐfÆ"
  b"\x01É┌Ķìq:íN\x03¡‗J\f"
  b"\x01É┌Ķáp╬¼À╝5:l\x02:"
  b"\x01É┌Ķ│pfº\x16\x19ýìNßÒ"
  b"\x01É┌Ķãsù╣,§îh¶▓Ü"
  b"\x01É┌Ķ┘rVôWY½¶ÿ,A"
  b"\x01É┌Ķýp÷ÄàRár}6+"
  b"\x01É┌Å\r\x00pè│á&a!KÆ&"
  b"\x01É┌Å\r'r4öôÄÉñ°┼¥"
  b"\x01É┌Å\rLq¦á\elÙ¥\x1A"
  b"\x01É┌Å\rnrò¥\x00%\eî¸lç"
  b"\x01É┌Å\rìq5äõÉ>k:Ô]"
  b"\x01É┌Å\r¿r!íq¥]Ø&\x1FÔ"
  b"\x01É┌Å\r└rt│m¼í┘7£w"
  b"\x01É┌Å\rËqêûs&û─|-▄"
  b"\x01É┌Å\rµròÑrÁ┌┘à╣\x15"
  b"\x01É┌Å\r¨r;» ß¤0Ýs\x05"
  b"\x01É┌Å\x0E\fp\x1Cö#x╬├ýà¡"
  b"\x01É┌Å\x0E\x1Fq¦¼Ðåk╠5\x16"
  b"\x01É┌Å\x0E2r¨âó\r¨£÷z="
  b"\x01É┌Å\x0EEs\x02╝G´■oN¬r"
  b"\x01É┌Å\x0EXsq┤ÌeZ\x07ò7ì"
  b"\x01É┌Å\x0EkpÆ┤òfëF┼GÍ"
  b"\x01É┌Å\x0FardûeÍ┴줡\x12"
  b"\x01É┌Å\x0Füq\x11ï\x08ÕxÒ┘úÇ"
  b"\x01É┌Å\x0FáqaëQB¯)6\x7Fd"
  b"\x01É┌Å\x0F║pƒ▒q,l<╗YÇ"
  b"\x01É┌Å\x0FËq<«Ýø\x1C¢õ\f"
  b"\x01É┌Å\x0Fµqèà2·}d\x179╩"
  b"\x01É┌Å\x0F¨pıÜ║ıxàà\x178"
  b"\x01É┌Å\x10\fp\x01ÖS¼Í0Ç-!"
  b"\x01É┌Å\x10\x1Frt▒l-8í/║t"
  b"\x01É┌Å\x102p\x14îEÿ\x1D│¿vä"
  b"\x01É┌Å\x10ErÓ¢ÄPKVZ\x1F\x1D"
  b"\x01É┌Å\x10Wq\x05«ÕS½╠`w9"
  b"\x01É┌Å\x10kpËäcáf±ï^î"
  b"\x01É┌Å\x10~rðê3©┤·¹UÃ"
  b"\x01É┌Å\x10æs┤ÁrÂYϲÅ└"
  b"\x01É┌Å\x10ñp┤»C├Í{:!~"
  b"\x01É┌Å\x10ÀpFéļ\x02¨k4Ë"
  b"\x01É┌Å\x10╩s»óü\x04;N╔aé"
  b"\x01É┌Å\x10¦ré¬ô(õS?yq"
  b"\x01É┌Å\x10­s$Ö╠4î¼c©¼"
  b"\x01É┌Å\x11\x03r.û,èÓ\x00ÍÎ╠"
  b"\x01É┌Å\x11\x16rDâ[Çåá²ãÙ"
  b"\x01É┌Å\x11)s╬▓:\x1FÇ!╬fÆ"
  b"\x01É┌Å\x11;rùç_óðÖ‗Z▒"
  b"\x01É┌Å\x11Np.Â\x06Y$ tí╔"
  b"\x01É┌Å\x11asxüü¨\x01m(/o"
  b"\x01É┌Å\x11tqÇ¿|·q▒\x01╝*"
  b"\x01É┌Å\x11çp\x06ì¹W°┴LTñ"
  b"\x01É┌Å\x11Üq®ô'û\t~‗³#"
  b"\x01É┌Å\x11¡sTä?â\x05eïsá"
  b"\x01É┌Å\x11└rvòï8\x1Aç\x02"
  b"\x01É┌Å\x11ËràÜsXW|#õÝ"
  b"\x01É┌Å\x11µs&Ç╔-2\x0EÖ®}"
  b"\x01É┌Å\x11¨rô║?ZÆj<┌\x04"
  b"\x01É┌Å\x12\fr9æ¶Ë╚oYÈO"
  b"\x01É┌Å\x12\x1Fr═Æû>Æ\x15V░\x7F"
  b"\x01É┌Å\x121sºƒó¸xÉÔG╦"
  b"\x01É┌Å\x12Dp¯ÜuÎÞ▀`CG"
  b"\x01É┌Å\x16│r\x1CöaYOÉÈ\x1C¥"
  b"\x01É┌Å\x16Ëpà╗çiés\x10ÅÔ"
  b"\x01É┌Å\x183r*è¶¿═&w\x1C"
  b"\x01É┌Å\x18ÞrôùQß═.C&ı"
  b"\x01É┌Å\x19\x08qÅóú]!ÿ\Û®"
  b"\x01É┌Å\x19%q^É▄iıæKH%"
  b"\x01É┌Å\x19@r┌ƒ½q´æ\x18¸╝"
  b"\x01É┌Å\x19Xpdÿ´¨fµ¿└±"
  b"\x01É┌Å\x19kraëÌ!BB\vQ\x04"
  b"\x01É┌Å\x19~rõÂ╗ò:û\x13ƒu"
  b"\x01É┌Å\x19æpbû╩\â╗MQw"
  b"\x01É┌Å\x19ñp$ÿa×Ô±║\x1AU"
  b"\x01É┌Å\x19ÀsìÜßÔFã┬\x00R"
  b"\x01É┌Å\x19╩q¨Ö-¢▄FÂõ\x15"
  b"\x01É┌Å\x19¦påû)¾P╦£n3"
  b"\x01É┌Å\x19­qÊ┤Y▒eêg┘ä"
  b"\x01É┌Å\x1A\x03s┤ìÐð╩╦"
  b"\x01É┌Å\x1A\x16q\x08ÉÇ\fOEðyO"
  b"\x01É┌Å\x1A(s©╣#Ðd\x02Ò22"
  b"\x01É┌Å\x1A;rûä░ÝÀ_=^F"
  b"\x01É┌Å\x1ANstá╦╝ZÝà@Z"
  b"\x01É┌Å\x1Aar■ïwÇ╣®*¨â"
  b"\x01É┌Å\x1Atr²òt'z{\x03‗═"
  b"\x01É┌Å\x1Açq¿«│┐`ÐvÝ\t"
  b"\x01É┌Å1\x18rFƒÉ╩P\x16èDÒ"
  b"\x01É┌Å1-r±êú\x02y:0╚\x04"
  b"\x01É┌Å1@p░êÉßµ█x+Î"
  b"\x01É┌Å1UqÂÂÔõ!I6mú"
  b"\x01É┌Å1hrþ▒├K7ÐR;i"
  b"\x01É┌Å1{q\x12Ü?\x1E\vÿæ×╔"
  b"\x01É┌Å1Äs{ùmò\x7F7ïïÇ"
  b"\x01É┌Å1íqÿ║ò░æä¶¤º"
  b"\x01É┌Å1Ás¯×t┐ƒ\x16{?³"
  b"\x01É┌Å1╚pDàê\têóÕ^\x18"
  b"\x01É┌Å1█p┼©ƒ2½¬(¾»"
  b"\x01É┌Å1¯pÏÄ\x0EºÊ╚╩i├"
  b"\x01É┌Å3Wq╗ä -d,±`¾"
  b"""
    \x01É┌Å3wsí▓,£\n
    aÒ>è
    """
  b"\x01É┌Å3òpð║Ã▀\x1F\x14\x1DÅH"
  b"\x01É┌Å3»qB¿ÐØòú$!─"
  b"\x01É┌Å3┬qàÅ|JÁÕÙ0Ü"
  b"\x01É┌Å3ıqâ¢'Y2┘ó\x10\r"
  b"\x01É┌Å3Þrd«²\f9ÜÛ▀I"
  b"\x01É┌Å3¹s\e┐i{\x15█ï¯╬"
  b"\x01É┌Å4\x0Ep«û\x1D¶ÓC\x1F"
  b"\x01É┌Å4"q­░Å©y³┬qı"
  b"\x01É┌Å45qÑû_Ä_T,\x11×"
  b"\x01É┌Å4HsqÂ\x13Ôé╗þ.^"
  b"\x01É┌Å4[r¤ÂoQ╚ëÜü\x10"
  b"\x01É┌Å4npt¥¡dÀú█¡┼"
  b"\x01É┌Å4üpOÁ¹å┐═gkñ"
  b"\x01É┌Å4öp(ç§ÎÆ╝B5à"
  b"\x01É┌Å4ºr\x7Fñغ&d╚º\x13"
  b"\x01É┌Å4║s┌Æù\x0E§\x15Ù\x0FÇ"
  b"\x01É┌Å4═pJ»\x01f7N▒ù="
  b"\x01É┌Å5ârÚÀ EIH▀K■"
  b"\x01É┌Å5ós6«Û¤º1´)\v"
  b"\x01É┌Å5└q]î\x11±\x05M²{╚"
  b"\x01É┌Å5█s├░█ö\v¥b]┬"
  b"\x01É┌Å6üroÉFhîêyl┼"
  b"\x01É┌Å6írâá(▀\f2\x18‗ƒ"
  b"\x01É┌Å6┐qt¼iEë©zC└"
  b"\x01É┌Å6┌rI╗ákÀ¥$ãq"
  b"\x01É┌Å6¾r½½_║╣ü¨ýS"
  b"\x01É┌Å7\tr%½┬ý_\x00Ãü\x1C"
  b"\x01É┌Å7\x1CsQ®¤Ò\x19óg\x1A¤"
  b"\x01É┌Å7/pÉä©F6ô«ÂÈ"
  b"\x01É┌Å7BqYÖß,ÿ· ─È"
  b"\x01É┌Å7Vp╔ÑpE\x18<8═#"
  b"\x01É┌Å7iqÝÇ¥Ø┘ÌO\x04"
  b"\x01É┌Å7|pgÿkv\eÂBt│"
  b"\x01É┌Å7År]®"Q"nÑï`"
  b"\x01É┌Å7óq'û°*z║¹s]"
  b"\x01É┌Å7Áqfó\x10╣¬\x1EE\x13Á"
  b"\x01É┌Å7╚p─ù÷û}þä^█"
  b"\x01É┌Å7▀rNªbÜB°\f;y"
  b"\x01É┌Å7‗rM┐├█X┼\x1E\x1Dc"
  b"\x01É┌Å»9qlë¹%·fih╩"
  b"\x01É┌Å»³pØüB─þ±\x1CIS"
  b"\x01É┌Å░ép7àW\x12¨^¾Ç¥"
  b"\x01É┌Å░òp\x1Fí7\x13r×ê;8"
  b"\x01É┌Å░¬píù├ͬ@1}ý"
  b"\x01É┌Å░╝qå║ñêÇZ├´Ò"
  b"\x01É┌Å░¤sÀ®\x1E17{±áþ"
  b"\x01É┌Å░Òr\x15¿▓\x05f\f)F┤"
  b"\x01É┌Å░÷qá«Í\x16¼²‗\x04î"
  b"\x01É┌Å▒\x08s\x14úq+:\e╣d]"
  b"\x01É┌Å▒\x1DrXæ¸┬[╚7\x18,"
  b"\x01É┌Å▒/qn╝«îÅs░ýï"
  b"\x01É┌Å▒Broï╩\x02V$║Í\x1E"
  b"""
    \x01É┌Å▒Vp1▓\n
    \x01I*y9º
    """
  b"\x01É┌Å▒ip╩Øx\x13░¥éOÈ"
  b"\x01É┌Å▒{s­ø]ý└\x1F\x1C"
  b"\x01É┌Å▒ær»å\x07\x04êðç─q"
  b"\x01É┌Å▒ÑsÐó]k]8ÂL╠"
  b"\x01É┌Å▒╣pCÜ$\x1A{í?Ö\x01"
  b"\x01É┌Å▒¤pi×í°\x08├uÄ*"
  b"\x01É┌Å▒ÒsSàåôû£iµ "
  b"\x01É┌Å▒¸p│¥l║i+Ø\x12_"
  b"\x01É┌Å▓\frâà╣ÀQ\x1Fdç▒"
  b"\x01É┌Å▓ søø,>V^h¸T"
  b"\x01É┌Å▓4r\fá░àÜ9\x00¤Ú"
  b"\x01É┌Å▓Hs\│B╬┤I§àN"
  b"""
    \x01É┌Å▓\sM│é\n
    ÷Fk¾Ï
    """
  b"\x01É┌Å▓sqsÀ↓U´¤°"
  b"\x01É┌Å▓çp`░Iæz\x08Wn}"
  b"\x01É┌Å▓ør+£FX\x11K▄╣╩"
  b"\x01É┌Å▓▓sxÇ÷mı┴Û\x12ã"
  b"\x01É┌Å▓ãr\x12äì\x02g<ã╣Ú"
  b"""
    \x01É┌Å▓┘p\n
    ƒp█Û\n
    6BI
    """
  b"\x01É┌Å▓Ýs³▓g¦÷-rÜ┴"
  b"\x01É┌Å│\x01qù¥æAA{Ê▀M"
  b"\x01É┌Å│\x14sIô\v\x18$└*\x0FÏ"
  b"\x01É┌Å│*p\x1AéP\x12*ñ¿┼0"
  b"\x01É┌Å│>p»æìK\x1Dô\x03\x1C"
  b"\x01É┌Å│Rqºî║¸§î▄®Ç"
  b"\x01É┌Å│gr*ôÈ2\eâG\\x00"
  b"\x01É┌Å│{r#©_Å6'ê─ó"
  b"\x01É┌Å│ÅqÃ╣Ò{Aþ2ø\x1D"
  b"\x01É┌Å│ÑqDâmªøÿ\x06■ñ"
  b"\x01É┌Å│╣r½å\x03T\x17þ>\e\x08"
  b"\x01É┌Å│ðs╠╗v0îqåá\x1C"
  b"\x01É┌Å│õr7äxèÏÄ@M("
  b"\x01É┌Å│¸sÜÿ·UCú÷6-"
  b"\x01É┌Å┤\x0Er┘òJ{"┼█²E"
  b"\x01É┌Å┤"sÖ«Ïrn´GPÌ"
  b"\x01É┌Å┤6rêìÇ\x00\x19÷\x11"
  b"\x01É┌Å┤Is─«\x1D>Tëú■Ä"
  b"\x01É┌Å┤`q\vóSmàÄ▄:╩"
  b"\x01É┌Å┤ts├ë(À~.ð<\x1D"
  b"\x01É┌Å┤êp6èàó╣ñLÎR"
  b"\x01É┌Å╠¢r╬¼q·ö╣\x13z└"
  b"\x01É┌Å╠ðsPÂ\x1C8\x01\tæ\x1C0"
  b"\x01É┌Å╠Òpgåà#Ñ<$═\x11"
  b"\x01É┌Å╠¸q|è¾x\x1E É\x0F?"
  b"""
    \x01É┌Å═\n
    r─üë\x14Õ\vî█■
    """
  b"\x01É┌Å═\x1DpÙ¥³0[z\x14"
  b"\x01É┌Å═0qã▓¢Ôı\x1A5J┬"
  b"\x01É┌Å═BsVî\x1F\rÞWıE}"
  b"\x01É┌Å═Upþ╗ã\x14[Î|&ë"
  b"\x01É┌Å═hs╝Á¢<X\x19týU"
  b"\x01É┌Å═{rFÀ´¡4\x0E%Y├"
  b"\x01É┌Å═ìsÎü╩¶Ù\x1A\x18Æe"
  b"\x01É┌Å═ár║ÿÙQêì\x16]│"
  b"\x01É┌Å═│r¶¬"■0┬BÄo"
  b"\x01É┌Å═ãs'¿¸oþðòKß"
  b"\x01É┌Å═┘pt×Ó\râ\x02Þ¶G"
  b"\x01É┌Å═Ùq╣│┼ÞÐߤA?"
  b"\x01É┌Å═■s\x16ò$¢þTèû$"
  b"""
    \x01É┌Å╬\x11s¯┐¯Ú.\n
    Íü\f
    """
  b"\x01É┌Å╬#poÿ╗\x18÷\x0E=$8"
  b"\x01É┌Å╬6sBä▒ÝX·Y┬>"
  b"\x01É┌Å╬Ir¥®¸©&^o▓p"
  b"\x01É┌Å╬\p\e®uK┴@NäD"
  b"\x01É┌Å╬oroû'IÃóSG¡"
  b"\x01É┌Å╬âp/¢ª;╬▓Ý\x1AÒ"
  b"\x01É┌Å╬ûp\r┤.¥┐â╠╗÷"
  b"\x01É┌Å╬¬pı×N├yeS\f"
  b"\x01É┌Å╬¥q9£O+¤8«Åæ"
  b"\x01É┌Å╬Êrêí#ip>uFJ"
  b"\x01É┌Å╬Õr╝»\x03.°±Ò\x15Ò"
  b"\x01É┌Å╬¸rÝÂyãÏn┌Òù"
  b"""
    \x01É┌Ť\n
    sn®\x01▒4?\x0E:_
    """
  b"\x01É┌Ť\x1Dp'Ǥ]ÂB\v\x1E"
  b"\x01É┌Ť0q[ºmuÑBëPÊ"
  b"\x01É┌ŤBsW®±ø┤W~#Ê"
  b"\x01É┌ŤUs°┐¤\x03ÏÀù¯ "
  b"\x01É┌Ťhq ü\x020\x05q╚AÊ"
  b"\x01É┌Ť{s\x1FÅ\x0E└╬║Âó""
  b"\x01É┌ŤìqÒ╣.rÜù╗V┐"
  b"\x01É┌Ťásߨs°òªÅÎË"
  b"\x01É┌Ť│p®à«i£ ÈfX"
  b"\x01É┌ŤãpÄö´R\x144▒¿,"
  b"""
    \x01É┌ŤÏp\x04½î\n
    ×M×Ff
    """
  b"\x01É┌ŤÙrmØÃ#▄Mì0\x1D"
  b"\x01É┌Ť■pöïM\x16F\x18░+╩"
  b"\x01É┌Åð\x10qpØ$µ═ò▀à^"
  b"\x01É┌Åð#sIîp`IN\x00´ì"
  b"\x01É┌Åð6p\x14óÂ`IziD\x17"
  b"\x01É┌ÅðHsUÜ░▒]q#yÈ"
  b"\x01É┌Åð[pZó4\x1Fá­¿┐┼"
  b"\x01É┌Åðnq·ÄÄã-\x16\x17×·"
  b"\x01É┌Åðüs࿱7(ȤwÍ"
  b"\x01É┌Åðôq|Ü©ì\f/g}:"
  b"\x01É┌Åðªq:êÙ■°\egÆ║"
  b"\x01É┌Åð╣stª░ܸùªû\x1C"
  b"\x01É┌Åð╦p¸╣RU└╬+Ó├"
  b"\x01É┌ÅðÌr{æñ°83|æQ"
  b"\x01É┌Åð±qeú\eYW@õv«"
  b"\x01É┌ÅÐ\x03q¿¿)│öó*│Ü"
  b"\x01É┌ÅÐ\x16rÓÇú©9°©J¿"
  b"\x01É┌ÅÐ)ræ╝\x10┴ì«ï)s"
  b"\x01É┌ÅÐ<s1┤ÏÔ0NÍâã"
  b"\x01É┌ÅÐNq7ûÛO¦\x1A¹╔w"
  b"\x01É┌ÅÐasJéÌ┐\eûÉ#┬"
  b"\x01É┌ÅÊKsâ¬\x12É¥Ú\x01´ƒ"
  b"\x01É┌ÅÊÚsóôÜ®gÛS¬g"
  b"\x01É┌ÅË\nq{ƒëAóöub\x00"
  b"\x01É┌ÅË)rw╝6 ¨¥«ë\x08"
  b"\x01É┌ÅËÍsñáÛ¹ØU¤°*"
  b"\x01É┌ÅË‗pîÑú\x14J<\x03äC"
  b"\x01É┌ÅÈ\rsNéqkL\x1Eø8Ý"
  b"\x01É┌ÅÈ%p_æ/=┐Ô CQ"
  b"\x01É┌ÅÈ:p7¡/╬öÓ¬éÏ"
  b"\x01É┌ÅÈMsTâ\x1AO▒©8mn"
  b"\x01É┌ÅÈapµëоpB=þÞ"
  b"\x01É┌ÅÈuq¯ï\x16`\t\v,"
  b"\x01É┌ÅÈês§ë\r@U°4^ø"
  b"\x01É┌ÅÈ£q│êÈ%úã¶/Á"
  b"\x01É┌ÅÈ▒sÛç¼oJ\x13)l§"
  b"\x01É┌ÅÈ┼ql│G ­\x7FÀ§Û"
  b"\x01É┌ÅÈÏq`ìÝÞ»oÉ%╣"
  b"\x01É┌ÅÈýr|░\x1Eª\x15\t╣bð"
  b"\x01É┌Åı\x00q·ÁíÕÁõ═×="
  b"\x01É┌Åı\x14sÇ│f\tÍ╣xï▄"
  b"\x01É┌Åı's¦│ÀðÖ#ÌI\x0E"
  b"\x01É┌Åı;qÔÂuF\x12kR=´"
  b"\x01É┌ÅıOsfÆ]Í\Ñô4X"
  b"\x01É┌Åıcr÷ë;\x1FA%ÿÒÊ"
  b"\x01É┌ÅıvqEÁë┬ÞÎÙÍ1"
  b"""
    \x01É┌Åıèp\n
    ║ühá®,´S
    """
  b"\x01É┌Åı×sU½ Ç\x17┌X▄³"
  b"\x01É┌Åı▒rþàøkÚ˵\x02u"
  b"\x01É┌Åı┼pP▓┤2\x05à"$a"
  b"\x01É┌Åı┘sÞ©Úó8\x13\x02;T"
  b"\x01É┌ÅıÝpƒ¬├éÍU\x0F&╣"
  b"\x01É┌ÅÍ\x00p▒Á2¥gRpÛX"
  b"\x01É┌ÅÍ\x14sßøH\x19öØûO>"
  b"\x01É┌ÅÍ(rÐ¥i0#\vU¦ä"
  b"\x01É┌ÅÍ<rºå─╣×▄lë*"
  b"\x01É┌ÅÍOqä¼ḭ8\rÏÉ"
  b"\x01É┌Å´\x1Dr╦Öø2\x05m\x1AÑZ"
  b"\x01É┌Å´?s┐ªEç┤¦í\vC"
  b"\x01É┌Å´RsªùºÅEÛðW╩"
  b"\x01É┌Å´lp$░õJÌÞCÀ"
  b"\x01É┌Å´âsáÜm█b.╣CG"
  b"\x01É┌Å´ùs\x18│ÅtÒÁAÆ\n"
  b"\x01É┌Å´¬pþ░└\x02d˃:\x1F"
  b"\x01É┌Å´¥s¦╣┌jÀwû)À"
  b"\x01É┌Å´ıq┘Ç\x1C>\tû'ò;"
  b"\x01É┌Å´ÞpF¢¢Ï\x15ÞWúM"
  b"\x01É┌Å´³p]ú:\x13}ygÖ\x0F"
  b"\x01É┌Å­\x12p%¡2‗î»($\x13"
  b"\x01É┌Å­(qV╣¿i¥ÿ▓\x16Ã"
  b"\x01É┌Å­<söÅ÷áÅ++÷ô"
  b"\x01É┌Å­PsIëC²ÇL«1\x02"
  b"\x01É┌Å­fqxÖ?\Ãâ`+\x03"
  b"\x01É┌Å­}qæ»Î\x15\x0E¸v\x15"
  b"\x01É┌Å­æs©╝█ÓN\x7F\x08\x7FÎ"
  b"\x01É┌Å­ñqBùÞ\x00\x07▓qÚk"
  b"\x01É┌Å­╗p?®)┴\x03\x1C┬½m"
  b"\x01É┌Å­Êq\x0Fìѧ{r¾=┬"
  b"\x01É┌Å­Õr±«\x11ߨ?Jn└"
  b"\x01É┌Å­¨s└ù7!Zé:─I"
  b"\x01É┌ű\x10p┐¿t└úÐå?è"
  b"\x01É┌ű'sXÁY▀À­Õ\x04Ç"
  b"\x01É┌ű:sº£W÷L¥┼ü{"
  b"\x01É┌űNs¹Ä¡B\tò\x14¹<"
  b"\x01É┌űesf×\x17Xy\t£·¶"
  b"\x01É┌ű{r├æ¨å\x10\x12Â|Þ"
  b"\x01É┌űÅpµ║▒ÙÖç\x14\x00K"
  b"""
    \x01É┌űúsEØ\n
    ƒM±jäÑ
    """
  b"\x01É┌ű©r╔┤H§à$º\x0F¿"
  b"\x01É┌ű╬qØïµ\x04ÐA«µä"
  b"\x01É┌űÔr\x1DÉÛ¥C®\x0Fl\x12"
  b"\x01É┌ű÷s³ôõ§}ÿEÝç"
  b"\x01É┌Å‗\fq░ª╩\x1C\x1E¦¨$g"
  b"\x01É┌Å‗#rïëÕ`\x19L'Òô"
  b"\x01É┌Å‗6p«üèj¶.ì\x18­"
  b"\x01É┌Å‗JpúíÁ¯A‗║úd"
  b"\x01É┌Å‗_r«Ö/=ǶCÑT"
  b"\x01É┌Å‗usAéêh┼┌±*Å"
  b"\x01É┌žlsÕÂZs~{®\x16"
  b"\x01É┌žörËä\x01N╬y#\x1D\e"
  b"\x01É┌ž│sôûî¡õ5ûÈ\x10"
  b"\x01É┌žðp\x08à¬Ï\v▀F.Ç"
  b"\x01É┌žÙs<ë╗µïÅc\x18v"
  b"\x01É┌Ŷ\x02qòìÇ2┬Så*x"
  b"\x01É┌Ŷ\x15sÇ╝\x10\x13l¥:m¤"
  b"\x01É┌Ŷ)qÂÜ\x03Ãí\x03h?6"
  b"\x01É┌Ŷ@r¥îï±│p░λ"
  b"\x01É┌ŶSsQçùÇ┐║ÜLÆ"
  b"\x01É┌Ŷgq\x1DÂ╠È¢÷rØ╬"
  b"\x01É┌Ŷ|r]ô░\x05\vj\v"
  b"\x01É┌Ŷæp\x7Få\rHîG└ƒ¿"
  b"\x01É┌ŶÑrÉò\rz╗¿¢¥Í"
  b"\x01É┌Ŷ╗r²ÿ3@5▓Ç\x12"
  b"\x01É┌Ŷ¤q\x02«└´üÞ*t7"
  b"\x01É┌ŶÒpÚºº\x1AßRWPþ"
  b"\x01É┌Ŷ÷rhåÙ(iH\t"
  b"""
    \x01É┌ŧ\n
    r~«Ý\x13░ç¯\x11B
    """
  b"\x01É┌ŧ\x1Es\x1D┐|j&&û░\x17"
  b"\x01É┌ŧ2q\x11Æâ■½X8\x04\f"
  b"\x01É┌ŧEsDôù ¸D\x01\eÔ"
  b"\x01É┌ŧYqÊÉ¢ySk³¬ù"
  b"\x01É┌ŧmr╝ìMá\x07¼Ñ\x01\x12"
  b"\x01É┌ŧüp\x00ØW¡ÔÃ░tÜ"
  b"\x01É┌ŧöp¯ç7n\x15î▄äÀ"
  b"\x01É┌ŧ¿rmâZU╝╩=╦Ù"
  b"\x01É┌ŧ╝p┐®└ÛÔ╝aþo"
  b"\x01É┌ŧðq\x1Fä'▄\e┌%\x18"
  b"\x01É┌ŧõp²à|j·ÇïÙ\x14"
  b"\x01É┌ŧ¸q»à╠\x04Ût\rÆı"
  b"\x01É┌Å÷\vp"ÁïvXSwÀ4"
  b"\x01É┌Å÷\x1Fqrŧ«R¥ÅeÌ"
  b"\x01É┌Å÷3pE╗\x17#┼ÚlóÂ"
  b"\x01É┌Å÷Gr╦Ö╔╠··\x13ß®"
  b"\x01É┌Å÷[p*öM╚è┤`\x14Ý"
  b"\x01É┌Å÷nq█âPWûÝAÐö"
  b"\x01É┌Å÷éq┴ü\x06RƒÊ¥uú"
  b"\x01É┌Å÷ûsÄè»F½m§Øô"
  b"\x01É┌Å÷¬q█Åe╚!³lÚ "
  b"\x01É┌Å÷¥qvªUë|ûXà#"
  b"\x01É┌Å÷Ðp\x14©YÒ\x05\x0Ea"
  b"\x01É┌Å÷Õp\x03üÄó!dg¸¸"
  b"\x01É┌Å÷¨qñâ~─YL\x16ý╚"
  b"\x01É┌Ÿ\rr\x13î×ä|~\x1D°µ"
  b"\x01É┌Ÿ p»╝I¨Óa┤à_"
  b"\x01É┌Ÿ4q\x08ïN▒▀ë\x00¡v"
  b"\x01É┌ŸHszÿÓ¤Û>kÂ\x17"
  b"\x01É┌Ÿ\sTüV<M_äU+"
  b"\x01É┌Ÿoq;üO\x12©ÿK­é"
  b"\x01É┌Ÿârüöı─ïWÁë"
  b"\x01É┌ŸùpÔÇc«cÞC\x17\x10"
  b"\x01É┌Ÿ½sgÜ¡h%*ñµC"
  b"\x01É┌Ÿ¥qâ¥uf5ó,┴\x10"
  b"\x01É┌ŸÊsÞÑãh·\x02páú"
  b"\x01É┌Ÿµs\x7Fú╬'ß \x7F"
  b"\x01É┌Ÿ·rT▒!M¾\x02▀└º"
  b"\x01É┌Ű\x0ErÇÉX¨Øã■Ux"
  b"\x01É┌Ű═q═ÿ▀Êüµ¼Lë"
  b"\x01É┌É\x11\vp(»\x08S\x05═┴´à"
  b"\x01É┌É\x11+rr▓>\x14+þhL´"
  b"\x01É┌É\x11JqGåwL\x08\rÁ\x19d"
  b"\x01É┌É\x11eq╬│ðF\x11\x10Ï"
  b"\x01É┌É\x11}sÃê=─5\r@ÞY"
  b"\x01É┌É\x11ÆrÙÜ­Ã║ƒú-1"
  b"\x01É┌É\x11ªr\x01á(ƒRe\x13╔å"
  b"\x01É┌É\x12LpT¬\x19f═íâ=\x14"
  b"\x01É┌É\x13\x00r\x7FÂ┬\x02¡Ó×\n«"
  b"\x01É┌É\x13!p⪷╬ªGk%┌"
  b"\x01É┌É\x13=r¼ÜõA9k░ƒò"
  b"\x01É┌É\x13Prêñ#\x06┘³ÛWÙ"
  b"\x01É┌É\x13drÔç±█ãÉç¸("
  b"\x01É┌É\x13xr|¢ù(a~\x16▒9"
  b"\x01É┌É\x13îq8½[üB3ü▄ç"
  b"\x01É┌É\x13ƒr\x1C▒èØ>­t\x00Þ"
  b"\x01É┌É\x13│p>¥ÖÑÛ┘|\x07÷"
  b"\x01É┌É\x13Ãp¼Å\x12%´nc▒/"
  b"\x01É┌É\x14Äq¦É¶w]¡á░å"
  b"\x01É┌É\x14«q\x05Ñ IÍ╦)Od"
  b"\x01É┌É\x14╬p=«¶┐<nÿÍa"
  b"\x01É┌É\x14Ús_║£`»«âÔÓ"
  b"\x01É┌É\x15\x01s░ó\x08EX▀bÀ\f"
  b"\x01É┌É\x15\x15rÁçƒxqGsV┌"
  b"\x01É┌É\x15)p,¼&Ê╚ÔÄÊ▄"
  b"\x01É┌É\x16är/üvu6Á¹ZM"
  b"\x01É┌É\x16ñrªüM÷wèY£o"
  b"\x01É┌É\x16┬sðë\x16Ü&@ß╔¨"
  b"\x01É┌É\x16¦s+× °─\x12ûF÷"
  b"\x01É┌É\x16­sƒ¢<T┬┼·éø"
  b"\x01É┌É\x17\x04sÉØ2 wE┌R1"
  b"\x01É┌É\x17\x18q«îrëÌÒN║\x10"
  b"\x01É┌É\x17┐pg¿\x05┌╔5ï\x7F£"
  b"""
    \x01É┌É\x18ep=╝\n
    \x1C^\x19
    """
  b"\x01É┌É\x1AfrÈüî╠õ▓²sú"
  b"\x01É┌É\eBrAøÌ║Ì%║Ú¶"
  b"\x01É┌É\e´pqíƒ╬WÉ©1)"
  b"\x01É┌É\x1CÆq´®¦!│µ\x05ãË"
  b"\x01É┌É\x1D9q\x06®ü¹¸╬K%¥"
  b"\x01É┌É\x1D[rvô░Ýu*JiD"
  b"\x01É┌É\x1D{pÎÉùGÐ\x01Ýí\x12"
  b"\x01É┌É\x1E4rg░ç[6Cbíõ"
  b"\x01É┌É\x1E‗q\t×<®¯úı\x1Eñ"
  b"\x01É┌É\x1F\x12s\x1EÁ\x19´âO╩óÛ"
  b"\x01É┌É \x7Fqv×Ò└╔ï\rãÙ"
  b"\x01É┌É!@r6º=O├D▓¼("
  b"\x01É┌É!ap¨ò▒Êú\x12(\x7FÔ"
  b"\x01É┌É!üp░½┌Tq@&\x03,"
  b"\x01É┌É!£p╚é `Û˾S/"
  b"\x01É┌É!Ás×áúìÉ╩ø┘\x1F"
  b"\x01É┌É!╔s?ô4µññYwû"
  b"\x01É┌É!¦s/ë?DÞÓ*Él"
  b"\x01É┌É!­sß½\x02¾xnï=\x1F"
  b"\x01É┌É"\x04pËÆÎì4ú{$ç"
  b"\x01É┌É$Ïr╠╝cm©ôÄq¦"
  b"\x01É┌É&\x02p©©*zI\x17½'\r"
  b"\x01É┌ÉLSr╦║FÅaO©OT"
  b"\x01É┌ÉLvqèàÄÛ╩µq.ö"
  b"\x01É┌ÉLûpñǯ+Õ\x05©µò"
  b"\x01É┌ÉLÂp«ò▓╩╗>õ─f"
  b"\x01É┌ÉLðrCÆß¢2ıÆ^\x0E"
  b"\x01É┌ÉLÙqL╣,\x05ê½À▓é"
  b"""
    \x01É┌ÉL q\n
    ó>ð[d▓È█
    """
  b"\x01É┌ÉN·r\x04×╔Ar\x04Kª·"
  b"\x01É┌ÉO\x1Epvª\e\x07H³ÐYÓ"
  b"\x01É┌ÉO=q\x05Ö╔╬¾Ae ©"
  b"\x01É┌ÉO]r█ø╦\x00%ÅeQè"
  b"\x01É┌ÉOzs│Æ^Ç\x1Eƒ«ûy"
  b"\x01É┌ÉOÆrK┐]\x12¦C^Qe"
  b"\x01É┌ÉO¬q×ñåÍ▀Þ[½ú"
  b"\x01É┌ÉO└phÇ=H┴\x0E\e╬ð"
  b"\x01É┌ÉOÈp'ú▓\x15\x1C«\┌Z"
  b"\x01É┌ÉOÞp½í¸=ùÄ╦\x00£"
  b"\x01É┌ÆãûrLèP!ÂÈ█ƒ "
  b"\x01É┌Æã║rxé\x13AÇ÷×è╠"
  b"\x01É┌ÆãÏrpüë╚ß¶Þ<J"
  b"\x01É┌ÆãýpBÑBî¶Å[àT"
  b"\x01É┌ÆÃ\x01pãíø9═V┌¹'"
  b"\x01É┌ÆÃ£q̬ũô╝±ƒü"
  b"\x01É┌Æ╚ßsÀ»¹\x19$\x1C÷ \x10"
  b"\x01É┌Æ╔\x04p¥ÿtúıFÈ\x06ô"
  b"\x01É┌Æ╔\x1Cp$©ÜZ\x07¼\x111║"
  b"\x01É┌Æ╔1r╔¼ËRcæs\x1C3"
  b"\x01É┌Æ╔¨rNâ┤F?A$╣ó"
  b"\x01É┌Æ╦jq\x00äº┴X╬è´I"
  b"\x01É┌Æ╦Äpƒ╝\x17ýQÂÈÖs"
  b"\x01É┌Æ╦¡p§ºÐÄDa¸<""
  b"\x01É┌Æ╦╚r\x17┐þÝߥâ┘═"
  b"\x01É┌Æ═Dpºå/à▒òê>/"
  b"\x01É┌Æ═hq°ÇvUx\x06\t\x1E"
  b"\x01É┌Æ╬ºr\x05éÛzg\x02▀ç#"
  b"\x01É┌Æ╬╔p/▓╝\x15zýÔ░8"
  b"\x01É┌Æ╬ÚsrÁtV\x03ö├ ┼"
  b"\x01É┌Ƥ\x08s╣¬ÛÁ˱?þ"
  b"\x01É┌Æð>rª»\,#ZO\r>"
  b"\x01É┌ÆðbrºÂØ\x10\x19\x01SÂþ"
  b"\x01É┌ÆðésnÜ╩àS\x12÷¦╗"
  b"\x01É┌Æð×rôÜE\x16e\x05╠*f"
  b"\x01É┌ÆÐ¦p#ó\x17Ä\x11¼LàÒ"
  b"\x01É┌ÆÊ\x01qùÅD\r‗7╗\x1E}"
  b"\x01É┌ÆËPqg┤v\x07¡\x1F"=±"
  b"\x01É┌ÆÈ\x02qܺ╔\x03N┼éü\x0F"
  b"\x01É┌ÆÈÁry½}áéåç\x0E\x03"
  b"\x01É┌Æı▄pyêƒ!ÄUïc]"
  b"\x01É┌ÆÎ\x11sðô©JPƒ`]ú"
  b"\x01É┌º5ýr»ºþN▄è3┐+"
  b"\x01É┌º6\x14q3è&àÞV#E»"
  b"\x01É┌º63sƒ║▄├óM¨\x1F"
  b"\x01É┌º6Ss{âöÜD¬~Áj"
  b"\x01É┌º6rp\rúd%³Ô\x08i?"
  b"\x01É┌º6Ær╩ÇÁî°£e\x13"
  b"\x01É┌º6▓sýùq┴Ý║°kr"
  b"\x01É┌º6Ðs\x02ÄXÂòà\r\x051"
  b"\x01É┌º6±pæ░▒©^×~P:"
  b"\x01É┌º7\x10p\x04»dÿöÕt\v°"
  b"\x01É┌º7/sïì`ø»fz╚ "
  b"\x01É┌º7NrVªºMShÒ|╦"
  b"\x01É┌º7mpÂ▓¡\x1C‗┬ºP|"
  b"\x01É┌¿─╩p(ë╩¨XËr\x15D"
  b"\x01É┌¿─¶s\x02Á`Õı(¯Ê\x04"
  b"\x01É┌¿┼\x15q%óÜY╦┬x»█"
  b"\x01É┌¿┼5s\x13¢ãUK┼─▀¸"
  b"\x01É┌¿┼Us\x17ív╗,á"│ƒ"
  b"\x01É┌¿┼uq¾▓▒ðç»╝ðp"
  b"\x01É┌¿┼òpº×\µ;╗Cð)"
  b"\x01É┌¿┼Ár@ºO¶¾G%Dµ"
  b"\x01É┌®{├pÛå\x1A­\x02┘wF\x0F"
  b"\x01É┌®{¨sEù`▒Ûõm\t©"
  b"\x01É┌®|#p«ºÓ╔;E┬|¨"
  b"\x01É┌®|FsÅÇRo"\tý┤\x13"
  b"\x01É┌®|mp╠ª▒«\võîv¯"
  b"\x01É┌®|ìsòêdºäH\x0F"
  b"\x01É┌®|▒r«é╚║░H½)Ü"
  b"\x01É┌®|Ès,▓Ö\x1DºÊáÖÏ"
  b"\x01É┌®|§p▓│®§T┼ì╬·"
  b"\x01É┌®}\er2Æ╬`ز┬ñ©"
  b"\x01É┌®~\er¤ù5ôÀû¼rç"
  b"\x01É┌®~Qs?»(\x02┼×\x17±\x19"
  b"\x01É┌®~upúØ?.jzzÿB"
  b"\x01É┌®~ÿsÃöp‗\x04ü\x12\x03y"
  b"\x01É┌®~┐rW¼Ã│└Gg\vl"
  b"\x01É┌®~Óq©│‗│D\x0E\x1Dýb"
  b"\x01É┌®Ç\x0Eph╝³+█N\x07¼û"
  b"\x01É┌®ÇEq·¢à\x17à\x19:¼÷"
  b"\x01É┌®Çoq®¿\x1Aó\x1Cr½î╠"
  b"\x01É┌®ÇÉpQ┐­¶╝K7o®"
  b"\x01É┌®Ç┤q╝ú»ðT┌£Zº"
  b"""
    \x01É┌®ü}s§▒╩╔\n
    ko─╗
    """
  b"\x01É┌®ü▓ptÿ¿¸[\t\r"
  b"\x01É┌®üıp3ÿ2ı{┤þAz"
  b"\x01“S.ß\x01sH»¦z(]Œ€s"
  b"\x01“S2\v pV”h¯Wo-”÷"
  b"\x01“S2\vóp\x05°\x01É\x1FÜBŸn"
  b"\x01ôS2\ersìö¡ÚÓ-\x03¸─"
  b"\x01ôS2@nr\x1D£²Ò▒üµe¼"
  b"\x01“S2@¼rBƒ½\f¿\x10`×”"
  b"""
    \x01“S2A\n
    s¿¸¶ŽwÄ\vÐn
    """
  b"\x01“S2B rÚ™#ò\³Ò,ý"
  b"\x01“S2Bpsì—œ 6¦W—4"
  b"\x01“S2BÄsÖ¹\x0Fíj¯~\x15B"
  b"\x01ôS2DCq\x16ÿtË╣9`Å~"
  b"\x01“S2EKpÿ«<…|Z{\vÈ"
  b"\x01ôS2E£rªéXÌû\¥Å\x19"
  b"\x01“S2Eës5¨«·Ç\x7F6h÷"
  b"\x01“S2F;s`¤=¾£òGã¬"
  b"\x01“S2FŠrî ¹øS\Íi·"
  b"\x01“S2FÞr\x1A³¡\x18¼+tÉæ"
  b"\x01“S2G4r\x14‚ʧU~½·`"
  b"\x01“S2G‰r¸¸à\x0F¢r²·¥"
  b"\x01“S2GÜq\x11“ò7›JÉ\x16Š"
  b"\x01“S2H0r ²Ö³èƒg¸ÿ"
  b"\x01“S2H†sˆœsrfÔŒœS"
  b"\x01“S2HÝq£’Kó8E±¦¯"
  b"\x01“S2I5r$¦©9¿Êý\x7FÃ"
  b"\x01“S2I‹r9¡šÛR~j\x08d"
  b"\x01“S2Iáp@¯¢=’\x05ôù\x17"
  b"\x01“S2J7s\f©?É¥ñ\v¢("
  b"\x01“S2JŒs\x04ƒ†\x00¦$ù?Ý"
  b"\x01“S2Jár–£/`!Éþ«\x00"
  b"\x01“S2K6sªž$¬ë\f1—\x1D"
  b"\x01“b“\rbrJšJd\x16X\r¹ú"
  b"\x01“bÀÕïsî‡\x1C}G\x19¸]³"
  b"\x01ôb└ͧr¿êÜ}\x11\x11@ñì"
  b"\x01“bÀØ\nq—Žñ\x00ÎéeÞ¾"
  b"\x01“bÀÜçsNƒC©†×\x02"
  b"\x01“bÀÝìs…²-Qê\x03_™â"
  b"\x01ôb└Ì÷p­ÑØ>÷N\x04ıò"
]
78 0.11 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É┌kåÈr£×c®Õï^9Â"
]
80 0.07 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 0.18 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.25 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.18 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
84 0.08 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
85 0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
86 0.11 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.07 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
88 0.15 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x01ì¶lP¥rù▓hJ(1¶1■"
]
89 0.22 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.16 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.26 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.56 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É┌kåÈr£×c®Õï^9Â"
]
93 0.36 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ôS\x10\x10Wq░╝t\x01÷0\x14"
  b"\x01É┌kå┼s´┐k\x12÷íé Þ"
  b"\x01É┌kåÈr£×c®Õï^9Â"
]
94 7.13 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/0190da6b86d4729c9e63a9e58b5e39b6"
  "/navigation/018e094a682a721aa85500498fa73847"
  "/navigation/018e094a9b9473a39f27f6b0933e8fef"
  "/navigation/018e094a7c8d7252b1ea9354508fc271"
  "/navigation/018e094a96e673aaa280a3b14b8d0ba9"
  "/navigation/018e0949107c7173835689714f9334ad"
  "/navigation/01935310105771b0bc7401f630142d8f"
  "/navigation/018e094a6521719193088017c10d097c"
  "/navigation/018e094a714970c9bc1e2c98d936539f"
  "/navigation/018e094a8fd870d5a651b8825162a3c6"
  "/navigation/018e094a5cd572f893892793a22dd328"
  "/navigation/018e094a84ce73f1ac879a94ebe15746"
  "/navigation/018e094a6c6373998da7409219904fb5"
  "/navigation/018e094a49cc70b1a7c6ff7254b192d0"
  "/navigation/018e094a633c72cda7a7fc375216e61a"
  "/navigation/0193531125197213b02b747026bff4fc"
  "/navigation/018e094a898571d2b37c5c3eb43c8d18"
  "/navigation/018e094a6af27386b6758a32ad35a047"
  "/navigation/018e094a6b5d7289ad26d611136938ea"
  "/navigation/018e094a6bb071e595a17e02459e526e"
  "/navigation/018e094a6a8172dfb1dc19a47f4c1684"
  "/navigation/018e094a683a7329be81dda21f9c12ed"
  "/navigation/018e094a69ee710abcdaf38625caa504"
  "/navigation/018e094a6bfc7360bba773d38e57c7d5"
  "/navigation/018e094a6a307380ad830c86ce93c0ca"
  "/navigation/018e094a9f5671768e5d82f57eed169d"
  "/navigation/018e094a9fd471d7a61406ccf6784c0b"
  "/navigation/0193530fffc67061ba14ad9b1d6932bd"
  "/navigation/018e094a80f871598174251c6b4080b2"
  "/navigation/018e094a818b72b28dc2418f8460750c"
  "/navigation/018e094a828273c5bab6d6a675defc34"
  "/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf"
  "/navigation/018e094a7ffe73a1bc0fe91475e98da9"
  "/navigation/018e094a80777223a0dd424cd7d5f630"
  "/navigation/018e094a7f8c71da859bafb792687112"
  "/navigation/018e094a83a871e9a28546d9c474699b"
  "/navigation/018e094a845c739085db09c16c23570b"
  "/navigation/018e094a8303732c891b2c57dca264b4"
  "/navigation/018e094a9b1a711590db96f3ad005d2b"
  "/navigation/018e094a96f57391b81d378b5c64e237"
  "/navigation/018e094a9aa4725594dfb5c81deffe51"
  "/navigation/0190da6b336d71398b8428bdc639dcbf"
  "/navigation/0190da6b33e5735da6ef83977556e83e"
  "/navigation/0190da6b3461713c8c764a93a3d9e912"
  "/navigation/0190da6b34e370808f8e01c8b6f9c999"
  "/navigation/0190da6b356870378e326c956f0aaaa2"
  "/navigation/0190da6b35f673248a0e2e9788e28fcb"
  "/navigation/0190da6b369473578f537fcf04764867"
  "/navigation/0190da6b373a7302b601c0e254d26106"
  "/navigation/0190da6b37db70c2a5a14c2cf21c0e72"
  "/navigation/0190da6b388d71b7ad467044162ac3fc"
  "/navigation/0190da6b394671fea880b2a466438b34"
  "/navigation/0190da6b3a057121881a5f196ecbecaa"
  "/navigation/0190da6b3acc7004ad7e96c1b8f499cf"
  "/navigation/0190da6b3b9970a5b1798b2f81b84880"
  "/navigation/0190da6b3c727303b76c06ef90d848fb"
  "/navigation/0190da6b3ced72488eafeb3199d57350"
  "/navigation/0190da6b3d6e73c6be5fe88be894aa6e"
  "/navigation/0190da6b3df872aba057536d24ef9345"
  "/navigation/0190da6b3e85722c8881573051863595"
  "/navigation/0190da6b3f2070829c24279044a5b57c"
  "/navigation/0190da6b3fbc739b94d10310297d476f"
  "/navigation/0190da6b4069718e9a5c7a770cfa897b"
  "/navigation/0190da6b411d73e98938b69d964b5c3b"
  "/navigation/0190da6b41d9737b8fc1950e8c18b090"
  "/navigation/0190da6b429c701987f3a888ee19c0da"
  "/navigation/0190da6b436871f788b1fa4f578c7e57"
  "/navigation/0190da6b4379716b85fae6f2577c24f9"
  "/navigation/0190da6b43f67228b7718c48b12dd947"
  "/navigation/0190da6b447771e7aa2cbff5d88fbdea"
  "/navigation/0190da6b450a722ca56c67eeb1e056ed"
  "/navigation/0190da6b459871c09f10aba04001d42f"
  "/navigation/0190da6b4634703897db37c45f6420c7"
  "/navigation/0190da6b46d873f3a6586a636f8c347d"
  "/navigation/0190da6b4783736e8fbf173aca754771"
  "/navigation/0190da6b4835708aab5e0ef2c8d8b67a"
  "/navigation/0190da6b48ee727db43e80fa30873f07"
  "/navigation/0190da6b49b47087ad75f2d5478158ae"
  "/navigation/0190da6b4a7b7256acd1427d0ebe8656"
  "/navigation/0190da6b4b487253a62bb4985a5fba1a"
  "/navigation/0190da6b4c1d707b99fa42836807ad1c"
  "/navigation/0190da6b4cf97291ae8572e9049b147b"
  "/navigation/0190da6b4d0770f58506b526befe974c"
  "/navigation/0190da6b4d7e726da9c223746360dc10"
  "/navigation/0190da6b4dfd72c38f53d1f2985c0010"
  "/navigation/0190da6b4e8371ea9a7dc2a161f581a9"
  "/navigation/0190da6b4f1272789fefcfd2d4efdb0b"
  "/navigation/0190da6b4fa772c5be5ec927431981a6"
  "/navigation/0190da6b504a7359b453ba135217a643"
  "/navigation/0190da6b50f57315885509e61cdd6e1a"
  "/navigation/0190da6b51a7727392879233b73d5467"
  "/navigation/0190da6b5260712db3b4fbce1d7f13da"
  "/navigation/0190da6b55d5727e9653af4d01dc867c"
  "/navigation/0190da6b55e37272aebfc69528a1309b"
  "/navigation/0190da6b565a7126a2d768d06544edc6"
  "/navigation/019353104ab07394a65a866a49169139"
  "/navigation/0190da6b56d970a1a3bfc37282553b73"
  "/navigation/0190da6b575f7313998086245ee2304f"
  "/navigation/0190da6b57ee72c3a0f9e35378087846"
  "/navigation/0190da6b588a73ba80fc7e4f866c646c"
  "/navigation/0190da6b592d739f8af999109da303c1"
  "/navigation/0190da6b59d8729abc3d32f1d7b26704"
  "/navigation/0190da6b5a8a7262913f0aeb19bd3689"
  "/navigation/0190da6b5b3b721882f60c174f4ca942"
  "/navigation/0190da6b5bfb734faeb91a737a280f84"
  "/navigation/0190da6b5cc5727bb91d3b36e3dd6b58"
  "/navigation/0190da6b5d9672ab9471c2ed10037e75"
  "/navigation/0190da6b5da572c086db234cbdc65834"
  "/navigation/0190da6b5e2173068b173bfc43aa006c"
  "/navigation/0190da6b5ea571fe927915fb7fff4bd3"
  "/navigation/0190da6b5f2e7355b0ff8bf44b792d69"
  "/navigation/0190da6b5fc0735a9dd3234f3a9ecab5"
  "/navigation/0190da6b606071d48c16909e6f669307"
  "/navigation/0190da6b61077269b2adfffee3e27123"
  "/navigation/0190da6b61b573cbadf17bed5974c452"
  "/navigation/0190da6b626c72268063dc5816c0b49f"
  "/navigation/0190da6b627e72edb8cb86025b83a7d1"
  "/navigation/0190da6b62fa71e0ae9717bbeb7d4b22"
  "/navigation/0190da6b637f725496fafd13a4d4190a"
  "/navigation/0190da6b640e73a1a15122449f6d3a05"
  "/navigation/0190da6b64a570a697a7086f0fad2317"
  "/navigation/0190da6b64b471208c8e66c4f20043bb"
  "/navigation/0190da6b65337381aff88ad425cd7328"
  "/navigation/0190da6b65b7727d85f054a0324b5e53"
  "/navigation/0190da6b66467095800887be0058412f"
  "/navigation/0190da6b66d7724ea28c3f3ee0557d89"
  "/navigation/0190da6b67757177a29b654cf5e28df7"
  "/navigation/0190da6b681d73d892b780a7c01c43dc"
  "/navigation/0190da6b68cd713c8bc6658e764265d9"
  "/navigation/0190da6b68dc70cba9e366a1acb369ee"
  "/navigation/0190da6b695a70c4bef46d769934ffd6"
  "/navigation/0190da6b69df70f18aa98ed2c8280ae0"
  "/navigation/0190da6b6a7771b7bf370ff0363ac9c2"
  "/navigation/0190da6b6b137230ab10935861ff6fc9"
  "/navigation/0190da6b6bb773b49c2800463d8c1a8d"
  "/navigation/0190da6b6c5f70ffaef9adb88b6b81c8"
  "/navigation/0190da6b6d0f73649dc20bcbd26482d4"
  "/navigation/0190da6b6dc67135823f3195aacbbae3"
  "/navigation/0190da6b6dd570e8b56469dac2b85859"
  "/navigation/0190da6b6e5470228f5affb8fb32d7c5"
  "/navigation/0190da6b6ed4733d95f110b22a852942"
  "/navigation/0193531076a3736aac97f4f6037fa531"
  "/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d"
  "/navigation/0190da6b6feb703eb921dc1e76fe23d7"
  "/navigation/0190da6b708a72f1816f6d92ab9cee14"
  "/navigation/0190da6b712f73c286b85387f4970cef"
  "/navigation/0190da6b71dc7392a312a28e57c330fc"
  "/navigation/0190da6b7290704392c9867973adb2c6"
  "/navigation/0190da6b734b72679c508ff54b5ac6eb"
  "/navigation/0190da6b740d71fcb138602a76b33752"
  "/navigation/0190da6b741c703088731b59c8008ea7"
  "/navigation/0190da6b74957160b6c6ad6286e3706c"
  "/navigation/0190da6b751572588f4bee18324f6d8d"
  "/navigation/0190da6b75a37360ac302cc9cefd1452"
  "/navigation/0190da6b75b2703cb51073e03106a71c"
  "/navigation/0190da6b762a7098acf391f8e9a64528"
  "/navigation/0190da6b76aa719ea381dbb620a14dfe"
  "/navigation/0190da6b7732704295cfaba3f7cdceff"
  "/navigation/0190da6b7741725cace93eacf684150d"
  "/navigation/0190da6b77ba7224a2416580247e6c23"
  "/navigation/0190da6b783a71169dd2a95430a481ee"
  "/navigation/0190da6b78c373cc9f84ed14d5b2474c"
  "/navigation/0190da6b79537146887b5d57a7419d68"
  "/navigation/0190da6b79f673ec92b9e175db13d506"
  "/navigation/0190da6b7a9673738b78c77099906d9e"
  "/navigation/0190da6b7b46722f97bbc42b053e36ed"
  "/navigation/0190da6b7bfd72f496d8db8c0e0043e9"
  "/navigation/0190da6b7cc9709b8c97fbf75cb06b6d"
  "/navigation/0190da6b7da27090845813d9e9e7c4fc"
  "/navigation/0190da6b7e7d722fa351108101dc0d0e"
  "/navigation/0190da6b7f6773a9bf3c4847189780c6"
  "/navigation/0190da6b805a728aa9fdead7ba735dda"
  "/navigation/0190da6b815671309bf080078735260c"
  "/navigation/0190da6b825a701489d4c5880aa0dc4a"
  "/navigation/0190da6b836771148973176799bfe672"
  "/navigation/0190da6b847f713f86e30c0f1da09d02"
  "/navigation/0190da6b859f724c866ffe6f47c24193"
  "/navigation/0190da6b86a77005b38b945bad0add23"
  "/navigation/0190da6b86b673ba95e30ba6845ce950"
  "/navigation/0190da6b86c573efbf6b12f6a18220e8"
  "/navigation/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/14b555474fce51359851dd0e2685d519"
  "/detail/9aaf8156647e5fc288bc7eb657a90580"
  "/detail/36bd4d707cc65e2eb91e04e438793f76"
  "/detail/641dadaf7c1b58c19aab0eaf18728dd2"
  "/detail/92934ce0d6395669ac5957799b96ea55"
  "/detail/64b6123b83d350538dee6655bfe4f92b"
  "/detail/adcf1103322e5998974895d1cf9a2ed0"
  "/detail/43c46decfb2c55fd8a16dc4ae92721ba"
  "/detail/68bc621ec6fc556ba36ae9ee24e4df75"
  "/detail/87beadfd631b58aa9d06662338e88b26"
  "/detail/eed9ca02578e5f5a8f7a0d5b5b4fbeaa"
  "/detail/b14e9625a23154a59e546990aab076ca"
  "/detail/465377db0c2b5833b51bed7043758ac8"
  "/detail/ac787c721b6a540fb0522c51da2a03e5"
  "/detail/23dc5bdbd2e854eb9479c7cab1d29055"
  "/detail/2377eeb020c5515b8c68e6c7de488d18"
  "/detail/e231a80d18455e7d82e9bb8d38c8756a"
  "/detail/24b79e1dce06522da46501eeec69046d"
  "/detail/04e9614dd6e151e4a1cf1b479445d37b"
  "/detail/23152de48dd75f789627719909b35a40"
  "/detail/91f02c06d54c57c297c2d21e4c4e4c35"
  "/detail/05d6a5aca46c52bab20043c231d7f29d"
  "/detail/d7ab57767b0357b58827edfa062bca63"
  "/detail/f47f3b6092f050719cab0cff5d8286c0"
  "/navigation/018e189f4c877164ad4363394678698e"
  "/navigation/018e18a172b378238b8e81a70374fe0e"
  "/navigation/018e189f65bb7e82b42203e11a7f7ca3"
  "/navigation/018e18a1b5717013bf34057e6e4af3c6"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì¶m\¬r£çA¼Üx┘¶Ò"
]
95 0.23 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"\x01ì¶lPAp½ì\'\x1A®"╚K"
  b"\x01ì¶lPjsýäƒbwPÅXÞ"
  b"\x01ì¶lg┘r┴ÿO+Fyãª\e"
  b"\x01ì¶lPÎsi╝B▒Ù╠Âxø"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.