GET https://staging.aze-tuning.de/navigation/00000000000000000000000001994501

Query Metrics

141 Database Queries
102 Different statements
1847.58 ms Query time

Queries

Group similar statements

# Time Info
1 0.64 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:
[]
2 0.18 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:
[]
3 0.31 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.47 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.90 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"
]
6 0.61 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"×Oý…¦®B瀭5TÌ\x15¼â"
  "Innenausstattung"
  "Innenausstattung/"
]
7 0.83 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.41 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.44 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  "DNHbvT8wF5wbUh058ypYyPbaZgigSbey"
]
10 0.52 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
11 0.77 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
12 0.36 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
13 0.44 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
14 0.52 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"
]
15 0.39 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Í‚ó¬›ÑÀßÊ"
]
16 0.39 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"×™"CH¤K‡§h×Ðè{î="
]
17 0.37 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
18 0.41 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"┬i\x10ºcÚAJìçCt\x12±å\x0F"
]
19 0.20 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.59 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" ìHê\x19¡C╚ø/UÑ×65>"
  b"%ªže¾\x14K\x00¬[’uÙ“eÝ"
  b"0ÞÉÍ\x0F\x1ENñàÉm\tFZ└\x14"
  b"=Ýóå{ÔH\t¿¬øƒ\x7F$ÑU"
  b"±\x1A­QXêMû—Ћ_¥“`õ"
]
21 0.79 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"c6)¿\x1AÞH£¯%x 3„lc"
]
22 0.98 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"\x1D´¨ÞK\x08Bv¤^µ\x04g\x06\x0FË"
]
23 0.26 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"×™"CH¤K‡§h×Ðè{î="
]
24 0.76 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
25 0.24 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "DNHbvT8wF5wbUh058ypYyPbaZgigSbey"
]
26 0.37 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
]
27 0.53 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"\r\v]RóM—¶u\eiïÞúi"
  b"%(+A\x04vNÁ»R;Äè禾"
  b"W\x01\x18mA„˜\x12¥o¹p\x0F;"
  b"ZE5º4\x16M3ÉÎÆ»êòÅ@"
  b"e(ñg‰ÃFá¼ oô@â¦I"
  b"¯áBƒðþAò§…#ˆ\tŠpX"
  b"ÈŒ±ŒÜ\x13H8„™\x19À\x00DôO"
  b"È5\x04ì=þC┌┐cp%?!RË"
  b"òÇ\x15¿û\x00F¹´ \x17Ôk%åf"
  b"°i\t-æä@aògÏ#¬╦VÅ"
  b"öI\tì\x01¤F†¨¬Ùô«Y;È"
  b"|%\x1E+Á@Jš«\t\x19¾Âg\x06Â"
  b"\x01öÄ>;\x12sçØãu▒\x0E\x13"
  b"\x01”Ž>;†ql†ùEî\x02[\x14+"
  b"\x01”Ž>;–s;½\x01M\x1FeO¥\x06"
  b"\x01”Ž>;¦q€€W\x03ÕݾÞ("
  b"\x01öÄ>;├s[ù§U╔m¨╗É"
  b"\x01”Ž>;Ðq\x10ºqY\@̬O"
  b"\x01”Ž>;Þs\x15±"s^“ÞžR"
  b"\x01”Ž>;ðqù«(kÌW®5ß"
  b""ð3.ü<D┤öUOz´¯SÍ"
  b"5\x15®<0€O\x07°ü½1áfš6"
  b"9‹§\x02pÛE\x11ŽzÑ\x15Z“—\x05"
  b"<ضîG\x03N\x0E\x04†l\x08\x0E&("
  b"eÀ½ÆÓ³HTû╠üIäK‗├"
  b"z└╣6ÉyJ±ÁL╩xyù8Ð"
  b"Ç:ê²ú‗E±É╣ôµ2\x06\t"
  b"“#YWŸ\vH\˜ÆXÍ…¿\x1C|"
  b"›ÏÚŸN=B°¤Sª\x15zDHr"
  b"£‚^\x1DÚ¼D\x00Š…\x19Ëÿtºñ"
  b"â2grÄkH††ã\t\x1C2O-Ø"
  b"ã*J#öìF=¸\x1A„¯ ÷^ó"
  b"(3.N\x14(K\rüa0)wð¥ "
  b"Oéd´L>H;„ƒÇ‹ï>¤é"
  b"PT¢ç‘jBH–\f:tGp¨“"
  b"""
    |Ÿç\n
    Y£G–®\ƒ\x7Fû_&Ü
    """
  b"«ù·õ•\x01L²‚*Qˆ\x05@_\x0E"
  b"\x03\x06 zMT¢”­ÎÔ¸51"
  b"KK\x1E³ì┴H╬ü\x0FÔÀ@\x1C"
  b"\x05*ôNO\x10‚õT»W¶\x18"
  b"„ä6ÁÁFHy³ Z¡TÀ>d"
  b"ɶ±¿æÎN»Ñ\x7F\x15þI╝®ó"
  b"«Ñaµ…ÇFV‹4§ÄO1Òå"
  b"*ì'¾ç\x06G¾Áƒ·÷f©°ä"
  b"6-tä§—KÚ’±;zZÃ=‰"
  b"R$\x03ÊäÒHó™þ,Š\x19\x16†Å"
  b"p░¿Æ█oJÅòç\x16@±%h&"
  b"┬║ö│^á@zÉ╝m╠¼Ñ^j"
  b"ìÏb8e+E\x0E°,j¸pM\x15\v"
  b"A▓\x7F╝Õ[F ¿VǪÅ6_÷"
  b"~p)x\x11>J\x17µ,rN\rÔ3á"
  b"ÂJ“\çûH\x03Š{üÞ~ô³·"
  b"á=©X\x1AdIÙ­“3\x1F8ÀZv"
  b"¹\x12‚Î09Dí‰\x7F µû*a)"
  b"""
     \x1C%º£Ä@[é>|\n
    û\x07Ø:
    """
  b"\vÙÒë\x17©E´°¦¬a±FÌÈ"
  b"£éM&6o@\x1D¸\x10¤vª²]Ã"
  b"ÑÍð\x1EÛhN!ªØÉ;Í)OÍ"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"ô y"žÆ@ê´jõÞðõv-"
]
28 0.40 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
29 0.45 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:
[]
30 0.26 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:
[]
31 0.19 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"×™"CH¤K‡§h×Ðè{î="
]
32 0.29 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
33 0.40 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
]
34 8.60 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|8d057b42fbf04c6d9cf83d74cc79d1bf|%"
  1
  5
]
35 2.40 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%"
  "%|8d057b42fbf04c6d9cf83d74cc79d1bf|%"
  5
  true
  true
]
36 0.53 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"ì\x05{B¹­Lm£°=t╠yÐ┐"
]
37 0.78 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
38 0.44 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"
]
39 0.30 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
40 0.30 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Í‚ó¬›ÑÀßÊ"
]
41 0.31 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
]
42 3.65 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%"
  "%|003f554e89ba44ce997917d3b162852c|%"
  1
  4
]
43 1.23 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%"
  "%|003f554e89ba44ce997917d3b162852c|%"
  4
  true
  true
]
44 0.67 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"\x00?UN‰ºDΙy\x17Ó±b…,"
]
45 0.72 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
46 0.79 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"\x01A¯ÜA HþšMA*\x16—\«"
  b"c6)¿\x1AÞH£¯%x 3„lc"
  b" –\x1D¼É”A"†hd\x17nyÉO"
  b"▒H!»D¯F\x17░g┬Pü\x00\nõ"
  b"²\x10?“\x17ÒI†•)nc1Fâ¾"
  b"─m31OzIN╝l┼ÓòüÇî"
  b"ç™\x05úˆÜOO²e³Hÿ\x7Fùö"
  b"\x1D"\x02àyjMђɬ\x1Fäæîª"
  b"¨í_Ý.2Ié’³e\x07\x14\x08ÑS"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  b"ô´ÉÀ\x1A¢N¿Š\x04Rǧšôß"
  b")\x05ÉŽä-Nb’›/­O›¶"
  b"ìòÄIJ;K>ö)\x19ÚÎYÃ,"
  b"À\x7F\x7FX;\x07HÔ¤ìþÙŸ÷·M"
]
47 0.45 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
48 0.53 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"\x1D´¨ÞK\x08Bv¤^µ\x04g\x06\x0FË"
]
49 0.27 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
50 0.22 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"c6)¿\x1AÞH£¯%x 3„lc"
]
51 0.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
52 0.31 ms
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.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.locale` ON `language`.`locale_id` = `language.locale`.`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` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
53 0.54 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
54 0.77 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
55 0.36 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"pS«÷ÇJG×…«GÚÚàfà"
]
56 0.36 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"pS«÷ÇJG×…«GÚÚàfà"
]
57 0.89 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"kÂ▒ÀìÚCkæøû»ù,¼n"
  b"ttõ\x03\x15C9–ÃuÖ\x03\x04‚ï"
  b"–W‹ö03BI­4=®¹ˆtR"
]
58 0.73 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"kÖïøûÇLR“¥p\x1C"D\x17Ê"
  b"‡¶ ¸¿`Dºˆ!eψÚÂ\x01"
  b"Åë÷\eDHH$º`¨Îß16Ì"
  b"▄╦ì═\rÐ@\x11Ñ═ë!þí\x03|"
  b"¯4=ÏKäNØó\x0Fì¹^;û÷"
  b"þÕªêß©KR½ª\x17‚σþý"
  b"\vû>³õÂLd–^oÿé@’M"
]
59 0.55 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
60 2.17 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%"
  "%|00000000000000000000000001994501|%"
  2
  4
]
61 0.93 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%"
  "%|00000000000000000000000001994501|%"
  4
  true
  true
]
62 0.49 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"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
63 0.51 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"7âÝ\x14­]MÛ·\f¶ž\x15>\x16]"
]
64 0.19 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
]
65 0.27 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"°g└\x00ðeM·ìÈk■Á$öq"
  b"7âÝ\x14­]MÛ·\f¶ž\x15>\x16]"
  b"ì÷;~®(JǺ\x18âµçãÂE"
  b"ï—\x7F„DèMÉ»®B\x1F>k»\x1E"
  b""\x05öBøtC¶û\x1AÅÐn\eâX"
  b"9b³ÒQõOì│╣¸╠╗E©×"
  b"P\x15>bÚrOg™T\x06 )\x19v`"
]
66 0.22 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
67 0.21 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
68 564.28 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`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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 ((((`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 NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
]
69 344.44 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`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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 ((((`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 NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
]
70 86.27 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
]
71 0.62 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"9«ï\x0Ej}K¤´à¢‚€dê\v"
  b"\x16Å╗ßBèë└W\x0FÉ'\x03"
  b"\x1Aª?A”õIÍ­'ê\x1EG— Ì"
  b"©!¥·ÔñO\x0E®Ó6|9G¤¨"
]
72 293.98 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
]
73 42.27 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
  0
]
74 42.06 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
  true
]
75 160.47 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
]
76 104.50 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
  null
  true
  false
]
77 0.56 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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r\x17H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x18"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t'"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r s"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x042"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tA"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t("
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t0"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#c"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04A"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tP"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006se "
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tW"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tQ"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006sfI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04I"
]
78 0.66 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r\x17H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x18"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t'"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r s"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x042"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tA"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t("
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t0"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#c"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04A"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tP"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006se "
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tW"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tQ"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006sfI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04I"
]
79 12.02 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.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r\x17H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x18"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t'"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r s"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x042"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tA"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t("
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t0"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#c"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04A"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tP"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006se "
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tW"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tQ"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006sfI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04I"
]
80 0.90 ms
# product-listing-route::loading::association::categories::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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G\x04"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G""
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G1"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G3"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G8"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™GA"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G\x04"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G""
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G1"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G3"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G8"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™GA"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™F—"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G\x04"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G\x12"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G#"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G'"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G""
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G1"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G3"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G9"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™G8"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™ƒ\x14"
]
81 17.51 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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r\x17H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r s"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#c"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006se "
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006sfI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x042"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04A"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04H"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04I"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x18"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t'"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t("
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t0"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tA"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tI"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tP"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tQ"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tW"
]
82 0.61 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"
]
83 10.72 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òŽÊsnMॖV¤màeY"
  b"ãLKj4åCn𨿝c¶\x07A"
  b"~ÖKOÍ\Jôˆ+PýÑð¸‡"
  b"╗UÍ\x15ó\x01B®üëð\x12\x12"
  b"É_‚aNQC5¨ïÅ}ÍèêÈ"
  b"ê\x1Ey▓ÁACwü┴\x19\r»Ûã?"
  b"žáj?[MI–¿{y¤ðg¾X"
  b"¾'ÜtFÚD\x7F¼\x1Df\x04f\v¢="
  b"\x04L‰‘våL\x7Fƒœ\x1C˜ÚJŒ "
  b"\x19Å¢ÃoÞBÅî\x03hbI\x03"
  b"\x00(ÚA\v┬MÚ│\x02yöVü┬e"
  b"¡R4*▓¢Jw┤Ü╝jü╗n\x02"
  b"·KÆ+Ç\x12K„¦‹éo\x15We\x15"
  b"KÖ¸3CbKo¼¨.–{\x12M6"
  b"^¾5├ç«Bq┐╠Ù]┐YøØ"
  b"‹ö\x11H\x1C{Aª·+ðׇv\x14ê"
  b"ý\x1FŸIæ„H˜ºÌÚ½+`=Æ"
  b"\x11[\x1Aü)\x11Oˆº\x01™wHG«Ÿ"
  b"3ªÕÔ(”EG¢™_?ÿc÷""
  b"█Àêát,Mü▓¦╣#§Ð┴»"
  b"wýò\x19ßWO\x17░ðvØ─G\x08å"
  b"│uÅ╚Ë2MÄÖDÓèìR\x13"
  b"Ïu\x1DÏ\x01mAx’»Ç\f>Éùª"
  b"$ÄQ<\t–E\x04¥;3…qWAé"
  b"P\x02\x06#|´Hæ¬ÊÞ³ÜÜ-Ò"
  b"¸æ\x05¡j\x0EBü‘؃I\x15<+§"
  b"?ÕÓa¸¤HùŸ:ýƒ`4Šu"
  b"_Üj\x0F\x1E=C-¤hý\tâ\x19íç"
  b"–ý\x140ÍÒB^™\x05Wó>ö\x07¡"
  b"S┌\fƒ  G\Å╝k\x18Ò├╚¾"
  b"“I\x18CÍOJÎ’³óbUÞ,?"
  b"¶g®mLuE(¥ð­±‹œ(]"
  b"═º\x0ENk╔Bíç5%üЪå,"
  b"\x12ÙSã×NC&”€Ã\v°\tÜ^"
  b"óL╣aοJ░ùÔ5\x10ñÉÛ³"
  b"Én§k\tBGk¶\eß6J\–w"
  b"%‰˜“cÁE\x00ª5]XœÀÂâ"
  b"Š™;\x13‚ÓJ¹›Ë±`2\x1EÓ_"
  b"b\x1C©\x1DdíNã¹4ý|þðªè"
  b"\x04Ü\tt\x14ÿDÔˆ–Gcò\x06ï’"
  b"#mºë°/Må¢ÈØü╠/wÐ"
  b"óRº\/¶E¯¯‘\x13½\x1FºR4"
  b"fë@#/™OF¢óç5¿/Ý2"
  b"éc'E¯™JŠº4í•$\x10»a"
  b"Ű\x03‗■¿J¦ç\x04v¬«&è┬"
  b"ú╣Åö¾\x1EFFôÝV╔\x7Faìö"
  b"ºÏûT(GI|’ŒÆÞÿ¸Ÿ!"
  b"ñV\x17‡ƒq@U‡,ðY\x08ÍC\x04"
  b"L▄¯^à\x13I%ÑLÏ╚+Ëûì"
  b"›ƒ¾®\erIå¨ÞØ¿uõæ…"
  b"8Û¢&\x17\x1ALX—HW‚H·ãÞ"
  b"z}'üäðN üµ¥°éLzß"
  b"»†p_Í-Fʧ(\rÕ\x19ØŸ"
  b"\┐þBb┤N+Ø▄╬aU\x19"
  b"¡\x16ζB0BI´(!¤Ïâå÷"
  b"'$\r¾A]Däºa„(\x035^£"
  b"\x11Ó\tÌ“OK\x1F‘«®ßqôÛz"
  b"IO3:œþB¦ŽÔ¤ÉPÆ·ˆ"
  b"ìJtÞ║═F.░Õ\x01¢Sc\x1F£"
  b"¥¬[x8ÈAlŒËŒÚºøºÊ"
  b"²¡?\x11ì\rLAŒ¼ÒÍ#|´g"
  b"šôÍH<\x7FFö¥ÿjQÚ¿§þ"
  b"àÃnrبNn¶Ÿ0>Q\tvq"
  b"%p´ÆÂALa¨\r@[‡\x1DÇò"
  b"ðpƼ²ÐA\x08Œ\f6)Ùzöj"
  b"\t\x10­o\x07½Bÿ“&ìãݺ7Œ"
  b"\x1C¼ÑM>šG´´jÓ\x05j:t\x10"
  b"\x1D..ð>-DªˆÚt\x7FúKSÏ"
  b"\x1AKÑÈ\x17ÍK…¦y\x01\x01œ)"
  b")Ëoï;õGž“/øÅØÊ¬f"
  b"|ù\×ræFé…ÄÜ=?\x06¡ì"
  b"ö×\x12ác×H\x0E¨¬Qþe^cû"
  b";\x04Ø\x04\x05nN[–ê\x05ä<·\x19\x1E"
  b"""
    J"\n
    Ö\x123EK¨ZÊ\f{‡#F
    """
  b"©ı6r¦¡E═Éd¹2¨á|î"
  b"(šv\x00\x06ªEÊ“MÚ\x11ZUê@"
  b"àz7L›ÊB-·åóx¸–Aa"
  b"õn¬/¦\x08B┤ØAÑ╬Ú¡ª\x03"
  b"""
    Nƒ¶[Î`O\x15\e\n
    ?ds@h
    """
  b"¢\x0EÎíìNF÷ï$÷µ.9©þ"
  b"¯uqúþ╦H0ÅdùÂa¥¢\x00"
  b"{à p|-E.˜\x16M¿¯:Æd"
  b"|þ”\x18o”Gp™0ŽÒÅ\x15:‘"
  b"É)ùáf@Cá±Ï"á€éØ¥"
  b"G F*═bFµÅJ┴\r\x0FÇ.~"
  b"Ä\x04g‹¤²IŸ¦ùmS™%Ãr"
  b"&ãcCN\x1CM@–=#\x04\x10¿Ä"
  b"3°°0öçOKÉb\x7F-àô\tK"
  b"vÜ0ïi Ea³4kÍ[Qì\x19"
  b"B¸pN>šLbšú(‰\x16uæª"
  b"¤¨\x03ˆ:RKš¾çV±«\x13ø°"
  b"ˆ·é9ÛcMü¿á}0¤ª\rS"
  b"ÅQL\r\x18Beˆ/DÆŠOÇC"
  b"ç«;b–§O_…yF`;EÇ%"
  b"\x0Få‡u¬1O‰‹Œ±%¤a\x02H"
  b"\x12©3»)[LÁ┤) tKØ)\r"
  b"˜yÇ\x00k‡F—ºÚð|3û‰Ø"
  b"éžã1=|IN£É±(§\x1F†û"
  b"B¯\7"ÄNì¾}X©·€?ú"
  b"""
    òÙ\n
    쫉O@ƒ\x7Fnç ÉšÚ
    """
  b"SA\x19ä\x13!C¦˜ß-tÇà\x15l"
  b"yR\x0Eý7ŽM/ŠÈx&}\x10Á¯"
  b"SêÈØÕþ@±º\x10¸ÈÉ&qA"
  b"$É=^—ÀKº¦ 1P~ë«C"
  b"'¬d"f¾F\rŽñ\x18@ÊSÈQ"
  b"6╦z\e3QN\x03ÑÍÅ╬ôÑ93"
  b"%%\x07ѵ\x00O\Ö\eü®╦║VÆ"
  b"yÂ\)i¸G)†ª\x054:{¡˜"
  b"Üþ\t\x19\x17·B8¢¹±\x1CÚò%_"
  b"\x06•ž©ÒéDé§ß44W\\x0E\x04"
  b"Ŧ$ó*}O[»¨îx±Ï3i"
  b"»\tÓRp=Hr«³®n\x1EZ\x15%"
  b"""
    \n
    Ϫº\nM•»OëO\x1Ek¸o
    """
  b"èûؽ╗,HPÅD¡þ}·\x18."
  b"«S§Øº”GW’\x1DCØc¢8a"
  b"K/Þ\fUÿDÒ¡"\x7F*öà^y"
  b"Teú$å8Kbž¨ÂÁÿo)a"
  b"lRo˜WúJ\x1FœéÅé\x11ö\x18Ü"
  b"\x03\x1F7¿Q├MZì┬¶&M‗└¾"
  b"R„ŸngjO\‚ï(ºt\f"
  b"°D°oMŽNp›½³\x03êÊ;Ä"
  b"l\t΄=ÁJÈšƒ\x10¬áÒ@ž"
  b"ÃûÔ5I©@\x0F•;!ûù9ÖØ"
  b"ÚÅÀ\x14àÂIx™{\x15#µfɤ"
  b"^©ñÒÎ÷O\x03‹ráa\x13q\x15\x13"
  b"ë‰\x01øFŒFl‚Áڎ爂æ"
  b"\x1Eª8ckÎK¶«\x1Aß ù\x1D¬É"
  b"Ó\x1D¸×ɾG£“'rIß³•o"
  b"ÌòaØt8F»æN┌ÈÆı'e"
  b"\x1AÆ\x07À‡`Jܯè*¼Åëøs"
  b"¼g\x1E\x021Dóü«┤\x07\x13-\x1A"
  b"õ\x19‚ëíHGf¤\tnœÎ«­Á"
  b"(HÈ\r$aAQ¢¨¦w©\x18ź"
  b"£­¿Þ£hL(€DZáá_5÷"
  b"Û“5\x03#_N2ŒZ謀³£,"
  b"zØ]ÆfgA£ž’ó€5ýL\n"
  b"?3~│4¼N\x04╝Á╦è'Å╗Ç"
  b"L╚\x0F.ë÷LöªÕ┬K-Å┌°"
  b"]<4PTþF{¥×ã[¶4\x13m"
  b"Q\x19+ü°öO\r¡/┴þ╠Tá"
  b"Vm9Z6­O'˜6o—\x1A›L."
  b"ø öA£fJ?¶(\x00‰i9{\x15"
  b"éz¶\x00ëHA‗ó¦V┤úŽ╗"
  b"ÏGÔ‚Y\x08LÓ èB×dz‰¥"
  b"\t‡™\x07¶V@…“dåX<øó\x19"
  b"„2#ùIðH\x11±ás\å6uo"
  b"•Ø\e9q'L$‰?=™Êœ\x0EÖ"
  b"ÍÑzú\x1AÐN§¶îœåDL±^"
  b"Î╚┬·±®M}Â┴ª:ºüú4"
  b"Þö ÂŒŠA»­šq÷Ðò™O"
  b"áyŽ\x05\x14’K¥ˆ„'ô\x04\x1F¡\v"
  b";9»ÜÜeH\x7Fº›äãGí\x1E±"
  b"_\róɪ«L¾Ä̶┌«╩\x1Cc"
  b"\x06®RNSÌF|§ÌÎ'Rºêx"
  b"næÛå\x16eJYÀ┼ÂÞ=ì■╬"
  b"-T~Ê\x0F˜CÛ‘wéü\x10˜cc"
  b"ò·!×ÉÁ@Âé5¶ÿü\x03į"
  b"ê¯ÁšÐ–Fõ—›‚\x00k\rªK"
  b"üjü\8ÚO;¬²5×(ÖU<"
  b"´ðI·F¹F\x0FØ\x1C╠ N$Ùr"
  b"¼╝_ß┐ÉLÞ¿╩\x05\x13¼Õ¶\x12"
  b"ºÞß)…²M‘¥}ÝÒÙe¥’"
  b"!e$0zºJ=‹±hâ’$ià"
  b"""
    gß9.{\n
    Lu„\x19Yfä‚ï
    """
  b"+„ÄT»VM.®m´-Â\x14\eÁ"
  b"""
    T+9Ä\x01║I¼«ù\x12\x08\e\n
    Úü
    """
  b"\Çšø(ØOMˆä®8;5|†"
  b"\x01¤╝¿ÉAEƒ6÷─Fxï²"
  b"ıD+DØ─BpäX\x07û8J>ð"
  b"8ü9\x00y“MÔ²¤œ\x00\x00]br"
  b"›qæåÅ¥O\x1Ežu½–ó\x04Ÿ."
  b"›©ä“\x7FpF…¸ÇP–Dæ2\x10"
  b"À^ÂI’xK\x1A”ám\x1Cï*P "
  b"\x04tCƒ¿¶@›’\x1EÅi\x14¬\x0E÷"
  b"H\x0F‗╠\x05ìB\x1Eǰ▄*■×å┐"
  b"?Ih\x19\x16SKÉíÓ¯Ù\x14¨▓¾"
  b"Å›1:ÓÈI\x0F©î5“ó1Ê\x10"
  b"\x03PF\x1AmK\x18ƒë~bOW4ë"
  b"½é}ꨴN\e¬\x08.ÚL+ÿ\x13"
  b"óO\x06>T\x03N¨¯DÞxƒ\x00\x1D°"
  b"\x16GÉn9QHO│»y²Ô_\x1EZ"
  b"qçXè\x19×A«ì &+bÌ\x05g"
  b""\x10’i\x1E?H\x03˜TMZ^é\Ó"
  b"B>L¾\x0EíDžžfxuæ\x0F†Ã"
  b"1‘Ñœ\x18°J'•\x17óüÌÝ(Ó"
  b"s Æ[S¼JÅòKwfWxòO"
  b"\x17æâ­é/I\x7F®\x1FN¬ö*º¹"
  b"Í;Bi.\eLØöþ)Þ\x0E\x10╣╠"
  b"(G?ˆÌ9@Œ”V#:"\x14 ¡"
  b"L}Td:–E%·\x18ÇÈèN{‡"
  b"ÞÎ1E£ìDB‡›"(s\x19\x7F:"
  b"`ó¾h\x1AqO£«\Á\x15»Ó7›"
  b"ÁËþm©\x15EŽ™å\x14ËtÙ£Ç"
  b"\x1FÀ¼>@æIGš~'ˆP"œŒ"
  b"C\x17\x07ú-\x1ELºˆ ïob;½V"
  b"^ZPÅØ┼D\x1Eï4Ôƒðw¢ "
  b"\va„›ü|EñŸ\x06¥\x04žÕX€"
  b"wƒÌQŠJNrž\x19ZÛ˜ßmý"
  b"¤§ªÁ:]Ig­ÈÚm¬]\x7Fã"
  b"›ºC\x01,JFÒ´õmžŠõq#"
  b"\x19JÂùµÓC¨…ÎYõZ‘Ÿ5"
  b"ãµRÂÀ\x18I\x7F³º\x02¦£Ku,"
  b"pvöØtÛF²Ö㩵╣k}Y"
  b"\e_QëcIû”jg\x03áݺ‰"
  b"\x12i\x0E[Ô:D\x00€©Ž®Æx<S"
  b"‘TIà ±G\x18¬UFŒá\fð\x08"
  b"¸░\x1Fé\x00_FûÉVäµ├è/Ü"
  b"9ƒ_Îd)L\x05†Î\x0EØ<…Uä"
  b"\x12g@\x16O\x00¨àh«rr_k"
  b"ûûd\x13îÄNz’\f{¨jkÍ?"
  b"ÿ°áçdÖMö»ZFÂ\x1F=a\x7F"
  b"Fy9Ñ\x0EFJ\x17¢ùإï\e·"
  b"""
    Gœr7\x12#Ož³'ü\n
    †â\x1EŸ
    """
  b"k╝Å┤Í=@ıÀ¹\x11o¹@┤5"
  b"ØlÈÊ\x02|J"í©░±i┴╚Y"
  b"*­}L,ÑK\x11Åv\x18¯\x05Ë=¥"
  b"„Ý„x¬v@M­=?‰NC\r"
  b"…•¾\x00LaAv“P@s\x12\x14("
  b"+-3‘}ÜGnˆø î\íy3"
  b"x¢wÖÉ%Kþ·@ÈcÕ\x1A\x12`"
  b"at«)c>IY½\x13q═Ïaì°"
  b"þôì\x02─ªFgÖó\t╠^[èu"
  b"=M\x0F‚ä=@ÔµJ‡Jg™²\x1F"
  b"}1w$\x14õ@¹«³\x017í7v~"
  b"]‘Ñ}ÉyG†°Év5705\x01"
  b"ØSþüó¯Oæïtä└\x15=L®"
  b"ºš\x02h1ƒM'¢ôÛ\x0E\x1Cµò("
  b"‘%ž²ÿÉB™€º±TnÌf\x07"
  b"Ô±\x04¬—-Dö‡üCñÀýi~"
  b"ˆ\x1E#\x14\x14#H<©šy´ƒ×¶Ê"
  b"×¥!­¥ÁAn¢RQ…¨\x17"
  b"\x00Å+C\x12ÌC¿¨ Ó\voj%à"
  b"\x10nsA\x14ìHUº\t\x01ß\x02gM¯"
  b"p¶ƒ\e¤GEÏ­[õšo‰Ö"
  b"î\x11 ╣«ÔK'É?ð>.ôòå"
  b"å\tî\x054\x18DÙ†]GU³àg÷"
  b"G¼é‹­éBç¾=¸Ù@8Æ®"
  b"H§%€!i@©‡èOº\x1F—¦R"
  b"R~„$û´Aë”aÀršÒ¹­"
  b"h³»iw\x10N#…è\x01\e\x0F¹\x03d"
  b"¥m€LÁÉJì´^/-Èø‹É"
  b"^m?-Å[F6╗?ÂäW\x00W\x13"
  b"Á`n\x11‰ÄID„òì°ÇotÅ"
  b"""
    é:2I%ÍIl”\n
    ³â¨Ž\tº
    """
  b"xØ ½÷$@OƒÚ¸ÊCùŸ:"
  b"ë¹iº:ÇGУã~ò\x1F•QŸ"
  b"▓ÔWRùêK«ü5âJ\x08e╔\r"
  b"©\x00\x08X±,@ıÅ▀┬%hç\vÌ"
  b"-\x08guµRN°¦{E\x08òähw"
  b"\x03wb\x1E║¥F\x19üU\x05Mò ¤("
  b"]‡Gäÿ¢C¦ºøxX¶Á:²"
  b"ˆ&à„Á#HV°˜Âÿ…*«i"
  b"a¶?‡h\x01BX‘\x01R¤`ÔYë"
  b"gS\x16\x15`€IÁ’ÂåX?ÊPØ"
  b"Í–ÛŽt]JÖ»®xéˆP(ó"
  b"0Þ0²‰\eK\x1C™ ¥MšÀ|±"
  b"~õXÓÜØIË•·9\x17\x10ÞŠR"
  b"ÇêIgì¹@\x1F˜zÏI\vôT,"
  b"\fæ®[…4CâªviÌ­)ôž"
  b"©aÝî)¿Jß‘}—ì—\x02"
  b"\x15&\x06MOùJD’™\x03õÁ¸ü¡"
  b"v\x1A!”æZJŸŸvú³u:Îõ"
  b"O’EO×:H6­¦qß¿¯š\n"
  b"ß®┐\tÙ#MýèSý\x7F¬Åêé"
  b"âã%J«¼LÛÉyã║ø\x19_┴"
  b"±}\fôgªJj‹"ø\x16íJÖ""
  b"\f\x12±ÑOLåÑ\x1CØ\»¾¥"
  b"""
    ü\n
    «ÅÄ\x1CN├ûÔ\G¨µYÌ
    """
  b"ÕÞ™Z…ŸNó¤†ik#†6â"
  b"\x1A\x08†LõûKú™¦1\x14öSª<"
  b"÷©5\x130¿JÁœÒR\x1AÎ\t¶ã"
  b"\x02-Áz\e­L™³ŠUÊ3T|Ñ"
  b"ê ÝW┼öK·üBð³·«d½"
  b"\x1E\x08\x1Dp?ØEÓš&<\e\f-f‹"
  b"XÛb¢WTN\x05ü\x7FÖz\x00│t\x14"
  b"ÅJ5'h┌Aø╝\x15ÛÂÍ~\x06="
  b"\x02\t9\tMLů\x03K\x1Dfţ1"
  b"ðVÓ\x11=`Oнq\t\x1Ai^â‹"
  b"@\x10ŽóÚcK¤·ÕãØ+k„\x1F"
  b"²\x15º­\v©L\x0F«ì+`x+ÝI"
  b"F¹$ãIsN\x17«ñ„725’\e"
  b"\x15\x10E2¢DZÒŽ8ÝË"
  b"\x07‚,ÝR\x02Hé‰_YD\x06ì}5"
  b"£Å\x7F{\vàOè \x07nä‚7\x14Š"
  b"Çþþ[r\x18FvŽ”³Tz̾×"
  b"‘Ú)Œl!NW«àÙŠr\x04óö"
  b"Ü\x11ûGG*E¬Ç>ô¦\x01|èÉ"
  b"S²[ä3┬N@Øñs=]=r?"
  b"e▒\x12³©£KgÅ╣NÕÛË\x08?"
  b"¸I‰ñ\ÑJ\x0E‰~ÈS¨¢å$"
  b"%ÞÔ':³G´Ä\x0FûüI¶╗ü"
  b"ìì~¡bäN\x16žŽqÃ1æ#"
  b"Ö]\x109BãO¼²ú¢ÝÜÝå["
  b"ìëüZ8ÜGÉ J¬x̪É<"
  b" \x06Õ\x1F\têNÿ­P¶ŒUxÛÙ"
  b"‚“§MÝ1GÅ•a!þ}¹™ª"
  b"´Q\x04)DˆLe©ªYË\x00ãP2"
  b"½èC¿\x1EZAa“Qæ\x1EF“Ô«"
  b"#¥ªnT^F>ˆÎ7êû¯¼G"
  b"xI\x04µ0¡BÅ░\x1C╠;×#´;"
  b"'§Ö“\x03tA,šçÖ\x00©Q©ü"
  b"\x0Efk=\x11×H*›2”,V¤µs"
  b"î9ªà}ëAú“ëCc«ûo\x17"
  b"þiÝmbºGË€ùâ—òron"
  b"^°DO`¶KðÖ<>HƒvðØ"
  b"t;ý╠f╩Bò¢ÍØ0¦§í─"
  b"|®G±ÛúJù³û§á\x0FÇ\x1A\r"
  b"ÈÌÉõ¹kI\x1Dè¡\x10¯ß└\x1EQ"
  b"䍯Êgl@\x01»æ'N¢\x1C~\x00"
  b"\x1DscÒªÍBu‹\re\x1C¶ì4\x17"
  b"¥\x11▓üy\x15L&©·╗▄¿ ·\x11"
  b"ÄÀí•Q¶JãŽ\e8D§„|£"
  b"ç(¬[jÏFŽ‹½˜º´—ô\r"
  b"\x17ô\x1A N€ºp5¨ªÀ#B"
  b"{J^õ'¼H\x13¡+cµH\x03©¹"
  b"üÍ=Ù\x1F«B#ø÷▀UE/ý°"
  b"…ŒSÃÓêBN &hñôÔ\eU"
  b"$\x16zfóMK†Ÿw^j8’+Ï"
  b"¥»w=?tG7ÑV¨%x╦Äü"
  b"ã[pkG\x08C\vŠ¡=´\x0E|v\x05"
  b"ý`┤îÜÄNËáÉ█^íú1n"
  b")žæf7\x0EKc¾U\x1Eî0ù)ñ"
  b"É"ÖÂÜÄBe¥Ö1´^PÀP"
  b"CÀñ+®#MÆíÅØ│\f\x10\x13½"
  b"\x12\x1F\x00P9#F½»\x02Çd}œ\x1E*"
  b"Øê\x12╠¡ÐFhìÈ┌ø3a┼½"
  b"aQ\vòtGNıò\x19K\x16ØÅ`Y"
  b"ƒØ |ðÿBQ¡jn\x1E\rɲ"
  b"Íî°‰o\x11Lë³»\eŸTï’;"
  b";ÁüÇS`A\x19šUÕŸÙ²°\x13"
  b"¾õzÒØÅImû«┴╝͸ì\x03"
  b"\x05A9¬|“@–½§#‡HÛžÞ"
  b"\x0FÖÓ[k\x1DOᵟ\t[øºl}"
  b"Ï8¤…x¤F-¦‹SLØÅEÂ"
  b"?Æró<8K®¤ÿ¹ü§¿Y¼"
  b"ý\x19¢<7\x13By¯a"ûC&#\x03"
  b"═,×Ð■»LMü3;\x13èîo)"
  b"ê¨w%\ÏL‚¶lÜÿÍåUË"
  b"òË\x1F\x19nƒM7—¨\vpÖÝÌ|"
  b"š."^Ó¹KE¡¼í¥Œî\x11}"
  b"\x1F1K,jîH“‡\x1FTs8§üo"
  b"ÚSZÓ■┐Dê▒N┐ÛFÉ$\"
  b"\x0F…ª\x01l\vK\x04©ÁO}é@ê’"
  b"""
    dxI\n
    5®L$¸\x11\x12—s\x1D\e
    """
  b")L½\x15\e­Bå±\x14k\x18†ä\x13."
  b"8_M┼ÌPBÑì▓Bc┤ü}\x07"
  b"ä╠╗îì§@Å▒Ë\x08wÊÎN¼"
  b"¦Ñ\x18×\x13öBd”Þ¸E\t\e0"
  b"Ç®Ž2H¬G׌ø]Ûfôf\x15"
  b"\x1E'eïGET‹­®ëiÏõ˜"
  b"ÚíL§\x1DÃO”‘X_t ü “"
  b"V{¼§ÉïI*çë╬ÃÜØ─]"
  b"ü+jüûÈAs║ &i‗à\x06\x04"
  b"┌┤Ôt╣¢Dææüì=òéªÒ"
  b"ÿÍËëæıL0ìmõýâ¸gå"
  b"»›Ùßw,Oc£MD{<W\e\"
  b"Ê\x0F€ YýK`“±à#êÒÅ7"
  b"""
    ÏÍž\x13+’M¢‹¨sIÝ\n
    ƒO
    """
  b"#3~î%¯IÉ»─®4~2\x13"
  b"ÒÏ_,kÞOð¿÷·à(þK—"
  b"ûÍ>\x11ÐðDº‰¹½\x15s°hþ"
  b">„þ¾zá@\x04³-î3\x114ôé"
  b"Ò─C®?zB│Éä\x12sÁý.▓"
  b"\x16®é\f\x7F¸J\x15á\x08a¾Ø╗#ú"
  b"\x1Dt\x7F´Å└AaÅ▓╚Ñf\tõp"
  b"¨\x1Aßè\x10LL0£5…wýÊ\x1E"
  b"Ä\x12K‰\x1D\fE\x12‘Œ…8ƒíÑb"
  b"'Ø.Ïl3Lòº\x06\t¿÷"%z"
  b"Zû€ny§G\x1F™0àb?ß]Œ"
  b" ì)FQnKøì\x1D«õ▀&»\x0E"
  b"j\x12wŠ„5AÀ¥A¯×rw‚\x1E"
  b";ðsfÑYH'À\x08ï\x02É0à┴"
  b"X×0•N\fOÔ¨%5\x7FšëØÝ"
  b"ƒ\eJ│}█C?Åu\x05ú¯>ý\x1E"
  b"*®Î£VkCA½Ó┐¼3\x12┐ü"
  b"\x07ëî5Fʬ$s:ºÖöÎ"
  b"µ7¼ÃÆY@²Éê\x07ÁG9RO"
  b"æÝFä)ßA\x18‘ü·GN2\r\x7F"
  b"4]┌Õ▓ìHÁ«┘╬ õ5û\x1A"
  b"ƒc?¤NÈD÷³#^ÜãÏøÞ"
  b"""
    sG½A\n
    ª@ð³þWº¤mŽx
    """
  b"©„õAø\fN)‰meXB!\x01"
  b"\r#šåEßN4³g®‰©‚„¡"
  b"é\x14È•ÿ³F•³K…iH{#»"
  b"""
    \x16oã║ìÛF\n
    ÿF¤\x10WÒ{ 
    """
  b">ìøÌ³`@ø„\x1E/„ùªåò"
  b"}?™äÛ\x1DK®‹¾W-ܱ¹‘"
  b"A¸]m1\x07J ƒ6\f]\r\x1AëP"
  b"vŽÊú\x01RK›¤((\\x12ª}^"
  b"ê&þܬƒM\x17ü~┐\­-\x18-"
  b"""
    \x1EÔ\n
    9MõM\tÅkÁ\x0EÑxZÐ
    """
  b"“C˜ŸÕ\x02Nðµ}§qaü»>"
  b"æÛQÜúLLZ½_t]âÌï›"
  b"\x00{±¥9|Jž´¶–ÿ\x03{:J"
  b"\x1Ca%ŸÞÀE\x7Fµ÷'¹_‚\x12\n"
  b"\x19½Ç¶IÌ¿g»ì略▒"
  b"Œ\x0EXòu&B3‡Ï[–Æ’\x15å"
  b"îŒðIÛŠG;µÔ^rCMŠ\x07"
  b"\x1FœèëvûEœ¶U¨\x010^\x7F¿"
  b">X¯ÍŠ\AZƒØ-/€OŽÀ"
  b"▄╗\x00wxØNt»zà±Ëa´W"
  b"çŒeÎhILBªÁ@²Û5Ïø"
  b"""
    EÉË\x15¨ËE&Š\x15µq?E\n
    Â
    """
  b"G\x0FyA■~Eaÿ\x03ºÊÜÆÅÐ"
  b"ݩΤ\x1CFJ-º—:5°…é{"
  b".ïà:/]C╦üº\x1AÆæ¨'h"
  b":.\x11ªûHN¿ƒé/'[\x19Á\x1F"
  b"ØhU\x08\x7FeLο2~\x16bº÷«"
  b"\x01ÄüÖZÁNuˆ;r{6aY©"
  b"–ßò–‚+Mº¸\x00Aq1œI\x04"
  b"\x7F,\x1F`\x1DºBÖ¿ÏI¤\x13\x1A"
  b"""
    \x1D†&\v©ÊH˜©ÅÝ\n
    \x07SjV
    """
  b"@cÕÉä■KUî(┤ÊE‗ÐÄ"
  b"!¶Ve‹WHˆ‘eŽ—¤¦áj"
  b"Gw²ì\x7F\fN>€TªQP\x0FÌ7"
  b"È®”[O!Gœ«*i¡sÛGø"
  b"\x7F\x04¼ÇýFO«ï‹¤Gç\x07§"
  b"""
    ·T¡Ö\x17¹G¬ìê\n
    )\tðR¶
    """
  b"\x05Dòû\e$@Ê¡1Hõ‚šèó"
  b"~\x1D~Nù…B•°ïkIg"T)"
  b"""
    ”“\x06G7¿A\x05¬6\n
    ú\trΧ
    """
  b"ѱ\x13þü}BO╝@┬6Ë{*M"
  b"\x10;²7÷ä@邈uœª©áy"
  b"µ\x03ÊÈ SNsœÏoXò¼zg"
  b"1fñXyâGØö~ô▄3¨<f"
  b"à]^ØÓ¤A<ì*▓ ¼■┬º"
  b"üâ,BÕ(HÄ¿┬ÕoºuÌã"
  b"╔E©└õØL6│}\x12ËÙ+Â■"
  b"Cüó7ÊAGrÿ¼ç»│└f\x11"
  b"²\x0Eqˆ¦„Ar„HÐ\x17¦\x01 `"
  b"\x12\f}$EG^˜éDZï=GÇ"
  b"GŠUí­³@\x15´ªèI'¹¾j"
  b"Orý°á\x06OQ‚ÿ.d_cô"
  b"\nÁ\x00B!{J}€ø`,œ#§Y"
  b"´\x05„·;\fN´«îÓ+ÊLŽ\x15"
  b"/\x05ä+IÎL<†\rÛ»ÙuË>"
  b"©Å\x07┘*╗A7ò*#ı÷àÝ9"
  b"ÎÁ\x084\x11\x10M|¨RˆSÖ7Ÿ®"
  b"\x0Fl¹MHöKv [³}Äs=Á"
  b"­w\x08¯½ÿJ±œ–´ïh#ùÎ"
  b"‚óáꃯE<¡5…Añ­.·"
  b"ÅË┘╚■lM#Â/\e▓ t|}"
  b"#ok7\tëCJØj\x18¸¦¡ñı"
  b"""
    \x7FcßöyîC\x19²ŽÞ­\n
    gþa
    """
  b"€aNÛ1ÄJÖœ;‰\x1C.^ð\"
  b"(üC5ƒ┐MÆì\x1F╠R5ƒLà"
  b"“µ¶ÊØ\x11@ƒ™ä‹u׎QÓ"
  b"/\v-╩EÇOüól\x16Ð$\\x7FÛ"
  b"€É—\x1DÚ|C\x1E”»ë\x17\x02\x18\x13õ"
  b"┴ñNCC$Ctêì╔S\x0Ey Ò"
  b"cþ^ð3GIT·\x11\x08:ÿ\v\x19G"
  b"Q\x1EºËï\x13G^½,^\tqþE\x1F"
  b"y0÷È\x02ÐDu¹QˆÂ÷\x15åó"
  b"[\x06»¿xCHwŽ\fÊ\x16^üKÚ"
  b"ç8b§]öC\x14¤+_Ë{Š$”"
  b"#ïõ\x0F'»JʰÝ\x10ì©)\x03ª"
  b"³Ó0Ú÷HD\¸\x05éø\x17©—("
  b"7”1@6äBÿ¹²§¯AùÄ\x17"
  b"mÃÖ'óìF\x10»'#ãªì«P"
  b"ç#åÄ\x1A\x1CM\x7F·É»É\vkœ›"
  b"PJ\x10¡ÉâA¸«├ݶÆ7¶¯"
  b"ÃsµZW’JGƒnQ1½\x1Cs"
  b"\x00\x0EHõØßE™®\x1FNu\x18l[›"
  b"/Ö³’ŽŠNŸ¥\x18a7\x7F²U«"
  b"§\vÆÇ\x14?I ’Ú½Æ\x15‘\¶"
  b"\x0E>A¶H# ´¡×\x02`T/"
  b"új¯¯Ð¤H\x13€^\x04Bo]Óû"
  b"ý‘ONîÊM{‚ë\x19±Â¯\x16K"
  b"ÕõºG"\x0FI£¾¯©S¥/\v\x05"
  b"\x1CÚæ\x10\x04âOà’&\x00Ñ×5WÀ"
  b"\r¼*\tWQB&·8aIX?Ê:"
  b" ÈšŽ-ELW«{h~Þæ°F"
  b"9\ňųI7“T—\x14,ì?\x01"
  b"©jŽBØHHÖŠø\x01ep’eY"
  b"/”à’­ïHX¢pyV\vªœE"
  b"╔Å̱e­I╠ú╦M\x1EÓ\x0F½á"
  b"6Æ@ª\x17\x10K³¥-,<³^س"
  b"¸Ü¶\fíýO7œÙ¡9’Õàí"
  b"\x1A¤ Á­jDÀŽÌ`ä£Ð‹V"
  b"êo<^¸╚NSÉ▓½¿1¨├\x18"
  b"¯ßWg(~G{íì╚¯Ë╚fl"
  b"•–©¶Î:MœšÊý€q\x12Å-"
  b"Ûd‰$-ÌB»«è‘°Iæ\x06A"
  b"\x19┬<øL│üµ\x1AK■@Âl"
  b"ë#þ¯³3H‘™qoãļ>÷"
  b"ùjNC\x15vBc«nG˜žø!ê"
  b"è^MYL±BÁŽŒˆ‰…s\r\x18"
  "\x10–<b[Fћ3\x12.`/.O"
  b"8¿¯\x13\x08KF[𓉩½þ\r\x04"
  b"º¥OÉ(\x14@\v°ÏèÈeá\x03È"
  b"—sÍ\x0FŠ"FK´ÏÑQ8\x16?ÿ"
  b"È+CŸÞ,HŽ…Ü%j÷;«\t"
  b"ºäï\x04!ŸN—«·ÒÐ6@š‰"
  b"|Zš\fç\x18D7¦(\x05—1t¹ "
  b"¸_¬ á\x14N\x08ƒáq\x19ŒÄ\x13¡"
  b"9½▒¶~▄MuÅ\x07d▒W°n!"
  b"”pf£ðHC\t»K=\x18©»Ü“"
  b"6\x7F\x07Âø›E>„¥še´ËFË"
  b"øfáùýÓN豄mñ\rpVä"
  b"K|+$Âs@y´ä\rwp˜\x00Ø"
  b"Z©°\x11YóO¨Œ\x15ö«øñ;·"
  b"ýµ."Í$E\x00²\r_ùsáÎÜ"
  b"{‰Œ²A€@j§²Œ\rÌ€;Ë"
  b"ºìþ]_îI›ª%³Æ\x10\x1C"
  b"""
    H}^\n
    ˆ\x1F@è‹õ6\x0F׆G#
    """
  b"""
    ½]Q/\x10úA9«•\n
    \x07s¬L;
    """
  b"¤ª»ù<üD¤´«Í€cr'?"
  b"GgY³çEAŒ¬‘€6Ê‹ó\x02"
  b"¦È\x7FA3»L©­^ùþ¤°þ$"
  b"\rxÁ &6@"‡Ú\x15ÍøRîÛ"
  b"?\x10ª\ÕÞFSÁH\x18\x14\x11"
  b"!"韚CA¥°uhnÎôþ’"
  b"ôœ\x0FÖqæEUŠ˜ ú»\x08tu"
  b"›6\x17Ú%\vMo“\x04–@\t/¤ã"
  b"þ\x07—_tÒN#³\x1F˜•\x03DU‹"
  b"\v.=\\x16\x18N Žä8yºK°i"
  b")âNE”\x15H—¤*[›Õ\x10\x17"
  b"PN│\x18:êL>¡8┼┌l¸¬Ø"
  b"Âîùb`ìHyééµ┼┐▒^D"
  b"¤šE¦ˆÖL¾¦V\x05\x17\x1C\x04ô¿"
  b"¹¸,̸ÇLTƒŸ\x1F+“­ÄS"
  b"\x16ïìßÇôN\x1Fú£A▒╗uu|"
  b"\x13\x12æ¢\x1D@¹¡ŸlOðò­\x18"
  b"[-[Ïb¾Dº£‚­3—n]J"
  b"Ð\x10ZØ|ÖK╚▓\x1A±ãüÂ÷b"
  b"b\t§^!ØJpï·éÜ^¨ë"
  b"ª]SH%I@õøÉÜÆø½°«"
  b"q«ÿ\v’v@ñ®0ÈRâX¯’"
  b"Ô\x0E:NKóGw£ÍKV¥ã\x1Cò"
  b"§S\x7FË‗÷@IÑhUÀ\t\x10¦Å"
  b"E\x16éy™öK3–\tº0ÞœAB"
  b"íÛ:3ò\x04@u¬m­ÆËs¥\n"
  b"pYëÒ\x03xB¾€Æj‡>Y³ù"
  b"""
    »\x06\n
    gNáëf┼Ø║Í╚"
    """
  b"@\x04’×ï§B4ª:\x1E€ó×CÐ"
  b"·¡)ð\x02gMª‹\x13½Ð˜/y_"
  b"ÐÒû­ÆFKë«Dælã\•ƒ"
  b"ý{u¿ì›L •¤¼\x12FM|î"
  b"""
    \n
    ýðŽ&\x03F\x01¨Í\x02£Dáïž
    """
  b"û\x1E\x07ä\x014C¾™¶Îǹʪ•"
  b"ç§Ö´°¯Mb¿\x11ÑŽ´&x\x16"
  b"ùê°H¼\rJ1£:\x15—WÝN%"
  b"""
    \n
    ¡\x05×¾®CK–6\x10°˜Ÿ¸¤
    """
  b"Ɉߞn\x17M‡·ui{Äq»®"
  b"""
    \n
    3!¼Ã¾IE—[¹RÊ\x07\vg
    """
  b"oçtŠ1—K(«y–qSzýë"
  b"\x16Î╣ËsØL¯¡sHGÔz«è"
  b"t\x18¡Ù”‹K=»ÿ<å„ÓA;"
  b"§í;ÑDÿLÿ£nü\x1F¸Ö;\n"
  b"!¤s5,;M\f¥\x0F\x01w▓├\x04Å"
  b"Ÿ|\x07{å½DÁŸ•]\x1AÂ\r"
  b"•r\x12PqyG7¯N!‘#O…<"
  b"leHâ\x17\x7FE\x1E┐´+;Ãü\x19/"
  b"l░VPaMIF║N\x08═ì╬Z»"
  b"öç>}\x01)O¦½\x19K}9|JÂ"
  b"¦ˆMuK\x18@\x03»"\eÊȈ7Í"
  b"±{´¬¦ÎB\x19ü¹¨!ºä8‗"
  b"E}´¤L\x1FG_½`Oت\x17\x07¡"
  b"cÈ[£a\x03Oó™»[º·²Aý"
  b"ÅJ̤┐¥CP½Ô\x19░cı¾┘"
  b"4K‹î\x1CnAæžZ· d\x16¹4"
  b"$‹B'f¨I“‡\x7F¿9z}v›"
  b"\x1EëuvbF†ž8\x14F©}*\x7F"
  b"³Áö%+ôG¡¯Š6ŽÙÈÀ®"
  b"UUSÊ\x0Ft@\v…çË×ÌýyS"
  b"\x1Aâ×åJ╣ìo8\x10Îhþ~"
  b"\x02¶òªÜN\t›T؛Ć-V"
  b"Òg█\v$nK═ç┤Ù\fÅäL>"
  b"×±Ý^`5J«çÈqØÈ▒~,"
  b"M°O$!╚H\x16Á\x06ØH5O2°"
  b"œ{Ð\x18fæM9£\x7Fƒœµ¡¿è"
  b"Ti}ÚÂ:M«¾àF­™p1ô"
  b"ÿ'…&\x13½Bnˆš\eRˆdH4"
  b"›ªhˆt2Lº‰ìH7{wô:"
  b"Ñu&7Ø\x16L@«ı╩0\rT1s"
  b""Äé÷\x16[E\f¤Üˆ†\x14†â\f"
  b"╗|\x0F£Ø─Hô╣‗Û´¿ß4¼"
  b"î™TUVÑD{‰\tµ±ù¼_¥"
  b"v\ep1àxK¥…\x10ð^½>£%"
  b"\x08ü\x08¨”EFʘ;>¢y|šÝ"
  b"EÕ■öÐ╠G2¡p>\tiÉ7Ä"
  b"”!æÆ3sOŠ3/ÜŽ‡?å"
  b"ÿøIö¤£J‘–·Ü zãÆÌ"
  b"ZxÈ\x11ÜxI”¯’¢]áa\x02Y"
  b"\x02Ñ,ìK\x0F¾ïx¶ŸoÛ÷"
  b"áÓÌÕâÓIذ5’ʆ‰¤("
  b"¬B\x00EÖqFå›ßP´ÇÞQ7"
  b"þÁƒŠ\x1CÓF\x7F·V\x1A<BÞŒ"
  b"·ß·g%\nIþ¯l&\x00cBËŠ"
  b"""
    4ç9[þzK\x0E½D\n
    ˆÑÄ\x07\x1F
    """
  b"ò…>ØZxEº•ëÉ`‹\x111o"
  b"┬╠╩\x12·>K1ìN/E:¬Rs"
  b"¡ì`—N™J¹›·\vÇnØ`Ç"
  b"\x16ùû9d¢D]Ø╚\x06:òñ┼$"
  b"*·W&À#C\x11£Ë\t\x1Cì\x01Þ\x16"
  b"p\tm▒yØE\x1EÀ¬▓öã3N}"
  b"‚ɰý¢wJJ­\x1DÎg\x02“ç@"
  b"÷\x04ÇgR¹E\x19†ß\x18·€¹w>"
  b"l–\x12qz5Ií°¬\x17³\x1Fá¤5"
  b"î=\x05¶0sDÞ‹¦iÇ~±¨Æ"
  b"#­¾Ó5‹L\x16¸ÌNÁG•`½"
  b"úˆ’\x12…„GÄ­Þ×Å̽Æ_"
  b"·]GÁ-ƒG\v»øƒÚ˜\x16÷›"
  b"""
    ¹ÅŸÁ\n
    ©Hz™ß\fº,ü#¼
    """
  b"ÅÒ«/Ó]J°ì£Ü½wËU║"
  b"Æé8t`ÚNª¨¤q0à¯\x06¯"
  b"\x10\tJýþÆJ© g;\tEyøé"
  b"▀┴ºÃ\x07FF╔ì┬\x08ð\x0EÃÇ═"
  b"\x1DvSÚÍæKj¯ÀÂôÍAp\x1F"
  b"¹Ü'R¸_HO€\x08^b‡}×%"
  b"""
    \x15ŠUFòÜLô˜óhÖH\x19\n
    ¥
    """
  b"%\x16'Ó»dO½©Úc9Á8q\x05"
  b"íFÎCT*C+Œ\x10y"èPPç"
  b"4\x00%#\x12aB9­:\x13yZ\x01Èü"
  b"@>-P¥|B\x17¬§¯®\tfö…"
  b"ÞÙ═RÅ║I│╗Ö■o3à½h"
  b"¡\f7ö5uJ+öî¢╔Øn.N"
  b"Ÿí»rÝsLN†x2i\x1C„Xp"
  b"³*<ÔÊHM}¶lxMj_ð¡"
  b"`Oëæ\x10>NJ½.\x12Æú\x07"
  b"v\v\x1Dñ\eE)ÇK║ñBB7Å"
  b"½Eö~²vIâ¥LU\Ið­_"
  b"&=àJ2ÎMªØo´µ´╠<®"
  b"Rõ¼\x00ÔòK²¥Þ\x11ÝJô"Û"
  b"\x17Ø\x7FÏ\x05ÙI±¤¦Ž\eoS\rë"
  b"\x1D¦|¼0\x04O­¿±EÕ\x1F—_y"
  b"s}hM=\x02D\x07Œ¼_`rcF5"
  b"€/©¬\x19\x11J)±\x02«L,”ë$"
  b"ΞÀ'«\x08L>«\x10‘ÈÅ‘ëm"
  b"Gg†Ç\x1FÎIë‚Vrã’P³¯"
  b"aâ╬§¥\x17OC║É$╣\x06\x07▄+"
  b"&æ"ºnpG†“Ú[ß\x00\x15û'"
  b"¦\t›£b-N÷´¤Ðœ†X\x08M"
  b"Ø\vÃ!╩‗M2╝\x07fÞÕ┐╔\x1E"
  b"óü:¸5\x05@@ï­µJ\tüu\x06"
  b"9á#¬PœA¼šáýuÑ©ž¡"
  b"""
    ¬}ðR├áA¢╝ì\n
    \vGÄv
    """
  b"ß}\x05y²™Kè¬V¶\x1Ff šÎ"
  b"T}\x08º®dCu©2\x03\x07poì\x18"
  b"(\x0Ež»6êD\x14™XP\v{ÅŠ’"
  b"\x06üïä\x06"LÊ¿X~ëÎ\x07î'"
  b"%\x02êÅ¿ÁMÒ¶&æ5ý\x12"
  b"EÈÞºç!E\®FÆÚ\x0Eš\x16\x02"
  b"ÙËO¹–ëKæ®,àÙÕ-Þ›"
  b"""
    ¤×ž9°ùI\n
    ½ú·\x1E)—Ãz
    """
  b"\x05ì§è7DðïöÕÃıñäJ"
  b"ƒ║UóÓpM│┤zrâ7\x0F"
  b"ý\tŸy˜2BW™\x7FÔIs\xó"
  b"ÿ!~\x16cGCØŸ¿E•\x19MÞN"
  b"±Ð (╚yCþÇ[\e.ìîÒD"
  b">£bh-ØA╦îÞ3)\x02îs5"
  b"~\x02PN8†D~ž†@\x08ÝÍ’!"
  b" üè“\x15ÍCª ®~U\x00Ì\x7Ft"
  b"àů{ÜKHô½qÚþ·Pè‹"
  b"Q¯eôVŽLP¾áÐÝu1Ex"
  b"ÄUf\x1D_ýD\x05žrÓfº`Oº"
  b"\x1EºàYÅÆCtÆÂ\x1E\x1DX└&¥"
  b"µÊy&\x1FeIÊŠG\fT_”Å&"
  b"""
    \x01\x07│ï\x1DaD¯╝Å╗\x05\n
    QB¢
    """
  b"äEªÞ\x1DùHŸ›+wek«àì"
  b"FeûI¯õFÿ“§@\x10މ\x1C÷"
  b"ñˆ\x10nøJG—“\x1Eì,ÈpÿÊ"
  b"■■\x14Kò¦K\x1CÂ\x03ب?øò¢"
  b"g\edʽ«NTޝĿ\x00Kr‡"
  b"┘ÌÈ╩p\vB>®V\x1D}\x07,ÅS"
  b">—Uü0dNØ¯çø’`Ü\x1Fƒ"
  b"xtì\r~;@¿╗^sFái▒6"
  b"ö+\x0E<n·GÅìÔHVÇk\x17õ"
  b"\x06\t!sËœD”·9ô6ô\x0FïJ"
  b"ô\x13┐&úÙL½ø¡üYwµÚY"
  b"CÂØ=lÐKëÆÁ┬╚┴ûoó"
  b"‘ûÄ¥;—EM¡5ÐóÞšq›"
  b"Z?\x0Fì£ÇG\x00´<¨\r´Á\x1Dk"
  b"▀·3`ñ©C?¥Ø\x08‗ó\vXt"
  b"äÞR/î™N—…³awÌ·Lu"
  b"ä\x1A²óÓ¡@K¹ø\x0FÕÏ»­£"
  b"èg60¨»H\x08┤tÇ╬\ìñ°"
  b"óÓNÕÑôG\x19×Õ\x1A╬T\x1Fì\x15"
  b"¹zH·ôA█ê«ÜÉ▀D═Ü"
  b"\x12Ýt]¡3G\x01¸CªD»A¹Ï"
  b"ðKý¢Ë\x02L{ü¯░│ç¡\x10É"
  b"\x12ÊÖ▓L&¡Qõ1║Øöo"
  b"a°«lÑÑC$‰ÚY\e+5ä¢"
  b"H@,æo:N¡ï░╩\x17À║7ü"
  b"Ú£Ò)gZLW¼î„\v?Nàz"
  b">ÆíXD«IÔ…§zOµÃ[ë"
  b"\x1CÏš¥tLM]­@¿Áê\x14ý®"
  b"\x15\x04r\x1AJsŒ—3_\x06V¢ž"
  b"XþÝ4ð¿BwœG\x05†O:×H"
  b"k\x1E/¸îåBkèÄ▀4¹>üc"
  b"\t¯\x12LNò²è[$fÓ8Ž"
  b"ùÃ\x02zw¿Gš„v¶âˆt¦\x1F"
  b"{«C└[èJìØ÷R\vÌ▒Ë▓"
  b"º°█\x06▓ÉHLøMÁs▄▓Df"
  b"!¦o\x07┬bD╠í\x1AØØÛ┬Ó©"
  b"¥:\x12&þ¶Jó»ÏâùÛÄ©„"
  b"O\x14h¢'#@m…ì²Wå§ß©"
  b"╣åèÛðøG\x1Aì│■ åª└│"
  b"""
    \x1DZLJQ=OïªÙ\n
    §sŽ–Û
    """
  b"gH²f{gLŒ”Mø¦GKË<"
  b"®|/üW¹Kè°«:6ùt>Ü"
  b"*5æÚŸ-O[±OùYh%?—"
  b"?\x1FØ╔\x17ãEä¡<¯│?¡Ü´"
  b"r.è…gÉF,…ÿ§…£B\x17"
  b"¸ÁyŽÒ O?®ZÌ•€Q(–"
  b"\x10ê©ãW╦HÅì¾\x16«\x1DO·t"
  b"¾{èî▄\x10EÄ┤÷P<¾©ØÝ"
  b"2\x19\v\x07úÊCù—\x13Ï”2ÑÀÈ"
  b"╚▒,¨9▄O¿ñ6uóoÞì4"
  b"\x05ލ«khH8¯‹–¦î©È,"
  b"""
    л\x0F>£´@µ‚„M\n
    ï}€ª
    """
  b"%SVAk\x05Iׯgå~½ÍBs"
  b"í×ü■╦}Lìæ"ÐT¬÷ó?"
  b"^z┌Ï&­DÿàC%ɹ\x10░~"
  b"¦‹‚q‡&IÙºoO \x1FÆðâ"
  b"\x1AvÃ@H\e@\x1Aìeqz\_\fÿ"
  b"&zú”¿,Eó§‚’Æ<YÎõ"
  b"Ŧ\Ú»¡C¸¢r·\x1Dµ\x1E7;"
  b"K˜øÝÀ7LF†·û³\x01¿\x14¼"
  b"Y&Œ®~nKõ®¾öCný'Œ"
  b"Õ<6kc‰Hª’É‘JM \x7F\x13"
  b"\x04#\x03ÊF\x18ª\x19D├└╝\x06ì"
  b"=fªw‡\rCÀ¡F‰5ߺ\€"
  b"\x17ÿéÿd╦EVô_vX\x14ÓØQ"
  b"Å>”–Ù¡G#•Ì0"ü°»\x03"
  b"S\x07è‡p'CN®\x13ŠåPèd\x7F"
  b"ŒF¾o;’KÒ¥™Ðù7h.‹"
  b"íÐåøî\x0FHï—_Bà-¸JÀ"
  b"÷~¾àV“Me¢ÊÆ\x19†…º_"
  b" ▄█J┤,K½ªt²Úÿ±┴É"
  b"½û¾\x13o7Bñ„K\x19Èb3ô="
  b"ÚêÊ®ù)H±’\x14Ò‘KI\x02}"
  b"ü\r¹¥=oNìé▓Ê─Òz»w"
  b"""
    \x04ÉP\x14Y9@Æ»&]\x02Î\n
    ‗ó
    """
  b"\x18Ã\x01»>hD2˜URÜï7ÐÖ"
  b"L4(\f‘òG:»cJ"L\x18Äk"
  b"بìÛñ¾F‗óÉ,åUrhÈ"
  b"\x1Dé*\t\x06,LS•°\x16\x01\e¬\x00Ž"
  b"îc»67¬Jr¥|\x17\x10@)ÅÐ"
  b"\x13–LÍÚVEž¼ûVpål é"
  b" L\f\x0Fñ4B‰•úÌŒ}à\x12\x00"
  b" Þe¼\x1FZE~ï7òÀfØà\x03"
  b"Ö_&$#$D\x01\eIqý83‚"
  b"ªŠ\x01©ÔŒB\x11žíß…Òw>À"
  b"°y\x14˜…ÝC\x1FŸg\x16¡ô=™ž"
  b"É\x1A•œAûEáµ\x03Äè>œêÊ"
  b"\x10²åAÒ\eG\x03ºÁÉÚèÚ¸E"
  b"–ÓA"x4CP ²†\x1AJ\f"
  b"B°ÎÀ-YC\rª\e¨¡Ñ\e`6"
  b"\x0FJˆŽŠE$½Á\x13ÇPÙ„"
  b"÷\x19a°÷+H律l\e¦û÷1"
  b"ÃÛ\x16\x1C©¬O4µ¬;\x15×Ä;\t"
  b"¾▀└\x0F£HDP©@ìK*╗±\x18"
  b"\x0Ed\x0E›È7JK‰+‘<꣩"
  b"¸=\x02¡8`O\x1CœÕnæBýƒ\x02"
  b"\eÐÒCKNº`┐«Íµ¾`"
  b"k²ÍwI\x18F¼¿iýïÏæ–…"
  b"³ô\x0F.þ¡BH¶C †;„Ü("
  b"'\x14’pí{CX‹âÜ#êá’{"
  b"‹£ÎÜøHCÕ…Õ\x15j\x05’‡Ø"
  b"=­i.¢ÞKì£õ¼Ã\x1Cú}r"
  b"Xf\x17‘.\x12E¤¸Þ½e]\x7F"
  b"ióá¤f­O™­@+?{cœ\x15"
  b"óÞ\x15\v%cAŦé¿ù\x14/°x"
  b"Z\x0Fíã(±Cµ‡s\x12•m÷Œÿ"
  b"'¨Ðˆ$WFÑ©Ö\x13\x1E¼€"
  b"Çw± ÅgI'Ä"Ë╝ýpëì"
  b"Ÿ\x1C"=\x01ÕA\x00\e\x04‰>z]"
  b"+Nı:\x1D┼K┼Ø`╬À+£Xú"
  b"¨Èo#Œ•LÞš6•~­Ù[´"
  b"ªmWÈËàAê´\x10\x0E"ÅéR\x19"
  b"\x13¡üèIˆ™/Ü]S¬–S"
  b"ì€@\x02\x04F/³Ol‡b’š:"
  b"óì¢└EË@ºíl¢‗ÄwKë"
  b"òÕB”\x01\x08Osº˜ª‰,·ßz"
  b"ž\x1Dç\x04v«@i€\x03\x1D\x1A\x04-"
  b"Ä\f=\x7FÏ,O´¨‰ä/,¿\x145"
  b".+bËZfG9€«êß\x7FAm<"
  b"œÞM´ä2A¢­\x00\x05\x06\x17¨"
  b"j2]•Q²C\fªyje´cÕÑ"
  b"""
    X\x07—2:lC¯¯\n
    þüÐyÞN
    """
  b"ÑÝ\x7F\rê£H¨º\vØ=\x02ö°▄"
  b"\x13°â£ÐPBË’RÛ¬QWª_"
  b"9\x10÷4\x14¶KÎì#¾õ\x1Dá‗\x14"
  b"©D\x19ÿ£U@J·®þä\x1A¿òï"
  b"""
    úµá?#\x17L/«¤▓É\n
    Jjt
    """
  b"¢┐çmìdLlò┬ý▄½ñ³Å"
  b"¹°gZ\x03lM░É3°\─\x1DÂ_"
  b"\x19\x19LlV²Gîšè\*î.­ö"
  b"$’mTEúD­²’„“·ƒ*|"
  b"|{öþéƒAÔ¢q­ckñÕñ"
  b"þîK÷Æ\x13Diƒn0Ø\x055Hö"
  b"1è},ØxG<åNX0ØÁ┼C"
  b"]\x7Fš—Ä\MŸ«\rö¸BLĹ"
  b"&\x10\x1EıA©É5 ­\x13ßPÙ"
  b"Z‰"Ã`ŸDѦâDn\x1Cž‰‹"
  b"\x18WŠÓÕF0³\x14Î*˜í\x17¯"
  b"ë1ëá&ÝBð║ÿÅÿ þûW"
  b"Ý¢Dù\x03¬L·¿¾PMÏ„p,"
  b"4€\x00yÃfAÉŽÛ\x11åS\x1A¡Ý"
  b"""
    ÁX‰Ñ7?K\n
    ²±3–Æ92O
    """
  b"¡(ú>]Cû¥…^^[ÃW«"
  b"³ø\rO"ËC«ÑÄØC$¯\x0E\x19"
  b"\x02Î\x0F\vXÑBŽ™? ^ÁLÉc"
  b"º=Ç│╚_M╠ØK╔\x13g\x11┴Þ"
  b"ùJ%ý\x160EcŠ•J³Öפ\"
  b"1\x02̧g¶L«·ó;Qßã„Í"
  b"▄ì╠<óQAèØ£pø&xº7"
  b"_vJü\x1D(KWáý¸hBeÜð"
  b"""
    W\x1D\9¼qH\n
    ®\r\x16PƦ\x05
    """
  b"Ë¢¶ÜúóOÖ‚C\f–ü•פ"
  b"K>U\x11Ï_G»«Q®R$ÆÂ]"
  b"\x06Á1¸›\x14A‡°ˆ(6`á\x16²"
  b"\x16\x7Fmf<COÅ\x16òà;Ú┬ð"
  b"üv\x1CÏlÇD\x07â&Ód-½\x10z"
  b"Œ\x17‰E~êG$ l=˜õl#\f"
  b"æË▓\x13äì@:░$T\x18t╣·º"
  b"dÑë vŒE,’)•õn\x16"
  b"e4)º\x1C£N\x01˜>`V\x1Cª1\t"
  b"º\{\x08ôtFu¥Ã«<Ì-\x11\x16"
  b"\x19ÈzªýQJ»­\x19\x08JØ6Ç«"
  b"/ðE\x08°8N+—E¯¯O\x1A@$"
  b";‰–¾ãõH\f¬µXÄU\x1AÕ6"
  b"(ãà¡¡´IÍÅéª┤..½\e"
  b"¼m\x1C±~ÖKú’°±%S½=ƒ"
  b"ÈñSøX.M»¥\v\x1C\x04üìZ²"
  b"ÓãV:,‹J\x1A¡$:Vá`ö÷"
  b"\x10"fây\rAV—h·ó{ÐC2"
  b"üĶRµäG\x02ÅÌ╔J!Òv,"
  b"µÆË¼\f(D┬óì╩ÚtP¯("
  b"\x05\vRpM>®\x0E^°a³ªº"
  b"""
    \x05²Zy8\x04JN¡|\n
    ìh═┘§
    """
  b"øæöÁ]>CưƒÇ\x06½•Χ"
  b"úÚªÍJ\fNY«WšƒÏ,x¿"
  b"\x06‚k2q˜E\x13…ê¦Â’\x083{"
  b"Ø}kÛ\x19FE¾ñ\e\x084&ZÚ9"
  b"""
    \x04\tx[¬\n
    Aþ³\x1D ?kt¸²
    """
  b"‹ÖvWå\x0EFЖ۸wà\x1Fê«"
  b"WI*µ§ZI╬âH\x16®Ø5(─"
  b"eì÷╝~ÆFgî´ÌO\x10[xn"
  b"˜ó"\x12í\x7FM\x7F«`>]gâ‚i"
  b"á~t0ÕlF\x03¹Ùúó}ÈêØ"
  b"\x13\x06K8▒(üÓı┌\x00\x08"
  b" ╦á§\t7F¤▓┴Oð-Âì\x18"
  b"\x1AüÌ\x14▄‗D-É>¹é0j\x08O"
  b"üWR└ãLH%áÔìÞi*¢Î"
  b"ÏŒ÷›Õ·Bd¤ô4 0ó’ý"
  b"\x00%P–Î\fK´\x1ElŸl’(v"
  b"\x00zØe2CE\x16¬v.z¡ Nß"
  b"\x10(Ææn†NK¬ægK.um­"
  b"""
    eî`2U“L‰¼ñ¹2\n
    \x10Á\x1D
    """
  b"""
    \x1D[½÷ú!B\n
    »ß^\x7FU@År
    """
  b"2Af§V @ù‰›èœíD)À"
  b"»3¢ûÐjA¢ÿ┼KÉ&▄6È"
  b"dKng\x0E±G5¨#®\x19bØ®r"
  b"""
    ª\n
    v^VšA¢®:\t\x04]G\n
    _
    """
  b"ƒ\x00*ÔÃVN ›Y•0JцÑ"
  b"QwÕ·_-CGªîqÖõý\x04¢"
  b"¸\r>¶e¬B¯ž(ä’mlE•"
  b"WªŒ…c\tB¦›\x04Î8û>\x00\x01"
  b"£cº@\x17-DÅöTYf"$qÈ"
  b"\x17Õì´1TI\e±²Æ\x05ä\x00ÜÂ"
  b"^äžLç“@\x1F¥2\x00ã\n\x16Þ\x14"
  b"¨mŒ¦â(J\¿ñ#xKþÁD"
  b"ÚÞI¹ËìAÆ’9â•”³6\x12"
  b"""
    )ÝJ½=iIŪ\n
    ­¬sË/Î
    """
  b"0ÞÞH\x16YO ƒ/@IÄxüQ"
  b"▓âYõ®░@F®$bÑÄ@░ü"
  b"˦\x03ÅÇz@\x13üÁÍM\x1E­-è"
  b"×·ı¹└®D╝Øû▄/']╣\x02"
  b"ðÖ┼¡\x1C-Jbá9ê┌ÁËì'"
  b"ØJ[«pBN~§^¹_±óÚ\x18"
  b"’ÓKa ­ABªYÂÞéõ…±"
  b"“ßÓQo˜E¨Pú3a÷:<"
  b"\eú\x178En»éž\x04)]ô\x16"
  b"Y»0š÷‘EÇ‚ôЊ^ݾ®"
  b"Icÿ\x17ªVM.°¨ñ"M>U+"
  b"\x16øw»œ@J2ˆø®\v=\x1D¨Ð"
  b"œ\x08qûá\x12GÁ—š\x1D25Úý¥"
  b"50ê¡\t«Lt¡Q9ÇooË?"
  b"¤\x0E×'œðF\x1A£f¸\x03Íï\x04ø"
  b"┐5╗\x17└ıL¡ƒ÷UüDõâ¡"
  b"êÜ ùÉ┐Lç¥BHö |Äf"
  b"d•³û\x11\x19E±¥§ºO§²{¼"
  b"‰VD.JHL\x0F³\t©\f\x1E¡ ó"
  b"\x11¯ÿ6u?I¯™]W9)<çñ"
  b"Ó:yf\x14#K\x1AÜTF\x01À\x06"
  b"náñ´FìJ\x10ö\x03╔Të┤ÿï"
  b"÷,▒HEQGéúü¨5þ \x0F«"
  b"R‹\x7F\x11ŽÓIæ´Ø+ƒ‰Ø‚­"
  b"Ùá\x02ñé LY·Aˆ—“™<¼"
  b"­ê▓\x01réOyÉJ`ñëK╩×"
  b"¹\x03ksÊpN*³®Õ+\x16êÂ×"
  b"¹<{Ù[LL\x18ÅÉÅ5î\v╚þ"
  b"6tàúžGN郒Z9^RQ\x15"
  b"\t«L:JÏ‹nY'õÚ$‹"
  b"Î▀æ¥,rE+║/\x13\x1Cü├èã"
  b"\x13¾qWOg‡jW\x00I\x10éö"
  b"_î lƒ\x10D\x0EšÉ0Z\x1FG.™"
  b"œ"\r±&ÄN\x1E¼‘PÖF5šN"
  b"ÑÕ½LÊ1E;µÝЉüŠTO"
  b"çˆd¿\x1EÖC;ˆÓ7Ï”üBQ"
  b"\x0E\x15\x06$vÙN¯¶“„›\r\x10Fy"
  b":¿âÖÀÒD0ºªƒ†Ä\rW@"
  b"=3ßls|H¾¬š{Ë\v$i«"
  b"°ýQT\x13\x07Gm®\x19\e+ÜR²±"
  b"ø\x1C°xÔKJ …\x01\x02ÏlÖ°¹"
  b"\x12Å\x18k▒YKOîíªwª%mR"
  b"© žc\x1AdDŽ£6|"%ä†ð"
  b"D–úv¡BN–„±ÔŠ0V’\x1E"
  b"±ìI\x13o>D$ôb=\x10ÙYº■"
  b"\x15{\x02ÿÒ’N2†–œ\x02g\x15b\x16"
  b"S‰Ë¡A=Nú…´\v)\x19†ã)"
  b"*èZ©ÿ$NŸ…-"‡/)ìà"
  b"Tô╦╗\x05\x00HÿùnCá▓\x1EÅ\x1C"
  b"""
    :Åi²è\n
    A^╗k²ó─ƒ7ö
    """
  b"ö\f³╬{zO´©ÅKÀ%~Ùn"
  b"¹w┘▓dÊHj▓øaî\x11É┴\e"
  b"c\x1E>éh\x12Gü¿hL],š¨>"
  b"A¥ñ ‡=B]¢–\x19]\f÷`g"
  b"}¢S\x1Ce¢HP£î\x12µ€ŽUv"
  b"<Z\x02Ù¸\x18Dy›\v†eîý#„"
  b"ðݬ(hXNN›OŽNåÈ—Ý"
  b"#ØSÐø┌EÔ½®IÃBIa¢"
  b"¿À_é¼\eEç–¦Ëÿ4GÞß"
  b"U¼§æ¥/OnŽÍ†\x06‹nÐÑ"
  b"§Â¾Gì;L┼ü╠D\x06▀±dð"
  b"\x05™²Õ”¸G\x19’Úa“\x0F°Ùu"
  b"×0Ù§╬\x11Ms¡\x01¶pR1ìT"
  b"I‗Yüþ<D\x06Â\v┬@á`|÷"
  b"\vÅMH┤¿O°äv\x0F{Ry\x7F®"
  b"ZabXÙ┐O\eé¹t\x17Ô\x07"
  b"\x1F„g§•Ô@H½†Wßh™º*"
  b"®Û‘?,£IY¡ûL4ícÙÃ"
  b"Âûþ¶QðF×´–ƒ \x7F¾|ã"
  b"|Y■\x12▀}Eëø Ä¿\x00Ø‗õ"
  b""BŠc^¹E2µ\x1D\x08¶D2TÉ"
  b"±°—Û\x12\x13Ji¿½í\tÃ]P…"
  b"¥/piʺFªˆLÇ\x16\x1FÆ"
  b"¦\x19ü‚ó7MK™Iù7h‡³&"
  b"o Ë#KèA‘¥=/Þ%¤»¶"
  b"—ò±ØT|KŠ€=SínW°;"
  b"Aù·\eÄ\x07Cïƒ1G{\x1Ch\x1Eì"
  b"Œò/Ëð\x00O÷‘< ’¦ñt}"
  b")–`D"*E›»d+/J*O«"
  b"Á>Æ·1=E–¡\x08N\x19éMnæ"
  b"'±Ï¦µOCaª"6¬;¤Ö\x05"
  b"¼áΣü%O:òíõI9KaD"
  b"G< L\x1E3D>“S\x03¯UrHf"
  b"‰éQ‘\x10Ÿ@ê©éÁ9\x08[8ð"
  b"\vøôÔ¸ñL5╗àþÌ┐éüç"
  b"í?\UT¸I║îÉ▄\x04Õ1ó."
  b"WÃÍQ¥PC\x03╗GÅ?²ª\x0F"
  b"ÄåÅÎX£Gäª7géÄp½}"
  b"\x0FÐðiGµ±\x00\x08òîß½“"
  b"ÌÅÑRœØIò‚`”\x7F\fÊ<R"
  b"âè—[Š\x06OT– \x07J\x03×\x15¡"
  b"\x171{ñT¨N.‚¿Dûê1’\x1C"
  b"V\x18àé\x12RO\€ûßwá‘5Ä"
  b"ıÉç\x1A\x0FëO┬ÿð\x15\x04kë┌4"
  b"\x14Ó\x00bž†D÷»]%¢ž;±ñ"
  b"ù\r▄è:üC£Ø'B+-;×Ã"
  b"wù┐îØàL|ƒ¼ÝôÜÆÎ0"
  b"î\x0Fê0&\x1ADú³·2¸`Uä­"
  b"\x08j’E‰\x17O€²·S\x1E£\x06å\f"
  b"ÈìüÔ=HJt¬\x02÷Ó¿─▒ÿ"
  b"Þ\x1AÖÝ0‘B\x18¾\x00\ÔÞÁ&Õ"
  b"´}0ïñ\x12I▄»8;Åx\x11╣H"
  b"""
    AtT°!¢F¹…µ¢ö\n
    Ùkv
    """
  b"ö\x13€¢1–@Ä»Dñ©q>'¥"
  b"ÄñÞô;«HÅ®9'ßµR\x0E"
  b"˜Ô€Sf~M³¢\t€;$á\eE"
  b"\x1F\x13=¦@K©„\x05"\x0Fßø("
  b"""
    þá\n
    þ·ÜEQìµè\x1D"║\x18ì
    """
  b"olz©Ó\x12I&±ko¤+õ‚õ"
  b"Í8/S\v>L²┤®├í#xü╝"
  b"\r€ß\x0FJùOþženKŸãâD"
  b"æ‘:^`~G\x1F¾\x0FÕž\x01SVÑ"
  b")óŸ\e«\x02Nø´ˆëʬZk\x0F"
  b"Xc·N_\x1CJ{╣£v\x11w@ü\r"
  b"""
    Øs\e\x05áÎOñä÷:╚\n
    nÛ>
    """
  b"õïÇç‘ÒBÁ“¦øµqx\f0"
  b"=L\x17i\x0FØAÙÇpÔÙ=ì\x01\x1E"
  b"#àbÃ**G&ŽqͳðÍ\x054"
  b"×@³U»:JÈÄMYÅ'┼▄E"
  b"å/·ß\fKIÔ©¼ÿ‚Ó\x02%b"
  b"[(ÒÅbdKõ´Ð¨XÈ>¦)"
  b"`É7OÇèE´ƒÎ\x1Ea┬\x07\x1C±"
  b"\x04S³¼Ž5MÝ»:\x11þµö¿¾"
  b"úJ¦®\x10µ@&’JáãðSÌ—"
  b"{™§+\x02ÎDÒ­}n\x0FÒDrŒ"
  b"ØKó~T\x08M^┐©i&å┴nÖ"
  b"ïÍÀ6ÍüHð×=)ÓkV-<"
  b"ì¶â\x13VnH\x1E¢$“ÀÑŒ\x1C$"
  b"‡{þ¼„\x1CC\x07‚aÔÝÄ0\x02H"
  b"“P»ê² L«„šjz"@Ç`"
  b"Ü_³0pîK'É;Ñ\x14©\v└1"
  b"¤rôú˜6H €¬2\x13ßKȳ"
  b"!É3\x18¤’M\x05ºoçjz±%¦"
  b"Iwçê_êB\x13°ê\x14o‘E´é"
  b"A\x00à%ã¸JÛ°xLÐ\x18²Ìh"
  b"N|{\t-ZG6ü\x06╔ÚbÉéÓ"
  b"""
    -~Õ\r\n
    æHã¾nŽk¹—'Í
    """
  b" ıé½\x7FHOÁä~ÉéÁù\Ï"
  b"øq:ˆ•\x7FAÛšío\x13î&ŸN"
  b"d¬³\r`\x00IÈ•"kY½§¢Ý"
  b"ui\x19¹s~K=›§-o3™;&"
  b"(BÈT+?B\x11Ø╣╩\x7FÎn±╠"
  b"f\x11,ØVtOa²èó­vƒ±…"
  b"Ä œ\t¿çI;¹î.–b[\x1CØ"
  b"\x0E‚Øm}MM4ˆ\x7FN`i"
  b"iÆÍ®RùMà Ú"Î\x116\e"
  b"8)\x00/ø_G­œº\x00\x1DÏÚÄu"
  b"Àß.ã\x194Fx–„j]"ƒÞ\x7F"
  b"ï»ý/×uD˜¬®½Ç\x0FÇ\x1Fö"
  b"\x06<Ï0‘ØF̓܉‹üDwn"
  b"¦À-lèåKÏŠ`+v•ïÊW"
  b"!]\rnròI­¬)©y<‰‚/"
  b"#\x19¦;>c@Ç´\x19\x18Ð!jWË"
  b"b\x05WæîŠC‹’éÅõ ž˜%"
  b"'ƒÝâC—I*—›§\x17`_áP"
  b"A(ûà™sA;¢×~\eÒ½Üë"
  b"Ñ\x02n\fl\rK]ŸöUé?sÂÛ"
  b"²×`1ûçD%œ›˜zvWáž"
  b"¯¤¦\x07÷òF\x0F\x1Aüfß”‹È"
  b"ç^[Ž_#JÉ«¤ù–­×ÅÕ"
  b"1C£áÈ‘Oo¹1¦·Ø½X²"
  b"gè/ÍQ“JØ•‚ê˜WeWY"
  b"\x02úùððÍK\x1A«–¢r‹$\x05y"
  b"\x0EÐO\x04ó!J­¹Ñ…ý\x081˜v"
  b"Ë'M(^\x14Jl¥eØ—¥“v¼"
  b"óžáújéFÛ¥¥½mìÖ}Á"
  b"\x00?R\x15´ÖMö´J\vc‡fÉ€"
  b"è9ø¯\x15\I#®æ{\x7FÍ@\x16î"
  b"XÈ_+Î\x19H×┤╣\x11┼Ø£gy"
  b"ØQÄy┬\x06@õÄJ╗¼aÂàå"
  b"\x10è—º\x05ØEì„ÍÒ*ËäÊf"
  b"ØÙyí░╝HÒÑ¡çÚöáÇ\x11"
  b"i\x01y8*cJЪס\x03\x0Eç"
  b"\x08%Á§aÎJ‘Œ…\x07*†!1Á"
  b"""
    ¸¨Ò-Š0Fo¨„ðu\n
    …TÇ
    """
  b"ÈÈeƒÀóE“¬´`ÅfÁQ5"
  b"ñヲ\x1EzG\—×\¤d@/c"
  b"ÑÎLŸ¬rNy·†Œ°Hëöô"
  b"à›¹6HåMϾýs”Þ§´Ô"
  b"$\x03\x10\x10nyJXÆÉ\ß\x0F\x18D'"
  b"\x1F\x16C¶ÃîJ¸‘\x16\x19\fsç&˜"
  b"¿%ÿŒ’pD®˜Éñ\e]Êd:"
  b"ÎÒE\x05FòH¢ˆ›~Š1‘W&"
  b"ˆÈ2Ì›\x13GÝŒá2“ø]\tl"
  b"""
    ±Ús\x15º L­üÖ4fø\n
    █µ
    """
  b"6Ñìó\x10\x13F,žŠR+»YÕ`"
  b"È×\x06»a³I(ìyoı-·çÞ"
  b"cQ< G F5£\x18óᤂ\x137"
  b"q•\x03ø\f\x18C•’]\x1EþÝýíÆ"
  b"\x13Ä\x7FNÏ»C©«&\t\x1EôÅÙ\x13"
  b"%Àã[†\x00MŽ“šPk›PRF"
  b"\rm\fõ'‘JH‹qá0[Òªž"
  b"tï±╣ìÌO]»Àâi<\x11`\x10"
  b"XÈØŒ†bC”¹Ñ¡º*–\x16Ô"
  b"ÅÁÃ▒╚▓G\x05ƒó¾\f┬§Ü\n"
  b"Ê™x\x10Á\x0EH £ÂÏNý\x1C\v£"
  b"\x1D\x05q¤F$“Œâ×™À\x05¢"
  b"<–oÐIÌL†ŒRÀJ½\x16=5"
  b"\x7F\x18]\x14J"íÀ 2Ûâ'ì"
  b"\x11\x05\t²[hDr¤+²ó®á±%"
  b"\x17\x16K(¶ÑbÙ¶|¬6"
  b"]6ü<í┼Húà}▀¨ä¬Ì"
  b"Á\x0F\x14ˆ7±LǼ\x1CÖ\x1AªQ-ñ"
  b"É»—/t\x15G®¿\CÀ\x05@\x0E°"
  b"4ı¥\x03üñJ\x03¢gص\e\x14êï"
  b"┼E\4sÚGç│Øi ïËþÕ"
  b"\eŸ[M¢\x0FE„ˆ÷¼[¦0™W"
  b"oiw└öÁG££\x18Ü·¡8ü­"
  b"╣t‗ü\x10²I[ë±Ë©¿Ã┐┬"
  b"Nyf\x15ýTB¶³;u}ˆ^eD"
  b"ËP║╠òÞMǽüV╔║3¥╦"
  b"MBž_¤vDˆšM¢[€/Óû"
  b"€Mä´ˆ @ޝ”\x16¸%ŒÊM"
  b"¼m!9ÿ%Lè¡└Ø7─+¯\"
  b"¿pDßò H­…zIƒˆšôà"
  b"ÍžPD„íGj³æ£ØI\f\x17"
  b"Íà¥o‚>LÝ­3Ä£\x00î(æ"
  b"ÔMÛÞçPMŽŽñ¿ESdnÛ"
  b"‰vÍ)â×M‹­9\x1E\x01ÀGYz"
  b"®v┤h╚╩Gf║É¢M\e»\x07"
  b"µ¶6°¥ˆE¦•‹{ž¨§R\x14"
  b"kÑdÓ”tG­³~ûz}DY¤"
  b"Él║Áì\rJ/¼nrS°ó ï"
  b"·\x00d¿\x1F½O¾¬ü\x1C”nÍ\x1D\x7F"
  b"ŽgWZûÑL}Œ;ÏòSP‡é"
  b"\t$F\x05JQè\Ø$7ku£"
  b"ƒ-–sÃ-JL¡mY%PÇÉ\x17"
  b"éütºC:J.†ÆPÖ\x12¦\f\"
  b"ÿ.‘æÜuM㨚¸ )Ò\x1C;"
  b"´\x05u—_gAÿ£cÀ@WH'»"
  b"Öó\ëQõH/·ßè:«çØä"
  b"ð:n\x16À—J¦¢|XÒ\r‹¡6"
  b"û9"áÈPOРˆ£ÛøÆÿ¾"
  b"\x14§agT*I¶Š»½»\e.\x1EÒ"
  b"“а¶¿ÓFb´\x15ÃTè\v"
  b"ÈïÓ\x1DÛ\x0FA,ºKšénP]è"
  b"\x1CXx1 ªH"§ Y•ž\Œn"
  b"""
    úÿ‡\x15ê\n
    Jš·§yð22£¾
    """
  b"\t\x1AnôØ\vJßçNZÝ:ı\eè"
  b"’ÈÖ\x06R£Di¬;*¢Tæ9æ"
  b"""
    \x1E.ÿá"=Hå–\x1Dpƒ \n
    Êq
    """
  b"L‰Œ€B>NTŒ\eÌŽÓÛ\x02É"
  b"œ1Eè_íJyƒU3\x03ýÊ—a"
  b"Õá&OadKøœÍG|¿HI¨"
  b"²A§PÒ¦A¨│×wLìíð▀"
  b"\x19(\x07Tå¿A³še!2È€È9"
  b";b_ï˜rGg­ï‚„£ÿ¶"
  b"\e,\x13NrDCº░®ðIìú╗1"
  b"§«\x11œ³»Lt‹­ï>Æ¥L7"
  b"┴×\x182\x11¯MrÉ\x03öý½\x10"
  b"ëÁ1èsû@H¯\x1D\x164¿/5C"
  b"ô‡´­£ÈG€¸øªE]…}<"
  b"\r¤–I°±O\x0F«*Ê\x1C\x19"
  b"ZìÇ Æ;C║ÀÔ°"Y°ÏÛ"
  b"½$\x19òɵKÁ±A2¦Ò\x0Eºî"
  b"OÑüj4─L{▓¬H9bjDÄ"
  b"┐ÍK¢<ÒO\x1FÉ¡#?\x145<@"
  b"^t¸\x10S\x1CJ+»\x07\x1CZX‡L¯"
  b"ä:±¸‘HEî¤CûS\x08$• "
  b"9öÆ-gêGŒµ™ø“ÿò(®"
  b"Ç;Ä\x10ød@Ŭ.&\x1EvH┼?"
  b"Õ\x7F\x05f×HO\x14–‰NE·\ró\"
  b"\x14&\x1Dm#HE¿Š\ttAªxìI"
  b"RVøKrI@ßµËÛèô\x17]@"
  b" lTñådNÝ┐ÉßXwZlá"
  b"\x17Bë~þËOî˜jé‘e½§Û"
  b"„¦í**fI’˜J7—Býa•"
  b"=¹²ÙúžG‘ªª\x05ø÷ÑÒç"
  b"(\x06î&\x01¦N­™™Ú\x12ô¾Æ˜"
  b"ø$¿öóyG5áÒØÕ4ÞÈ\x05"
  b"·\x1CËr8ÂCT…É^ÖÙú’r"
  b"•'P¦¨ÒK\e™‘¿Ø!ŸRn"
  b"ñ\x08╚┼¼äF4ÿ╬Ñ@jªìD"
  b"Å(¾@ëçCÆô­¾=\x12\x1Fÿ'"
  b"»ÅVà\x15ÿEè’\x07Æé%?w‘"
  b"×RFN÷\x05Cà„º&­è7cÀ"
  b"Ý~¥¸&\x03A¬¡)Ë]╦EAÅ"
  b"\x1Ft"°4\eDšŸZi\x08ªâNÌ"
  b"ú7ÚÉÎsL?½│á\x13╚]\e1"
  b"Ͼü─dRAÝ¿6½*\x7Fê,N"
  b"5;“i“—M®¾@ûâ¹ÂÓq"
  b"É`åï5ÇKÜ▒U╣s¡¯ó½"
  b" Ã/┐▄─@Øü▄\x16\x07UÀéÁ"
  b"${\x14 O¶Cw┐ÉððÇÃ\x12#"
  b"×ôÒðÃwBI²¹ÁÉ\~\x08ó"
  b".§%¨ã\rM¦€–,W„@ñŠ"
  b"\x1A\x03Ë{jH•‘ü@\x1E¥˜|Ç"
  b"7\x1Dî\x17\x1DvB©€\x00lÏé\x10"
  b"\x14¹ÞV\x01\vM·¡JL¤±±¦³"
  b"""
    ·\x05\rò\x19×Gî™\n
    RN_áaû
    """
  b"\x18ónÆ•ÃKÒ„žÇ[\x15õrh"
  b"\fì+?^ôJÌè\x0F%W{┤-\x0E"
  b"&†\x7FáéÅM|½ækXá`œÏ"
  b"«\x00\x08\˜]Añ–!·=_Œ\r$"
  b"½ÿJVU\x11B¾ŒðàIŒ\x1D“Õ"
  b"Á[¦ó¿ÁN·šš\x12%¡úõ÷"
  b"SLñµt[L\x01·”Ë}ð­\e¢"
  b"²\x04¼I#F\x08Ž\x02V\x17¡ûœ\x02"
  b"▄H.nèßB\x1AÁ\x13\x7F├üUÕa"
  b"\x15\x13k!If±·9sh—@ã"
  b"ƒÆ&hC\x13Lš¹St/dc¹Ã"
  b"7ù–õ÷!I£¨t=ÀC›i£"
  b"RÕÎ\x08█¾CûàÝçÉ1,ñ2"
  b"í!\x1ELæ±E\ƒñ\x14Ø'׺3"
  b"`¯š¦fÙF毦Ú߱^\x01"
  b"¼<¥¡¼šOVºÿÉ_Ëq”\x11"
  b"\vOô€ \HtŠ)Øã±\tî\x02"
  b"15*J‹\x1AJ\t·ƒñ»\x19²Ñ\x18"
  b"ÊTÐ-®äDû¡Š#’––'["
  b"ÉÓF-w³KÁ¾ó¿\$M%E"
  b"kÒ½0})Kî»(ÒÔW´¤\x11"
  b"Þ‰ÃÇs¾GM«¶ù\x0F¨\fæ\x14"
  b"2*RÙ§÷@áÍå'‘©#\x08"
  b"rúé)\x1CçB!¶GÇ\x11\i9r"
  b"H²b\x0F·èM½Š\x1Fè 0‡ý×"
  b"¨èÖqæƒOü╣^q\x1C┐²í;"
  b"\x1EÏ«┘a<KpüÞp$µÓ\t["
  b"u–ÔùV\x00H݆œEb¾0,s"
  b"\x1C\x0Eƒ¬Jæ”P*ñ=\x1E×c"
  b"""
    ¿šd\x1EÖÉO\t®ƒ‘Ö'\n
    ±\x05
    """
  b"\eî\vª│ÞC/Æ▄À-I‗É╦"
  b"\x1FZ\x18lZ»FḢ\x13Q\x02x>»"
  b"Ó'8lI\x13K╗Ø~╝\x07ZÃ▒╝"
  b"f›\x16ÉNµMh²b€„Á•XŽ"
  b"Ì,\x13#\f)A8—ýmÁ@û­ "
  b"\x01œBkJ\x01LΞ:â%Ô~€L"
  b"b\x1Aè.üÔB\x1E¡\x19%\fTÜ}a"
  b"×WQqB\x01EDìUç@O¸ms"
  b"\x04<┬\x00\x1EB\eú\x02■Áì9\x0Fä"
  b"\x05„:wX-E´¶âïªz´¿\x15"
  b"ñ©_%å\rBTÉΰ¼\x02\x07╩¢"
  b"nÐ…,-·@Ç®èYÐE¤:s"
  b"È‹FGêÍF¹ˆ½/^œkYm"
  b"ðUê.ðàI}°Ù)\x04ï\x15Cn"
  b"TÎEÀKiMÝ–Ûã¶><a-"
  b"ôÁ¾›y4JÈ”H\x1C¶Y‰ª‘"
  b"Ö\x18\x17†G\x17’.Ç\x14•ï\x1C¾"
  b"OƒE'b\x10Lzì´█u7"à\x19"
  b"G\x14ü0ËpNA×RIÄ/u}ö"
  b"ÛÐÒ\x1FÑÝFÝ”ÂÁRhŽQ\x11"
  b"¦Q‗r\x107JÐêü#+)ôþ "
  b"GÑfe¬ZBû«ÈxF­ƒH}"
  b"""
    ]­æ¬AIG/ŽõA™\n
    XÍë
    """
  b"É1=\x0Fò"@L ?î¢?-\e\x03"
  b"Ÿ`8&oâMüºûëlŒý\x14g"
  b"Ê"‡ž\vlL„ª˜—+~EXª"
  b"\x07su‰\x01ñG_¢à¿ ìE5„"
  b"RÁ&†:\vA\x06§©ÿ¶ÿºJ\x19"
  b"T!▒üÌ│D\v»&░\x13ß▓'╣"
  b"ùøBÝ©\x04N1òüÄ~ê¯d>"
  b"Î\x7F”¬(»D¿¥\x1F\x18Ë?\t."
  b"Óu‡v×—AZ°2íva¶êG"
  b"\x07\v\x16jaþM¥»£\x17qd­üØ"
  b"ù\x0E¿ür\x1E@U®\x04¦¢âDE²"
  b"¬òœøÏøMê˜r\x05ï#ÖGK"
  b"\x18!°L²kI\x15¾Ä¡\x1DS\x02Ûf"
  b"""
    $]\n
    ZMòFªÉâL&ñ\x05Ó╝
    """
  b"¿3ß▒­2@ıö╗░·x\x08▒ì"
  b"¸„\x1Aa\x16ºJ´º Þ´?¯\x0FÛ"
  b"Å îVi\x0ECλÝWéÌß\fZ"
  b"þ\x1E\x0FI\r}N’гÛûc±ðÀ"
  b"\x14 § \x7F\eGÈÅ&\Ü8}╦ã"
  b"ê\x13vpÉ+AR▒\x05Ð╗½KP$"
  b"» \v¥Ô@O!˜B\x15ko7=3"
  b";ˆn¦âbKS±E©\x03ÙÙ¸œ"
  b">WWÆÜ´J¸›Œ£ªÌê›:"
  b"""
    \n
    ô\x07ï,/OmŸ.¼\x19ÉSx—
    """
  b"S¥'ul¢G{˜hêyI\f"
  b"\v­m╔µ■FÊÅR±ü \x14"
  b"Á{ùž „O}¶X\x05\eÇ/j\r"
  b"D?Ã\x04½(Oïº^—:\fº4@"
  b"SM=\x1E\x07‚B\x16†Ïƒ«Ñb/\x07"
  b"P\x08ÜNÀ\x14N~°‘°Ñ5T¨¡"
  b"uL†åp¹G¿„&Ó¨º›±9"
  b"\x15ÎÛÂvL[¾\x06ì\ËQ_µ"
  b"4Žê\x13R>MY˜Þ^\x04-<uü"
  b"▓F*jþÀN\fúÆ\ßÂÿ\x08Ø"
  b"—hî#î†B¡š\x11´}\x02Q\x07M"
  b"¤ô\x0E^×iI\x17·Ý<Qâ4²+"
  b":2@ÛñqOÇ³Ž²,–©‡W"
  b"@䨍ı┤L\x0E╝í\fDñÊçª"
  b"´ç}kÕ▒OÉê\x17▄╣Ul┼\x17"
  b"1i£\v?´DL…?@\x08\x1E2\x13\x1E"
  b"È$p=├`AôØ­"6`╚b┌"
  b"&]ó!ötCÆì¸³*\x13!Ú­"
  b"B2\\x07a9Oó©\x13-É´ê\f\x11"
  b"┴i¬JGõMKÅ─³d0\x01}\e"
  b"Tsf\"0A;¸\x1E!d1̧w"
  b"ÂØÂ¶╣ÖE░║â╔´MÈ\eà"
  b"¸gÛr\x14÷@F”qºOsRêã"
  b"\x18jZ+•íI°¢*~}Unõ¡"
  b"└3\x01ÓµüHƒûìY Þ>Z\x14"
  b"U\x051cı§Gjå┌Ø7Gåc¯"
  b"éc8ÏZ¯Güê[Ú░ñÅ\v¤"
  b"\x1AÊ\x06õAøÇì»│åÃ^╠"
  b"/41Ô9jM\x1E¼?OQní\x08ü"
  b"\tc¹ÉMåŠ\x1E\x1FPPQ\x04ó"
  b"jlÉͲâNjûyü(6AÊ/"
  b"rXújcQE=‘öe»†UÎ\x16"
  b"\x1Déd_AH®│ì\r\te"
  b"7d[L:\tHǺÌ},#T‚6"
  b"OÍ<\x18œ²A‰ž9ÎL 1¿¢"
  b"\r\x13^;¨³Mʼ\x02Á\x1FÒ\vƒ\x04"
  b"­¿­I®óN‚…e\x7Fá<sÅà"
  b"y>\x08æ\x06ÂH,¢µ@½½\x14x—"
  b"±,Uÿ\x18lN\x11‹lg*Þß>`"
  b"ÂÖ\eì\x08{FÉš)Ç\x07òÍ–¹"
  b"\x17à#\x13s/CrÅ0▀«ç╚ Û"
  b"à¸\x11ùÞ¤KtÖ»e]║'-É"
  b"\x0Eü¬t\x07ªMA½}øâ\rC\x1A\v"
  b"ÑæåšöóA\x1F²Š¿¶ˆ˜\x0Eê"
  b"è×8¨(IK…˜2+\x15©¥ôÁ"
  b"d\x07nMo$Gg²\x10Y‡M:\x0E§"
  b"÷Ô\ri\e[FxèÙ¤ü\x07Ø0h"
  b"†u0'ü§Oc‹¾íÎ\x15\x18"
  b"Þ)‗╠!ýCtì+c£¡ÂÄ:"
  b"{▒▓)┌5GñÿvL]ÉîÉ\f"
  b"–æC™"?K¦™¦‘|A\x07\x12?"
  b"¢‰\x7F\x05fòAÖ˜Ödò×L™\x08"
  b"ÐÿqpP}J,´à—ñ½at©"
  b"Ý?øûÖªJ¿ºf±øú¼¼K"
  b"Y\x7F#pµ8Kjž\x05Éj\x195Ýd"
  b"""
    ñ‘áÄa÷M0¸\n
    ñü_” J
    """
  b"KhÑ–òÐ@רCÂ8¶µA€"
  b" \x13┐mÄßOÄü3l\x11´á\x1D+"
  b"""
    \x08ÿ\n
    šn¤LƯ8\x04X\x18\x19
    """
  b"RJ|ÒÀÞJŽž´á\x14àñY™"
  b"_÷»Úl\x1DJ\x08©_€¡‡0oc"
  b"o å\x1Cæ#GD•ˆ˜‡\x1F\vÍð"
  b"\x11Ô\rF=ìO>‰\r4:¤ÅG6"
  b"D+(Ž\x16ãGc‘-óÄ\x14q\x1Fþ"
  b"├═aPºüA#½¾b╬BÁYÏ"
  b"Ì┼ò╠┴ KÖì\x11\x1DÔ═Ð]\x12"
  b"T6®;■\x11IÅ¢\x16┐╠é┤p["
  b"~Á1\x07éñJD¬Z²øpSÒ\x19"
  b"«£îZÍöK\x00æ\x1C═`ØæÕÈ"
  b"m¸╣▓Å\x02K█▒─û\x1CßrÐb"
  b"¶—zÒgY@§™ÞCd1­¤)"
  b"#t"ëð[B#§Í#Ê©\x17"
  b"N¯…}d²Ge·q\x15‰,¸\x037"
  b"wÌå*þVJ\x11¢¶=€æéVY"
  b"—c\x1F>{\x1CEI—¬ÔJå°à)"
  b"'+ú*luAجð‰S\f§\x05\x14"
  b"¨Û\x7FßHÕJå‚\x03Æj/"
  b"\x172‹»Ë\x1FF\e¡`Š®¶GF "
  b"i•ÄE\x7F\vD…’¸ö;}”N,"
  b"ü/╗»*\x18Oìªf>ıÔ*åK"
  b"šfƒ\x14\fzKl»,\x10\x11>\x03“Å"
  b"æö¯Ø»ûH[¨)4n\t`žÅ"
  b"÷+ÅpîÎI½ñs╩┌\x13ï─═"
  b"z°È¹┴éJËøÜØÞãZ<¸"
  b"¼M‰ò\x0FBDã±¨Ýø\x1DQˆ¸"
  b"[1\x1DÕ‚ûIpŒ#2¢É¶§þ"
  b"a\x14ï®é!D–¬V5\x04ب´9"
  b"8W▀rìãGPÂ&ò±$ľô"
  b"]ogâÛ:O!ØÌôÖÑ?\x16\x10"
  b"\x08o\x07;\x05{D╚ìh{\x00!Á╩F"
  b"\f\f§\x17)A┘¡¼Å%®t├i"
  b"\r»\x0EŸr“CÀ‚ÓP ìS™š"
  b"ˆî¨q\x0E…BE‡ÝÐ6¶\x1A5J"
  b"îK´QªAA‡¼¨+¼\x11òû¾"
  b"$┘■Ê,╩K\r£ƒf~üÍU═"
  b"´<oê6”Gq®ê¥‹¨ôÔ\v"
  b"´çUÈ4ýB>±íf­jKcÕ"
  b"A"mÇÍ&C‡¤I\x08ðϧ—b"
  b"Gy›uÚ¡KQˆñ\x16ï\x12¯6§"
  b"àØp|â8M3‘EÈËT°'½"
  b"ãœ÷«)4Hò¯˜9io<üå"
  b"‚ïQÎm^A|ˆë\x15^==W\x13"
  b"CkÓŠð|Mµ’]—¨[»®F"
  b"Q[¢¦ÄžEz›Ð³ƒòzÑ%"
  b"šW–\x14{…H\x19“ðÏØú:Òt"
  b"\t\x0F¢cLÔJaI3\x17Ìú"
  b"j˜Vuf\x05D\x1A»\x04•²Ÿ\x1F"
  b"¦à;\x00╠$C└Ü\x1E\x1FÁÄ\f"
  b"\x1C(JONk‰“0L5ïÕ“"
  b"ÇŸÕ\x03ÒÊKJª\x0F\v‹´\x19Ä "
  b"k\\rå═b@Øå\x14_Yi\v╩Î"
  b"ù¹,=\x17YEs¶,¾š—³·š"
  b"\x19EŨ╠üIO╗Ó‗ÝC^)û"
  b" C\f胸EѦ5\x1F\v\x01mÌÒ"
  b"\x12p(ø@5Jn“Í\"\x1F°Å2"
  b"ƒ\x05ÿ[»¶G╗ìë\x06Ã뾺┬"
  b"erȸŠG¼»I—\e«ó™–"
  b"®þ\x01÷¶ÖJ\x7F¢\x15ÇŠƒ=\x13É"
  b"3¼—#ñUF\x02“éH¼£QÔ“"
  b"³\x01ÎCF)@\x0F‡Òþ\x14ªÈ\x1Dò"
  b"\x14\v>˜­»B£¹q«¥\x14SbA"
  b"\x18\x14)\x0FwºE║Ø!\x07/╔2┐┌"
  b"G\x1Cœ\x1EøÞFþ©m7zÍæ%²"
  b"Ù È\x04b‰@o­\x03\x16¬\x10\r"
  b"_+øßI#Nù¹ßK\x02ª\x10hL"
  b"ì\x14¾öä#L§ŸÛ¢\v$ï(("
  b"dXeî\x05╗HóÇÅÑÁ)╬┼;"
  b"ã\x17 ÷\x0FÅHfïðw▓\t\x08¯®"
  b"àXó?ÙLO‰²¥_#vVÏ@"
  b"C\x1A\x1D‹÷ÛFˆƒ';w#\x04ô©"
  b"¯…‘iî(E°º3æ\f¡Q83"
  b"#)úw(\x03@Ì””\x1C\x07fÆÙ4"
  b"NH]ú\tkD¢‘¸\x1Cdép-…"
  b"\e\x14#,ÁÿG\x15£\x07W\x12ƈ¹Ñ"
  b"╦ej┬ýüFÐâ¿┬¨\x19½dÝ"
  b"̬÷šºŒLf›\eλúÛ\x10["
  b"½\x12Ècz¢K*¹Ô:\r«*Àæ"
  b"Ћm|'ÕH¢’aL\ؽ²©"
  b"Dª4¿Y\x04EÖ–è\x1Fš£N-I"
  b"ÌÒ!TIàDXŽi]½Dsró"
  b"ø\x07ó;\x0FKÛ·ñlgx|® "
  b"ÇÀx\x045jM뎊ÝEYR—p"
  b"_ó °T§KÚˆàG``ÎaÒ"
  b"\x11\x19"»BCú“Ú[†ŠÑ^e"
  b"°\x02º=Î&MN—t†Ú‚3´ú"
  b".bÊzZxKƒÇ\x05T\x07ºÅ┐Z"
  b"\O¢¸*¡K\eˆ¨\x14\x176."
  b"úœß\x066„E›¶³¼ÁFÄõi"
  b"A┌ëmugL5ì¶~IÖnØä"
  b""=¸`L˜Cμ\x0E9Ìáàt*"
  b"g)▓┌16CøØ\x1D+Z׫{\t"
  b"\x7FýUÎMoƒc"äR‰2y"
  b"`XpC\tÒAa•d§ÉÓ\x12ì:"
  b"žî‡;³ú@s¡NÉ\x02ºš\x02V"
  b"U[¹2|šH\x17ºù¶–¢h¶%"
  b"†úÙëëâN¢¹ÓTÁà%ŸŠ"
  b"Û\f“žË{B\³i©óŒý\x16å"
  b"▓ë\x19õ¢ìDyü└¢\x10Ñ\x14ð\x07"
  b"""
    \x12╩y\n
    üRLSîÖRùx ¬¡
    """
  b"S°×‚YdHēښ8Nî:o"
  b"¶9ÒÒ–øAl°ÂWWMÈh\x01"
  b"±Éó┴┌dDP║\x16ô\fܬ[«"
  b"\x0F\t\x15wø I¢†Å¶J„ý€£"
  b"\x16>󺑼JÙ©²¨²ô\t4]"
  b"'…J<¨II¹·V§'(r”\e"
  b"\x00‡Nn/ÇA,©üÜø¨î‘h"
  b"Z\f´·)œIJ³\x07 \x14\x04µ¢"
  b"ú\x1AEµJkOº›ÊTr\x7F8{\x0F"
  b"\vaÒÀ@N¥NÖÈ\¤I¹"
  b"ºøG¼/qH¿©\ö®5\x17\x18\x14"
  b"ØÞǦ6HFà±;83E(Œõ"
  b"\x08º7§\fcE\v¿à¹®\x17\x05h"
  b"ŽJÚ{H•Bpœf•\x07ãÝ*«"
  b"\x00┴\eÎ═B«øàË(VnXÉ"
  b"¬\x1Fú\x17\x19ÔL¥¹Èj,0ÄêJ"
  b"·˜ÝìÅ\x1AB\vŠ\x08±i‰•ŽÛ"
  b"ŒŽŽûÓíC|¡šžDÉ·g|"
  b"Ñ▀DÄ═I@éù¢¤nE\t▓ü"
  b"£[\x11\x1D²CCÄŠ›\x1AµÂZäÞ"
  b"Ý\x08\x02\x05§¯F¯¤ÂIB\x1F\eÖ"
  b"©\x1D\x16Î8IF/£æuû\x04B\t\x7F"
  b"EÜ,?íòO²ºòÝ¿™®¼/"
  b"""
    1‰Ð‹ë\x02H\n
    ¢s^\x08l\x03\f 
    """
  b"õBÑ7}/@\x11¿Ä\x08\x0F†ŽÖ¯"
  b"˜çgEáqDu“y•ƒö{Pÿ"
  b"<q Pç°BU¥\x08…›ü\x1DOu"
  b"[¼4\x10\r¬J ˜\eJ}"\rφ"
  b"Ö&ðÒê\x0FOá˜çôá–†\x02c"
  b"H\x7Fc¶§>GZµÉøgXöxG"
  b"¸\x12"õùÀBõ½Öv©J"*:"
  b"¾êªðÕwHƒ„\ežk\x17Õ›\x19"
  b"ÐÓ_&ažM+—:ó\x08lL÷8"
  b"-‚ŽÆ¾ý@Ž‘?OÆùÈ0®"
  b"ç§\x16k7ìC?îøøL▓þ)Â"
  b")ÁÑ\x11neMpò@S[¿╬ì^"
  b"²\x14ëcÕÂF\x03š\x03,3lÔ‹‘"
  b"4$éOsÜEQµP²1VWÐí"
  b"x-£\x05ášOWŽ\x14‹€Ç툋"
  b"?-^Œ}jJÛ©R*ý\x1EèËŸ"
  b"^#\x1FÜ\x18&B0Ÿ!¯Ê<\x1Aá€"
  b"\x0E6uªJ\x19é[><)Òzé"
  b"Ãϵ\x1F\x0FÙI¡ºÖ¬Sê;\tª"
  b"fœ[G\x12qD\e´´\x01ðÉ$\e\x15"
  b"oR9€“ÎOïŽ\öÃ<]}±"
  b"lL7¾¨\x1EHI„˜"jgÄב"
  b"¬k*\x1Eô$@Ô•J¾"\x08æ³¹"
  b"´±ÿNÎÿD\x1C°€{âRk©û"
  b"·ª;\x02™Ú@\x18Œ@\x1EˆõÄ\x1D\n"
  b"jíN%\x07EGÆ Ò]+Cü\x02'"
  b"ÿ\x16<ßmäH7ŒÔ°d®À¼Û"
  b"ù&\x01¯¾`E½Åì\x10v\x02m╦Û"
  b"Â~\x04²×ºJ•“g\rtüî8M"
  b"y\x12&o¾ÁBi£C‰„tGíà"
  b"Y-2%Ò8O\x02┐´┼üxÁxX"
  b"\x12Ã6½»6Bèì³²¤5¦ƒ■"
  b"íï^gê¦E§‹Ëer[?)¢"
  b"žHÉìÅëFä„Çš6C[ò?"
  b"\x06‚Oõî\x0EGÀ”Oïkg/\vX"
  b"­ÎB\x13lUE╦Øû³Öf;D\x15"
  b"ØâL┬[ÞD¡╣╦ÆÕ═Q\x16\x04"
  b"ƒQúÕtcOìÑv¤·¶bÑR"
  b"\x08\x1A\tí"!E­¾HϳèÒ>o"
  b"ë\x1CÅC÷\x19G<Ö[²\x00O¢vY"
  b".>gó{GHy¼C•W]f ¥"
  b"w ç¿\x02ÔM~‰ù¥àˆã÷D"
  b"»╩Åð\x7FKMI▒\x0Et>|«¨­"
  b"WßÅ·ÀÝF¯½­6│|Y¶""
  b"c&JCþ\x17EnØÑV+Î\x01"
  b"\x0Eüg7z\x1EF(½\x19\x01E\x073™‘"
  b"¸ÆÓZZ5Eýª(ã\x05\x1Cë*è"
  b"hY¯WÓ7L┘öû6áUêÅ0"
  b"""
    ù\n
    \x1Fø/ÂD®ºíxNœo®s
    """
  b"…ùoÊÐÐCÒ¢\x19q–~çÚ6"
  b"ÎeêyJøC¦º|\f\x07­â~Ø"
  b"\x02¾¸vHH¾"ïEQ”˾"
  b"┘Åë[îiC║ê│­\x0E\x11v¿g"
  b"Þt,°Ý%Ni©\t¯┼Ï/Øh"
  b"E¥:€!®A\x7Fœ\x1E\x00¡\x0E>F"
  b"$\x06\x08²¾GE” ´‹”`§\x03x"
  b"£wHò\x0FˆE<³F™7Jý]‡"
  b"""
    äÚ›ÙkDM<ªùß`h\n
    â£
    """
  b"\x0EíT˜îKB¬±$hÑÀ®\x1D["
  b"gÃ2\t\e\x06Nɱ\t\f:\x12S1q"
  b"┬aT\x1CJÊEìöìÁä¤\x0FÕ\e"
  b"\x7F/7XÂ\x0EMkˆL_nR¥¨Ÿ"
  b"""
    »Ë…\n
    \x19#LÝœ°•Y|æB%
    """
  b"""
    pó┤ü»┌D┘åü~\x11\n
    G\n
    ¨
    """
  b"qvæËF^O¤©“\x0F\x01ö¿\x04"
  b"2C:mô\x1EN\x07º\x10ÉoÑE▓╔"
  b"HÂi│KúKYæ\x17ØÈN\x1A■-"
  b"m¿ˆ²BIKI°$ÿž‡ç]t"
  b"""
    ¾¶Ḭ̂ Lߪ\n
    ¹Æ>x}»
    """
  b"~*)+˜ŽJþ®—ÈuÈYÜd"
  b"&TÙT¡ÕHe°ßwæžvít"
  b"í─<Ç\ÑO}ô)\fdDaü\x15"
  b"\fÄžß^[Bõ“±2KI\x11f""
  b"\x14I/\x11■ÂK3ÅX\x05Hòa╬\x18"
  b"¢ ™ž|PBÍš‹\v¶#ªDš"
  b"\v³š\x07h€I˜ˆoU"kVuß"
  b"|\x00c\eºsBõ¬ÔÆ%G(Ì…"
  b"5a°wdÒE½¯©+¬ø“Zå"
  b"HÔ„äpL@{˜F…£‹'½Æ"
  b"""
    ©á[Læ6@\n
    µ\x10\x04Ž\˳&
    """
  b"k…'\x03ÆØH¸šÄÜ¥/€yÔ"
  b"c}œ9\x17¾H៷mBëû$b"
  b"®\rU\x1DV.EÒ²­£·V¸ïÿ"
  b"£\f\f'@ó“<*AO½\x03m"
  b"wÞØÃ@7@Üà¦Í|\x06ÈG¬"
  b"█æ\x05wºÜGÉ»°ı\x01Ê?©Ã"
  b"1í-æ›®BQ¯íøL?N4¥"
  b"´½tû\x1AÅE\x06¦›zÚw_Pß"
  b"""
    —½8Z\x04\eF'´SüP²\n
    
    """
  b"\x10ì- £÷G\x06à░£\x1AE§ç▒"
  b"IÝ©É\x05zI.¥2é└│─\x1DË"
  b"┤Tì6]ÎBµ¼àV=Á¼¤╗"
  b"\x10▓¿ó█\x05BÅêª┼%ëáF\x1D"
  b"Ü?¹rù\x12M#«Õ”YÉ\x19h\x05"
  b"AAñ¶“˜Jŧ6ˆ¿_¹\x1E¤"
  b"uLŒ2Uþ@¼ŒÈË\x7F\x1EK¹—"
  b"""
    ™¬^$úë@Ê€é\n
    ·˜.íz
    """
  b"T߃´¥oJJ•\x0Eõ$B°ßq"
  b"cñmhÛ†OW¤^•…[øÛ¢"
  b"'ÌèÇD€EÖ‡+J\x0F\vyûŒ"
  b"ú±Èó\x19jM*¸["ÙB°<v"
  b"ç`^ý‡—OU¶¿Ü)¾$Ü$"
  b"i\x19ä\x12W?L4Åõ\x13QàÓõg"
  b"‰sö¨Ò˜H\x14‘Í<\x0E”ð\x0F\f"
  b"æ¿fÍNÅH+á£"n;À\x11Þ"
  b"\x06»‚¾•B@4¼\x11©ž‰µ’\x1D"
  b"""
    ª\n
    \x01\x16ìºGMòÅÓH\x08«åa
    """
  b"BCÐ\e±:Iûµ›ýÉdS‘Ù"
  b"È)Ý\vþ—Dñ·sI¨7yßÈ"
  b"·\x0FÉY└]Jé¬%ÙµÉ\x19¡Þ"
  b"‘8ÅDë/FgœÇéÌL쇽"
  b"M²¿5éÉI–°Âà@Ó-46"
  b"½÷\x16\x08ζBY‡\x00©8áb¡ "
  b",¤5àÇæEKÇùó\t▀ìîÑ"
  b"•®\x07äk\x02I\x1E©ò\x1DÁÝ\tA¿"
  b"mQhþ&IG〴\x1AªC­U¼"
  b"à\x11øð\x17ä@Yž3í´\v’¥\n"
  b"}È}6¨óIF®\x1E\tZ9¢"
  b"Ÿf\x05C—¨J”“«ecO\rç5"
  b"›Gu\x15*¶H¦˜;3³:‚‡›"
  b"›¿–y9ÉO\x1A“¡¶«\x1FØÝ<"
  b"‹—\x04ÊU\vE\x0F…©[ý//c¶"
  b"”¬\x198c(J¨µRÊ‘Gì$±"
  b"6ƒÚÒI°No½Aü▄ \x00¤"
  b"XN¿65\x03Kó˜,V€ïFjE"
  b"Íèô¡}ãB\x03Ž:\x03ˆSЉV"
  b"Øf·^E´@&®ñ\x13?’(Ïô"
  b"Å<ù\f\x07ÃD┬▒çÚ\eåK\x1E«"
  b"Ü\x17\x1A\7A\x11½2ÔªâæXÕ"
  b"I?\x07þMªIÿ¡¶ÇÜʼéß"
  b"òqE\x1CÓEOZ™¡8/¯¿™\n"
  b"?ÅYè¬~JÉé┬¥\x05ƒ┴Ò\x15"
  b"ìm ¸%ìEt­à6ƒPÖ'\x0F"
  b"2wªY|'J\x19™Mœ\x12ÊÎE$"
  b"q5H╔■MJ`£¨¦[Ì▄FÉ"
  b"š¦X2'ãOg«‘å£À«\x01"
  b"FÊR7DXIÄ…\x07óêxÁÈV"
  b"""
    ║E\x7F\x19Ø\x08Iäï-î╚\>\n
    \x1F
    """
  b"ë\x14¶>ù½Fب\x10ç‡S z·"
  b"W\x14¶½…«D”‹rÀ@]­ÃP"
  b"½È_;yTEEºØÚT¢R\x15"
  b"Ú\x16ÇâFõG̪ƒÛìI\x14çÙ"
  b"\x184▓$Ä▄C\x19ú\x1D\të`▄ì8"
  b"á█ÕW\x18øD9»{╣Ų\e╚═"
  b"\x17\x02\x1E#¤LCØ©ì▓▀[x{\x0E"
  b"¬X\x08\x19|xH*¸U\x11ã ],ñ"
  b"\x1EPæìÎ6D¶ŽÑ&\x11Ûš¨@"
  b"·0nÖ—`Mâ†'Z†Ç;,P"
  b"úqÕƒ\[@\x02’î\x17$øñhg"
  b"d^íX™sO•« ÁJ>ÑT\x05"
  b"px}Q¦×Iq¢a"1V6yª"
  b"|7çÓ█/Iïé±ü┤┴YT¨"
  b"@Yϳ°\x10@Ë‚ÙÅó\x11|\x16ÿ"
  b"ÊmŸÜPëL\¼Ü7}Þ÷z7"
  b"\x19žhø[mEó¯åŸšýõÚü"
  b"XÈñ²ë\x05KN‘äÃqØüÞ1"
  b"qÉ\\x13\x07\x10L³ê9u°LÐi\x12"
  b"oS╦┬╝<HBåì\x03¼°57ª"
  b"-;¨àô\x05Dן¿¦NÎxY*"
  b"~__┌ØùI\x0FÑ«BÆx╦d\x1D"
  b"\x07’-Â#ZG¢‡êº‰²`G€"
  b"ÂE┘─!ÓI║¿vfúF¨Åv"
  b"4«K\x17\x14?HŽž0y\x1FeP=\x11"
  b"ð&½R±`@͹\x11Ø~œçFì"
  b"""
    *z\n
    £utKW´1ëÿ©s£]
    """
  b"±‰¥4jæLÇ„'šäÙ$\x7FR"
  b"£w\x02¶F¼Gœ½\\x1D:ˆZޏ"
  b"ÄVjÏi\x0E@P›ßÝuu•g”"
  b"x\x1D¶Ðó`B\x13ø©wVØ·\x1EL"
  b"ù)x/ø`J┬ƒ`k¿êÉ2┴"
  b"¡…5¥¿\x1FDó¡}G¹~\x177]"
  b"5\x04\ejrpA|š¸\x07\x15Æ&–0"
  b"?¡¶ònøE\x18ˆ¤E\x7F!†*]"
  b"Ä)%é¹]@©¦h\x15êU±\e"
  b"ùsuX¼jB]–pÕ³\x19ŸŽ¯"
  b"×§«Ò\tžE¯—\x15Nçÿ\er\e"
  b"Øýé*¸gEC¦\x00ó*Ñ™\r±"
  b" u]”)]Gž“u‡Àijó4"
  b"¾+á´ ┘HµÜ0¢ÄØ\x19Eu"
  b"\x04çh„9ÎHB€$ú‡\gøD"
  b"öû|}\x0F\x06@)«$¶\fG6Rù"
  b"Ç\x16õj)]G‹®Á&¦ÛEÐR"
  b"¡HªÁ©:FÉ¿XuÝÓœ}H"
  b"Ѣͣê\x1CHÚíÔ¡\x154ü£┼"
  b"\x05Å|%s‰DÙªü´\e§›\x01ò"
  b"¢§┴┬:-N¾ñÖÉ;ͺgV"
  b"\x04D\x07Sœ&D\x03 åJ\f\x7Fä"
  b"¼2\x0Fı│úCı¡\x1EÅ̹Ã×ú"
  b"´Ÿ6ŽüpM\x7Fºì…Õç\x03Þß"
  b"A¸´®F9Cj¦ÛÕŸ–{áT"
  b"\x15Äù^ì¾HÎ┐╩#│/┐cÞ"
  b"k²õÅU▄M¤æ70eái>ƒ"
  b"G’—º‚÷AÀƒ)›9ˆËoÖ"
  b"œÀQ„?\eAh²¼Ú#gÑfÿ"
  b"0žCæˆÄBjš\x10QÎrfôg"
  b"¿«õŒðÜF\x1DœÔ9h\x1A4ÆÒ"
  b"]š±YÁ\x01D\v»\x1A?¾d“1°"
  b"¿(î«ííNÃü╩k\x1Dæ»\x01ò"
  b"«/¾ô■┐G¶üä\e¢©ÊÖÛ"
  b"pÙxÈÂäF.Œ²°#_Û˜Ä"
  b"y×Lü\x0FpEóâ\x1F║n'ÚÑy"
  b"±Û\x16■×fFªî\x17ůÔy\x08\r"
  b"éÅlâÀïB┌ØVåÇjb9%"
  b"èÎ÷þ‰ßE„»¯BÂ4\x14l\x1E"
  b"ðê 8­ÒEΑ%˜è]”©x"
  b"B…p¸\x06?Kœ¢c¼“¨ƒ¢\x01"
  b"█¼▓`┌┐A╔á'V]4­Éü"
  b"\x195¾xkž@9«\x16G*Èãd„"
  b"ÌÙ‰œYhNAŒ¸\x1FZg&œŸ"
  b"Í¿o(ã2A\x19ØØ½\x06æmhö"
  b"?ü¾EÄLAÎ¥tѨ═;╚È"
  b"Á €«D\tA ³ù|H’ÓI\x18"
  b"d0\x10ð\x14˜Fò¬Yõæ"_\x13"
  b"\x02V\x06Yí@È•Š±83™û{"
  b"\x1F^i¼ÉrDµÁË)\x1DaíbÅ"
  b"R9á>1V@ÚÅÚ¨ë▓öãv"
  b"\x0F~lùD╝LÑâ\x12¡ßìέz"
  b"PÎæÚÀdN¦ì▓lölWKt"
  b"ÊíÙLqìL&¦òßk[ç „"
  b"FCö^úËCV‡õ;\fPc…\x10"
  b"(ŽE6ùpKÿrÉlN,ui"
  b"""
    cñªç\x12¢Bеâ\n
    pRX·n
    """
  b"ö3/ËŸ{KIœ¹–pÛ,’n"
  b"r\x13uKñMJæ…N2¿œ?G•"
  b"ÌšbÇë’O9š{\x16ñ3QFx"
  b"]ìuâ¼´E\x1Cû´Q@\x1A╔ı┤"
  b"\x10ö\x02d¼ÆO­Œ-FŸ˜J.¡"
  b"ÞT¼jÈzE¼‘“G÷ö†˜¯"
  b"X-Xn▓»LÉô\x01Cx½\v\fÎ"
  b"Íwã½:iCdˆ£Õ\x15xÒžå"
  b"*Évl´§DêÂ└<╣\x1E\x18Æâ"
  b"DÓ2ãöZG\e—3µ¤!Gœù"
  b"tÄò²\x0EhI,¦e\x0Fœ\x1E?Sj"
  b"µº\x19ý¯>A"Øô\x17Soq▒¥"
  b"sï?£EåEij\x06^¬‚E¸e"
  b"þo%Õ\x18ML½»§ŽŸ‚|1k"
  b"¡\rÏ\tÆ<D+© ˆ®\x14\x01"
  b"¿òEömkF,Ü×\x7F\vÉ\x04Û"
  b"Ÿ»–}£aC¨¶Û#\x06´Òž\x1C"
  b"ÊâˆÈ|ŠFB›`:IÀk£Ê"
  b"o\x08AÁê¨Gn¯\x05\x05#K¸<×"
  b"9·▒│ÍSB|ì\x11Ê\x16\x13Ü2"
  b"üÍe>P±N7ìú»Iå╠£("
  b"/\x0Fbq\x12ÝEé‘|ªÅ™:þ…"
  b"­sQ\x104,F(˜f \x1E;š±—"
  b"H\x01\x00úQàF\x1E“‰°Y\vÇÆI"
  b"\x06Rã^_\x08Cð¹`°¸‰\r\fØ"
  b"hŸƒžâ¸MÍž…+q‡a\x1DÙ"
  b"u8-„.ÄC\x15±Gä8\x10Õïe"
  b"ÌÙ¡ü©¾@ØÆC+\´t³1"
  b"©ü╠Õí┴F▓¬¬*æ┬lçƒ"
  b"\e╔|ìí■G\x1Aïc÷h\x04\x0E"
  b"fa\x13\x18\x12\x12G░áVc┐╦Éeã"
  b"æ}nTþAL ò\x06ìy▓v▓H"
  b"\x1CÆÞ»\x07ZMɬ\x19±ÊyöV"
  b"9˜£ØzÞA§¬<~W\x04\x00\tp"
  b"""
    \n
    Qè˜!iH¿±1»,OPˆ\x04
    """
  b"$ÛSÐ(ÔJ1¬┐ü!®■]¯"
  b"1\x10I^\x11¿E8§˜‡Ë®¤\x1E»"
  b"[\x1Ebþ—hCQ·Ì¿d\x0E,ÑE"
  b"K\e¯·±k@,‰'K¶ \x01Å\x11"
  b"qê­\x0F±ÅK\x10¡YÄ5G«\x01\x04"
  b"\rïÂ)\x0Eè@ë®P@\rq†;\x1E"
  b"\x1A\x1EÔ\x0Fsx@\r¥1o-\x7Fø\x18G"
  b"ŠÑ¤j\x11|C&„°íÿÁò(`"
  b"\ì╗9ÓDLwø┴\x1F▀Ï3Ýô"
  b"""
    äj3øüöI\n
    ®`L\x02İ¡E
    """
  b"\x1C:ö¡Ë‹J\v‹Û¯¦œè³¯"
  b"-\x18º\x1F7ÌCœ…&\táº\x7F"
  b"]0æúøÄMI°šnñZÒ†ð"
  b"¿a\x11nYâH7ƒ\x0Fð‹7¿\e\x1D"
  b"¾▀@p ÅN5Øh\x04c]Â┌Q"
  b"&■ìE¤ØB╚Á\x1CýÑı«ù\v"
  b"µØ[B%═Eñìûµ\x18³ï¼<"
  b"¼áÏ{ıÆA¤ûJì-èH¢Z"
  b"¯\x13:\x10ÔtGõŸOX(¼³~À"
  b"Ó0\x14VönK(¡ ÖŽ\x15Ò;b"
  b"è:–&U\Jp LÑè\x14\x02Öy"
  b"\x08±\x1F/ÔÈOÒ•æg\x12&\x08\x12:"
  b"\x0Em+?{ÝFþ«b)\x15P\x00¨ý"
  b"©<pŠÉlEΨ\x1Djd‹\x00@2"
  b"\x07š]ü\x1D#GùªË\x1F½C#(f"
  b"âE▄É\f­J~ùgSS¬\x0Eò­"
  b"â\x18µárý@\x18”U“ì\x12=º¹"
  b"HOú#ç\x12Jå¶Š\x1F¸!PŒ\x1C"
  b"ýƒ®%XûIÏŽYÆ@Å¿ëW"
  b"\r¥#\x1C›>EÏ·%$\r“´m‹"
  b"7o\x07Fo▀NEüàa8T¯ü■"
  b"x\x14qîó@M.¡™\x1FìÇOzü"
  b"òh?\x15\x18LÛרèçã\x05\x06ù"
  b"$Õ×M°k@$¢˜\x0E†z\x15\f7"
  b"F\e>E\x7F\x7FEäŠl¶*­Ú‚¿"
  b"Dü²\x13Q\x07JÂÁ<Q£BÙ²╚"
  b" H\x15"ÉcHQ«}1\féì\t\x1A"
  b"ë4\x1C\x13\x16\x16CúØ"'╝(PÂ╣"
  b"´N\x1Eã\x06bG…‘Ë#äNûHŸ"
  b"\x17BÓyä?N‚³kg¿®ºý¡"
  b"\x06w\x7F¾Hk½üD²´Ê|a"
  b"á!X´8âDM¿r\x07ºÄ ‰\x08"
  b"ô-ë{d3IÊžƒÇëzÑ“u"
  b"\x1D\x16âëCÅ¢E\x03\x06ñ\r¶¶"
  b"""
    8+EØ\x13ÊJVÆ Y\n
    ß³\x11Ã
    """
  b"Ý/÷\x1EzÝA\x0F©Ô±IãÉ\x1D_"
  b"?p;°1^MÆ–\x07 dÔ€™\x05"
  b"ó³║)╔ÜLìÖæÝ²¿▓Åy"
  b"ð`Yœ®¥O+›¾K§\ei\f×"
  b"÷¾\x17êm€NCº7ù‚$\x00"
  b"4:\t7Å(JåÀ╦├­R┤/X"
  b"ì}¤\x15,╔K§ÑÞÜÜ4]óÏ"
  b"""
    ÒĘÆ9µA=“1I\n
    ¯ÖÂÑ
    """
  b"ÕÎÎØë¸H¤«Ù»c+—Õ×"
  b"\väY6—D@\v²5ë\x17³,%n"
  b"Ûé\x1CTD–Ke’FÐé:\x18—q"
  b"¾û\t±Â\x18I\x13‘™\x12~¥?½""
  b"È\x04\rZ4ÁBÓ”õ¯\x14\x14æøÏ"
  b"ÿ5\x10³v\x04G\x06▒/Øåùí¬ì"
  b"\f3óËÅL^ÆXúc1c\x02õ"
  b"\fIL½Ö\x7FCÅ”£x\x01g¹fÌ"
  b"Çóf4Á=E)»A9‡»ÛL‰"
  b"ÓË`ï\rµB╗ügÏøxÞ\x03³"
  b"\x1FgDY˜PMýƒ¯‘õ³%Ã\x05"
  b"¸P*ò¶jG/˜Ø°ô\x13–I³"
  b"ò\x03z\x19z›N&½Åƒa\x1Aõ"à"
  b"ü\x13ìÚ\x1AÙI÷¬z\x10\x0E\x0FÉZ&"
  b"Ú\x19¦§úlMs‰*JäP¶Äæ"
  b"$eÉm\x1AmHøØ;a!┤ëtD"
  b"¥ìxÔ{lL\e×úì\x04ñî \t"
  b"g\x08ò˜sÛḢûçe\x02Ü™?"
  b"G\x11¹[ÉïC\x08©ð¬$\x06¯:þ"
  b"PIDÙmQMÁì6z"┐«¶╦"
  b"÷y—R:dJŽ—Q†e\f\x12°\x15"
  b"ÕÛó¢\x08~D±ŠKƒi—×Jþ"
  b"ì`6qu–J\x03 ¡—Àú3ò¥"
  b"žû%ØÂ8O\x7FªŠ\x7F»O\x7F‰·"
  b""¥~2XSIKŸÇª­7©\x0F "
  b"\x18„+ò\x16”I,µGóÔ%å\x12\x1C"
  b"Å'ƒûùî@╔¡Á_ËÄk?*"
  b"\x16░H£i\x0EMØí­\x18³Fé¿\x10"
  b"ü¿Ÿ­¸fMB£SOzX+Èo"
  b"ÿèÉfÿËA\x19³!éôÎiµÔ"
  b"¸G¨▓\x01àDÉÉa\x7Fd\x1C\x15Á\e"
  b"»Z"D\x13\x08K+”éQ+¼\x05J•"
  b"Û~K«Y«J‹œR\x11S¸©\x048"
  b"""
    .\n
    Nx:®Ae—§"\x11S, £
    """
  b"\r0øÒd*H\x04‹E˜çVöúO"
  b"¸êØ▀╚ªBø»┤¦Rô¸¦±"
  b"²:Å䪲E\x00\e¢´V┼"G"
  b"\x07ÓËC:þA\x1D޵÷f'¥.Ä"
  b"\x04\e)À┌ÉF█ô¸[õ─>­┼"
  b""ƒ#qÇ+C¾½C\x14ÿq•O2"
  b"‘wfz'ÓCÙŒ\x02>ž횑"
  b"\x02ÏŒeGm­¡ßks(Íó"
  b"s\x05cª°,BHª\eÍ-æÜ/–"
  b",tOÒı\x08L}░\x17uJ¥ü\x0F"
  b"ªX#V „LÞ‚V©,Šp\x1Cf"
  b"å\x7FϤ•\x1DFkŽ[W.Ð\œ€"
  b"ùzV~VÔ@FÅä¶DV\v"
  b"û└\x03\D¶N¹òM╝è\x19àmü"
  b"#‗És*bH6ªZ\x02\x1DcON\f"
  b"­zAóÌ^Eùž©Ô\x00{ì9_"
  b"\x00uåž\rÜHï X響-F!"
  b"\x13\x0F J¥B~¸Õú`qôÖk"
  b"*²GÄ@~Bƒœ\x04þ†\x1FÁ;l"
  b"""
    .1ÏÜÂ\n
    G˜’¸ñ#£e©ã
    """
  b"b}áz6^C³©š—8®U™É"
  b"░ì<ð\x0EÍJ`×|uqc─iê"
  b"¶Œ(ôU|LK’ÝKÖ\x02M7²"
  b"┐pEc¿þF?É3S┴\x1DVm▄"
  b"¤UÓ2\x17\x08KÅ¥YË>Û\eÝ\x7F"
  b"¨íŽ\x03_»DȾOêàÛÞ^\x08"
  b"A\x1Eü-XnM¤¬V\x1C…óÛG\x0E"
  b"%\x07E\x11\x1A™Gš²F׆®þ\r\x14"
  b".ÿÎåywIK…3(\x1C˜Ú6ð"
  b"é\x06BA÷ûAј\x10„'U›yÔ"
  b"¦\vYmG?@\–t/\x06ä\x11"
  b"ômíó´‹NͶVŸUež\x08&"
  b"5\x1EP½ÆòO{ž\e\x07뽺n³"
  b"Sái²\x06­@s¹Ú⹨J×,"
  b"i*t²jôF—Œ5øÔa\x11’¾"
  b"•‘Ÿ²d\rM7»ÅN—\x10Ë£Ï"
  b"bæíĆCD¥¸\x1EÐJ]â±Õ"
  b"å"Ö\x01éEJ\x15…§&tWÄìS"
  b"%K–àNÅK\x1F¨ê®\\x05UÇø"
  b"[8Ý[®4KöñÛ\x1D> »\x1FÅ"
  b"É•™é"ƒK‰²®\x10ñ#\vY_"
  b"¥\x10{V3ÛDnŸ„}*Œ\r"
  b"41\x151õPFIÅäÚ°¿v\x18ï"
  b"q­yy¼\vMRì-Ú\x03ÈèÂ├"
  b"\x13X.ȼIJ\x01Œ’«ôö\x13"
  b"$Ï^wr¯Ml–,ñ8i'|!"
  b"Pã]¸ÊÅ@õžp\tvFåÈ\x15"
  b"Ê3öå\x10ÙI\x7Füß▄gyCÞ\x18"
  b"\x13‰NÿbyMq‰\x14x\x02"`µº"
  b"×\x7F§ß╩!L%½▒Ø\x02Ù═á!"
  b"væ‰\x01\x162F\x0F\x0EË0¸³\x12@"
  b"\x03^2B¦¤@à†’­\x17\x100"
  b"oÅÓ7\x16ôIá‰ì®\x01¤¸Í9"
  b"ZD?2rµL×€îÈ¢I¡qh"
  b"\\x19¿ŒyÌH\x1C”a‚®ô\x00Ï3"
  b"(‡¾ÐõüAާ!¶yÜê\x10Y"
  b"└╚Ø░è§Hr┐\x03░*ä)╗ê"
  b"\x1FØiÇ\x129CŸ›\x1Aö]¸U;["
  b"f@╝\n\x15ØK\x00ª!¿t#─¢e"
  b"à,ŽÁ\x17‚Aþ£EØ-\e\x0FçÎ"
  b"ÝD=Å­ÛDQ MÁ$\x10£œæ"
  b"\x1C¥€\fÑDKz…“\x15\|\v^\x0E"
  b"ü\x16,Á¼/Hå²È€NzÈ[\x05"
  b"~\x16NqÞEK+¡°•<\x02_\x13"
  b"–sæ›<|D\x02ˆ\x0Ft›—éÔÌ"
  b"È\UâÏ‚N×¶ÃÜ„\x12àäQ"
  b"|àÕ╚G÷M¥û\x00aÉB0¶±"
  b"ö\x0F;ÚUÓA(¯êöOÉÖ4«"
  b"Q├O9Å╔HCéû\x08g\x02░‗ö"
  b"2ÞÅvãÒE¤•.hŸœðÉ\x08"
  b"ÝPP%h¤MÄÖ[Å?ƒ\x1C"
  b"ú╠=@^ØO\x15¢zÇ7¤¬Àï"
  b"³\x01Yz*_O┴Ü­\x1D╔ð»ÅN"
  b"Ý´Oª\x1FiM6½¯’´\x1ADCÔ"
  b"""
    oüê¹\n
    ìFõí³ \n
    «2S6
    """
  b"ªkã»Ì±@7‰b¥»£W\t"
  b"b¿á¸\x1FILŬ\x1C*Ä╗áxK"
  b"""
    ¾øØx░┘N¹╝\1nB\n
    ¡þ
    """
  b"\x0E\x01\x0E\v@Œ—8¼À.û\x07"
  b".ßÂ\x01Ø»N\x1Dö[Ñܸ¿Í/"
  b"\e±‹¤¹^Fÿ’;\x06Zp…ì½"
  b"\x05ýxÊXeKu€X±IÂH\t³"
  b"""
    c\r¦ŒV“F\n
    œé6)ËüŸ“
    """
  b"\x0Fð\x19^W\x10FUµ\x10hÃBt"º"
  b"¾º\e&\x14¶G+ªÒ»Wmÿ³æ"
  b"Z73#\x18║Gj×ý╗■É|Oÿ"
  b"ı¦â\x10»ÉNk▓─~w(²°×"
  b"`ÚÁ4¼ñJOš/â?šÿž1"
  b"çø\x16ˆc1Nù¦ØÍG¿žàV"
  b"\x01$[D-\x1FAh…ßW¸Š>\x10\v"
  b"<à³\f3kI-ŠŸJ\x06\v*·o"
  b"ÖûݧqæMe¶“\x00¶×­\x14û"
  b"ãµ(ÇSÆC•žë®Úº×µ‰"
  b"""
    \x19ø¾\x1Cù\n
    L$­· 2\x19*[Ë
    """
  b"╝ì@Õ╩ÇASÉ┴»IZÒ°Ë"
  b"Šãea \x00H)ž \x07ýnãèu"
  b"AXJº\x03lL.—ã°[ï`f9"
  b"╚¡■~\fýO¤ì@\x07\x02╔½¹*"
  b"üwëe¤`I­¸,ø©fûX•"
  b"\x0E³’)ÞäCâœÎž˜åv—g"
  b"òo?U\x0EàMõ“AE(\x0E\x14Æá"
  b"rÄÏgƒ¨K¯¾k=õÝ#À™"
  b"âæécšŒBÁ™…öÕ‚â·\x04"
  b"ˆ\x08ŒÀØæJõ¹œÑÎÉ"zx"
  b"\ey4{\x06ËBd™\lÌ\f5Ù2"
  b"\x08ìEf\x08xAs«Š¯F\x168ÉÏ"
  b"Ðb\x15\v°ÃLÐò╣:x?ɱÍ"
  b"èÑî&·§M_”\x1DÜÎÃg I"
  b"8Ö¾DZ\x10A•¨&¼©…£\x0F´"
  b"눫\\v\x12M\x1F„ó„pPMÖO"
  b"÷¿–+³\x00Bˆ†qËyž÷7\x06"
  b"?‡™/æøOµ´}Fž\x0F¥–Í"
  b"/d\x05_¾‡Ciƒ!ˆ¦qÇ6\x17"
  b"Ä│¸²Ã?Iùí¤vìl╦ÞÉ"
  b"-?ÑØXÀOŰ\t\v›Æ9õ\"
  b"""
    «CÂÞÛYN\n
    ˆvúm ‡\x1A\x13
    """
  b"*Ìb$^ŽJõ¹Ô\f_\x06çx©"
  b"ÍS§môsC\x10¿d²õkSáµ"
  b"\x14´Y¸üO\x0Eä\x08\x14\fP╠qÈ"
  b"N³“êî÷A©£líå4™š©"
  b"»lüø─bKÇúêKþw╬╩"
  b"nª£JY\x0FI4¤S“žþ½§\x0F"
  b"¨\x04Å▓\x0ESFÊ¢)¨m[`HÓ"
  b"1æÆ³ÐìE/ƒ–ë\x15¢l·û"
  b"â±\t\x1D•<GZ¯ÿ¼F¬mãq"
  b"?x´5\t\x0EHî·©\x18\x1AÍ àÐ"
  b"Nud"\x11\H‘ ð$Zw3)Ë"
  b"\x04jJn\eý@‡¸(MÙkô¤'"
  b"\x18Ë\x1DÅæWK3³…1‹\x08\x18"
  b"æ¡\x11\x16µ5L׫Žö¼ÆßèT"
  b"u╩\x0E\x1D7┘O\x14«Ø┼[/ð╣í"
  b"Ú\x1Dä¬Úp@—£à9¥%\x004~"
  b"ë\x7Fl…,ÿI|¿\x14\r\x06Á€Þ©"
  b"ÊQ█Ö\x1A M§ÇøÛòؽ.Ý"
  b"ߨó¿·èMK¸ùõ7Uõ³\r"
  b"]ëÜM.\x12OÊ¡Åv09q>/"
  b"¤ì±ò*\x13G0²ªŽ\vÙ?¶Y"
  b"Òìƒ\x1CL\x00@=‚˜":Ö"šz"
  b"$NÀeâ½LÒ½Zó\eòFT™"
  b"KÌ}=!pJ^›€i‡ñ3ê%"
  b"\f=\x03m`$Jh¢Ù’É\x10»«8"
  b"ÃÃø#œñFo¹1¡à}Ž\x07»"
  b"""
    :b`Ëú†Jôš"S#¸\n
    \x08Ò
    """
  b"y┌ì&Á;M╦½▄¢u╗\x16█¨"
  b"""
    ┤<å\x1Aä░@ÆØ\x10½IQ\n
    \x06ü
    """
  b"\fD;fOG—EÃ:£«ö\"
  b"Æ*þó.ÜL-ò:ıÉ┴;ð¤"
  b"o¡Ê\x1C╣ËK`ÁÅÛÒ\x1Cë!¨"
  b"\x11¬åŽ*úI\x10±ƒ"ïr-ó˜"
  b"SÕ ƒÊ\x07Ko”û‚âÝQ¨Ò"
  b"³±Ïn¶¦Lw“óN,mBCR"
  b"xKÙ\x1FIÉJ®óñrÿÈ\x1Fì}"
  b"¶ÆÔ10%EÜ­Þ%bàlµ "
  b"\x13´öù1ÛB<¥Ýîû|Ì\x1Eh"
  b"ÃM·M9oMì£\x01e¼2)¹«"
  b"íÖ,\x00%CC▒Æ┘Éà\\x18Ç""
  b"q\x06ô\x00\x07ÝGŸ§¤¿ã\x1EÜam"
  b")ÂY×AÃ@çši×®½:~I"
  b"Ã?ÿÔÁœF¶Š\x03¼·z\x07¹Q"
  b"±–È~+9E\x05³;0?ü})("
  b"2W*¦–"F½¦:ktÚƒ-:"
  b"ÈÄö³‹-Ok¾ªQ°£S®ä"
  b"RDÊ\x15ÿ^H×—L\x08ª\x11xð™"
  b"¼\v]AÌoOJª¨U.(£šZ"
  b"ì!¯o¬.Oå°+p…^.òµ"
  b"£Ý&5¨tM¡ƒN¹ëÔõJ¾"
  b"¼CT›\x149K¡­WÒ˜ÆóJµ"
  b"á(²\x1F\x0EOì▓u.|g\x15¹a"
  b"#´€’?|GòŽ\x11Ï\x07NU\e\x0E"
  b"ÕÚLM‰»F¶ºã\x00¦u)\x1E\x14"
  b"\f;3\x07?úFòŽg¬ºº\x00žÞ"
  b"…p\ty¡ÍN\x12·%Ï\x1FW.Ë+"
  b"[0àb\x05EL©«Å°Æ¿m`▒"
  b"""
    ‚1eA\x1C\n
    KȃÇ3¹/Ræ™
    """
  b"³p+¾Î\eETŽ%\x06‰{º¬‡"
  b"¤\v\x1A\x00p¯O\n·h¿‚6„oä"
  b"­Zãà]EI¿‹±|,ÑO\x13"
  b"""
    xÞÂñ%ì@\n
    “^æ¬ûM߬
    """
  b"Ø¥\vaN\x7FC‡„ê“…·&•÷"
  b"""
    •eeµîàK9¹5\n
    vëÚ(&
    """
  b"ý•®Ôð\x10Në·á;ïKÚT_"
  b"\x1Dì┴28HO(Á¸¹¶Ò╠jÚ"
  b"÷µ’¨N\x0E@Q¡‹Da˜k¡\x05"
  b"\x06ñ\x13Ó-©E\x02ëª2È=ì¯0"
  b"Sp¤§æ’Dª„)ž=êH¸"
  b"‰å\x13pVñJt´Hþ°ó«Ü "
  b"Ù¥_q\x0F˜@ñœ\x17v×l\fÎ\t"
  b"Œ)áðÄüK¹«÷G¦÷ä°D"
  b"gJó\x12)|L­Œ„}ân×ç7"
  b";Ìé╝aøB$ä+êEßèÉ{"
  b"­|┐■üÆKî▓│ãF\x15TÁ*"
  b"t'3\x1DìIF▄Å»Ë2¯v┼│"
  b"ð\x08E\x16x¤F\x1A¥#÷\x08úŒûÝ"
  b"\x13\x1C¥ØHˆ¸"$¢\x05eñu"
  b"\r^ƒáƪOE±þ"/\vTGx"
  b"„4\x18âþ¶M\x03…ÉŒÀ’àíO"
  b"€ý%\x17úÄM1‰\x17ð¹\x1EM”¸"
  b"ß│─▀/üIÑ╝'\x04.{`.╔"
  b"Y38Á\t LB‰8äD\x04­\fe"
  b"^\x04X8öøA•·Ž\îçB \x01"
  b"”ü\x02}\=GN©e/(\x19AŒL"
  b"Ñî┼\x11\x00ÙFFÉd¯\x1Eð║¤Å"
  b"F)Ÿ3(Á@Ú¼k-eïÊLo"
  b"”7ª„k;B'‚ËY\x16\x14\x08{\x1A"
  b"SÕ±>)¤@߇«búäè5—"
  b"S\x1AÄö0PNÇ–¡‚Ã\x7F\x18\x13H"
  b"─│ÖIáûB\x1CóÉS\x0FtËtÓ"
  b"""
    Þ\n
    oò<ÀJé¿\x18\r\x06mà¬5
    """
  b"Å0©â6#NYú┴Kð¹1è©"
  b"iqŸ\x08„™B‡³\vÙí\x19’‹Ñ"
  b"§ÜyÆ«XOÙž^iè_\x1E¥ò"
  b"\x04ûÞ0,LEüƒmÂC¶,8#"
  b"ÌÊ&oÄoBc–*¡\x038·Kn"
  b"?å=5Ö3L\x1E‚ƒw*™³ô}"
  b"ˆ\x03Ú£Jþ@\v»í"ÐM¥K†"
  b"?9Z/#ßCJ‡6â•÷Wï³"
  b"¥Ö\x19LÖÆKɧÆ\x0EY\tM$%"
  b"å_\ep±8E›®™q:‹Y¢0"
  b"úu€èΣLMº…½¨lÜmò"
  b"""
    ˆ¹\x05\x10R½@\x05¨\n
    ìW®ˆ¨A
    """
  b"\x15\x06’HKUœ0\x1CýO6»5"
  b"\t©8í\t\x12G}Øóı\x12\x1D╣│\t"
  b"\x15šx\x06\fØF…‹S£¹;ß[ "
  b"ëºh×ó„I\x14´E\x18¬…¢‘©"
  b"\x13ÇB&×O|ÅËs├!¦zg"
  b"/\x18`¶ÉcFý¼ª·;¶Ý;k"
  b"Cÿ†íí\EÔ¬±F¶\x10\x00%#"
  b"\x14©\x19£OÔ®\x18¡|%x\x04Â"
  b"](5úýÊMk¹b‹\[ؼ"
  b"ÇMT\x01Æ9N¬»{\x1E\x1DtêØ╬"
  b"vé=\tçEJÉ£╔┬4\\x00:ÿ"
  b"\x11zÃÍ╝■M-û³Øq)\x15üÑ"
  b"9\x06_0äÑHb”ªD\z¦-—"
  b"qÞV<\x1A+C\x08·¼®®ölÜ×"
  b"\x17—Ãc[Gk—£O´«%3û"
  b"§M\x1DE`‰AÝ‚ÈìLÿ\t\x1A("
  b"–s5,ÎáM°©Y\x00ß‘{Ëù"
  b"œƒœ62%IĽ7ïÉ\x13õ\e`"
  b"ÛY¾\x1DíèBÁ¬\e‚äÒ \x18"
  b"\t÷#ÃfqOJ«Ž…xûj›•"
  b"\x7F\x17€@ÅŽ´OYÀ?®©"
  b"Ë-\x14ŽHZI3ƒÀ©`šp„s"
  b"\x02n.„ËÔH\x10ŽÜ\x10^\x0Et·Ó"
  b"Š-âÛâíLà©\t£µE0ÿ€"
  b"}ÿJʯÍA“ºQßDÍï¹—"
  b"\vÁê\e_{D]¸Ø;/áý…-"
  b"Žâú'íED1Œ“‰È;ð\x1C¦"
  b"Ü÷ÓÅ[fOKúÉ╝\x05.ñ¾\x19"
  b"³ÿ±Ö’dFE¹B~}²ˆÛÂ"
  b"\x16ʈ( ;GÖœ¸“£FÓËk"
  b"²dE\x04\x07­@ºì\x15\x00È└¶"
  b"v“Žç½›MŠš_Mð\x16¡¥ø"
  b"Ç㯫5ÖI{³†á1\x17Qh¼"
  b"H½╝\x18XÄA|ÉФò\x04ÿJë"
  b"Pf’Ž•<Gநxʽ\x07º\t"
  b"»i\x1F£˜\x18LéºÜûnÌ›Ø|"
  b"Ó¨¬9­®N¯’SËæeÛÚ["
  b"eø¶‘ôÒLÕ´ †ôˆu”Í"
  b"þü=ÉÁçCÿÇ\x07■/~\x13i+"
  b"Å╚ogþÒD░ù:Â▒\x1F¢\x05Ê"
  b"þq\x16Ø)¹OР<¸ÁÕ\x1C˜j"
  b",†èíG—Ie¸˜´Ÿ`Qìb"
  b"T╬­}¼▒G┬Éhé£Õ\x06\x13"
  b"J©å˺\vD¯ŽÖñ¥_š#f"
  b"\t\r~.J±┐▀½mØà÷u"
  b"à;B÷»[Lgµ«ÏMž²B@"
  b"å‡\f”<`B\r•>\x08}\x16¥\x1Fá"
  b"bÿ}ic\vO¹–åî®}»\x01X"
  b"9ã° ±c@˜´\x06„[\x00í;\"
  b"À&ÂÇ#\vC6™1À}\x14#æí"
  b"vºtâ\x11šJæœ\x1Eg—¼T/Ù"
  b"NàB×ÖÜKuƒëÇc •`C"
  b"·ü\tÊ\x1E\x11J2‘íÆÇâJÃ×"
  b"\x03–ó\x13\x12ÀFÅ›ÍÔU3Ý»n"
  b"█Þ\x14$¶cAêÉøüâ¿ëðä"
  b"_ôåQ±¢E ñ`║È5Û§Ø"
  b"¼ ð\vsñ@ÉÉ×I)┴á¯|"
  b"═yÙ╚=ØB}░PI±Ð\x00¢\x1A"
  b"вÄ8*\x04KN‰»¾%KÌ\x10["
  b"&¼¾\x00-\x16FGžoiÄ•;â1"
  b"G\x03¸ú"—H·€\x10,râ\x00\x1C/"
  b"\fÐB;AMC=Ž8Q2{\x15"
  b"ýøî‘žúG%¸Ã\x07rÜ>TÎ"
  b"öïSÔųJ´£,t\x01]{¼×"
  b"""
    ðóñ╩Ø\x7F@ƒÜE\n
    _à!Ûü
    """
  b"‚u^¨F%IÕ£-‡v%×ßÀ"
  b"›Í“é>rK³žWD7\t´wì"
  b"ó\x07>˜„(I»°j¬\x08\x19\f£g"
  b"ÅC╬?PÄL÷ïçK█z²\x007"
  b"«&É*|ÅC·Ÿ\x18y”\x1AÔnK"
  b"\x05\x00 Ë\x00'JÉ™\x11\x05¤áÄé‹"
  b"\e\x02\x10ÿ@\x16º¯(iƒUy¸"
  b"¦+E\x12\e?@\x14à>ë\x0Eü-\\x00"
  b"ú)■á▒hK\x08ìßÈ\x18·T1e"
  b"QM¬\x18N\x16Né©?ÿsBÿè˜"
  b"˧_\x17€uF@…M½¡çS‡“"
  b"M]ÁH9oA¾—«`²üaV¹"
]
84 1.29 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òŽÊsnMॖV¤màeY"
  b"ê\x1Ey▓ÁACwü┴\x19\r»Ûã?"
  b"ŽgWZûÑL}Œ;ÏòSP‡é"
  b"╗UÍ\x15ó\x01B®üëð\x12\x12"
  b"¾'ÜtFÚD\x7F¼\x1Df\x04f\v¢="
  b"²:Å䪲E\x00\e¢´V┼"G"
]
85 6.77 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òŽÊsnMॖV¤màeY"
  b"ãLKj4åCn𨿝c¶\x07A"
  b"~ÖKOÍ\Jôˆ+PýÑð¸‡"
  b"╗UÍ\x15ó\x01B®üëð\x12\x12"
  b"É_‚aNQC5¨ïÅ}ÍèêÈ"
  b"ê\x1Ey▓ÁACwü┴\x19\r»Ûã?"
  b"žáj?[MI–¿{y¤ðg¾X"
  b"¾'ÜtFÚD\x7F¼\x1Df\x04f\v¢="
  b"\x04L‰‘våL\x7Fƒœ\x1C˜ÚJŒ "
  b"\x19Å¢ÃoÞBÅî\x03hbI\x03"
  b"\x00(ÚA\v┬MÚ│\x02yöVü┬e"
  b"¡R4*▓¢Jw┤Ü╝jü╗n\x02"
  b"·KÆ+Ç\x12K„¦‹éo\x15We\x15"
  b"KÖ¸3CbKo¼¨.–{\x12M6"
  b"^¾5├ç«Bq┐╠Ù]┐YøØ"
  b"‹ö\x11H\x1C{Aª·+ðׇv\x14ê"
  b"ý\x1FŸIæ„H˜ºÌÚ½+`=Æ"
  b"\x11[\x1Aü)\x11Oˆº\x01™wHG«Ÿ"
  b"3ªÕÔ(”EG¢™_?ÿc÷""
  b"█Àêát,Mü▓¦╣#§Ð┴»"
  b"wýò\x19ßWO\x17░ðvØ─G\x08å"
  b"│uÅ╚Ë2MÄÖDÓèìR\x13"
  b"Ïu\x1DÏ\x01mAx’»Ç\f>Éùª"
  b"$ÄQ<\t–E\x04¥;3…qWAé"
  b"P\x02\x06#|´Hæ¬ÊÞ³ÜÜ-Ò"
  b"¸æ\x05¡j\x0EBü‘؃I\x15<+§"
  b"?ÕÓa¸¤HùŸ:ýƒ`4Šu"
  b"_Üj\x0F\x1E=C-¤hý\tâ\x19íç"
  b"–ý\x140ÍÒB^™\x05Wó>ö\x07¡"
  b"S┌\fƒ  G\Å╝k\x18Ò├╚¾"
  b"“I\x18CÍOJÎ’³óbUÞ,?"
  b"¶g®mLuE(¥ð­±‹œ(]"
  b"═º\x0ENk╔Bíç5%üЪå,"
  b"\x12ÙSã×NC&”€Ã\v°\tÜ^"
  b"óL╣aοJ░ùÔ5\x10ñÉÛ³"
  b"Én§k\tBGk¶\eß6J\–w"
  b"%‰˜“cÁE\x00ª5]XœÀÂâ"
  b"Š™;\x13‚ÓJ¹›Ë±`2\x1EÓ_"
  b"b\x1C©\x1DdíNã¹4ý|þðªè"
  b"\x04Ü\tt\x14ÿDÔˆ–Gcò\x06ï’"
  b"#mºë°/Må¢ÈØü╠/wÐ"
  b"óRº\/¶E¯¯‘\x13½\x1FºR4"
  b"fë@#/™OF¢óç5¿/Ý2"
  b"éc'E¯™JŠº4í•$\x10»a"
  b"Ű\x03‗■¿J¦ç\x04v¬«&è┬"
  b"ú╣Åö¾\x1EFFôÝV╔\x7Faìö"
  b"ºÏûT(GI|’ŒÆÞÿ¸Ÿ!"
  b"ñV\x17‡ƒq@U‡,ðY\x08ÍC\x04"
  b"L▄¯^à\x13I%ÑLÏ╚+Ëûì"
  b"›ƒ¾®\erIå¨ÞØ¿uõæ…"
  b"8Û¢&\x17\x1ALX—HW‚H·ãÞ"
  b"z}'üäðN üµ¥°éLzß"
  b"»†p_Í-Fʧ(\rÕ\x19ØŸ"
  b"\┐þBb┤N+Ø▄╬aU\x19"
  b"¡\x16ζB0BI´(!¤Ïâå÷"
  b"'$\r¾A]Däºa„(\x035^£"
  b"\x11Ó\tÌ“OK\x1F‘«®ßqôÛz"
  b"IO3:œþB¦ŽÔ¤ÉPÆ·ˆ"
  b"ìJtÞ║═F.░Õ\x01¢Sc\x1F£"
  b"¥¬[x8ÈAlŒËŒÚºøºÊ"
  b"²¡?\x11ì\rLAŒ¼ÒÍ#|´g"
  b"šôÍH<\x7FFö¥ÿjQÚ¿§þ"
  b"àÃnrبNn¶Ÿ0>Q\tvq"
  b"%p´ÆÂALa¨\r@[‡\x1DÇò"
  b"ðpƼ²ÐA\x08Œ\f6)Ùzöj"
  b"\t\x10­o\x07½Bÿ“&ìãݺ7Œ"
  b"\x1C¼ÑM>šG´´jÓ\x05j:t\x10"
  b"\x1D..ð>-DªˆÚt\x7FúKSÏ"
  b"\x1AKÑÈ\x17ÍK…¦y\x01\x01œ)"
  b")Ëoï;õGž“/øÅØÊ¬f"
  b"|ù\×ræFé…ÄÜ=?\x06¡ì"
  b"ö×\x12ác×H\x0E¨¬Qþe^cû"
  b";\x04Ø\x04\x05nN[–ê\x05ä<·\x19\x1E"
  b"""
    J"\n
    Ö\x123EK¨ZÊ\f{‡#F
    """
  b"©ı6r¦¡E═Éd¹2¨á|î"
  b"(šv\x00\x06ªEÊ“MÚ\x11ZUê@"
  b"àz7L›ÊB-·åóx¸–Aa"
  b"õn¬/¦\x08B┤ØAÑ╬Ú¡ª\x03"
  b"""
    Nƒ¶[Î`O\x15\e\n
    ?ds@h
    """
  b"¢\x0EÎíìNF÷ï$÷µ.9©þ"
  b"¯uqúþ╦H0ÅdùÂa¥¢\x00"
  b"{à p|-E.˜\x16M¿¯:Æd"
  b"|þ”\x18o”Gp™0ŽÒÅ\x15:‘"
  b"É)ùáf@Cá±Ï"á€éØ¥"
  b"G F*═bFµÅJ┴\r\x0FÇ.~"
  b"Ä\x04g‹¤²IŸ¦ùmS™%Ãr"
  b"&ãcCN\x1CM@–=#\x04\x10¿Ä"
  b"3°°0öçOKÉb\x7F-àô\tK"
  b"vÜ0ïi Ea³4kÍ[Qì\x19"
  b"B¸pN>šLbšú(‰\x16uæª"
  b"¤¨\x03ˆ:RKš¾çV±«\x13ø°"
  b"ˆ·é9ÛcMü¿á}0¤ª\rS"
  b"ÅQL\r\x18Beˆ/DÆŠOÇC"
  b"ç«;b–§O_…yF`;EÇ%"
  b"\x0Få‡u¬1O‰‹Œ±%¤a\x02H"
  b"\x12©3»)[LÁ┤) tKØ)\r"
  b"˜yÇ\x00k‡F—ºÚð|3û‰Ø"
  b"éžã1=|IN£É±(§\x1F†û"
  b"B¯\7"ÄNì¾}X©·€?ú"
  b"""
    òÙ\n
    쫉O@ƒ\x7Fnç ÉšÚ
    """
  b"SA\x19ä\x13!C¦˜ß-tÇà\x15l"
  b"yR\x0Eý7ŽM/ŠÈx&}\x10Á¯"
  b"SêÈØÕþ@±º\x10¸ÈÉ&qA"
  b"$É=^—ÀKº¦ 1P~ë«C"
  b"'¬d"f¾F\rŽñ\x18@ÊSÈQ"
  b"6╦z\e3QN\x03ÑÍÅ╬ôÑ93"
  b"%%\x07ѵ\x00O\Ö\eü®╦║VÆ"
  b"yÂ\)i¸G)†ª\x054:{¡˜"
  b"Üþ\t\x19\x17·B8¢¹±\x1CÚò%_"
  b"\x06•ž©ÒéDé§ß44W\\x0E\x04"
  b"Ŧ$ó*}O[»¨îx±Ï3i"
  b"»\tÓRp=Hr«³®n\x1EZ\x15%"
  b"""
    \n
    Ϫº\nM•»OëO\x1Ek¸o
    """
  b"èûؽ╗,HPÅD¡þ}·\x18."
  b"«S§Øº”GW’\x1DCØc¢8a"
  b"K/Þ\fUÿDÒ¡"\x7F*öà^y"
  b"Teú$å8Kbž¨ÂÁÿo)a"
  b"lRo˜WúJ\x1FœéÅé\x11ö\x18Ü"
  b"\x03\x1F7¿Q├MZì┬¶&M‗└¾"
  b"R„ŸngjO\‚ï(ºt\f"
  b"°D°oMŽNp›½³\x03êÊ;Ä"
  b"l\t΄=ÁJÈšƒ\x10¬áÒ@ž"
  b"ÃûÔ5I©@\x0F•;!ûù9ÖØ"
  b"ÚÅÀ\x14àÂIx™{\x15#µfɤ"
  b"^©ñÒÎ÷O\x03‹ráa\x13q\x15\x13"
  b"ë‰\x01øFŒFl‚Áڎ爂æ"
  b"\x1Eª8ckÎK¶«\x1Aß ù\x1D¬É"
  b"Ó\x1D¸×ɾG£“'rIß³•o"
  b"ÌòaØt8F»æN┌ÈÆı'e"
  b"\x1AÆ\x07À‡`Jܯè*¼Åëøs"
  b"¼g\x1E\x021Dóü«┤\x07\x13-\x1A"
  b"õ\x19‚ëíHGf¤\tnœÎ«­Á"
  b"(HÈ\r$aAQ¢¨¦w©\x18ź"
  b"£­¿Þ£hL(€DZáá_5÷"
  b"Û“5\x03#_N2ŒZ謀³£,"
  b"zØ]ÆfgA£ž’ó€5ýL\n"
  b"?3~│4¼N\x04╝Á╦è'Å╗Ç"
  b"L╚\x0F.ë÷LöªÕ┬K-Å┌°"
  b"]<4PTþF{¥×ã[¶4\x13m"
  b"Q\x19+ü°öO\r¡/┴þ╠Tá"
  b"Vm9Z6­O'˜6o—\x1A›L."
  b"ø öA£fJ?¶(\x00‰i9{\x15"
  b"éz¶\x00ëHA‗ó¦V┤úŽ╗"
  b"ÏGÔ‚Y\x08LÓ èB×dz‰¥"
  b"\t‡™\x07¶V@…“dåX<øó\x19"
  b"„2#ùIðH\x11±ás\å6uo"
  b"•Ø\e9q'L$‰?=™Êœ\x0EÖ"
  b"ÍÑzú\x1AÐN§¶îœåDL±^"
  b"Î╚┬·±®M}Â┴ª:ºüú4"
  b"Þö ÂŒŠA»­šq÷Ðò™O"
  b"áyŽ\x05\x14’K¥ˆ„'ô\x04\x1F¡\v"
  b";9»ÜÜeH\x7Fº›äãGí\x1E±"
  b"_\róɪ«L¾Ä̶┌«╩\x1Cc"
  b"\x06®RNSÌF|§ÌÎ'Rºêx"
  b"næÛå\x16eJYÀ┼ÂÞ=ì■╬"
  b"-T~Ê\x0F˜CÛ‘wéü\x10˜cc"
  b"ò·!×ÉÁ@Âé5¶ÿü\x03į"
  b"ê¯ÁšÐ–Fõ—›‚\x00k\rªK"
  b"üjü\8ÚO;¬²5×(ÖU<"
  b"´ðI·F¹F\x0FØ\x1C╠ N$Ùr"
  b"¼╝_ß┐ÉLÞ¿╩\x05\x13¼Õ¶\x12"
  b"ºÞß)…²M‘¥}ÝÒÙe¥’"
  b"!e$0zºJ=‹±hâ’$ià"
  b"""
    gß9.{\n
    Lu„\x19Yfä‚ï
    """
  b"+„ÄT»VM.®m´-Â\x14\eÁ"
  b"""
    T+9Ä\x01║I¼«ù\x12\x08\e\n
    Úü
    """
  b"\Çšø(ØOMˆä®8;5|†"
  b"\x01¤╝¿ÉAEƒ6÷─Fxï²"
  b"ıD+DØ─BpäX\x07û8J>ð"
  b"8ü9\x00y“MÔ²¤œ\x00\x00]br"
  b"›qæåÅ¥O\x1Ežu½–ó\x04Ÿ."
  b"›©ä“\x7FpF…¸ÇP–Dæ2\x10"
  b"À^ÂI’xK\x1A”ám\x1Cï*P "
  b"\x04tCƒ¿¶@›’\x1EÅi\x14¬\x0E÷"
  b"H\x0F‗╠\x05ìB\x1Eǰ▄*■×å┐"
  b"?Ih\x19\x16SKÉíÓ¯Ù\x14¨▓¾"
  b"Å›1:ÓÈI\x0F©î5“ó1Ê\x10"
  b"\x03PF\x1AmK\x18ƒë~bOW4ë"
  b"½é}ꨴN\e¬\x08.ÚL+ÿ\x13"
  b"óO\x06>T\x03N¨¯DÞxƒ\x00\x1D°"
  b"\x16GÉn9QHO│»y²Ô_\x1EZ"
  b"qçXè\x19×A«ì &+bÌ\x05g"
  b""\x10’i\x1E?H\x03˜TMZ^é\Ó"
  b"B>L¾\x0EíDžžfxuæ\x0F†Ã"
  b"1‘Ñœ\x18°J'•\x17óüÌÝ(Ó"
  b"s Æ[S¼JÅòKwfWxòO"
  b"\x17æâ­é/I\x7F®\x1FN¬ö*º¹"
  b"Í;Bi.\eLØöþ)Þ\x0E\x10╣╠"
  b"(G?ˆÌ9@Œ”V#:"\x14 ¡"
  b"L}Td:–E%·\x18ÇÈèN{‡"
  b"ÞÎ1E£ìDB‡›"(s\x19\x7F:"
  b"`ó¾h\x1AqO£«\Á\x15»Ó7›"
  b"ÁËþm©\x15EŽ™å\x14ËtÙ£Ç"
  b"\x1FÀ¼>@æIGš~'ˆP"œŒ"
  b"C\x17\x07ú-\x1ELºˆ ïob;½V"
  b"^ZPÅØ┼D\x1Eï4Ôƒðw¢ "
  b"\va„›ü|EñŸ\x06¥\x04žÕX€"
  b"wƒÌQŠJNrž\x19ZÛ˜ßmý"
  b"¤§ªÁ:]Ig­ÈÚm¬]\x7Fã"
  b"›ºC\x01,JFÒ´õmžŠõq#"
  b"\x19JÂùµÓC¨…ÎYõZ‘Ÿ5"
  b"ãµRÂÀ\x18I\x7F³º\x02¦£Ku,"
  b"pvöØtÛF²Ö㩵╣k}Y"
  b"\e_QëcIû”jg\x03áݺ‰"
  b"\x12i\x0E[Ô:D\x00€©Ž®Æx<S"
  b"‘TIà ±G\x18¬UFŒá\fð\x08"
  b"¸░\x1Fé\x00_FûÉVäµ├è/Ü"
  b"9ƒ_Îd)L\x05†Î\x0EØ<…Uä"
  b"\x12g@\x16O\x00¨àh«rr_k"
  b"ûûd\x13îÄNz’\f{¨jkÍ?"
  b"ÿ°áçdÖMö»ZFÂ\x1F=a\x7F"
  b"Fy9Ñ\x0EFJ\x17¢ùإï\e·"
  b"""
    Gœr7\x12#Ož³'ü\n
    †â\x1EŸ
    """
  b"k╝Å┤Í=@ıÀ¹\x11o¹@┤5"
  b"ØlÈÊ\x02|J"í©░±i┴╚Y"
  b"*­}L,ÑK\x11Åv\x18¯\x05Ë=¥"
  b"„Ý„x¬v@M­=?‰NC\r"
  b"…•¾\x00LaAv“P@s\x12\x14("
  b"+-3‘}ÜGnˆø î\íy3"
  b"x¢wÖÉ%Kþ·@ÈcÕ\x1A\x12`"
  b"at«)c>IY½\x13q═Ïaì°"
  b"þôì\x02─ªFgÖó\t╠^[èu"
  b"=M\x0F‚ä=@ÔµJ‡Jg™²\x1F"
  b"}1w$\x14õ@¹«³\x017í7v~"
  b"]‘Ñ}ÉyG†°Év5705\x01"
  b"ØSþüó¯Oæïtä└\x15=L®"
  b"ºš\x02h1ƒM'¢ôÛ\x0E\x1Cµò("
  b"‘%ž²ÿÉB™€º±TnÌf\x07"
  b"Ô±\x04¬—-Dö‡üCñÀýi~"
  b"ˆ\x1E#\x14\x14#H<©šy´ƒ×¶Ê"
  b"×¥!­¥ÁAn¢RQ…¨\x17"
  b"\x00Å+C\x12ÌC¿¨ Ó\voj%à"
  b"\x10nsA\x14ìHUº\t\x01ß\x02gM¯"
  b"p¶ƒ\e¤GEÏ­[õšo‰Ö"
  b"î\x11 ╣«ÔK'É?ð>.ôòå"
  b"å\tî\x054\x18DÙ†]GU³àg÷"
  b"G¼é‹­éBç¾=¸Ù@8Æ®"
  b"H§%€!i@©‡èOº\x1F—¦R"
  b"R~„$û´Aë”aÀršÒ¹­"
  b"h³»iw\x10N#…è\x01\e\x0F¹\x03d"
  b"¥m€LÁÉJì´^/-Èø‹É"
  b"^m?-Å[F6╗?ÂäW\x00W\x13"
  b"Á`n\x11‰ÄID„òì°ÇotÅ"
  b"""
    é:2I%ÍIl”\n
    ³â¨Ž\tº
    """
  b"xØ ½÷$@OƒÚ¸ÊCùŸ:"
  b"ë¹iº:ÇGУã~ò\x1F•QŸ"
  b"▓ÔWRùêK«ü5âJ\x08e╔\r"
  b"©\x00\x08X±,@ıÅ▀┬%hç\vÌ"
  b"-\x08guµRN°¦{E\x08òähw"
  b"\x03wb\x1E║¥F\x19üU\x05Mò ¤("
  b"]‡Gäÿ¢C¦ºøxX¶Á:²"
  b"ˆ&à„Á#HV°˜Âÿ…*«i"
  b"a¶?‡h\x01BX‘\x01R¤`ÔYë"
  b"gS\x16\x15`€IÁ’ÂåX?ÊPØ"
  b"Í–ÛŽt]JÖ»®xéˆP(ó"
  b"0Þ0²‰\eK\x1C™ ¥MšÀ|±"
  b"~õXÓÜØIË•·9\x17\x10ÞŠR"
  b"ÇêIgì¹@\x1F˜zÏI\vôT,"
  b"\fæ®[…4CâªviÌ­)ôž"
  b"©aÝî)¿Jß‘}—ì—\x02"
  b"\x15&\x06MOùJD’™\x03õÁ¸ü¡"
  b"v\x1A!”æZJŸŸvú³u:Îõ"
  b"O’EO×:H6­¦qß¿¯š\n"
  b"ß®┐\tÙ#MýèSý\x7F¬Åêé"
  b"âã%J«¼LÛÉyã║ø\x19_┴"
  b"±}\fôgªJj‹"ø\x16íJÖ""
  b"\f\x12±ÑOLåÑ\x1CØ\»¾¥"
  b"""
    ü\n
    «ÅÄ\x1CN├ûÔ\G¨µYÌ
    """
  b"ÕÞ™Z…ŸNó¤†ik#†6â"
  b"\x1A\x08†LõûKú™¦1\x14öSª<"
  b"÷©5\x130¿JÁœÒR\x1AÎ\t¶ã"
  b"\x02-Áz\e­L™³ŠUÊ3T|Ñ"
  b"ê ÝW┼öK·üBð³·«d½"
  b"\x1E\x08\x1Dp?ØEÓš&<\e\f-f‹"
  b"XÛb¢WTN\x05ü\x7FÖz\x00│t\x14"
  b"ÅJ5'h┌Aø╝\x15ÛÂÍ~\x06="
  b"\x02\t9\tMLů\x03K\x1Dfţ1"
  b"ðVÓ\x11=`Oнq\t\x1Ai^â‹"
  b"@\x10ŽóÚcK¤·ÕãØ+k„\x1F"
  b"²\x15º­\v©L\x0F«ì+`x+ÝI"
  b"F¹$ãIsN\x17«ñ„725’\e"
  b"\x15\x10E2¢DZÒŽ8ÝË"
  b"\x07‚,ÝR\x02Hé‰_YD\x06ì}5"
  b"£Å\x7F{\vàOè \x07nä‚7\x14Š"
  b"Çþþ[r\x18FvŽ”³Tz̾×"
  b"‘Ú)Œl!NW«àÙŠr\x04óö"
  b"Ü\x11ûGG*E¬Ç>ô¦\x01|èÉ"
  b"S²[ä3┬N@Øñs=]=r?"
  b"e▒\x12³©£KgÅ╣NÕÛË\x08?"
  b"¸I‰ñ\ÑJ\x0E‰~ÈS¨¢å$"
  b"%ÞÔ':³G´Ä\x0FûüI¶╗ü"
  b"ìì~¡bäN\x16žŽqÃ1æ#"
  b"Ö]\x109BãO¼²ú¢ÝÜÝå["
  b"ìëüZ8ÜGÉ J¬x̪É<"
  b" \x06Õ\x1F\têNÿ­P¶ŒUxÛÙ"
  b"‚“§MÝ1GÅ•a!þ}¹™ª"
  b"´Q\x04)DˆLe©ªYË\x00ãP2"
  b"½èC¿\x1EZAa“Qæ\x1EF“Ô«"
  b"#¥ªnT^F>ˆÎ7êû¯¼G"
  b"xI\x04µ0¡BÅ░\x1C╠;×#´;"
  b"'§Ö“\x03tA,šçÖ\x00©Q©ü"
  b"\x0Efk=\x11×H*›2”,V¤µs"
  b"î9ªà}ëAú“ëCc«ûo\x17"
  b"þiÝmbºGË€ùâ—òron"
  b"^°DO`¶KðÖ<>HƒvðØ"
  b"t;ý╠f╩Bò¢ÍØ0¦§í─"
  b"|®G±ÛúJù³û§á\x0FÇ\x1A\r"
  b"ÈÌÉõ¹kI\x1Dè¡\x10¯ß└\x1EQ"
  b"䍯Êgl@\x01»æ'N¢\x1C~\x00"
  b"\x1DscÒªÍBu‹\re\x1C¶ì4\x17"
  b"¥\x11▓üy\x15L&©·╗▄¿ ·\x11"
  b"ÄÀí•Q¶JãŽ\e8D§„|£"
  b"ç(¬[jÏFŽ‹½˜º´—ô\r"
  b"\x17ô\x1A N€ºp5¨ªÀ#B"
  b"{J^õ'¼H\x13¡+cµH\x03©¹"
  b"üÍ=Ù\x1F«B#ø÷▀UE/ý°"
  b"…ŒSÃÓêBN &hñôÔ\eU"
  b"$\x16zfóMK†Ÿw^j8’+Ï"
  b"¥»w=?tG7ÑV¨%x╦Äü"
  b"ã[pkG\x08C\vŠ¡=´\x0E|v\x05"
  b"ý`┤îÜÄNËáÉ█^íú1n"
  b")žæf7\x0EKc¾U\x1Eî0ù)ñ"
  b"É"ÖÂÜÄBe¥Ö1´^PÀP"
  b"CÀñ+®#MÆíÅØ│\f\x10\x13½"
  b"\x12\x1F\x00P9#F½»\x02Çd}œ\x1E*"
  b"Øê\x12╠¡ÐFhìÈ┌ø3a┼½"
  b"aQ\vòtGNıò\x19K\x16ØÅ`Y"
  b"ƒØ |ðÿBQ¡jn\x1E\rɲ"
  b"Íî°‰o\x11Lë³»\eŸTï’;"
  b";ÁüÇS`A\x19šUÕŸÙ²°\x13"
  b"¾õzÒØÅImû«┴╝͸ì\x03"
  b"\x05A9¬|“@–½§#‡HÛžÞ"
  b"\x0FÖÓ[k\x1DOᵟ\t[øºl}"
  b"Ï8¤…x¤F-¦‹SLØÅEÂ"
  b"?Æró<8K®¤ÿ¹ü§¿Y¼"
  b"ý\x19¢<7\x13By¯a"ûC&#\x03"
  b"═,×Ð■»LMü3;\x13èîo)"
  b"ê¨w%\ÏL‚¶lÜÿÍåUË"
  b"òË\x1F\x19nƒM7—¨\vpÖÝÌ|"
  b"š."^Ó¹KE¡¼í¥Œî\x11}"
  b"\x1F1K,jîH“‡\x1FTs8§üo"
  b"ÚSZÓ■┐Dê▒N┐ÛFÉ$\"
  b"\x0F…ª\x01l\vK\x04©ÁO}é@ê’"
  b"""
    dxI\n
    5®L$¸\x11\x12—s\x1D\e
    """
  b")L½\x15\e­Bå±\x14k\x18†ä\x13."
  b"8_M┼ÌPBÑì▓Bc┤ü}\x07"
  b"ä╠╗îì§@Å▒Ë\x08wÊÎN¼"
  b"¦Ñ\x18×\x13öBd”Þ¸E\t\e0"
  b"Ç®Ž2H¬G׌ø]Ûfôf\x15"
  b"\x1E'eïGET‹­®ëiÏõ˜"
  b"ÚíL§\x1DÃO”‘X_t ü “"
  b"V{¼§ÉïI*çë╬ÃÜØ─]"
  b"ü+jüûÈAs║ &i‗à\x06\x04"
  b"┌┤Ôt╣¢Dææüì=òéªÒ"
  b"ÿÍËëæıL0ìmõýâ¸gå"
  b"»›Ùßw,Oc£MD{<W\e\"
  b"Ê\x0F€ YýK`“±à#êÒÅ7"
  b"""
    ÏÍž\x13+’M¢‹¨sIÝ\n
    ƒO
    """
  b"#3~î%¯IÉ»─®4~2\x13"
  b"ÒÏ_,kÞOð¿÷·à(þK—"
  b"ûÍ>\x11ÐðDº‰¹½\x15s°hþ"
  b">„þ¾zá@\x04³-î3\x114ôé"
  b"Ò─C®?zB│Éä\x12sÁý.▓"
  b"\x16®é\f\x7F¸J\x15á\x08a¾Ø╗#ú"
  b"\x1Dt\x7F´Å└AaÅ▓╚Ñf\tõp"
  b"¨\x1Aßè\x10LL0£5…wýÊ\x1E"
  b"Ä\x12K‰\x1D\fE\x12‘Œ…8ƒíÑb"
  b"'Ø.Ïl3Lòº\x06\t¿÷"%z"
  b"Zû€ny§G\x1F™0àb?ß]Œ"
  b" ì)FQnKøì\x1D«õ▀&»\x0E"
  b"j\x12wŠ„5AÀ¥A¯×rw‚\x1E"
  b";ðsfÑYH'À\x08ï\x02É0à┴"
  b"X×0•N\fOÔ¨%5\x7FšëØÝ"
  b"ƒ\eJ│}█C?Åu\x05ú¯>ý\x1E"
  b"*®Î£VkCA½Ó┐¼3\x12┐ü"
  b"\x07ëî5Fʬ$s:ºÖöÎ"
  b"µ7¼ÃÆY@²Éê\x07ÁG9RO"
  b"æÝFä)ßA\x18‘ü·GN2\r\x7F"
  b"4]┌Õ▓ìHÁ«┘╬ õ5û\x1A"
  b"ƒc?¤NÈD÷³#^ÜãÏøÞ"
  b"""
    sG½A\n
    ª@ð³þWº¤mŽx
    """
  b"©„õAø\fN)‰meXB!\x01"
  b"\r#šåEßN4³g®‰©‚„¡"
  b"é\x14È•ÿ³F•³K…iH{#»"
  b"""
    \x16oã║ìÛF\n
    ÿF¤\x10WÒ{ 
    """
  b">ìøÌ³`@ø„\x1E/„ùªåò"
  b"}?™äÛ\x1DK®‹¾W-ܱ¹‘"
  b"A¸]m1\x07J ƒ6\f]\r\x1AëP"
  b"vŽÊú\x01RK›¤((\\x12ª}^"
  b"ê&þܬƒM\x17ü~┐\­-\x18-"
  b"""
    \x1EÔ\n
    9MõM\tÅkÁ\x0EÑxZÐ
    """
  b"“C˜ŸÕ\x02Nðµ}§qaü»>"
  b"æÛQÜúLLZ½_t]âÌï›"
  b"\x00{±¥9|Jž´¶–ÿ\x03{:J"
  b"\x1Ca%ŸÞÀE\x7Fµ÷'¹_‚\x12\n"
  b"\x19½Ç¶IÌ¿g»ì略▒"
  b"Œ\x0EXòu&B3‡Ï[–Æ’\x15å"
  b"îŒðIÛŠG;µÔ^rCMŠ\x07"
  b"\x1FœèëvûEœ¶U¨\x010^\x7F¿"
  b">X¯ÍŠ\AZƒØ-/€OŽÀ"
  b"▄╗\x00wxØNt»zà±Ëa´W"
  b"çŒeÎhILBªÁ@²Û5Ïø"
  b"""
    EÉË\x15¨ËE&Š\x15µq?E\n
    Â
    """
  b"G\x0FyA■~Eaÿ\x03ºÊÜÆÅÐ"
  b"ݩΤ\x1CFJ-º—:5°…é{"
  b".ïà:/]C╦üº\x1AÆæ¨'h"
  b":.\x11ªûHN¿ƒé/'[\x19Á\x1F"
  b"ØhU\x08\x7FeLο2~\x16bº÷«"
  b"\x01ÄüÖZÁNuˆ;r{6aY©"
  b"–ßò–‚+Mº¸\x00Aq1œI\x04"
  b"\x7F,\x1F`\x1DºBÖ¿ÏI¤\x13\x1A"
  b"""
    \x1D†&\v©ÊH˜©ÅÝ\n
    \x07SjV
    """
  b"@cÕÉä■KUî(┤ÊE‗ÐÄ"
  b"!¶Ve‹WHˆ‘eŽ—¤¦áj"
  b"Gw²ì\x7F\fN>€TªQP\x0FÌ7"
  b"È®”[O!Gœ«*i¡sÛGø"
  b"\x7F\x04¼ÇýFO«ï‹¤Gç\x07§"
  b"""
    ·T¡Ö\x17¹G¬ìê\n
    )\tðR¶
    """
  b"\x05Dòû\e$@Ê¡1Hõ‚šèó"
  b"~\x1D~Nù…B•°ïkIg"T)"
  b"""
    ”“\x06G7¿A\x05¬6\n
    ú\trΧ
    """
  b"ѱ\x13þü}BO╝@┬6Ë{*M"
  b"\x10;²7÷ä@邈uœª©áy"
  b"µ\x03ÊÈ SNsœÏoXò¼zg"
  b"1fñXyâGØö~ô▄3¨<f"
  b"à]^ØÓ¤A<ì*▓ ¼■┬º"
  b"üâ,BÕ(HÄ¿┬ÕoºuÌã"
  b"╔E©└õØL6│}\x12ËÙ+Â■"
  b"Cüó7ÊAGrÿ¼ç»│└f\x11"
  b"²\x0Eqˆ¦„Ar„HÐ\x17¦\x01 `"
  b"\x12\f}$EG^˜éDZï=GÇ"
  b"GŠUí­³@\x15´ªèI'¹¾j"
  b"Orý°á\x06OQ‚ÿ.d_cô"
  b"\nÁ\x00B!{J}€ø`,œ#§Y"
  b"´\x05„·;\fN´«îÓ+ÊLŽ\x15"
  b"/\x05ä+IÎL<†\rÛ»ÙuË>"
  b"©Å\x07┘*╗A7ò*#ı÷àÝ9"
  b"ÎÁ\x084\x11\x10M|¨RˆSÖ7Ÿ®"
  b"\x0Fl¹MHöKv [³}Äs=Á"
  b"­w\x08¯½ÿJ±œ–´ïh#ùÎ"
  b"‚óáꃯE<¡5…Añ­.·"
  b"ÅË┘╚■lM#Â/\e▓ t|}"
  b"#ok7\tëCJØj\x18¸¦¡ñı"
  b"""
    \x7FcßöyîC\x19²ŽÞ­\n
    gþa
    """
  b"€aNÛ1ÄJÖœ;‰\x1C.^ð\"
  b"(üC5ƒ┐MÆì\x1F╠R5ƒLà"
  b"“µ¶ÊØ\x11@ƒ™ä‹u׎QÓ"
  b"/\v-╩EÇOüól\x16Ð$\\x7FÛ"
  b"€É—\x1DÚ|C\x1E”»ë\x17\x02\x18\x13õ"
  b"┴ñNCC$Ctêì╔S\x0Ey Ò"
  b"cþ^ð3GIT·\x11\x08:ÿ\v\x19G"
  b"Q\x1EºËï\x13G^½,^\tqþE\x1F"
  b"y0÷È\x02ÐDu¹QˆÂ÷\x15åó"
  b"[\x06»¿xCHwŽ\fÊ\x16^üKÚ"
  b"ç8b§]öC\x14¤+_Ë{Š$”"
  b"#ïõ\x0F'»JʰÝ\x10ì©)\x03ª"
  b"³Ó0Ú÷HD\¸\x05éø\x17©—("
  b"7”1@6äBÿ¹²§¯AùÄ\x17"
  b"mÃÖ'óìF\x10»'#ãªì«P"
  b"ç#åÄ\x1A\x1CM\x7F·É»É\vkœ›"
  b"PJ\x10¡ÉâA¸«├ݶÆ7¶¯"
  b"ÃsµZW’JGƒnQ1½\x1Cs"
  b"\x00\x0EHõØßE™®\x1FNu\x18l[›"
  b"/Ö³’ŽŠNŸ¥\x18a7\x7F²U«"
  b"§\vÆÇ\x14?I ’Ú½Æ\x15‘\¶"
  b"\x0E>A¶H# ´¡×\x02`T/"
  b"új¯¯Ð¤H\x13€^\x04Bo]Óû"
  b"ý‘ONîÊM{‚ë\x19±Â¯\x16K"
  b"ÕõºG"\x0FI£¾¯©S¥/\v\x05"
  b"\x1CÚæ\x10\x04âOà’&\x00Ñ×5WÀ"
  b"\r¼*\tWQB&·8aIX?Ê:"
  b" ÈšŽ-ELW«{h~Þæ°F"
  b"9\ňųI7“T—\x14,ì?\x01"
  b"©jŽBØHHÖŠø\x01ep’eY"
  b"/”à’­ïHX¢pyV\vªœE"
  b"╔Å̱e­I╠ú╦M\x1EÓ\x0F½á"
  b"6Æ@ª\x17\x10K³¥-,<³^س"
  b"¸Ü¶\fíýO7œÙ¡9’Õàí"
  b"\x1A¤ Á­jDÀŽÌ`ä£Ð‹V"
  b"êo<^¸╚NSÉ▓½¿1¨├\x18"
  b"¯ßWg(~G{íì╚¯Ë╚fl"
  b"•–©¶Î:MœšÊý€q\x12Å-"
  b"Ûd‰$-ÌB»«è‘°Iæ\x06A"
  b"\x19┬<øL│üµ\x1AK■@Âl"
  b"ë#þ¯³3H‘™qoãļ>÷"
  b"ùjNC\x15vBc«nG˜žø!ê"
  b"è^MYL±BÁŽŒˆ‰…s\r\x18"
  "\x10–<b[Fћ3\x12.`/.O"
  b"8¿¯\x13\x08KF[𓉩½þ\r\x04"
  b"º¥OÉ(\x14@\v°ÏèÈeá\x03È"
  b"—sÍ\x0FŠ"FK´ÏÑQ8\x16?ÿ"
  b"È+CŸÞ,HŽ…Ü%j÷;«\t"
  b"ºäï\x04!ŸN—«·ÒÐ6@š‰"
  b"|Zš\fç\x18D7¦(\x05—1t¹ "
  b"¸_¬ á\x14N\x08ƒáq\x19ŒÄ\x13¡"
  b"9½▒¶~▄MuÅ\x07d▒W°n!"
  b"”pf£ðHC\t»K=\x18©»Ü“"
  b"6\x7F\x07Âø›E>„¥še´ËFË"
  b"øfáùýÓN豄mñ\rpVä"
  b"K|+$Âs@y´ä\rwp˜\x00Ø"
  b"Z©°\x11YóO¨Œ\x15ö«øñ;·"
  b"ýµ."Í$E\x00²\r_ùsáÎÜ"
  b"{‰Œ²A€@j§²Œ\rÌ€;Ë"
  b"ºìþ]_îI›ª%³Æ\x10\x1C"
  b"""
    H}^\n
    ˆ\x1F@è‹õ6\x0F׆G#
    """
  b"""
    ½]Q/\x10úA9«•\n
    \x07s¬L;
    """
  b"¤ª»ù<üD¤´«Í€cr'?"
  b"GgY³çEAŒ¬‘€6Ê‹ó\x02"
  b"¦È\x7FA3»L©­^ùþ¤°þ$"
  b"\rxÁ &6@"‡Ú\x15ÍøRîÛ"
  b"?\x10ª\ÕÞFSÁH\x18\x14\x11"
  b"!"韚CA¥°uhnÎôþ’"
  b"ôœ\x0FÖqæEUŠ˜ ú»\x08tu"
  b"›6\x17Ú%\vMo“\x04–@\t/¤ã"
  b"þ\x07—_tÒN#³\x1F˜•\x03DU‹"
  b"\v.=\\x16\x18N Žä8yºK°i"
  b")âNE”\x15H—¤*[›Õ\x10\x17"
  b"PN│\x18:êL>¡8┼┌l¸¬Ø"
  b"Âîùb`ìHyééµ┼┐▒^D"
  b"¤šE¦ˆÖL¾¦V\x05\x17\x1C\x04ô¿"
  b"¹¸,̸ÇLTƒŸ\x1F+“­ÄS"
  b"\x16ïìßÇôN\x1Fú£A▒╗uu|"
  b"\x13\x12æ¢\x1D@¹¡ŸlOðò­\x18"
  b"[-[Ïb¾Dº£‚­3—n]J"
  b"Ð\x10ZØ|ÖK╚▓\x1A±ãüÂ÷b"
  b"b\t§^!ØJpï·éÜ^¨ë"
  b"ª]SH%I@õøÉÜÆø½°«"
  b"q«ÿ\v’v@ñ®0ÈRâX¯’"
  b"Ô\x0E:NKóGw£ÍKV¥ã\x1Cò"
  b"§S\x7FË‗÷@IÑhUÀ\t\x10¦Å"
  b"E\x16éy™öK3–\tº0ÞœAB"
  b"íÛ:3ò\x04@u¬m­ÆËs¥\n"
  b"pYëÒ\x03xB¾€Æj‡>Y³ù"
  b"""
    »\x06\n
    gNáëf┼Ø║Í╚"
    """
  b"@\x04’×ï§B4ª:\x1E€ó×CÐ"
  b"·¡)ð\x02gMª‹\x13½Ð˜/y_"
  b"ÐÒû­ÆFKë«Dælã\•ƒ"
  b"ý{u¿ì›L •¤¼\x12FM|î"
  b"""
    \n
    ýðŽ&\x03F\x01¨Í\x02£Dáïž
    """
  b"û\x1E\x07ä\x014C¾™¶Îǹʪ•"
  b"ç§Ö´°¯Mb¿\x11ÑŽ´&x\x16"
  b"ùê°H¼\rJ1£:\x15—WÝN%"
  b"""
    \n
    ¡\x05×¾®CK–6\x10°˜Ÿ¸¤
    """
  b"Ɉߞn\x17M‡·ui{Äq»®"
  b"""
    \n
    3!¼Ã¾IE—[¹RÊ\x07\vg
    """
  b"oçtŠ1—K(«y–qSzýë"
  b"\x16Î╣ËsØL¯¡sHGÔz«è"
  b"t\x18¡Ù”‹K=»ÿ<å„ÓA;"
  b"§í;ÑDÿLÿ£nü\x1F¸Ö;\n"
  b"!¤s5,;M\f¥\x0F\x01w▓├\x04Å"
  b"Ÿ|\x07{å½DÁŸ•]\x1AÂ\r"
  b"•r\x12PqyG7¯N!‘#O…<"
  b"leHâ\x17\x7FE\x1E┐´+;Ãü\x19/"
  b"l░VPaMIF║N\x08═ì╬Z»"
  b"öç>}\x01)O¦½\x19K}9|JÂ"
  b"¦ˆMuK\x18@\x03»"\eÊȈ7Í"
  b"±{´¬¦ÎB\x19ü¹¨!ºä8‗"
  b"E}´¤L\x1FG_½`Oت\x17\x07¡"
  b"cÈ[£a\x03Oó™»[º·²Aý"
  b"ÅJ̤┐¥CP½Ô\x19░cı¾┘"
  b"4K‹î\x1CnAæžZ· d\x16¹4"
  b"$‹B'f¨I“‡\x7F¿9z}v›"
  b"\x1EëuvbF†ž8\x14F©}*\x7F"
  b"³Áö%+ôG¡¯Š6ŽÙÈÀ®"
  b"UUSÊ\x0Ft@\v…çË×ÌýyS"
  b"\x1Aâ×åJ╣ìo8\x10Îhþ~"
  b"\x02¶òªÜN\t›T؛Ć-V"
  b"Òg█\v$nK═ç┤Ù\fÅäL>"
  b"×±Ý^`5J«çÈqØÈ▒~,"
  b"M°O$!╚H\x16Á\x06ØH5O2°"
  b"œ{Ð\x18fæM9£\x7Fƒœµ¡¿è"
  b"Ti}ÚÂ:M«¾àF­™p1ô"
  b"ÿ'…&\x13½Bnˆš\eRˆdH4"
  b"›ªhˆt2Lº‰ìH7{wô:"
  b"Ñu&7Ø\x16L@«ı╩0\rT1s"
  b""Äé÷\x16[E\f¤Üˆ†\x14†â\f"
  b"╗|\x0F£Ø─Hô╣‗Û´¿ß4¼"
  b"î™TUVÑD{‰\tµ±ù¼_¥"
  b"v\ep1àxK¥…\x10ð^½>£%"
  b"\x08ü\x08¨”EFʘ;>¢y|šÝ"
  b"EÕ■öÐ╠G2¡p>\tiÉ7Ä"
  b"”!æÆ3sOŠ3/ÜŽ‡?å"
  b"ÿøIö¤£J‘–·Ü zãÆÌ"
  b"ZxÈ\x11ÜxI”¯’¢]áa\x02Y"
  b"\x02Ñ,ìK\x0F¾ïx¶ŸoÛ÷"
  b"áÓÌÕâÓIذ5’ʆ‰¤("
  b"¬B\x00EÖqFå›ßP´ÇÞQ7"
  b"þÁƒŠ\x1CÓF\x7F·V\x1A<BÞŒ"
  b"·ß·g%\nIþ¯l&\x00cBËŠ"
  b"""
    4ç9[þzK\x0E½D\n
    ˆÑÄ\x07\x1F
    """
  b"ò…>ØZxEº•ëÉ`‹\x111o"
  b"┬╠╩\x12·>K1ìN/E:¬Rs"
  b"¡ì`—N™J¹›·\vÇnØ`Ç"
  b"\x16ùû9d¢D]Ø╚\x06:òñ┼$"
  b"*·W&À#C\x11£Ë\t\x1Cì\x01Þ\x16"
  b"p\tm▒yØE\x1EÀ¬▓öã3N}"
  b"‚ɰý¢wJJ­\x1DÎg\x02“ç@"
  b"÷\x04ÇgR¹E\x19†ß\x18·€¹w>"
  b"l–\x12qz5Ií°¬\x17³\x1Fá¤5"
  b"î=\x05¶0sDÞ‹¦iÇ~±¨Æ"
  b"#­¾Ó5‹L\x16¸ÌNÁG•`½"
  b"úˆ’\x12…„GÄ­Þ×Å̽Æ_"
  b"·]GÁ-ƒG\v»øƒÚ˜\x16÷›"
  b"""
    ¹ÅŸÁ\n
    ©Hz™ß\fº,ü#¼
    """
  b"ÅÒ«/Ó]J°ì£Ü½wËU║"
  b"Æé8t`ÚNª¨¤q0à¯\x06¯"
  b"\x10\tJýþÆJ© g;\tEyøé"
  b"▀┴ºÃ\x07FF╔ì┬\x08ð\x0EÃÇ═"
  b"\x1DvSÚÍæKj¯ÀÂôÍAp\x1F"
  b"¹Ü'R¸_HO€\x08^b‡}×%"
  b"""
    \x15ŠUFòÜLô˜óhÖH\x19\n
    ¥
    """
  b"%\x16'Ó»dO½©Úc9Á8q\x05"
  b"íFÎCT*C+Œ\x10y"èPPç"
  b"4\x00%#\x12aB9­:\x13yZ\x01Èü"
  b"@>-P¥|B\x17¬§¯®\tfö…"
  b"ÞÙ═RÅ║I│╗Ö■o3à½h"
  b"¡\f7ö5uJ+öî¢╔Øn.N"
  b"Ÿí»rÝsLN†x2i\x1C„Xp"
  b"³*<ÔÊHM}¶lxMj_ð¡"
  b"`Oëæ\x10>NJ½.\x12Æú\x07"
  b"v\v\x1Dñ\eE)ÇK║ñBB7Å"
  b"½Eö~²vIâ¥LU\Ið­_"
  b"&=àJ2ÎMªØo´µ´╠<®"
  b"Rõ¼\x00ÔòK²¥Þ\x11ÝJô"Û"
  b"\x17Ø\x7FÏ\x05ÙI±¤¦Ž\eoS\rë"
  b"\x1D¦|¼0\x04O­¿±EÕ\x1F—_y"
  b"s}hM=\x02D\x07Œ¼_`rcF5"
  b"€/©¬\x19\x11J)±\x02«L,”ë$"
  b"ΞÀ'«\x08L>«\x10‘ÈÅ‘ëm"
  b"Gg†Ç\x1FÎIë‚Vrã’P³¯"
  b"aâ╬§¥\x17OC║É$╣\x06\x07▄+"
  b"&æ"ºnpG†“Ú[ß\x00\x15û'"
  b"¦\t›£b-N÷´¤Ðœ†X\x08M"
  b"Ø\vÃ!╩‗M2╝\x07fÞÕ┐╔\x1E"
  b"óü:¸5\x05@@ï­µJ\tüu\x06"
  b"9á#¬PœA¼šáýuÑ©ž¡"
  b"""
    ¬}ðR├áA¢╝ì\n
    \vGÄv
    """
  b"ß}\x05y²™Kè¬V¶\x1Ff šÎ"
  b"T}\x08º®dCu©2\x03\x07poì\x18"
  b"(\x0Ež»6êD\x14™XP\v{ÅŠ’"
  b"\x06üïä\x06"LÊ¿X~ëÎ\x07î'"
  b"%\x02êÅ¿ÁMÒ¶&æ5ý\x12"
  b"EÈÞºç!E\®FÆÚ\x0Eš\x16\x02"
  b"ÙËO¹–ëKæ®,àÙÕ-Þ›"
  b"""
    ¤×ž9°ùI\n
    ½ú·\x1E)—Ãz
    """
  b"\x05ì§è7DðïöÕÃıñäJ"
  b"ƒ║UóÓpM│┤zrâ7\x0F"
  b"ý\tŸy˜2BW™\x7FÔIs\xó"
  b"ÿ!~\x16cGCØŸ¿E•\x19MÞN"
  b"±Ð (╚yCþÇ[\e.ìîÒD"
  b">£bh-ØA╦îÞ3)\x02îs5"
  b"~\x02PN8†D~ž†@\x08ÝÍ’!"
  b" üè“\x15ÍCª ®~U\x00Ì\x7Ft"
  b"àů{ÜKHô½qÚþ·Pè‹"
  b"Q¯eôVŽLP¾áÐÝu1Ex"
  b"ÄUf\x1D_ýD\x05žrÓfº`Oº"
  b"\x1EºàYÅÆCtÆÂ\x1E\x1DX└&¥"
  b"µÊy&\x1FeIÊŠG\fT_”Å&"
  b"""
    \x01\x07│ï\x1DaD¯╝Å╗\x05\n
    QB¢
    """
  b"äEªÞ\x1DùHŸ›+wek«àì"
  b"FeûI¯õFÿ“§@\x10މ\x1C÷"
  b"ñˆ\x10nøJG—“\x1Eì,ÈpÿÊ"
  b"■■\x14Kò¦K\x1CÂ\x03ب?øò¢"
  b"g\edʽ«NTޝĿ\x00Kr‡"
  b"┘ÌÈ╩p\vB>®V\x1D}\x07,ÅS"
  b">—Uü0dNØ¯çø’`Ü\x1Fƒ"
  b"xtì\r~;@¿╗^sFái▒6"
  b"ö+\x0E<n·GÅìÔHVÇk\x17õ"
  b"\x06\t!sËœD”·9ô6ô\x0FïJ"
  b"ô\x13┐&úÙL½ø¡üYwµÚY"
  b"CÂØ=lÐKëÆÁ┬╚┴ûoó"
  b"‘ûÄ¥;—EM¡5ÐóÞšq›"
  b"Z?\x0Fì£ÇG\x00´<¨\r´Á\x1Dk"
  b"▀·3`ñ©C?¥Ø\x08‗ó\vXt"
  b"äÞR/î™N—…³awÌ·Lu"
  b"ä\x1A²óÓ¡@K¹ø\x0FÕÏ»­£"
  b"èg60¨»H\x08┤tÇ╬\ìñ°"
  b"óÓNÕÑôG\x19×Õ\x1A╬T\x1Fì\x15"
  b"¹zH·ôA█ê«ÜÉ▀D═Ü"
  b"\x12Ýt]¡3G\x01¸CªD»A¹Ï"
  b"ðKý¢Ë\x02L{ü¯░│ç¡\x10É"
  b"\x12ÊÖ▓L&¡Qõ1║Øöo"
  b"a°«lÑÑC$‰ÚY\e+5ä¢"
  b"H@,æo:N¡ï░╩\x17À║7ü"
  b"Ú£Ò)gZLW¼î„\v?Nàz"
  b">ÆíXD«IÔ…§zOµÃ[ë"
  b"\x1CÏš¥tLM]­@¿Áê\x14ý®"
  b"\x15\x04r\x1AJsŒ—3_\x06V¢ž"
  b"XþÝ4ð¿BwœG\x05†O:×H"
  b"k\x1E/¸îåBkèÄ▀4¹>üc"
  b"\t¯\x12LNò²è[$fÓ8Ž"
  b"ùÃ\x02zw¿Gš„v¶âˆt¦\x1F"
  b"{«C└[èJìØ÷R\vÌ▒Ë▓"
  b"º°█\x06▓ÉHLøMÁs▄▓Df"
  b"!¦o\x07┬bD╠í\x1AØØÛ┬Ó©"
  b"¥:\x12&þ¶Jó»ÏâùÛÄ©„"
  b"O\x14h¢'#@m…ì²Wå§ß©"
  b"╣åèÛðøG\x1Aì│■ åª└│"
  b"""
    \x1DZLJQ=OïªÙ\n
    §sŽ–Û
    """
  b"gH²f{gLŒ”Mø¦GKË<"
  b"®|/üW¹Kè°«:6ùt>Ü"
  b"*5æÚŸ-O[±OùYh%?—"
  b"?\x1FØ╔\x17ãEä¡<¯│?¡Ü´"
  b"r.è…gÉF,…ÿ§…£B\x17"
  b"¸ÁyŽÒ O?®ZÌ•€Q(–"
  b"\x10ê©ãW╦HÅì¾\x16«\x1DO·t"
  b"¾{èî▄\x10EÄ┤÷P<¾©ØÝ"
  b"2\x19\v\x07úÊCù—\x13Ï”2ÑÀÈ"
  b"╚▒,¨9▄O¿ñ6uóoÞì4"
  b"\x05ލ«khH8¯‹–¦î©È,"
  b"""
    л\x0F>£´@µ‚„M\n
    ï}€ª
    """
  b"%SVAk\x05Iׯgå~½ÍBs"
  b"í×ü■╦}Lìæ"ÐT¬÷ó?"
  b"^z┌Ï&­DÿàC%ɹ\x10░~"
  b"¦‹‚q‡&IÙºoO \x1FÆðâ"
  b"\x1AvÃ@H\e@\x1Aìeqz\_\fÿ"
  b"&zú”¿,Eó§‚’Æ<YÎõ"
  b"Ŧ\Ú»¡C¸¢r·\x1Dµ\x1E7;"
  b"K˜øÝÀ7LF†·û³\x01¿\x14¼"
  b"Y&Œ®~nKõ®¾öCný'Œ"
  b"Õ<6kc‰Hª’É‘JM \x7F\x13"
  b"\x04#\x03ÊF\x18ª\x19D├└╝\x06ì"
  b"=fªw‡\rCÀ¡F‰5ߺ\€"
  b"\x17ÿéÿd╦EVô_vX\x14ÓØQ"
  b"Å>”–Ù¡G#•Ì0"ü°»\x03"
  b"S\x07è‡p'CN®\x13ŠåPèd\x7F"
  b"ŒF¾o;’KÒ¥™Ðù7h.‹"
  b"íÐåøî\x0FHï—_Bà-¸JÀ"
  b"÷~¾àV“Me¢ÊÆ\x19†…º_"
  b" ▄█J┤,K½ªt²Úÿ±┴É"
  b"½û¾\x13o7Bñ„K\x19Èb3ô="
  b"ÚêÊ®ù)H±’\x14Ò‘KI\x02}"
  b"ü\r¹¥=oNìé▓Ê─Òz»w"
  b"""
    \x04ÉP\x14Y9@Æ»&]\x02Î\n
    ‗ó
    """
  b"\x18Ã\x01»>hD2˜URÜï7ÐÖ"
  b"L4(\f‘òG:»cJ"L\x18Äk"
  b"بìÛñ¾F‗óÉ,åUrhÈ"
  b"\x1Dé*\t\x06,LS•°\x16\x01\e¬\x00Ž"
  b"îc»67¬Jr¥|\x17\x10@)ÅÐ"
  b"\x13–LÍÚVEž¼ûVpål é"
  b" L\f\x0Fñ4B‰•úÌŒ}à\x12\x00"
  b" Þe¼\x1FZE~ï7òÀfØà\x03"
  b"Ö_&$#$D\x01\eIqý83‚"
  b"ªŠ\x01©ÔŒB\x11žíß…Òw>À"
  b"°y\x14˜…ÝC\x1FŸg\x16¡ô=™ž"
  b"É\x1A•œAûEáµ\x03Äè>œêÊ"
  b"\x10²åAÒ\eG\x03ºÁÉÚèÚ¸E"
  b"–ÓA"x4CP ²†\x1AJ\f"
  b"B°ÎÀ-YC\rª\e¨¡Ñ\e`6"
  b"\x0FJˆŽŠE$½Á\x13ÇPÙ„"
  b"÷\x19a°÷+H律l\e¦û÷1"
  b"ÃÛ\x16\x1C©¬O4µ¬;\x15×Ä;\t"
  b"¾▀└\x0F£HDP©@ìK*╗±\x18"
  b"\x0Ed\x0E›È7JK‰+‘<꣩"
  b"¸=\x02¡8`O\x1CœÕnæBýƒ\x02"
  b"\eÐÒCKNº`┐«Íµ¾`"
  b"k²ÍwI\x18F¼¿iýïÏæ–…"
  b"³ô\x0F.þ¡BH¶C †;„Ü("
  b"'\x14’pí{CX‹âÜ#êá’{"
  b"‹£ÎÜøHCÕ…Õ\x15j\x05’‡Ø"
  b"=­i.¢ÞKì£õ¼Ã\x1Cú}r"
  b"Xf\x17‘.\x12E¤¸Þ½e]\x7F"
  b"ióá¤f­O™­@+?{cœ\x15"
  b"óÞ\x15\v%cAŦé¿ù\x14/°x"
  b"Z\x0Fíã(±Cµ‡s\x12•m÷Œÿ"
  b"'¨Ðˆ$WFÑ©Ö\x13\x1E¼€"
  b"Çw± ÅgI'Ä"Ë╝ýpëì"
  b"Ÿ\x1C"=\x01ÕA\x00\e\x04‰>z]"
  b"+Nı:\x1D┼K┼Ø`╬À+£Xú"
  b"¨Èo#Œ•LÞš6•~­Ù[´"
  b"ªmWÈËàAê´\x10\x0E"ÅéR\x19"
  b"\x13¡üèIˆ™/Ü]S¬–S"
  b"ì€@\x02\x04F/³Ol‡b’š:"
  b"óì¢└EË@ºíl¢‗ÄwKë"
  b"òÕB”\x01\x08Osº˜ª‰,·ßz"
  b"ž\x1Dç\x04v«@i€\x03\x1D\x1A\x04-"
  b"Ä\f=\x7FÏ,O´¨‰ä/,¿\x145"
  b".+bËZfG9€«êß\x7FAm<"
  b"œÞM´ä2A¢­\x00\x05\x06\x17¨"
  b"j2]•Q²C\fªyje´cÕÑ"
  b"""
    X\x07—2:lC¯¯\n
    þüÐyÞN
    """
  b"ÑÝ\x7F\rê£H¨º\vØ=\x02ö°▄"
  b"\x13°â£ÐPBË’RÛ¬QWª_"
  b"9\x10÷4\x14¶KÎì#¾õ\x1Dá‗\x14"
  b"©D\x19ÿ£U@J·®þä\x1A¿òï"
  b"""
    úµá?#\x17L/«¤▓É\n
    Jjt
    """
  b"¢┐çmìdLlò┬ý▄½ñ³Å"
  b"¹°gZ\x03lM░É3°\─\x1DÂ_"
  b"\x19\x19LlV²Gîšè\*î.­ö"
  b"$’mTEúD­²’„“·ƒ*|"
  b"|{öþéƒAÔ¢q­ckñÕñ"
  b"þîK÷Æ\x13Diƒn0Ø\x055Hö"
  b"1è},ØxG<åNX0ØÁ┼C"
  b"]\x7Fš—Ä\MŸ«\rö¸BLĹ"
  b"&\x10\x1EıA©É5 ­\x13ßPÙ"
  b"Z‰"Ã`ŸDѦâDn\x1Cž‰‹"
  b"\x18WŠÓÕF0³\x14Î*˜í\x17¯"
  b"ë1ëá&ÝBð║ÿÅÿ þûW"
  b"Ý¢Dù\x03¬L·¿¾PMÏ„p,"
  b"4€\x00yÃfAÉŽÛ\x11åS\x1A¡Ý"
  b"""
    ÁX‰Ñ7?K\n
    ²±3–Æ92O
    """
  b"¡(ú>]Cû¥…^^[ÃW«"
  b"³ø\rO"ËC«ÑÄØC$¯\x0E\x19"
  b"\x02Î\x0F\vXÑBŽ™? ^ÁLÉc"
  b"º=Ç│╚_M╠ØK╔\x13g\x11┴Þ"
  b"ùJ%ý\x160EcŠ•J³Öפ\"
  b"1\x02̧g¶L«·ó;Qßã„Í"
  b"▄ì╠<óQAèØ£pø&xº7"
  b"_vJü\x1D(KWáý¸hBeÜð"
  b"""
    W\x1D\9¼qH\n
    ®\r\x16PƦ\x05
    """
  b"Ë¢¶ÜúóOÖ‚C\f–ü•פ"
  b"K>U\x11Ï_G»«Q®R$ÆÂ]"
  b"\x06Á1¸›\x14A‡°ˆ(6`á\x16²"
  b"\x16\x7Fmf<COÅ\x16òà;Ú┬ð"
  b"üv\x1CÏlÇD\x07â&Ód-½\x10z"
  b"Œ\x17‰E~êG$ l=˜õl#\f"
  b"æË▓\x13äì@:░$T\x18t╣·º"
  b"dÑë vŒE,’)•õn\x16"
  b"e4)º\x1C£N\x01˜>`V\x1Cª1\t"
  b"º\{\x08ôtFu¥Ã«<Ì-\x11\x16"
  b"\x19ÈzªýQJ»­\x19\x08JØ6Ç«"
  b"/ðE\x08°8N+—E¯¯O\x1A@$"
  b";‰–¾ãõH\f¬µXÄU\x1AÕ6"
  b"(ãà¡¡´IÍÅéª┤..½\e"
  b"¼m\x1C±~ÖKú’°±%S½=ƒ"
  b"ÈñSøX.M»¥\v\x1C\x04üìZ²"
  b"ÓãV:,‹J\x1A¡$:Vá`ö÷"
  b"\x10"fây\rAV—h·ó{ÐC2"
  b"üĶRµäG\x02ÅÌ╔J!Òv,"
  b"µÆË¼\f(D┬óì╩ÚtP¯("
  b"\x05\vRpM>®\x0E^°a³ªº"
  b"""
    \x05²Zy8\x04JN¡|\n
    ìh═┘§
    """
  b"øæöÁ]>CưƒÇ\x06½•Χ"
  b"úÚªÍJ\fNY«WšƒÏ,x¿"
  b"\x06‚k2q˜E\x13…ê¦Â’\x083{"
  b"Ø}kÛ\x19FE¾ñ\e\x084&ZÚ9"
  b"""
    \x04\tx[¬\n
    Aþ³\x1D ?kt¸²
    """
  b"‹ÖvWå\x0EFЖ۸wà\x1Fê«"
  b"WI*µ§ZI╬âH\x16®Ø5(─"
  b"eì÷╝~ÆFgî´ÌO\x10[xn"
  b"˜ó"\x12í\x7FM\x7F«`>]gâ‚i"
  b"á~t0ÕlF\x03¹Ùúó}ÈêØ"
  b"\x13\x06K8▒(üÓı┌\x00\x08"
  b" ╦á§\t7F¤▓┴Oð-Âì\x18"
  b"\x1AüÌ\x14▄‗D-É>¹é0j\x08O"
  b"üWR└ãLH%áÔìÞi*¢Î"
  b"ÏŒ÷›Õ·Bd¤ô4 0ó’ý"
  b"\x00%P–Î\fK´\x1ElŸl’(v"
  b"\x00zØe2CE\x16¬v.z¡ Nß"
  b"\x10(Ææn†NK¬ægK.um­"
  b"""
    eî`2U“L‰¼ñ¹2\n
    \x10Á\x1D
    """
  b"""
    \x1D[½÷ú!B\n
    »ß^\x7FU@År
    """
  b"2Af§V @ù‰›èœíD)À"
  b"»3¢ûÐjA¢ÿ┼KÉ&▄6È"
  b"dKng\x0E±G5¨#®\x19bØ®r"
  b"""
    ª\n
    v^VšA¢®:\t\x04]G\n
    _
    """
  b"ƒ\x00*ÔÃVN ›Y•0JцÑ"
  b"QwÕ·_-CGªîqÖõý\x04¢"
  b"¸\r>¶e¬B¯ž(ä’mlE•"
  b"WªŒ…c\tB¦›\x04Î8û>\x00\x01"
  b"£cº@\x17-DÅöTYf"$qÈ"
  b"\x17Õì´1TI\e±²Æ\x05ä\x00ÜÂ"
  b"^äžLç“@\x1F¥2\x00ã\n\x16Þ\x14"
  b"¨mŒ¦â(J\¿ñ#xKþÁD"
  b"ÚÞI¹ËìAÆ’9â•”³6\x12"
  b"""
    )ÝJ½=iIŪ\n
    ­¬sË/Î
    """
  b"0ÞÞH\x16YO ƒ/@IÄxüQ"
  b"▓âYõ®░@F®$bÑÄ@░ü"
  b"˦\x03ÅÇz@\x13üÁÍM\x1E­-è"
  b"×·ı¹└®D╝Øû▄/']╣\x02"
  b"ðÖ┼¡\x1C-Jbá9ê┌ÁËì'"
  b"ØJ[«pBN~§^¹_±óÚ\x18"
  b"’ÓKa ­ABªYÂÞéõ…±"
  b"“ßÓQo˜E¨Pú3a÷:<"
  b"\eú\x178En»éž\x04)]ô\x16"
  b"Y»0š÷‘EÇ‚ôЊ^ݾ®"
  b"Icÿ\x17ªVM.°¨ñ"M>U+"
  b"\x16øw»œ@J2ˆø®\v=\x1D¨Ð"
  b"œ\x08qûá\x12GÁ—š\x1D25Úý¥"
  b"50ê¡\t«Lt¡Q9ÇooË?"
  b"¤\x0E×'œðF\x1A£f¸\x03Íï\x04ø"
  b"┐5╗\x17└ıL¡ƒ÷UüDõâ¡"
  b"êÜ ùÉ┐Lç¥BHö |Äf"
  b"d•³û\x11\x19E±¥§ºO§²{¼"
  b"‰VD.JHL\x0F³\t©\f\x1E¡ ó"
  b"\x11¯ÿ6u?I¯™]W9)<çñ"
  b"Ó:yf\x14#K\x1AÜTF\x01À\x06"
  b"náñ´FìJ\x10ö\x03╔Të┤ÿï"
  b"÷,▒HEQGéúü¨5þ \x0F«"
  b"R‹\x7F\x11ŽÓIæ´Ø+ƒ‰Ø‚­"
  b"Ùá\x02ñé LY·Aˆ—“™<¼"
  b"­ê▓\x01réOyÉJ`ñëK╩×"
  b"¹\x03ksÊpN*³®Õ+\x16êÂ×"
  b"¹<{Ù[LL\x18ÅÉÅ5î\v╚þ"
  b"6tàúžGN郒Z9^RQ\x15"
  b"\t«L:JÏ‹nY'õÚ$‹"
  b"Î▀æ¥,rE+║/\x13\x1Cü├èã"
  b"\x13¾qWOg‡jW\x00I\x10éö"
  b"_î lƒ\x10D\x0EšÉ0Z\x1FG.™"
  b"œ"\r±&ÄN\x1E¼‘PÖF5šN"
  b"ÑÕ½LÊ1E;µÝЉüŠTO"
  b"çˆd¿\x1EÖC;ˆÓ7Ï”üBQ"
  b"\x0E\x15\x06$vÙN¯¶“„›\r\x10Fy"
  b":¿âÖÀÒD0ºªƒ†Ä\rW@"
  b"=3ßls|H¾¬š{Ë\v$i«"
  b"°ýQT\x13\x07Gm®\x19\e+ÜR²±"
  b"ø\x1C°xÔKJ …\x01\x02ÏlÖ°¹"
  b"\x12Å\x18k▒YKOîíªwª%mR"
  b"© žc\x1AdDŽ£6|"%ä†ð"
  b"D–úv¡BN–„±ÔŠ0V’\x1E"
  b"±ìI\x13o>D$ôb=\x10ÙYº■"
  b"\x15{\x02ÿÒ’N2†–œ\x02g\x15b\x16"
  b"S‰Ë¡A=Nú…´\v)\x19†ã)"
  b"*èZ©ÿ$NŸ…-"‡/)ìà"
  b"Tô╦╗\x05\x00HÿùnCá▓\x1EÅ\x1C"
  b"""
    :Åi²è\n
    A^╗k²ó─ƒ7ö
    """
  b"ö\f³╬{zO´©ÅKÀ%~Ùn"
  b"¹w┘▓dÊHj▓øaî\x11É┴\e"
  b"c\x1E>éh\x12Gü¿hL],š¨>"
  b"A¥ñ ‡=B]¢–\x19]\f÷`g"
  b"}¢S\x1Ce¢HP£î\x12µ€ŽUv"
  b"<Z\x02Ù¸\x18Dy›\v†eîý#„"
  b"ðݬ(hXNN›OŽNåÈ—Ý"
  b"#ØSÐø┌EÔ½®IÃBIa¢"
  b"¿À_é¼\eEç–¦Ëÿ4GÞß"
  b"U¼§æ¥/OnŽÍ†\x06‹nÐÑ"
  b"§Â¾Gì;L┼ü╠D\x06▀±dð"
  b"\x05™²Õ”¸G\x19’Úa“\x0F°Ùu"
  b"×0Ù§╬\x11Ms¡\x01¶pR1ìT"
  b"I‗Yüþ<D\x06Â\v┬@á`|÷"
  b"\vÅMH┤¿O°äv\x0F{Ry\x7F®"
  b"ZabXÙ┐O\eé¹t\x17Ô\x07"
  b"\x1F„g§•Ô@H½†Wßh™º*"
  b"®Û‘?,£IY¡ûL4ícÙÃ"
  b"Âûþ¶QðF×´–ƒ \x7F¾|ã"
  b"|Y■\x12▀}Eëø Ä¿\x00Ø‗õ"
  b""BŠc^¹E2µ\x1D\x08¶D2TÉ"
  b"±°—Û\x12\x13Ji¿½í\tÃ]P…"
  b"¥/piʺFªˆLÇ\x16\x1FÆ"
  b"¦\x19ü‚ó7MK™Iù7h‡³&"
  b"o Ë#KèA‘¥=/Þ%¤»¶"
  b"—ò±ØT|KŠ€=SínW°;"
  b"Aù·\eÄ\x07Cïƒ1G{\x1Ch\x1Eì"
  b"Œò/Ëð\x00O÷‘< ’¦ñt}"
  b")–`D"*E›»d+/J*O«"
  b"Á>Æ·1=E–¡\x08N\x19éMnæ"
  b"'±Ï¦µOCaª"6¬;¤Ö\x05"
  b"¼áΣü%O:òíõI9KaD"
  b"G< L\x1E3D>“S\x03¯UrHf"
  b"‰éQ‘\x10Ÿ@ê©éÁ9\x08[8ð"
  b"\vøôÔ¸ñL5╗àþÌ┐éüç"
  b"í?\UT¸I║îÉ▄\x04Õ1ó."
  b"WÃÍQ¥PC\x03╗GÅ?²ª\x0F"
  b"ÄåÅÎX£Gäª7géÄp½}"
  b"\x0FÐðiGµ±\x00\x08òîß½“"
  b"ÌÅÑRœØIò‚`”\x7F\fÊ<R"
  b"âè—[Š\x06OT– \x07J\x03×\x15¡"
  b"\x171{ñT¨N.‚¿Dûê1’\x1C"
  b"V\x18àé\x12RO\€ûßwá‘5Ä"
  b"ıÉç\x1A\x0FëO┬ÿð\x15\x04kë┌4"
  b"\x14Ó\x00bž†D÷»]%¢ž;±ñ"
  b"ù\r▄è:üC£Ø'B+-;×Ã"
  b"wù┐îØàL|ƒ¼ÝôÜÆÎ0"
  b"î\x0Fê0&\x1ADú³·2¸`Uä­"
  b"\x08j’E‰\x17O€²·S\x1E£\x06å\f"
  b"ÈìüÔ=HJt¬\x02÷Ó¿─▒ÿ"
  b"Þ\x1AÖÝ0‘B\x18¾\x00\ÔÞÁ&Õ"
  b"´}0ïñ\x12I▄»8;Åx\x11╣H"
  b"""
    AtT°!¢F¹…µ¢ö\n
    Ùkv
    """
  b"ö\x13€¢1–@Ä»Dñ©q>'¥"
  b"ÄñÞô;«HÅ®9'ßµR\x0E"
  b"˜Ô€Sf~M³¢\t€;$á\eE"
  b"\x1F\x13=¦@K©„\x05"\x0Fßø("
  b"""
    þá\n
    þ·ÜEQìµè\x1D"║\x18ì
    """
  b"olz©Ó\x12I&±ko¤+õ‚õ"
  b"Í8/S\v>L²┤®├í#xü╝"
  b"\r€ß\x0FJùOþženKŸãâD"
  b"æ‘:^`~G\x1F¾\x0FÕž\x01SVÑ"
  b")óŸ\e«\x02Nø´ˆëʬZk\x0F"
  b"Xc·N_\x1CJ{╣£v\x11w@ü\r"
  b"""
    Øs\e\x05áÎOñä÷:╚\n
    nÛ>
    """
  b"õïÇç‘ÒBÁ“¦øµqx\f0"
  b"=L\x17i\x0FØAÙÇpÔÙ=ì\x01\x1E"
  b"#àbÃ**G&ŽqͳðÍ\x054"
  b"×@³U»:JÈÄMYÅ'┼▄E"
  b"å/·ß\fKIÔ©¼ÿ‚Ó\x02%b"
  b"[(ÒÅbdKõ´Ð¨XÈ>¦)"
  b"`É7OÇèE´ƒÎ\x1Ea┬\x07\x1C±"
  b"\x04S³¼Ž5MÝ»:\x11þµö¿¾"
  b"úJ¦®\x10µ@&’JáãðSÌ—"
  b"{™§+\x02ÎDÒ­}n\x0FÒDrŒ"
  b"ØKó~T\x08M^┐©i&å┴nÖ"
  b"ïÍÀ6ÍüHð×=)ÓkV-<"
  b"ì¶â\x13VnH\x1E¢$“ÀÑŒ\x1C$"
  b"‡{þ¼„\x1CC\x07‚aÔÝÄ0\x02H"
  b"“P»ê² L«„šjz"@Ç`"
  b"Ü_³0pîK'É;Ñ\x14©\v└1"
  b"¤rôú˜6H €¬2\x13ßKȳ"
  b"!É3\x18¤’M\x05ºoçjz±%¦"
  b"Iwçê_êB\x13°ê\x14o‘E´é"
  b"A\x00à%ã¸JÛ°xLÐ\x18²Ìh"
  b"N|{\t-ZG6ü\x06╔ÚbÉéÓ"
  b"""
    -~Õ\r\n
    æHã¾nŽk¹—'Í
    """
  b" ıé½\x7FHOÁä~ÉéÁù\Ï"
  b"øq:ˆ•\x7FAÛšío\x13î&ŸN"
  b"d¬³\r`\x00IÈ•"kY½§¢Ý"
  b"ui\x19¹s~K=›§-o3™;&"
  b"(BÈT+?B\x11Ø╣╩\x7FÎn±╠"
  b"f\x11,ØVtOa²èó­vƒ±…"
  b"Ä œ\t¿çI;¹î.–b[\x1CØ"
  b"\x0E‚Øm}MM4ˆ\x7FN`i"
  b"iÆÍ®RùMà Ú"Î\x116\e"
  b"8)\x00/ø_G­œº\x00\x1DÏÚÄu"
  b"Àß.ã\x194Fx–„j]"ƒÞ\x7F"
  b"ï»ý/×uD˜¬®½Ç\x0FÇ\x1Fö"
  b"\x06<Ï0‘ØF̓܉‹üDwn"
  b"¦À-lèåKÏŠ`+v•ïÊW"
  b"!]\rnròI­¬)©y<‰‚/"
  b"#\x19¦;>c@Ç´\x19\x18Ð!jWË"
  b"b\x05WæîŠC‹’éÅõ ž˜%"
  b"'ƒÝâC—I*—›§\x17`_áP"
  b"A(ûà™sA;¢×~\eÒ½Üë"
  b"Ñ\x02n\fl\rK]ŸöUé?sÂÛ"
  b"²×`1ûçD%œ›˜zvWáž"
  b"¯¤¦\x07÷òF\x0F\x1Aüfß”‹È"
  b"ç^[Ž_#JÉ«¤ù–­×ÅÕ"
  b"1C£áÈ‘Oo¹1¦·Ø½X²"
  b"gè/ÍQ“JØ•‚ê˜WeWY"
  b"\x02úùððÍK\x1A«–¢r‹$\x05y"
  b"\x0EÐO\x04ó!J­¹Ñ…ý\x081˜v"
  b"Ë'M(^\x14Jl¥eØ—¥“v¼"
  b"óžáújéFÛ¥¥½mìÖ}Á"
  b"\x00?R\x15´ÖMö´J\vc‡fÉ€"
  b"è9ø¯\x15\I#®æ{\x7FÍ@\x16î"
  b"XÈ_+Î\x19H×┤╣\x11┼Ø£gy"
  b"ØQÄy┬\x06@õÄJ╗¼aÂàå"
  b"\x10è—º\x05ØEì„ÍÒ*ËäÊf"
  b"ØÙyí░╝HÒÑ¡çÚöáÇ\x11"
  b"i\x01y8*cJЪס\x03\x0Eç"
  b"\x08%Á§aÎJ‘Œ…\x07*†!1Á"
  b"""
    ¸¨Ò-Š0Fo¨„ðu\n
    …TÇ
    """
  b"ÈÈeƒÀóE“¬´`ÅfÁQ5"
  b"ñヲ\x1EzG\—×\¤d@/c"
  b"ÑÎLŸ¬rNy·†Œ°Hëöô"
  b"à›¹6HåMϾýs”Þ§´Ô"
  b"$\x03\x10\x10nyJXÆÉ\ß\x0F\x18D'"
  b"\x1F\x16C¶ÃîJ¸‘\x16\x19\fsç&˜"
  b"¿%ÿŒ’pD®˜Éñ\e]Êd:"
  b"ÎÒE\x05FòH¢ˆ›~Š1‘W&"
  b"ˆÈ2Ì›\x13GÝŒá2“ø]\tl"
  b"""
    ±Ús\x15º L­üÖ4fø\n
    █µ
    """
  b"6Ñìó\x10\x13F,žŠR+»YÕ`"
  b"È×\x06»a³I(ìyoı-·çÞ"
  b"cQ< G F5£\x18óᤂ\x137"
  b"q•\x03ø\f\x18C•’]\x1EþÝýíÆ"
  b"\x13Ä\x7FNÏ»C©«&\t\x1EôÅÙ\x13"
  b"%Àã[†\x00MŽ“šPk›PRF"
  b"\rm\fõ'‘JH‹qá0[Òªž"
  b"tï±╣ìÌO]»Àâi<\x11`\x10"
  b"XÈØŒ†bC”¹Ñ¡º*–\x16Ô"
  b"ÅÁÃ▒╚▓G\x05ƒó¾\f┬§Ü\n"
  b"Ê™x\x10Á\x0EH £ÂÏNý\x1C\v£"
  b"\x1D\x05q¤F$“Œâ×™À\x05¢"
  b"<–oÐIÌL†ŒRÀJ½\x16=5"
  b"\x7F\x18]\x14J"íÀ 2Ûâ'ì"
  b"\x11\x05\t²[hDr¤+²ó®á±%"
  b"\x17\x16K(¶ÑbÙ¶|¬6"
  b"]6ü<í┼Húà}▀¨ä¬Ì"
  b"Á\x0F\x14ˆ7±LǼ\x1CÖ\x1AªQ-ñ"
  b"É»—/t\x15G®¿\CÀ\x05@\x0E°"
  b"4ı¥\x03üñJ\x03¢gص\e\x14êï"
  b"┼E\4sÚGç│Øi ïËþÕ"
  b"\eŸ[M¢\x0FE„ˆ÷¼[¦0™W"
  b"oiw└öÁG££\x18Ü·¡8ü­"
  b"╣t‗ü\x10²I[ë±Ë©¿Ã┐┬"
  b"Nyf\x15ýTB¶³;u}ˆ^eD"
  b"ËP║╠òÞMǽüV╔║3¥╦"
  b"MBž_¤vDˆšM¢[€/Óû"
  b"€Mä´ˆ @ޝ”\x16¸%ŒÊM"
  b"¼m!9ÿ%Lè¡└Ø7─+¯\"
  b"¿pDßò H­…zIƒˆšôà"
  b"ÍžPD„íGj³æ£ØI\f\x17"
  b"Íà¥o‚>LÝ­3Ä£\x00î(æ"
  b"ÔMÛÞçPMŽŽñ¿ESdnÛ"
  b"‰vÍ)â×M‹­9\x1E\x01ÀGYz"
  b"®v┤h╚╩Gf║É¢M\e»\x07"
  b"µ¶6°¥ˆE¦•‹{ž¨§R\x14"
  b"kÑdÓ”tG­³~ûz}DY¤"
  b"Él║Áì\rJ/¼nrS°ó ï"
  b"·\x00d¿\x1F½O¾¬ü\x1C”nÍ\x1D\x7F"
  b"ŽgWZûÑL}Œ;ÏòSP‡é"
  b"\t$F\x05JQè\Ø$7ku£"
  b"ƒ-–sÃ-JL¡mY%PÇÉ\x17"
  b"éütºC:J.†ÆPÖ\x12¦\f\"
  b"ÿ.‘æÜuM㨚¸ )Ò\x1C;"
  b"´\x05u—_gAÿ£cÀ@WH'»"
  b"Öó\ëQõH/·ßè:«çØä"
  b"ð:n\x16À—J¦¢|XÒ\r‹¡6"
  b"û9"áÈPOРˆ£ÛøÆÿ¾"
  b"\x14§agT*I¶Š»½»\e.\x1EÒ"
  b"“а¶¿ÓFb´\x15ÃTè\v"
  b"ÈïÓ\x1DÛ\x0FA,ºKšénP]è"
  b"\x1CXx1 ªH"§ Y•ž\Œn"
  b"""
    úÿ‡\x15ê\n
    Jš·§yð22£¾
    """
  b"\t\x1AnôØ\vJßçNZÝ:ı\eè"
  b"’ÈÖ\x06R£Di¬;*¢Tæ9æ"
  b"""
    \x1E.ÿá"=Hå–\x1Dpƒ \n
    Êq
    """
  b"L‰Œ€B>NTŒ\eÌŽÓÛ\x02É"
  b"œ1Eè_íJyƒU3\x03ýÊ—a"
  b"Õá&OadKøœÍG|¿HI¨"
  b"²A§PÒ¦A¨│×wLìíð▀"
  b"\x19(\x07Tå¿A³še!2È€È9"
  b";b_ï˜rGg­ï‚„£ÿ¶"
  b"\e,\x13NrDCº░®ðIìú╗1"
  b"§«\x11œ³»Lt‹­ï>Æ¥L7"
  b"┴×\x182\x11¯MrÉ\x03öý½\x10"
  b"ëÁ1èsû@H¯\x1D\x164¿/5C"
  b"ô‡´­£ÈG€¸øªE]…}<"
  b"\r¤–I°±O\x0F«*Ê\x1C\x19"
  b"ZìÇ Æ;C║ÀÔ°"Y°ÏÛ"
  b"½$\x19òɵKÁ±A2¦Ò\x0Eºî"
  b"OÑüj4─L{▓¬H9bjDÄ"
  b"┐ÍK¢<ÒO\x1FÉ¡#?\x145<@"
  b"^t¸\x10S\x1CJ+»\x07\x1CZX‡L¯"
  b"ä:±¸‘HEî¤CûS\x08$• "
  b"9öÆ-gêGŒµ™ø“ÿò(®"
  b"Ç;Ä\x10ød@Ŭ.&\x1EvH┼?"
  b"Õ\x7F\x05f×HO\x14–‰NE·\ró\"
  b"\x14&\x1Dm#HE¿Š\ttAªxìI"
  b"RVøKrI@ßµËÛèô\x17]@"
  b" lTñådNÝ┐ÉßXwZlá"
  b"\x17Bë~þËOî˜jé‘e½§Û"
  b"„¦í**fI’˜J7—Býa•"
  b"=¹²ÙúžG‘ªª\x05ø÷ÑÒç"
  b"(\x06î&\x01¦N­™™Ú\x12ô¾Æ˜"
  b"ø$¿öóyG5áÒØÕ4ÞÈ\x05"
  b"·\x1CËr8ÂCT…É^ÖÙú’r"
  b"•'P¦¨ÒK\e™‘¿Ø!ŸRn"
  b"ñ\x08╚┼¼äF4ÿ╬Ñ@jªìD"
  b"Å(¾@ëçCÆô­¾=\x12\x1Fÿ'"
  b"»ÅVà\x15ÿEè’\x07Æé%?w‘"
  b"×RFN÷\x05Cà„º&­è7cÀ"
  b"Ý~¥¸&\x03A¬¡)Ë]╦EAÅ"
  b"\x1Ft"°4\eDšŸZi\x08ªâNÌ"
  b"ú7ÚÉÎsL?½│á\x13╚]\e1"
  b"Ͼü─dRAÝ¿6½*\x7Fê,N"
  b"5;“i“—M®¾@ûâ¹ÂÓq"
  b"É`åï5ÇKÜ▒U╣s¡¯ó½"
  b" Ã/┐▄─@Øü▄\x16\x07UÀéÁ"
  b"${\x14 O¶Cw┐ÉððÇÃ\x12#"
  b"×ôÒðÃwBI²¹ÁÉ\~\x08ó"
  b".§%¨ã\rM¦€–,W„@ñŠ"
  b"\x1A\x03Ë{jH•‘ü@\x1E¥˜|Ç"
  b"7\x1Dî\x17\x1DvB©€\x00lÏé\x10"
  b"\x14¹ÞV\x01\vM·¡JL¤±±¦³"
  b"""
    ·\x05\rò\x19×Gî™\n
    RN_áaû
    """
  b"\x18ónÆ•ÃKÒ„žÇ[\x15õrh"
  b"\fì+?^ôJÌè\x0F%W{┤-\x0E"
  b"&†\x7FáéÅM|½ækXá`œÏ"
  b"«\x00\x08\˜]Añ–!·=_Œ\r$"
  b"½ÿJVU\x11B¾ŒðàIŒ\x1D“Õ"
  b"Á[¦ó¿ÁN·šš\x12%¡úõ÷"
  b"SLñµt[L\x01·”Ë}ð­\e¢"
  b"²\x04¼I#F\x08Ž\x02V\x17¡ûœ\x02"
  b"▄H.nèßB\x1AÁ\x13\x7F├üUÕa"
  b"\x15\x13k!If±·9sh—@ã"
  b"ƒÆ&hC\x13Lš¹St/dc¹Ã"
  b"7ù–õ÷!I£¨t=ÀC›i£"
  b"RÕÎ\x08█¾CûàÝçÉ1,ñ2"
  b"í!\x1ELæ±E\ƒñ\x14Ø'׺3"
  b"`¯š¦fÙF毦Ú߱^\x01"
  b"¼<¥¡¼šOVºÿÉ_Ëq”\x11"
  b"\vOô€ \HtŠ)Øã±\tî\x02"
  b"15*J‹\x1AJ\t·ƒñ»\x19²Ñ\x18"
  b"ÊTÐ-®äDû¡Š#’––'["
  b"ÉÓF-w³KÁ¾ó¿\$M%E"
  b"kÒ½0})Kî»(ÒÔW´¤\x11"
  b"Þ‰ÃÇs¾GM«¶ù\x0F¨\fæ\x14"
  b"2*RÙ§÷@áÍå'‘©#\x08"
  b"rúé)\x1CçB!¶GÇ\x11\i9r"
  b"H²b\x0F·èM½Š\x1Fè 0‡ý×"
  b"¨èÖqæƒOü╣^q\x1C┐²í;"
  b"\x1EÏ«┘a<KpüÞp$µÓ\t["
  b"u–ÔùV\x00H݆œEb¾0,s"
  b"\x1C\x0Eƒ¬Jæ”P*ñ=\x1E×c"
  b"""
    ¿šd\x1EÖÉO\t®ƒ‘Ö'\n
    ±\x05
    """
  b"\eî\vª│ÞC/Æ▄À-I‗É╦"
  b"\x1FZ\x18lZ»FḢ\x13Q\x02x>»"
  b"Ó'8lI\x13K╗Ø~╝\x07ZÃ▒╝"
  b"f›\x16ÉNµMh²b€„Á•XŽ"
  b"Ì,\x13#\f)A8—ýmÁ@û­ "
  b"\x01œBkJ\x01LΞ:â%Ô~€L"
  b"b\x1Aè.üÔB\x1E¡\x19%\fTÜ}a"
  b"×WQqB\x01EDìUç@O¸ms"
  b"\x04<┬\x00\x1EB\eú\x02■Áì9\x0Fä"
  b"\x05„:wX-E´¶âïªz´¿\x15"
  b"ñ©_%å\rBTÉΰ¼\x02\x07╩¢"
  b"nÐ…,-·@Ç®èYÐE¤:s"
  b"È‹FGêÍF¹ˆ½/^œkYm"
  b"ðUê.ðàI}°Ù)\x04ï\x15Cn"
  b"TÎEÀKiMÝ–Ûã¶><a-"
  b"ôÁ¾›y4JÈ”H\x1C¶Y‰ª‘"
  b"Ö\x18\x17†G\x17’.Ç\x14•ï\x1C¾"
  b"OƒE'b\x10Lzì´█u7"à\x19"
  b"G\x14ü0ËpNA×RIÄ/u}ö"
  b"ÛÐÒ\x1FÑÝFÝ”ÂÁRhŽQ\x11"
  b"¦Q‗r\x107JÐêü#+)ôþ "
  b"GÑfe¬ZBû«ÈxF­ƒH}"
  b"""
    ]­æ¬AIG/ŽõA™\n
    XÍë
    """
  b"É1=\x0Fò"@L ?î¢?-\e\x03"
  b"Ÿ`8&oâMüºûëlŒý\x14g"
  b"Ê"‡ž\vlL„ª˜—+~EXª"
  b"\x07su‰\x01ñG_¢à¿ ìE5„"
  b"RÁ&†:\vA\x06§©ÿ¶ÿºJ\x19"
  b"T!▒üÌ│D\v»&░\x13ß▓'╣"
  b"ùøBÝ©\x04N1òüÄ~ê¯d>"
  b"Î\x7F”¬(»D¿¥\x1F\x18Ë?\t."
  b"Óu‡v×—AZ°2íva¶êG"
  b"\x07\v\x16jaþM¥»£\x17qd­üØ"
  b"ù\x0E¿ür\x1E@U®\x04¦¢âDE²"
  b"¬òœøÏøMê˜r\x05ï#ÖGK"
  b"\x18!°L²kI\x15¾Ä¡\x1DS\x02Ûf"
  b"""
    $]\n
    ZMòFªÉâL&ñ\x05Ó╝
    """
  b"¿3ß▒­2@ıö╗░·x\x08▒ì"
  b"¸„\x1Aa\x16ºJ´º Þ´?¯\x0FÛ"
  b"Å îVi\x0ECλÝWéÌß\fZ"
  b"þ\x1E\x0FI\r}N’гÛûc±ðÀ"
  b"\x14 § \x7F\eGÈÅ&\Ü8}╦ã"
  b"ê\x13vpÉ+AR▒\x05Ð╗½KP$"
  b"» \v¥Ô@O!˜B\x15ko7=3"
  b";ˆn¦âbKS±E©\x03ÙÙ¸œ"
  b">WWÆÜ´J¸›Œ£ªÌê›:"
  b"""
    \n
    ô\x07ï,/OmŸ.¼\x19ÉSx—
    """
  b"S¥'ul¢G{˜hêyI\f"
  b"\v­m╔µ■FÊÅR±ü \x14"
  b"Á{ùž „O}¶X\x05\eÇ/j\r"
  b"D?Ã\x04½(Oïº^—:\fº4@"
  b"SM=\x1E\x07‚B\x16†Ïƒ«Ñb/\x07"
  b"P\x08ÜNÀ\x14N~°‘°Ñ5T¨¡"
  b"uL†åp¹G¿„&Ó¨º›±9"
  b"\x15ÎÛÂvL[¾\x06ì\ËQ_µ"
  b"4Žê\x13R>MY˜Þ^\x04-<uü"
  b"▓F*jþÀN\fúÆ\ßÂÿ\x08Ø"
  b"—hî#î†B¡š\x11´}\x02Q\x07M"
  b"¤ô\x0E^×iI\x17·Ý<Qâ4²+"
  b":2@ÛñqOÇ³Ž²,–©‡W"
  b"@䨍ı┤L\x0E╝í\fDñÊçª"
  b"´ç}kÕ▒OÉê\x17▄╣Ul┼\x17"
  b"1i£\v?´DL…?@\x08\x1E2\x13\x1E"
  b"È$p=├`AôØ­"6`╚b┌"
  b"&]ó!ötCÆì¸³*\x13!Ú­"
  b"B2\\x07a9Oó©\x13-É´ê\f\x11"
  b"┴i¬JGõMKÅ─³d0\x01}\e"
  b"Tsf\"0A;¸\x1E!d1̧w"
  b"ÂØÂ¶╣ÖE░║â╔´MÈ\eà"
  b"¸gÛr\x14÷@F”qºOsRêã"
  b"\x18jZ+•íI°¢*~}Unõ¡"
  b"└3\x01ÓµüHƒûìY Þ>Z\x14"
  b"U\x051cı§Gjå┌Ø7Gåc¯"
  b"éc8ÏZ¯Güê[Ú░ñÅ\v¤"
  b"\x1AÊ\x06õAøÇì»│åÃ^╠"
  b"/41Ô9jM\x1E¼?OQní\x08ü"
  b"\tc¹ÉMåŠ\x1E\x1FPPQ\x04ó"
  b"jlÉͲâNjûyü(6AÊ/"
  b"rXújcQE=‘öe»†UÎ\x16"
  b"\x1Déd_AH®│ì\r\te"
  b"7d[L:\tHǺÌ},#T‚6"
  b"OÍ<\x18œ²A‰ž9ÎL 1¿¢"
  b"\r\x13^;¨³Mʼ\x02Á\x1FÒ\vƒ\x04"
  b"­¿­I®óN‚…e\x7Fá<sÅà"
  b"y>\x08æ\x06ÂH,¢µ@½½\x14x—"
  b"±,Uÿ\x18lN\x11‹lg*Þß>`"
  b"ÂÖ\eì\x08{FÉš)Ç\x07òÍ–¹"
  b"\x17à#\x13s/CrÅ0▀«ç╚ Û"
  b"à¸\x11ùÞ¤KtÖ»e]║'-É"
  b"\x0Eü¬t\x07ªMA½}øâ\rC\x1A\v"
  b"ÑæåšöóA\x1F²Š¿¶ˆ˜\x0Eê"
  b"è×8¨(IK…˜2+\x15©¥ôÁ"
  b"d\x07nMo$Gg²\x10Y‡M:\x0E§"
  b"÷Ô\ri\e[FxèÙ¤ü\x07Ø0h"
  b"†u0'ü§Oc‹¾íÎ\x15\x18"
  b"Þ)‗╠!ýCtì+c£¡ÂÄ:"
  b"{▒▓)┌5GñÿvL]ÉîÉ\f"
  b"–æC™"?K¦™¦‘|A\x07\x12?"
  b"¢‰\x7F\x05fòAÖ˜Ödò×L™\x08"
  b"ÐÿqpP}J,´à—ñ½at©"
  b"Ý?øûÖªJ¿ºf±øú¼¼K"
  b"Y\x7F#pµ8Kjž\x05Éj\x195Ýd"
  b"""
    ñ‘áÄa÷M0¸\n
    ñü_” J
    """
  b"KhÑ–òÐ@רCÂ8¶µA€"
  b" \x13┐mÄßOÄü3l\x11´á\x1D+"
  b"""
    \x08ÿ\n
    šn¤LƯ8\x04X\x18\x19
    """
  b"RJ|ÒÀÞJŽž´á\x14àñY™"
  b"_÷»Úl\x1DJ\x08©_€¡‡0oc"
  b"o å\x1Cæ#GD•ˆ˜‡\x1F\vÍð"
  b"\x11Ô\rF=ìO>‰\r4:¤ÅG6"
  b"D+(Ž\x16ãGc‘-óÄ\x14q\x1Fþ"
  b"├═aPºüA#½¾b╬BÁYÏ"
  b"Ì┼ò╠┴ KÖì\x11\x1DÔ═Ð]\x12"
  b"T6®;■\x11IÅ¢\x16┐╠é┤p["
  b"~Á1\x07éñJD¬Z²øpSÒ\x19"
  b"«£îZÍöK\x00æ\x1C═`ØæÕÈ"
  b"m¸╣▓Å\x02K█▒─û\x1CßrÐb"
  b"¶—zÒgY@§™ÞCd1­¤)"
  b"#t"ëð[B#§Í#Ê©\x17"
  b"N¯…}d²Ge·q\x15‰,¸\x037"
  b"wÌå*þVJ\x11¢¶=€æéVY"
  b"—c\x1F>{\x1CEI—¬ÔJå°à)"
  b"'+ú*luAجð‰S\f§\x05\x14"
  b"¨Û\x7FßHÕJå‚\x03Æj/"
  b"\x172‹»Ë\x1FF\e¡`Š®¶GF "
  b"i•ÄE\x7F\vD…’¸ö;}”N,"
  b"ü/╗»*\x18Oìªf>ıÔ*åK"
  b"šfƒ\x14\fzKl»,\x10\x11>\x03“Å"
  b"æö¯Ø»ûH[¨)4n\t`žÅ"
  b"÷+ÅpîÎI½ñs╩┌\x13ï─═"
  b"z°È¹┴éJËøÜØÞãZ<¸"
  b"¼M‰ò\x0FBDã±¨Ýø\x1DQˆ¸"
  b"[1\x1DÕ‚ûIpŒ#2¢É¶§þ"
  b"a\x14ï®é!D–¬V5\x04ب´9"
  b"8W▀rìãGPÂ&ò±$ľô"
  b"]ogâÛ:O!ØÌôÖÑ?\x16\x10"
  b"\x08o\x07;\x05{D╚ìh{\x00!Á╩F"
  b"\f\f§\x17)A┘¡¼Å%®t├i"
  b"\r»\x0EŸr“CÀ‚ÓP ìS™š"
  b"ˆî¨q\x0E…BE‡ÝÐ6¶\x1A5J"
  b"îK´QªAA‡¼¨+¼\x11òû¾"
  b"$┘■Ê,╩K\r£ƒf~üÍU═"
  b"´<oê6”Gq®ê¥‹¨ôÔ\v"
  b"´çUÈ4ýB>±íf­jKcÕ"
  b"A"mÇÍ&C‡¤I\x08ðϧ—b"
  b"Gy›uÚ¡KQˆñ\x16ï\x12¯6§"
  b"àØp|â8M3‘EÈËT°'½"
  b"ãœ÷«)4Hò¯˜9io<üå"
  b"‚ïQÎm^A|ˆë\x15^==W\x13"
  b"CkÓŠð|Mµ’]—¨[»®F"
  b"Q[¢¦ÄžEz›Ð³ƒòzÑ%"
  b"šW–\x14{…H\x19“ðÏØú:Òt"
  b"\t\x0F¢cLÔJaI3\x17Ìú"
  b"j˜Vuf\x05D\x1A»\x04•²Ÿ\x1F"
  b"¦à;\x00╠$C└Ü\x1E\x1FÁÄ\f"
  b"\x1C(JONk‰“0L5ïÕ“"
  b"ÇŸÕ\x03ÒÊKJª\x0F\v‹´\x19Ä "
  b"k\\rå═b@Øå\x14_Yi\v╩Î"
  b"ù¹,=\x17YEs¶,¾š—³·š"
  b"\x19EŨ╠üIO╗Ó‗ÝC^)û"
  b" C\f胸EѦ5\x1F\v\x01mÌÒ"
  b"\x12p(ø@5Jn“Í\"\x1F°Å2"
  b"ƒ\x05ÿ[»¶G╗ìë\x06Ã뾺┬"
  b"erȸŠG¼»I—\e«ó™–"
  b"®þ\x01÷¶ÖJ\x7F¢\x15ÇŠƒ=\x13É"
  b"3¼—#ñUF\x02“éH¼£QÔ“"
  b"³\x01ÎCF)@\x0F‡Òþ\x14ªÈ\x1Dò"
  b"\x14\v>˜­»B£¹q«¥\x14SbA"
  b"\x18\x14)\x0FwºE║Ø!\x07/╔2┐┌"
  b"G\x1Cœ\x1EøÞFþ©m7zÍæ%²"
  b"Ù È\x04b‰@o­\x03\x16¬\x10\r"
  b"_+øßI#Nù¹ßK\x02ª\x10hL"
  b"ì\x14¾öä#L§ŸÛ¢\v$ï(("
  b"dXeî\x05╗HóÇÅÑÁ)╬┼;"
  b"ã\x17 ÷\x0FÅHfïðw▓\t\x08¯®"
  b"àXó?ÙLO‰²¥_#vVÏ@"
  b"C\x1A\x1D‹÷ÛFˆƒ';w#\x04ô©"
  b"¯…‘iî(E°º3æ\f¡Q83"
  b"#)úw(\x03@Ì””\x1C\x07fÆÙ4"
  b"NH]ú\tkD¢‘¸\x1Cdép-…"
  b"\e\x14#,ÁÿG\x15£\x07W\x12ƈ¹Ñ"
  b"╦ej┬ýüFÐâ¿┬¨\x19½dÝ"
  b"̬÷šºŒLf›\eλúÛ\x10["
  b"½\x12Ècz¢K*¹Ô:\r«*Àæ"
  b"Ћm|'ÕH¢’aL\ؽ²©"
  b"Dª4¿Y\x04EÖ–è\x1Fš£N-I"
  b"ÌÒ!TIàDXŽi]½Dsró"
  b"ø\x07ó;\x0FKÛ·ñlgx|® "
  b"ÇÀx\x045jM뎊ÝEYR—p"
  b"_ó °T§KÚˆàG``ÎaÒ"
  b"\x11\x19"»BCú“Ú[†ŠÑ^e"
  b"°\x02º=Î&MN—t†Ú‚3´ú"
  b".bÊzZxKƒÇ\x05T\x07ºÅ┐Z"
  b"\O¢¸*¡K\eˆ¨\x14\x176."
  b"úœß\x066„E›¶³¼ÁFÄõi"
  b"A┌ëmugL5ì¶~IÖnØä"
  b""=¸`L˜Cμ\x0E9Ìáàt*"
  b"g)▓┌16CøØ\x1D+Z׫{\t"
  b"\x7FýUÎMoƒc"äR‰2y"
  b"`XpC\tÒAa•d§ÉÓ\x12ì:"
  b"žî‡;³ú@s¡NÉ\x02ºš\x02V"
  b"U[¹2|šH\x17ºù¶–¢h¶%"
  b"†úÙëëâN¢¹ÓTÁà%ŸŠ"
  b"Û\f“žË{B\³i©óŒý\x16å"
  b"▓ë\x19õ¢ìDyü└¢\x10Ñ\x14ð\x07"
  b"""
    \x12╩y\n
    üRLSîÖRùx ¬¡
    """
  b"S°×‚YdHēښ8Nî:o"
  b"¶9ÒÒ–øAl°ÂWWMÈh\x01"
  b"±Éó┴┌dDP║\x16ô\fܬ[«"
  b"\x0F\t\x15wø I¢†Å¶J„ý€£"
  b"\x16>󺑼JÙ©²¨²ô\t4]"
  b"'…J<¨II¹·V§'(r”\e"
  b"\x00‡Nn/ÇA,©üÜø¨î‘h"
  b"Z\f´·)œIJ³\x07 \x14\x04µ¢"
  b"ú\x1AEµJkOº›ÊTr\x7F8{\x0F"
  b"\vaÒÀ@N¥NÖÈ\¤I¹"
  b"ºøG¼/qH¿©\ö®5\x17\x18\x14"
  b"ØÞǦ6HFà±;83E(Œõ"
  b"\x08º7§\fcE\v¿à¹®\x17\x05h"
  b"ŽJÚ{H•Bpœf•\x07ãÝ*«"
  b"\x00┴\eÎ═B«øàË(VnXÉ"
  b"¬\x1Fú\x17\x19ÔL¥¹Èj,0ÄêJ"
  b"·˜ÝìÅ\x1AB\vŠ\x08±i‰•ŽÛ"
  b"ŒŽŽûÓíC|¡šžDÉ·g|"
  b"Ñ▀DÄ═I@éù¢¤nE\t▓ü"
  b"£[\x11\x1D²CCÄŠ›\x1AµÂZäÞ"
  b"Ý\x08\x02\x05§¯F¯¤ÂIB\x1F\eÖ"
  b"©\x1D\x16Î8IF/£æuû\x04B\t\x7F"
  b"EÜ,?íòO²ºòÝ¿™®¼/"
  b"""
    1‰Ð‹ë\x02H\n
    ¢s^\x08l\x03\f 
    """
  b"õBÑ7}/@\x11¿Ä\x08\x0F†ŽÖ¯"
  b"˜çgEáqDu“y•ƒö{Pÿ"
  b"<q Pç°BU¥\x08…›ü\x1DOu"
  b"[¼4\x10\r¬J ˜\eJ}"\rφ"
  b"Ö&ðÒê\x0FOá˜çôá–†\x02c"
  b"H\x7Fc¶§>GZµÉøgXöxG"
  b"¸\x12"õùÀBõ½Öv©J"*:"
  b"¾êªðÕwHƒ„\ežk\x17Õ›\x19"
  b"ÐÓ_&ažM+—:ó\x08lL÷8"
  b"-‚ŽÆ¾ý@Ž‘?OÆùÈ0®"
  b"ç§\x16k7ìC?îøøL▓þ)Â"
  b")ÁÑ\x11neMpò@S[¿╬ì^"
  b"²\x14ëcÕÂF\x03š\x03,3lÔ‹‘"
  b"4$éOsÜEQµP²1VWÐí"
  b"x-£\x05ášOWŽ\x14‹€Ç툋"
  b"?-^Œ}jJÛ©R*ý\x1EèËŸ"
  b"^#\x1FÜ\x18&B0Ÿ!¯Ê<\x1Aá€"
  b"\x0E6uªJ\x19é[><)Òzé"
  b"Ãϵ\x1F\x0FÙI¡ºÖ¬Sê;\tª"
  b"fœ[G\x12qD\e´´\x01ðÉ$\e\x15"
  b"oR9€“ÎOïŽ\öÃ<]}±"
  b"lL7¾¨\x1EHI„˜"jgÄב"
  b"¬k*\x1Eô$@Ô•J¾"\x08æ³¹"
  b"´±ÿNÎÿD\x1C°€{âRk©û"
  b"·ª;\x02™Ú@\x18Œ@\x1EˆõÄ\x1D\n"
  b"jíN%\x07EGÆ Ò]+Cü\x02'"
  b"ÿ\x16<ßmäH7ŒÔ°d®À¼Û"
  b"ù&\x01¯¾`E½Åì\x10v\x02m╦Û"
  b"Â~\x04²×ºJ•“g\rtüî8M"
  b"y\x12&o¾ÁBi£C‰„tGíà"
  b"Y-2%Ò8O\x02┐´┼üxÁxX"
  b"\x12Ã6½»6Bèì³²¤5¦ƒ■"
  b"íï^gê¦E§‹Ëer[?)¢"
  b"žHÉìÅëFä„Çš6C[ò?"
  b"\x06‚Oõî\x0EGÀ”Oïkg/\vX"
  b"­ÎB\x13lUE╦Øû³Öf;D\x15"
  b"ØâL┬[ÞD¡╣╦ÆÕ═Q\x16\x04"
  b"ƒQúÕtcOìÑv¤·¶bÑR"
  b"\x08\x1A\tí"!E­¾HϳèÒ>o"
  b"ë\x1CÅC÷\x19G<Ö[²\x00O¢vY"
  b".>gó{GHy¼C•W]f ¥"
  b"w ç¿\x02ÔM~‰ù¥àˆã÷D"
  b"»╩Åð\x7FKMI▒\x0Et>|«¨­"
  b"WßÅ·ÀÝF¯½­6│|Y¶""
  b"c&JCþ\x17EnØÑV+Î\x01"
  b"\x0Eüg7z\x1EF(½\x19\x01E\x073™‘"
  b"¸ÆÓZZ5Eýª(ã\x05\x1Cë*è"
  b"hY¯WÓ7L┘öû6áUêÅ0"
  b"""
    ù\n
    \x1Fø/ÂD®ºíxNœo®s
    """
  b"…ùoÊÐÐCÒ¢\x19q–~çÚ6"
  b"ÎeêyJøC¦º|\f\x07­â~Ø"
  b"\x02¾¸vHH¾"ïEQ”˾"
  b"┘Åë[îiC║ê│­\x0E\x11v¿g"
  b"Þt,°Ý%Ni©\t¯┼Ï/Øh"
  b"E¥:€!®A\x7Fœ\x1E\x00¡\x0E>F"
  b"$\x06\x08²¾GE” ´‹”`§\x03x"
  b"£wHò\x0FˆE<³F™7Jý]‡"
  b"""
    äÚ›ÙkDM<ªùß`h\n
    â£
    """
  b"\x0EíT˜îKB¬±$hÑÀ®\x1D["
  b"gÃ2\t\e\x06Nɱ\t\f:\x12S1q"
  b"┬aT\x1CJÊEìöìÁä¤\x0FÕ\e"
  b"\x7F/7XÂ\x0EMkˆL_nR¥¨Ÿ"
  b"""
    »Ë…\n
    \x19#LÝœ°•Y|æB%
    """
  b"""
    pó┤ü»┌D┘åü~\x11\n
    G\n
    ¨
    """
  b"qvæËF^O¤©“\x0F\x01ö¿\x04"
  b"2C:mô\x1EN\x07º\x10ÉoÑE▓╔"
  b"HÂi│KúKYæ\x17ØÈN\x1A■-"
  b"m¿ˆ²BIKI°$ÿž‡ç]t"
  b"""
    ¾¶Ḭ̂ Lߪ\n
    ¹Æ>x}»
    """
  b"~*)+˜ŽJþ®—ÈuÈYÜd"
  b"&TÙT¡ÕHe°ßwæžvít"
  b"í─<Ç\ÑO}ô)\fdDaü\x15"
  b"\fÄžß^[Bõ“±2KI\x11f""
  b"\x14I/\x11■ÂK3ÅX\x05Hòa╬\x18"
  b"¢ ™ž|PBÍš‹\v¶#ªDš"
  b"\v³š\x07h€I˜ˆoU"kVuß"
  b"|\x00c\eºsBõ¬ÔÆ%G(Ì…"
  b"5a°wdÒE½¯©+¬ø“Zå"
  b"HÔ„äpL@{˜F…£‹'½Æ"
  b"""
    ©á[Læ6@\n
    µ\x10\x04Ž\˳&
    """
  b"k…'\x03ÆØH¸šÄÜ¥/€yÔ"
  b"c}œ9\x17¾H៷mBëû$b"
  b"®\rU\x1DV.EÒ²­£·V¸ïÿ"
  b"£\f\f'@ó“<*AO½\x03m"
  b"wÞØÃ@7@Üà¦Í|\x06ÈG¬"
  b"█æ\x05wºÜGÉ»°ı\x01Ê?©Ã"
  b"1í-æ›®BQ¯íøL?N4¥"
  b"´½tû\x1AÅE\x06¦›zÚw_Pß"
  b"""
    —½8Z\x04\eF'´SüP²\n
    
    """
  b"\x10ì- £÷G\x06à░£\x1AE§ç▒"
  b"IÝ©É\x05zI.¥2é└│─\x1DË"
  b"┤Tì6]ÎBµ¼àV=Á¼¤╗"
  b"\x10▓¿ó█\x05BÅêª┼%ëáF\x1D"
  b"Ü?¹rù\x12M#«Õ”YÉ\x19h\x05"
  b"AAñ¶“˜Jŧ6ˆ¿_¹\x1E¤"
  b"uLŒ2Uþ@¼ŒÈË\x7F\x1EK¹—"
  b"""
    ™¬^$úë@Ê€é\n
    ·˜.íz
    """
  b"T߃´¥oJJ•\x0Eõ$B°ßq"
  b"cñmhÛ†OW¤^•…[øÛ¢"
  b"'ÌèÇD€EÖ‡+J\x0F\vyûŒ"
  b"ú±Èó\x19jM*¸["ÙB°<v"
  b"ç`^ý‡—OU¶¿Ü)¾$Ü$"
  b"i\x19ä\x12W?L4Åõ\x13QàÓõg"
  b"‰sö¨Ò˜H\x14‘Í<\x0E”ð\x0F\f"
  b"æ¿fÍNÅH+á£"n;À\x11Þ"
  b"\x06»‚¾•B@4¼\x11©ž‰µ’\x1D"
  b"""
    ª\n
    \x01\x16ìºGMòÅÓH\x08«åa
    """
  b"BCÐ\e±:Iûµ›ýÉdS‘Ù"
  b"È)Ý\vþ—Dñ·sI¨7yßÈ"
  b"·\x0FÉY└]Jé¬%ÙµÉ\x19¡Þ"
  b"‘8ÅDë/FgœÇéÌL쇽"
  b"M²¿5éÉI–°Âà@Ó-46"
  b"½÷\x16\x08ζBY‡\x00©8áb¡ "
  b",¤5àÇæEKÇùó\t▀ìîÑ"
  b"•®\x07äk\x02I\x1E©ò\x1DÁÝ\tA¿"
  b"mQhþ&IG〴\x1AªC­U¼"
  b"à\x11øð\x17ä@Yž3í´\v’¥\n"
  b"}È}6¨óIF®\x1E\tZ9¢"
  b"Ÿf\x05C—¨J”“«ecO\rç5"
  b"›Gu\x15*¶H¦˜;3³:‚‡›"
  b"›¿–y9ÉO\x1A“¡¶«\x1FØÝ<"
  b"‹—\x04ÊU\vE\x0F…©[ý//c¶"
  b"”¬\x198c(J¨µRÊ‘Gì$±"
  b"6ƒÚÒI°No½Aü▄ \x00¤"
  b"XN¿65\x03Kó˜,V€ïFjE"
  b"Íèô¡}ãB\x03Ž:\x03ˆSЉV"
  b"Øf·^E´@&®ñ\x13?’(Ïô"
  b"Å<ù\f\x07ÃD┬▒çÚ\eåK\x1E«"
  b"Ü\x17\x1A\7A\x11½2ÔªâæXÕ"
  b"I?\x07þMªIÿ¡¶ÇÜʼéß"
  b"òqE\x1CÓEOZ™¡8/¯¿™\n"
  b"?ÅYè¬~JÉé┬¥\x05ƒ┴Ò\x15"
  b"ìm ¸%ìEt­à6ƒPÖ'\x0F"
  b"2wªY|'J\x19™Mœ\x12ÊÎE$"
  b"q5H╔■MJ`£¨¦[Ì▄FÉ"
  b"š¦X2'ãOg«‘å£À«\x01"
  b"FÊR7DXIÄ…\x07óêxÁÈV"
  b"""
    ║E\x7F\x19Ø\x08Iäï-î╚\>\n
    \x1F
    """
  b"ë\x14¶>ù½Fب\x10ç‡S z·"
  b"W\x14¶½…«D”‹rÀ@]­ÃP"
  b"½È_;yTEEºØÚT¢R\x15"
  b"Ú\x16ÇâFõG̪ƒÛìI\x14çÙ"
  b"\x184▓$Ä▄C\x19ú\x1D\të`▄ì8"
  b"á█ÕW\x18øD9»{╣Ų\e╚═"
  b"\x17\x02\x1E#¤LCØ©ì▓▀[x{\x0E"
  b"¬X\x08\x19|xH*¸U\x11ã ],ñ"
  b"\x1EPæìÎ6D¶ŽÑ&\x11Ûš¨@"
  b"·0nÖ—`Mâ†'Z†Ç;,P"
  b"úqÕƒ\[@\x02’î\x17$øñhg"
  b"d^íX™sO•« ÁJ>ÑT\x05"
  b"px}Q¦×Iq¢a"1V6yª"
  b"|7çÓ█/Iïé±ü┤┴YT¨"
  b"@Yϳ°\x10@Ë‚ÙÅó\x11|\x16ÿ"
  b"ÊmŸÜPëL\¼Ü7}Þ÷z7"
  b"\x19žhø[mEó¯åŸšýõÚü"
  b"XÈñ²ë\x05KN‘äÃqØüÞ1"
  b"qÉ\\x13\x07\x10L³ê9u°LÐi\x12"
  b"oS╦┬╝<HBåì\x03¼°57ª"
  b"-;¨àô\x05Dן¿¦NÎxY*"
  b"~__┌ØùI\x0FÑ«BÆx╦d\x1D"
  b"\x07’-Â#ZG¢‡êº‰²`G€"
  b"ÂE┘─!ÓI║¿vfúF¨Åv"
  b"4«K\x17\x14?HŽž0y\x1FeP=\x11"
  b"ð&½R±`@͹\x11Ø~œçFì"
  b"""
    *z\n
    £utKW´1ëÿ©s£]
    """
  b"±‰¥4jæLÇ„'šäÙ$\x7FR"
  b"£w\x02¶F¼Gœ½\\x1D:ˆZޏ"
  b"ÄVjÏi\x0E@P›ßÝuu•g”"
  b"x\x1D¶Ðó`B\x13ø©wVØ·\x1EL"
  b"ù)x/ø`J┬ƒ`k¿êÉ2┴"
  b"¡…5¥¿\x1FDó¡}G¹~\x177]"
  b"5\x04\ejrpA|š¸\x07\x15Æ&–0"
  b"?¡¶ònøE\x18ˆ¤E\x7F!†*]"
  b"Ä)%é¹]@©¦h\x15êU±\e"
  b"ùsuX¼jB]–pÕ³\x19ŸŽ¯"
  b"×§«Ò\tžE¯—\x15Nçÿ\er\e"
  b"Øýé*¸gEC¦\x00ó*Ñ™\r±"
  b" u]”)]Gž“u‡Àijó4"
  b"¾+á´ ┘HµÜ0¢ÄØ\x19Eu"
  b"\x04çh„9ÎHB€$ú‡\gøD"
  b"öû|}\x0F\x06@)«$¶\fG6Rù"
  b"Ç\x16õj)]G‹®Á&¦ÛEÐR"
  b"¡HªÁ©:FÉ¿XuÝÓœ}H"
  b"Ѣͣê\x1CHÚíÔ¡\x154ü£┼"
  b"\x05Å|%s‰DÙªü´\e§›\x01ò"
  b"¢§┴┬:-N¾ñÖÉ;ͺgV"
  b"\x04D\x07Sœ&D\x03 åJ\f\x7Fä"
  b"¼2\x0Fı│úCı¡\x1EÅ̹Ã×ú"
  b"´Ÿ6ŽüpM\x7Fºì…Õç\x03Þß"
  b"A¸´®F9Cj¦ÛÕŸ–{áT"
  b"\x15Äù^ì¾HÎ┐╩#│/┐cÞ"
  b"k²õÅU▄M¤æ70eái>ƒ"
  b"G’—º‚÷AÀƒ)›9ˆËoÖ"
  b"œÀQ„?\eAh²¼Ú#gÑfÿ"
  b"0žCæˆÄBjš\x10QÎrfôg"
  b"¿«õŒðÜF\x1DœÔ9h\x1A4ÆÒ"
  b"]š±YÁ\x01D\v»\x1A?¾d“1°"
  b"¿(î«ííNÃü╩k\x1Dæ»\x01ò"
  b"«/¾ô■┐G¶üä\e¢©ÊÖÛ"
  b"pÙxÈÂäF.Œ²°#_Û˜Ä"
  b"y×Lü\x0FpEóâ\x1F║n'ÚÑy"
  b"±Û\x16■×fFªî\x17ůÔy\x08\r"
  b"éÅlâÀïB┌ØVåÇjb9%"
  b"èÎ÷þ‰ßE„»¯BÂ4\x14l\x1E"
  b"ðê 8­ÒEΑ%˜è]”©x"
  b"B…p¸\x06?Kœ¢c¼“¨ƒ¢\x01"
  b"█¼▓`┌┐A╔á'V]4­Éü"
  b"\x195¾xkž@9«\x16G*Èãd„"
  b"ÌÙ‰œYhNAŒ¸\x1FZg&œŸ"
  b"Í¿o(ã2A\x19ØØ½\x06æmhö"
  b"?ü¾EÄLAÎ¥tѨ═;╚È"
  b"Á €«D\tA ³ù|H’ÓI\x18"
  b"d0\x10ð\x14˜Fò¬Yõæ"_\x13"
  b"\x02V\x06Yí@È•Š±83™û{"
  b"\x1F^i¼ÉrDµÁË)\x1DaíbÅ"
  b"R9á>1V@ÚÅÚ¨ë▓öãv"
  b"\x0F~lùD╝LÑâ\x12¡ßìέz"
  b"PÎæÚÀdN¦ì▓lölWKt"
  b"ÊíÙLqìL&¦òßk[ç „"
  b"FCö^úËCV‡õ;\fPc…\x10"
  b"(ŽE6ùpKÿrÉlN,ui"
  b"""
    cñªç\x12¢Bеâ\n
    pRX·n
    """
  b"ö3/ËŸ{KIœ¹–pÛ,’n"
  b"r\x13uKñMJæ…N2¿œ?G•"
  b"ÌšbÇë’O9š{\x16ñ3QFx"
  b"]ìuâ¼´E\x1Cû´Q@\x1A╔ı┤"
  b"\x10ö\x02d¼ÆO­Œ-FŸ˜J.¡"
  b"ÞT¼jÈzE¼‘“G÷ö†˜¯"
  b"X-Xn▓»LÉô\x01Cx½\v\fÎ"
  b"Íwã½:iCdˆ£Õ\x15xÒžå"
  b"*Évl´§DêÂ└<╣\x1E\x18Æâ"
  b"DÓ2ãöZG\e—3µ¤!Gœù"
  b"tÄò²\x0EhI,¦e\x0Fœ\x1E?Sj"
  b"µº\x19ý¯>A"Øô\x17Soq▒¥"
  b"sï?£EåEij\x06^¬‚E¸e"
  b"þo%Õ\x18ML½»§ŽŸ‚|1k"
  b"¡\rÏ\tÆ<D+© ˆ®\x14\x01"
  b"¿òEömkF,Ü×\x7F\vÉ\x04Û"
  b"Ÿ»–}£aC¨¶Û#\x06´Òž\x1C"
  b"ÊâˆÈ|ŠFB›`:IÀk£Ê"
  b"o\x08AÁê¨Gn¯\x05\x05#K¸<×"
  b"9·▒│ÍSB|ì\x11Ê\x16\x13Ü2"
  b"üÍe>P±N7ìú»Iå╠£("
  b"/\x0Fbq\x12ÝEé‘|ªÅ™:þ…"
  b"­sQ\x104,F(˜f \x1E;š±—"
  b"H\x01\x00úQàF\x1E“‰°Y\vÇÆI"
  b"\x06Rã^_\x08Cð¹`°¸‰\r\fØ"
  b"hŸƒžâ¸MÍž…+q‡a\x1DÙ"
  b"u8-„.ÄC\x15±Gä8\x10Õïe"
  b"ÌÙ¡ü©¾@ØÆC+\´t³1"
  b"©ü╠Õí┴F▓¬¬*æ┬lçƒ"
  b"\e╔|ìí■G\x1Aïc÷h\x04\x0E"
  b"fa\x13\x18\x12\x12G░áVc┐╦Éeã"
  b"æ}nTþAL ò\x06ìy▓v▓H"
  b"\x1CÆÞ»\x07ZMɬ\x19±ÊyöV"
  b"9˜£ØzÞA§¬<~W\x04\x00\tp"
  b"""
    \n
    Qè˜!iH¿±1»,OPˆ\x04
    """
  b"$ÛSÐ(ÔJ1¬┐ü!®■]¯"
  b"1\x10I^\x11¿E8§˜‡Ë®¤\x1E»"
  b"[\x1Ebþ—hCQ·Ì¿d\x0E,ÑE"
  b"K\e¯·±k@,‰'K¶ \x01Å\x11"
  b"qê­\x0F±ÅK\x10¡YÄ5G«\x01\x04"
  b"\rïÂ)\x0Eè@ë®P@\rq†;\x1E"
  b"\x1A\x1EÔ\x0Fsx@\r¥1o-\x7Fø\x18G"
  b"ŠÑ¤j\x11|C&„°íÿÁò(`"
  b"\ì╗9ÓDLwø┴\x1F▀Ï3Ýô"
  b"""
    äj3øüöI\n
    ®`L\x02İ¡E
    """
  b"\x1C:ö¡Ë‹J\v‹Û¯¦œè³¯"
  b"-\x18º\x1F7ÌCœ…&\táº\x7F"
  b"]0æúøÄMI°šnñZÒ†ð"
  b"¿a\x11nYâH7ƒ\x0Fð‹7¿\e\x1D"
  b"¾▀@p ÅN5Øh\x04c]Â┌Q"
  b"&■ìE¤ØB╚Á\x1CýÑı«ù\v"
  b"µØ[B%═Eñìûµ\x18³ï¼<"
  b"¼áÏ{ıÆA¤ûJì-èH¢Z"
  b"¯\x13:\x10ÔtGõŸOX(¼³~À"
  b"Ó0\x14VönK(¡ ÖŽ\x15Ò;b"
  b"è:–&U\Jp LÑè\x14\x02Öy"
  b"\x08±\x1F/ÔÈOÒ•æg\x12&\x08\x12:"
  b"\x0Em+?{ÝFþ«b)\x15P\x00¨ý"
  b"©<pŠÉlEΨ\x1Djd‹\x00@2"
  b"\x07š]ü\x1D#GùªË\x1F½C#(f"
  b"âE▄É\f­J~ùgSS¬\x0Eò­"
  b"â\x18µárý@\x18”U“ì\x12=º¹"
  b"HOú#ç\x12Jå¶Š\x1F¸!PŒ\x1C"
  b"ýƒ®%XûIÏŽYÆ@Å¿ëW"
  b"\r¥#\x1C›>EÏ·%$\r“´m‹"
  b"7o\x07Fo▀NEüàa8T¯ü■"
  b"x\x14qîó@M.¡™\x1FìÇOzü"
  b"òh?\x15\x18LÛרèçã\x05\x06ù"
  b"$Õ×M°k@$¢˜\x0E†z\x15\f7"
  b"F\e>E\x7F\x7FEäŠl¶*­Ú‚¿"
  b"Dü²\x13Q\x07JÂÁ<Q£BÙ²╚"
  b" H\x15"ÉcHQ«}1\féì\t\x1A"
  b"ë4\x1C\x13\x16\x16CúØ"'╝(PÂ╣"
  b"´N\x1Eã\x06bG…‘Ë#äNûHŸ"
  b"\x17BÓyä?N‚³kg¿®ºý¡"
  b"\x06w\x7F¾Hk½üD²´Ê|a"
  b"á!X´8âDM¿r\x07ºÄ ‰\x08"
  b"ô-ë{d3IÊžƒÇëzÑ“u"
  b"\x1D\x16âëCÅ¢E\x03\x06ñ\r¶¶"
  b"""
    8+EØ\x13ÊJVÆ Y\n
    ß³\x11Ã
    """
  b"Ý/÷\x1EzÝA\x0F©Ô±IãÉ\x1D_"
  b"?p;°1^MÆ–\x07 dÔ€™\x05"
  b"ó³║)╔ÜLìÖæÝ²¿▓Åy"
  b"ð`Yœ®¥O+›¾K§\ei\f×"
  b"÷¾\x17êm€NCº7ù‚$\x00"
  b"4:\t7Å(JåÀ╦├­R┤/X"
  b"ì}¤\x15,╔K§ÑÞÜÜ4]óÏ"
  b"""
    ÒĘÆ9µA=“1I\n
    ¯ÖÂÑ
    """
  b"ÕÎÎØë¸H¤«Ù»c+—Õ×"
  b"\väY6—D@\v²5ë\x17³,%n"
  b"Ûé\x1CTD–Ke’FÐé:\x18—q"
  b"¾û\t±Â\x18I\x13‘™\x12~¥?½""
  b"È\x04\rZ4ÁBÓ”õ¯\x14\x14æøÏ"
  b"ÿ5\x10³v\x04G\x06▒/Øåùí¬ì"
  b"\f3óËÅL^ÆXúc1c\x02õ"
  b"\fIL½Ö\x7FCÅ”£x\x01g¹fÌ"
  b"Çóf4Á=E)»A9‡»ÛL‰"
  b"ÓË`ï\rµB╗ügÏøxÞ\x03³"
  b"\x1FgDY˜PMýƒ¯‘õ³%Ã\x05"
  b"¸P*ò¶jG/˜Ø°ô\x13–I³"
  b"ò\x03z\x19z›N&½Åƒa\x1Aõ"à"
  b"ü\x13ìÚ\x1AÙI÷¬z\x10\x0E\x0FÉZ&"
  b"Ú\x19¦§úlMs‰*JäP¶Äæ"
  b"$eÉm\x1AmHøØ;a!┤ëtD"
  b"¥ìxÔ{lL\e×úì\x04ñî \t"
  b"g\x08ò˜sÛḢûçe\x02Ü™?"
  b"G\x11¹[ÉïC\x08©ð¬$\x06¯:þ"
  b"PIDÙmQMÁì6z"┐«¶╦"
  b"÷y—R:dJŽ—Q†e\f\x12°\x15"
  b"ÕÛó¢\x08~D±ŠKƒi—×Jþ"
  b"ì`6qu–J\x03 ¡—Àú3ò¥"
  b"žû%ØÂ8O\x7FªŠ\x7F»O\x7F‰·"
  b""¥~2XSIKŸÇª­7©\x0F "
  b"\x18„+ò\x16”I,µGóÔ%å\x12\x1C"
  b"Å'ƒûùî@╔¡Á_ËÄk?*"
  b"\x16░H£i\x0EMØí­\x18³Fé¿\x10"
  b"ü¿Ÿ­¸fMB£SOzX+Èo"
  b"ÿèÉfÿËA\x19³!éôÎiµÔ"
  b"¸G¨▓\x01àDÉÉa\x7Fd\x1C\x15Á\e"
  b"»Z"D\x13\x08K+”éQ+¼\x05J•"
  b"Û~K«Y«J‹œR\x11S¸©\x048"
  b"""
    .\n
    Nx:®Ae—§"\x11S, £
    """
  b"\r0øÒd*H\x04‹E˜çVöúO"
  b"¸êØ▀╚ªBø»┤¦Rô¸¦±"
  b"²:Å䪲E\x00\e¢´V┼"G"
  b"\x07ÓËC:þA\x1D޵÷f'¥.Ä"
  b"\x04\e)À┌ÉF█ô¸[õ─>­┼"
  b""ƒ#qÇ+C¾½C\x14ÿq•O2"
  b"‘wfz'ÓCÙŒ\x02>ž횑"
  b"\x02ÏŒeGm­¡ßks(Íó"
  b"s\x05cª°,BHª\eÍ-æÜ/–"
  b",tOÒı\x08L}░\x17uJ¥ü\x0F"
  b"ªX#V „LÞ‚V©,Šp\x1Cf"
  b"å\x7FϤ•\x1DFkŽ[W.Ð\œ€"
  b"ùzV~VÔ@FÅä¶DV\v"
  b"û└\x03\D¶N¹òM╝è\x19àmü"
  b"#‗És*bH6ªZ\x02\x1DcON\f"
  b"­zAóÌ^Eùž©Ô\x00{ì9_"
  b"\x00uåž\rÜHï X響-F!"
  b"\x13\x0F J¥B~¸Õú`qôÖk"
  b"*²GÄ@~Bƒœ\x04þ†\x1FÁ;l"
  b"""
    .1ÏÜÂ\n
    G˜’¸ñ#£e©ã
    """
  b"b}áz6^C³©š—8®U™É"
  b"░ì<ð\x0EÍJ`×|uqc─iê"
  b"¶Œ(ôU|LK’ÝKÖ\x02M7²"
  b"┐pEc¿þF?É3S┴\x1DVm▄"
  b"¤UÓ2\x17\x08KÅ¥YË>Û\eÝ\x7F"
  b"¨íŽ\x03_»DȾOêàÛÞ^\x08"
  b"A\x1Eü-XnM¤¬V\x1C…óÛG\x0E"
  b"%\x07E\x11\x1A™Gš²F׆®þ\r\x14"
  b".ÿÎåywIK…3(\x1C˜Ú6ð"
  b"é\x06BA÷ûAј\x10„'U›yÔ"
  b"¦\vYmG?@\–t/\x06ä\x11"
  b"ômíó´‹NͶVŸUež\x08&"
  b"5\x1EP½ÆòO{ž\e\x07뽺n³"
  b"Sái²\x06­@s¹Ú⹨J×,"
  b"i*t²jôF—Œ5øÔa\x11’¾"
  b"•‘Ÿ²d\rM7»ÅN—\x10Ë£Ï"
  b"bæíĆCD¥¸\x1EÐJ]â±Õ"
  b"å"Ö\x01éEJ\x15…§&tWÄìS"
  b"%K–àNÅK\x1F¨ê®\\x05UÇø"
  b"[8Ý[®4KöñÛ\x1D> »\x1FÅ"
  b"É•™é"ƒK‰²®\x10ñ#\vY_"
  b"¥\x10{V3ÛDnŸ„}*Œ\r"
  b"41\x151õPFIÅäÚ°¿v\x18ï"
  b"q­yy¼\vMRì-Ú\x03ÈèÂ├"
  b"\x13X.ȼIJ\x01Œ’«ôö\x13"
  b"$Ï^wr¯Ml–,ñ8i'|!"
  b"Pã]¸ÊÅ@õžp\tvFåÈ\x15"
  b"Ê3öå\x10ÙI\x7Füß▄gyCÞ\x18"
  b"\x13‰NÿbyMq‰\x14x\x02"`µº"
  b"×\x7F§ß╩!L%½▒Ø\x02Ù═á!"
  b"væ‰\x01\x162F\x0F\x0EË0¸³\x12@"
  b"\x03^2B¦¤@à†’­\x17\x100"
  b"oÅÓ7\x16ôIá‰ì®\x01¤¸Í9"
  b"ZD?2rµL×€îÈ¢I¡qh"
  b"\\x19¿ŒyÌH\x1C”a‚®ô\x00Ï3"
  b"(‡¾ÐõüAާ!¶yÜê\x10Y"
  b"└╚Ø░è§Hr┐\x03░*ä)╗ê"
  b"\x1FØiÇ\x129CŸ›\x1Aö]¸U;["
  b"f@╝\n\x15ØK\x00ª!¿t#─¢e"
  b"à,ŽÁ\x17‚Aþ£EØ-\e\x0FçÎ"
  b"ÝD=Å­ÛDQ MÁ$\x10£œæ"
  b"\x1C¥€\fÑDKz…“\x15\|\v^\x0E"
  b"ü\x16,Á¼/Hå²È€NzÈ[\x05"
  b"~\x16NqÞEK+¡°•<\x02_\x13"
  b"–sæ›<|D\x02ˆ\x0Ft›—éÔÌ"
  b"È\UâÏ‚N×¶ÃÜ„\x12àäQ"
  b"|àÕ╚G÷M¥û\x00aÉB0¶±"
  b"ö\x0F;ÚUÓA(¯êöOÉÖ4«"
  b"Q├O9Å╔HCéû\x08g\x02░‗ö"
  b"2ÞÅvãÒE¤•.hŸœðÉ\x08"
  b"ÝPP%h¤MÄÖ[Å?ƒ\x1C"
  b"ú╠=@^ØO\x15¢zÇ7¤¬Àï"
  b"³\x01Yz*_O┴Ü­\x1D╔ð»ÅN"
  b"Ý´Oª\x1FiM6½¯’´\x1ADCÔ"
  b"""
    oüê¹\n
    ìFõí³ \n
    «2S6
    """
  b"ªkã»Ì±@7‰b¥»£W\t"
  b"b¿á¸\x1FILŬ\x1C*Ä╗áxK"
  b"""
    ¾øØx░┘N¹╝\1nB\n
    ¡þ
    """
  b"\x0E\x01\x0E\v@Œ—8¼À.û\x07"
  b".ßÂ\x01Ø»N\x1Dö[Ñܸ¿Í/"
  b"\e±‹¤¹^Fÿ’;\x06Zp…ì½"
  b"\x05ýxÊXeKu€X±IÂH\t³"
  b"""
    c\r¦ŒV“F\n
    œé6)ËüŸ“
    """
  b"\x0Fð\x19^W\x10FUµ\x10hÃBt"º"
  b"¾º\e&\x14¶G+ªÒ»Wmÿ³æ"
  b"Z73#\x18║Gj×ý╗■É|Oÿ"
  b"ı¦â\x10»ÉNk▓─~w(²°×"
  b"`ÚÁ4¼ñJOš/â?šÿž1"
  b"çø\x16ˆc1Nù¦ØÍG¿žàV"
  b"\x01$[D-\x1FAh…ßW¸Š>\x10\v"
  b"<à³\f3kI-ŠŸJ\x06\v*·o"
  b"ÖûݧqæMe¶“\x00¶×­\x14û"
  b"ãµ(ÇSÆC•žë®Úº×µ‰"
  b"""
    \x19ø¾\x1Cù\n
    L$­· 2\x19*[Ë
    """
  b"╝ì@Õ╩ÇASÉ┴»IZÒ°Ë"
  b"Šãea \x00H)ž \x07ýnãèu"
  b"AXJº\x03lL.—ã°[ï`f9"
  b"╚¡■~\fýO¤ì@\x07\x02╔½¹*"
  b"üwëe¤`I­¸,ø©fûX•"
  b"\x0E³’)ÞäCâœÎž˜åv—g"
  b"òo?U\x0EàMõ“AE(\x0E\x14Æá"
  b"rÄÏgƒ¨K¯¾k=õÝ#À™"
  b"âæécšŒBÁ™…öÕ‚â·\x04"
  b"ˆ\x08ŒÀØæJõ¹œÑÎÉ"zx"
  b"\ey4{\x06ËBd™\lÌ\f5Ù2"
  b"\x08ìEf\x08xAs«Š¯F\x168ÉÏ"
  b"Ðb\x15\v°ÃLÐò╣:x?ɱÍ"
  b"èÑî&·§M_”\x1DÜÎÃg I"
  b"8Ö¾DZ\x10A•¨&¼©…£\x0F´"
  b"눫\\v\x12M\x1F„ó„pPMÖO"
  b"÷¿–+³\x00Bˆ†qËyž÷7\x06"
  b"?‡™/æøOµ´}Fž\x0F¥–Í"
  b"/d\x05_¾‡Ciƒ!ˆ¦qÇ6\x17"
  b"Ä│¸²Ã?Iùí¤vìl╦ÞÉ"
  b"-?ÑØXÀOŰ\t\v›Æ9õ\"
  b"""
    «CÂÞÛYN\n
    ˆvúm ‡\x1A\x13
    """
  b"*Ìb$^ŽJõ¹Ô\f_\x06çx©"
  b"ÍS§môsC\x10¿d²õkSáµ"
  b"\x14´Y¸üO\x0Eä\x08\x14\fP╠qÈ"
  b"N³“êî÷A©£líå4™š©"
  b"»lüø─bKÇúêKþw╬╩"
  b"nª£JY\x0FI4¤S“žþ½§\x0F"
  b"¨\x04Å▓\x0ESFÊ¢)¨m[`HÓ"
  b"1æÆ³ÐìE/ƒ–ë\x15¢l·û"
  b"â±\t\x1D•<GZ¯ÿ¼F¬mãq"
  b"?x´5\t\x0EHî·©\x18\x1AÍ àÐ"
  b"Nud"\x11\H‘ ð$Zw3)Ë"
  b"\x04jJn\eý@‡¸(MÙkô¤'"
  b"\x18Ë\x1DÅæWK3³…1‹\x08\x18"
  b"æ¡\x11\x16µ5L׫Žö¼ÆßèT"
  b"u╩\x0E\x1D7┘O\x14«Ø┼[/ð╣í"
  b"Ú\x1Dä¬Úp@—£à9¥%\x004~"
  b"ë\x7Fl…,ÿI|¿\x14\r\x06Á€Þ©"
  b"ÊQ█Ö\x1A M§ÇøÛòؽ.Ý"
  b"ߨó¿·èMK¸ùõ7Uõ³\r"
  b"]ëÜM.\x12OÊ¡Åv09q>/"
  b"¤ì±ò*\x13G0²ªŽ\vÙ?¶Y"
  b"Òìƒ\x1CL\x00@=‚˜":Ö"šz"
  b"$NÀeâ½LÒ½Zó\eòFT™"
  b"KÌ}=!pJ^›€i‡ñ3ê%"
  b"\f=\x03m`$Jh¢Ù’É\x10»«8"
  b"ÃÃø#œñFo¹1¡à}Ž\x07»"
  b"""
    :b`Ëú†Jôš"S#¸\n
    \x08Ò
    """
  b"y┌ì&Á;M╦½▄¢u╗\x16█¨"
  b"""
    ┤<å\x1Aä░@ÆØ\x10½IQ\n
    \x06ü
    """
  b"\fD;fOG—EÃ:£«ö\"
  b"Æ*þó.ÜL-ò:ıÉ┴;ð¤"
  b"o¡Ê\x1C╣ËK`ÁÅÛÒ\x1Cë!¨"
  b"\x11¬åŽ*úI\x10±ƒ"ïr-ó˜"
  b"SÕ ƒÊ\x07Ko”û‚âÝQ¨Ò"
  b"³±Ïn¶¦Lw“óN,mBCR"
  b"xKÙ\x1FIÉJ®óñrÿÈ\x1Fì}"
  b"¶ÆÔ10%EÜ­Þ%bàlµ "
  b"\x13´öù1ÛB<¥Ýîû|Ì\x1Eh"
  b"ÃM·M9oMì£\x01e¼2)¹«"
  b"íÖ,\x00%CC▒Æ┘Éà\\x18Ç""
  b"q\x06ô\x00\x07ÝGŸ§¤¿ã\x1EÜam"
  b")ÂY×AÃ@çši×®½:~I"
  b"Ã?ÿÔÁœF¶Š\x03¼·z\x07¹Q"
  b"±–È~+9E\x05³;0?ü})("
  b"2W*¦–"F½¦:ktÚƒ-:"
  b"ÈÄö³‹-Ok¾ªQ°£S®ä"
  b"RDÊ\x15ÿ^H×—L\x08ª\x11xð™"
  b"¼\v]AÌoOJª¨U.(£šZ"
  b"ì!¯o¬.Oå°+p…^.òµ"
  b"£Ý&5¨tM¡ƒN¹ëÔõJ¾"
  b"¼CT›\x149K¡­WÒ˜ÆóJµ"
  b"á(²\x1F\x0EOì▓u.|g\x15¹a"
  b"#´€’?|GòŽ\x11Ï\x07NU\e\x0E"
  b"ÕÚLM‰»F¶ºã\x00¦u)\x1E\x14"
  b"\f;3\x07?úFòŽg¬ºº\x00žÞ"
  b"…p\ty¡ÍN\x12·%Ï\x1FW.Ë+"
  b"[0àb\x05EL©«Å°Æ¿m`▒"
  b"""
    ‚1eA\x1C\n
    KȃÇ3¹/Ræ™
    """
  b"³p+¾Î\eETŽ%\x06‰{º¬‡"
  b"¤\v\x1A\x00p¯O\n·h¿‚6„oä"
  b"­Zãà]EI¿‹±|,ÑO\x13"
  b"""
    xÞÂñ%ì@\n
    “^æ¬ûM߬
    """
  b"Ø¥\vaN\x7FC‡„ê“…·&•÷"
  b"""
    •eeµîàK9¹5\n
    vëÚ(&
    """
  b"ý•®Ôð\x10Në·á;ïKÚT_"
  b"\x1Dì┴28HO(Á¸¹¶Ò╠jÚ"
  b"÷µ’¨N\x0E@Q¡‹Da˜k¡\x05"
  b"\x06ñ\x13Ó-©E\x02ëª2È=ì¯0"
  b"Sp¤§æ’Dª„)ž=êH¸"
  b"‰å\x13pVñJt´Hþ°ó«Ü "
  b"Ù¥_q\x0F˜@ñœ\x17v×l\fÎ\t"
  b"Œ)áðÄüK¹«÷G¦÷ä°D"
  b"gJó\x12)|L­Œ„}ân×ç7"
  b";Ìé╝aøB$ä+êEßèÉ{"
  b"­|┐■üÆKî▓│ãF\x15TÁ*"
  b"t'3\x1DìIF▄Å»Ë2¯v┼│"
  b"ð\x08E\x16x¤F\x1A¥#÷\x08úŒûÝ"
  b"\x13\x1C¥ØHˆ¸"$¢\x05eñu"
  b"\r^ƒáƪOE±þ"/\vTGx"
  b"„4\x18âþ¶M\x03…ÉŒÀ’àíO"
  b"€ý%\x17úÄM1‰\x17ð¹\x1EM”¸"
  b"ß│─▀/üIÑ╝'\x04.{`.╔"
  b"Y38Á\t LB‰8äD\x04­\fe"
  b"^\x04X8öøA•·Ž\îçB \x01"
  b"”ü\x02}\=GN©e/(\x19AŒL"
  b"Ñî┼\x11\x00ÙFFÉd¯\x1Eð║¤Å"
  b"F)Ÿ3(Á@Ú¼k-eïÊLo"
  b"”7ª„k;B'‚ËY\x16\x14\x08{\x1A"
  b"SÕ±>)¤@߇«búäè5—"
  b"S\x1AÄö0PNÇ–¡‚Ã\x7F\x18\x13H"
  b"─│ÖIáûB\x1CóÉS\x0FtËtÓ"
  b"""
    Þ\n
    oò<ÀJé¿\x18\r\x06mà¬5
    """
  b"Å0©â6#NYú┴Kð¹1è©"
  b"iqŸ\x08„™B‡³\vÙí\x19’‹Ñ"
  b"§ÜyÆ«XOÙž^iè_\x1E¥ò"
  b"\x04ûÞ0,LEüƒmÂC¶,8#"
  b"ÌÊ&oÄoBc–*¡\x038·Kn"
  b"?å=5Ö3L\x1E‚ƒw*™³ô}"
  b"ˆ\x03Ú£Jþ@\v»í"ÐM¥K†"
  b"?9Z/#ßCJ‡6â•÷Wï³"
  b"¥Ö\x19LÖÆKɧÆ\x0EY\tM$%"
  b"å_\ep±8E›®™q:‹Y¢0"
  b"úu€èΣLMº…½¨lÜmò"
  b"""
    ˆ¹\x05\x10R½@\x05¨\n
    ìW®ˆ¨A
    """
  b"\x15\x06’HKUœ0\x1CýO6»5"
  b"\t©8í\t\x12G}Øóı\x12\x1D╣│\t"
  b"\x15šx\x06\fØF…‹S£¹;ß[ "
  b"ëºh×ó„I\x14´E\x18¬…¢‘©"
  b"\x13ÇB&×O|ÅËs├!¦zg"
  b"/\x18`¶ÉcFý¼ª·;¶Ý;k"
  b"Cÿ†íí\EÔ¬±F¶\x10\x00%#"
  b"\x14©\x19£OÔ®\x18¡|%x\x04Â"
  b"](5úýÊMk¹b‹\[ؼ"
  b"ÇMT\x01Æ9N¬»{\x1E\x1DtêØ╬"
  b"vé=\tçEJÉ£╔┬4\\x00:ÿ"
  b"\x11zÃÍ╝■M-û³Øq)\x15üÑ"
  b"9\x06_0äÑHb”ªD\z¦-—"
  b"qÞV<\x1A+C\x08·¼®®ölÜ×"
  b"\x17—Ãc[Gk—£O´«%3û"
  b"§M\x1DE`‰AÝ‚ÈìLÿ\t\x1A("
  b"–s5,ÎáM°©Y\x00ß‘{Ëù"
  b"œƒœ62%IĽ7ïÉ\x13õ\e`"
  b"ÛY¾\x1DíèBÁ¬\e‚äÒ \x18"
  b"\t÷#ÃfqOJ«Ž…xûj›•"
  b"\x7F\x17€@ÅŽ´OYÀ?®©"
  b"Ë-\x14ŽHZI3ƒÀ©`šp„s"
  b"\x02n.„ËÔH\x10ŽÜ\x10^\x0Et·Ó"
  b"Š-âÛâíLà©\t£µE0ÿ€"
  b"}ÿJʯÍA“ºQßDÍï¹—"
  b"\vÁê\e_{D]¸Ø;/áý…-"
  b"Žâú'íED1Œ“‰È;ð\x1C¦"
  b"Ü÷ÓÅ[fOKúÉ╝\x05.ñ¾\x19"
  b"³ÿ±Ö’dFE¹B~}²ˆÛÂ"
  b"\x16ʈ( ;GÖœ¸“£FÓËk"
  b"²dE\x04\x07­@ºì\x15\x00È└¶"
  b"v“Žç½›MŠš_Mð\x16¡¥ø"
  b"Ç㯫5ÖI{³†á1\x17Qh¼"
  b"H½╝\x18XÄA|ÉФò\x04ÿJë"
  b"Pf’Ž•<Gநxʽ\x07º\t"
  b"»i\x1F£˜\x18LéºÜûnÌ›Ø|"
  b"Ó¨¬9­®N¯’SËæeÛÚ["
  b"eø¶‘ôÒLÕ´ †ôˆu”Í"
  b"þü=ÉÁçCÿÇ\x07■/~\x13i+"
  b"Å╚ogþÒD░ù:Â▒\x1F¢\x05Ê"
  b"þq\x16Ø)¹OР<¸ÁÕ\x1C˜j"
  b",†èíG—Ie¸˜´Ÿ`Qìb"
  b"T╬­}¼▒G┬Éhé£Õ\x06\x13"
  b"J©å˺\vD¯ŽÖñ¥_š#f"
  b"\t\r~.J±┐▀½mØà÷u"
  b"à;B÷»[Lgµ«ÏMž²B@"
  b"å‡\f”<`B\r•>\x08}\x16¥\x1Fá"
  b"bÿ}ic\vO¹–åî®}»\x01X"
  b"9ã° ±c@˜´\x06„[\x00í;\"
  b"À&ÂÇ#\vC6™1À}\x14#æí"
  b"vºtâ\x11šJæœ\x1Eg—¼T/Ù"
  b"NàB×ÖÜKuƒëÇc •`C"
  b"·ü\tÊ\x1E\x11J2‘íÆÇâJÃ×"
  b"\x03–ó\x13\x12ÀFÅ›ÍÔU3Ý»n"
  b"█Þ\x14$¶cAêÉøüâ¿ëðä"
  b"_ôåQ±¢E ñ`║È5Û§Ø"
  b"¼ ð\vsñ@ÉÉ×I)┴á¯|"
  b"═yÙ╚=ØB}░PI±Ð\x00¢\x1A"
  b"вÄ8*\x04KN‰»¾%KÌ\x10["
  b"&¼¾\x00-\x16FGžoiÄ•;â1"
  b"G\x03¸ú"—H·€\x10,râ\x00\x1C/"
  b"\fÐB;AMC=Ž8Q2{\x15"
  b"ýøî‘žúG%¸Ã\x07rÜ>TÎ"
  b"öïSÔųJ´£,t\x01]{¼×"
  b"""
    ðóñ╩Ø\x7F@ƒÜE\n
    _à!Ûü
    """
  b"‚u^¨F%IÕ£-‡v%×ßÀ"
  b"›Í“é>rK³žWD7\t´wì"
  b"ó\x07>˜„(I»°j¬\x08\x19\f£g"
  b"ÅC╬?PÄL÷ïçK█z²\x007"
  b"«&É*|ÅC·Ÿ\x18y”\x1AÔnK"
  b"\x05\x00 Ë\x00'JÉ™\x11\x05¤áÄé‹"
  b"\e\x02\x10ÿ@\x16º¯(iƒUy¸"
  b"¦+E\x12\e?@\x14à>ë\x0Eü-\\x00"
  b"ú)■á▒hK\x08ìßÈ\x18·T1e"
  b"QM¬\x18N\x16Né©?ÿsBÿè˜"
  b"˧_\x17€uF@…M½¡çS‡“"
  b"M]ÁH9oA¾—«`²üaV¹"
]
86 0.53 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
87 0.55 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
88 0.45 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"µu!· (Oßž|‚*L",–"
]
89 0.34 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
90 0.44 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/navigation/00000000000000000000000001994501"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
91 0.46 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
92 0.47 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
93 0.20 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
94 0.36 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
95 0.23 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
96 0.27 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
97 0.24 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
98 0.21 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
99 0.17 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
100 0.36 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x12"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
101 0.28 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r\x17H"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
102 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04\x08"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
103 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t\x18"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
104 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t'"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r s"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x042"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
107 0.29 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tA"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
108 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t("
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t1"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t0"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
111 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\t)"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
112 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
113 0.28 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04@"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
114 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tI"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
115 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006r#c"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
116 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04A"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
117 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tP"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
118 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006se "
  b"/»_ââšMpªXTÎ|ãâ\v"
]
119 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04H"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
120 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tW"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
121 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\tQ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
122 0.33 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006sfI"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
123 0.35 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006v\x04I"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
124 0.44 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
125 0.22 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:
[]
126 0.29 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™E\x01"
]
127 0.28 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
128 15.51 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"
]
129 0.76 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `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"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"p╔D~UÉBzóÂÍùú\x08▀4"
  b"\x03_¨È’\x03Iú‘\x10„6Ÿym\e"
]
130 0.40 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:
[]
131 0.17 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
132 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"´ç\x17‚HäC\—zlšÒš|ø"
]
133 0.25 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
134 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
135 0.51 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"´ç\x17‚HäC\—zlšÒš|ø"
]
136 6.97 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"ÂtÚÛaèIþ…цÖW;2“"
]
137 16.75 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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"®Ä\x02ü²\x15L­³>´üžgòÇ"
]
138 16.81 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"
]
139 0.91 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"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"p╔D~UÉBzóÂÍùú\x08▀4"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"""
    \x10Þ&´èDO\x16«ì\n
    RüÖ2╣
    """
  b"\x03_¨È’\x03Iú‘\x10„6Ÿym\e"
]
140 37.24 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/00000000000000000000000001994501"
  "/navigation/00000000000000000000000001724376"
  "/navigation/00000000000000000000000001724388"
  "/navigation/00000000000000000000000001724391"
  "/navigation/00000000000000000000000001724396"
  "/navigation/00000000000000000000000001994517"
  "/navigation/00000000000000000000000001994523"
  "/navigation/00000000000000000000000001724377"
  "/navigation/00000000000000000000000001724379"
  "/navigation/00000000000000000000000001724380"
  "/navigation/00000000000000000000000001724381"
  "/navigation/00000000000000000000000001724382"
  "/navigation/00000000000000000000000001724383"
  "/navigation/00000000000000000000000001724385"
  "/navigation/00000000000000000000000001724386"
  "/navigation/00000000000000000000000001724387"
  "/navigation/00000000000000000000000001724394"
  "/navigation/00000000000000000000000001774525"
  "/navigation/00000000000000000000000001957201"
  "/navigation/00000000000000000000000001985226"
  "/navigation/00000000000000000000000001994489"
  "/navigation/00000000000000000000000001994490"
  "/navigation/00000000000000000000000001994491"
  "/navigation/00000000000000000000000001994492"
  "/navigation/00000000000000000000000001994493"
  "/navigation/00000000000000000000000001994494"
  "/navigation/00000000000000000000000001994495"
  "/navigation/00000000000000000000000001994496"
  "/navigation/00000000000000000000000001994497"
  "/navigation/00000000000000000000000001994498"
  "/navigation/00000000000000000000000001994499"
  "/navigation/00000000000000000000000001994500"
  "/navigation/00000000000000000000000001724441"
  "/navigation/00000000000000000000000001845183"
  "/navigation/00000000000000000000000001995203"
  "/navigation/00000000000000000000000001995204"
  "/navigation/00000000000000000000000002078985"
  "/navigation/00000000000000000000000002078986"
  "/navigation/00000000000000000000000002078987"
  "/navigation/00000000000000000000000001994502"
  "/navigation/00000000000000000000000001994503"
  "/navigation/00000000000000000000000001994504"
  "/navigation/00000000000000000000000001994622"
  "/navigation/00000000000000000000000001994675"
  "/navigation/00000000000000000000000001994677"
  "/navigation/00000000000000000000000001994678"
  "/navigation/00000000000000000000000001994679"
  "/navigation/00000000000000000000000001994680"
  "/navigation/00000000000000000000000001994681"
  "/navigation/00000000000000000000000001994682"
  "/navigation/00000000000000000000000001994623"
  "/navigation/00000000000000000000000001994683"
  "/navigation/00000000000000000000000001994684"
  "/navigation/00000000000000000000000001994685"
  "/navigation/00000000000000000000000001994686"
  "/navigation/00000000000000000000000001994687"
  "/navigation/00000000000000000000000001994688"
  "/navigation/00000000000000000000000001994689"
  "/navigation/00000000000000000000000001994690"
  "/navigation/00000000000000000000000001994691"
  "/navigation/00000000000000000000000001994692"
  "/navigation/00000000000000000000000001994693"
  "/navigation/00000000000000000000000001994694"
  "/navigation/00000000000000000000000001994695"
  "/navigation/00000000000000000000000001994624"
  "/navigation/00000000000000000000000001994696"
  "/navigation/00000000000000000000000001994697"
  "/navigation/00000000000000000000000001994698"
  "/navigation/00000000000000000000000001994699"
  "/navigation/00000000000000000000000001994700"
  "/navigation/00000000000000000000000001994701"
  "/navigation/00000000000000000000000001994702"
  "/navigation/00000000000000000000000001994703"
  "/navigation/00000000000000000000000001994625"
  "/navigation/00000000000000000000000001994704"
  "/navigation/00000000000000000000000001994705"
  "/navigation/00000000000000000000000001994706"
  "/navigation/00000000000000000000000001994707"
  "/navigation/00000000000000000000000001994708"
  "/navigation/00000000000000000000000001994709"
  "/navigation/00000000000000000000000001994710"
  "/navigation/00000000000000000000000001994626"
  "/navigation/00000000000000000000000001994711"
  "/navigation/00000000000000000000000001994627"
  "/navigation/00000000000000000000000001994712"
  "/navigation/00000000000000000000000001994713"
  "/navigation/00000000000000000000000001994714"
  "/navigation/00000000000000000000000001994715"
  "/navigation/00000000000000000000000001994716"
  "/navigation/00000000000000000000000001994717"
  "/navigation/00000000000000000000000001994718"
  "/navigation/00000000000000000000000001994719"
  "/navigation/00000000000000000000000001994720"
  "/navigation/00000000000000000000000001994721"
  "/navigation/00000000000000000000000001994722"
  "/navigation/00000000000000000000000001994723"
  "/navigation/00000000000000000000000001994724"
  "/navigation/00000000000000000000000001994725"
  "/navigation/00000000000000000000000001994726"
  "/navigation/00000000000000000000000001994727"
  "/navigation/00000000000000000000000001994728"
  "/navigation/00000000000000000000000001994628"
  "/navigation/00000000000000000000000001994729"
  "/navigation/00000000000000000000000001994730"
  "/navigation/00000000000000000000000001994731"
  "/navigation/00000000000000000000000001994732"
  "/navigation/00000000000000000000000001994733"
  "/navigation/00000000000000000000000001994734"
  "/navigation/00000000000000000000000001994735"
  "/navigation/00000000000000000000000001994629"
  "/navigation/00000000000000000000000001994736"
  "/navigation/00000000000000000000000001994737"
  "/navigation/00000000000000000000000001994738"
  "/navigation/00000000000000000000000001994739"
  "/navigation/00000000000000000000000001994740"
  "/navigation/00000000000000000000000001994741"
  "/navigation/00000000000000000000000001995083"
  "/navigation/00000000000000000000000001994630"
  "/navigation/00000000000000000000000001994742"
  "/navigation/00000000000000000000000001994743"
  "/navigation/00000000000000000000000001994744"
  "/navigation/00000000000000000000000001994745"
  "/navigation/00000000000000000000000001994746"
  "/navigation/00000000000000000000000001994747"
  "/navigation/00000000000000000000000001994749"
  "/navigation/00000000000000000000000001994750"
  "/navigation/00000000000000000000000001994631"
  "/navigation/00000000000000000000000001994751"
  "/navigation/00000000000000000000000001994752"
  "/navigation/00000000000000000000000001994753"
  "/navigation/00000000000000000000000001994754"
  "/navigation/00000000000000000000000001994755"
  "/navigation/00000000000000000000000001994756"
  "/navigation/00000000000000000000000001994757"
  "/navigation/00000000000000000000000001994758"
  "/navigation/00000000000000000000000001994759"
  "/navigation/00000000000000000000000001994760"
  "/navigation/00000000000000000000000001994761"
  "/navigation/00000000000000000000000001994762"
  "/navigation/00000000000000000000000001994763"
  "/navigation/00000000000000000000000001994764"
  "/navigation/00000000000000000000000001994765"
  "/navigation/00000000000000000000000001994766"
  "/navigation/00000000000000000000000001994767"
  "/navigation/00000000000000000000000001994768"
  "/navigation/00000000000000000000000001994769"
  "/navigation/00000000000000000000000001994770"
  "/navigation/00000000000000000000000001994771"
  "/navigation/00000000000000000000000001994772"
  "/navigation/00000000000000000000000001994773"
  "/navigation/00000000000000000000000001994774"
  "/navigation/00000000000000000000000001994775"
  "/navigation/00000000000000000000000001994776"
  "/navigation/00000000000000000000000001994632"
  "/navigation/00000000000000000000000001994777"
  "/navigation/00000000000000000000000001994778"
  "/navigation/00000000000000000000000001994779"
  "/navigation/00000000000000000000000001994780"
  "/navigation/00000000000000000000000001994781"
  "/navigation/00000000000000000000000001994782"
  "/navigation/00000000000000000000000001994783"
  "/navigation/00000000000000000000000001994784"
  "/navigation/00000000000000000000000001994785"
  "/navigation/00000000000000000000000001994786"
  "/navigation/00000000000000000000000001994787"
  "/navigation/00000000000000000000000001994788"
  "/navigation/00000000000000000000000001994789"
  "/navigation/00000000000000000000000001994790"
  "/navigation/00000000000000000000000001994791"
  "/navigation/00000000000000000000000001994633"
  "/navigation/00000000000000000000000001994792"
  "/navigation/00000000000000000000000001994793"
  "/navigation/00000000000000000000000001994794"
  "/navigation/00000000000000000000000001994795"
  "/navigation/00000000000000000000000001994796"
  "/navigation/00000000000000000000000001994797"
  "/navigation/00000000000000000000000001994798"
  "/navigation/00000000000000000000000001994799"
  "/navigation/00000000000000000000000001994800"
  "/navigation/00000000000000000000000001994801"
  "/navigation/00000000000000000000000001994802"
  "/navigation/00000000000000000000000001994634"
  "/navigation/00000000000000000000000001994803"
  "/navigation/00000000000000000000000001994804"
  "/navigation/00000000000000000000000001994805"
  "/navigation/00000000000000000000000001994806"
  "/navigation/00000000000000000000000001994807"
  "/navigation/00000000000000000000000001994808"
  "/navigation/00000000000000000000000001994809"
  "/navigation/00000000000000000000000001994810"
  "/navigation/00000000000000000000000001994811"
  "/navigation/00000000000000000000000001994812"
  "/navigation/00000000000000000000000001994813"
  "/navigation/00000000000000000000000001994814"
  "/navigation/00000000000000000000000001994815"
  "/navigation/00000000000000000000000001994816"
  "/navigation/00000000000000000000000001994817"
  "/navigation/00000000000000000000000001994818"
  "/navigation/00000000000000000000000001994819"
  "/navigation/00000000000000000000000001994820"
  "/navigation/00000000000000000000000001994821"
  "/navigation/00000000000000000000000001994635"
  "/navigation/00000000000000000000000001994822"
  "/navigation/00000000000000000000000001994636"
  "/navigation/00000000000000000000000001994823"
  "/navigation/00000000000000000000000001994824"
  "/navigation/00000000000000000000000001994825"
  "/navigation/00000000000000000000000001994826"
  "/navigation/00000000000000000000000001994827"
  "/navigation/00000000000000000000000001994828"
  "/navigation/00000000000000000000000001994829"
  "/navigation/00000000000000000000000001994830"
  "/navigation/00000000000000000000000001994831"
  "/navigation/00000000000000000000000001994832"
  "/navigation/00000000000000000000000001994833"
  "/navigation/00000000000000000000000001995090"
  "/navigation/00000000000000000000000001994637"
  "/navigation/00000000000000000000000001994834"
  "/navigation/00000000000000000000000001994835"
  "/navigation/00000000000000000000000001994836"
  "/navigation/00000000000000000000000001994638"
  "/navigation/00000000000000000000000001994837"
  "/navigation/00000000000000000000000001994838"
  "/navigation/00000000000000000000000001994839"
  "/navigation/00000000000000000000000001994840"
  "/navigation/00000000000000000000000001994841"
  "/navigation/00000000000000000000000001994842"
  "/navigation/00000000000000000000000001994843"
  "/navigation/00000000000000000000000001994639"
  "/navigation/00000000000000000000000001994844"
  "/navigation/00000000000000000000000001994640"
  "/navigation/00000000000000000000000001994845"
  "/navigation/00000000000000000000000001994847"
  "/navigation/00000000000000000000000001994848"
  "/navigation/00000000000000000000000001994849"
  "/navigation/00000000000000000000000001994850"
  "/navigation/00000000000000000000000001994851"
  "/navigation/00000000000000000000000001994852"
  "/navigation/00000000000000000000000001994854"
  "/navigation/00000000000000000000000001994855"
  "/navigation/00000000000000000000000001994641"
  "/navigation/00000000000000000000000001994857"
  "/navigation/00000000000000000000000001994858"
  "/navigation/00000000000000000000000001994859"
  "/navigation/00000000000000000000000001994860"
  "/navigation/00000000000000000000000001994861"
  "/navigation/00000000000000000000000001994862"
  "/navigation/00000000000000000000000001994863"
  "/navigation/00000000000000000000000001994864"
  "/navigation/00000000000000000000000001994865"
  "/navigation/00000000000000000000000001994866"
  "/navigation/00000000000000000000000001994867"
  "/navigation/00000000000000000000000001994868"
  "/navigation/00000000000000000000000001994642"
  "/navigation/00000000000000000000000001994869"
  "/navigation/00000000000000000000000001994870"
  "/navigation/00000000000000000000000001994871"
  "/navigation/00000000000000000000000001994872"
  "/navigation/00000000000000000000000001994873"
  "/navigation/00000000000000000000000001994643"
  "/navigation/00000000000000000000000001994874"
  "/navigation/00000000000000000000000001994875"
  "/navigation/00000000000000000000000001994876"
  "/navigation/00000000000000000000000001994877"
  "/navigation/00000000000000000000000001994878"
  "/navigation/00000000000000000000000001994879"
  "/navigation/00000000000000000000000001994880"
  "/navigation/00000000000000000000000001994881"
  "/navigation/00000000000000000000000001994644"
  "/navigation/00000000000000000000000001994882"
  "/navigation/00000000000000000000000001994883"
  "/navigation/00000000000000000000000001994884"
  "/navigation/00000000000000000000000001994885"
  "/navigation/00000000000000000000000001994886"
  "/navigation/00000000000000000000000001994887"
  "/navigation/00000000000000000000000001994888"
  "/navigation/00000000000000000000000001994889"
  "/navigation/00000000000000000000000001994890"
  "/navigation/00000000000000000000000001994891"
  "/navigation/00000000000000000000000001994892"
  "/navigation/00000000000000000000000001994893"
  "/navigation/00000000000000000000000001994894"
  "/navigation/00000000000000000000000001994896"
  "/navigation/00000000000000000000000001994898"
  "/navigation/00000000000000000000000001994645"
  "/navigation/00000000000000000000000001994899"
  "/navigation/00000000000000000000000001994900"
  "/navigation/00000000000000000000000001994901"
  "/navigation/00000000000000000000000001994902"
  "/navigation/00000000000000000000000001994903"
  "/navigation/00000000000000000000000001994904"
  "/navigation/00000000000000000000000001994905"
  "/navigation/00000000000000000000000001994906"
  "/navigation/00000000000000000000000001994907"
  "/navigation/00000000000000000000000001994908"
  "/navigation/00000000000000000000000001994909"
  "/navigation/00000000000000000000000001994910"
  "/navigation/00000000000000000000000001994911"
  "/navigation/00000000000000000000000001994912"
  "/navigation/00000000000000000000000001994913"
  "/navigation/00000000000000000000000001994914"
  "/navigation/00000000000000000000000001995087"
  "/navigation/00000000000000000000000001994646"
  "/navigation/00000000000000000000000001994915"
  "/navigation/00000000000000000000000001994916"
  "/navigation/00000000000000000000000001994917"
  "/navigation/00000000000000000000000001994918"
  "/navigation/00000000000000000000000001994919"
  "/navigation/00000000000000000000000001994920"
  "/navigation/00000000000000000000000001994921"
  "/navigation/00000000000000000000000001994922"
  "/navigation/00000000000000000000000001994923"
  "/navigation/00000000000000000000000001994924"
  "/navigation/00000000000000000000000001994925"
  "/navigation/00000000000000000000000001994926"
  "/navigation/00000000000000000000000001994927"
  "/navigation/00000000000000000000000001994928"
  "/navigation/00000000000000000000000001994929"
  "/navigation/00000000000000000000000001994930"
  "/navigation/00000000000000000000000001994931"
  "/navigation/00000000000000000000000001994932"
  "/navigation/00000000000000000000000001994933"
  "/navigation/00000000000000000000000001994934"
  "/navigation/00000000000000000000000001994935"
  "/navigation/00000000000000000000000001994647"
  "/navigation/00000000000000000000000001994936"
  "/navigation/00000000000000000000000001994937"
  "/navigation/00000000000000000000000001994938"
  "/navigation/00000000000000000000000001994939"
  "/navigation/00000000000000000000000001994940"
  "/navigation/00000000000000000000000001994941"
  "/navigation/00000000000000000000000001994942"
  "/navigation/00000000000000000000000001994943"
  "/navigation/00000000000000000000000001994944"
  "/navigation/00000000000000000000000001994945"
  "/navigation/00000000000000000000000001994946"
  "/navigation/00000000000000000000000001994947"
  "/navigation/00000000000000000000000001994948"
  "/navigation/00000000000000000000000001994949"
  "/navigation/00000000000000000000000001994950"
  "/navigation/00000000000000000000000001994951"
  "/navigation/00000000000000000000000001994952"
  "/navigation/00000000000000000000000001994953"
  "/navigation/00000000000000000000000001995084"
  "/navigation/00000000000000000000000001995085"
  "/navigation/00000000000000000000000001994648"
  "/navigation/00000000000000000000000001994954"
  "/navigation/00000000000000000000000001994955"
  "/navigation/00000000000000000000000001994956"
  "/navigation/00000000000000000000000001994957"
  "/navigation/00000000000000000000000001994958"
  "/navigation/00000000000000000000000001994959"
  "/navigation/00000000000000000000000001994960"
  "/navigation/00000000000000000000000001994961"
  "/navigation/00000000000000000000000001994649"
  "/navigation/00000000000000000000000001994962"
  "/navigation/00000000000000000000000001994650"
  "/navigation/00000000000000000000000001994963"
  "/navigation/00000000000000000000000001994964"
  "/navigation/00000000000000000000000001994965"
  "/navigation/00000000000000000000000001994966"
  "/navigation/00000000000000000000000001994967"
  "/navigation/00000000000000000000000001994968"
  "/navigation/00000000000000000000000001994969"
  "/navigation/00000000000000000000000001994970"
  "/navigation/00000000000000000000000001994651"
  "/navigation/00000000000000000000000001994971"
  "/navigation/00000000000000000000000001994972"
  "/navigation/00000000000000000000000001994973"
  "/navigation/00000000000000000000000001994974"
  "/navigation/00000000000000000000000001994975"
  "/navigation/00000000000000000000000001994976"
  "/navigation/00000000000000000000000001994977"
  "/navigation/00000000000000000000000001994978"
  "/navigation/00000000000000000000000001994979"
  "/navigation/00000000000000000000000001994980"
  "/navigation/00000000000000000000000001994652"
  "/navigation/00000000000000000000000001994981"
  "/navigation/00000000000000000000000001994653"
  "/navigation/00000000000000000000000001994982"
  "/navigation/00000000000000000000000001994983"
  "/navigation/00000000000000000000000001994984"
  "/navigation/00000000000000000000000001994985"
  "/navigation/00000000000000000000000001994986"
  "/navigation/00000000000000000000000001994987"
  "/navigation/00000000000000000000000001994988"
  "/navigation/00000000000000000000000001994989"
  "/navigation/00000000000000000000000001994654"
  "/navigation/00000000000000000000000001994990"
  "/navigation/00000000000000000000000001994991"
  "/navigation/00000000000000000000000001994992"
  "/navigation/00000000000000000000000001994993"
  "/navigation/00000000000000000000000001994994"
  "/navigation/00000000000000000000000001994995"
  "/navigation/00000000000000000000000001994996"
  "/navigation/00000000000000000000000001994997"
  "/navigation/00000000000000000000000001994998"
  "/navigation/00000000000000000000000001994999"
  "/navigation/00000000000000000000000001995000"
  "/navigation/00000000000000000000000001995001"
  "/navigation/00000000000000000000000001995002"
  "/navigation/00000000000000000000000001994655"
  "/navigation/00000000000000000000000001995003"
  "/navigation/00000000000000000000000001995004"
  "/navigation/00000000000000000000000001995005"
  "/navigation/00000000000000000000000001995006"
  "/navigation/00000000000000000000000001995007"
  "/navigation/00000000000000000000000001995008"
  "/navigation/00000000000000000000000001995009"
  "/navigation/00000000000000000000000001995010"
  "/navigation/00000000000000000000000001995011"
  "/navigation/00000000000000000000000001995012"
  "/navigation/00000000000000000000000001995013"
  "/navigation/00000000000000000000000001995014"
  "/navigation/00000000000000000000000001995015"
  "/navigation/00000000000000000000000001995016"
  "/navigation/00000000000000000000000001995017"
  "/navigation/00000000000000000000000001995018"
  "/navigation/00000000000000000000000001995019"
  "/navigation/00000000000000000000000001994656"
  "/navigation/00000000000000000000000001995020"
  "/navigation/00000000000000000000000001995021"
  "/navigation/00000000000000000000000001995022"
  "/navigation/00000000000000000000000001995023"
  "/navigation/00000000000000000000000001995024"
  "/navigation/00000000000000000000000001995025"
  "/navigation/00000000000000000000000001995026"
  "/navigation/00000000000000000000000001995027"
  "/navigation/00000000000000000000000001995028"
  "/navigation/00000000000000000000000001995029"
  "/navigation/00000000000000000000000001995030"
  "/navigation/00000000000000000000000001995031"
  "/navigation/00000000000000000000000001995032"
  "/navigation/00000000000000000000000001994657"
  "/navigation/00000000000000000000000001995033"
  "/navigation/00000000000000000000000001995034"
  "/navigation/00000000000000000000000001995035"
  "/navigation/00000000000000000000000001995036"
  "/navigation/00000000000000000000000001995038"
  "/navigation/00000000000000000000000001995039"
  "/navigation/00000000000000000000000001995040"
  "/navigation/00000000000000000000000001995041"
  "/navigation/00000000000000000000000001995042"
  "/navigation/00000000000000000000000001995043"
  "/navigation/00000000000000000000000001995044"
  "/navigation/00000000000000000000000001995046"
  "/navigation/00000000000000000000000001995047"
  "/navigation/00000000000000000000000001995048"
  "/navigation/00000000000000000000000001995049"
  "/navigation/00000000000000000000000001995050"
  "/navigation/00000000000000000000000001995051"
  "/navigation/00000000000000000000000001995052"
  "/navigation/00000000000000000000000001995053"
  "/navigation/00000000000000000000000001995054"
  "/navigation/00000000000000000000000001995055"
  "/navigation/00000000000000000000000001994505"
  "/navigation/00000000000000000000000001994658"
  "/navigation/00000000000000000000000001995056"
  "/navigation/00000000000000000000000001994659"
  "/navigation/00000000000000000000000001995057"
  "/navigation/00000000000000000000000001994661"
  "/navigation/00000000000000000000000001995059"
  "/navigation/00000000000000000000000001994662"
  "/navigation/00000000000000000000000001995060"
  "/navigation/00000000000000000000000001994663"
  "/navigation/00000000000000000000000001995061"
  "/navigation/00000000000000000000000001994664"
  "/navigation/00000000000000000000000001995062"
  "/navigation/00000000000000000000000001994665"
  "/navigation/00000000000000000000000001995063"
  "/navigation/00000000000000000000000001994666"
  "/navigation/00000000000000000000000001995064"
  "/navigation/00000000000000000000000001994667"
  "/navigation/00000000000000000000000001995065"
  "/navigation/00000000000000000000000001994668"
  "/navigation/00000000000000000000000001995067"
  "/navigation/00000000000000000000000001994669"
  "/navigation/00000000000000000000000001995068"
  "/navigation/00000000000000000000000001994670"
  "/navigation/00000000000000000000000001995069"
  "/navigation/00000000000000000000000001994671"
  "/navigation/00000000000000000000000001995070"
  "/navigation/00000000000000000000000001994672"
  "/navigation/00000000000000000000000001995071"
  "/navigation/00000000000000000000000001994673"
  "/navigation/00000000000000000000000001995072"
  "/navigation/00000000000000000000000001995073"
  "/navigation/00000000000000000000000001995074"
  "/navigation/00000000000000000000000001995075"
  "/navigation/00000000000000000000000001994507"
  "/navigation/00000000000000000000000001994519"
  "/navigation/00000000000000000000000001995082"
  "/navigation/00000000000000000000000002094846"
  "/navigation/00000000000000000000000001946155"
  "/navigation/00000000000000000000000001994520"
  "/navigation/00000000000000000000000001958323"
  "/navigation/00000000000000000000000001994524"
  "/navigation/00000000000000000000000001994528"
  "/navigation/00000000000000000000000001994531"
  "/navigation/00000000000000000000000001994532"
  "/navigation/00000000000000000000000001994533"
  "/navigation/00000000000000000000000001994535"
  "/navigation/00000000000000000000000001994549"
  "/navigation/00000000000000000000000001994571"
  "/navigation/00000000000000000000000001999523"
  "/navigation/00000000000000000000000001994536"
  "/navigation/00000000000000000000000001994537"
  "/navigation/00000000000000000000000001994538"
  "/navigation/00000000000000000000000001994540"
  "/navigation/00000000000000000000000001994564"
  "/navigation/00000000000000000000000001994580"
  "/navigation/00000000000000000000000001994541"
  "/navigation/00000000000000000000000001994542"
  "/navigation/00000000000000000000000001994543"
  "/navigation/00000000000000000000000001994544"
  "/navigation/00000000000000000000000001994545"
  "/navigation/00000000000000000000000001994548"
  "/navigation/00000000000000000000000001994550"
  "/navigation/00000000000000000000000001994560"
  "/navigation/00000000000000000000000001994561"
  "/navigation/00000000000000000000000001994566"
  "/navigation/00000000000000000000000001994570"
  "/navigation/00000000000000000000000002000223"
  "/navigation/00000000000000000000000002009546"
  "/navigation/00000000000000000000000002092218"
  "/navigation/00000000000000000000000001743118"
  "/navigation/00000000000000000000000002098090"
  "/navigation/00000000000000000000000002098766"
  "/navigation/00000000000000000000000001994522"
  "/navigation/00000000000000000000000001994551"
  "/navigation/00000000000000000000000001994552"
  "/navigation/00000000000000000000000001994553"
  "/navigation/00000000000000000000000001994554"
  "/navigation/00000000000000000000000001994555"
  "/navigation/00000000000000000000000001994556"
  "/navigation/00000000000000000000000002000795"
  "/navigation/00000000000000000000000002094845"
  "/navigation/00000000000000000000000001994558"
  "/detail/00000000000000000000000036760912"
  "/"
  "/detail/00000000000000000000000036721748"
  "/detail/00000000000000000000000036760408"
  "/detail/00000000000000000000000036760918"
  "/detail/00000000000000000000000036760927"
  "/detail/00000000000000000000000036722073"
  "/detail/00000000000000000000000036760432"
  "/detail/00000000000000000000000036760941"
  "/detail/00000000000000000000000036760928"
  "/detail/00000000000000000000000036760931"
  "/detail/00000000000000000000000036760930"
  "/detail/00000000000000000000000036760929"
  "/detail/00000000000000000000000036722317"
  "/detail/00000000000000000000000036760440"
  "/detail/00000000000000000000000036760949"
  "/detail/00000000000000000000000036722363"
  "/detail/00000000000000000000000036760441"
  "/detail/00000000000000000000000036760950"
  "/detail/00000000000000000000000036736520"
  "/detail/00000000000000000000000036760448"
  "/detail/00000000000000000000000036760957"
  "/detail/00000000000000000000000036760951"
  "/detail/00000000000000000000000036736649"
  "/detail/00000000000000000000000036760449"
  "/navigation/5507d613f3974866b64d558b39342451"
  "/navigation/9174b58ea27e496f8e9cefcba40cac29"
  "/navigation/f971ef3857fb42e781756fba1e3dce5e"
  "/navigation/bba541c73fde441ebcdbd07fc306d960"
  "/navigation/44008bc085fd46559a6a82b1a2cf1a62"
  "/navigation/11890a5a935040ae99a4c58cb9fcdd0e"
  "/navigation/f859bda54694455a8d10baaec58c5c32"
  "/navigation/ceafb9867f584615a48e455a894f6b8b"
  "/navigation/7c2e93a1706f46c997cdcd112ccff324"
  "/navigation/b835f06ac4d2422ea289d6215a6f69b1"
  "/navigation/e7c8778ba9fc4785a8311e2ea1e0f6d8"
  "/navigation/2e332cfbd1de4b03b7321c1020cc2676"
  "/navigation/42a07277e07d4278b882f9e47493e602"
  "/navigation/bc19d167515040b48c34a5cb687011eb"
  "/navigation/8420453b9e044f66960143f8dd935e55"
  "/navigation/7e36b655d35d40899bf8a82765b23adb"
  "/navigation/5de4b279abf74b4eb167e2acc5bfc875"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
141 0.81 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""ð3.ü<D┤öUOz´¯SÍ"
  b"£‚^\x1DÚ¼D\x00Š…\x19Ëÿtºñ"
  b"â2grÄkH††ã\t\x1C2O-Ø"
  b"ã*J#öìF=¸\x1A„¯ ÷^ó"
  b"\x03\x06 zMT¢”­ÎÔ¸51"
  b"\vÙÒë\x17©E´°¦¬a±FÌÈ"
  b"£éM&6o@\x1D¸\x10¤vª²]Ã"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.