GET https://stage.bleywaren.de/navigation/f2f4615d83d4426b8e5538b834d377a1

Query Metrics

121 Database Queries
110 Different statements
802.72 ms Query time

Queries

Group similar statements

#▲ Time Info
1 0.20 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.07 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.16 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.10 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.07 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 0.08 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
7 3.92 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 = ?)) AND (seo_url.is_deleted = 0)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  "Marken"
  "Marken/"
]
8 0.10 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.02 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.46 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  "kzHrQMDRuCczt2GVNXPLXC0G6RbbccHX"
]
11 0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
12 0.05 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
13 0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
14 0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
15 0.03 ms
-- base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.03 ms
-- base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.03 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"\x11wûœò½E8¨\Ž©d,e)"
]
18 0.03 ms
-- base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
]
19 0.02 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.03 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"\x1C~o%ÆyO–¦9ÆãŒ\x08]C"
  b"'Ò\x10##öO°‡-\x0FUbóêp"
  b"{’ËQæƒAY•NÄþË%¤E"
]
21 0.05 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`.`file_hash` as `payment_method.media.fileHash`, `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"Åë~À\x0FUGœ½1Z\x06?è\x14¥"
]
22 0.05 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`.`file_hash` as `shipping_method.media.fileHash`, `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"ш«\tÅ\tH\x1D– \U×T¸K"
]
23 0.02 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
24 0.02 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"\x11wûœò½E8¨\Ž©d,e)"
]
25 0.49 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "kzHrQMDRuCczt2GVNXPLXC0G6RbbccHX"
]
26 0.12 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.06 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"\x00\vk\ÊgFqµ\x1Fö\x12†%™“"
  b"\x01ž«ÒOÕyÞ²j(*Š9\x18Ÿ"
  b"\x01ž±%\x05®væ ˜^vŒ\x16¡Ó"
  b"\x18ÛÁ^\x08yK覎h2¯wn\x7F"
  b"\☝\x1E¥GÒ¦£\x03\vPÛ§‹"
  b"z>IœÅÅN\x13–7ÁæÀ»L"
  b"€R¶DÀ™I­…@ÏO¥hH\x04"
  b"Ÿ\x0E"=´;DƐ3DG`KF\x08"
  b"£±\x1CöÝA]»¶1c®^Ο"
  b"¤åíeæ‚@ÁšSb¨Ø\x19\x1Eg"
  b"¾Ú»^1\x0FAe¦Xߤ\eÎ\x11¯"
  b"Á‘¼òñ;Cöœû7Ó³p]{"
  b"üç\x16¥Ž\x08G.·í€I:4S¶"
  b"\fE\x016†CLFŠ2h/"ñd‰"
  b"“\x1E\x1A½\x120Lí¯&“!ò޾6"
  b"\x01Žï;{\x10xsŒ)X\x06èk¯ë"
  b"\x01޽\x16 •{8ª_\x17\eVOJ("
  b"\x01ŽÈ¬ßsx\x1A£öÞ‹îqžú"
  b"\x01ŽÍ\x07á*{ö¸%-j¨ÿà"
  b"\x01ŽÖ‚Ãgq¼¤—“­—ÎXŸ"
  b"\x01\x1F~þ\x12\x7FÊ©“sS+ù\x01-"
  b"\x01©‹‰D\x7Fº”`Ù\x16ɲÌÔ"
  b"\x01©W4w~ƒwbðÚƒŸ¸"
  b"\x01ñУË{>œ²V™¼”\x14"
  b"\x01ñ×l/zö¶X¡U@x""
  b"\x01òÃÎòpʘåî’­ޥ"
  b"\x01+ñ\x1AÈv,ªÄ`úÂÎP­"
  b"\x01‘\x04\x11äî\x7F2˜\tÝÄú‰\x14"
  b"\x01‘\x041÷Âxư;4\x1FE¤Bï"
  b"\x01‘\t€+u|Ö¤Ñ+5o±76"
  b"\x01‘\x0E-ãYs7…5¢ i\x1A$¡"
  b"\x01‘F:vÎ}@¹Ó†¦\x12RsÍ"
  b"\x01‘\x7Fu8={;Ä\x01\x167R\x04‚"
  b"\x01‘˜3ì¹rýD'ð\x06É~\x07"
  b"""
    \x01’\n
    þUÌ~L¿·rixŽ­
    """
  b"\x01’\x1F-S}З\x7FYõ?\t"
  b"\x01’\x1FUý•sv©\x19½Ãº\x0F\t\x06"
  b"\x01’\x1Fk‘p|!µ¦ž¨Äºê"
  b"\x01’Ü”K½sP¨ÂÈ\x02»5\tš"
  b"""
    \x01’ÜÊ‹\r}\n
    °\x03\BL[˜¦
    """
  b"\x01’ÜõÊrrM¥Y+Ò?\x1D?Û"
  b"\x01’ÝJ\x14Êt\x00†Ž›™+‚ÊG"
  b"\x01’ÝW(öqêª\fý5}ÔÝÂ"
  b"\x01“d\x03\x11+u²¹Û†\x0FÕµI"
  b"\x01š\v>ãK|\v§Ž‡ÏgzE¶"
  b"\x01œ\x1DŸÁ)w\x14Žã‰4T`è"
  b"\x01œGº\x19*\x7Fª‚Ù\x06¬9èÌ"
  b"\x01œG¾‘r&ºEè\x16h{½è"
  b"\x01 g\x00îÌ}a‰ºw\nDs‹"
  b"""
    \n
    bÇT.»Nܦ6ÐÇô^/ã
    """
  b"\va\x10Ó¹ƒ@Û“yD¿«\x7F\x0F­"
  b"\x19Ä\x7FMéìGÖ¨1J°æÞLÿ"
  b"\x1A"óɤ\x04@\x07 Ôɰ=Àª+"
  b"\eû.Î>ÚKO‰'´¢\x17a2Æ"
  b"\x1FR¿ÃÍÜLZ²\x15uÈ¿‡!B"
  b"\x1FÒÒ¾À˜K]­<Uç˜G\x05É"
  b".±)ÿ“\tB…ƒ§³¢êøþÂ"
  b"3þåa7ûH0‹Ç1»Íá£C"
  b"""
    5—\n
    Ÿß™J^¶|µtfãè|
    """
  b"9\x16ÇÑ]ŒE\x19ž|¥,nè^E"
  b">7~sW°H\x05¢÷~Ö]ˆ?õ"
  b"C.r”çfHu­Kp²`wÕŽ"
  b"D\x07ÊïlBA\t˜ËØ\x10Åh«%"
  b"F´\x06E\x12ûDk¢÷uÚÁ(SC"
  b"GN\x1E\x03ÊäFs±×{öIªT"
  b"R\x05#"-"A¦ža êŒ{¥"
  b"d\x16¶´˜Ij»ú\x13æu_–"
  b"d©¸8\x07ÌFµÄ{xg_b–"
  b"hëSªÇš@Ù¬ÚSpïHþª"
  b"l—²¢ÞÙM“¶mè'ëµ\x18\x1C"
  b"’šK\t\x06UJ^½|\x02_\x1Aï½\x17"
  b"©¶Ô¯\x19ûJ\x1C«©Òlu¨Éj"
  b"°GŸkëF¨ƒR²\x0F`íæ]"
  b"±ÅÝ\rŒAç¤Ö.Þí.óí"
  b"±ÌŽe"\x12E—§NpŒ»\x121Y"
  b"´WP“¥@FÁ¨}\x17ph®ÂÅ"
  b"¶ÿÙ¦ó“N—¬+ú3Z½\fÂ"
  b"¿­ÿz®\x08A\v ÙX~è·ip"
  b"ÇSæê×M\x12Ÿ["¥®…ì³"
  b"ȹ&ŽjDL.Œ$£Ò8\x02ëø"
  b"ËÚŽ\x01†)Là¡Ä/”EJÑ1"
  b"Ï}A‡M1@\x17©/\x01}Ú”yI"
  b"Ô½²À{RLó€x7XOŒ\x15f"
  b"Ö¬¤Z\x18gD”Š\x0FCÛåÎ\x1E—"
  b"à÷c\e¥¡BV·­)…EˆÐë"
  b"ìR… …\x1CĶt\x07êK\x08¼æ"
  b"îðÌj\x1A¾Fƶ¥§ZD(ðm"
  b"ýœås\x16,H/¥\x1DWì¹ôúž"
  b"\x1FÈdóÚ”G¶™èIµ`JcØ"
]
28 0.07 ms
-- app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
29 0.04 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘7\x08û\rrm†-æÛ4öžz"
]
30 0.02 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘7\x08û\rrm†-æÛ4öžz"
]
31 0.02 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:
[]
32 0.01 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:
[]
33 0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  b"\x11wûœò½E8¨\Ž©d,e)"
]
34 0.03 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
35 0.03 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ê‘\f•ÏâO\x0F®á\x00‘\x14rÀ{"
  b"Ê‘\f•ÏâO\x0F®á\x00‘\x14rÀ{"
  b"Ê‘\f•ÏâO\x0F®á\x00‘\x14rÀ{"
]
36 23.15 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`.`file_hash` as `category.media.fileHash`, `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%"
  "%|ca910c95cfe24f0faee100911472c07b|%"
  1
  4
]
37 0.05 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%"
  "%|ca910c95cfe24f0faee100911472c07b|%"
  4
  true
  true
]
38 0.10 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`.`file_hash` as `category.media.fileHash`, `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"Ê‘\f•ÏâO\x0F®á\x00‘\x14rÀ{"
]
39 0.10 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
40 0.08 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"
]
41 0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
42 0.07 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Í‚ó¬›ÑÀßÊ"
]
43 0.07 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b".×X¤À‚AI°\v¾Ô~ýIq"
  b".×X¤À‚AI°\v¾Ô~ýIq"
  b".×X¤À‚AI°\v¾Ô~ýIq"
]
44 0.10 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`.`file_hash` as `category.media.fileHash`, `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%"
  "%|2ed758a4c0824149b00bbed47efd4971|%"
  2
  4
]
45 0.07 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%"
  "%|2ed758a4c0824149b00bbed47efd4971|%"
  4
  true
  true
]
46 0.09 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`.`file_hash` as `category.media.fileHash`, `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"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
  b".×X¤À‚AI°\v¾Ô~ýIq"
]
47 0.07 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
  b"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
  b"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
]
48 0.10 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`.`file_hash` as `category.media.fileHash`, `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%"
  "%|432f41a6614b49ab9953cb0a8426bc12|%"
  1
  4
]
49 0.07 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%"
  "%|432f41a6614b49ab9953cb0a8426bc12|%"
  4
  true
  true
]
50 0.04 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`.`file_hash` as `category.media.fileHash`, `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"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
]
51 0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
52 0.05 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`.`file_hash` as `payment_method.media.fileHash`, `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"Åë~À\x0FUGœ½1Z\x06?è\x14¥"
  b"+§w²ÿÎKÛ“\f–Jñj¨˜"
  b"´][òjsG±«ð3\x1AE\x7Fõ¾"
  b"\x01-RÂäqäƒ9óÝÈký"
  b"\x01-RÅ\x02q\f¼Z+Ž™^øP"
  b"°Þ*\x1FùQLú–WÁ!\x10t×\x19"
  b"\fdeû\x00”MM¸LI\x1DHª.·"
]
53 0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
54 0.05 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`.`file_hash` as `shipping_method.media.fileHash`, `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"5lf\r¿IBˆ ’AŸøÊÆg"
  b"U¡\x1CX£sJ\¯\x12îÉY+5'"
  b"ш«\tÅ\tH\x1D– \U×T¸K"
  b"à\x0E,ŸH×M•žÝü\x11\x7F­\x01"
  b"v\x07•\•NN&›Üö’o‡Àæ"
  b"ûA\x15\x1FD\x1CC,‡¿\x04 \x14šÛã"
]
55 0.02 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
56 0.02 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
57 0.02 ms
SELECT pm.`handler_identifier`, LOWER(HEX(sc_pm.`payment_method_id`))
                FROM `sales_channel_payment_method` AS sc_pm
                LEFT JOIN `payment_method` AS pm ON pm.`id` = sc_pm.`payment_method_id`
                WHERE sc_pm.`sales_channel_id` = ? AND pm.`active` = 1
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
58 0.02 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
59 0.02 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"
]
60 0.02 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
61 0.06 ms
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`, `sales_channel_domain.language`.`id` as `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` as `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` as `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` as `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` as `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` as `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` as `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` as `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` as `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` as `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` as `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` as `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.currency`.`id` as `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` as `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` as `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` as `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` as `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` as `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` as `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` as `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` as `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` as `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.`locale_id`, `sales_channel_domain.language.locale.translation`.`name` as `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.`territory` as `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.`custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.`language_id` = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.`currency_id`, `sales_channel_domain.currency.translation`.`short_name` as `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.`name` as `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.`custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.`language_id` = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"XÕ\x1DéâŒMs´½­™»\x03Ã…"
]
62 0.03 ms
SELECT `intedia_doofinder_layer`.`id` as `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` as `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` as `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` as `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` as `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` as `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` as `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` as `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` as `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"XÕ\x1DéâŒMs´½­™»\x03Ã…"
]
63 0.41 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`.`file_hash` as `category.media.fileHash`, `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"òôa]ƒÔBkŽU8¸4Ów¡"
]
64 0.09 ms
-- category::data::association::translations::read
SELECT `category_translation`.`name` as `category_translation.name`, `category_translation`.`breadcrumb` as `category_translation.breadcrumb`, `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`, `category_translation`.`custom_fields` as `category_translation.customFields`, `category_translation`.`created_at` as `category_translation.createdAt`, `category_translation`.`updated_at` as `category_translation.updatedAt`, `category_translation`.`category_id` as `category_translation.categoryId`, `category_translation`.`language_id` as `category_translation.languageId`, `category_translation`.`category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation`.`category_version_id` = ?) AND ((`category_translation`.`category_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"òôa]ƒÔBkŽU8¸4Ów¡"
]
65 0.02 ms
SELECT LOWER(HEX(language.parent_id)) FROM language language WHERE language.id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
66 1.58 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"ŸÅVBÓÑ@„´5ß\x0F˜@Þ:"
]
67 1.02 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`.`file_hash` as `cms_section.backgroundMedia.fileHash`, `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"ŸÅVBÓÑ@„´5ß\x0F˜@Þ:"
]
68 1.55 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`.`file_hash` as `cms_block.backgroundMedia.fileHash`, `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"M†öW“âK|Ž’M•‰+ß\x02"
  b"^@`z¢uJ\x08¬^\x1DûÉ^]—"
  b"_œË#8ÓB(Ÿ‡Q#0V©@"
]
69 5.14 ms
-- category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01N\x17£‚t7º¥I\x19Xo\x00ê"
  b"\x01N\x19íLt\x06‰Ž8C¶üFŠ"
  b"‰\x12söu€Cĺ\x12Ü\x15V:›"
  b"ñ®†\x17+IH[žû3EåË'O"
  b"""
    ð+b–Å\n
    BÀ‘èvýê^ü½
    """
]
70 175.52 ms
SELECT LOWER(HEX(COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id))) AS product_manufacturer_id, COUNT(product.id) AS product_count
                        FROM product
                        LEFT JOIN product parent ON product.parent_id = parent.id
                        LEFT JOIN product_visibility ON COALESCE(product.parent_id, product.id) = product_visibility.product_id
                        WHERE product_visibility.sales_channel_id = ?
                        AND COALESCE(product.active, parent.active) = true AND product.display_group IS NOT NULL AND COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id) IS NOT NULL AND product.available_stock >= 0 GROUP BY COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id)
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
71 20.49 ms
SELECT LOWER(HEX(COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id))) AS product_manufacturer_id, COUNT(product.id) AS product_count
                        FROM product
                        LEFT JOIN product parent ON product.parent_id = parent.id
                        LEFT JOIN product_visibility ON COALESCE(product.parent_id, product.id) = product_visibility.product_id
                        WHERE product_visibility.sales_channel_id = ?
                        AND COALESCE(product.active, parent.active) = true AND product.display_group IS NOT NULL AND COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id) IS NOT NULL AND product.available_stock > 0 GROUP BY COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id)
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
72 17.78 ms
SELECT LOWER(HEX(COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id))) AS product_manufacturer_id, COUNT(product.id) AS product_count
                        FROM product
                        LEFT JOIN product parent ON product.parent_id = parent.id
                        LEFT JOIN product_visibility ON COALESCE(product.parent_id, product.id) = product_visibility.product_id
                        WHERE product_visibility.sales_channel_id = ?
                        AND COALESCE(product.active, parent.active) = true AND product.display_group IS NOT NULL AND COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id) IS NOT NULL AND product.available_stock > 0 AND ((product.is_closeout = TRUE AND product.available = TRUE) OR product.is_closeout = FALSE) GROUP BY COALESCE(product.product_manufacturer_id, parent.product_manufacturer_id)
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
73 9.05 ms
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.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`file_hash` as `product_manufacturer.media.fileHash`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `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 `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description` 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_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) = 0, 0, 1), NULL)) = ? OR COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) = 0, 0, 1), NULL)) <=> ?) AND `product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  false
  null
  b"Âà†%F¿Gà€\x16”~5‘Á\x00"
  b"’T`B¬ÍDא"0÷@ÿëz"
  b"t§§æ&BKõ“~žá)\x1F\x13b"
  b"\và¤~\x10\x18B\x18‹ñ¸\x15|y9"
  b"‡V¹æ\x1AóG=¾Z¨\tYÉùl"
  b"”dyûúB»¢gÌ×\x1E\têó"
  b"ºs\x19Á€±FǘŒž³P´aì"
  b"#±­(œ@L`›Âb)°;Q"
  b"gßXúi7Dú·×lõЧ}"
  b"Ë dÃVÐO\x04 zéê\x03Ì9"
  b"åc'ž#ÙL=‡^ÁW\vî\x1Fø"
  b"ý\x10÷\x02\f Nbž@ï$–ë$"
  b"\và¤~\x10\x18B\x18‹ñ¸\x15|y9"
  b"#±­(œ@L`›Âb)°;Q"
  b"gßXúi7Dú·×lõЧ}"
  b"t§§æ&BKõ“~žá)\x1F\x13b"
  b"‡V¹æ\x1AóG=¾Z¨\tYÉùl"
  b"’T`B¬ÍDא"0÷@ÿëz"
  b"”dyûúB»¢gÌ×\x1E\têó"
  b"ºs\x19Á€±FǘŒž³P´aì"
  b"Âà†%F¿Gà€\x16”~5‘Á\x00"
  b"Ë dÃVÐO\x04 zéê\x03Ì9"
  b"åc'ž#ÙL=‡^ÁW\vî\x1Fø"
  b"ý\x10÷\x02\f Nbž@ï$–ë$"
]
74 133.04 ms
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.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`file_hash` as `product_manufacturer.media.fileHash`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `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 `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description` 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_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) = 0, 0, 1), NULL)) = ? OR COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product_manufacturer.translation.customFields`, '$.biloba_manufacturer_pro_hide_manufacturer_in_manufacturerlist')) = 0, 0, 1), NULL)) <=> ?))) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  false
  null
  b"\x00\e\x0EÞR\f@\¶µÏ‚‘'c\v"
  b"\x01\x19«ÀÈ\x12M`›nl[CrÁð"
  b"\x01Ÿ,pýs\x1C‚Ô¬ÝêD\v\x04"
  b"\x01ªÀþº|0²Læí>ª-¤"
  b"\x01«&\x12”pŽŠÉjÉÝ0ª%"
  b"\x01‘\x7F2–“sm¸7AŸ ˆŠ"
  b"\x01‘\x7F†i}³_¼smz‹è"
  b"\x01“?J—\x11x᫊Š\x0Ep¨ëŽ"
  b"\x01˜,Bôs|6¦mې-|h#"
  b"\x01˜,HÂrx5Ÿ60SaÅÆÍ"
  b"\x01˜,KÛ»{\x11‚Y^\x15—U¤x"
  b"\x01˜,OBÚy#v*=E°A™"
  b"\x01˜,ܯFzŨ­H\x08ø\f|"
  b"\x01˜,æg?u\x12‰¬Ýô\x1C'µÆ"
  b"\x01˜-\x01aozƒ¥|Ïħ3\x1DJ"
  b"\x01˜-\x0F^ósv«\r¶(¦X–5"
  b"\x01š\x10e*´~6¨*ºª\x1C—ºb"
  b"\x01ž\eÑN qsˆÑd‰úpˆ1"
  b"\x01ž\eÚÛ\x15u\x05™øå‚†[¹\x0F"
  b"\x01ž\eå{¯|l’@všMÈ\x1Fâ"
  b"\x01ž\eè\e/w³½Ý3mãƒ\x10#"
  b"\x01ž\eêV`pmª“hвô\x05 "
  b"\x01ž\eìuNzx”\fol÷£¡3"
  b"\x01ž\eqÞ—_Æ\x00Àrβ"
  b"\x01ž\eððdt\x14´Ío¦e'ŠŠ"
  b"\x01ž\eõ§µsQ–¿gg%Ç]õ"
  b"\x01ž\e÷®}}AªÑD®\x17¬•Z"
  b"\x01ž\eù±…wõŒj^?Vˆ*£"
  b"\x01ž\eûß)\x7Fe¶—–Ç!TŽ‹"
  b"\x01ž\eý÷d|…Ž6õʯUÚL"
  b"\x01ž\x1C\x00Æë|³‰‹ûíß;;®"
  b"\x01ž\x1C\x03p/s¥«PÈ K¥îû"
  b"\x01ž\x1C\x07kí~$¹´;šÆ1Í‚"
  b"""
    \x01ž\x1C\n
    ÔÌ~м@ÁÁ†ÿÊ\x01
    """
  b"\x01ž (²Žp\x15±W¼\x0Eƒ&/–"
  b"\x01ž *­™xã½\x1F¯GmGí‰"
  b"\x01ž .¾³\x7Fÿ£ùKÎgÙ\x15È"
  b"\x01ž 1˜3|÷޹ƒÜ6P\x18'"
  b"\x01ž 6¶Ìt\x13’þ=ˆqO€\x1C"
  b"\x01ž 8½ûr_–VÕ_6Už±"
  b"\x01ž ?Ä\x1DxM¡J\x03\x16.¾èô"
  b"\x01ž Mf»y\v”|‡@ ¯\±"
  b"\x01ž Pž\vy†¥±ðš¹yÖÙ"
  b"\x01ž ‚ õzˆ¶úǎ©%¡"
  b"\x01ž ›4+qæŽeŒS%Ó•\x0F"
  b"\x01ž žUëz¹®/èŽåØ1{"
  b"\x01ž ªUÛw_ž­x/j„«´"
  b"\x01ž ¯\x08€{\x15²2®±5\x02–+"
  b"\x01ž ±p3~aŒ\x162KØî\x18\x17"
  b"\x01ž »¶\x0E\x7Fm—AÁèë\x06np"
  b"\x01ž ¾\x0E¢v…‘€w3¼{é("
  b"\x01ž Á£kv\x1D´ýf8íC\x1C\x1D"
  b"\x01ž Ã|\x15q|…Ú-\x13:1ÉŸ"
  b"\x01ž ÇÆCtÕ£2J\x00ã'«Ë"
  b"\x01ž Ê/’rù˜ —§“ƒ³\x1E"
  b"""
    \x01ž Ìóy\x18‘\x03%«\n
      
    """
  b"\x01ž ÎÌçt\x1E€„œíaÌmª"
  b"\x01ž ÐÆ¬|î \x7FÚÙy­Ð¨"
  b"\x01ž Ó5Ä\x7F·½0…¶ær¥Š"
  b"\x01ž ÛÚsø»€åã=û„­"
  b"\x01žIÇ\x0F§xi¥åº\x03o1cÚ"
  b"\x02m$Ä©\x00I\x05°\x15q·[,fC"
  b"\x03œ¼tø«NŽ¡6\x01\x0FLš:¯"
  b"\x04ÛFÆÏ¹D\x7F›ž©…äa\x1Aê"
  b"\x05¨¯Ñ@ŠEÑ´~¦ÛðåÐÏ"
  b"\x06\vŠª.#FUƒëLÚ\x15\x13A*"
  b"\x08LÏ½‡BŒ \x1AC—BïàŽ"
  b"\t•Cr~\rM<Šï…»ó×À"
  b"\vCE/º\x07Aw“eé7ö[fˆ"
  b"\và¤~\x10\x18B\x18‹ñ¸\x15|y9"
  b"\fB®üyå@G¦;ôW\x03.*"
  b"\f{Q,ăIg–1@Ž”g\x07é"
  b"\r̐NMìM)‰ø3ŽøŒy‡"
  b"\r̦çÏ,G4·_\x08V¢•<h"
  b"\x0Eû³¹}ÛEH®ÊÐ\x07Ë4n"
  b"\x0Fc†èD@iªÚ6xtÜ\x15ø"
  b"\x12˜\x1A¬l.NJ¼3*Ú=´Š˜"
  b"\x14;ø>SeF\x06±ª§Î|7î¶"
  b"\x15'ãj®ºJü­¶›„âsÜ•"
  b"\x15‚fÓúLXŽ¿a\x07»“tü"
  b"\x15„¼SXÖLM²;ÒY¼Çΐ"
  b"\x16\x12Y8Å“Dœ’\x07\x15Ó’,")"
  b"\x17+-ü,ÊEÿ›>è†N:Ëó"
  b"\x18aET¡lO\x04¾ˆÿt'ó‡§"
  b"\x19O\x1A\x0E?ÔL\x16±e\fP˜\x1Cp×"
  b"\x1CLÍHm†M0£ÛŽx\x1Cº-ë"
  b"\x1C¥@ÐÒáOÁ¬Ì\x00 láé8"
  b"\x1E˜Õ­\r½N3 Õ$rK!ON"
  b"\x1F©\•ŽõHú½èŽ£h¦Âì"
  b" Fxqb4@\x1E´\æN[p¥\x10"
  b"!¿æ`\x06ÌN\x05Ž_ÏpWIM¡"
  b"#\x1Eë\x07\x16ØFb§àÿ {ü3ç"
  b"#±­(œ@L`›Âb)°;Q"
  b"&òGgí\x02Bã‚|Þé\x06×9¨"
  b"' ®í€óA€¢©síe²Vy"
  b")\x02I\x19s)KG™×ÝóÈaŠF"
  b")\x189޵ÉGn¾ÆF¾[õÅ"
  b")*’,\x17hAf½ì\x05¬SÆ\x06ç"
  b",…-(½:I”„¬á5¾Îbß"
  b",ü¨ëcŠHת¦›0f\fQ "
  b"""
    .\n
    T“§MJ\eÏŠ®uÊÊ^
    """
  b".\rÞ:Ø\x01Gá¾q9ÁKÿj«"
  b".­è¹"CO ›DàšV“‹"
  b".Àžù\x7FeBãºË\f\x03gÒW‘"
  b"0Q-DhÞIx¼\x05`ö\x06ÓX~"
  b"2\x1A\e\x10W4NR›zô\x05rñï^"
  b"3þÜjR“DÙ¥n¸d¡à\x1Cè"
  b"5Œ>]¯Kæ¾:=*XÐG\x1C"
  b"5¼[<y\x14AV¡—+u9\x07)Î"
  b"5ýãøÆBK)žk˳ùl\x1FÜ"
  b"7\x1E\x10ã;²C\x1F—\x13\x1AâÉ\x1A©\x01"
  b"9ƒâo~}@@„À¯A¸‰„"
  b";1%ˆaí@íéFç¼'9µ"
  b";7 g2~N̝†\x04|4·Wá"
  b"@Y°YšPM“£!@\¥f£í"
  b"Al¢é˯Kô¶\x1Crt²d§"
  b"AŸX)ßGOz\v)àôé.¼"
  b"AÁeå1’@=±e\x02in\x11&ˆ"
  b"""
    BE%íË\n
    AG¤0ÞÊzˆ\vã
    """
  b"Cí1pÁÕJ±º;d.¦øŽ§"
  b"""
    DlíØ¦pB\n
    ´Ð-—¬DQs
    """
  b"G/Û"à'H\x07»ê®Â\¬|å"
  b"I\x15rà\x10fOB’ÌûA\x15'X\r"
  b"I›`\x1A°˜@§€óªÞêh;ª"
  b"KÔÝÖVlI[‚‚”\x14ÊÅ"
  b"""
    L$'½\x17˜Hu›ï\n
    ¶Ó\x11F˜
    """
  b"N^\x05L$çC"°mMYš¯ìN"
  b"Pëш™?IܤI&pÛ\x7F»•"
  b"RhÂaªM—¦´h\x02\x0E·¹&"
  b"S¼9‡4aA'•ÄJé¸Ïni"
  b"SÖȦ´~G8–ÝÉ2²ˆ­„"
  b"XlWJ\x11?Dÿ²@ü2pœÛÅ"
  b"X€Ü=šz@'²|â]¹ËHæ"
  b"""
    Ys´\x07Ô\x01Eç˜ý"\n
    \x0Fœm
    """
  b"\ ‘q$ŽOƒ¥>-þø{ÖL"
  b"^^U:\x0E´N–ŸÛÓú\x14¾\x18["
  b"^Õh-XRLKŒ!¬\x03áû\r"
  "_BT㻸BĜ\x13\x01?"ڑ\n"
  b"`4«è\rXBÿ-G\x18ÙdäS"
  b"`\x7Fæ€ÁLMâ¡+D ¾ž›?"
  b"""
    am´>ø;F\n
    Œ¼Š”¥mW*
    """
  b"aÙÁOóML¢Pë÷Ï\x13°\x05"
  b"a·\÷ì¬Oɶ̠0C¹#R"
  b"bJ\x16«ý¢IÏ I\x13â\x05Ô¹x"
  b"diiò‘E„”ŒàX‘03"
  b"dn5\x02òJGö’×\f\Í`v§"
  b"dëµÝ×®LÇ‚ü¥*QW\x1F"
  b"g‹ˆÓØbHsªtØ&\x06\x08C\x13"
  b"gßXúi7Dú·×lõЧ}"
  b"h¶SÒïþFf´Ë¶}VlEß"
  b"i«lOn)N¾³§­+Ž\x17³["
  b"kÀ?öqAŠ¥òjQ\x0F<ë0"
  b"kø&ì2\x10F\x0Fº\x1Fy@«D€\x10"
  b"mÙ·cI\x18N\e§Þ²µ\x04ê…"
  b"ni\x11r¦¡O³¾¶8\x0EŽ#ƒú"
  b"nð´¨þ8Bw£¾œw¨’\vn"
  b"o”¼¶Y:A&©D­\x19©â‹×"
  b"rüðƒèÛHœ½Ñ¹<m'gˆ"
  b"sÁÍ2^|BLœÝBŠÖ³PI"
  b"t\x1EI\x12£\eKj™/\x05¸4ëíÔ"
  b"t93^L¸Nš´Ò\fñË–A4"
  b"tSc•¥¢Ii¼”0ŽÜ!©)"
  b"t§§æ&BKõ“~žá)\x1F\x13b"
  b"uA{\x7F°rC³³ö¥™+ö¤–"
  b"vÃÌJß@»¢@÷­¶Ú/N"
  b"w3‡™\x1A2NνEPþ¦ˆ\f¢"
  b"wJ!ÜSÏO\x1A¾IÏj›òô¾"
  b"{<ý‚âëDЉ툩³Cª¨"
  b"{×džÒ\x0EN\x1F½üߣ>՝Ž"
  b"{á5„<cKƒ’\x12]>e&r'"
  b"|p\x12ÿ\x15ÿ@Վ΀\x08Ͳ""
  b"|Ñ\x19PM²AÔ­\x08\e-†k"å"
  b"€\x11Å\x02fËH\x0F½\x11ôpeP\x10{"
  b"…™zÇ\fH+¹r3;øé~ä"
  b"‚\x1A¤ÅïìLp£œ4×âDñd"
  b"ƒŒË¸\x00ŸN\x12¤yì“_\x10§3"
  b"ƒ§21kIN6œ0´)Åö\r/"
  b"ƒü®úTÙNz­s˜\x12Øêy°"
  b"…;_>Ú¡HᛥY-Öˆ1"
  b"…còYAéKŠ˜F²çVŠÓ"
  b"…Ž5\x08€\x07C,99ÕÁõ3"
  b"…Ó(ÒŠ\x1FMi©\x08âk4lu"
  b"""
    †\n
    Ž¥Ï§D?¤„WE[ß+¥
    """
  b"†«¥\x10•Im¼pJu7J"
  b"†°g­J€I#€qé†ïµyu"
  b"‡9P“MÂAAž\x16L‘`æßò"
  b"‡CµŽ·IOljìçãWN˜ù"
  b"‡V¹æ\x1AóG=¾Z¨\tYÉùl"
  b"Šp\x1F\x06CåJ·¡¥¢.¼Ñs"
  b"ŽL#²ü¥DÖ¥ú\x03Û´\x03÷æ"
  b"ŽÇܨÐ&HΜÿ¼ãm»f¤"
  b"Ž\tŽÑ­´@gŽ\x11ù?¤(3¹"
  b"""
    Ñ‡è\n
    \x04KŽ­Åuó„½A•
    """
  b"v,GðZO#’\x15‹ãeRé5"
  b"’T`B¬ÍDא"0÷@ÿëz"
  b"’„\x06€\x1CæG# û´_c‰G."
  b"“2Çœ\öLg³®2Ce\x08\x08ê"
  b"“—Rºg¦G±°…Á?]0˜"
  b"”dyûúB»¢gÌ×\x1E\têó"
  b"—¤äïP'M\v¬‚i®µà™"
  b"™’Åü1íO\x06‘X°x\rö\x06"
  b"™¹o^Œ4BŸºž\x17p×4ná"
  b"›‰\x07“†¾EZ¹I~}‹‰\x152"
  b"œ6ÕÓÝ0@\x11­Šf–÷;£q"
  b"Ÿqâz®ÄE÷‚É~\|M¬"
  b" 3±Fx×O…”odJ>ÿUµ"
  b" D¹VDsKi³1M·º~¦m"
  b"¢Kͽ\x11yCÏ®\x07âÇRA.…"
  b"¢Ó\x1C«öxC•˜\x062S\x1FÑ9"
  b"£#RaŽMÚœàÈ’†\x03^\t"
  b"¤–¹vÁlFè‘§:\x02€\rF‹"
  b"¤Íeaª Fÿ‚û ¶$}VE"
  b"¦\x15%MY?NPŒ¢³ø\vþ)P"
  b"¦\x1E\x16ÿÒYO!›€×cËÈ6í"
  b"¨ŒDR$@;†½j·î\vZ@"
  b"""
    ¨Ñ÷¼\n
    ³GP¥O˜ODƒy
    """
  b"©ó‚–ÉAK•Žg}\x16ŒãT"
  b"«ï…Ž:\x03GbÜ›æ‘\x1C¹o"
  b"¬H•ÉâÚOÝ™0æl•N†\f"
  b"®\x0FO/ß‚G\x16™ê\x0F\x1E¶Éƒ2"
  b"®ìDÚ:GGŪR\x1D1Fv\r\x14"
  b"¯\x0Fb\x0E…ŒK²º÷Œ©á 6‚"
  b"±Ç’R9]CŒƒúß\x1A\x11;Ã"
  b"±í£°ž·Iw¼TKz\•HÓ"
  b"³žz\x1FÇÆKíT¢[å±@é"
  b"´)\x13’“»Dsªñô„œÂ/`"
  b"""
    ´± jK-F!™-Ž»g\x1D\n
    ü
    """
  b"µ)RYt…CÓ›~´…0»˜Æ"
  b"µVD›Ÿ¶J8¨‰›“_˜™x"
  b"""
    µ^.ý/¸Gѱ2&}Ó\n
    Àã
    """
  b"·\x04\eAÏÓEYŠ`g3yp\x16B"
  b"¹ž¿w\x01oAs§µ•DÓ\\x1AË"
  b"ºs\x19Á€±FǘŒž³P´aì"
  b"º~QáþoNÆ·ž=¤²’ëÁ"
  b"»9f?þÝO¹ƒ›ÁŠ^Êjz"
  b"»Æ<†\x1F—J\x08Ê³\x0E\x0FèU\x1D"
  b"»ê…Ç;\x12J|•ò\v¡(à‡a"
  b"¾(´$?rK@«DCj-9Gå"
  b"¿l5ÕsûF’žVd;Z0æ~"
  b"¿ˆÉ²h/BT¤\x01Q\x01\x07ÔaY"
  b"À[GÞº­FƒŠª…\x15!B\x1AK"
  b"µØË@«H·±p“\x7F?[\x06\x05"
  b"Âà†%F¿Gà€\x16”~5‘Á\x00"
  b"Ã-\fмEåƒ\x1FfLWWí²"
  b"Ãc*¡\x04§Bt£`\x16Œ‡yÒÇ"
  b"""
    Ãû\x15>n@ ŽÜŸ\x04\n
    -¾\e
    """
  b"Ä\x08Õ‘±ÎM³€ÙC\x1Aì…\x17\f"
  b"į\x18Ù\x08ÎAÌŽ(‡ºV6{¦"
  b"ÅFÜsöiI±ŽIÉF\x12u˜F"
  b"ÅËZÆ\x06\x12OÞ†^í›Çcõ~"
  b"ÆcjÛ\x19\x1CJ}ŽoÞ`QªO•"
  b"ÆìFé\x7FVH#£òac¯k†s"
  b"ɉ\x08ÓE{J4””)¤qUnb"
  b"ɳA\x16ñ˜M6²KûçÍq*"
  b"Ë dÃVÐO\x04 zéê\x03Ì9"
  b"ÌsKý\x19vHF˜ªË”\x19<Ž¿"
  b"Î\x11(ˆlcBiˆ”~_\x1DjÄ3"
  b"ÎÜÚ\x1F)÷OíŽö­×‰„Z\x00"
  b"Îë\r\x10ȪDc¢ÎïðèÆµ\"
  b"ÐüPB~\tGíŠxDŸ\eEù'"
  b"ÑÁY\x12H\x13Aã“4vå‚;åð"
  b"ÑȇZi³Aâ²\x07?–ùÌŒ"
  b"Ó2\tÄT¹J˜³\x13\x04áRÊFŸ"
  b"Ô\x1F\\x14\x00\x1CEr¥Yð\e–Ú(/"
  b"ÔƒÊÀ±\x18Aý£—e1LKŠZ"
  b"ÔÇ.°‡6K7#\x07د`Û\x1C"
  b"Ö"o\x0F6yH.¼c'D­b:\x18"
  b"ØÇ÷3‘xL˜ˆ–­1\x1Eû!"
  b"Û‚)ÉxIC\x15°4Và\x15Wÿ="
  b"Ü5\x00§\x15®N\x00е{1\x19ˆ¹×"
  b"Þ>Á¯°<I^‘ Êaº›å_"
  b"ã)²ß<™M\x10”ªˆ\’Î8\x08"
  b"ã:úŸ‘ùH\x0F„鵃¸¥„"
  b"å4`,ÿóL\fµÏ‹13PÜâ"
  b"å7_\eqD\x17£/¯\x03\x1A_ó™"
  b"åc'ž#ÙL=‡^ÁW\vî\x1Fø"
  b"æ\x18qÀQ¤BÝŸ•t“fãµð"
  b"çÄÝ\rüE㧤ð¶ôd˜_"
  b"êÓ7N3@Ei­S&KÕë²›"
  b"""
    ìZÖì\eN\x1F—Š\e`\n
    Žu—
    """
  b"ì«_r“ÝH\v¤³â0üS\x02\x02"
  b"쿞ªÐKKªCr±@!”k"
  b"ï¦\f\x0F\x07\x13Eð›2?=-T®|"
  b"𡊭m0D%šÁa¦Ÿó.j"
  b"ñ€\x1E­m\x04J\x14¥Éü€q+q–"
  b"ô¢î\tá`ERˆPÕ%\x04ª˜S"
  b"õª@·j­Nz¡N"€\x17£hà"
  b"÷Æø€ñ÷Jqª*_k™\x07Ζ"
  b"ø*0ZPªK†«Xn5îÜе"
  b"úê!áò\x12L½»\¯W0q[W"
  b"ý\x10÷\x02\f Nbž@ï$–ë$"
  b"ÿV[+fãM´uNçä\x06®º"
  b"ÿ[¶gáöBI“÷*ÈÂ\ePU"
]
75 0.12 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"CáèûžÎFYˆ"¨x\x06÷S˜"
]
76 0.07 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
]
77 0.02 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"¸\x1F\tè_qAÀ«áá±m¼çf"
  b"°ðéDivL8Ž\ýð¢ÐßN"
  b"N쌡\x7F\x05M\x1CŠ1û%|äVt"
  b"‹\x01Ü€‰ØH³©0JÞn‚4@"
  b"CáèûžÎFYˆ"¨x\x06÷S˜"
  b"¯¢æ=Ó­Mäƒ\x12á#_¯"Û"
]
78 0.26 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"òôa]ƒÔBkŽU8¸4Ów¡"
]
79 0.12 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"òôa]ƒÔBkŽU8¸4Ów¡"
]
80 37.10 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 `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 MAX(`product`.`sales`) DESC, MIN(`product`.`id`) ASC LIMIT 48
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
]
81 9.69 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 `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"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
]
82 11.16 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
]
83 0.38 ms
-- manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‘\x7F2–“sm¸7AŸ ˆŠ"
  b"\x01rZ4¾x\f§D\r\x01ÍK7\x15"
  b"\và¤~\x10\x18B\x18‹ñ¸\x15|y9"
  b"\x0Eû³¹}ÛEH®ÊÐ\x07Ë4n"
  b"\x12˜\x1A¬l.NJ¼3*Ú=´Š˜"
  b"\x15„¼SXÖLM²;ÒY¼Çΐ"
  b"\x1CLÍHm†M0£ÛŽx\x1Cº-ë"
  b"\x1C¥@ÐÒáOÁ¬Ì\x00 láé8"
  b"\x1E˜Õ­\r½N3 Õ$rK!ON"
  b"!¿æ`\x06ÌN\x05Ž_ÏpWIM¡"
  b"#\x1Eë\x07\x16ØFb§àÿ {ü3ç"
  b"#±­(œ@L`›Âb)°;Q"
  b")\x02I\x19s)KG™×ÝóÈaŠF"
  b"7\x1E\x10ã;²C\x1F—\x13\x1AâÉ\x1A©\x01"
  b"Cí1pÁÕJ±º;d.¦øŽ§"
  b"N^\x05L$çC"°mMYš¯ìN"
  b"RhÂaªM—¦´h\x02\x0E·¹&"
  b"\ ‘q$ŽOƒ¥>-þø{ÖL"
  b"dn5\x02òJGö’×\f\Í`v§"
  b"gßXúi7Dú·×lõЧ}"
  b"mÙ·cI\x18N\e§Þ²µ\x04ê…"
  b"t93^L¸Nš´Ò\fñË–A4"
  b"t§§æ&BKõ“~žá)\x1F\x13b"
  b"{<ý‚âëDЉ툩³Cª¨"
  b"{á5„<cKƒ’\x12]>e&r'"
  b"|Ñ\x19PM²AÔ­\x08\e-†k"å"
  b"‡V¹æ\x1AóG=¾Z¨\tYÉùl"
  b"’T`B¬ÍDא"0÷@ÿëz"
  b"”dyûúB»¢gÌ×\x1E\têó"
  b"—¤äïP'M\v¬‚i®µà™"
  b"¤–¹vÁlFè‘§:\x02€\rF‹"
  b"¯\x0Fb\x0E…ŒK²º÷Œ©á 6‚"
  b"º~QáþoNÆ·ž=¤²’ëÁ"
  b"¿l5ÕsûF’žVd;Z0æ~"
  b"Âà†%F¿Gà€\x16”~5‘Á\x00"
  b"ÆcjÛ\x19\x1CJ}ŽoÞ`QªO•"
  b"Ë dÃVÐO\x04 zéê\x03Ì9"
  b"ÌsKý\x19vHF˜ªË”\x19<Ž¿"
  b"ÎÜÚ\x1F)÷OíŽö­×‰„Z\x00"
  b"ÐüPB~\tGíŠxDŸ\eEù'"
  b"ÔƒÊÀ±\x18Aý£—e1LKŠZ"
  b"Û‚)ÉxIC\x15°4Và\x15Wÿ="
  b"åc'ž#ÙL=‡^ÁW\vî\x1Fø"
  b"æ\x18qÀQ¤BÝŸ•t“fãµð"
  b"𡊭m0D%šÁa¦Ÿó.j"
  b"õª@·j­Nz¡N"€\x17£hà"
  b"÷Æø€ñ÷Jqª*_k™\x07Ζ"
  b"ý\x10÷\x02\f Nbž@ï$–ë$"
]
84 49.51 ms
-- product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
]
85 6.93 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
  0
]
86 5.13 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
  true
]
87 114.37 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
]
88 9.33 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"òôa]ƒÔBkŽU8¸4Ów¡"
  null
  true
  false
]
89 0.33 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"\x15\x1967¨PL³¼ŒŽ¾ú½‚m"
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"\t H½u&IÙ¿Æ\t\x08îò&"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"ç\r\x7FçuVE\x02ø÷/T\x12–è"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"gùÏÅÍîO¡¥ÁX\x15T8Üx"
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"`¡\x08êÔ»J7‚C¥Eœ§z!"
  b"""
    \x01ŽÒ\x15уsåšmé\n
    ;™Ö~
    """
  b"[³sž\x0FqE1ª‰rÙï!‰\x1D"
  b"Ä3\x1E<µ•A¦tQ\x107…¤¼"
  b"\x023–\x0EwOOæ²½\x0F?J\x1CÔ)"
  b"bŠÏ }QLýób9“¥\x0Fù"
  b"vä_\x15¯7Në€_Ê\x19ܽ3“"
  b"á ÍB·¹B+¥—¤‰‘ñ}þ"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"Í–1ßN[CŽšgˆu\r\x1Aa“"
  b"]:°´‰I\x11‹*SÔ²h=Y"
  b"²ƒ\x16erJI-€?¨N¨'[\x1C"
  b"|Dƒž]bHc¨\x19LkùÇ$"
  b"ÐÊ&\x07UGæ¾ÕÒ§/ôÉ®"
  b"gs–\x1Fr®I`¸r{\rfTS\x02"
  b"> dDŽÅL…ƒƒõdx>,»"
  b"bÏ̝MÊCÈŒ×\vGv´~{"
  b"ÒÐð—a,L…»q˲Ý1È"
  b"þ‹†wå»Ms¤$¦|'«\x07š"
  b"²\x02bò\x14pLÚœºE\x16T€Zú"
  b"ðT'Æ\x14ÿLS¿W\x04œ\›§\"
  b"‰\x12¡}oEH…ŒK\x08˜ËÊLz"
  b"6T\x011Ô]J\x07„û¨§¦—@N"
  b"«\x03¸Ã”"It¨Ûi\x7FÙ™Xv"
  b"\x11ª\x7FèÀÛL\x19‚ç2@Õ(Ó©"
  b"0‹w,X(O¥†jÛã{!Å\x02"
  b"K\x11\e¶]…CóˆFî#á\x7F°w"
]
90 0.52 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"\x15\x1967¨PL³¼ŒŽ¾ú½‚m"
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"\t H½u&IÙ¿Æ\t\x08îò&"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"ç\r\x7FçuVE\x02ø÷/T\x12–è"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"gùÏÅÍîO¡¥ÁX\x15T8Üx"
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"`¡\x08êÔ»J7‚C¥Eœ§z!"
  b"""
    \x01ŽÒ\x15уsåšmé\n
    ;™Ö~
    """
  b"[³sž\x0FqE1ª‰rÙï!‰\x1D"
  b"Ä3\x1E<µ•A¦tQ\x107…¤¼"
  b"\x023–\x0EwOOæ²½\x0F?J\x1CÔ)"
  b"bŠÏ }QLýób9“¥\x0Fù"
  b"vä_\x15¯7Në€_Ê\x19ܽ3“"
  b"á ÍB·¹B+¥—¤‰‘ñ}þ"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"Í–1ßN[CŽšgˆu\r\x1Aa“"
  b"]:°´‰I\x11‹*SÔ²h=Y"
  b"²ƒ\x16erJI-€?¨N¨'[\x1C"
  b"|Dƒž]bHc¨\x19LkùÇ$"
  b"ÐÊ&\x07UGæ¾ÕÒ§/ôÉ®"
  b"gs–\x1Fr®I`¸r{\rfTS\x02"
  b"> dDŽÅL…ƒƒõdx>,»"
  b"bÏ̝MÊCÈŒ×\vGv´~{"
  b"ÒÐð—a,L…»q˲Ý1È"
  b"þ‹†wå»Ms¤$¦|'«\x07š"
  b"²\x02bò\x14pLÚœºE\x16T€Zú"
  b"ðT'Æ\x14ÿLS¿W\x04œ\›§\"
  b"‰\x12¡}oEH…ŒK\x08˜ËÊLz"
  b"6T\x011Ô]J\x07„û¨§¦—@N"
  b"«\x03¸Ã”"It¨Ûi\x7FÙ™Xv"
  b"\x11ª\x7FèÀÛL\x19‚ç2@Õ(Ó©"
  b"0‹w,X(O¥†jÛã{!Å\x02"
  b"K\x11\e¶]…CóˆFî#á\x7F°w"
]
91 46.76 ms
-- product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `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`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"\x15\x1967¨PL³¼ŒŽ¾ú½‚m"
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"\t H½u&IÙ¿Æ\t\x08îò&"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"ç\r\x7FçuVE\x02ø÷/T\x12–è"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"gùÏÅÍîO¡¥ÁX\x15T8Üx"
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"`¡\x08êÔ»J7‚C¥Eœ§z!"
  b"""
    \x01ŽÒ\x15уsåšmé\n
    ;™Ö~
    """
  b"[³sž\x0FqE1ª‰rÙï!‰\x1D"
  b"Ä3\x1E<µ•A¦tQ\x107…¤¼"
  b"\x023–\x0EwOOæ²½\x0F?J\x1CÔ)"
  b"bŠÏ }QLýób9“¥\x0Fù"
  b"vä_\x15¯7Në€_Ê\x19ܽ3“"
  b"á ÍB·¹B+¥—¤‰‘ñ}þ"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"Í–1ßN[CŽšgˆu\r\x1Aa“"
  b"]:°´‰I\x11‹*SÔ²h=Y"
  b"²ƒ\x16erJI-€?¨N¨'[\x1C"
  b"|Dƒž]bHc¨\x19LkùÇ$"
  b"ÐÊ&\x07UGæ¾ÕÒ§/ôÉ®"
  b"gs–\x1Fr®I`¸r{\rfTS\x02"
  b"> dDŽÅL…ƒƒõdx>,»"
  b"bÏ̝MÊCÈŒ×\vGv´~{"
  b"ÒÐð—a,L…»q˲Ý1È"
  b"þ‹†wå»Ms¤$¦|'«\x07š"
  b"²\x02bò\x14pLÚœºE\x16T€Zú"
  b"ðT'Æ\x14ÿLS¿W\x04œ\›§\"
  b"‰\x12¡}oEH…ŒK\x08˜ËÊLz"
  b"6T\x011Ô]J\x07„û¨§¦—@N"
  b"«\x03¸Ã”"It¨Ûi\x7FÙ™Xv"
  b"\x11ª\x7FèÀÛL\x19‚ç2@Õ(Ó©"
  b"0‹w,X(O¥†jÛã{!Å\x02"
  b"K\x11\e¶]…CóˆFî#á\x7F°w"
]
92 16.22 ms
-- product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01ŽÒ\x15уsåšmé\n
    ;™Ö~
    """
  b"\x023–\x0EwOOæ²½\x0F?J\x1CÔ)"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"\t H½u&IÙ¿Æ\t\x08îò&"
  b"\x11ª\x7FèÀÛL\x19‚ç2@Õ(Ó©"
  b"\x15\x1967¨PL³¼ŒŽ¾ú½‚m"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"$\x16=K›ÆHë§¢(ìýífî"
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"0‹w,X(O¥†jÛã{!Å\x02"
  b"6T\x011Ô]J\x07„û¨§¦—@N"
  b"> dDŽÅL…ƒƒõdx>,»"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"K\x11\e¶]…CóˆFî#á\x7F°w"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"[³sž\x0FqE1ª‰rÙï!‰\x1D"
  b"]:°´‰I\x11‹*SÔ²h=Y"
  b"`¡\x08êÔ»J7‚C¥Eœ§z!"
  b"bŠÏ }QLýób9“¥\x0Fù"
  b"bÏ̝MÊCÈŒ×\vGv´~{"
  b"gs–\x1Fr®I`¸r{\rfTS\x02"
  b"gùÏÅÍîO¡¥ÁX\x15T8Üx"
  b"vä_\x15¯7Në€_Ê\x19ܽ3“"
  b"|Dƒž]bHc¨\x19LkùÇ$"
  b"‰\x12¡}oEH…ŒK\x08˜ËÊLz"
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"«\x03¸Ã”"It¨Ûi\x7FÙ™Xv"
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"²\x02bò\x14pLÚœºE\x16T€Zú"
  b"²ƒ\x16erJI-€?¨N¨'[\x1C"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"Ä3\x1E<µ•A¦tQ\x107…¤¼"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b"Í–1ßN[CŽšgˆu\r\x1Aa“"
  b"ÐÊ&\x07UGæ¾ÕÒ§/ôÉ®"
  b"ÒÐð—a,L…»q˲Ý1È"
  b"á ÍB·¹B+¥—¤‰‘ñ}þ"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"ç\r\x7FçuVE\x02ø÷/T\x12–è"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
  b"ðT'Æ\x14ÿLS¿W\x04œ\›§\"
  b"þ‹†wå»Ms¤$¦|'«\x07š"
]
93 0.03 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"
]
94 6.66 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"\x00J•h!ŒFÿ¿+|\x02Ÿv¸Û"
  b"\x00L¥_\x00)A@˜\x01‰\x7F8‘#y"
  b"\x00nªÍDdH\x14†ý¯†\x17kù£"
  b"\x00Ò\x19ÿ’ûK¨’íš!ÙÉ›\x1D"
  b"\x01_›\x04„…J`¡®åˆÝæûÃ"
  b"\x01\vQÀ%|Ლš=¶ä\x1Eu"
  b"\x01\v|üÇ~D¬62\ròcPb"
  b"\x01š’8ž~†›Á& X\v”\x07"
  b"\x01r]›û}\x7F¡D\x19²¨“ÖÎ"
  b"\x01‘“ÕåôuНÀ,´ ,È="
  b"\x01‘“ہ§rLµÁŽ\x01Sdͯ"
  b"\x01‘“ÝÞ¸y\x01¨I-ÿ“k|"
  b"\x01‘“ò^¿}˜ž9³Z…\x04-"
  b"\x01‘²tÚ…}{±Q\vb4û3\x14"
  b"\x01žd·k\x07qî—\x17\x16ÿÝjãÄ"
  b"\x01žd·k\tp¤£îTv+\x18tš"
  b"\x01žd·k\fr‡¦G¹‘ÿBï‰"
  b"\x01žd·k\x0Eqÿ»G޵ËWÂ"
  b"\x01žd·k\x12p‚†µíø\x11Šn`"
  b"\x01žd·k\x14s—½J¬6Ñ…\x1Eu"
  b"\x01žd·k\x16rtšvµS9SØÆ"
  b"\x01žd·k\x17r\x1A‰+#ó[|¶"
  b"\x01žd·k\x1CpÀ‡&i\x15\x7Fq\x0Fç"
  b"\x01žd·k r_›\x14&t}ô,4"
  b"\x01žd·k#sM˜‘¤t—FAX"
  b"\x01žd·k$p\x00†Du:ª\e^"
  b"\x01žd·k%s”±+éƒÑT³x"
  b"\x01žd·k&sg¥;¯JXžp"
  b"\x01žd·k(sý6G\x12ó‰µ\x06"
  b"\x01žd·k-rM…\vcû²R`8"
  b"\x01žd·k.p(ŸhYÆ3hV˜"
  b"\x01žd·k1s\n;\f0\x00ì\x06e"
  b"\x01žd·k2q$¤\x12O\x1D*c4"
  b"\x01žd·k3q³¼&®ßˆãOè"
  b"\x01žn%\vvr7‚YDšõ³ ""
  b"\x01žn%\väpV¯£9Bî\x17À°"
  b"\x01žn%\r=p³¥\vÇE‡dÙy"
  b"\x01žn%\rRr\x10‚©zá¹ÿÎ"
  b"\x01žn%\x0E\esršènÜp%£"
  b"\x01žn%\x0EIr׃iȺÿX&Û"
  b"\x01žn%\x104s\v˜\tÎ÷e¼¶\r"
  b"\x01žn%\x10Jpi›}’\x1Då $õ"
  b"\x01žn%\x10`r\x0E®%æ\x06‡4Š»"
  b"\x01žn%\x12\x7FpјÝáS™R^¾"
  b"\x01žn%\x13sr;že?GÉߣ„"
  b"\x01žn%\x13‰qÌœ@‡°Ù3”"
  b"\x01žn%\x13ºpÀŠ.ý\x1Cž·Q„"
  b"\x01žn%\x13ürñ½Tû3w`¤"
  b"\x01žn%\x15\x1Eq3µ¹…@ûM«\x15"
  b"\x01žn%\x15as3›\x0F¶¬³¦6\t"
  b"\x01žn%\x15œpJ‚ôºOߌV("
  b"\x01žn%\x15¦rÇ´>qŒÄ\v`|"
  b"\x01žn%\x15´rD—c“`ï\x000¯"
  b"\x01žn%\x15Æpq ØD\x154G:Ý"
  b"\x01žn%\x15Ðrå¿Þ"ÂÝj¾!"
  b"\x01žn%\x15ëp€´0„²¡è\x01Ð"
  b"\x01žn%\x15þr>µ1õ}HÚlÆ"
  b"\x01žn%\x16\x01pX˜ÿ—\x0F \x02·ë"
  b"\x01žn%\x16\x04sq¹A=÷ý…<’"
  b"""
    \x01žn%\x16\n
    qá®OÇÃèÉÐU
    """
  b"\x01žn%\x16\rsá°f(R/t³}"
  b"\x01žn%\x16\x10qݱÍHßcCV\x16"
  b"\x01žn%\x16\x14pâ\x0Eç\x17\x060Uz"
  b"\x01žn%\x16\x17sÅ·¯5/Û”&N"
  b"\x01žn%\x16\x1Arß¿\x14T\x1Fbfvœ"
  b"\x01žn%\x16\x1DsR‰%C5\x0F㐠"
  b"\x01žn%\x16-si‰Ž\x00p‘Á«×"
  b"\x01žn%\x165pº«}9­ÓÎ\x16%"
  b"\x01žn%\x16=s\x11˜÷`K òAö"
  b"\x01žn%\x16Asj¥—íY\x07£UÃ"
  b"\x01žn%\x16EqU·6¿\x08uÔäî"
  b"\x01žn%\x16Nra§\x1CD¥è\x1FÀ\x0E"
  b"\x01žn%\x16Sq¯½\x03¸Àõ\x1CE|"
  b"\x01žn%\x16]pǁˆøö‰Û’Ä"
  b"\x01žn%\x16`p;½.I*¯Õ(Ï"
  b"\x01žn%\x16cp7™ÑjÉøT7\f"
  b"\x01žn%\x16hs…žfÓHÊAŸÖ"
  b"\x01žn%\x16ts±·\x0Fã•\x0F~íg"
  b"\x01žn%\x16¢rç¬l±‰Æ\x17˜…"
  b"\x01žn%\x16¤qĝ´‰†\x1Ee0Î"
  b"\x01žn%\x16¦s’¦ª\x00Ôˆe†M"
  b"\x01žn%\x16§p\x01™¿E,]‹›¸"
  b"\x01žn%\x16ªr‡Ž©Ì¨~´.‘"
  b"\x01žn%\x16«q˜š·•à+„¡Ž"
  b"\x01žn%\x16±pç¡gN·÷Ј¿"
  b"\x01žn%\x16³r!Š'2 \f™À\f"
  b"\x01žn%\x16µsµŽ\\x04šG¢Í\x01"
  b"\x01žn%\x16¶s\x07–0œþ\x08ò¿"
  b"\x01žn%\x16·q¥Œçô5åýç"
  b"\x01žn%\x16¸q0ŸÇ\x7FKʝaÇ"
  b"\x01žn%\x16ºrå´ÆQsQï‡:"
  b"\x01žn%\x16Ápl¿3ï\x17¬\x03ÉN"
  b"\x01žn%\x16Ãs\x11³¯–4\x07\x17\x1E«"
  b"\x01žn%\x16År\x1C‡7¦bVŽ–V"
  b"\x01žn%\x16Æp1²X¦\x7F•\x15P@"
  b"\x01žn%\x16Éqs³<N™ÎhšÙ"
  b"\x01žn%\x16ÊrÕŽ¥œ\C²Á¯"
  b"\x01žn%\x16Ërnº½<²3:,B"
  b"\x01žn%\x16Ìq¨–”ŒJ0ñ"
  b"\x01žn%\x16Îrôœ!t\x02¥é\x15}"
  b"\x01žn%\x16Ïrš†·¹-ºÓÀq"
  b"""
    \x01žn%\x16Ñršª)ñ\n
    ­†i 
    """
  b"\x01žn%\x16Ós¢£ÔàìýØÍß"
  b"\x01žn%\x16Ôså½gÅ6ü\x07LÕ"
  b"\x01žn%\x16Øp\x18ˆW°Öûƒ8¦"
  b"\x01žn%\x16àq¿„6HrÈ©Cè"
  b"\x01žn%\x16ærÇ®\x18N½;B?\x07"
  b"\x01žn%\x16íp<½\x00ÞqÑöÊ)"
  b"\x01žn%\x16òsÚŽŒ½!\x19ľ‘"
  b"\x01žn%\x16óqTŽo3!ÞN‹Ê"
  b"\x01žn%\x16ôs5¯k\x0FÎý´šf"
  b"\x01žn%\x16ùr\x1F–\x00rqmŽú+"
  b"\x01žn%\x16ûp/µ\&\\æ:‹"
  b"\x01žn%\x16þsz›nÉ®0€\x14("
  b"\x01žn%\x16ÿsm€}\x06—Œ"
  b"\x01žn%\x17\x00q~¿2üЗe&Â"
  b"\x01žn%\x17\x03qš¸Ò‰„\x15\x1F5m"
  b"\x01žn%\x17\x04qÊ‘ù]œ²'ƒÝ"
  b"\x01žn%\x17\x05rP¸¾F¸ ±S\x16"
  b"\x01žn%\x17\x06pvºX†²~°Ž0"
  b"\x01žn%\x17\ts¥ƒ\x17)¨mŠO$"
  b"""
    \x01žn%\x17\n
    qô½‚¾Ž*Rðr
    """
  b"\x01žn%\x17\vr7ˆ¥ü˜ô€©k"
  b"\x01žn%\x17\fq|•'ê\x1EUª/…"
  b"\x01žn%\x17\x0Er\x1C¹Œ½í=#¾˜"
  b"\x01žn%\x17\x0Fp\x7F‹«~å¸vÅ"
  b"\x01žn%\x17\x10r\x0Fƒ=”Ë*”*&"
  b"\x01žn%\x17\x11rdg \vÒ›\x10m"
  b"\x01žn%\x17\x13qmƒ\x07ƒtäé}”"
  b"\x01žn%\x17\x14rÜœ;\x06­Õ\r‹M"
  b"""
    \x01žn%\x17\x16r™Ó÷Í\n
    Q.
    """
  b"\x01žn%\x17\x19r\r²³R\x07­žª\x19"
  b"\x01žn%\x17 s̹šhJç\e%W"
  b"\x01žn%\x17!p˜[d°ãûï"
  b"\x01žn%\x17"rQ¥É€ù+c$Ñ"
  b"\x01žn%\x17#rg¢Û5?\e:\x07ÿ"
  b"\x01žn%\x17&sß„§õ4\fNÍ€"
  b"\x01žn%\x17)q\x10šJŒ‰&q.]"
  b"\x01žn%\x17*p…š\eÛ*qŒÄ´"
  b"\x01žn%\x17-sw®TuœØ&Ƽ"
  b"\x01žn%\x173q\x17Œ&\x1Fd×Ìec"
  b"\x01žn%\x177qp ½‹ ¦Õº"
  b"\x01žn%\x178s[­ß<‹¥\x1F±½"
  b"\x01žn%\x17:s\x11‹o-\v°E˜Ž"
  b"\x01žn%\x17=shµ>ÞV4E-%"
  b"\x01žn%\x17?s}·¨k3«ý£É"
  b"\x01žn%\x17@r\f¶D\x1F_ý&\x1A¡"
  b"\x01žƒ\ˆøpðŒËBÕž\rÖv"
  b"\x01žƒ\‰\x06rûº†“u¤Är†"
  b"\x01žƒ\‰\vq\x01»Î\x03)±FÅ"
  b"\x01žƒ\‰"s\e…äpùÀSÂÂ"
  b"\x01žƒ\‰¥pñU\x18\x03¢\x12æ"
  b"\x01žƒ\‰¹p|¿U޼\x1CZ#®"
  b"\x01žƒ\‰Îr¤¿Ch\x15*'\x12Ö"
  b"\x01žƒ\‰ÓqõÆé\x01\x1C2"
  b"\x01žƒ\‰âpÒ±²Ãñ“Š8%"
  b"\x01žƒ\‰çrP°ŠÊ‚ªÉ£Œ"
  b"\x01žƒ\‰örï²\x00·ºõWÐ\x13"
  b"\x01žƒ\Š–p‰°\x10ÇAe²`þ"
  b"\x01žƒ\Š¥qV•¡\x08ÖJ\x07Î&"
  b"\x01žƒ\Šºrp·¸”\x12'D¼N"
  b"\x01žƒ\ŠÁq½£°6vXzƬ"
  b"\x01žƒ\ŠÎsç…›©¿>ø.\x12"
  b"\x01žƒ\ŠÕrØ¿³¤9B$I5"
  b"\x01žƒ\ŠÛpà·äBϬ\x1DŸÕ"
  b"\x01žƒ\Šðrø†Jml^R]ä"
  b"\x01žƒ\ŠöqÒº$wIez/œ"
  b"\x01žƒ\‹\vpˆº\x13v\x1DO‚^¥"
  b"\x01žƒ\‹0p¶´\x7FÁ\x08'\x17Aµ"
  b"\x01žƒ\‹Ár_–;Æ* ÷\x1F"
  b"\x01žƒ\‹Èp\eªF%تŸ`â"
  b"\x01žƒ\‹ØrSµMÊó\x06OjÚ"
  b"\x01žƒ\Œ\rs\x1D¦\x0Fq`·\x01æ+"
  b"\x01žƒ\Œ\x14s+±\x19Êîn¹†î"
  b"\x01žƒ\Œ\esϽũîpºì"
  b"\x01žˆ–ßñr\x17™þƒ!µŒ²\x1C"
  b"\x01žˆ–á\x07s1™þî§\x0F\x10š¹"
  b"\x01žˆ–á\x14qR‘–/\x1FÕiŽ{"
  b"\x01žˆ–á\x1Aq\x13¸\x00Jn­n÷\x0F"
  b"\x01ž‘º\x0E«qAµ<ú\x0F6\x05_1"
  b"\x01ž‘º\x10\x03q9¹\x15l\x10‰î*5"
  b"\x01ž‘º\x10\x1Cs »tñ¡Âæ\x02\x0E"
  b"\x01ž‘º\x10oqà¾R\x1EQ€¸ä£"
  b"\x01ž‘º\x10¾sú\x02\e\x18FiX\v"
  b"\x01ž‘º\x10îpã¿ûê\x0EK?UÛ"
  b"\x01ž‘º\x13öp°³HÎÈš\f*µ"
  b"\x01ž‘º\x14As ³44\füÆBœ"
  b"\x01ž‘º <s‚Œc‚{;š×…"
  b"\x01ž‘º!¸q=™\v<,C+2™"
  b"\x01ž‘º"‹p»­|nÿ”3ߎ"
  b"\x01ž‘º#cpR­a¿\x1A˜x‡O"
  b"\x01ž‘º$)ro’_$Ùci\x08O"
  b"\x01ž‘º)%pdC\x0FÉtW\x10G"
  b"\x01ž‘º+ÑrK´\x02,\x03\x06yÉm"
  b"""
    \x01ž‘º,5qö§\n
    ^²\x15úoÁ
    """
  b"\x01ž‘º.Ws)°N\x07Òc´/Ò"
  b"\x01ž‘º0jr‘ž6ô&Ýv},"
  b"\x01ž‘º14sdz¼Iì9x)d"
  b"\x01ž‘º7Åq†…N§96ªs7"
  b"\x01ž‘º9hpá¿*ˆSr7à$"
  b"\x01ž‘º9p›³u—GÐâ\tH"
  b"\x01ž‘º9¸rc¼¿a§‰ˆ©‚"
  b"\x01ž‘º9ûqf¯ûN¤ÔÀôÚ"
  b"\x01ž‘º:<rÄ«}Ù%õŇ'"
  b"\x01ž‘º:>r\x1F’0\x14\x01±2¨z"
  b"\x01ž‘º:@r7‰c¦cÇèlˆ"
  b"\x01ž‘º:Fpž,Ï:ט•\v"
  b"\x01ž‘º:Kr\x12°§žîw4V\x15"
  b"\x01ž‘º:Sp׸°^\x1C`€À]"
  b"\x01ž‘º:frE‡\x11S\x15Ú³jP"
  b"\x01ž‘º:kq\x08¶Ík·†JöN"
  b"\x01ž‘º:oq¦€\x13¦\x14\x19n\f*"
  b"\x01ž‘º:sqµµÇ´AŽòÒœ"
  b"\x01ž‘º:uq5¸³\x17r¬7\fK"
  b"\x01ž‘º:yr\x1C„¿~\x15\x03É\x03¨"
  b"\x01ž‘º:{pñ¿,T„^}€\x12"
  b"\x01ž‘º:}s\x1F¨NÁA\x14I\x1FK"
  b"\x01ž‘º:…rz†üâ헝\x1Dp"
  b"\x01ž‘º:‡pªœôØ\x13d*w›"
  b"\x01ž‘º:‰pˆ‘bå(B~Ôj"
  b"""
    \x01ž‘º:‹sP¯\x1EDsþ\n
    ÄQ
    """
  b"\x01ž‘º:Žs\x18´b\fm\x15ˆ³º"
  b"\x01ž‘º:r;»\vc¶¡X"
  b"\x01ž‘º:”q‡¯äã­æ>á,"
  b"\x01ž‘º:–q}Š•£iüØêS"
  b"\x01ž‘º:˜qZ‚ªF´i÷éK"
  b"\x01ž‘º:œr>œzEh›Cˆ"
  b"""
    \x01ž‘º:žr\x18¿\n
    |³g\x03I
    """
  b"\x01ž‘º: r§›¼\¿\x16Ñi"
  b"\x01ž‘º:¢r\x07”÷¶‘\x18"£"
  b"\x01ž‘º:§s\x0E£Nše\x10*܃"
  b"\x01ž‘º:©s¹«0Ò\x13Àf²ô"
  b"\x01ž‘º:«sû‰£\B=nWs"
  b"\x01ž‘º:­pjŽØ6R»o–"
  b"\x01ž‘º:±s—¹ý\x1E2³\x16Åô"
  b"\x01ž‘º:³sq—g@\x07|6ñ"
  b"\x01ž‘º:¸p\x18ŠR¶e˜üiz"
  b"\x01ž‘º:ÀsóšŽ?좸en"
  b"\x01ž‘º:Èqm™Z\x04{<¾Û‹"
  b"\x01ž‘º:ÊqZ’\T\fý›lx"
  b"\x01ž‘º:Îpfƒãq\x05ó²Á\t"
  b"\x01ž‘º:Øq\x10ŽÍ _ok¹ð"
  b"\x01ž‘º:Ýq̦–0Þ¥p}h"
  b"\x01ž‘º:ásÀ¥,¾œáŽ\v~"
  b"\x01ž‘º:ãru°\x048\x14V›\x0F%"
  b"\x01ž‘º:çpl‘×vÿW\tÑŽ"
  b"\x01ž‘º:ép¦°7Æ•¹É\x17k"
  b"\x01ž‘º:îqE‹fÒ\x11ˆv\v&"
  b"\x01ž‘º:òq¡ªý%AÊ\x14jN"
  b"\x01ž‘º:øs‘†d7ö»u?n"
  b"\x01ž‘º;\x07qx™›\x1E~ˆ\x1CÇÈ"
  b"\x01ž‘º;\vs\x1D®€œ?–Ä"-"
  b"\x01ž‘º;\x11qd•!†Ì°·ó\x01"
  b"\x01ž‘º;\x18r\x05¥b\x10Û\x0Erž-"
  b"\x01ž‘º;\eq\x01[YàÃT…Ë"
  b"\x01ž‘º;\x1Dr|œÐ6B€‘L¹"
  b"\x01ž‘º;'rÙ±„,ŽˆÛ\x02³"
  b"\x01ž‘º;*r€¼åÕRÆ\x16\x1EZ"
  b"\x01ž‘º;,sa•F“%Ul(;"
  b"\x01ž‘º;.p¢»³'Ž˜ã^\x13"
  b"\x01ž‘º;4pñ˜Í\x06Ð5Ïbë"
  b"\x01ž‘º;8q1¥Û\x10;‚ÿ^U"
  b"\x01ž‘º;:r°Ÿ3 ø~R¿8"
  b"\x01ž‘º;<s@©\x7Fr¨\x1A…/Š"
  b"\x01ž‘º;Cqß„Ì\x19òliü9"
  b"\x01ž‘º;EpA½jtNG¨ãÔ"
  b"\x01ž‘º;Gq\x06šÄ\x08¿ Z"
  b"\x01ž‘º;Kp…‚D+\fÏ‚~t"
  b"\x01ž‘º;Mpå‚Èêÿ¬pë¸"
  b"\x01ž‘º;Op©±n\x05ºn‰K""
  b"\x01ž‘º;Qr¹¹B\x7F\x08,`f¿"
  b"""
    \x01ž‘º;Sr\n
    «”>ULÀš§
    """
  b"\x01ž‘º;UpÈŽ Ú«Ú\x11 \x07"
  b"\x01ž‘º;Ypß®\v\x14 ©N•"
  b"\x01ž‘º;[p…¦¬\x02ü°ù•"
  b"\x01ž‘º;`sÚ¦/(Iý›ÿ†"
  b"\x01ž‘º;cq\x0EŸ]\x7FzÃËû‡"
  b"\x01ž‘º;erºƒ¹\x1C²¡£\fm"
  b"\x01ž‘º;gpÆ…Ð\x08Ì,·õ="
  b"\x01ž‘º;ir‚ \x0F«œ«\x1Aµ,"
  b"\x01ž‘º;mp\x07¥‹\x18W~˜Á"
  b"\x01ž‘º;ur1œÂ÷ø\x16Òv6"
  b"\x01ž‘º;xpP§‚«áõRÈc"
  b"\x01ž‘º;zpÆ«*¢ÃaW‰w"
  b"\x01ž‘º;~p"˜1¯4%K\x10Æ"
  b"\x01ž‘º;„rê¤øÄ\x14H%Ôþ"
  b"\x01ž‘º;’qp›\fîØ‚šk:"
  b"\x01ž‘º;—rz€hú*e¸»n"
  b"\x01ž‘º;™qŽÆ˜ºÚ‹ál"
  b"\x01ž‘º;›pÀ‰§\vyýIŒº"
  b"\x01ž‘º;q4¬O´&¶\x7F¥\t"
  b"\x01ž‘º;Ÿpž„L\x15d\x18-Iš"
  b"\x01ž‘º;¡qòƒ§\x03c@4ĵ"
  b"\x01ž‘º;£r\x00›|ü¬~vÍ„"
  b"\x01ž‘º;§rÊ©oÜ4vœ\v%"
  b"\x01ž‘º;­pâB“ºÃ%6·"
  b"\x01ž‘º;¯sަT43\x1EÅ}6"
  b"\x01ž‘º;´rЏí\x16¨4\x01Ð3"
  b"\x01ž‘º;¶rä°¼5mõ\r`C"
  b"\x01ž‘º;¸qv²¨&Âðºò\x01"
  b"\x01ž‘º;ºp¼¯gBÍ!ü°Í"
  b"\x01ž‘º;Árµ‡’R!üÁ"
  b"\x01ž‘º;Äq\x7F½«öÊïāâ"
  b"\x01ž‘º;Æq}³m¼fd×Ú*"
  b"\x01ž‘º;Éq.¦’)\?W\x02Š"
  b"\x01ž‘º;Íry‡ñBì/Ž\f™"
  b"""
    \x01ž‘º;×rÒ¸ü©\n
    ߦ
    """
  b"\x01ž‘º;Ùqœ ÛÃ;\x08(¶?"
  b"\x01ž‘º;ÜsÖœJñª¬=ƒ}"
  b"\x01ž‘º;ãs&¿*/¾>Û ±"
  b"\x01ž‘º;åpڝ‡]¡aøh#"
  b"\x01ž‘º;êrÐŒ’\x7F[Ã>Ð"
  b"\x01ž‘º;ðs—¬@WX\x0F‚³H"
  b"""
    \x01ž‘º;ûq$®¹ƒ\n
    \x15x\x06\x1C
    """
  b"\x01ž‘º;ÿs\x1F™$]cƒÊüe"
  b"\x01ž‘º<\x02rמ\x11k®\x1A{Ȧ"
  b"\x01ž‘º<\x0Ep¯œâ4WSÏ"
  b"\x01ž‘º<\x15sÈ»ÐÕ¸ívÔƒ"
  b"\x01ž‘º<\x17sgƒEE•\x01¸ý"
  b"\x01ž‘º<\x1Ar'¯Þ\x14'0wlã"
  b"\x01ž‘º<\x1Cpº­qj€~`ž["
  b"\x01ž‘º<\x1Esê–“=n”ì\x1DH"
  b"\x01ž‘º<!qn¯\x7F@Ö½‚y"
  b"\x01ž‘º<&pBºØEñî9‡x"
  b"\x01ž‘º<+q\x10¹{\v]½&U~"
  b"\x01ž‘º<8sÖ”uÑq³7K’"
  b"\x01ž‘º<BrݹE;ÃÆ¤ˆ“"
  b"\x01ž‘º<Dp;¬n{¯ˆEëÛ"
  b"\x01ž‘º<Gríš‘×ÞØ½\x19\x15"
  b"\x01ž‘º<Lp$…2pT©\x00&›"
  b"\x01ž‘º<Nr1·ØŽŠ;»Ã¸"
  b"\x01ž‘º<Ss÷¿zL2/S>"
  b"\x01ž‘º<Us¤•à+®Úò!™"
  b"\x01ž‘º<Xp7“,ç˜H¶Ò­"
  b"\x01ž‘º<ZpàŠ\fÔqð\x14À "
  b"\x01ž‘º<\qD· ãÙšŠ­ƒ"
  b"\x01ž‘º<^sõ›­T•EÙ~å"
  b"\x01ž‘º<arðºkéc„¬ák"
  b"\x01ž‘º<hqò’E¶<ü•æv"
  b"\x01ž‘º<lrá®\x072ta¥cñ"
  b"\x01ž‘º<or—ƒ„11\x18G<J"
  b"\x01ž‘º<spêŽ~Þ€à\x16vË"
  b"\x01ž‘º<|pã¿"ù\x04¤ao%"
  b"\x01ž‘º<qäŸÖРϵÌ1"
  b"\x01ž‘º<ƒr²´v\x05kå\x0Fº¾"
  b"\x01ž‘º<†s]\t\x08&÷`5"
  b"\x01ž‘º<Šs¼§çÉà®9\x07Ô"
  b"\x01ž‘º<ŒpŽº…7\x04\f\x0F\x050"
  b"\x01ž‘º<‘pÊ«÷ÛÌÁ\r?"
  b"\x01ž‘º<“rtˆ\x10…Ä£Ë\x06c"
  b"\x01ž‘º<˜s2§âÿðà_]D"
  b"\x01ž‘º<šrî÷gX;Øä´"
  b"\x01ž‘º<œr(­ã3\x05ó®Õç"
  b"\x01ž‘º<žrŸ·.#5@Þ0í"
  b"\x01ž‘º< p+©¥Í\x00=\rwr"
  b"\x01ž‘º<¥s\x07»“Åf¼ß\x16Ç"
  b"\x01ž‘º<§p\x05½\x1AœÉ\rõê"
  b"\x01ž‘º<©sޝkŸa€\x01\t¼"
  b"\x01ž‘º<«qû¤›á.¤ØqV"
  b"\x01ž‘º<°sø¤Z*å9óÂ"
  b"\x01ž‘º<´sÖ¦:\x10\x1FËé´ÿ"
  b"\x01ž‘º<¸pá®%Q\x12æ"x\t"
  b"\x01ž‘º<»qx±è2o«³ÓÌ"
  b"\x01ž‘º<½pÈš\x05%Ó¼²ì¡"
  b"\x01ž‘º<¿sWœ\x12Ÿð}ø@Ÿ"
  b"\x01ž‘º<Ãsß©™§¼&8—A"
  b"\x01ž‘º<Èqü–\x07$c"ƒ "
  b"\x01ž‘º<Êq<¿\x1A¿Ÿ(J\e7"
  b"\x01ž‘º<Ìrœ™°EÍ\x11bÑ\x1D"
  b"\x01ž‘º<Îr˜º·kÝbŽš#"
  b"\x01ž‘º<Ñr\x08*UlúÐ\x0Fí"
  b"\x01ž‘º<Óq¯›\tÐÍâªRž"
  b"\x01ž‘º<Õs±·ïóÛÄ!/"
  b"\x01ž‘º<×q ¬\x1C2Ôæˆç®"
  b"\x01ž‘º<Úr£’îË×'\x1Aè"
  b"\x01ž‘º<Üp>²s.ÌÔ¿L¸"
  b"\x01ž‘º<Þrɵ£ÂulàÑ"
  b"\x01ž‘º<ãr\rŽÍiŠ\x17sŦ"
  b"\x01ž‘º<íp‚“Z…^·Èއ"
  b"\x01ž‘º<ðs ¥þXEH,x"
  b"\x01ž‘º<ôp-—Ï\x7F—à"
  b"\x01ž‘º<þs\x02½8å\x1E©·«["
  b"\x01ž‘º=\x05rh¤EŸÊ"ï\x1E‚"
  b"\x01ž‘º=\x08q\x0E‰d\x02ªÍ%\f"
  b"""
    \x01ž‘º=\n
    r<™Rã\x1E”\e\t’
    """
  b"\x01ž‘º=\frØ›Q¾K/÷W"
  b"\x01ž‘º=\x11sú“\x08(&>Ö‰"
  b"\x01ž‘º=\x13rd¡ÅŒ÷HàÝÃ"
  b"\x01ž‘º=\x15pÁ‡ŠP/ÚÚàB"
  b"\x01ž‘º=\x19sËŸF'ñ©\x023\x16"
  b"\x01ž‘º=\x1Cq„m°Ý¬4ƒ"
  b"\x01ž‘º="s—‹š×G–\x03f^"
  b"\x01ž‘º=%s©“ÒÆ½Æ¬ô{"
  b"\x01ž‘º='qm«]\x1Ds¦ª¼a"
  b"""
    \x01ž‘º=+q¬‰ÇIŸ+\n
    )È
    """
  b"\x01ž‘º=-r\x13¦\x1F±™ç¬ë+"
  b"\x01ž‘º=4qظ\x07\x02\x10¨“%õ"
  b"\x01ž‘º=9p€Žß:¡ÌÎS¹"
  b"\x01ž‘º=;rX°±ãÍcfÿ\x13"
  b"\x01ž‘º==q\x08¼?\x12*(\x15#}"
  b"\x01ž‘º=?q“¤ÿf½<Nù+"
  b"\x01ž‘º=DsK¼ëÂ8\x04ÖS\x07"
  b"\x01ž‘º=FqD’5®¡\x1A0š­"
  b"\x01ž‘º=Hs!—Ö\x1Fã=l³š"
  b"\x01ž‘º=KrO ¤B\x7FÿÏ\"
  b"\x01ž‘º=Mp]¨\x08ÈÌC|oß"
  b"\x01ž‘º=Qs\x02‹L͇ n\x11Ë"
  b"\x01ž‘º=Tp윴l~Õo~–"
  b"\x01ž‘º=Vq‡ŒÁ¡ŽŽ5Ó#"
  b"\x01ž‘º=Xst“ëKÙZ\x18õù"
  b"\x01ž‘º=Zqá˜âMQBja¤"
  b"\x01ž‘º=_qq£¢\x02r\t\x15\t\x17"
  b"\x01ž‘º=gr\x07†®±Uı¡·"
  b"\x01ž‘º=ns\x1DŸ²7]\x07ñE#"
  b"\x01ž‘º=spu’gÜ=m\x12±"
  b"\x01ž‘º=wpò‰½|‘Ô19Ê"
  b"\x01ž‘º=‚q½š\r:\x1Cd¤s\x13"
  b"\x01ž‘º=†qɃ\x13R­úàÞô"
  b"\x01ž‘º=‰s[˜åS\x179Œ‚{"
  b"\x01ž‘º=‹pí¡ O\fK5t¹"
  b"\x01ž‘º=ŽsĽI¤…¡„¡z"
  b"\x01ž‘º=sÑ‹HŠ/M…Qî"
  b"\x01ž‘º=’s0¸ëXeÀ+\x1EÆ"
  b"\x01ž‘º=”p°¾_ºz\x00Œ›"
  b"\x01ž‘º=–qŒž \x1DÝãE^["
  b"\x01ž‘º=˜pŽ–,…ó\x04×%"
  b"\x01ž‘º=s–§¾\x1D\x16\x110+ˆ"
  b"""
    \x01ž‘º=¦rv©\n
    I†KàõH
    """
  b"\x01ž‘º=¨q£ŽéÆŽÞ}ÞÑ"
  b"\x01ž‘º=­sôºª\x1D9h\fJö"
  b"\x01ž‘º=¯rÌ­]Ê\rDäŒe"
  b"\x01ž‘º=¸pÈŽÄ¡5â\x16Í\x00"
  b"\x01ž‘º=½s²Ÿ˜\x1E\x01µçØ"
  b"\x01ž‘º=Ñr]‚RŽo/>•]"
  b"\x01ž‘º=Ôs²ˆb»ë¯¥\x15L"
  b"\x01ž‘º=ßsX™‚\x16,‹F„_"
  b"\x01ž‘º=ár…•ÏsÚ~#_l"
  b"\x01ž‘º=ðrĨÛ’i­\x1C"
  b"""
    \x01ž‘º=õp1…\x07 \t\x04J\n
    ®
    """
  b"\x01ž‘º=üp÷¬ÇÃ\x15`-%ƒ"
  b"\x01ž‘º>\x05q™¶¨˜Ö\x08U·J"
  b"\x01ž‘º> pž•ôŸrÜc„h"
  b"\x01ž‘º>/pà»\x1AÝÎfŸ»—"
  b"\x01ž‘º>7q³‚ZŒ^ÄØ¤ "
  b"\x01ž‘º>:s\r·Y‘4)\x046h"
  b"\x01ž‘º>[pö¥Ésr+Q]ê"
  b"\x01ž‘º>~r³±F¶Ûàa¦b"
  b"\x01ž‘º>€s½š«ðvj:v"
  b"\x01ž‘º>“s˜†Ux`\x19†\x02$"
  b"\x01ž‘º>¥røˆÏ!××&DÎ"
  b"\x01ž‘º>¸rX•î\x0Fa$3?®"
  b"\x01ž‘º>Ãpا\x1F\x16'ñÐó½"
  b"\x01ž‘º>Õr›‹\x7Føb Äh\x19"
  b"\x01ž‘º>ùpò‹Í¤ùJ»."
  b"\x01ž‘º?2rɦ£\x14Íümªº"
  b"\x01ž‘º?Ys¬–ä@‚Üt\f7"
  b"\x01ž‘º?ˆqr´šXÿ|é]½"
  b"\x01ž‘º?™svŒßÆVR\x07\x00O"
  b"\x01ž‘º@Asi¿Ôs®\eI*"
  b"\x01ž‘º@Nq\x16œ\¿\x11B1lº"
  b"\x01ž‘º@gqï·9Ø\x7F-J\x10I"
  b"\x01ž‘º@~s°‚H\x02[Ú²¡²"
  b"\x01ž‘º@Âq=“T_¨`ÉÌ”"
  b"\x01ž‘º@ïp7¦\x00Â÷ë3è"
  b"\x01ž‘ºA\x0Fp:¡àg†â©¹/"
  b"\x01ž‘ºA\x1Ep.¶Q+*äd¼ "
  b"\x01ž‘ºA*r€˜óhÁG\x1DvN"
  b"\x01ž‘ºAUq¢…\tÊœ^怩"
  b"\x01ž‘ºA`p%’4(U?>\f¢"
  b"\x01ž‘ºA­q¯¬(\x11–ÜËwG"
  b"\x01ž‘ºA¹s2†‡é*º„\x19Ã"
  b"\x01ž‘ºAÐrž¡\x02,]ÒFAê"
  b"\x01ž‘ºAÜp, \x17B“\x12}é"
  b"\x01ž‘ºAçsc‘çï\x03Y÷V¢"
  b"\x01ž‘ºAôpeŠZVœÕ G•"
  b"\x01ž‘ºB\x06r0ƒã+G|ÓÛ1"
  b"\x01ž‘ºB\x1Es\x7F®”ÝžØ\x16ÖÑ"
  b"\x01ž‘ºBOpëŒÚ(H\x1E\²|"
  b"\x01ž‘ºB[s7‘bâñÔèT\x1A"
  b"\x01ž‘ºBgr¦òn+ ž\x11Â"
  b"\x01ž‘ºBrpA®kG7ü¨Z"
  b"\x01ž‘ºB”rõ¢œš1\x17W|["
  b"\x01ž‘ºBºsó­\x0FñÛpíÂ\x1D"
  b"\x01ž‘ºBáp\x01«GÔF¯%ýI"
  b"\x01ž‘ºBîrúµ\x1FXªm£íˆ"
  b"\x01ž‘ºC\x14r¦°pt«Ð˜\x0E\x18"
  b"\x01ž‘ºC qD“7âK=\x1E"
  b"\x01ž‘ºC-sY³®:I3Ø­)"
  b"\x01ž‘ºCFpJ†·\x08?¶«w°"
  b"\x01ž‘ºC^qâŒÄp¬•¿\x7F@"
  b"\x01ž‘ºCisŒ£È·c¶.AÆ"
  b"\x01ž‘ºCzqø•«\x05MC~›ü"
  b"\x01ž‘ºC‘p8‰\x12\x7FÍ,òY4"
  b"\x01ž‘ºCqq…øB¡821§"
  b"\x01ž‘ºC©s¹·@$ïH:aª"
  b"\x01ž‘ºCÃq4µÍ(ÝÒ·ër"
  b"\x01ž‘ºCÝq\x1A§\x15DdéÒ¡•"
  b"\x01ž‘ºCérÖŽ\x13p–I‚¯"
  b"\x01ž‘ºCöp²°.ÂS(ï\x14"
  b"\x01ž‘ºD\x03pý¯ËªO$).|"
  b"\x01ž‘ºD\x10qa£9K_›ú”R"
  b"\x01ž‘ºD\x1CpJŽèŽê½Ÿ?Å"
  b"\x01ž‘ºD(r@†K[Î ›B¿"
  b"\x01ž‘ºDNqN½¬3ó–¼\x10."
  b"\x01ž‘ºDZr¥–Œsä\x12ÅG"
  b"\x01ž‘ºDfs¸×"«Ã\x1E™¡"
  b"\x01ž‘ºDrq”ž±\x18T\ö\x1FP"
  b"\x01ž‘ºD‰s\x1C¹¿Î÷¨I#§"
  b"\x01ž‘ºD•r7ï*¹Xß&§"
  b"\x01ž‘ºD¹rŒ«2\x0FJ €‘"
  b"\x01ž‘ºDÄs®¸ŸI\x1A¨'\f "
  b"\x01ž‘ºDäp\x1E§ÿ£Û\x0FV<~"
  b"\x01ž‘ºDðs\x18¨æ\x10»{°…x"
  b"\x01ž‘ºDüqWžž§A‡+·"
  b"\x01ž‘ºE\x08sb•va/Åû\"
  b"\x01ž‘ºE\x14s¿¦)œq<„~9"
  b"\x01ž‘ºE p`œØÄ*ý¬^ä"
  b"\x01ž‘ºENq´¹Ö(íëöÊG"
  b"\x01ž‘ºEer\x01¦’\x1FØX<…4"
  b"\x01ž‘ºEpq\x13‡Ý’—\x14\x10„"
  b"\x01ž‘ºEˆqy³>=\x00‹D,Œ"
  b"\x01ž‘ºEŸsS•\x11b\x07ßûuy"
  b"\x01ž‘ºE½q\tˆlc¼†ÉÇ\x1A"
  b"\x01ž‘ºEÊs5kqÜ„ðÏL"
  b"\x01ž‘ºEÖpHœÚ;D)~d—"
  b"\x01ž‘ºEès®³;uCJ»÷!"
  b"\x01ž‘ºF\x01sÕž\tÍ•lɬ "
  b"\x01ž‘ºF\x0Eqä£öƒ€¬™‡–"
  b"\x01ž‘ºF(pp¹Ýu}”\7ÿ"
  b"\x01ž‘ºF5pÏ€ÈL\x12X-Ç"
  b"\x01ž‘ºFBpjº¿”/5+J¥"
  b"\x01ž‘ºFOrœ½ú¹.\x12Õ/‡"
  b"\x01ž‘ºFip)ª\x1A\x01Ðê\x1F{Ã"
  b"\x01ž‘ºFvs\x14¬,è¥ aÆÝ"
  b"\x01ž‘ºFŽs×½%•XRqÃÐ"
  b"\x01ž‘ºF¨sm»¯UK”(Êx"
  b"\x01ž‘ºFÌpz¡TGIÁD\e`"
  b"\x01ž‘ºFåqÞ³5E¢½\x1E”<"
  b"\x01ž‘ºFòsë€å•\x1Dµe\x1Cp"
  b"\x01ž‘ºFþs°¼8Kã\x07ÿ\x03ñ"
  b"\x01ž‘ºG\x18sˆˆÞ›Ý\eç;@"
  b"\x01ž‘ºG$r%˜„««Rk_Í"
  b"\x01ž‘ºG1pź“pÂf\x12¶g"
  b"\x01ž‘ºG=r¶«˜·]<ˆ¹“"
  b"\x01ž‘ºGVr¤½€\x0E\x0E6}¾\x0E"
  b"\x01ž‘ºG{sŒ·¢ç~a×e."
  b"\x01ž‘ºG”qK¦èÆ\x00ÊX¦"
  b"\x01ž‘ºG¡re“\x1D‘ü\x18éB"
  b"\x01ž‘ºG­sQ¯×#½§‚™U"
  b"\x01ž‘ºGÆqP›5Ì\x7FAÿ¦M"
  b"\x01ž‘ºGÓpM³®u¼;(\v+"
  b"\x01ž‘ºGís ¿ŽÖ™¤]L"
  b"\x01ž‘ºH\x14rf›XÆûe\vãŒ"
  b"\x01ž‘ºH!pX—y\x11%³§¦>"
  b"\x01ž‘ºH-p\x02·´ög\x15Óx–"
  b"\x01ž‘ºH:sߨË$¬…Ü~\n"
  b"\x01ž‘ºHGsaº‚soš ,&"
  b"\x01ž‘ºHTr‹ŒYF@¥\x11»\x07"
  b"\x01ž‘ºHtp5¦ê‚\r^ªæ\x16"
  b"\x01ž‘ºHp ´™5à#\x04)"
  b"\x01ž‘ºH¹pšª·r‘q?\x15"
  b"\x01ž‘ºHÅp\r”Z\x7F\x03\x11zþë"
  b"\x01ž‘ºHÑrý >4Êf¸î¾"
  b"\x01ž‘ºHÞrï’šŸ©5saw"
  b"\x01ž‘ºHës¿‰Ü|ÌI›õ4"
  b"\x01ž‘ºI\es¯‚BÅJOY‰\x01"
  b"\x01ž‘ºI3p½·¸\x11Ô\vÅ g"
  b"\x01ž‘ºILpn¥²ÁhJþ2·"
  b"\x01ž‘ºI[r2œ?‡_pÄÚ/"
  b"\x01ž‘ºIhrÚ²Ï=¿›6ÊR"
  b"\x01ž‘ºItr½•Ä„v#3ª"
  b"\x01ž‘ºI€qvœÜÆà4ÎŽ,"
  b"\x01ž‘ºIŽr ‰(8•‰£a¡"
  b"\x01ž‘ºI™sù›2”;€#¦î"
  b"\x01ž‘ºI¦r0³Ž Ï\x17\x15ÙÖ"
  b"\x01ž‘ºI²põ®lxþaTÌ"
  b"\x01ž‘ºI¾p\x04ŒGó\x11(¨²á"
  b"\x01ž‘ºIÊqá¼à\x15hyÝrà"
  b"\x01ž‘ºIâsN–‡{¸½\x15¶Å"
  b"\x01ž‘ºIîpG€Ò‘0p}È\x18"
  b"\x01ž‘ºIúqƃ£q*à\x18(\x1C"
  b"\x01ž‘ºJ\x12p­»SÊñ\tB¡Ä"
  b"\x01ž‘ºJDpS«õn.\x1F:Úú"
  b"\x01ž‘ºJ^qf–L¾‘úȨŽ"
  b"\x01ž‘ºJkqµý!Š-W³9"
  b"\x01ž‘ºJys7‡“ûJîÇ,Ä"
  b"\x01ž‘ºJ”s ˜<mÚTyн"
  b"\x01ž‘ºJºqÎŽ¼Ua\x10\x1C\x01\e"
  b"\x01ž‘ºJÔqT›“÷vEìÜi"
  b"\x01ž‘ºJár\x11ƒp—Ÿœ`ós"
  b"\x01ž‘ºJòq½‰ERœ›M„T"
  b"\x01ž‘ºK\fqᇅagÿ$}ì"
  b"\x01ž‘ºK'pP»ðúaVÌIá"
  b"\x01ž‘ºK3q\x07½Žøwå>ùg"
  b"\x01ž‘ºK@rÓ½¦)¦]ÅÞ\x13"
  b"\x01ž‘ºKeq‹…½5â:\x00çï"
  b"\x01ž‘ºKrq¿…®\x06¦–è\v^"
  b"\x01ž‘ºK˜rv•\fßärèKñ"
  b"\x01ž‘ºK¥s\eŠZ\x7F\x010GŒ"
  b"\x01ž‘ºK±pE©¨ïp7¸Zó"
  b"\x01ž‘ºK¾p/¨h\x05;uìv"
  b"\x01ž‘ºKØs~µÎu1`Sp"
  b"\x01ž‘ºKòs?šª÷žƒyx\t"
  b"""
    \x01ž‘ºL\n
    s\x0F \x0F*¾ìäèï
    """
  b"\x01ž‘ºL\x17p¯P\x16™E²¡"
  b"\x01ž‘ºL#p®» ˆ\x13Ë\e\x0F*"
  b"\x01ž‘ºL0s^…SÃ>-øÝè"
  b"\x01ž‘ºL`s†°MæÂ\x03æ–\x1E"
  b"\x01ž‘ºLžs·ˆ\v‘Ëæ£C´"
  b"\x01ž‘ºLÄqt‡\fιA8Ì›"
  b"\x01ž‘ºLÐr\½Æ\x1F:ÊÚ\x1Dq"
  b"\x01ž‘ºLár¸±\x07ðDÙÃÆ"
  b"\x01ž‘ºM\x05qV”åRÀ%Ù0›"
  b"\x01ž‘ºM)p}µšÞ\x0EuÍÛy"
  b"\x01ž‘ºM5pM–Ï\x04’\x17sƒ„"
  b"\x01ž‘ºMMs˜¨G”M‰º"Á"
  b"\x01ž‘ºMjr˜§8èáðâ\x0F2"
  b"\x01ž‘ºMŽsŸGõ\f?.²õ"
  b"\x01ž‘ºM¼q\x0F„˜ü¡¯6Ÿ„"
  b"\x01ž‘ºN\x1ApÞ…\f\x18q·»€þ"
  b"\x01ž‘ºN=p‡‹šsåíô‹|"
  b"\x01ž‘ºNUrí­\x00\x12¥Ð2ÊX"
  b"\x01ž‘ºNbq‡½C•¯E¿ú*"
  b"\x01ž‘ºNåp€µ\x17xç¶–\x0E\x08"
  b"\x01ž‘ºO\vr‰£»57´Ý’k"
  b"\x01ž‘ºO\x17q¯–“·TG—:]"
  b"\x01ž‘ºO#sΡð\x01J*óÐU"
  b"\x01ž‘ºO:p‰¹yêާŵ"
  b"\x01ž‘ºOEsɨ{=ÕûñˆB"
  b"\x01ž‘ºOPr\x14„þö:C»K¼"
  b"\x01ž‘ºO[s±©\x7FýD¢\x7FDû"
  b"\x01ž‘ºO p7’š#V§É <"
  b"\x01ž‘ºOùrìŠ35jº¬©\t"
  b"\x01ž‘ºP\x05rC„Õ#ã»_"
  b"\x01ž‘ºPŒp¤„™çñí˯"
  b"\x01ž‘ºP™pìŒâÌî\tØ\x7F\x04"
  b"\x01ž‘ºP¥qÃkë‹õº­•"
  b"\x01ž‘ºQCr7ž\t\x1D¥c8ñ\r"
  b"\x01ž‘ºQurø¿B‹Â'ø·\r"
  b"\x01ž‘ºQ©sçŒÇw\vî,\x1DZ"
  b"\x01ž‘ºQÎpÓªÙ_'q¿U1"
  b"\x01ž‘ºQÛr'²C"bn`Âó"
  b"""
    \x01ž‘ºR’r/¼Š\x08©'\n
    (
    """
  b"\x01ž‘ºRžr(©ïX•¶ú9Ž"
  b"\x01ž‘ºRËrÉ•â»\x01€\x17Þ€"
  b"\x01ž‘ºRñs•šž~ÕH\x12~£"
  b"\x01ž‘ºRüqÖ‘ì }h%HÇ"
  b"\x01ž‘ºSds©²pµÂ\x15Õ}Â"
  b"\x01ž‘ºSppÁ¦¸\g}¨Qç"
  b"\x01ž‘ºS‡q––ê\eøP¤Ý"
  b"\x01ž‘ºTWs½¡Þ„cañE¹"
  b"\x01ž‘ºU\rˆL\x0EHW–W²"
  b"\x01ž‘ºUôpK¿\x12ÿ+’ÐÚ¹"
  b"\x01ž‘ºV#r*•é-'\x1C/ÈS"
  b"\x01ž‘ºVksÿ«M\x04T`c.ƒ"
  b"\x01ž‘ºW‡rŽ€}@"˜\x1Fef"
  b"\x01ž‘ºX[r7¿\x00wðåo\x11ú"
  b"\x01ž‘ºZîsÄc×XwFù""
  b"\x01ž‘ºZùs¸Œa4\x18ÝëG\x1F"
  b"\x01ž‘º["p\x03†H:H®¥ë="
  b"\x01ž‘º[Np¹¿¹2ë\x1C¹H"
  b"\x01ž‘º[YpˆŸÿ\x0781æ²Ý"
  b"\x01ž‘º[ôqç‚“b\x0FâQˆÕ"
  b"\x01ž‘º]\x17q£³°á3SÌñq"
  b"\x01ž‘º]Br¨¸X²'a\x15ãD"
  b"\x01ž‘º]wr’²ôk\x17¸\x15“¤"
  b"\x01ž‘º]és—dGŒÝl\r¦"
  b"\x01ž‘º^\x17s§¤<\x06œ¡*6ì"
  b"\x01ž‘º^]ræ£\x02¬èÍ•Ày"
  b"\x01ž‘º^‘s\r¤ÚQï"¾|ç"
  b"\x01ž‘º^ÖqY_ž,¡™œ"
  b"\x01ž‘º_\x05q—‘A-òñn¯¶"
  b"\x01ž‘º_\x1Cpß«\x16çhá6;"
  b"\x01ž‘º_Hs\x0F”\x04z\x05úà€€"
  b"\x01ž‘º_tsø¯âCeµ\x00žW"
  b"\x01ž‘º_ˆsߌ8#Î\x10P\x1F-"
  b"\x01ž‘º_ÆpŒc¨©\vÈYÃ"
  b"\x01ž‘º_ór\x10œ†qÈ–´\Å"
  b"\x01ž‘º`\x1CpÔ‡t„qf\x11½2"
  b"\x01ž‘º`<s™ªò£/Žú’©"
  b"\x01ž‘º`RrT¹r9\x16{fÖ•"
  b"\x01ž‘º`xpö‚›\t8Þ8\x1F}"
  b"\x01ž‘º`¨pú«ÚÆ»b¾z_"
  b"\x01ž‘º`Õp1•¨j.\x16t†\x03"
  b"\x01ž‘º`áq²¾,Ÿt¾èÚû"
  b"\x01ž‘ºa\x04r\x0F·›œÒÓ\x15Ì\x07"
  b"\x01ž‘ºa+pQ²wê%8”"Ë"
  b"\x01ž‘ºa@pÿ³ª£±ÔšÚ¤"
  b"\x01ž‘ºaUp—¯4Zh¥›¾U"
  b"\x01ž‘ºa\x7Fq6‹L¯?µK¿a"
  b"\x01ž‘ºa‰rƒŸ\x11\x1C‡mQ[¨"
  b"\x01ž‘ºa±pF¬¬ØÄR`r™"
  b"\x01ž‘ºa»sç…¾Œ¥4Ä#÷"
  b"""
    \x01ž‘ºaÛsϐÉB/ˆb\n
    .
    """
  b"\x01ž‘ºaåp··DKzå\x04;"
  b"\x01ž‘ºaûr+®&—À\x08fE¦"
  b"\x01ž‘ºb\x06p°’†×Øò"¡B"
  b"\x01ž‘ºb(sU®ªfí4ïŒê"
  b"\x01ž‘ºbSr\x1D»éÔœyõ•?"
  b"\x01ž‘ºb~r\x7F„Ë.z(;V"
  b"\x01ž‘ºb“sÅŽ7â\x01ït°6"
  b"\x01ž‘ºbžrµŸ\x01§.’Qˆ\x0E"
  b"\x01ž‘ºbÂqqƒõ¯.÷¿„‡"
  b"\x01ž‘ºbípª¡â\x16oâ&¶3"
  b"\x01ž‘ºc\x02s×…0ªÁÇó_p"
  b"\x01ž‘ºc8q\x08Š\x13…J§têŒ"
  b"\x01ž‘ºcMp»ªô8\x07òMÆÚ"
  b"\x01ž‘ºcar©¡ÐpBüœÎ½"
  b"\x01ž‘ºc\x7Fr`\x01Žùv‹\x13á"
  b"\x01ž‘ºc“r¶ŸŸðëÙ`€Í"
  b"\x01ž‘ºcÇs«ŽÜ§\tÒü¥Ç"
  b"\x01ž‘ºcÒpÜ¥Z4Œ\x08$\x03-"
  b"\x01ž‘ºcÞq\x10«ÜTӏrV"
  b"\x01ž‘ºcôp÷޾S\x1A›ì\x1FX"
  b"\x01ž‘ºdls\x19ìŠò°\x08\x16é"
  b"\x01ž‘ºdws0€£ïP€š«Ø"
  b"\x01ž‘ºd˜p“±i\x16&ÉN¾’"
  b"\x01ž‘ºe>pÖŽ›Î5Ù\x18ÑÂ"
  b"\x01ž‘ºelp&‘­3nš—tØ"
  b"\x01ž‘ºeƒrF—_TÉ]\x11T]"
  b"\x01ž‘ºh7sƒ¦çäu¾½PÃ"
  b"\x01ž‘ºhäp¹›ïPßjaP"
  b"\x01ž‘ºhúrÀ¨$à¹æ:‚c"
  b"\x01ž‘ºi&rû¶\v\t°ÁH¶›"
  b"""
    \x01ž‘ºiRp’‚Aª\e\n
    ò̉
    """
  b"\x01ž‘ºihp\x18—\fa#©t"
  b"\x01ž‘ºi•q\x1FP.V\eOäG"
  b"\x01ž‘ºiÃp\x00¤M\x1EØ„·LŠ"
  b"\x01ž‘ºj r‰€Z£%ý^åè"
  b"\x01ž‘ºjÈqsµS\x06©N/å}"
  b"\x01ž‘ºk:s«˜ÓÛH>ù¬ó"
  b"\x01ž‘ºk~r:‹×)ãaÙŠ\n"
  b"\x01ž‘ºk×q&‰\x14Q\x1AªzAe"
  b"\x01ž‘ºlEs"§žÓ–»\x00à"
  b"\x01ž‘ºlZrߏ‘i<®WÉ"
  b"\x01ž‘ºlqpk–6ýGÆ'9\x0F"
  b"\x01ž‘ºl«rž”®ƒ¸^J¶6"
  b"\x01ž‘ºlÜpš®êE]nïÏ´"
  b"\x01ž‘ºmÇs“·\r¢üŔ߯"
  b"\x01ž‘ºmès‚\x15Ü’½äÖ2"
  b"\x01ž‘ºnOs\fš-,\x7Fì\x11Öü"
  b"\x01ž‘ºnhq†’-0¹Ò™ÁM"
  b"\x01ž‘ºnÞsõ›P\r&R4ÈÉ"
  b"\x01ž‘ºp'r»š\x1A \x1EÌ\x1D€Ì"
  b"\x01ž‘ºpSqy¯¹B•ÄEZü"
  b"\x01ž‘ºpªrw…ÆŽ*®ºJ¼"
  b"\x01ž‘ºpÀr/“K_h¿dE›"
  b"\x01ž‘ºpîr\x01·ÔžPž¾~r"
  b"\x01ž‘ºqs´¤‰¡¸f¦¡S"
  b"\x01ž‘ºr’rЈCá\x07>®\Q"
  b"\x01ž‘ºsªs\x00½\x05cÛ\x03ÃX'"
  b"\x01ž‘ºtcrõŠ\x14º.¢\x034š"
  b"\x01ž‘ºt¦r\x0EŽ–2Xq{¢í"
  b"\x01ž‘ºu\x11q”©,@Ão\x1D8\v"
  b"\x01ž‘ºu…pž•§Ü‡Ïu_¸"
  b"\x01ž‘ºv2sõˆ\x1EØŽVÄmL"
  b"\x01ž‘ºvwp€‰oYGŠ\x06Ý«"
  b"\x01ž‘ºv·q\x16‚\•\x14ZÕ¶"
  b"\x01ž‘ºwÄq’¼W¶Öó59†"
  b"\x01ž‘ºwÝp•šÕÞq§<H~"
  b"\x01ž‘ºx•sË„÷Eÿ,s¯"
  b"\x01ž‘ºxØq-¦»õ¾fhLŸ"
  b"\x01ž‘ºz$p{–“¾}\‡õ½"
  b"\x01ž‘ºz—q\x11†\vË¿¶\x01Y£"
  b"\x01ž‘º{\x1CpT\x19Ôx\x03a@"
  b"\x01ž‘º|\ts‡±xlÛ€ò^~"
  b"\x01ž‘º}Ks•™ÿ\x0FÐ6ƒ/"
  b"\x01ž‘º}­s\rªS¨^aÅŸþ"
  b"\x01ž‘º~]rV´\x03Ãç3\x13/"
  b"\x01ž‘º~¶qÿŠ\x07üGNË'd"
  b"\x01ž‘º~þpŸ¦\x06÷“†ï¥Á"
  b"\x01ž‘º\x7F‰s<\x18•\ftO¡"
  b"\x01ž‘º€>qŒ³E\x02ߟÕêC"
  b"\x01ž‘º-søª1ð\x7Feç×ç"
  b"\x01ž‘º‚\x7Fsè°=ò¢\x16giw"
  b"\x01ž‘º‚«r-°Ï\x1A£?ìÆc"
  b"\x01ž‘º‚Äs!‹ô´¨¶ÁÐ"
  b"\x01ž‘º‚Üq\x19”1+\x1FÏ´Ñ3"
  b"\x01ž‘ºƒ>pˆi2ð\x1A%È\x04"
  b"\x01ž‘ºƒkr7 \x1D·$M\x1FÍ\r"
  b"\x01ž‘º„\x1Cq,´4÷ЏwL["
  b"\x01ž‘º„Òq%ˆÅ\f§¢¥a"
  b"\x01ž‘º†ipê¹£þ·&ÿt"
  b"\x01ž‘º‡\p\x13¬¦lø<÷\x15á"
  b"\x01ž‘ºˆ¦q\r“@†&„ì±Ã"
  b"\x01ž‘ºˆÓq<ì\x1Cc\x18q¬"
  b"\x01ž‘ºŠ\x00qE­óÉùøÇJ\e"
  b"\x01ž‘ºŠÆrí«†1@ÒŽôé"
  b"\x01ž‘ºŒvp2—‘b>q•é-"
  b"\x01ž‘ºŽ¼pŒ•ÂÑ\x1Dálìû"
  b"\x01ž‘ºŽÒq\x01¸7<[\x1Cô¼î"
  b"\x01ž‘ºŽès\f¯¼Õ•Q••7"
  b"\x01ž‘ºŽ]pV±¨½¾\x15\tò·"
  b"\x01ž‘ºŽŒpš·„aç>(i–"
  b"\x01ž‘º\x17se™I7?ßú]”"
  b"\x01ž‘º¶q•«Z÷‹<.z,"
  b"\x01ž‘º'qžÉ=5yË\vƒ"
  b"\x01ž‘º‘ÄsO„\x1EW/ÈvW¹"
  b"\x01ž‘º’ r©£x\x1A8\x15að„"
  b"\x01ž‘º’fsX¼±gÁ#!\"
  b"\x01ž‘º“Žq„‰ìljòN:\t"
  b"\x01ž‘º”¦pa˜“˜Òk·ïÂ"
  b"\x01ž‘º•ÿs”‹/µ[ñ\x07Û"
  b"\x01ž‘º˜Rr\‚Ç S\x02ú@J"
  b"\x01ž‘º˜pr"»\f\x1D£fjI"
  b"\x01ž‘º˜µs¥ \x1CÙ…âN¤\x08"
  b"\x01ž‘º™:sP¬û4¨‚\x1Dä¤"
  b"\x01ž‘ºšTq{’Xm›Y:d["
  b"\x01ž‘ºšópÖŠ"Á\3˜¥"
  b"\x01ž‘ºœára˜_ïíŠÚ\x1E="
  b"\x01ž‘ºÿs1¿‹\x0EŠËå\x0F€"
  b"\x01ž‘ºŸ\rr裱6«•d\x00u"
  b"\x01ž‘ºŸUq~¤â¹ CÁ¾>"
  b"\x01ž‘ºŸ²q߬7HËÔ\eW\x1E"
  b"\x01ž‘º \x16qD’\x16šY7é\e¼"
  b"\x01ž‘º ˆs\x03»¡Ès-3j\e"
  b"\x01ž‘º Ÿp毦3è›ÀOt"
  b"\x01ž‘º ís\x04Ë\x024³4ªÄ"
  b"\x01ž‘º¡æp?µHê¼é&Ìñ"
  b"\x01ž‘º¢¬sg‡¬Ú%MŽÁ\x17"
  b"\x01ž‘º£ÿsU¨f\x18дº\x02Ó"
  b"\x01ž‘º¥\x04rò»þn‰%\eܹ"
  b"\x01ž‘º¦1s…³¯¿Bã±\x1F‹"
  b"\x01ž‘º§·s,²Ý`åÊ[ò­"
  b"\x01ž‘º§Îs[¬<ÈZ©U63"
  b"\x01ž‘º¨wqU“Wû”Vm’é"
  b"\x01ž‘º¨¥pà¯QÅ›ûKy½"
  b"\x01ž‘ºª\x04s@¨Õ>¸ìRqy"
  b"\x01ž‘ºªr-Š®Ø\x1DÌŽÖZ"
  b"\x01ž‘º«hsg»j@Æ9Ø–Ï"
  b"\x01ž‘º«€p𝍾ƒ¼ ¿Ä"
  b"\x01ž‘º¬'p¸¸VÀÍr½\x1A¸"
  b"\x01ž‘º¬ªs*µî`'ÌyÁ´"
  b"\x01ž‘º¯\x18r&˜‰\x1F£†¼ßª"
  b"\x01ž‘º¯5qš³\x16üH\rl\x06Y"
  b"\x01ž‘º°‰rщ)†`çÈôµ"
  b"\x01ž‘º°£r€¤\x11QÍØÎ»Å"
  b"\x01ž‘º²Yq†¡ŠZ¡Þ\x0F™®"
  b"\x01ž‘º²‰p>¿©1;Å7‘¥"
  b"\x01ž‘º´ŸsÙ¼Cï™›˜ÎÌ"
  b"\x01ž‘º´·p­¹Ì|}\x05z\x16Ÿ"
  b"\x01ž‘º¹ip\x14•\%\x05\x1AD‰"
  b"\x01ž‘ºº®q\x00µ~€*sr6&"
  b"\x01ž‘º»‘q\x1A¤\x07ÒËû$¨\x11"
  b"\x01ž‘º¼fq^„H\x1A\x00\x01èžR"
  b"\x01ž‘º¾ÉpQ¸ìÜ<ÇTnÐ"
  b"\x01ž‘ºÀÊrË–ÕÍF°åâ­"
  b"\x01ž‘ºÂ»p1¯Hýîr£å\x11"
  b"\x01ž‘ºÂës¥™“®ƒ¶\x00ì\f"
  b"\x01ž‘ºÇ qØ—Á%{\x17/\x13n"
  b"\x01ž‘ºÇ·rpªT¼8å°“"
  b"\x01ž‘ºÇäq\x1DŸ-þ3Ê\x13§D"
  b"""
    \x01ž‘ºÈ¹rˆµ\n
    SÝ\x7F§\x13
    """
  b"\x01ž‘ºË5p\r‚÷‘}¿êj´"
  b"\x01ž‘ºÌåqÊ…>DNûsà@"
  b"\x01ž‘ºÏ r=­Ài±k®Ïn"
  b"\x01ž‘ºÐ\x18r^­[ã™4õbA"
  b"\x01ž‘ºÐ1pJ˜k?¾} \x0Fa"
  b"\x01ž‘ºÔ\x14s‹ \x11Ο”%ô"
  b"\x01ž‘º×Cr>™Qš£×\r©["
  b"\x01ž‘º×Öp¯»²Ð\x14«.]÷"
  b"""
    \x01ž‘ºÝ/p\x18‡\n
    kj\x13à\f»
    """
  b"\x01ž‘ºÞwq8Ž7ªSÂb|š"
  b"\x01ž‘ºÞºqW¡-‡35SEƒ"
  b"\x01ž‘ºàÜq\x16„8«\x00×\x04WA"
  b"""
    \x01ž‘ºå\x06s@¶™\n
    y\x08KP§
    """
  b"\x01ž‘ºë5rïœrX\x1Fê\x15e*"
  b"\x01ž‘ºïÃsO¹‰\x08cˆhŠÿ"
  b"\x01ž‘ºðts°¨wT­-¢…4"
  b"\x01ž‘ºñÞq1Ž:2/uZ’Î"
  b"\x01ž‘ºò‹s\x17˜zéì’—)ß"
  b"\x01ž‘ºö<qïµ-u¬®+þÇ"
  b"\x01ž‘º÷³sÀ¹\>õÿ<+ª"
  b"\x01ž‘ºøDp¯­çÑÒÇ\x1F½š"
  b"\x01ž‘ºøÎp\x1A‘\x13sÁ££\x02\x14"
  b"\x01ž‘ºøüs:œ¾zY´â0c"
  b"\x01ž‘ºùsy©f+ÁQ¯•\x11"
  b"\x01ž‘ºú@pß‚\x02ѽ>Óqî"
  b"\x01ž‘ºüÁqm—¥#R%‚/\v"
  b"\x01ž‘ºýNr\x06³ÚȪË\x1AgY"
  b"\x01ž‘ºýºqK¸.Â^>Ïšå"
  b"\x01ž‘ºþ-p•‘§ÜQ°ó\x0E¼"
  b"\x01ž‘»\x00vse›ÉXƵ베"
  b"\x01ž‘»\x01fqa·Ã\x7F¦\eç\t\x7F"
  b"\x01ž‘»\x02˜q? ÷Ï{®¢ H"
  b"\x01ž‘»\x04\x12q^¨½ØÝž\x0Er,"
  b"\x01ž‘»\x07\x02r^›†ë\x0F6\x01\x04"
  b"\x01ž‘»\x07”sЍsI8(ŽÅ"
  b"\x01ž‘»\x08\tpi‹³z²j\x03\x1Cu"
  b"\x01ž‘»\x08°p4°Ô\vp\x15Þo·"
  b"""
    \x01ž‘»\f\rk¯µü~\œ\n
    ß
    """
  b"\x01ž‘»\f½qæ©Æ¶.îQ\r\x1E"
  b"\x01ž‘»\r\ep`—\x13Âm¯>`:"
  b"\x01ž‘»\x0EÃrl¢z\x7F#aí@"
  b"\x01ž‘»\x10ÝqXŒKZ}ÔAÐË"
  b"\x01ž‘»\x11Qrä‘>à\x17n\x11c~"
  b"\x01ž‘»\x12Œpœ‹½\x17Þ¥ˆe®"
  b"\x01ž‘»\x16äq𰁴ê‚\x00\x1Fî"
  b"\x01ž‘»\x19ês\x01°jû¤”¡£"
  b"\x01ž‘»\x1Aár•¸šäÁ–\x05wU"
  b"\x01ž‘»\e<q¾ŽÆ\x03%\x15ÅíB"
  b"\x01ž‘»\x1Das¹×R\x02I¯R§"
  b"\x01ž‘»\x1DªqÀ¢æËÞ/¹£"
  b"\x01ž‘»\x1F4r!’IöËË)ùÊ"
  b"\x01ž‘»\x1F¬q\x15·ü'Õø]¥\x04"
  b"\x01ž‘» ñpd´c€\x11Ž,ܪ"
  b"\x01ž‘»"þrLŠ"‰¹„¿\x0Fg"
  b"\x01ž‘»$ŒsžŽ—kª¯øàˆ"
  b"\x01ž‘»%Žrv‚QôúJÕ\x01Ã"
  b"\x01ž‘»&_rS—fW‚ƒP"
  b"\x01ž‘»'Žrͦ†UÆ¡\x02{v"
  b"\x01ž‘»)ëqÈ U—±<®¾í"
  b"\x01ž‘»+\x0Fq|•ÎÈ\x03Ǐ˧"
  b"\x01ž‘»,°r\x17³J˜Tãk¢Ö"
  b"\x01ž‘»-6rû¨Àa$ЯH„"
  b"\x01ž‘».fs¥ž!—0p\x02=\x14"
  b"\x01ž‘»/irµ¤Òs5Ñ\tmU"
  b"\x01ž‘»0°rå·÷,œ,ŠÓ­"
  b"\x01ž‘»2£p\x0E›\x12¢Å'\x0FÏ"
  b"\x01ž‘»4´q‘§ÿ“"N6tp"
  b"\x01ž‘»5Yp6ª0\fØ™Ú}Ø"
  b"\x01ž‘»7šp"\f€˜G ó"
  b"\x01ž‘»<\x07pv’œ\t˜nrfg"
  b"\x01ž‘»=\x10qК‚9ªh[‘í"
  b"\x01ž‘»?îs¡§Ã;OöVQ"
  b"\x01ž‘»Aúqc¬\rƒ<l%\x0Fõ"
  b"\x01ž‘»B½pñœØB­”0íº"
  b"\x01ž‘»CÊqâŽ\x12RtÛ÷²K"
  b"\x01ž‘»DKr¿Ÿx}9ž“‰j"
  b"\x01ž‘»E]s±šcÄ\x00'ETþ"
  b"\x01ž‘»Gðq=hþÞI?¬9"
  b"\x01ž‘»JérW›ý©\x1D£`¹\x00"
  b"\x01ž‘»KPs\x1A›ªË³½\x19BÁ"
  b"""
    \x01ž‘»u\n
    qD³qR{DYe»
    """
  b"\x01ž‘»uÕp#¨»Ñ<ƒá£À"
  b"\x01ž‘»vMsÒˆ\x18ñ̘˜òo"
  b"\x01ž‘»w¨rz¶·Î¨ë\x04Ä4"
  b"\x01ž‘»z&sãµ,\x07sºz÷+"
  b"\x01ž‘»~ pï¸Àd~Úu\x05Ð"
  b"\x01ž‘»~Zs¯¤õ\x17y’W\x1Eõ"
  b"\x01ž‘»\x7F\x1Epû²3žÕa„¶"
  b"\x01ž‘»\x7F²p\x15Ž\x10WΘ]\x14\f"
  b"\x01ž‘»\x7Fús]®–z{î\x03æû"
  b"\x01ž‘»‚§s§‹]S…*\x16×%"
  b"\x01ž‘»…mp!«ºyÊŽ\x14Ôì"
  b"""
    \x01ž‘»……sñª\n
    ¾m¶\x16Ö\x1A
    """
  b"\x01ž‘»†|rf±oÉì¬gÄž"
  b"""
    \x01ž‘»‡çpt¤¡\x07†7\n
    ¼¥
    """
  b"\x01ž‘»ˆás࣓©åE"
  b"\x01ž‘»‹\tp\x7F·ÃD5ŽEÚË"
  b"\x01ž‘»‹dsQ‡(X\x01àý3Š"
  b"\x01ž‘»Œ­r\x02 }|\x1D"q„“"
  b"\x01ž‘»Ž\x01qT‡º¼‚~j–ˆ"
  b"\x01ž‘»ŽPsö–RÂEyþU•"
  b"\x01ž‘»âpƹÿq[È`@@"
  b"\x01ž‘»‘„r›¿›xÏäÖs"
  b"\x01ž‘»‘ìql–á\x17¿\x0E\fçý"
  b"\x01ž‘»” q9”Ú»[påSš"
  b"\x01ž‘»”Ãqï¾ÇèígB÷‘"
  b"\x01ž‘»•q‹ºÐ(ÙgW·,"
  b"\x01ž‘»–#rE“H¯Ü\x7FX@ê"
  b"\x01ž‘»–Spㄟó¨ë3‘"
  b"\x01ž‘»–œs¬¾\x00òŽÞ‘u-"
  b"\x01ž‘»—nsŒ»7vŒ„8f"
  b"\x01ž‘»˜RsÆ–™PUš«}"
  b"\x01ž‘»šfpi¥y\x07 MÑP("
  b"\x01ž‘»šÛq÷¥G—vç—€"
  b"\x01ž‘»žÁsƒƒ\x16‚X\x06›\í"
  b"\x01ž‘» ƒp\x0F¼<œ¡~¦„®"
  b"\x01ž‘»£ep\x1F»}1\x10ÀŽMÔ"
  b"\x01ž‘»£}qã’¾ Ÿ>\x06‚\e"
  b"\x01ž‘»¤2pó£nýÚàoB"
  b"\x01ž‘»¥qr6»\x1FO¬Ý¥Ô3"
  b"\x01ž‘»©Ùq_„TsAà{áA"
  b"\x01ž‘»©ðsÔ¼qè·¢>°ò"
  b"\x01ž‘»­ƒq΄Ôþç¬cÄ:"
  b"\x01ž‘»¯¹rՐMO\x18ÿŽ\x1D="
  b"\x01ž‘»°‡qL‹\\v÷°>Nj"
  b"\x01ž‘»° r\x14«-#Kží?"
  b"\x01ž‘»°Ür§¨ª à/l\x05\x18"
  b"\x01ž‘»±±p³¶ŽÖÙuàÿ÷"
  b"\x01ž‘»µ2s9¯šœwü(îë"
  b"\x01ž‘»µ6qK¼•4\t´‡ÆB"
  b"\x01ž‘»µ<sØŽ\x19¶ø<\x04—¼"
  b"\x01ž‘»µÄsö¨¿Iª¯—™R"
  b"\x01ž‘»¶\x1Frq¬Mo:½wŸ\x15"
  b"\x01ž‘»¶*q\x0FOÔãX˜=‚"
  b"\x01ž‘»¶[pÁŒ]sÀ\v>e0"
  b"\x01ž‘»¶fsY¦Š€Z§Bzf"
  b"\x01ž‘»¶”p¿®\x1EÙ\e\x010–"
  b"\x01ž‘»¶Ñr\fŽ\x1Aóm5±Sª"
  b"\x01ž‘»¶âs—Š1\x11îUYÅ\x02"
  b"\x01ž‘»¶är+§Œ]¬a¡cO"
  b"""
    \x01ž‘»¶ïsB˜\n
    ¡ŸñtÒL
    """
  b"\x01ž‘»·\x0Eq|‘ª ü>}6"
  b"\x01ž‘»·\x0Fs0Žl#··xp="
  b"""
    \x01ž‘»·\x1CqŽˆ\x06$h\n
    ùП
    """
  b"\x01ž‘»·%pm¦ƒó`syÔ"
  b"\x01ž‘»·+s×ëù;ØÔBŒ"
  b"\x01ž‘»·1pb—βï­=EÂ"
  b"\x01ž‘»·4sά‡C€êÇ6\x08"
  b"\x01ž‘»·6sh²Y{ðt¢<e"
  b"\x01ž‘»·7rr†ºW‰3ñ×\t"
  b"\x01ž‘»·8s8£n·'ÙrH"
  b"\x01ž‘»·:qÞ°$Н’÷\x1Cá"
  b"\x01ž‘»·=shЇžq\tD¶V"
  b"\x01ž‘»·>q\x0F†\fÚ\x08ªÄÐ\x10"
  b"\x01ž‘»·AsÞ®ÁÃ%\x05-§©"
  b"\x01ž‘»·Hr$œ\x02òÊ“\x12w8"
  b"\x01ž‘»·Jq¸“§2ÚJ+å@"
  b"\x01ž‘»·LpÇ´Hԝ/\•\x08"
  b"\x01ž‘»·Nrƒ‘Y^¢BO®ü"
  b"\x01ž‘»·OsÔ©K¬büè\x073"
  b"\x01ž‘»·Spߘ¸úKL\x04\x16 "
  b"\x01ž‘»·Vq ¿.¿\f*R‡\x17"
  b"\x01ž‘»·_s¢™$hš¢=-\x11"
  b"\x01ž‘»·gs˜ŸÜŒ\x11¸\x15“{"
  b"\x01ž‘»·lqÁ€«T;\e©Šw"
  b"\x01ž‘»·rr¥‘Ïæ€”;éc"
  b"\x01ž‘»·usô§\x03̇¡‹z±"
  b"""
    \x01ž‘»·vr\x01·\n
    \x11·»Âx
    """
  b"\x01ž‘»·ys(…wðÒ“\x17\x14ª"
  b"\x01ž‘»·{rg…­¸ÃóWRF"
  b"\x01ž‘»·|rB„ñ>†ïpW\x08"
  b"\x01ž‘»·\x7Fs<µ® Ùè„Î\x13"
  b"\x01ž‘»·ŠsÕ‘ªpÜê\x06k~"
  b"\x01ž‘»·ŽqSò\x1F„µÔ\x10!"
  b"\x01ž‘»·rA±zÄyÑzŒa"
  b"\x01ž‘»·“r”¡ÚÎ<¶Ãqé"
  b"\x01ž‘»·˜rò“‘æ{@> À"
  b"\x01ž‘»·›s¥™o_úšþè\n"
  b"\x01ž‘»·¡qE‹–\r$Êã\x15"
  b"\x01ž‘»·¨sa‰íè_ÌìP¼"
  b"\x01ž‘»·¯sð¾T·b—\x1F³S"
  b"\x01ž‘»·±r@…b›‰žE%°"
  b"\x01ž‘»·²p”¤|Ϩ±‰–3"
  b"\x01ž‘»·¶pn†šƒs€qNX"
  b"\x01ž‘»·¸rVµa÷‡ˆ˜,Ö"
  b"\x01ž‘»·½qS–Ô\x06ý£ùh\x16"
  b"\x01ž‘»·¿sE†Ôò\x1Dî*ý•"
  b"\x01ž‘»·ÅpT¶v¡);âÕÓ"
  b"\x01ž‘»·Ésô¢=闏¬\x02‡"
  b"\x01ž‘»·ÊrŽŽ¬ƒ×(þ5é"
  b"\x01ž‘»·Ípñ—¿‚%±\x12íÌ"
  b"\x01ž‘»·Ðpˆ¨¡GsÊØ¼@"
  b"\x01ž‘»·ÔqŽ„ô:KAþLQ"
  b"\x01ž‘»·Ösê¸Wùzì\x06”¦"
  b"\x01ž‘»·Ûr‹²º0»ª–y©"
  b"\x01ž‘»·Ýsž#CÞO?bò"
  b"\x01ž‘»·às( „¦\x17\x0EÎkª"
  b"\x01ž‘»·çr¼’áNXÿ|\v©"
  b"\x01ž‘»·ëqY¸wq€K1t8"
  b"\x01ž‘»·íprœªÂÙL¢N0"
  b"\x01ž‘»·îq”œ6UùK£D'"
  b"\x01ž‘»·÷qa‰\x1A¹_Óe\x1Cø"
  b"\x01ž‘»·øs‡”®)G–¥?ù"
  b"\x01ž‘»·ûp˽ûîÇåKZ"
  b"\x01ž‘»·þqH¼`D‹ÇHTö"
  b"\x01ž‘»·ÿpHˆÒ˜˜ñ[Õ "
  b"\x01ž‘»¸\x06pæŸþ\x18`èÇO"
  b"\x01ž‘»¸\tr%„þ\fÂÛ¿IQ"
  b"\x01ž‘»¸\rr&·X_DŒId\x08"
  b"\x01ž‘»¸\x10s¨Ÿ#mo4Ósâ"
  b"\x01ž‘»¸\x15qF­¥"Ð\x01"Ÿ"
  b"\x01ž‘»¸\x19s¦¶ZÕÑ„Êãç"
  b"\x01ž‘»¸\eqa¬¾¯\x08•¼4í"
  b"\x01ž‘»¸\x1Eq8ŽA§&áã\x14)"
  b"\x01ž‘»¸\x1Fsƺ‹\x0E¢}÷†°"
  b"\x01ž‘»¸!rÀŽÁùà…«\tm"
  b"\x01ž‘»¸"q\n¯CÌ7/\x00`W"
  b"\x01ž‘»¸$qQ¶@Ó჊>…"
  b"\x01ž‘»¸%qi“‘£yœ\x15Í"
  b"\x01ž‘»¸.q²Ÿð\x16^\x11xÆà"
  b"\x01ž‘»¸1qG¦—\x14,„‘=ò"
  b"\x01ž‘»¸:s»§9\x00›@ð@Â"
  b"\x01ž‘»¸;pò¿µ¬·˜#@\t"
  b"\x01ž‘»¸=q\x18¯L›^£o\x11~"
  b"\x01ž‘»¸>q\x1Cª$ÔäÍGŸ‘"
  b"\x01ž‘»¸@p\x08—\x19žÄX¢¯¤"
  b"\x01ž‘»¸Cqð¢ža‚œ\\x04Ç"
  b"\x01ž‘»¸Hp½¡œkÐ8\x11¥"
  b"\x01ž‘»¸KslªxÄoÕZ½E"
  b"\x01ž‘»¸Nq&½Ü\x14\x00Ý…\x1DS"
  b"\x01ž‘»¸QpR¯—¼²CxØ…"
  b"\x01ž‘»¸Rp’£…‹5€ŠÙÞ"
  b"\x01ž‘»¸_stt›CÏê\x12Û"
  b"\x01ž‘»¸`r*­ú28:iŒW"
  b"\x01ž‘»¸brÅ®¥ŒÚüQ<æ"
  b"\x01ž‘»¸cs\™²í†C‚â¶"
  b"\x01ž‘»¸er9Ê³i¢\x04'¥"
  b"\x01ž‘»¸fr¤²éï”ÕÌQ¿"
  b"\x01ž‘»¸hp#¯\x16\x01ÂÝäU³"
  b"\x01ž‘»¸isMšˆ×\x10T±Ñ«"
  b"\x01ž‘»¸ks1¹ÁÞvÌ^CA"
  b"\x01ž‘»¸lp\tµ–<(œÍç"
  b"\x01ž‘»¸np׬\x10ÅÆFÜ¡l"
  b"\x01ž‘»¸qs鑯¯$\x03\x19|Î"
  b"\x01ž‘»¸rr÷«‚é.êÿ1c"
  b"\x01ž‘»¸xr"€Ý–ªÝ\x1A\x08Å"
  b"\x01ž‘»¸zp¤ž‘LSšå<Ë"
  b"\x01ž‘»¸{r\x0E‘®\x05\x10årÛ>"
  b"\x01ž‘»¸}p¾ª¸€µÞöî"
  b"\x01ž‘»¸–p,€ud!ô\x14F£"
  b"\x01ž‘»¸›sŒ´›Îh•A\x12\x03"
  b"\x01ž‘»¸žqÕ¡ƒ\x1F\x193\x12åQ"
  b"\x01ž‘»¸ŸqÒ›rSÔ''s\f"
  b"\x01ž‘»¸¡r ­~Žê¸˜P€"
  b"\x01ž‘»¸¢só‚$¯¢þòRK"
  b"\x01ž‘»¸¤rî³Ç=œÚ.ŸP"
  b"\x01ž‘»¸¥r\x17°ºÁTv½{"
  b"\x01ž‘»¸§s\x06˜¡Öw5m\x16Í"
  b"\x01ž‘»¸¬pq—€¯\x01'è'N"
  b"\x01ž‘»¸­säš~ñèHY·Y"
  b"\x01ž‘»¸¯pß„(\x7Fi\ù\x12ø"
  b"\x01ž‘»¸µsǪ_W&ºþ'Æ"
  b"\x01ž‘»¸·r\x7FŽE‰(-¼1["
  b"\x01ž‘»¸¼qö¼z¦\x12vDž)"
  b"\x01ž‘»¸Ás}£I«;(öLÚ"
  b"\x01ž‘»¸ÈrJŽ\x08ËJLÚVs"
  b"\x01ž‘»¸Ës¡‹kˆü®Žq\x11"
  b"\x01ž‘»¸Ìq¤•ÝÿÍæ\x01½©"
  b"\x01ž‘»¸Ðq€s2"”€Ï}"
  b"\x01ž‘»¸Ós:¤f\x1E°\x15âš\n"
  b"\x01ž‘»¸Øq¾“"“è~ž\j"
  b"\x01ž‘»¸Ürû´%¿Ù]¿ÚÎ"
  b"\x01ž‘»¸àsò­\x04Yj>Ï‹V"
  b"\x01ž‘»¸ãrɽÕü\BkÛ¥"
  b"\x01ž‘»¸éq±¡œ—Þë\fQœ"
  b"\x01ž‘»¸ês0¿C›fQqêë"
  b"\x01ž‘»¸ðsʳ²ê7\x08ìÚ]"
  b"\x01ž‘»¸ôs„¹À·Ì|âß"
  b"\x01ž‘»¸÷pϼ“Y|˜ŸBÈ"
  b"\x01ž‘»¸ùpµ°\x1D²bøj&‘"
  b"\x01ž‘»¸ûr\x1FŽ\x19ØØ-°ë‰"
  b"\x01ž‘»¸üp$„\x1C9K®°Œm"
  b"\x01ž‘»¹\x02ru€£=Â…ý±G"
  b"""
    \x01ž‘»¹\n
    rH–Qw\x07ëÃ-L
    """
  b"\x01ž‘»¹\fsK™Î\tO„ã\x01p"
  b"\x01ž‘»¹\x0Fq7‰ílƒfúfä"
  b"\x01ž‘»¹\x13rF¸¶×~žÈ¬ý"
  b"\x01ž‘»¹\x16pp¼ñÇS\x11©ëB"
  b"\x01ž‘»¹\x18q]‚·N¬{”Õ="
  b"\x01ž‘»¹\epn©zÝsŒ¿k\x18"
  b"\x01ž‘»¹\x1Ds¼‹\eÜ\x02iPh®"
  b"\x01ž‘»¹\x1Fr·°'^\x1CBíO5"
  b"\x01ž‘»¹ s’‚ÉL¸&/À@"
  b"\x01ž‘»¹"pM–dÀ‚ö\x00Zi"
  b"\x01ž‘»¹%s\x0Eµ ÉO&ÆpV"
  b"\x01ž‘»¹'q\x13\x08§I3•»"
  b"\x01ž‘»¹(qâº#8¥>`ã~"
  b"\x01ž‘»¹*r…–lf¦\x0EÅ@\x1C"
  b"\x01ž‘»¹+qL¯±ø‚à)RÂ"
  b"\x01ž‘»¹-s„²ù;v>\tš•"
  b"\x01ž‘»¹/pÓ—\x11\x11UT:…Ô"
  b"\x01ž‘»¹2p|…SÍ÷\x1DEÏ›"
  b"\x01ž‘»¹3rå† \f¡\x0Ehß("
  b"\x01ž‘»¹5q4›””œOÕ,"
  b"\x01ž‘»¹8seŠé\x1F/Çï‚\x0E"
  b"\x01ž‘»¹:rZlb\fÊúU\x00"
  b"\x01ž‘»¹=r.ŸR\x17øã¥Ï"
  b"\x01ž‘»¹?rݏ%#®Wù¡\x00"
  b"\x01ž‘»¹@pá«Ú\x18¯’å…"
  b"\x01ž‘»¹Cr±®\x03&‘+ƒV."
  b"\x01ž‘»¹GpÊ©\x03%¡\x06\x14gž"
  b"\x01ž‘»¹Pr—ªÏ±…\x19B\x19a"
  b"\x01ž‘»¹QqDžÚL\x01ÎÎq\x12"
  b"\x01ž‘»¹Ssށ{\x11“ÏHq^"
  b"\x01ž‘»¹Xp¼ŽÙ“õت1"
  b"\x01ž‘»¹Ys\x0F£¤S\x06[\x10÷Ï"
  b"\x01ž‘»¹]p‰²‚Ç}T›)€"
  b"""
    \x01ž‘»¹^p\n
    °JÏ☩\x1DÀ
    """
  b"\x01ž‘»¹as\x08‚Ï®\x1DâReŒ"
  b"\x01ž‘»¹csá€.yXQÎÁ\x07"
  b"\x01ž‘»¹epO‚à5±©æUf"
  b"\x01ž‘»¹fsÜ“„2©òÂÿ"
  b"\x01ž‘»¹hq\x07„k-†ÇÚÈ\x05"
  b"\x01ž‘»¹jr ¯^ÙiÚ³c+"
  b"\x01ž‘»¹rqë\x02+ÎG\x7Fta"
  b"\x01ž‘»¹up=›ø™Ì²|¯\x04"
  b"\x01ž‘»¹wsjµ†\vú\x17mÃ!"
  b"\x01ž‘»¹ysA‰\±[Kê±Ã"
  b"\x01ž‘»¹zp@¥#\x06|‰Ek£"
  b"""
    \x01ž‘»¹ƒp\n
    ‚¶æœ±C\x0FÏ
    """
  b"\x01ž‘»¹„r͏¬\f\x05\x02-\f\n"
  b"\x01ž‘»¹†r…¡ Oí­põË"
  b"\x01ž‘»¹ŠpK‡¨¯éâ•mâ"
  b"\x01ž‘»¹‹pl¬o€P¯}ǽ"
  b"\x01ž‘»¹rΠ©¯…½¥Ã "
  b"\x01ž‘»¹”r\x00ˆp‚*pÚ÷‹"
  b"\x01ž‘»¹—qKµ´v¯kÝ\x19–"
  b"\x01ž‘»¹›p\x12È\t|‹øžV"
  b"\x01ž‘»¹œs¦¬˜w˜pT`m"
  b"\x01ž‘»¹žq\x18€úÀšÐ\x14W÷"
  b"\x01ž‘»¹«rŽž\x19θœf\rù"
  b"\x01ž‘»¹­p¹šm^¾U‰å"
  b"\x01ž‘»¹®p\x06„­.\x16°—W\x01"
  b"\x01ž‘»¹²r¾¢¯ù}˜œö"
  b"\x01ž‘»¹·q\x07¢\x13¦\x1D\x1F\x19ê\x17"
  b"\x01ž‘»¹»r­¾=h!cN!À"
  b"\x01ž‘»¹¼qñŠ%Pà´Wt­"
  b"\x01ž‘»¹Àq6´ø\x1Fj<l[´"
  b"\x01ž‘»¹Âp]¹~10%?xT"
  b"\x01ž‘»¹Äpàš¨\x10\vö9‘"
  b"\x01ž‘»¹Åp[«Žf‰,þLú"
  b"\x01ž‘»¹Çpøœ2ÌVaÐñ3"
  b"\x01ž‘»¹Ëpº¸‘£[\x7F\x00G”"
  b"\x01ž‘»¹Íq¹­·xp­BU•"
  b"\x01ž‘»¹ÐqdKñà¡p´÷"
  b"\x01ž‘»¹Òsá€!ìÛb96("
  b"\x01ž‘»¹Ós¦…ç\vN„öŽ\x12"
  b"\x01ž‘»¹Õq\x10µ¼\x13^MS­Y"
  b"\x01ž‘»¹Ùs„·ò\x01€´ºˆÀ"
  b"\x01ž‘»¹ÛqQŽS³Ìæ´¹ö"
  b"\x01ž‘»¹ÜsC¥\r,«€Fñ\e"
  b"\x01ž‘»¹âq\x05„RRbbÀ^}"
  b"\x01ž‘»¹ës\e˜QŒ“\x1DëxL"
  b"\x01ž‘»¹íq\r£\x00mчÆYW"
  b"\x01ž‘»¹ïqúƒ\e£?êvg×"
  b"\x01ž‘»¹ùsÜŽŸ4×\x1Arу"
  b"\x01ž‘»¹ûsý\x1EÇצCH\x17"
  b"\x01ž‘»¹ÿs2»ØRW\f{FX"
  b"\x01ž‘»º\x00r\x17¡\x13\x0FMë_£‘"
  b"\x01ž‘»º\x13p\x0E’áì¬Iíç€"
  b"\x01ž‘»º\x1Cr!›â€žµ\x19ºv"
  b"\x01ž‘»º\x1Er\x1DŸÖŽÊ®\x1F\x03"
  b"\x01ž‘»º$qÎŽ¦Ý4~K*\n"
  b"\x01ž‘»º(sú€\x13h%\x064x›"
  b"\x01ž‘»º,re^9\x00P‚[—"
  b"\x01ž‘»º-q¦¢¢¿‘$\x7F[Û"
  b"\x01ž‘»º/pB½^B²w·N‰"
  b"\x01ž‘»º`q–Žùé·ÏÅ[›"
  b"\x01ž‘»ºer‰¼¢bä,G\x0F\x1C"
  b"\x01ž‘»ºhp?¼ªù!þ>lj"
  b"\x01ž‘»ºlrž£dÂû<3ì“"
  b"\x01ž‘»ºorª…Ÿ0ÓêÁÐ\r"
  b"\x01ž‘»ºss§™\f\x17`ôœÞy"
  b"\x01ž‘»ºzp8«Ò©mÖ©å•"
  b"\x01ž‘»º~pm„ã¸Úa¶KT"
  b"\x01ž‘»ºpÔŽnçS¦gÆ\x13"
  b"\x01ž‘»ºˆs0¨š÷\eŽ˜Ï®"
  b"\x01ž‘»º”s ‰¤Pì,¢\x08"
  b"\x01ž‘»º£pªˆ…§\x1AN»¢Û"
  b"\x01ž‘»º¬q‰¯Uû]¶hdµ"
  b"\x01ž‘»º¹rN‡°gT¥Žü"
  b"\x01ž‘»ºÁrÀ¿\r—°…Á”\"
  b"\x01ž‘»ºÇs€ˆ¡;¥tW®5"
  b"\x01ž‘»ºÔq\x1Aˆz\eYB4Rd"
  b"\x01ž‘»ºÖr.ºr]ðKJWž"
  b"\x01ž‘»ºÝr·Œ\x1A¾\x01K‰ÿ/"
  b"\x01ž‘»ºçs±¤§µ÷ê\x14·"
  b"\x01ž‘»ºîq!Šñ\x107\x03+m-"
  b"\x01ž‘»ºðs¹—@š\x15îq<b"
  b"\x01ž‘»ºòq¸U>D„“&ˆ"
  b"\x01ž‘»»\x03s/—0ÂÎï¡v"
  b"\x01ž‘»»\x05rŸ…þ—¼œîˆ"
  b"\x01ž‘»»\vpl¨6\x036ë#Î\e"
  b"\x01ž‘»»0s§‰\x02„{e9˝"
  b"\x01ž‘»»4pŸ½¤5%\fèÁû"
  b"\x01ž‘»»8p‰‹\x18ú@@ié"
  b"\x01ž‘»»Rq1ŠæÐÑ\x14ã.6"
  b"\x01ž‘»»as¥«O¶¸\x12\»"
  b"\x01ž‘»»epí©Ü­«ä­í"
  b"\x01ž‘»»°q!‚ÿЏ(\xç"
  b"\x01ž‘»»Áp\e\x07žT›Ìše"
  b"\x01ž‘»»äsòžÄÑÑÃe¿`"
  b"\x01ž‘»¼\x11q²šÐ&õqV–\x02"
  b"\x01ž‘»¼\x1Arñ¸K:Œ`\x04°ô"
  b"""
    \x01ž‘»¼0r1±.ô\n
    Š¿z¬
    """
  b"\x01ž‘»¼8r\x00Ÿ>Ð]؁Ìf"
  b"\x01ž‘»¼<qޝV„ù\x16 ‹b"
  b"\x01ž‘»¼?pHžˆÇÿlt–"
  b"\x01ž‘»¼Gph†œýž\x133Èg"
  b"\x01ž‘»¼Lpe·né*ñ\x06÷È"
  b"\x01ž‘»¼Trp›ÑmO;;ÉX"
  b"""
    \x01ž‘»¼Yp\n
    €\x0E ÕÏ|a¡
    """
  b"\x01ž‘»¼lqí;ÎEš-0û"
  b"\x01ž‘»¼xs䑺ºAÝÙ/–"
  b"\x01ž‘»¼zsu§\t¥Ð­Z£="
  b"\x01ž‘»¼¢q$ ƒ\x1F*Ê\x02r "
  b"\x01ž‘»¼¤p™£ÝF/€I=¤"
  b"\x01ž‘»¼³p:¯![W„ž­¦"
  b"\x01ž‘»¼¿s\†rÀl`Fka"
  b"\x01ž‘»¼ÅpgŒ% MŠë"ú"
  b"\x01ž‘»¼Ís!Š.¬\x14Õ\x02Å©"
  b"\x01ž‘»¼Ïp\x10Žïš¾“\x17\x01h"
  b"\x01ž‘»¼Ôpù¸/]p¡)£-"
  b"\x01ž‘»¼êp÷¿‹.\x1F\f\x13^Å"
  b"\x01ž‘»¼õqÉ›7eØsl«¸"
  b"\x01ž‘»½\x06p\x10¾Ê0æ\x04ð@n"
  b"\x01ž‘»½0q§ƒ:¯‹\x1D‰[ø"
  b"\x01ž‘»½2q ®\x07qéáNÔú"
  b"\x01ž‘»½3p™ú-¡J¥›R"
  b"\x01ž‘»½9r>…Ë\x1Dvê\x04’6"
  b"\x01¾\rú/ÇK–‡Œ‘·V+9ß"
  b"\x01È\x15ú/üG™¨›q»«ó…û"
  b"\x01Ò3O[(HæAÖp%FjÖ"
  b"\x02o#\x7F© OQ¸\x19!ÕÒgé\x18"
  b"\x02—àÚŸGC\x0E \x04þ€röû="
  b"\x02ͬãêâE\x13¨qª\x05Üp›^"
  b"\x02Ü ±kþBûºîß’Ø™á¹"
  b"\x02ã`ã± Ow¹TL2g¨\e"
  b"\x02ê±ò߉AxR3st\x08ƒô"
  b"\x02ÿ˜\x01›B\x02 ßy÷|%”ü"
  b"\x04\x1D\x06¾¦\x15MÖª\x1AŸ} ï¿\x00"
  b"\x04#á·‘ˆFâ 8Xjí1VV"
  b"\x04þH¶#FRŽ\x12(áš$¯\x19"
  b"\x05\x06\x1DÁ\x06¡Ly‹ßv…k\x1Eà\x02"
  b"\x05m°LPKFÒ¢¯Ö#6²&F"
  b"\x05u‡ìdŠ@´¥ÿðþ¹Œ“n"
  b"\x05§¶Wƒ\x1EM`p×”\x03Îc\x08"
  b"\x05Ì1»r¦E\x1C½\x1AHFÏçjA"
  b"\x06µâGžðC¶»]<\x1C$\x1A¾ú"
  b"\x06æ¿=ì6G“\x7F\x1Fé,r½Ì"
  b"\x07\v%\x06\x17%H˵¥Ð\x04ä„¥—"
  b"\x07a\tñg¦A™€—K,åP|\x10"
  b"\x07fU†÷DЋÍ^(\t\x15®‰"
  b"\x07z¤£.»Dž‹¢k~¦ïñ÷"
  b"\x07È\x1Dï?Jò„\x7Fmº\x1EV¡"
  b"\x08\x19ÙÄQ¤NĈ;x¡‡’²C"
  b"\x08¦å\x1E(iAÖ½b¦Tq°ù¡"
  b"\x08¿wÛ(ŽHOŽ_\x0EêeBi!"
  b"\t\x15éÜá¯Gˈߙ\x07ç6¸¶"
  b"""
    \n
    &\x16\x03Û“EG­…hÀéâ©\x19
    """
  b"""
    \n
    ¼[ ¼Gy\x14låQ
    """
  b"\v%OÌNÑI9‚Ì&Ç|·§Þ"
  b"\vQÂЕAŸ¿£ôBä}žð"
  b"\v¡™ÇÒ©E½´÷è[ÂÖŠ©"
  b"\fWºÉ´«D9ªÖ·éxS\("
  b"\faþg4ÉC$«4Î)4†0©"
  b"\f¸h$ð³Ce©-ñÎNWÙ¯"
  b"""
    \fÓÝ\n
    ˜ÍL®´\x07\x18 ë\x05\x15í
    """
  b"\föàaR©BÝŸj/GgYwh"
  b"""
    \rð¾ã?eO\n
    ‰¿Õvw­˜a
    """
  b"\x0E\x04Œh–WDCšDµE\f7U\x0E"
  b"\x0E˜U1ü´Eú€Ê|Õó‡Y\x07"
  b"\x0Ešu+\x1D2DJ¨ÓK\x0E\x02à\x14="
  b"""
    \x0F\frû‚¯E2£p\n
    é¾\eÁc
    """
  b"\x0F)\x00lÂ÷N¾€³Ìle&À¸"
  b"\x0F‘Ú\x13à¯E ¤$¬&!g\x06\x1D"
  b"\x0F¿h\x19PÂA†³\x08žZr\x1F‰o"
  b"\x0FÆP¾{\x00I\x7F\x19‘Ÿ\x06©\x1EÆ"
  b"\x10#\x1A\x13RMN\x05Ž9U\x05µíg/"
  b"\x10AÁЁçBT‰Êr\x15ÜñF\e"
  b"\x10\x19‡\x06\x11F\x0Fš \x1C·uùÞn"
  b"\x10»¯\r÷\x1FJԏ¿w·N„qõ"
  b"\x11\rû9³7Ht†d\x011ÖÿMW"
  b"\x11EÐ'Ú\Ks‚Ã\x0E‰å\x1CµA"
  b"\x11ÎN°{TO\x1EÏÓ\x7F\x06ß\x19Ï"
  b"\x11íøÇ±KS€7ÑTIû™ö"
  b"\x12'˜ú\x04ªA\…»¹êv\x05WË"
  b"\x12?Ò\x07&´B›§Ø\x19\e`\x15͈"
  b"\x12\@ 2\x05E.„«!S\x07½@("
  b"\x12b{-šýOݸªAvjVú\x7F"
  b"\x12Â=ž<ËN\x1E¼\x14ŒÕ)\x01ð#"
  b"""
    \x12þ7\n
    ü7Dê£EŒi®~Td
    """
  b"\x13+PV™ÃH.·pN;Y³¨ý"
  b"\x13Ù»Gí\x10Hæ—\x0Ez\x019L-î"
  b"\x14\x1F[Zb…KÿŽN\x19b\x1C†\x04È"
  b"\x14ûíTýž@\¤Ö¾õÔ!ïÕ"
  b"\x15ë\x14šÑìG\x1F›e¬‹\x1F°´ï"
  b"\x16yôòÂ\x03@\f¯ý‚\x1E3iØ–"
  b"\x16\tÙ\x00§Jè¯]\x00,‚I*ì"
  b"\x18˜Î\n›J~¿†k\x174\vP"
  b"\x18÷BLU¯G\x15§2\x17Ç$\x1FŸ˜"
  b"\x18ý:ްÚK芟úÛ›– í"
  b"\x19:Qlé\x1FO\©£\x05!\x08šö¤"
  b"\x1A‰:‰\x00•D®‘‘\x0E™\x04+È~"
  b"\x1A¼ØùÕ–N-ž²ß*Õžç{"
  b"\e¯w‡·\x18LšƒQFMÈ×ãÞ"
  b"\eËŸ\x05KÜFÅ–¥$ÃêŸ\x06\x18"
  b"\eÑ(£Í_HˉŽö=\x00-+7"
  b"\x1C\x0FOj\x01ËD‘¾\x13®¤š67ç"
  b"\x1C®ò8ܱOÔ±_­ûú”ѧ"
  b"\x1C÷aÜ: M\x1C…Þc¦sb¬\x08"
  b"\x1DP¼F3AN6‹¿â©îîÔU"
  b"\x1Db\vÿÇæI½”h?Z¡E¼£"
  b"\x1Dr¼Õ\x1DiF\x13†€ß×<îô5"
  b"\x1DLÀ­…K®»àœÄ\x1DÒeg"
  b"\x1DôkÕóÜJ9¿‚Ì%j\fl{"
  b"\x1E$\x08ÆWG2¤˜ê\x17²Æ\x11\x7F"
  b"\x1F\x05Ž5ËÁC/›:¼•D£N™"
  b"\x1F\x1EÖŸ\vHŸ¹>\f2ƒæ°@"
  b"\x1FX´?Ü&@=½ê\x104¸\x1CŽ\x01"
  b"\x1FÕk\x06‚þH(»ëV¥\x17'½õ"
  b" JGCN„DQ˜†ˆ8Äè?$"
  b" ù´Š™Oз.'¹Te+Ú"
  b"!\x03𲬣A\x1E±\x15ßç\x1A;©v"
  b"!Z.ò\x03nMZ‡”O`vΙ&"
  b""\tuÑs½IN¨µMSz¶,½"
  b""–\x172|§M\x10¢i–ÛédÇ\x1D"
  b""©&¯ÆpJ\x10‚aE \x10ò\x1A"
  b""±\x00ƒãSH©ŽñÙ\x17¾°L\e"
  b"#-z‡0<G`‘ó\x008\x1D¥\x1FÃ"
  b"#.¼ËZgB\x14¾e3i¬$4"
  b"#Cþ\x11a³K¶€…e—ϘÆÚ"
  b"#\x7F\x1CÞLÙ@ñœ\x14@ñAKGW"
  b"#Í\x0E¤¶×Nñ—gs»›Ç,À"
  b"#Ñ."Z\x04@Û™[z„üJŒ("
  b"$pYh\x03\x06K\x11¶Èõ<Îz(k"
  b"$Æús\x00ëGü½ˆÌæ$e\rv"
  b"%\x05·¶+¾Næ\x07êK\x1Eµq\x18"
  b"%(¯ÀM\x17EnŒÓŠÖÈLRK"
  b"%“\t\x15…@x¯ˆã¥&†3"
  b"%µZ(ŽïE¼–Ük\x01\t^†¿"
  b"&͐Žè@AÞ©]˜|¶õ¢x"
  b"'J&Ï`´B·  *X“"
  b"'Y_d"UIܱ\x06Û–ÜÙŠ6"
  b"'¿\x04®\x0FïJW±JÜý֏úÙ"
  b"(\x1F,ñdŠHú´\x18¨\x10\x17îm\x07"
  b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
  b"(™£ù.NöÏY÷~÷ˆx"
  b"(Åj\x00µ†Jr·JéRª®¿"
  b"(ì/Ï\x13¯N5‡ýÒÒø]¹÷"
  b")\x0E1p\f‚@ë€"޲¿\x0F´Õ"
  b")&ÃA\x13£C`\x184R\x12‚Ç“"
  b")=üåÙ\x02GP¶×!am ׎"
  b")lÑü\réM۝Ä\x1AØMxB"
  b")—D‹hšB\x11ˆð¾O\x1CË{©"
  b")ÂïîoÕFõ£CgV¦‹\x06í"
  b")æw’ݝMîŠÁÌTmó'ç"
  b")ôí`ýÂB6‡ì­ÌD~ô"
  b"*ƒ\x0E“Ã:J¦¹•*ª$\x05µ‹"
  b"*Üc‰,ÙHÖŽ a°Í:Ú|"
  b"*öŽ]\x19\x15LX¨üî´¸\eü\x0F"
  b"+\x05&Vs`KÒŸeCƺwiÆ"
  b"+&B8ª\x05K@´\x13\x18ü¾œi\x08"
  b"+;™¼³»A`¡ñv3dGš¦"
  b"+¡Æb-’@Œ ãÝß\(©ê"
  b",\x18&n§\x1ENË¥\x136\rUW¸#"
  b"-0°®ÇªN\r”Ç…ùYx"\x1E"
  b"-Bÿ,æ;J܏ˮ™é WL"
  b"-‡î>e}IHºÑ/Â/1RÀ"
  b"""
    .\x08#Ø>¶M+‹º\n
    \x19×Ýð;
    """
  b".yÎáùŒKL¼³,\x12záél"
  b".Ž\r…`òDN‘~^õSÍ‹ò"
  b"/pæÝ\x02\x1FFô±T´6î;ãÿ"
  b"/–/èä¯Dh­é…†årùü"
  b"/§a6\x00yA¦“ÞbhV‚Î\x03"
  b"/Ü4í›\x08Fc‹¢4\x03Ò–«."
  b"0ZòdkXKúîAZâo9\f"
  b"0£iõG0J¾“bZQ:ðm\x1D"
  b"1\r¶i»\x00K§’é¶4³\x16Å\x16"
  b"2W©Z†0B^®ý¦F¾\x7F­×"
  b"2û/j\x03 JЁ޼V8ŽwÃ"
  b"3\x02yÛKVF¯‡{‹\x13ÜÊÅ®"
  b"3$ùiO¯’|=ñ\x06ÍÓm"
  b"3T~\x1Aã?OΧZßå\vÄ-M"
  b"4\tØ\x00“^Gñ'\x01¿\x126ª3"
  b"4\x1FÖR×\x1CG[²ªI\x18›\x162ü"
  b"4S\x0FÆžÊNº¹ŠŠ/¼°dÙ"
  b"4žXÑ/ÉAûœVX©áU‘\x15"
  b"5XXáqÅH\f¶~£fˆuêF"
  b"5\x7F[56F¥‹ÞöðÁ1H"
  b"6¾D\x18øA••>\x19×V«k‹"
  b"6ÂÉIgòL·¸\x00óÙð\x16p"
  b"""
    6èð\x04µBN\n
    —å\x13.o†Ù‡
    """
  b"7\x18‰\x1DZi@r«,Á\x16Z\x16ö°"
  b"7"ìyñC´¡ÌG·z,VL"
  b"8\x11Kø\x16ìF-›ä˜ÌŽšÜù"
  b"8\x1A…¡g\x07IB—AŸ³9±zB"
  b"8\eû\t¹W@\x04d·2вï"
  b"9P»ôØžAš£Pi$ºäSr"
  b"9i¹1q=@P‘\x13n\$}­t"
  b":\x11H œ¬N*»â‡lj†ÜÊ"
  b":YŽ\x16‹$I¼±Ü%ðÏÖÄy"
  b":{âB\x14J|ŸXn•ú¿œ™"
  b":˜8\x7FgìC"½\r±K\rµ\r\"
  b";x>ƒ“GÞ”­6£ÉîX¼"
  b";y©ä=UDm—ôÌi¢\x16Dâ"
  b";‡Ž(ÛðD¾–™‹ÈÐ~’e"
  b";ç÷²‹ëE\x11¡u«žŸ4·"
  b"<\x05<41îCaƒ\x1C®ýBfHÕ"
  b"<ù>\x06‹F‚f\x07ð©Ý¦Â"
  b"=!Æ^ÓþIR¬\x08L÷©iÁ"
  b"=d7Y\r\x03N¶š\x12€Ÿ/L1x"
  b"=ߣKrÐL^Š\x0F™\e{=IÏ"
  b"=è¯ÅíBM΀‹înƒ…á"
  b"><cmS„Mໆ\f-¢ô'Ž"
  b">[ER\x18ÿCé™!\x16wêì\x1EÁ"
  b">[e\x0FºiDú£€gÊðÀ½¬"
  b">[¸\x0FÛŸHf¹ÿq_’þ¡k"
  b">ƒÅ¹){AJ¬\x016`LµLõ"
  b"?\x08óÀ*\fJ\x03²ƒZEÒ\x05©ú"
  b"""
    ?\n
    А|¯Au¤T\rÕ¼6—7
    """
  b"?\x13ì\x02»‚A\e™•Ͷê\x1FY;"
  b"?bj…K%J=³ÚçÍ\x13\x14,°"
  b"?rŠºÍ(M,‚.ta\x1DºÂN"
  b"@\x133F}O\x01µ{]d\v£û"
  b"@>«ë§\CÓ˜_I(öpQ"
  b"@÷ËídO\x00§´FgïN¢"
  b"A©ŽX½‰G#€l?×虪\x05"
  b"BU½™{mJz–ßÌú\x0FªjÔ"
  b"C„†k\x00\x1AI°•¾uÙp\x00³å"
  b"C‹\x1A¯‹1AÇ™9\eEŽ¡\x0F’"
  b"D*£oW—Cœ¡\x1C$ùx$Ø­"
  b"DŠtÎö±L…’\x15ni¿€Ðp"
  b"Däh¼gÆA؁B§·ñkë"
  b"E±Æ˜Ú”Blƒi˘½\x12«´"
  b"EÇ…~w„A6–\x13úðs\x03êÉ"
  b"F\x13ºZZ÷B1³ã¯\x08Á^?ô"
  b"F_¾šÍãI‘©\x04½©ûñJM"
  b"G>\x14‚TœIñ‚W÷ýÎu\\x08"
  b"GG"\x05N¹HF–ÒlÀ¯ïã‘"
  b"H\x1FÊ@ì’H8º;Úð»a ÷"
  b"Hi<wF|FðŽ\x12áCF¿øm"
  b"HŸV\x1E1\x13Iœµ\x10Y\x18¸fŒV"
  b"JŠ7‚\x04øD¦€¢‰*rØD²"
  b"""
    JŸÀN\e‹B\n
    ›ƒ[¡ü{Ÿð
    """
  b"J¢|Ù ÏN«ð¯\x15W~\x10ô"
  b"JõBÌ\x062D»˜½šŠ\x02\x04d"
  b"K\x1F½ÌÞeNxŽÂuÒjíõ†"
  b"KCò\x04‘åI³5ÊzbiÍt"
  b"K‹³,§uNx\v&ü\x13$7†"
  b"L\x1CuERÛB$\x10vÒæ¸ZZ"
  b"L‡G\x1AâB\x15šÖ°\f\\x1DÜç"
  b"Mƒ\x03dîéI™£\x03Q\eæZ¿;"
  b"Mèê°^¸O«³ÉU:š¾x3"
  b"O5áK0\vA¹˜,„ \x7F¾ô½"
  b"P\x16\x1DÐŒH–—ŽKâ"«\x12"
  b"P\e¶Ž˜öGIªe¸¥ºš\x07\x16"
  b"P@žw\x1CÍNë’\x19\x04\x0EÁføá"
  b"P¸ä_ÞVAà©\v<xË‹>™"
  b"PïF²ÉFV¥I"¬¦ª"|"
  b"Q3Lþ›)Lx©Nµ¬ùzk8"
  b"Qu\x11R»âAñ”ÈoÜ>‘x®"
  b"Q‡ŽËT\eK\x04†<ê÷þüºŽ"
  b"Q’8^*\x13N%¿·Öäk‘}§"
  b"Q¸©ãŸ…Af±"rÖù/\x001"
  b"QûŽË·\x16I\x05ˆÕPKa$2\x08"
  b"R\vuT“F­Ž\x0ETÉ@\x01½Õ"
  b"R\x0Fc3  KžªJ×ã[Ÿ©'"
  b"RA­ªÑâ@\x04š‡ Âé¬aå"
  b"R–]éÌSGÕƒëÙˆÇ\x13Â\e"
  b"S=¢ÄŠ\x13N¼…¸ÆZhègh"
  b"S‘:›øÝJô‡ÏÞ•<\f+E"
  b"ToA:ðöOlŠÉž\x13ÊëØ"
  b"Tˆú\e\x11sK‰’ÑñŽÞÆA—"
  b"T¸,Ê\r‘A³¸B=ô~­Ó`"
  b"TÐŒ2\x00˜Oî§g߸¤êŽ£"
  b"U\x07LK—±Hl Óê„\x01Ï\x1Co"
  b"U?\v\x1EX#KD“^¹%¾ûû%"
  b"UX\x06Þô“G־ĚãqõC"
  b"U¨œWH±Dq½vðSÜmk"
  b"UÙ\x10¤›\@?¡óÏÜŒxÅ¡"
  b"V<{¥XàB»¼,°1×H½I"
  b"V†\eW\föE ¤ ³öÚÛ£‰"
  b"VÖxZÚ§I*«'a¿B"rœ"
  b"Vê&ëý\x17O\t…º.5‰¼Õ\x13"
  b"W½¬@#qFÅž–˜É‘¶bž"
  b"Wßlà¯,Gúò¬ËÍbÙ+"
  b"X-\x1E)õÖC]¢M%ð¦ôǹ"
  b"X•·C\x011@p¥óÔ7¼†y"
  b"Xòÿ±C÷NŽ«\vGÏ\x0F\x1AÆâ"
  b"Yè¨J¾tL›-Y4\x18[‡s"
  b"Z\x04uMë"I焟[\x18\x12>\x7F\x18"
  b"ZÒü´\x1CTB%©Ÿà¥é¡Þ"
  b"ZÝwàþéK\x10•¹\x1C`H䋊"
  b"ZãK탋Ot‘\x07)#c`–ñ"
  b"[IÌ3‰ýH\x1DŠ¢\x02Aì#_\x7F"
  b"[—+F Kä¾ÙJiŸ\x07÷Ú"
  b"[À\x14……nI\x1A’\x07Tÿ\x1Dæý6"
  b"\mÝ\x127\x1DKû…ujÍÉZÉ""
  b"\¦¶Ã(@)°>\x16ý÷ÿIÙ"
  b"]\x1A)ßÌ_M\x03ªò\x10Á\x00VìÞ"
  b"]&N翌Cá(=\e²‹\x10"
  b"]B™¬ü¯@Ô‡†Mz\x1FPQI"
  b"]†´·pYDä”\eCÔ‡(©½"
  b"]×ݱEHÕ­>„åP1‹\x07"
  b"]ŸÂÆìnGN˜oz\x03½\x11\x08+"
  b"]ÂÉ\t\x18ZO\x13¥4‰¼\t>)H"
  b"an>ŠïŽEª‘Ìè=›KÔo"
  b"aÍX…¨ÊCˆ¹»ÿPՏe\x7F"
  b"aÐjd\x15ÙFƇøt}q9¿Ï"
  b"bTu=\x05§K\x19˜bŽÐvGhù"
  b"bkÔ±·´OZ†}¦nwš\e§"
  b"bz\t‚ýŽHG–.d’:»YR"
  b"bŒ¢Ž\eýI”¦\x01~9‚o\x18\x01"
  b"bÿàDZwK»»UfGˆ%Èß"
  b"d--'hFKA§Ð\x1C\x05>õ\x06"
  b"d5TRº­Mk Ïñ¹”E\x13\x18"
  b"dôm\x05¯ZI\x08¡ûâEây*"
  b"eMrP{bKC¡\x02Øg:ËŒo"
  b"f> ÕDs@âN FJŽšÞ"
  b"g\x12K\x1D\x1FØA4³ÉQ\x0E¾^½"
  b"gl˜rÐ:A™Ÿ;”O‘~TŽ"
  b"gƒ\x03[ü2I\x03ŸNÉûïFv\x02"
  b"g [;Œ†A3‚Ñ&÷Àñlß"
  b"gØ(áŽðKb¼}\x0F\rSË"
  b"gåË¶&N˜¥õ[¡\x1D€ßƒ"
  b"h\x08\x199`õFá¾’¾\x1F•£"R"
  b"hm\x1AMc„C\x06¬\x01:êF<£õ"
  b"i\x10©hÑ\x03HÉ•cŽ/Ÿ}_ "
  b"i£Œqe¤AT“\x05ü\¢=%\x1F"
  b"i£’,Ž7Nn¡\x1A8q÷\x01È}"
  b"iÏ<lå\f@eƒZKÏÍM\x15›"
  b"iê»ÂT CÖ£7?¢šç³H"
  b"j¢\x1AÁšîC1³'â&<ËK"
  b"j¹J#,FC&§±±äëM9"
  b"jìB.&]NB’à‚\x04È8á"
  b"jð°¾'µLë–wÓü\x1E)ú\x02"
  b"k\x14ú\x14ÓtJ#®W\ed†X–\r"
  b"krUºïè@˜Œ'Ÿ°°W'«"
  b"k\x7F\x131]µC`Š\t+ª6îhì"
  b"kÀ1`¡³B0•0ƒTMwr9"
  b"kÇ8[N¦F/‹W]°Æwoò"
  b"k̞Տ€KÏ‘ú*ê\v{R"
  b"l\x03b4‹gBè~f\x17q[•ö"
  b"l\x06Õ×kl@¸–?Ä¿Y ƒò"
  b"l³pҝÖF\x1A‘É΄\x06Iw"
  b"lÙt\x13¬XG÷œŽ\e€û\x12@ÿ"
  b"m3à“biFo \x15[.×/áš"
  b"""
    mm\n
    5·ÐMQš·\x17©Eô\e‡
    """
  b"m~±­àTOò£ÅûØ\x1F‡õb"
  b"mæªóy’D©Ž9¯Y¤Â ô"
  b"nð\f`Ý]Mé–ß#SmL\r»"
  b"o7w88\x18N\x14Ì\x12Æl™\x14ñ"
  b"oEtYƒBI¦†„ân}Ŷ±"
  b"p\x08Ä6\x12}E\x06µ\Ótäx\x00b"
  b"""
    plz\x0F~ÔJ\n
    •?ÂæM£!‡
    """
  b"py§k¼ºB§¹ÏZØvg(y"
  b"p§k]IÚIð‹T²ÕÂ0ø["
  b"pÌ~g\e<O“™$•/Øß¥“"
  b"""
    q\x14Ó†\e¨C\n
    §ö\x08Á¥éþ\x15
    """
  b"q`ZD¶#Ag¥\x14IßÒ\x1E›Õ"
  b"q–ÀŠ|\x18Jñ‹ï¿§\x19蚝"
  b"qË‘‚\x17\x1DO\x1E˜Uô±Uîÿ"
  b"q×\x00Þ·×E°®Ê’\x08£…þp"
  b"r\x10ÿäµúHí¾4èœ1Óër"
  b"rT¹Ë\x12\x17EQ™Ô\x03!NA‡¢"
  b"r”è>´rJ\x1A‡z1X1A"
  b"rÇ"?IËDâ´Çt¹gu¼y"
  b"s\x06ïcñ’M+«ï\x13ÇUH¾^"
  b"s\x11›œØÒE»Ée÷áõIm"
  b"s`‘íL\x05D§“CÉÅ—ßÂÁ"
  b"sœ¤ÿ8ÍOQ«Lß@\t\x1F¶;"
  b"s¤\x1Dël^@¶·‘V`\r\x02Cæ"
  b"tL½8\ŽNm„˜¥™ÒíU"
  b"tj^7õ=O:‰8D†Éò¤î"
  b"""
    u•¥ÝVèD¦ \x7F]—\n
    CBL
    """
  b"u§\x1AAbÎO–­<G«ÃŸ\e_"
  b"v\x05áBiØJL¾9ú~°BW"
  b"v\x1E\x18‡ÿÂKnµ\x03…þVs$È"
  b"v>k\x18H=J\x10ƒ]òX\x18÷xX"
  b"v™\t¥4·NÈŸ\x7F,TIs\rµ"
  b"váÝ1ΰND€#[À\x7FZ\x7FÀ"
  b"w\x08’\x12c\x0EE幎¾*„5\x0EZ"
  b"w\x7F‘\x1C\e\x1AN°¥4Š>q•¦\x01"
  b"w’(o|`L‚Ÿ²WN\x1Eå©ß"
  b"w¶ž *ÄMK½'˼1iôò"
  b"x\7®€ÈG‘¬\x01ŽIÔ\x0Eó\x16"
  b"xÿE›é\x16L·“\fŒ\x17á×ýú"
  b"y‰¼¶øºA7³A€½Ú¼\x17"
  b"z$ʵç2J*¼\x02:ñZ\x021á"
  b"zO\e5ÀÊF¦«]ZïwV|Š"
  b"zvÒÚä\Iy¬Ÿê\x00\x00\x13ˆ\x13"
  b"zœ³GßcNò d–xwš ¡"
  b"zº@±ãÈGø—˜•€Žõãx"
  b"{+ áµ×L\x15 h£}\tPZÆ"
  b"{bhެÇL©…¸0ý²ÊYª"
  b"|\x1C`ìYF~¢\x14‘nî2¡¹"
  b"|"\e\f„TE5”às–!l¾Ò"
  b"|CŽxâ¤Cb£\x1A¶GrÇme"
  b"|J\x06 ÑÌGŒª¼\x19‹(m)î"
  b"| \x04o#Ê@\t—³|xõè\x00"
  b"~ÐA¢¸àD\x03¢Š¦ ¶–¤·"
  b"~áD\tm'@”¨&~6B7€œ"
  b"~â…pì¿Aà½Âú‰)t´\f"
  b"\x7F\x0F\x10|•åA¹€áú$vP,Ê"
  b"\x7Fªð|¦\x1DA\x15 \x1D&`ô‡Œ¥"
  b"""
    €=\x10D\x1E\n
    Eùœû­\x06£.™à
    """
  b"""
    €ll«»µBöŽÈ\„\x16;\n
    á
    """
  b"€ËK\x04\x1D-KA©·’\eÛ`O~"
  b"Èé¦n—K\t´ã×±…\x05v"
  b"‚\x10p·çzNb¨\x1F¼½éLq"
  b"""
    ‚@\n
    GëCx8­Â[kñ
    """
  b"ƒ"[YÅ—J\x16ªó­ö\x056\x17\x1E"
  b"ƒš\x12@•{@ò›>Ý8j-ú\x1A"
  b"ƒ«\e\x1F%OD—¯¸’\x10Â(Ñ"
  b"ƒý{da\x07Oy£1«Bêþ`"
  b"„C1Âñ9Aê¥\x0Fðt\x1A\eN"
  b"„Ÿ\x1Dù²ƒCψŸ$Ä\eá˜ü"
  b"""
    „ë\r-œÞA3¹*\x1AÄÜ\n
    zˆ
    """
  b"…áìF‚×L)«÷´Ð´ýÌ‚"
  b"""
    †\n
    ±îÏhJõŽºDlhŸ\eà
    """
  b"†\eëK£\x05Iޝ‡\x7FÚÌH®"
  b"†é+Ä\x0ESOо'\x16°šgf["
  b"‡\x1F³·ÜäEJºm“2\x19\t§R"
  b"ˆ\x16ÅnƈH—ùb9®à=\x1D"
  b"ˆ\x18Žðµ¬BM’¡>Ý\x026\x17p"
  b"ˆ\x1E&!¬>Jd’×2¨’fÒ„"
  b"ˆxÏŽ¿¸@?¹ÃY\x10»Ä¤´"
  b"ˆÂ}\x01¸\x0ENt³tßà×.ÿÚ"
  b"‰.\x16÷â8A\x05¸›ŽŒþñ±Ó"
  b"‰Sf0,DÞ²ÂݶF@Ò\x15"
  b"ŠDBõ1üL€„Z+\x03\x1Fe2$"
  b"Šb;>Ö\x11Bê­\x1E;%«|Aú"
  b"Šm)Kt\x7FD ‚#ûÇ¿ži€"
  b"Šö3¹föHd²7?\x1FkY&Õ"
  b"‹B¼\x1DaÇOL¥¿~W\t”Dõ"
  b"‹X<Ä\tÙN(‹ÿ••–üb¸"
  b"‹§è4\x02²J+ŽÃÕ!Ø8ÞÅ"
  b"‹©Ÿ\x03\r/Nåºðù­bŽ\fw"
  b"""
    ‹Ì½‚ÞhGî¸ï©èV%\n
    \x12
    """
  b"Œ\x16|ö¾¸Is…{¼\x01¹\x12XÌ"
  b"""
    Œb\x11ú.|N(£\n
    ™\x18õþ“›
    """
  b"Œde\x1Cñ%K^œ‘\x16\e\x1C˜"
  b"Œw\x02\x15¹'Mú²q\x013ÙcZq"
  b"Œ•‡/¥JMY¶fsPàÊ’\x05"
  b"Œ¼Æê'”G"‘Œ®Øf\x08\x16%"
  b"Œ×ãy?EGë´Q?*bç5Q"
  b"Ž*øyÕªA˜©„§°V\x11Ÿ×"
  b"ŽlÈ&C:L(žt×bÆŸti"
  b"""
    Žz‚›ŽÛI\x12­%7\n
    \x1D$\x16¬
    """
  b"Žï@ÊìÓIºÙ…c+P»€"
  b"Žån¦0“Iàƒ&s¥ŠÏÌ4"
  b"\x1Fûß\t1B&–<ùrÑj’€"
  b".…wêoL9¬¾ôç\r«Z"
  b"O{Ëz3Em‹„Yçÿ\t×»"
  b"ÉQºñ1D\r¨Ô¥_wü\x05\x03"
  b"ã¬lXìK»§îùKé\x16P\t"
  b"é>V³•LþŽ_ŸË!Ä^™"
  b"""
    \x11]„}ƒEì–\x11‹#†\n
    >6
    """
  b"""
    tj\n
    \x11'I÷¦ê¤DoÍ'®
    """
  b"‘\x15÷!)CxRΦ\x04[¬\x1F"
  b"’E2Ú\x13F2¸rQáÆB¤U"
  b"ÅL,¯FZ²R@RËfER"
  b"ÌÃü^ÀKH¶Y®\rO[Ðw"
  b"""
    Ï|Q…~C¡½1\n
    Â\x10UD|
    """
  b"Ù7?‚ÀE"…Í«§\x07"jÚ"
  b"ÜŽ®\x12\x04G¾¾_að†Ÿcý"
  b"ï˜â*øJÒ‡¡Ljõºÿ9"
  b"ú±0\x1EÔM屬û½Äk\x1Fw"
  b"‘W\x18NŽ)@;9ÃõSÜ?¡"
  b"‘_ÙÈ× Oíˆ\x04œÊšX["
  b"‘i\x13*"óM£œˆ_æ¨<;>"
  b"‘¤\x10™\x0EñMǵÉÓÞž<ž³"
  b"’—DC.+BÁ¦5êækÒ5Ö"
  b"“.ÍK\x08gKo¾ÅÜ@^àšþ"
  b"“J.Û\x02\x03Iã±,ôæG ˆ"
  b"“¸uwvPF«¯F\x1AG=<l‚"
  b"”\x10TàɳG˜™\x0ElqYs\x07÷"
  b"”ÜzwK\x19MÛ»¼h»\x1EOËß"
  b"•\x03B?\vjKƒ\x1C¹\x0F£\x117."
  b"•)ŸË +J››žöÈg¡?‚"
  b"•X\v\fC:IϤXÓtô\x07ëÙ"
  b"•dtÒ\x159B"•®Œò§"5~"
  b"•Ù\x7FE\8C%Ÿ`Y8æã}ø"
  b"—P±ÝÙÞO\x1C­fï\x16²R¡\x14"
  b"—V\x15£ÒŽLF—ç0+Ý\x7Fx°"
  b"—dÕò\x1F÷Gƒ¦ŠŒ\rèÕïÚ"
  b"—l‰\x01A.Nn¥5hÎ\x12öõÓ"
  b"—}×y‹õ@ސHv±1ë©Ü"
  b"—„ú)f±J££[±$!Sû²"
  b"—°o"\x04éB\x18ŽåI \x13ï+â"
  b"˜Uä=_\x17I4‰ùû ÛÖ+¾"
  b"˜\x7Fž•GÿN;,—`\x11\x085"
  b"™•ÊAýÜIõ®ñHÕ\x7F¹("
  b"š˜Úwž™I\x13Ž\f½Trí<¥"
  b"›~’\x1E]ßAä™ cï^Q8"
  b"œÚÆcXb@\x01¨\r~Ï\f\f¹”"
  b"\x1CÒaø/Ee¬©9¥;\e\x18/"
  b"&‰_Œ»M߆fÄÖ‚l5\x08"
  b")¨ggoO)µª!™\x19 »"
  b"*\x13Ú`\x13FÕ•™¯”\x14¡%1"
  b"eŽQe_B9¸\x1AO¦\vOeí"
  b"µ‘ùâiB)¸çÄml^\'"
  b"Ñ©é¬kMÕ˜äbS•@³\x10"
  b"èZ¸’âH‹†¼øŽÚ,cí"
  b"ž\x17\x18]Ù(GÜ¡FEG“¹^’"
  b"ž?Ÿ¤<÷Dü¬\x18,å\v(Љ"
  b"ŸU]ø7ìO景\x0E€*Zn\x00"
  b"Ÿ´ÄBéÄHl¿ß¾]Þ\v\x1Ar"
  b"ŸÇ"Å>sKF±“.‡à“f6"
  b" 0½N\x1DÄG$·}ïÌ\x1A\x03`Î"
  b"¡\x06!Úá\x0FEL‘ó…‡JÜ‘ƒ"
  b"¡yZR )O• ÍÜS\fà\t™"
  b"¡§ù\x0E¾3J)“pTçöuÛ"
  b"¡²\x10õ\x11³E\x7F²X¶,æÖ\x02¨"
  b"""
    ¢\t\x07\n
    ˜0KÀ²/wÆ,Ðùú
    """
  b"¢\x7F\x13\x04ÕjCᯟ«ÆŽ\x1F’Š"
  b"¢ÓbÚ~pIÙ›7xA\x7FIð¯"
  b"£«rëo(LñœŽÕes\f…æ"
  b"£ú\x17v\x06dK¶¸ì‚\x1E\x04"
  b"¤6áº@ñ@õ‘IP·êæ¦"
  b"¤^•\x17OŒE‘«ã/» ¿cñ"
  b"¤¹0C«ÄC¸¾þUÊåÝ®6"
  b"¤÷@+¬„N¼ŽJ¼Á\x04%Û*"
  b"¥\x1E\x1Eþ\x06@;¥Ý\x17¢Qyo8"
  b"¥—\x19^\x1CâBu½¹\x05Dt_X}"
  b"¦ø^\x19TaLe”?Z}\x0Fôkb"
  b"§g¸ýPVM\x05°àüQÒÇc·"
  b"§oZ±ƒ[C\x18–a›ÂÅ0VÂ"
  b"§ÂJô`ÑIÍŽ\x7F}\x12WÂ\x07"
  b"§ßÖ¼_aJ«YK¹“!¸…"
  b"¨\x12™É¥\fMÞ°\tqÕ\x10ë‡\x06"
  b"¨¶lŽþãB'§EQzóâ‚3"
  b"©"š\x12§ÈD¢±Xèoƒ#J"
  b"©~‘~\e6GÇ–Ù¡ôV"\v­"
  b"ªM\x1Dÿ\x19¼I¤žù;´bŸ|"
  b"ª_Ã\x1F@óI1™íฝļ>"
  b"«\tºŒ>\x08L‚”)óÞæ(Û¸"
  b"«r¹\x16ƒôBž£)ҝþén\x1D"
  b"«\x7FXîýæCý³ÞÒ:e!Ø®"
  b"«™ÒÝ\x05øD7º÷·î\x08\x04íÌ"
  b"¬\x1Fa3œI;¢\x05ó\x17ÅQæ¿"
  b"­\x04€ÞW·J¯¢gîù#¤\x0F;"
  b"­\x19=Ñß‹O\x01† ÿfx%\x1AÊ"
  b"­!ÿx’CGrœ’Ø(ÒœÓâ"
  b"­¤àöƒñD\t­\rÎ šíßÒ"
  b"­ßsšEåJú€É‰\x01\x06½6"
  b"®…^íN)C"¾äÉÏÇ<^)"
  b"®õÌ\x12/ìI08bŽ:˜¨É"
  b"¯\x0F_b\tnH\x12œ\x18@OO^0"
  b"°;“t*gGô¦¶‘fïü5"
  b"°<B\x08{_Hæ\x1A\x00\x190zÞp"
  b"""
    °DÌU\x11Bs·—*Ð\n
    *âî
    """
  b"°Mye\x06HɹÌîÄ¥\x14\x00G"
  b"°iš\x02®ßCœ– æß\x0Fâ'\x06"
  b"°†`ųE⸣æ!Hʘ\f"
  b"°‹5ï¢rK¥‹¾½<éÔ¤K"
  b"°•È‚¸$Mâ—4GÀ\x19ö¹›"
  b"±\x01nôGØG™¦rí[ÛŽêË"
  b"±6„çR B½´xã\x0Fï\x00\"
  b"±eoó8H³°G.˜.Y‰g"
  b"±j+ÜýØD^ îrãìòô¼"
  b"±ä=]xõFY¼ÞI¸'óÞ{"
  b"²\x18kh\x0F\x01E™‡Hç!Ä—cÎ"
  b"""
    ²AQœ(JOÙ°ç\x13|tÆ\n
    
    """
  b"²c\x17ìÉ\x16Jf·¦Ú^ÅRU`"
  b"²qræîËG\x11¸Öí*V¸ßà"
  b"²‰†\x1A\x17ÞE‰Œ@£s¬X5\x0F"
  b"²ÕýMôF¦–6E•c\x191"
  b"³\f«•\x10\fC\v³j€Í‹vQœ"
  b"³]5mè\x0FAåŒcëVOp`á"
  b"³¦rôÀcJ'’z™\x06\x00)N­"
  b"³é}ŸÌžFâ„úLá/œÆ'"
  b"´Ú·j%ßO\x05½v\fŸÒ‰\x06"
  b"µ\vÏÕÖ7Aϲ\x08\x0Eñ\x17Îù "
  b"µ<÷=«õG6µ¬žñ.D•"
  b"µl{]©¯Cd€\eÊL-ëjÀ"
  b"µ’33…GB8±ÂÀÕ–N:"
  b"""
    µå\n
    ¶°úEân\x0ENîæ#
    """
  b"¶‚/\x1A¿íAN“œÑâ\x03¤A\n"
  b"¶ì\x1AÞ‹wGõ¡PPÚò\x18m"
  b"·ë¡Z\x18º@³™3ú‰Fa[2"
  b"¸Bhôï\x08NY¾žhb\x1DÚò’"
  b"¸;DN‚@Ë€']/SÂS¢"
  b"¸¼cºæ6AƒŠ°»\ejKMª"
  b"¹\x01\x11ÐÖ¨JŽè[yp(]1"
  b"¹©Z5CßM ŒË¶üîú¥"
  b"º\f›ED\x14E¸¦Ú³Âp~ÈW"
  b"º\x0E\tp\x16èO‰±œ6¯Ü_e"
  b"º>3w<·LÄ«æm†'Ì_'"
  b"º¸$œÜUI¨¨TÁî3¹ï›"
  b"ºÃþÑ:(A\x7F©:ïm_“\x002"
  b"»`Ù$\x19ŒA³¥R±;Á"Ø¡"
  b"»¬T#o‹D\x14§€šs—z"
  b"»ö޽׭O0’¬h°xÏS?"
  b"»ûš\x1D\x07öK½¹íæ^\x1CJ\x1E5"
  b"¼\x1F—y±5Bë—†ïZnóÆ\x19"
  b"¼ Où(*N\x10¢²\x11«Ùv/{"
  b"¼u\x12°þëC;–öÚé+¢\r_"
  b"¼¨ë¸ŒŽIâŠ%\x0F‹6Ÿ\x19ü"
  b"¼À>IFðAH°\x18ËŸÈ\x1CΨ"
  b"¼ÆÎWê†O7³Ëø\töAˆx"
  b"½ «*—ÂC\x01›âð\x17ŒÓ¬õ"
  b"½V\x17h·ƒL_¤Ä?ÌÆi?\x02"
  b"½¡¥x\eXFÓ‡7«~4[†d"
  b"½è\x1E\x04èhIU¾ÄO\x18€\x11\x01*"
  b"¾w¯~}âG¥†\v\x01ªÙ3Ì"
  b"¾Œe\x14TnDC¼_Áªª“—ß"
  b"¾ÄŠ’D”H\x15–´™£F/¥?"
  b"¿\n\x00ŽƒÍK\x1A£ÎXqBiõU"
  b"¿w\x01\FgK€¨t妁~|¦"
  b"¿zH”‚_C\x1A»Záì\e„\x01Á"
  b"À\x01DvºðH‚¤É™T?Z·\x1D"
  b"À\rÜy€KIɇþ_»}\x14Iv"
  b"À…•_ö¨Kõ³d®iÚ\x19¦Î"
  b"À‹ë_,ìAĝê÷\x01v?Ö>"
  b"Á\x1D\x19’¿\x12A;—ùß\x16Áuýœ"
  b"Á«N«‡-D†S~í$YŽ´"
  b"ÁËú“vQNoŽ‹i6p˜³i"
  b"ÂG®:Ï\x10MV¬»\x16ô–Æíþ"
  b"Ãß\x05t9bN\x13±ËÙ1¤¥°…"
  b"Ä\x12˜SK2NŒµ5\x14Œ¦El…"
  b"Å\x1EZ›Ž@F#‹Mè¾-ûeÉ"
  b"Æ\x1Då@ÀIKSœºžK\x19xŸ"
  b"ÆBâ\x0E\x04\rJ̆_ò!\x10k^f"
  b"ÆL#²š\x02Dî§*e\x16\x13Ù"
  b"ÆxÔ<ë“I.±ë*u0p@"
  b"Çm1%M*F\x06¥ëCª@6•f"
  b"ÇØœ.÷oNø´ƒ½i¸"³›"
  b"È\x0F\f¸¿ŒOM³»\x14]%¶\x02›"
  b"Èˁ’ötNr§6P$jì!Ë"
  b"Èá—ãdoL野ç^k.,E"
  b"Èá®ÐP,I\t0ð!È„º\x07"
  b"Èû¨=E\x14Io»@€ØÐÜ•’"
  b"ɧüж¤Hl™dÑÔ|R–ý"
  b"ɰ‹œ\x03MN\t¤kaDʐ!X"
  b"""
    ÉâN:¥\n
    BóœÖeßOáwU
    """
  b"ʺŽ:i‘FÇ ÿÞ…\x00gò"
  b"ÊÄ\x1DI¡1@lŠð¨P×6\x7F«"
  b"Êè%IökHT•‚cxú¯˜§"
  b"Êþ\x1A\x1CÛ\fLϐ«F!\r\x1F\x1F"
  b"Ë\x17¦\fOÃKF¿X\x056ŽÚè¡"
  b"Ë xÉøM©¤”\e>·\x14¤Ö"
  b"ËÌeºŒÞA>¯\x16F§±„[»"
  b"̱›LNêF1’s\x1D²‡ˆÍä"
  b"Ís=r¸ãD5“*Ì3ŠîfF"
  b"ÍÆ\vˆ]>J³¡Êé\x07_NÉX"
  b"Íåb\x1A˜E¸³jRâHþh½"
  b"ÎF)\x17¾jBy XÂ2v´Îý"
  b"Îhù\x1A²«NOàiKu$ïg"
  b"ιer1dMÝ—šÜméVJ£"
  b"Ð&\x00]<]M)žÓž?L\x1F\£"
  b"Ñ\x01íé¼$@+¦‘'ƒã.&—"
  b"ѯF\x04Žz@R¾Ð/‘m.2\x1D"
  b"Ñô—}¿+A›¬\x01â3¼$‰Y"
  b"Ò\x1E¶zd¹A9¯ÔC­h\x107Ô"
  b"ÒÉç¡ó\tGkLø,ˆ/<Ã"
  b"Ô ‰Ü|¨E\r‰\eÓ|\x01ü\ty"
  b"ÔÅ…âe K;­Û”^B(‡v"
  b"ÔÛ}ì\x11 E  X=v×\x14+"
  b"ÔîÄE\x14rDf–ËwÖܺåF"
  b"Õ\x19­Ð•}E™‘˜\va5Û\v«"
  b"Õj4\x1F\x02¢K\x03¹Î¿ó(Xœ\x04"
  b"ÕqQÎQ8J‹µÚ0ý3rW\n"
  b"Õq¬,æ\r@鐚\tÚîUó³"
  b"Õµ~¡[UA٣ʝ.²‰AÂ"
  b"ÖœüSx¨Lã™|š‘B\x0E®\x06"
  b"×\x13]ügpE”¯ç\fý£tA"
  b"×õ#šd\fI:ž“×ďª\x17"
  b"Ø\x04^®\x15Ž@f¬×o”ÑqªŸ"
  b"؈\x035c¶OC ›¹ØöÙ%\x02"
  b"ÙF¦÷*âLr#fXsæ|X"
  b"ÙÐëÜ\x7FPO/¶‘Þ€Ôéº5"
  b"Ù×ÿ,e6B*š8\x12½A—>ì"
  b"Ùù˜€AžG8´³ÒíIÎmÍ"
  b"Úµ­4£ÐIvŠð͹G¥’j"
  b"Û\x17ÂpÔ}Lõ¡\e%tÜÆM\x19"
  b"ÛŒ˜?.%I%•Òºõ— \x12›"
  b"Û×µ4aÄH\x05½‰\J`É¡Ÿ"
  b"Ü“¿\x04ÉbN\x0FŽOÍV‘¤ä"
  b"ܺ‹ÿ\x02ÖF֏(v\x00ö7KÚ"
  b"ÜÏx’’IɪP•‚ Ç\tX"
  b"""
    Þ\x14®oURG#¬\x0E\n
    Pƒe7\x10
    """
  b"Þ\x1EW¬KƒCV¸o÷\x00Á\x0F "
  b"Þ gPµ\x14Lž¹\x08ìÕ\x17Zf4"
  b"ÞUOy\r¥C‰»\x08[…|ŽOG"
  b"ß\x17ñQCMO\Œ›\•\eˆ\t\x1F"
  b"ßRþ\x08k\x1ENn¼\x1E$\x12œ\x14ZG"
  b"ßo#:+éHùª]j0seë:"
  b"""
    ߟ:`ûŒD\x13¼K§\n
    ×x\x02x
    """
  b"à\x1C\fw§úM×…\x0E\x16ª\x1FÌò€"
  b"à\ˆ_ìwJñ†˜ÊÖ3B\x"
  b"á\x1DÛBÆZCPºLuá†$Àš"
  b"á=rĘãCW”I{ëânÀ\x19"
  b"áA\x00+r\x1EHÍ´àù\x0F[±®_"
  b"áàÉÏn LÀ§üÙwŒtDW"
  b"â\fo\x19Û=DÓ±5:¾5<\x03V"
  b"â9¸µ\x1AãNͧX\x14ŸžÂB8"
  b"âØÖ’å0O|œÿ9\x11"-–y"
  b"ãqsæ±\x11N‹\x03(ÄòÌ\vÂ"
  b"ãœþ\x7F¢"B+§\x01L‘ì-‚c"
  b"ãÀˆòø×A¼¨çY#Ä,y|"
  b"äøËçk×H\x05½_»zª‘ÄH"
  b"å"\x1C\x1A«cDЍ®Ôæ\x1CJ\x11ö"
  b"æ\x08Z<±\x1CEa¯\x1AŒßM[\x079"
  b"æ¬Å6ÑyG¼±¶¿&g}hÓ"
  b"æ·3ÿHL@\f 4?Lε®j"
  b"çb(\x04’\x13Ea“\x0E\x01=î1‚\x1A"
  b"çÖ%ýxdC\x02½Í/20\oP"
  b"èá‚Ô°ÃFjŽeº‚\x1FòÝÈ"
  b"鄘E+\x15L΂-Ç\ú´["
  b"ê2\x02<·KEÿŠ\f‘b=†¾"
  b"êMHœÊ\x11Jð‘ ¿2\^Ó'"
  b"êñëR!I¼ˆË\x18q·jb\e"
  b"ë\x19À\x17\x0FÄA.’í€Výõç!"
  b"ëVkU[‰CÙš³D\x12¤¿”"
  b"ëŽq*ù\tC\t¾DŒ\fkÃq\x14"
  b"ìYË:1pAŒ©æ?C\x03Ä\x05ð"
  b"ìd\x00°“êFP³\x0F\t‹ëÁa:"
  b"ìyL\x10ÔAJq±éH=YvhR"
  b"ìÎ"°ì¡Kó‘—F¤\x00[\x03|"
  b"î\x17n(¬ÓN©‘²‹ ¯w\x07N"
  b"î/ÞeÁÒK%‘\x1F0DŽƒ\x003"
  b"î”Ïˉ9Cñšæü60\x19%ã"
  b"îÁñZ·ÕM龿ml5\x167¸"
  b"îËæwˆ`B앏^/‰,dh"
  b"""
    îÍY¾ƒÚJõ«»\x04\n
    ¦&\vˆ
    """
  b"îÑD¤"H\x1F„\x07©Ëx™ÊÉ"
  b"îór*\x06W@(ºëQ\x7F§hq"
  b"ï\x1Dõð‡¬A^—Ù3®\x00(\x1A\x11"
  b"ð\x14»„\x14ÌF«ƒ³‚\x15\x02¶«@"
  b"ð±§^´ÈHƒ–\x1Ew!£\x7F\v\x07"
  b"ðß*\x16»+Fįgæ_^¢q="
  b"ðò\x1D¬¡LM䳺\x11]ÂÇâ¹"
  b"ñ†T‡,\x1CC\x01’÷¼ul—ú£"
  b"ñC‘ưN¸’‡¶­\x1DÓüv"
  b"ñý\x14-Y[Ný‰ŒÈ ’\t|N"
  b"ò0M¼ÂŽOe·=+ÕU)£¬"
  b"òy»W73N͐fa­ìõ\x00"
  b"ò¼\x18íÂ\eA5¤“Ú\x00Z®ö¸"
  b"óC8´H‘OžhÃhÉûr>"
  b"ó€‹PšiOȘƒð´µÝ¼“"
  b"ô]ýÑö\x08Nnš¼@`ûÿóç"
  b"ô„È7s,H¢žÄzVV\x1Fe„"
  b"""
    ôÏo ŒVDL°<"\n
    _\x08©
    """
  b"õ'V'Ç\vE ‰4#ñRm0 "
  b"õû;;ZcCR„þ¡·?á\x1F\x0F"
  b"ö\x0E¬\x14îÔMXŽ¢§\x15\x1EÀK{"
  b"ö;æÿÆÎJ·s\x04rMësS"
  b"öXz\x15\x02âGƒŸ\x08oïTÅ{/"
  b"÷7xjXB¼¬¡W&\x10j\x1FÉ"
  b"÷<,WÆ>K™®\x10þ4‹p\x18"
  b"÷ˆ\x01 ]{B© äô@1"
  b"÷F*JÛKû„)\x15ËXv”š"
  b"÷™;n\x18éI¯²ƒJo8\x16æ"
  b"÷ì\x08–ÙqMòª²\t‚²ªg­"
  b"""
    ÷þù½\x10EI\x13±®Ç\n
    •šü
    """
  b"ø\x16V¶#¢Dx…f\x16åb\ï;"
  b"ø&ž\x11APHÁœfÊËȐ?"
  b"ø8ÚŠ\tGŸ‘G{tè¨cx"
  b"øê; ¯\x05B)«gú'Ú²`B"
  b"û+Œxr´CyƒÀ¦ïvíöî"
  b"û©zj\x1D˜I»ªPe|¤G4À"
  b"ûèÛÌŸ\x06Oó¢Q1¼ªHÎ\x06"
  b"ûö±\x1E_tK·¨£»^R–6Ì"
  b"ü+@ÆA¹IÆ¢—\rº,Æ!›"
  b"üáeí\x0F°Dw˜ð` G9çŠ"
  b"ý\x17üøP]K:…ûÈ\x11Ü^VÂ"
  b"ýf\x02\x01á…A£¿,ÙaÌ»$d"
  b"ý’\x14I\x12kLŠ‘ÑzŸúsÎk"
  b"þ\x05;Œð\x01@\x15’ÇWàþÞyÐ"
  b"ÿ+ô§Á\x15Fô³¦Œ§öV‹ç"
  b"ÿ}üGÙMœ‡óò&)èÁ"
  b"ÿ­ãuìïJ¶‚Éó·¯4\x1C7"
]
95 12.37 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`.`file_hash` as `property_group_option.media.fileHash`, `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_›\x04„…J`¡®åˆÝæûÃ"
  b"\x01žd·k\x07qî—\x17\x16ÿÝjãÄ"
  b"\x01žd·k\tp¤£îTv+\x18tš"
  b"\x01žd·k\fr‡¦G¹‘ÿBï‰"
  b"\x01žd·k\x0Eqÿ»G޵ËWÂ"
  b"\x01žd·k\x12p‚†µíø\x11Šn`"
  b"\x01žd·k\x14s—½J¬6Ñ…\x1Eu"
  b"\x01žd·k\x16rtšvµS9SØÆ"
  b"\x01žd·k\x17r\x1A‰+#ó[|¶"
  b"\x01žd·k\x1CpÀ‡&i\x15\x7Fq\x0Fç"
  b"\x01žd·k r_›\x14&t}ô,4"
  b"\x01žd·k#sM˜‘¤t—FAX"
  b"\x01žd·k$p\x00†Du:ª\e^"
  b"\x01žd·k%s”±+éƒÑT³x"
  b"\x01žd·k&sg¥;¯JXžp"
  b"\x01žd·k(sý6G\x12ó‰µ\x06"
  b"\x01žd·k-rM…\vcû²R`8"
  b"\x01žd·k.p(ŸhYÆ3hV˜"
  b"\x01žd·k1s\n;\f0\x00ì\x06e"
  b"\x01žd·k2q$¤\x12O\x1D*c4"
  b"\x01žd·k3q³¼&®ßˆãOè"
  b"\x01žn%\x16ts±·\x0Fã•\x0F~íg"
  b"\x01žn%\x16¢rç¬l±‰Æ\x17˜…"
  b"\x01žn%\x16¤qĝ´‰†\x1Ee0Î"
  b"\x01žn%\x16¦s’¦ª\x00Ôˆe†M"
  b"\x01žn%\x16§p\x01™¿E,]‹›¸"
  b"\x01žn%\x16ªr‡Ž©Ì¨~´.‘"
  b"\x01žn%\x16«q˜š·•à+„¡Ž"
  b"\x01žn%\x16±pç¡gN·÷Ј¿"
  b"\x01žn%\x16³r!Š'2 \f™À\f"
  b"\x01žn%\x16µsµŽ\\x04šG¢Í\x01"
  b"\x01žn%\x16¶s\x07–0œþ\x08ò¿"
  b"\x01žn%\x16·q¥Œçô5åýç"
  b"\x01žn%\x16¸q0ŸÇ\x7FKʝaÇ"
  b"\x01žn%\x16ºrå´ÆQsQï‡:"
  b"\x01žn%\x16Ápl¿3ï\x17¬\x03ÉN"
  b"\x01žn%\x16Ãs\x11³¯–4\x07\x17\x1E«"
  b"\x01žn%\x16År\x1C‡7¦bVŽ–V"
  b"\x01žn%\x16Æp1²X¦\x7F•\x15P@"
  b"\x01žn%\x16Éqs³<N™ÎhšÙ"
  b"\x01žn%\x16ÊrÕŽ¥œ\C²Á¯"
  b"\x01žn%\x16Ërnº½<²3:,B"
  b"\x01žn%\x16Ìq¨–”ŒJ0ñ"
  b"\x01žn%\x16Îrôœ!t\x02¥é\x15}"
  b"\x01žn%\x16Ïrš†·¹-ºÓÀq"
  b"""
    \x01žn%\x16Ñršª)ñ\n
    ­†i 
    """
  b"\x01žn%\x16Ós¢£ÔàìýØÍß"
  b"\x01žn%\x16Ôså½gÅ6ü\x07LÕ"
  b"\x01žn%\x16Øp\x18ˆW°Öûƒ8¦"
  b"\x01žn%\x16àq¿„6HrÈ©Cè"
  b"\x01žn%\x16ærÇ®\x18N½;B?\x07"
  b"\x01žn%\x16íp<½\x00ÞqÑöÊ)"
  b"\x01žn%\x16òsÚŽŒ½!\x19ľ‘"
  b"\x01žn%\x16óqTŽo3!ÞN‹Ê"
  b"\x01žn%\x16ôs5¯k\x0FÎý´šf"
  b"\x01žn%\x16ùr\x1F–\x00rqmŽú+"
  b"\x01žn%\x16ûp/µ\&\\æ:‹"
  b"\x01žn%\x16þsz›nÉ®0€\x14("
  b"\x01žn%\x16ÿsm€}\x06—Œ"
  b"\x01žn%\x17\x00q~¿2üЗe&Â"
  b"\x01žn%\x17\x03qš¸Ò‰„\x15\x1F5m"
  b"\x01žn%\x17\x04qÊ‘ù]œ²'ƒÝ"
  b"\x01žn%\x17\x05rP¸¾F¸ ±S\x16"
  b"\x01žn%\x17\x06pvºX†²~°Ž0"
  b"\x01žn%\x17\ts¥ƒ\x17)¨mŠO$"
  b"""
    \x01žn%\x17\n
    qô½‚¾Ž*Rðr
    """
  b"\x01žn%\x17\vr7ˆ¥ü˜ô€©k"
  b"\x01žn%\x17\fq|•'ê\x1EUª/…"
  b"\x01žn%\x17\x0Er\x1C¹Œ½í=#¾˜"
  b"\x01žn%\x17\x0Fp\x7F‹«~å¸vÅ"
  b"\x01žn%\x17\x10r\x0Fƒ=”Ë*”*&"
  b"\x01žn%\x17\x11rdg \vÒ›\x10m"
  b"\x01žn%\x17\x13qmƒ\x07ƒtäé}”"
  b"\x01žn%\x17\x14rÜœ;\x06­Õ\r‹M"
  b"""
    \x01žn%\x17\x16r™Ó÷Í\n
    Q.
    """
  b"\x01žn%\x17\x19r\r²³R\x07­žª\x19"
  b"\x01žn%\x17 s̹šhJç\e%W"
  b"\x01žn%\x17!p˜[d°ãûï"
  b"\x01žn%\x17"rQ¥É€ù+c$Ñ"
  b"\x01žn%\x17#rg¢Û5?\e:\x07ÿ"
  b"\x01žn%\x17&sß„§õ4\fNÍ€"
  b"\x01žn%\x17)q\x10šJŒ‰&q.]"
  b"\x01žn%\x17*p…š\eÛ*qŒÄ´"
  b"\x01žn%\x17-sw®TuœØ&Ƽ"
  b"\x01žn%\x173q\x17Œ&\x1Fd×Ìec"
  b"\x01žn%\x177qp ½‹ ¦Õº"
  b"\x01žn%\x178s[­ß<‹¥\x1F±½"
  b"\x01žn%\x17:s\x11‹o-\v°E˜Ž"
  b"\x01žn%\x17=shµ>ÞV4E-%"
  b"\x01žn%\x17?s}·¨k3«ý£É"
  b"\x01žn%\x17@r\f¶D\x1F_ý&\x1A¡"
  b"\x01žƒ\ˆøpðŒËBÕž\rÖv"
  b"\x01žƒ\‰\x06rûº†“u¤Är†"
  b"\x01žƒ\‰\vq\x01»Î\x03)±FÅ"
  b"\x01žƒ\‰"s\e…äpùÀSÂÂ"
  b"\x01žƒ\‰¥pñU\x18\x03¢\x12æ"
  b"\x01žƒ\‰¹p|¿U޼\x1CZ#®"
  b"\x01žƒ\‰Îr¤¿Ch\x15*'\x12Ö"
  b"\x01žƒ\‰ÓqõÆé\x01\x1C2"
  b"\x01žƒ\‰âpÒ±²Ãñ“Š8%"
  b"\x01žƒ\‰çrP°ŠÊ‚ªÉ£Œ"
  b"\x01žƒ\‰örï²\x00·ºõWÐ\x13"
  b"\x01žƒ\Š–p‰°\x10ÇAe²`þ"
  b"\x01žƒ\Š¥qV•¡\x08ÖJ\x07Î&"
  b"\x01žƒ\Šºrp·¸”\x12'D¼N"
  b"\x01žƒ\ŠÁq½£°6vXzƬ"
  b"\x01žƒ\ŠÎsç…›©¿>ø.\x12"
  b"\x01žƒ\ŠÕrØ¿³¤9B$I5"
  b"\x01žƒ\ŠÛpà·äBϬ\x1DŸÕ"
  b"\x01žƒ\Šðrø†Jml^R]ä"
  b"\x01žƒ\ŠöqÒº$wIez/œ"
  b"\x01žƒ\‹\vpˆº\x13v\x1DO‚^¥"
  b"\x01žƒ\‹0p¶´\x7FÁ\x08'\x17Aµ"
  b"\x01žˆ–ßñr\x17™þƒ!µŒ²\x1C"
  b"\x01žˆ–á\x07s1™þî§\x0F\x10š¹"
  b"\x01žˆ–á\x14qR‘–/\x1FÕiŽ{"
  b"\x01žˆ–á\x1Aq\x13¸\x00Jn­n÷\x0F"
  b"\x01ž‘º\x0E«qAµ<ú\x0F6\x05_1"
  b"\x01ž‘º\x10\x03q9¹\x15l\x10‰î*5"
  b"\x01ž‘º\x10\x1Cs »tñ¡Âæ\x02\x0E"
  b"\x01ž‘º\x10oqà¾R\x1EQ€¸ä£"
  b"\x01ž‘º\x10¾sú\x02\e\x18FiX\v"
  b"\x01ž‘º\x10îpã¿ûê\x0EK?UÛ"
  b"\x01ž‘º\x13öp°³HÎÈš\f*µ"
  b"\x01ž‘º\x14As ³44\füÆBœ"
  b"\x01ž‘º <s‚Œc‚{;š×…"
  b"\x01ž‘º!¸q=™\v<,C+2™"
  b"\x01ž‘º"‹p»­|nÿ”3ߎ"
  b"\x01ž‘º#cpR­a¿\x1A˜x‡O"
  b"\x01ž‘º$)ro’_$Ùci\x08O"
  b"\x01ž‘º)%pdC\x0FÉtW\x10G"
  b"\x01ž‘º+ÑrK´\x02,\x03\x06yÉm"
  b"""
    \x01ž‘º,5qö§\n
    ^²\x15úoÁ
    """
  b"\x01ž‘º.Ws)°N\x07Òc´/Ò"
  b"\x01ž‘º0jr‘ž6ô&Ýv},"
  b"\x01ž‘º14sdz¼Iì9x)d"
  b"\x01ž‘º7Åq†…N§96ªs7"
  b"\x01ž‘º9hpá¿*ˆSr7à$"
  b"\x01ž‘º9p›³u—GÐâ\tH"
  b"\x01ž‘º9¸rc¼¿a§‰ˆ©‚"
  b"\x01ž‘»µ2s9¯šœwü(îë"
  b"\x01ž‘»µ6qK¼•4\t´‡ÆB"
  b"\x01ž‘»µ<sØŽ\x19¶ø<\x04—¼"
  b"\x01ž‘»µÄsö¨¿Iª¯—™R"
  b"\x01ž‘»¶\x1Frq¬Mo:½wŸ\x15"
  b"\x01ž‘»¶*q\x0FOÔãX˜=‚"
  b"\x01ž‘»¶[pÁŒ]sÀ\v>e0"
  b"\x01ž‘»¶fsY¦Š€Z§Bzf"
  b"\x01ž‘»¶”p¿®\x1EÙ\e\x010–"
  b"\x01ž‘»¶Ñr\fŽ\x1Aóm5±Sª"
  b"\x01ž‘»¶âs—Š1\x11îUYÅ\x02"
  b"\x01ž‘»¶är+§Œ]¬a¡cO"
  b"""
    \x01ž‘»¶ïsB˜\n
    ¡ŸñtÒL
    """
  b"\x01ž‘»·\x0Eq|‘ª ü>}6"
  b"\x01ž‘»·\x0Fs0Žl#··xp="
  b"""
    \x01ž‘»·\x1CqŽˆ\x06$h\n
    ùП
    """
  b"\x01ž‘»·%pm¦ƒó`syÔ"
  b"\x01ž‘»·+s×ëù;ØÔBŒ"
  b"\x01ž‘»·1pb—βï­=EÂ"
  b"\x01ž‘»·4sά‡C€êÇ6\x08"
  b"\x01ž‘»·6sh²Y{ðt¢<e"
  b"\x01ž‘»·7rr†ºW‰3ñ×\t"
  b"\x01ž‘»·8s8£n·'ÙrH"
  b"\x01ž‘»·:qÞ°$Н’÷\x1Cá"
  b"\x01ž‘»·=shЇžq\tD¶V"
  b"\x01ž‘»·>q\x0F†\fÚ\x08ªÄÐ\x10"
  b"\x01ž‘»·AsÞ®ÁÃ%\x05-§©"
  b"\x01ž‘»·Hr$œ\x02òÊ“\x12w8"
  b"\x01ž‘»·Jq¸“§2ÚJ+å@"
  b"\x01ž‘»·LpÇ´Hԝ/\•\x08"
  b"\x01ž‘»·Nrƒ‘Y^¢BO®ü"
  b"\x01ž‘»·OsÔ©K¬büè\x073"
  b"\x01ž‘»·Spߘ¸úKL\x04\x16 "
  b"\x01ž‘»·Vq ¿.¿\f*R‡\x17"
  b"\x01ž‘»·_s¢™$hš¢=-\x11"
  b"\x01ž‘»·gs˜ŸÜŒ\x11¸\x15“{"
  b"\x01ž‘»·lqÁ€«T;\e©Šw"
  b"\x01ž‘»·rr¥‘Ïæ€”;éc"
  b"\x01ž‘»·usô§\x03̇¡‹z±"
  b"""
    \x01ž‘»·vr\x01·\n
    \x11·»Âx
    """
  b"\x01ž‘»·ys(…wðÒ“\x17\x14ª"
  b"\x01ž‘»·{rg…­¸ÃóWRF"
  b"\x01ž‘»·|rB„ñ>†ïpW\x08"
  b"\x01ž‘»·\x7Fs<µ® Ùè„Î\x13"
  b"\x01ž‘»·ŠsÕ‘ªpÜê\x06k~"
  b"\x01ž‘»·ŽqSò\x1F„µÔ\x10!"
  b"\x01ž‘»·rA±zÄyÑzŒa"
  b"\x01ž‘»·“r”¡ÚÎ<¶Ãqé"
  b"\x01ž‘»·˜rò“‘æ{@> À"
  b"\x01ž‘»·›s¥™o_úšþè\n"
  b"\x01ž‘»·¡qE‹–\r$Êã\x15"
  b"\x01ž‘»·¨sa‰íè_ÌìP¼"
  b"\x01ž‘»·¯sð¾T·b—\x1F³S"
  b"\x01ž‘»·±r@…b›‰žE%°"
  b"\x01ž‘»·²p”¤|Ϩ±‰–3"
  b"\x01ž‘»·¶pn†šƒs€qNX"
  b"\x01ž‘»·¸rVµa÷‡ˆ˜,Ö"
  b"\x01ž‘»·½qS–Ô\x06ý£ùh\x16"
  b"\x01ž‘»·¿sE†Ôò\x1Dî*ý•"
  b"\x01ž‘»·ÅpT¶v¡);âÕÓ"
  b"\x01ž‘»·Ésô¢=闏¬\x02‡"
  b"\x01ž‘»·ÊrŽŽ¬ƒ×(þ5é"
  b"\x01ž‘»·Ípñ—¿‚%±\x12íÌ"
  b"\x01ž‘»·Ðpˆ¨¡GsÊØ¼@"
  b"\x01ž‘»·ÔqŽ„ô:KAþLQ"
  b"\x01ž‘»·Ösê¸Wùzì\x06”¦"
  b"\x01ž‘»·Ûr‹²º0»ª–y©"
  b"\x01ž‘»·Ýsž#CÞO?bò"
  b"\x01ž‘»·às( „¦\x17\x0EÎkª"
  b"\x01ž‘»·çr¼’áNXÿ|\v©"
  b"\x01ž‘»·ëqY¸wq€K1t8"
  b"\x01ž‘»·íprœªÂÙL¢N0"
  b"\x01ž‘»·îq”œ6UùK£D'"
  b"\x01ž‘»·÷qa‰\x1A¹_Óe\x1Cø"
  b"\x01ž‘»·øs‡”®)G–¥?ù"
  b"\x01ž‘»·ûp˽ûîÇåKZ"
  b"\x01ž‘»·þqH¼`D‹ÇHTö"
  b"\x01ž‘»·ÿpHˆÒ˜˜ñ[Õ "
  b"\x01ž‘»¸\x06pæŸþ\x18`èÇO"
  b"\x01ž‘»¸\tr%„þ\fÂÛ¿IQ"
  b"\x01ž‘»¸\rr&·X_DŒId\x08"
  b"\x01ž‘»¸\x10s¨Ÿ#mo4Ósâ"
  b"\x01ž‘»¸\x15qF­¥"Ð\x01"Ÿ"
  b"\x01ž‘»¸\x19s¦¶ZÕÑ„Êãç"
  b"\x01ž‘»¸\eqa¬¾¯\x08•¼4í"
  b"\x01ž‘»¸\x1Eq8ŽA§&áã\x14)"
  b"\x01ž‘»¸\x1Fsƺ‹\x0E¢}÷†°"
  b"\x01ž‘»¸!rÀŽÁùà…«\tm"
  b"\x01ž‘»¸"q\n¯CÌ7/\x00`W"
  b"\x01ž‘»¸$qQ¶@Ó჊>…"
  b"\x01ž‘»¸%qi“‘£yœ\x15Í"
  b"\x01ž‘»¸.q²Ÿð\x16^\x11xÆà"
  b"\x01ž‘»¸1qG¦—\x14,„‘=ò"
  b"\x01ž‘»¸:s»§9\x00›@ð@Â"
  b"\x01ž‘»¸;pò¿µ¬·˜#@\t"
  b"\x01ž‘»¸=q\x18¯L›^£o\x11~"
  b"\x01ž‘»¸>q\x1Cª$ÔäÍGŸ‘"
  b"\x01ž‘»¸@p\x08—\x19žÄX¢¯¤"
  b"\x01ž‘»¸Cqð¢ža‚œ\\x04Ç"
  b"\x01ž‘»¸Hp½¡œkÐ8\x11¥"
  b"\x01ž‘»¸KslªxÄoÕZ½E"
  b"\x01ž‘»¸Nq&½Ü\x14\x00Ý…\x1DS"
  b"\x01ž‘»¸QpR¯—¼²CxØ…"
  b"\x01ž‘»¸Rp’£…‹5€ŠÙÞ"
  b"\x01ž‘»¸_stt›CÏê\x12Û"
  b"\x01ž‘»¸`r*­ú28:iŒW"
  b"\x01ž‘»¸brÅ®¥ŒÚüQ<æ"
  b"\x01ž‘»¸cs\™²í†C‚â¶"
  b"\x01ž‘»¸er9Ê³i¢\x04'¥"
  b"\x01ž‘»¸fr¤²éï”ÕÌQ¿"
  b"\x01ž‘»¸hp#¯\x16\x01ÂÝäU³"
  b"\x01ž‘»¸isMšˆ×\x10T±Ñ«"
  b"\x01ž‘»¸ks1¹ÁÞvÌ^CA"
  b"\x01ž‘»¸lp\tµ–<(œÍç"
  b"\x01ž‘»¸np׬\x10ÅÆFÜ¡l"
  b"\x01ž‘»¸qs鑯¯$\x03\x19|Î"
  b"\x01ž‘»¸rr÷«‚é.êÿ1c"
  b"\x01ž‘»¸xr"€Ý–ªÝ\x1A\x08Å"
  b"\x01ž‘»¸zp¤ž‘LSšå<Ë"
  b"\x01ž‘»¸{r\x0E‘®\x05\x10årÛ>"
  b"\x01ž‘»¸}p¾ª¸€µÞöî"
  b"\x01ž‘»¸–p,€ud!ô\x14F£"
  b"\x01ž‘»¸›sŒ´›Îh•A\x12\x03"
  b"\x01ž‘»¸žqÕ¡ƒ\x1F\x193\x12åQ"
  b"\x01ž‘»¸ŸqÒ›rSÔ''s\f"
  b"\x01ž‘»¸¡r ­~Žê¸˜P€"
  b"\x01ž‘»¸¢só‚$¯¢þòRK"
  b"\x01ž‘»¸¤rî³Ç=œÚ.ŸP"
  b"\x01ž‘»¸¥r\x17°ºÁTv½{"
  b"\x01ž‘»¸§s\x06˜¡Öw5m\x16Í"
  b"\x01ž‘»¸¬pq—€¯\x01'è'N"
  b"\x01ž‘»¸­säš~ñèHY·Y"
  b"\x01ž‘»¸¯pß„(\x7Fi\ù\x12ø"
  b"\x01ž‘»¸µsǪ_W&ºþ'Æ"
  b"\x01ž‘»¸·r\x7FŽE‰(-¼1["
  b"\x01ž‘»¸¼qö¼z¦\x12vDž)"
  b"\x01ž‘»¸Ás}£I«;(öLÚ"
  b"\x01ž‘»¸ÈrJŽ\x08ËJLÚVs"
  b"\x01ž‘»¸Ës¡‹kˆü®Žq\x11"
  b"\x01ž‘»¸Ìq¤•ÝÿÍæ\x01½©"
  b"\x01ž‘»¸Ðq€s2"”€Ï}"
  b"\x01ž‘»¸Ós:¤f\x1E°\x15âš\n"
  b"\x01ž‘»¸Øq¾“"“è~ž\j"
  b"\x01ž‘»¸Ürû´%¿Ù]¿ÚÎ"
  b"\x01ž‘»¸àsò­\x04Yj>Ï‹V"
  b"\x01ž‘»¸ãrɽÕü\BkÛ¥"
  b"\x01ž‘»¸éq±¡œ—Þë\fQœ"
  b"\x01ž‘»¸ês0¿C›fQqêë"
  b"\x01ž‘»¸ðsʳ²ê7\x08ìÚ]"
  b"\x01ž‘»¸ôs„¹À·Ì|âß"
  b"\x01ž‘»¸÷pϼ“Y|˜ŸBÈ"
  b"\x01ž‘»¸ùpµ°\x1D²bøj&‘"
  b"\x01ž‘»¸ûr\x1FŽ\x19ØØ-°ë‰"
  b"\x01ž‘»¸üp$„\x1C9K®°Œm"
  b"\x01ž‘»¹\x02ru€£=Â…ý±G"
  b"""
    \x01ž‘»¹\n
    rH–Qw\x07ëÃ-L
    """
  b"\x01ž‘»¹\fsK™Î\tO„ã\x01p"
  b"\x01ž‘»¹\x0Fq7‰ílƒfúfä"
  b"\x01ž‘»¹\x13rF¸¶×~žÈ¬ý"
  b"\x01ž‘»¹\x16pp¼ñÇS\x11©ëB"
  b"\x01ž‘»¹\x18q]‚·N¬{”Õ="
  b"\x01ž‘»¹\epn©zÝsŒ¿k\x18"
  b"\x01ž‘»¹\x1Ds¼‹\eÜ\x02iPh®"
  b"\x01ž‘»¹\x1Fr·°'^\x1CBíO5"
  b"\x01ž‘»¹ s’‚ÉL¸&/À@"
  b"\x01ž‘»¹"pM–dÀ‚ö\x00Zi"
  b"\x01ž‘»¹%s\x0Eµ ÉO&ÆpV"
  b"\x01ž‘»¹'q\x13\x08§I3•»"
  b"\x01ž‘»¹(qâº#8¥>`ã~"
  b"\x01ž‘»¹*r…–lf¦\x0EÅ@\x1C"
  b"\x01ž‘»¹+qL¯±ø‚à)RÂ"
  b"\x01ž‘»¹-s„²ù;v>\tš•"
  b"\x01ž‘»¹/pÓ—\x11\x11UT:…Ô"
  b"\x01ž‘»¹2p|…SÍ÷\x1DEÏ›"
  b"\x01ž‘»¹3rå† \f¡\x0Ehß("
  b"\x01ž‘»¹5q4›””œOÕ,"
  b"\x01ž‘»¹8seŠé\x1F/Çï‚\x0E"
  b"\x01ž‘»¹:rZlb\fÊúU\x00"
  b"\x01ž‘»¹=r.ŸR\x17øã¥Ï"
  b"\x01ž‘»¹?rݏ%#®Wù¡\x00"
  b"\x01ž‘»¹@pá«Ú\x18¯’å…"
  b"\x01ž‘»¹Cr±®\x03&‘+ƒV."
  b"\x01ž‘»¹GpÊ©\x03%¡\x06\x14gž"
  b"\x01ž‘»¹Pr—ªÏ±…\x19B\x19a"
  b"\x01ž‘»¹QqDžÚL\x01ÎÎq\x12"
  b"\x01ž‘»¹Ssށ{\x11“ÏHq^"
  b"\x01ž‘»¹Xp¼ŽÙ“õت1"
  b"\x01ž‘»¹Ys\x0F£¤S\x06[\x10÷Ï"
  b"\x01ž‘»¹]p‰²‚Ç}T›)€"
  b"""
    \x01ž‘»¹^p\n
    °JÏ☩\x1DÀ
    """
  b"\x01ž‘»¹as\x08‚Ï®\x1DâReŒ"
  b"\x01ž‘»¹csá€.yXQÎÁ\x07"
  b"\x01ž‘»¹epO‚à5±©æUf"
  b"\x01ž‘»¹fsÜ“„2©òÂÿ"
  b"\x01ž‘»¹hq\x07„k-†ÇÚÈ\x05"
  b"\x01ž‘»¹jr ¯^ÙiÚ³c+"
  b"\x01ž‘»¹rqë\x02+ÎG\x7Fta"
  b"\x01ž‘»¹up=›ø™Ì²|¯\x04"
  b"\x01ž‘»¹wsjµ†\vú\x17mÃ!"
  b"\x01ž‘»¹ysA‰\±[Kê±Ã"
  b"\x01ž‘»¹zp@¥#\x06|‰Ek£"
  b"""
    \x01ž‘»¹ƒp\n
    ‚¶æœ±C\x0FÏ
    """
  b"\x01ž‘»¹„r͏¬\f\x05\x02-\f\n"
  b"\x01ž‘»¹†r…¡ Oí­põË"
  b"\x01ž‘»¹ŠpK‡¨¯éâ•mâ"
  b"\x01ž‘»¹‹pl¬o€P¯}ǽ"
  b"\x01ž‘»¹rΠ©¯…½¥Ã "
  b"\x01ž‘»¹”r\x00ˆp‚*pÚ÷‹"
  b"\x01ž‘»¹—qKµ´v¯kÝ\x19–"
  b"\x01ž‘»¹›p\x12È\t|‹øžV"
  b"\x01ž‘»¹œs¦¬˜w˜pT`m"
  b"\x01ž‘»¹žq\x18€úÀšÐ\x14W÷"
  b"\x01ž‘»¹«rŽž\x19θœf\rù"
  b"\x01ž‘»¹­p¹šm^¾U‰å"
  b"\x01ž‘»¹®p\x06„­.\x16°—W\x01"
  b"\x01ž‘»¹²r¾¢¯ù}˜œö"
  b"\x01ž‘»¹·q\x07¢\x13¦\x1D\x1F\x19ê\x17"
  b"\x01ž‘»¹»r­¾=h!cN!À"
  b"\x01ž‘»¹¼qñŠ%Pà´Wt­"
  b"\x01ž‘»¹Àq6´ø\x1Fj<l[´"
  b"\x01ž‘»¹Âp]¹~10%?xT"
  b"\x01ž‘»¹Äpàš¨\x10\vö9‘"
  b"\x01ž‘»¹Åp[«Žf‰,þLú"
  b"\x01ž‘»¹Çpøœ2ÌVaÐñ3"
  b"\x01ž‘»¹Ëpº¸‘£[\x7F\x00G”"
  b"\x01ž‘»¹Íq¹­·xp­BU•"
  b"\x01ž‘»¹ÐqdKñà¡p´÷"
  b"\x01ž‘»¹Òsá€!ìÛb96("
  b"\x01ž‘»¹Ós¦…ç\vN„öŽ\x12"
  b"\x01ž‘»¹Õq\x10µ¼\x13^MS­Y"
  b"\x01ž‘»¹Ùs„·ò\x01€´ºˆÀ"
  b"\x01ž‘»¹ÛqQŽS³Ìæ´¹ö"
  b"\x01ž‘»¹ÜsC¥\r,«€Fñ\e"
  b"\x01ž‘»¹âq\x05„RRbbÀ^}"
  b"\x01ž‘»¹ës\e˜QŒ“\x1DëxL"
  b"\x01ž‘»¹íq\r£\x00mчÆYW"
  b"\x01ž‘»¹ïqúƒ\e£?êvg×"
  b"\x01ž‘»¹ùsÜŽŸ4×\x1Arу"
  b"\x01ž‘»¹ûsý\x1EÇצCH\x17"
  b"\x01ž‘»¹ÿs2»ØRW\f{FX"
  b"\x01ž‘»º\x00r\x17¡\x13\x0FMë_£‘"
  b"\x01ž‘»º\x13p\x0E’áì¬Iíç€"
  b"\x01ž‘»º\x1Cr!›â€žµ\x19ºv"
  b"\x01ž‘»º\x1Er\x1DŸÖŽÊ®\x1F\x03"
  b"\x01ž‘»º$qÎŽ¦Ý4~K*\n"
  b"\x01ž‘»º(sú€\x13h%\x064x›"
  b"\x01ž‘»º,re^9\x00P‚[—"
  b"\x01ž‘»º-q¦¢¢¿‘$\x7F[Û"
  b"\x01ž‘»º/pB½^B²w·N‰"
  b"\x01ž‘»º`q–Žùé·ÏÅ[›"
  b"\x01ž‘»ºer‰¼¢bä,G\x0F\x1C"
  b"\x01ž‘»ºhp?¼ªù!þ>lj"
  b"\x01ž‘»ºlrž£dÂû<3ì“"
  b"\x01ž‘»ºorª…Ÿ0ÓêÁÐ\r"
  b"\x01ž‘»ºss§™\f\x17`ôœÞy"
  b"\x01ž‘»ºzp8«Ò©mÖ©å•"
  b"\x01ž‘»º~pm„ã¸Úa¶KT"
  b"\x01ž‘»ºpÔŽnçS¦gÆ\x13"
  b"\x01ž‘»ºˆs0¨š÷\eŽ˜Ï®"
  b"\x01ž‘»º”s ‰¤Pì,¢\x08"
  b"\x01ž‘»º£pªˆ…§\x1AN»¢Û"
  b"\x01ž‘»º¬q‰¯Uû]¶hdµ"
  b"\x01ž‘»º¹rN‡°gT¥Žü"
  b"\x01ž‘»ºÁrÀ¿\r—°…Á”\"
  b"\x01ž‘»ºÇs€ˆ¡;¥tW®5"
  b"\x01ž‘»ºÔq\x1Aˆz\eYB4Rd"
  b"\x01ž‘»ºÖr.ºr]ðKJWž"
  b"\x01ž‘»ºÝr·Œ\x1A¾\x01K‰ÿ/"
  b"\x01ž‘»ºçs±¤§µ÷ê\x14·"
  b"\x01ž‘»ºîq!Šñ\x107\x03+m-"
  b"\x01ž‘»ºðs¹—@š\x15îq<b"
  b"\x01ž‘»ºòq¸U>D„“&ˆ"
  b"\x01ž‘»»\x03s/—0ÂÎï¡v"
  b"\x01ž‘»»\x05rŸ…þ—¼œîˆ"
  b"\x01ž‘»»\vpl¨6\x036ë#Î\e"
  b"\x01ž‘»»0s§‰\x02„{e9˝"
  b"\x01ž‘»»4pŸ½¤5%\fèÁû"
  b"\x01ž‘»»8p‰‹\x18ú@@ié"
  b"\x01ž‘»»Rq1ŠæÐÑ\x14ã.6"
  b"\x01ž‘»»as¥«O¶¸\x12\»"
  b"\x01ž‘»»epí©Ü­«ä­í"
  b"\x01ž‘»»°q!‚ÿЏ(\xç"
  b"\x01ž‘»»Áp\e\x07žT›Ìše"
  b"\x01ž‘»»äsòžÄÑÑÃe¿`"
  b"\x01ž‘»¼\x11q²šÐ&õqV–\x02"
  b"\x01ž‘»¼\x1Arñ¸K:Œ`\x04°ô"
  b"""
    \x01ž‘»¼0r1±.ô\n
    Š¿z¬
    """
  b"\x01ž‘»¼8r\x00Ÿ>Ð]؁Ìf"
  b"\x01ž‘»¼<qޝV„ù\x16 ‹b"
  b"\x01ž‘»¼?pHžˆÇÿlt–"
  b"\x01ž‘»¼Gph†œýž\x133Èg"
  b"\x01ž‘»¼Lpe·né*ñ\x06÷È"
  b"\x01ž‘»¼Trp›ÑmO;;ÉX"
  b"""
    \x01ž‘»¼Yp\n
    €\x0E ÕÏ|a¡
    """
  b"\x01ž‘»¼lqí;ÎEš-0û"
  b"\x01ž‘»¼xs䑺ºAÝÙ/–"
  b"\x01ž‘»¼zsu§\t¥Ð­Z£="
  b"\x01ž‘»¼¢q$ ƒ\x1F*Ê\x02r "
  b"\x01ž‘»¼¤p™£ÝF/€I=¤"
  b"\x01ž‘»¼³p:¯![W„ž­¦"
  b"\x01ž‘»¼¿s\†rÀl`Fka"
  b"\x01ž‘»¼ÅpgŒ% MŠë"ú"
  b"\x01ž‘»¼Ís!Š.¬\x14Õ\x02Å©"
  b"\x01ž‘»¼Ïp\x10Žïš¾“\x17\x01h"
  b"\x01ž‘»¼Ôpù¸/]p¡)£-"
  b"\x01ž‘»¼êp÷¿‹.\x1F\f\x13^Å"
  b"\x01ž‘»¼õqÉ›7eØsl«¸"
  b"\x01ž‘»½\x06p\x10¾Ê0æ\x04ð@n"
  b"\x01ž‘»½0q§ƒ:¯‹\x1D‰[ø"
  b"\x01ž‘»½2q ®\x07qéáNÔú"
  b"\x01ž‘»½3p™ú-¡J¥›R"
  b"\x01ž‘»½9r>…Ë\x1Dvê\x04’6"
  b"\x02o#\x7F© OQ¸\x19!ÕÒgé\x18"
  b"\x10»¯\r÷\x1FJԏ¿w·N„qõ"
  b"\x1A¼ØùÕ–N-ž²ß*Õžç{"
  b" ù´Š™Oз.'¹Te+Ú"
  b"'¿\x04®\x0FïJW±JÜý֏úÙ"
  b")ôí`ýÂB6‡ì­ÌD~ô"
  b".yÎáùŒKL¼³,\x12záél"
  b"5XXáqÅH\f¶~£fˆuêF"
  b";‡Ž(ÛðD¾–™‹ÈÐ~’e"
  b"@\x133F}O\x01µ{]d\v£û"
  b"F\x13ºZZ÷B1³ã¯\x08Á^?ô"
  b"K‹³,§uNx\v&ü\x13$7†"
  b"P\x16\x1DÐŒH–—ŽKâ"«\x12"
  b"UX\x06Þô“G־ĚãqõC"
  b"ZãK탋Ot‘\x07)#c`–ñ"
  b"]ÂÉ\t\x18ZO\x13¥4‰¼\t>)H"
  b"bz\t‚ýŽHG–.d’:»YR"
  b"q×\x00Þ·×E°®Ê’\x08£…þp"
  b"tj^7õ=O:‰8D†Éò¤î"
  b"""
    u•¥ÝVèD¦ \x7F]—\n
    CBL
    """
  b"x\7®€ÈG‘¬\x01ŽIÔ\x0Eó\x16"
  b"†\eëK£\x05Iޝ‡\x7FÚÌH®"
  b"Žån¦0“Iàƒ&s¥ŠÏÌ4"
  b"“.ÍK\x08gKo¾ÅÜ@^àšþ"
  b"\x1CÒaø/Ee¬©9¥;\e\x18/"
  b"èZ¸’âH‹†¼øŽÚ,cí"
  b" 0½N\x1DÄG$·}ïÌ\x1A\x03`Î"
  b"¡§ù\x0E¾3J)“pTçöuÛ"
  b"""
    ¢\t\x07\n
    ˜0KÀ²/wÆ,Ðùú
    """
  b"­!ÿx’CGrœ’Ø(ÒœÓâ"
  b"¸Bhôï\x08NY¾žhb\x1DÚò’"
  b"º¸$œÜUI¨¨TÁî3¹ï›"
  b"»ûš\x1D\x07öK½¹íæ^\x1CJ\x1E5"
  b"Ë\x17¦\fOÃKF¿X\x056ŽÚè¡"
  b"Ë xÉøM©¤”\e>·\x14¤Ö"
  b"ÔîÄE\x14rDf–ËwÖܺåF"
  b"Õ\x19­Ð•}E™‘˜\va5Û\v«"
  b"ÕqQÎQ8J‹µÚ0ý3rW\n"
  b"؈\x035c¶OC ›¹ØöÙ%\x02"
  b"à\x1C\fw§úM×…\x0E\x16ª\x1FÌò€"
  b"ãœþ\x7F¢"B+§\x01L‘ì-‚c"
  b"鄘E+\x15L΂-Ç\ú´["
  b"êMHœÊ\x11Jð‘ ¿2\^Ó'"
  b"ëŽq*ù\tC\t¾DŒ\fkÃq\x14"
  b"ìÎ"°ì¡Kó‘—F¤\x00[\x03|"
  b"ðß*\x16»+Fįgæ_^¢q="
  b"ñý\x14-Y[Ný‰ŒÈ ’\t|N"
]
96 6.61 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"\x00J•h!ŒFÿ¿+|\x02Ÿv¸Û"
  b"\x00L¥_\x00)A@˜\x01‰\x7F8‘#y"
  b"\x00nªÍDdH\x14†ý¯†\x17kù£"
  b"\x00Ò\x19ÿ’ûK¨’íš!ÙÉ›\x1D"
  b"\x01_›\x04„…J`¡®åˆÝæûÃ"
  b"\x01\vQÀ%|Ლš=¶ä\x1Eu"
  b"\x01\v|üÇ~D¬62\ròcPb"
  b"\x01š’8ž~†›Á& X\v”\x07"
  b"\x01r]›û}\x7F¡D\x19²¨“ÖÎ"
  b"\x01‘“ÕåôuНÀ,´ ,È="
  b"\x01‘“ہ§rLµÁŽ\x01Sdͯ"
  b"\x01‘“ÝÞ¸y\x01¨I-ÿ“k|"
  b"\x01‘“ò^¿}˜ž9³Z…\x04-"
  b"\x01‘²tÚ…}{±Q\vb4û3\x14"
  b"\x01žd·k\x07qî—\x17\x16ÿÝjãÄ"
  b"\x01žd·k\tp¤£îTv+\x18tš"
  b"\x01žd·k\fr‡¦G¹‘ÿBï‰"
  b"\x01žd·k\x0Eqÿ»G޵ËWÂ"
  b"\x01žd·k\x12p‚†µíø\x11Šn`"
  b"\x01žd·k\x14s—½J¬6Ñ…\x1Eu"
  b"\x01žd·k\x16rtšvµS9SØÆ"
  b"\x01žd·k\x17r\x1A‰+#ó[|¶"
  b"\x01žd·k\x1CpÀ‡&i\x15\x7Fq\x0Fç"
  b"\x01žd·k r_›\x14&t}ô,4"
  b"\x01žd·k#sM˜‘¤t—FAX"
  b"\x01žd·k$p\x00†Du:ª\e^"
  b"\x01žd·k%s”±+éƒÑT³x"
  b"\x01žd·k&sg¥;¯JXžp"
  b"\x01žd·k(sý6G\x12ó‰µ\x06"
  b"\x01žd·k-rM…\vcû²R`8"
  b"\x01žd·k.p(ŸhYÆ3hV˜"
  b"\x01žd·k1s\n;\f0\x00ì\x06e"
  b"\x01žd·k2q$¤\x12O\x1D*c4"
  b"\x01žd·k3q³¼&®ßˆãOè"
  b"\x01žn%\vvr7‚YDšõ³ ""
  b"\x01žn%\väpV¯£9Bî\x17À°"
  b"\x01žn%\r=p³¥\vÇE‡dÙy"
  b"\x01žn%\rRr\x10‚©zá¹ÿÎ"
  b"\x01žn%\x0E\esršènÜp%£"
  b"\x01žn%\x0EIr׃iȺÿX&Û"
  b"\x01žn%\x104s\v˜\tÎ÷e¼¶\r"
  b"\x01žn%\x10Jpi›}’\x1Då $õ"
  b"\x01žn%\x10`r\x0E®%æ\x06‡4Š»"
  b"\x01žn%\x12\x7FpјÝáS™R^¾"
  b"\x01žn%\x13sr;že?GÉߣ„"
  b"\x01žn%\x13‰qÌœ@‡°Ù3”"
  b"\x01žn%\x13ºpÀŠ.ý\x1Cž·Q„"
  b"\x01žn%\x13ürñ½Tû3w`¤"
  b"\x01žn%\x15\x1Eq3µ¹…@ûM«\x15"
  b"\x01žn%\x15as3›\x0F¶¬³¦6\t"
  b"\x01žn%\x15œpJ‚ôºOߌV("
  b"\x01žn%\x15¦rÇ´>qŒÄ\v`|"
  b"\x01žn%\x15´rD—c“`ï\x000¯"
  b"\x01žn%\x15Æpq ØD\x154G:Ý"
  b"\x01žn%\x15Ðrå¿Þ"ÂÝj¾!"
  b"\x01žn%\x15ëp€´0„²¡è\x01Ð"
  b"\x01žn%\x15þr>µ1õ}HÚlÆ"
  b"\x01žn%\x16\x01pX˜ÿ—\x0F \x02·ë"
  b"\x01žn%\x16\x04sq¹A=÷ý…<’"
  b"""
    \x01žn%\x16\n
    qá®OÇÃèÉÐU
    """
  b"\x01žn%\x16\rsá°f(R/t³}"
  b"\x01žn%\x16\x10qݱÍHßcCV\x16"
  b"\x01žn%\x16\x14pâ\x0Eç\x17\x060Uz"
  b"\x01žn%\x16\x17sÅ·¯5/Û”&N"
  b"\x01žn%\x16\x1Arß¿\x14T\x1Fbfvœ"
  b"\x01žn%\x16\x1DsR‰%C5\x0F㐠"
  b"\x01žn%\x16-si‰Ž\x00p‘Á«×"
  b"\x01žn%\x165pº«}9­ÓÎ\x16%"
  b"\x01žn%\x16=s\x11˜÷`K òAö"
  b"\x01žn%\x16Asj¥—íY\x07£UÃ"
  b"\x01žn%\x16EqU·6¿\x08uÔäî"
  b"\x01žn%\x16Nra§\x1CD¥è\x1FÀ\x0E"
  b"\x01žn%\x16Sq¯½\x03¸Àõ\x1CE|"
  b"\x01žn%\x16]pǁˆøö‰Û’Ä"
  b"\x01žn%\x16`p;½.I*¯Õ(Ï"
  b"\x01žn%\x16cp7™ÑjÉøT7\f"
  b"\x01žn%\x16hs…žfÓHÊAŸÖ"
  b"\x01žn%\x16ts±·\x0Fã•\x0F~íg"
  b"\x01žn%\x16¢rç¬l±‰Æ\x17˜…"
  b"\x01žn%\x16¤qĝ´‰†\x1Ee0Î"
  b"\x01žn%\x16¦s’¦ª\x00Ôˆe†M"
  b"\x01žn%\x16§p\x01™¿E,]‹›¸"
  b"\x01žn%\x16ªr‡Ž©Ì¨~´.‘"
  b"\x01žn%\x16«q˜š·•à+„¡Ž"
  b"\x01žn%\x16±pç¡gN·÷Ј¿"
  b"\x01žn%\x16³r!Š'2 \f™À\f"
  b"\x01žn%\x16µsµŽ\\x04šG¢Í\x01"
  b"\x01žn%\x16¶s\x07–0œþ\x08ò¿"
  b"\x01žn%\x16·q¥Œçô5åýç"
  b"\x01žn%\x16¸q0ŸÇ\x7FKʝaÇ"
  b"\x01žn%\x16ºrå´ÆQsQï‡:"
  b"\x01žn%\x16Ápl¿3ï\x17¬\x03ÉN"
  b"\x01žn%\x16Ãs\x11³¯–4\x07\x17\x1E«"
  b"\x01žn%\x16År\x1C‡7¦bVŽ–V"
  b"\x01žn%\x16Æp1²X¦\x7F•\x15P@"
  b"\x01žn%\x16Éqs³<N™ÎhšÙ"
  b"\x01žn%\x16ÊrÕŽ¥œ\C²Á¯"
  b"\x01žn%\x16Ërnº½<²3:,B"
  b"\x01žn%\x16Ìq¨–”ŒJ0ñ"
  b"\x01žn%\x16Îrôœ!t\x02¥é\x15}"
  b"\x01žn%\x16Ïrš†·¹-ºÓÀq"
  b"""
    \x01žn%\x16Ñršª)ñ\n
    ­†i 
    """
  b"\x01žn%\x16Ós¢£ÔàìýØÍß"
  b"\x01žn%\x16Ôså½gÅ6ü\x07LÕ"
  b"\x01žn%\x16Øp\x18ˆW°Öûƒ8¦"
  b"\x01žn%\x16àq¿„6HrÈ©Cè"
  b"\x01žn%\x16ærÇ®\x18N½;B?\x07"
  b"\x01žn%\x16íp<½\x00ÞqÑöÊ)"
  b"\x01žn%\x16òsÚŽŒ½!\x19ľ‘"
  b"\x01žn%\x16óqTŽo3!ÞN‹Ê"
  b"\x01žn%\x16ôs5¯k\x0FÎý´šf"
  b"\x01žn%\x16ùr\x1F–\x00rqmŽú+"
  b"\x01žn%\x16ûp/µ\&\\æ:‹"
  b"\x01žn%\x16þsz›nÉ®0€\x14("
  b"\x01žn%\x16ÿsm€}\x06—Œ"
  b"\x01žn%\x17\x00q~¿2üЗe&Â"
  b"\x01žn%\x17\x03qš¸Ò‰„\x15\x1F5m"
  b"\x01žn%\x17\x04qÊ‘ù]œ²'ƒÝ"
  b"\x01žn%\x17\x05rP¸¾F¸ ±S\x16"
  b"\x01žn%\x17\x06pvºX†²~°Ž0"
  b"\x01žn%\x17\ts¥ƒ\x17)¨mŠO$"
  b"""
    \x01žn%\x17\n
    qô½‚¾Ž*Rðr
    """
  b"\x01žn%\x17\vr7ˆ¥ü˜ô€©k"
  b"\x01žn%\x17\fq|•'ê\x1EUª/…"
  b"\x01žn%\x17\x0Er\x1C¹Œ½í=#¾˜"
  b"\x01žn%\x17\x0Fp\x7F‹«~å¸vÅ"
  b"\x01žn%\x17\x10r\x0Fƒ=”Ë*”*&"
  b"\x01žn%\x17\x11rdg \vÒ›\x10m"
  b"\x01žn%\x17\x13qmƒ\x07ƒtäé}”"
  b"\x01žn%\x17\x14rÜœ;\x06­Õ\r‹M"
  b"""
    \x01žn%\x17\x16r™Ó÷Í\n
    Q.
    """
  b"\x01žn%\x17\x19r\r²³R\x07­žª\x19"
  b"\x01žn%\x17 s̹šhJç\e%W"
  b"\x01žn%\x17!p˜[d°ãûï"
  b"\x01žn%\x17"rQ¥É€ù+c$Ñ"
  b"\x01žn%\x17#rg¢Û5?\e:\x07ÿ"
  b"\x01žn%\x17&sß„§õ4\fNÍ€"
  b"\x01žn%\x17)q\x10šJŒ‰&q.]"
  b"\x01žn%\x17*p…š\eÛ*qŒÄ´"
  b"\x01žn%\x17-sw®TuœØ&Ƽ"
  b"\x01žn%\x173q\x17Œ&\x1Fd×Ìec"
  b"\x01žn%\x177qp ½‹ ¦Õº"
  b"\x01žn%\x178s[­ß<‹¥\x1F±½"
  b"\x01žn%\x17:s\x11‹o-\v°E˜Ž"
  b"\x01žn%\x17=shµ>ÞV4E-%"
  b"\x01žn%\x17?s}·¨k3«ý£É"
  b"\x01žn%\x17@r\f¶D\x1F_ý&\x1A¡"
  b"\x01žƒ\ˆøpðŒËBÕž\rÖv"
  b"\x01žƒ\‰\x06rûº†“u¤Är†"
  b"\x01žƒ\‰\vq\x01»Î\x03)±FÅ"
  b"\x01žƒ\‰"s\e…äpùÀSÂÂ"
  b"\x01žƒ\‰¥pñU\x18\x03¢\x12æ"
  b"\x01žƒ\‰¹p|¿U޼\x1CZ#®"
  b"\x01žƒ\‰Îr¤¿Ch\x15*'\x12Ö"
  b"\x01žƒ\‰ÓqõÆé\x01\x1C2"
  b"\x01žƒ\‰âpÒ±²Ãñ“Š8%"
  b"\x01žƒ\‰çrP°ŠÊ‚ªÉ£Œ"
  b"\x01žƒ\‰örï²\x00·ºõWÐ\x13"
  b"\x01žƒ\Š–p‰°\x10ÇAe²`þ"
  b"\x01žƒ\Š¥qV•¡\x08ÖJ\x07Î&"
  b"\x01žƒ\Šºrp·¸”\x12'D¼N"
  b"\x01žƒ\ŠÁq½£°6vXzƬ"
  b"\x01žƒ\ŠÎsç…›©¿>ø.\x12"
  b"\x01žƒ\ŠÕrØ¿³¤9B$I5"
  b"\x01žƒ\ŠÛpà·äBϬ\x1DŸÕ"
  b"\x01žƒ\Šðrø†Jml^R]ä"
  b"\x01žƒ\ŠöqÒº$wIez/œ"
  b"\x01žƒ\‹\vpˆº\x13v\x1DO‚^¥"
  b"\x01žƒ\‹0p¶´\x7FÁ\x08'\x17Aµ"
  b"\x01žƒ\‹Ár_–;Æ* ÷\x1F"
  b"\x01žƒ\‹Èp\eªF%تŸ`â"
  b"\x01žƒ\‹ØrSµMÊó\x06OjÚ"
  b"\x01žƒ\Œ\rs\x1D¦\x0Fq`·\x01æ+"
  b"\x01žƒ\Œ\x14s+±\x19Êîn¹†î"
  b"\x01žƒ\Œ\esϽũîpºì"
  b"\x01žˆ–ßñr\x17™þƒ!µŒ²\x1C"
  b"\x01žˆ–á\x07s1™þî§\x0F\x10š¹"
  b"\x01žˆ–á\x14qR‘–/\x1FÕiŽ{"
  b"\x01žˆ–á\x1Aq\x13¸\x00Jn­n÷\x0F"
  b"\x01ž‘º\x0E«qAµ<ú\x0F6\x05_1"
  b"\x01ž‘º\x10\x03q9¹\x15l\x10‰î*5"
  b"\x01ž‘º\x10\x1Cs »tñ¡Âæ\x02\x0E"
  b"\x01ž‘º\x10oqà¾R\x1EQ€¸ä£"
  b"\x01ž‘º\x10¾sú\x02\e\x18FiX\v"
  b"\x01ž‘º\x10îpã¿ûê\x0EK?UÛ"
  b"\x01ž‘º\x13öp°³HÎÈš\f*µ"
  b"\x01ž‘º\x14As ³44\füÆBœ"
  b"\x01ž‘º <s‚Œc‚{;š×…"
  b"\x01ž‘º!¸q=™\v<,C+2™"
  b"\x01ž‘º"‹p»­|nÿ”3ߎ"
  b"\x01ž‘º#cpR­a¿\x1A˜x‡O"
  b"\x01ž‘º$)ro’_$Ùci\x08O"
  b"\x01ž‘º)%pdC\x0FÉtW\x10G"
  b"\x01ž‘º+ÑrK´\x02,\x03\x06yÉm"
  b"""
    \x01ž‘º,5qö§\n
    ^²\x15úoÁ
    """
  b"\x01ž‘º.Ws)°N\x07Òc´/Ò"
  b"\x01ž‘º0jr‘ž6ô&Ýv},"
  b"\x01ž‘º14sdz¼Iì9x)d"
  b"\x01ž‘º7Åq†…N§96ªs7"
  b"\x01ž‘º9hpá¿*ˆSr7à$"
  b"\x01ž‘º9p›³u—GÐâ\tH"
  b"\x01ž‘º9¸rc¼¿a§‰ˆ©‚"
  b"\x01ž‘º9ûqf¯ûN¤ÔÀôÚ"
  b"\x01ž‘º:<rÄ«}Ù%õŇ'"
  b"\x01ž‘º:>r\x1F’0\x14\x01±2¨z"
  b"\x01ž‘º:@r7‰c¦cÇèlˆ"
  b"\x01ž‘º:Fpž,Ï:ט•\v"
  b"\x01ž‘º:Kr\x12°§žîw4V\x15"
  b"\x01ž‘º:Sp׸°^\x1C`€À]"
  b"\x01ž‘º:frE‡\x11S\x15Ú³jP"
  b"\x01ž‘º:kq\x08¶Ík·†JöN"
  b"\x01ž‘º:oq¦€\x13¦\x14\x19n\f*"
  b"\x01ž‘º:sqµµÇ´AŽòÒœ"
  b"\x01ž‘º:uq5¸³\x17r¬7\fK"
  b"\x01ž‘º:yr\x1C„¿~\x15\x03É\x03¨"
  b"\x01ž‘º:{pñ¿,T„^}€\x12"
  b"\x01ž‘º:}s\x1F¨NÁA\x14I\x1FK"
  b"\x01ž‘º:…rz†üâ헝\x1Dp"
  b"\x01ž‘º:‡pªœôØ\x13d*w›"
  b"\x01ž‘º:‰pˆ‘bå(B~Ôj"
  b"""
    \x01ž‘º:‹sP¯\x1EDsþ\n
    ÄQ
    """
  b"\x01ž‘º:Žs\x18´b\fm\x15ˆ³º"
  b"\x01ž‘º:r;»\vc¶¡X"
  b"\x01ž‘º:”q‡¯äã­æ>á,"
  b"\x01ž‘º:–q}Š•£iüØêS"
  b"\x01ž‘º:˜qZ‚ªF´i÷éK"
  b"\x01ž‘º:œr>œzEh›Cˆ"
  b"""
    \x01ž‘º:žr\x18¿\n
    |³g\x03I
    """
  b"\x01ž‘º: r§›¼\¿\x16Ñi"
  b"\x01ž‘º:¢r\x07”÷¶‘\x18"£"
  b"\x01ž‘º:§s\x0E£Nše\x10*܃"
  b"\x01ž‘º:©s¹«0Ò\x13Àf²ô"
  b"\x01ž‘º:«sû‰£\B=nWs"
  b"\x01ž‘º:­pjŽØ6R»o–"
  b"\x01ž‘º:±s—¹ý\x1E2³\x16Åô"
  b"\x01ž‘º:³sq—g@\x07|6ñ"
  b"\x01ž‘º:¸p\x18ŠR¶e˜üiz"
  b"\x01ž‘º:ÀsóšŽ?좸en"
  b"\x01ž‘º:Èqm™Z\x04{<¾Û‹"
  b"\x01ž‘º:ÊqZ’\T\fý›lx"
  b"\x01ž‘º:Îpfƒãq\x05ó²Á\t"
  b"\x01ž‘º:Øq\x10ŽÍ _ok¹ð"
  b"\x01ž‘º:Ýq̦–0Þ¥p}h"
  b"\x01ž‘º:ásÀ¥,¾œáŽ\v~"
  b"\x01ž‘º:ãru°\x048\x14V›\x0F%"
  b"\x01ž‘º:çpl‘×vÿW\tÑŽ"
  b"\x01ž‘º:ép¦°7Æ•¹É\x17k"
  b"\x01ž‘º:îqE‹fÒ\x11ˆv\v&"
  b"\x01ž‘º:òq¡ªý%AÊ\x14jN"
  b"\x01ž‘º:øs‘†d7ö»u?n"
  b"\x01ž‘º;\x07qx™›\x1E~ˆ\x1CÇÈ"
  b"\x01ž‘º;\vs\x1D®€œ?–Ä"-"
  b"\x01ž‘º;\x11qd•!†Ì°·ó\x01"
  b"\x01ž‘º;\x18r\x05¥b\x10Û\x0Erž-"
  b"\x01ž‘º;\eq\x01[YàÃT…Ë"
  b"\x01ž‘º;\x1Dr|œÐ6B€‘L¹"
  b"\x01ž‘º;'rÙ±„,ŽˆÛ\x02³"
  b"\x01ž‘º;*r€¼åÕRÆ\x16\x1EZ"
  b"\x01ž‘º;,sa•F“%Ul(;"
  b"\x01ž‘º;.p¢»³'Ž˜ã^\x13"
  b"\x01ž‘º;4pñ˜Í\x06Ð5Ïbë"
  b"\x01ž‘º;8q1¥Û\x10;‚ÿ^U"
  b"\x01ž‘º;:r°Ÿ3 ø~R¿8"
  b"\x01ž‘º;<s@©\x7Fr¨\x1A…/Š"
  b"\x01ž‘º;Cqß„Ì\x19òliü9"
  b"\x01ž‘º;EpA½jtNG¨ãÔ"
  b"\x01ž‘º;Gq\x06šÄ\x08¿ Z"
  b"\x01ž‘º;Kp…‚D+\fÏ‚~t"
  b"\x01ž‘º;Mpå‚Èêÿ¬pë¸"
  b"\x01ž‘º;Op©±n\x05ºn‰K""
  b"\x01ž‘º;Qr¹¹B\x7F\x08,`f¿"
  b"""
    \x01ž‘º;Sr\n
    «”>ULÀš§
    """
  b"\x01ž‘º;UpÈŽ Ú«Ú\x11 \x07"
  b"\x01ž‘º;Ypß®\v\x14 ©N•"
  b"\x01ž‘º;[p…¦¬\x02ü°ù•"
  b"\x01ž‘º;`sÚ¦/(Iý›ÿ†"
  b"\x01ž‘º;cq\x0EŸ]\x7FzÃËû‡"
  b"\x01ž‘º;erºƒ¹\x1C²¡£\fm"
  b"\x01ž‘º;gpÆ…Ð\x08Ì,·õ="
  b"\x01ž‘º;ir‚ \x0F«œ«\x1Aµ,"
  b"\x01ž‘º;mp\x07¥‹\x18W~˜Á"
  b"\x01ž‘º;ur1œÂ÷ø\x16Òv6"
  b"\x01ž‘º;xpP§‚«áõRÈc"
  b"\x01ž‘º;zpÆ«*¢ÃaW‰w"
  b"\x01ž‘º;~p"˜1¯4%K\x10Æ"
  b"\x01ž‘º;„rê¤øÄ\x14H%Ôþ"
  b"\x01ž‘º;’qp›\fîØ‚šk:"
  b"\x01ž‘º;—rz€hú*e¸»n"
  b"\x01ž‘º;™qŽÆ˜ºÚ‹ál"
  b"\x01ž‘º;›pÀ‰§\vyýIŒº"
  b"\x01ž‘º;q4¬O´&¶\x7F¥\t"
  b"\x01ž‘º;Ÿpž„L\x15d\x18-Iš"
  b"\x01ž‘º;¡qòƒ§\x03c@4ĵ"
  b"\x01ž‘º;£r\x00›|ü¬~vÍ„"
  b"\x01ž‘º;§rÊ©oÜ4vœ\v%"
  b"\x01ž‘º;­pâB“ºÃ%6·"
  b"\x01ž‘º;¯sަT43\x1EÅ}6"
  b"\x01ž‘º;´rЏí\x16¨4\x01Ð3"
  b"\x01ž‘º;¶rä°¼5mõ\r`C"
  b"\x01ž‘º;¸qv²¨&Âðºò\x01"
  b"\x01ž‘º;ºp¼¯gBÍ!ü°Í"
  b"\x01ž‘º;Árµ‡’R!üÁ"
  b"\x01ž‘º;Äq\x7F½«öÊïāâ"
  b"\x01ž‘º;Æq}³m¼fd×Ú*"
  b"\x01ž‘º;Éq.¦’)\?W\x02Š"
  b"\x01ž‘º;Íry‡ñBì/Ž\f™"
  b"""
    \x01ž‘º;×rÒ¸ü©\n
    ߦ
    """
  b"\x01ž‘º;Ùqœ ÛÃ;\x08(¶?"
  b"\x01ž‘º;ÜsÖœJñª¬=ƒ}"
  b"\x01ž‘º;ãs&¿*/¾>Û ±"
  b"\x01ž‘º;åpڝ‡]¡aøh#"
  b"\x01ž‘º;êrÐŒ’\x7F[Ã>Ð"
  b"\x01ž‘º;ðs—¬@WX\x0F‚³H"
  b"""
    \x01ž‘º;ûq$®¹ƒ\n
    \x15x\x06\x1C
    """
  b"\x01ž‘º;ÿs\x1F™$]cƒÊüe"
  b"\x01ž‘º<\x02rמ\x11k®\x1A{Ȧ"
  b"\x01ž‘º<\x0Ep¯œâ4WSÏ"
  b"\x01ž‘º<\x15sÈ»ÐÕ¸ívÔƒ"
  b"\x01ž‘º<\x17sgƒEE•\x01¸ý"
  b"\x01ž‘º<\x1Ar'¯Þ\x14'0wlã"
  b"\x01ž‘º<\x1Cpº­qj€~`ž["
  b"\x01ž‘º<\x1Esê–“=n”ì\x1DH"
  b"\x01ž‘º<!qn¯\x7F@Ö½‚y"
  b"\x01ž‘º<&pBºØEñî9‡x"
  b"\x01ž‘º<+q\x10¹{\v]½&U~"
  b"\x01ž‘º<8sÖ”uÑq³7K’"
  b"\x01ž‘º<BrݹE;ÃÆ¤ˆ“"
  b"\x01ž‘º<Dp;¬n{¯ˆEëÛ"
  b"\x01ž‘º<Gríš‘×ÞØ½\x19\x15"
  b"\x01ž‘º<Lp$…2pT©\x00&›"
  b"\x01ž‘º<Nr1·ØŽŠ;»Ã¸"
  b"\x01ž‘º<Ss÷¿zL2/S>"
  b"\x01ž‘º<Us¤•à+®Úò!™"
  b"\x01ž‘º<Xp7“,ç˜H¶Ò­"
  b"\x01ž‘º<ZpàŠ\fÔqð\x14À "
  b"\x01ž‘º<\qD· ãÙšŠ­ƒ"
  b"\x01ž‘º<^sõ›­T•EÙ~å"
  b"\x01ž‘º<arðºkéc„¬ák"
  b"\x01ž‘º<hqò’E¶<ü•æv"
  b"\x01ž‘º<lrá®\x072ta¥cñ"
  b"\x01ž‘º<or—ƒ„11\x18G<J"
  b"\x01ž‘º<spêŽ~Þ€à\x16vË"
  b"\x01ž‘º<|pã¿"ù\x04¤ao%"
  b"\x01ž‘º<qäŸÖРϵÌ1"
  b"\x01ž‘º<ƒr²´v\x05kå\x0Fº¾"
  b"\x01ž‘º<†s]\t\x08&÷`5"
  b"\x01ž‘º<Šs¼§çÉà®9\x07Ô"
  b"\x01ž‘º<ŒpŽº…7\x04\f\x0F\x050"
  b"\x01ž‘º<‘pÊ«÷ÛÌÁ\r?"
  b"\x01ž‘º<“rtˆ\x10…Ä£Ë\x06c"
  b"\x01ž‘º<˜s2§âÿðà_]D"
  b"\x01ž‘º<šrî÷gX;Øä´"
  b"\x01ž‘º<œr(­ã3\x05ó®Õç"
  b"\x01ž‘º<žrŸ·.#5@Þ0í"
  b"\x01ž‘º< p+©¥Í\x00=\rwr"
  b"\x01ž‘º<¥s\x07»“Åf¼ß\x16Ç"
  b"\x01ž‘º<§p\x05½\x1AœÉ\rõê"
  b"\x01ž‘º<©sޝkŸa€\x01\t¼"
  b"\x01ž‘º<«qû¤›á.¤ØqV"
  b"\x01ž‘º<°sø¤Z*å9óÂ"
  b"\x01ž‘º<´sÖ¦:\x10\x1FËé´ÿ"
  b"\x01ž‘º<¸pá®%Q\x12æ"x\t"
  b"\x01ž‘º<»qx±è2o«³ÓÌ"
  b"\x01ž‘º<½pÈš\x05%Ó¼²ì¡"
  b"\x01ž‘º<¿sWœ\x12Ÿð}ø@Ÿ"
  b"\x01ž‘º<Ãsß©™§¼&8—A"
  b"\x01ž‘º<Èqü–\x07$c"ƒ "
  b"\x01ž‘º<Êq<¿\x1A¿Ÿ(J\e7"
  b"\x01ž‘º<Ìrœ™°EÍ\x11bÑ\x1D"
  b"\x01ž‘º<Îr˜º·kÝbŽš#"
  b"\x01ž‘º<Ñr\x08*UlúÐ\x0Fí"
  b"\x01ž‘º<Óq¯›\tÐÍâªRž"
  b"\x01ž‘º<Õs±·ïóÛÄ!/"
  b"\x01ž‘º<×q ¬\x1C2Ôæˆç®"
  b"\x01ž‘º<Úr£’îË×'\x1Aè"
  b"\x01ž‘º<Üp>²s.ÌÔ¿L¸"
  b"\x01ž‘º<Þrɵ£ÂulàÑ"
  b"\x01ž‘º<ãr\rŽÍiŠ\x17sŦ"
  b"\x01ž‘º<íp‚“Z…^·Èއ"
  b"\x01ž‘º<ðs ¥þXEH,x"
  b"\x01ž‘º<ôp-—Ï\x7F—à"
  b"\x01ž‘º<þs\x02½8å\x1E©·«["
  b"\x01ž‘º=\x05rh¤EŸÊ"ï\x1E‚"
  b"\x01ž‘º=\x08q\x0E‰d\x02ªÍ%\f"
  b"""
    \x01ž‘º=\n
    r<™Rã\x1E”\e\t’
    """
  b"\x01ž‘º=\frØ›Q¾K/÷W"
  b"\x01ž‘º=\x11sú“\x08(&>Ö‰"
  b"\x01ž‘º=\x13rd¡ÅŒ÷HàÝÃ"
  b"\x01ž‘º=\x15pÁ‡ŠP/ÚÚàB"
  b"\x01ž‘º=\x19sËŸF'ñ©\x023\x16"
  b"\x01ž‘º=\x1Cq„m°Ý¬4ƒ"
  b"\x01ž‘º="s—‹š×G–\x03f^"
  b"\x01ž‘º=%s©“ÒÆ½Æ¬ô{"
  b"\x01ž‘º='qm«]\x1Ds¦ª¼a"
  b"""
    \x01ž‘º=+q¬‰ÇIŸ+\n
    )È
    """
  b"\x01ž‘º=-r\x13¦\x1F±™ç¬ë+"
  b"\x01ž‘º=4qظ\x07\x02\x10¨“%õ"
  b"\x01ž‘º=9p€Žß:¡ÌÎS¹"
  b"\x01ž‘º=;rX°±ãÍcfÿ\x13"
  b"\x01ž‘º==q\x08¼?\x12*(\x15#}"
  b"\x01ž‘º=?q“¤ÿf½<Nù+"
  b"\x01ž‘º=DsK¼ëÂ8\x04ÖS\x07"
  b"\x01ž‘º=FqD’5®¡\x1A0š­"
  b"\x01ž‘º=Hs!—Ö\x1Fã=l³š"
  b"\x01ž‘º=KrO ¤B\x7FÿÏ\"
  b"\x01ž‘º=Mp]¨\x08ÈÌC|oß"
  b"\x01ž‘º=Qs\x02‹L͇ n\x11Ë"
  b"\x01ž‘º=Tp윴l~Õo~–"
  b"\x01ž‘º=Vq‡ŒÁ¡ŽŽ5Ó#"
  b"\x01ž‘º=Xst“ëKÙZ\x18õù"
  b"\x01ž‘º=Zqá˜âMQBja¤"
  b"\x01ž‘º=_qq£¢\x02r\t\x15\t\x17"
  b"\x01ž‘º=gr\x07†®±Uı¡·"
  b"\x01ž‘º=ns\x1DŸ²7]\x07ñE#"
  b"\x01ž‘º=spu’gÜ=m\x12±"
  b"\x01ž‘º=wpò‰½|‘Ô19Ê"
  b"\x01ž‘º=‚q½š\r:\x1Cd¤s\x13"
  b"\x01ž‘º=†qɃ\x13R­úàÞô"
  b"\x01ž‘º=‰s[˜åS\x179Œ‚{"
  b"\x01ž‘º=‹pí¡ O\fK5t¹"
  b"\x01ž‘º=ŽsĽI¤…¡„¡z"
  b"\x01ž‘º=sÑ‹HŠ/M…Qî"
  b"\x01ž‘º=’s0¸ëXeÀ+\x1EÆ"
  b"\x01ž‘º=”p°¾_ºz\x00Œ›"
  b"\x01ž‘º=–qŒž \x1DÝãE^["
  b"\x01ž‘º=˜pŽ–,…ó\x04×%"
  b"\x01ž‘º=s–§¾\x1D\x16\x110+ˆ"
  b"""
    \x01ž‘º=¦rv©\n
    I†KàõH
    """
  b"\x01ž‘º=¨q£ŽéÆŽÞ}ÞÑ"
  b"\x01ž‘º=­sôºª\x1D9h\fJö"
  b"\x01ž‘º=¯rÌ­]Ê\rDäŒe"
  b"\x01ž‘º=¸pÈŽÄ¡5â\x16Í\x00"
  b"\x01ž‘º=½s²Ÿ˜\x1E\x01µçØ"
  b"\x01ž‘º=Ñr]‚RŽo/>•]"
  b"\x01ž‘º=Ôs²ˆb»ë¯¥\x15L"
  b"\x01ž‘º=ßsX™‚\x16,‹F„_"
  b"\x01ž‘º=ár…•ÏsÚ~#_l"
  b"\x01ž‘º=ðrĨÛ’i­\x1C"
  b"""
    \x01ž‘º=õp1…\x07 \t\x04J\n
    ®
    """
  b"\x01ž‘º=üp÷¬ÇÃ\x15`-%ƒ"
  b"\x01ž‘º>\x05q™¶¨˜Ö\x08U·J"
  b"\x01ž‘º> pž•ôŸrÜc„h"
  b"\x01ž‘º>/pà»\x1AÝÎfŸ»—"
  b"\x01ž‘º>7q³‚ZŒ^ÄØ¤ "
  b"\x01ž‘º>:s\r·Y‘4)\x046h"
  b"\x01ž‘º>[pö¥Ésr+Q]ê"
  b"\x01ž‘º>~r³±F¶Ûàa¦b"
  b"\x01ž‘º>€s½š«ðvj:v"
  b"\x01ž‘º>“s˜†Ux`\x19†\x02$"
  b"\x01ž‘º>¥røˆÏ!××&DÎ"
  b"\x01ž‘º>¸rX•î\x0Fa$3?®"
  b"\x01ž‘º>Ãpا\x1F\x16'ñÐó½"
  b"\x01ž‘º>Õr›‹\x7Føb Äh\x19"
  b"\x01ž‘º>ùpò‹Í¤ùJ»."
  b"\x01ž‘º?2rɦ£\x14Íümªº"
  b"\x01ž‘º?Ys¬–ä@‚Üt\f7"
  b"\x01ž‘º?ˆqr´šXÿ|é]½"
  b"\x01ž‘º?™svŒßÆVR\x07\x00O"
  b"\x01ž‘º@Asi¿Ôs®\eI*"
  b"\x01ž‘º@Nq\x16œ\¿\x11B1lº"
  b"\x01ž‘º@gqï·9Ø\x7F-J\x10I"
  b"\x01ž‘º@~s°‚H\x02[Ú²¡²"
  b"\x01ž‘º@Âq=“T_¨`ÉÌ”"
  b"\x01ž‘º@ïp7¦\x00Â÷ë3è"
  b"\x01ž‘ºA\x0Fp:¡àg†â©¹/"
  b"\x01ž‘ºA\x1Ep.¶Q+*äd¼ "
  b"\x01ž‘ºA*r€˜óhÁG\x1DvN"
  b"\x01ž‘ºAUq¢…\tÊœ^怩"
  b"\x01ž‘ºA`p%’4(U?>\f¢"
  b"\x01ž‘ºA­q¯¬(\x11–ÜËwG"
  b"\x01ž‘ºA¹s2†‡é*º„\x19Ã"
  b"\x01ž‘ºAÐrž¡\x02,]ÒFAê"
  b"\x01ž‘ºAÜp, \x17B“\x12}é"
  b"\x01ž‘ºAçsc‘çï\x03Y÷V¢"
  b"\x01ž‘ºAôpeŠZVœÕ G•"
  b"\x01ž‘ºB\x06r0ƒã+G|ÓÛ1"
  b"\x01ž‘ºB\x1Es\x7F®”ÝžØ\x16ÖÑ"
  b"\x01ž‘ºBOpëŒÚ(H\x1E\²|"
  b"\x01ž‘ºB[s7‘bâñÔèT\x1A"
  b"\x01ž‘ºBgr¦òn+ ž\x11Â"
  b"\x01ž‘ºBrpA®kG7ü¨Z"
  b"\x01ž‘ºB”rõ¢œš1\x17W|["
  b"\x01ž‘ºBºsó­\x0FñÛpíÂ\x1D"
  b"\x01ž‘ºBáp\x01«GÔF¯%ýI"
  b"\x01ž‘ºBîrúµ\x1FXªm£íˆ"
  b"\x01ž‘ºC\x14r¦°pt«Ð˜\x0E\x18"
  b"\x01ž‘ºC qD“7âK=\x1E"
  b"\x01ž‘ºC-sY³®:I3Ø­)"
  b"\x01ž‘ºCFpJ†·\x08?¶«w°"
  b"\x01ž‘ºC^qâŒÄp¬•¿\x7F@"
  b"\x01ž‘ºCisŒ£È·c¶.AÆ"
  b"\x01ž‘ºCzqø•«\x05MC~›ü"
  b"\x01ž‘ºC‘p8‰\x12\x7FÍ,òY4"
  b"\x01ž‘ºCqq…øB¡821§"
  b"\x01ž‘ºC©s¹·@$ïH:aª"
  b"\x01ž‘ºCÃq4µÍ(ÝÒ·ër"
  b"\x01ž‘ºCÝq\x1A§\x15DdéÒ¡•"
  b"\x01ž‘ºCérÖŽ\x13p–I‚¯"
  b"\x01ž‘ºCöp²°.ÂS(ï\x14"
  b"\x01ž‘ºD\x03pý¯ËªO$).|"
  b"\x01ž‘ºD\x10qa£9K_›ú”R"
  b"\x01ž‘ºD\x1CpJŽèŽê½Ÿ?Å"
  b"\x01ž‘ºD(r@†K[Î ›B¿"
  b"\x01ž‘ºDNqN½¬3ó–¼\x10."
  b"\x01ž‘ºDZr¥–Œsä\x12ÅG"
  b"\x01ž‘ºDfs¸×"«Ã\x1E™¡"
  b"\x01ž‘ºDrq”ž±\x18T\ö\x1FP"
  b"\x01ž‘ºD‰s\x1C¹¿Î÷¨I#§"
  b"\x01ž‘ºD•r7ï*¹Xß&§"
  b"\x01ž‘ºD¹rŒ«2\x0FJ €‘"
  b"\x01ž‘ºDÄs®¸ŸI\x1A¨'\f "
  b"\x01ž‘ºDäp\x1E§ÿ£Û\x0FV<~"
  b"\x01ž‘ºDðs\x18¨æ\x10»{°…x"
  b"\x01ž‘ºDüqWžž§A‡+·"
  b"\x01ž‘ºE\x08sb•va/Åû\"
  b"\x01ž‘ºE\x14s¿¦)œq<„~9"
  b"\x01ž‘ºE p`œØÄ*ý¬^ä"
  b"\x01ž‘ºENq´¹Ö(íëöÊG"
  b"\x01ž‘ºEer\x01¦’\x1FØX<…4"
  b"\x01ž‘ºEpq\x13‡Ý’—\x14\x10„"
  b"\x01ž‘ºEˆqy³>=\x00‹D,Œ"
  b"\x01ž‘ºEŸsS•\x11b\x07ßûuy"
  b"\x01ž‘ºE½q\tˆlc¼†ÉÇ\x1A"
  b"\x01ž‘ºEÊs5kqÜ„ðÏL"
  b"\x01ž‘ºEÖpHœÚ;D)~d—"
  b"\x01ž‘ºEès®³;uCJ»÷!"
  b"\x01ž‘ºF\x01sÕž\tÍ•lɬ "
  b"\x01ž‘ºF\x0Eqä£öƒ€¬™‡–"
  b"\x01ž‘ºF(pp¹Ýu}”\7ÿ"
  b"\x01ž‘ºF5pÏ€ÈL\x12X-Ç"
  b"\x01ž‘ºFBpjº¿”/5+J¥"
  b"\x01ž‘ºFOrœ½ú¹.\x12Õ/‡"
  b"\x01ž‘ºFip)ª\x1A\x01Ðê\x1F{Ã"
  b"\x01ž‘ºFvs\x14¬,è¥ aÆÝ"
  b"\x01ž‘ºFŽs×½%•XRqÃÐ"
  b"\x01ž‘ºF¨sm»¯UK”(Êx"
  b"\x01ž‘ºFÌpz¡TGIÁD\e`"
  b"\x01ž‘ºFåqÞ³5E¢½\x1E”<"
  b"\x01ž‘ºFòsë€å•\x1Dµe\x1Cp"
  b"\x01ž‘ºFþs°¼8Kã\x07ÿ\x03ñ"
  b"\x01ž‘ºG\x18sˆˆÞ›Ý\eç;@"
  b"\x01ž‘ºG$r%˜„««Rk_Í"
  b"\x01ž‘ºG1pź“pÂf\x12¶g"
  b"\x01ž‘ºG=r¶«˜·]<ˆ¹“"
  b"\x01ž‘ºGVr¤½€\x0E\x0E6}¾\x0E"
  b"\x01ž‘ºG{sŒ·¢ç~a×e."
  b"\x01ž‘ºG”qK¦èÆ\x00ÊX¦"
  b"\x01ž‘ºG¡re“\x1D‘ü\x18éB"
  b"\x01ž‘ºG­sQ¯×#½§‚™U"
  b"\x01ž‘ºGÆqP›5Ì\x7FAÿ¦M"
  b"\x01ž‘ºGÓpM³®u¼;(\v+"
  b"\x01ž‘ºGís ¿ŽÖ™¤]L"
  b"\x01ž‘ºH\x14rf›XÆûe\vãŒ"
  b"\x01ž‘ºH!pX—y\x11%³§¦>"
  b"\x01ž‘ºH-p\x02·´ög\x15Óx–"
  b"\x01ž‘ºH:sߨË$¬…Ü~\n"
  b"\x01ž‘ºHGsaº‚soš ,&"
  b"\x01ž‘ºHTr‹ŒYF@¥\x11»\x07"
  b"\x01ž‘ºHtp5¦ê‚\r^ªæ\x16"
  b"\x01ž‘ºHp ´™5à#\x04)"
  b"\x01ž‘ºH¹pšª·r‘q?\x15"
  b"\x01ž‘ºHÅp\r”Z\x7F\x03\x11zþë"
  b"\x01ž‘ºHÑrý >4Êf¸î¾"
  b"\x01ž‘ºHÞrï’šŸ©5saw"
  b"\x01ž‘ºHës¿‰Ü|ÌI›õ4"
  b"\x01ž‘ºI\es¯‚BÅJOY‰\x01"
  b"\x01ž‘ºI3p½·¸\x11Ô\vÅ g"
  b"\x01ž‘ºILpn¥²ÁhJþ2·"
  b"\x01ž‘ºI[r2œ?‡_pÄÚ/"
  b"\x01ž‘ºIhrÚ²Ï=¿›6ÊR"
  b"\x01ž‘ºItr½•Ä„v#3ª"
  b"\x01ž‘ºI€qvœÜÆà4ÎŽ,"
  b"\x01ž‘ºIŽr ‰(8•‰£a¡"
  b"\x01ž‘ºI™sù›2”;€#¦î"
  b"\x01ž‘ºI¦r0³Ž Ï\x17\x15ÙÖ"
  b"\x01ž‘ºI²põ®lxþaTÌ"
  b"\x01ž‘ºI¾p\x04ŒGó\x11(¨²á"
  b"\x01ž‘ºIÊqá¼à\x15hyÝrà"
  b"\x01ž‘ºIâsN–‡{¸½\x15¶Å"
  b"\x01ž‘ºIîpG€Ò‘0p}È\x18"
  b"\x01ž‘ºIúqƃ£q*à\x18(\x1C"
  b"\x01ž‘ºJ\x12p­»SÊñ\tB¡Ä"
  b"\x01ž‘ºJDpS«õn.\x1F:Úú"
  b"\x01ž‘ºJ^qf–L¾‘úȨŽ"
  b"\x01ž‘ºJkqµý!Š-W³9"
  b"\x01ž‘ºJys7‡“ûJîÇ,Ä"
  b"\x01ž‘ºJ”s ˜<mÚTyн"
  b"\x01ž‘ºJºqÎŽ¼Ua\x10\x1C\x01\e"
  b"\x01ž‘ºJÔqT›“÷vEìÜi"
  b"\x01ž‘ºJár\x11ƒp—Ÿœ`ós"
  b"\x01ž‘ºJòq½‰ERœ›M„T"
  b"\x01ž‘ºK\fqᇅagÿ$}ì"
  b"\x01ž‘ºK'pP»ðúaVÌIá"
  b"\x01ž‘ºK3q\x07½Žøwå>ùg"
  b"\x01ž‘ºK@rÓ½¦)¦]ÅÞ\x13"
  b"\x01ž‘ºKeq‹…½5â:\x00çï"
  b"\x01ž‘ºKrq¿…®\x06¦–è\v^"
  b"\x01ž‘ºK˜rv•\fßärèKñ"
  b"\x01ž‘ºK¥s\eŠZ\x7F\x010GŒ"
  b"\x01ž‘ºK±pE©¨ïp7¸Zó"
  b"\x01ž‘ºK¾p/¨h\x05;uìv"
  b"\x01ž‘ºKØs~µÎu1`Sp"
  b"\x01ž‘ºKòs?šª÷žƒyx\t"
  b"""
    \x01ž‘ºL\n
    s\x0F \x0F*¾ìäèï
    """
  b"\x01ž‘ºL\x17p¯P\x16™E²¡"
  b"\x01ž‘ºL#p®» ˆ\x13Ë\e\x0F*"
  b"\x01ž‘ºL0s^…SÃ>-øÝè"
  b"\x01ž‘ºL`s†°MæÂ\x03æ–\x1E"
  b"\x01ž‘ºLžs·ˆ\v‘Ëæ£C´"
  b"\x01ž‘ºLÄqt‡\fιA8Ì›"
  b"\x01ž‘ºLÐr\½Æ\x1F:ÊÚ\x1Dq"
  b"\x01ž‘ºLár¸±\x07ðDÙÃÆ"
  b"\x01ž‘ºM\x05qV”åRÀ%Ù0›"
  b"\x01ž‘ºM)p}µšÞ\x0EuÍÛy"
  b"\x01ž‘ºM5pM–Ï\x04’\x17sƒ„"
  b"\x01ž‘ºMMs˜¨G”M‰º"Á"
  b"\x01ž‘ºMjr˜§8èáðâ\x0F2"
  b"\x01ž‘ºMŽsŸGõ\f?.²õ"
  b"\x01ž‘ºM¼q\x0F„˜ü¡¯6Ÿ„"
  b"\x01ž‘ºN\x1ApÞ…\f\x18q·»€þ"
  b"\x01ž‘ºN=p‡‹šsåíô‹|"
  b"\x01ž‘ºNUrí­\x00\x12¥Ð2ÊX"
  b"\x01ž‘ºNbq‡½C•¯E¿ú*"
  b"\x01ž‘ºNåp€µ\x17xç¶–\x0E\x08"
  b"\x01ž‘ºO\vr‰£»57´Ý’k"
  b"\x01ž‘ºO\x17q¯–“·TG—:]"
  b"\x01ž‘ºO#sΡð\x01J*óÐU"
  b"\x01ž‘ºO:p‰¹yêާŵ"
  b"\x01ž‘ºOEsɨ{=ÕûñˆB"
  b"\x01ž‘ºOPr\x14„þö:C»K¼"
  b"\x01ž‘ºO[s±©\x7FýD¢\x7FDû"
  b"\x01ž‘ºO p7’š#V§É <"
  b"\x01ž‘ºOùrìŠ35jº¬©\t"
  b"\x01ž‘ºP\x05rC„Õ#ã»_"
  b"\x01ž‘ºPŒp¤„™çñí˯"
  b"\x01ž‘ºP™pìŒâÌî\tØ\x7F\x04"
  b"\x01ž‘ºP¥qÃkë‹õº­•"
  b"\x01ž‘ºQCr7ž\t\x1D¥c8ñ\r"
  b"\x01ž‘ºQurø¿B‹Â'ø·\r"
  b"\x01ž‘ºQ©sçŒÇw\vî,\x1DZ"
  b"\x01ž‘ºQÎpÓªÙ_'q¿U1"
  b"\x01ž‘ºQÛr'²C"bn`Âó"
  b"""
    \x01ž‘ºR’r/¼Š\x08©'\n
    (
    """
  b"\x01ž‘ºRžr(©ïX•¶ú9Ž"
  b"\x01ž‘ºRËrÉ•â»\x01€\x17Þ€"
  b"\x01ž‘ºRñs•šž~ÕH\x12~£"
  b"\x01ž‘ºRüqÖ‘ì }h%HÇ"
  b"\x01ž‘ºSds©²pµÂ\x15Õ}Â"
  b"\x01ž‘ºSppÁ¦¸\g}¨Qç"
  b"\x01ž‘ºS‡q––ê\eøP¤Ý"
  b"\x01ž‘ºTWs½¡Þ„cañE¹"
  b"\x01ž‘ºU\rˆL\x0EHW–W²"
  b"\x01ž‘ºUôpK¿\x12ÿ+’ÐÚ¹"
  b"\x01ž‘ºV#r*•é-'\x1C/ÈS"
  b"\x01ž‘ºVksÿ«M\x04T`c.ƒ"
  b"\x01ž‘ºW‡rŽ€}@"˜\x1Fef"
  b"\x01ž‘ºX[r7¿\x00wðåo\x11ú"
  b"\x01ž‘ºZîsÄc×XwFù""
  b"\x01ž‘ºZùs¸Œa4\x18ÝëG\x1F"
  b"\x01ž‘º["p\x03†H:H®¥ë="
  b"\x01ž‘º[Np¹¿¹2ë\x1C¹H"
  b"\x01ž‘º[YpˆŸÿ\x0781æ²Ý"
  b"\x01ž‘º[ôqç‚“b\x0FâQˆÕ"
  b"\x01ž‘º]\x17q£³°á3SÌñq"
  b"\x01ž‘º]Br¨¸X²'a\x15ãD"
  b"\x01ž‘º]wr’²ôk\x17¸\x15“¤"
  b"\x01ž‘º]és—dGŒÝl\r¦"
  b"\x01ž‘º^\x17s§¤<\x06œ¡*6ì"
  b"\x01ž‘º^]ræ£\x02¬èÍ•Ày"
  b"\x01ž‘º^‘s\r¤ÚQï"¾|ç"
  b"\x01ž‘º^ÖqY_ž,¡™œ"
  b"\x01ž‘º_\x05q—‘A-òñn¯¶"
  b"\x01ž‘º_\x1Cpß«\x16çhá6;"
  b"\x01ž‘º_Hs\x0F”\x04z\x05úà€€"
  b"\x01ž‘º_tsø¯âCeµ\x00žW"
  b"\x01ž‘º_ˆsߌ8#Î\x10P\x1F-"
  b"\x01ž‘º_ÆpŒc¨©\vÈYÃ"
  b"\x01ž‘º_ór\x10œ†qÈ–´\Å"
  b"\x01ž‘º`\x1CpÔ‡t„qf\x11½2"
  b"\x01ž‘º`<s™ªò£/Žú’©"
  b"\x01ž‘º`RrT¹r9\x16{fÖ•"
  b"\x01ž‘º`xpö‚›\t8Þ8\x1F}"
  b"\x01ž‘º`¨pú«ÚÆ»b¾z_"
  b"\x01ž‘º`Õp1•¨j.\x16t†\x03"
  b"\x01ž‘º`áq²¾,Ÿt¾èÚû"
  b"\x01ž‘ºa\x04r\x0F·›œÒÓ\x15Ì\x07"
  b"\x01ž‘ºa+pQ²wê%8”"Ë"
  b"\x01ž‘ºa@pÿ³ª£±ÔšÚ¤"
  b"\x01ž‘ºaUp—¯4Zh¥›¾U"
  b"\x01ž‘ºa\x7Fq6‹L¯?µK¿a"
  b"\x01ž‘ºa‰rƒŸ\x11\x1C‡mQ[¨"
  b"\x01ž‘ºa±pF¬¬ØÄR`r™"
  b"\x01ž‘ºa»sç…¾Œ¥4Ä#÷"
  b"""
    \x01ž‘ºaÛsϐÉB/ˆb\n
    .
    """
  b"\x01ž‘ºaåp··DKzå\x04;"
  b"\x01ž‘ºaûr+®&—À\x08fE¦"
  b"\x01ž‘ºb\x06p°’†×Øò"¡B"
  b"\x01ž‘ºb(sU®ªfí4ïŒê"
  b"\x01ž‘ºbSr\x1D»éÔœyõ•?"
  b"\x01ž‘ºb~r\x7F„Ë.z(;V"
  b"\x01ž‘ºb“sÅŽ7â\x01ït°6"
  b"\x01ž‘ºbžrµŸ\x01§.’Qˆ\x0E"
  b"\x01ž‘ºbÂqqƒõ¯.÷¿„‡"
  b"\x01ž‘ºbípª¡â\x16oâ&¶3"
  b"\x01ž‘ºc\x02s×…0ªÁÇó_p"
  b"\x01ž‘ºc8q\x08Š\x13…J§têŒ"
  b"\x01ž‘ºcMp»ªô8\x07òMÆÚ"
  b"\x01ž‘ºcar©¡ÐpBüœÎ½"
  b"\x01ž‘ºc\x7Fr`\x01Žùv‹\x13á"
  b"\x01ž‘ºc“r¶ŸŸðëÙ`€Í"
  b"\x01ž‘ºcÇs«ŽÜ§\tÒü¥Ç"
  b"\x01ž‘ºcÒpÜ¥Z4Œ\x08$\x03-"
  b"\x01ž‘ºcÞq\x10«ÜTӏrV"
  b"\x01ž‘ºcôp÷޾S\x1A›ì\x1FX"
  b"\x01ž‘ºdls\x19ìŠò°\x08\x16é"
  b"\x01ž‘ºdws0€£ïP€š«Ø"
  b"\x01ž‘ºd˜p“±i\x16&ÉN¾’"
  b"\x01ž‘ºe>pÖŽ›Î5Ù\x18ÑÂ"
  b"\x01ž‘ºelp&‘­3nš—tØ"
  b"\x01ž‘ºeƒrF—_TÉ]\x11T]"
  b"\x01ž‘ºh7sƒ¦çäu¾½PÃ"
  b"\x01ž‘ºhäp¹›ïPßjaP"
  b"\x01ž‘ºhúrÀ¨$à¹æ:‚c"
  b"\x01ž‘ºi&rû¶\v\t°ÁH¶›"
  b"""
    \x01ž‘ºiRp’‚Aª\e\n
    ò̉
    """
  b"\x01ž‘ºihp\x18—\fa#©t"
  b"\x01ž‘ºi•q\x1FP.V\eOäG"
  b"\x01ž‘ºiÃp\x00¤M\x1EØ„·LŠ"
  b"\x01ž‘ºj r‰€Z£%ý^åè"
  b"\x01ž‘ºjÈqsµS\x06©N/å}"
  b"\x01ž‘ºk:s«˜ÓÛH>ù¬ó"
  b"\x01ž‘ºk~r:‹×)ãaÙŠ\n"
  b"\x01ž‘ºk×q&‰\x14Q\x1AªzAe"
  b"\x01ž‘ºlEs"§žÓ–»\x00à"
  b"\x01ž‘ºlZrߏ‘i<®WÉ"
  b"\x01ž‘ºlqpk–6ýGÆ'9\x0F"
  b"\x01ž‘ºl«rž”®ƒ¸^J¶6"
  b"\x01ž‘ºlÜpš®êE]nïÏ´"
  b"\x01ž‘ºmÇs“·\r¢üŔ߯"
  b"\x01ž‘ºmès‚\x15Ü’½äÖ2"
  b"\x01ž‘ºnOs\fš-,\x7Fì\x11Öü"
  b"\x01ž‘ºnhq†’-0¹Ò™ÁM"
  b"\x01ž‘ºnÞsõ›P\r&R4ÈÉ"
  b"\x01ž‘ºp'r»š\x1A \x1EÌ\x1D€Ì"
  b"\x01ž‘ºpSqy¯¹B•ÄEZü"
  b"\x01ž‘ºpªrw…ÆŽ*®ºJ¼"
  b"\x01ž‘ºpÀr/“K_h¿dE›"
  b"\x01ž‘ºpîr\x01·ÔžPž¾~r"
  b"\x01ž‘ºqs´¤‰¡¸f¦¡S"
  b"\x01ž‘ºr’rЈCá\x07>®\Q"
  b"\x01ž‘ºsªs\x00½\x05cÛ\x03ÃX'"
  b"\x01ž‘ºtcrõŠ\x14º.¢\x034š"
  b"\x01ž‘ºt¦r\x0EŽ–2Xq{¢í"
  b"\x01ž‘ºu\x11q”©,@Ão\x1D8\v"
  b"\x01ž‘ºu…pž•§Ü‡Ïu_¸"
  b"\x01ž‘ºv2sõˆ\x1EØŽVÄmL"
  b"\x01ž‘ºvwp€‰oYGŠ\x06Ý«"
  b"\x01ž‘ºv·q\x16‚\•\x14ZÕ¶"
  b"\x01ž‘ºwÄq’¼W¶Öó59†"
  b"\x01ž‘ºwÝp•šÕÞq§<H~"
  b"\x01ž‘ºx•sË„÷Eÿ,s¯"
  b"\x01ž‘ºxØq-¦»õ¾fhLŸ"
  b"\x01ž‘ºz$p{–“¾}\‡õ½"
  b"\x01ž‘ºz—q\x11†\vË¿¶\x01Y£"
  b"\x01ž‘º{\x1CpT\x19Ôx\x03a@"
  b"\x01ž‘º|\ts‡±xlÛ€ò^~"
  b"\x01ž‘º}Ks•™ÿ\x0FÐ6ƒ/"
  b"\x01ž‘º}­s\rªS¨^aÅŸþ"
  b"\x01ž‘º~]rV´\x03Ãç3\x13/"
  b"\x01ž‘º~¶qÿŠ\x07üGNË'd"
  b"\x01ž‘º~þpŸ¦\x06÷“†ï¥Á"
  b"\x01ž‘º\x7F‰s<\x18•\ftO¡"
  b"\x01ž‘º€>qŒ³E\x02ߟÕêC"
  b"\x01ž‘º-søª1ð\x7Feç×ç"
  b"\x01ž‘º‚\x7Fsè°=ò¢\x16giw"
  b"\x01ž‘º‚«r-°Ï\x1A£?ìÆc"
  b"\x01ž‘º‚Äs!‹ô´¨¶ÁÐ"
  b"\x01ž‘º‚Üq\x19”1+\x1FÏ´Ñ3"
  b"\x01ž‘ºƒ>pˆi2ð\x1A%È\x04"
  b"\x01ž‘ºƒkr7 \x1D·$M\x1FÍ\r"
  b"\x01ž‘º„\x1Cq,´4÷ЏwL["
  b"\x01ž‘º„Òq%ˆÅ\f§¢¥a"
  b"\x01ž‘º†ipê¹£þ·&ÿt"
  b"\x01ž‘º‡\p\x13¬¦lø<÷\x15á"
  b"\x01ž‘ºˆ¦q\r“@†&„ì±Ã"
  b"\x01ž‘ºˆÓq<ì\x1Cc\x18q¬"
  b"\x01ž‘ºŠ\x00qE­óÉùøÇJ\e"
  b"\x01ž‘ºŠÆrí«†1@ÒŽôé"
  b"\x01ž‘ºŒvp2—‘b>q•é-"
  b"\x01ž‘ºŽ¼pŒ•ÂÑ\x1Dálìû"
  b"\x01ž‘ºŽÒq\x01¸7<[\x1Cô¼î"
  b"\x01ž‘ºŽès\f¯¼Õ•Q••7"
  b"\x01ž‘ºŽ]pV±¨½¾\x15\tò·"
  b"\x01ž‘ºŽŒpš·„aç>(i–"
  b"\x01ž‘º\x17se™I7?ßú]”"
  b"\x01ž‘º¶q•«Z÷‹<.z,"
  b"\x01ž‘º'qžÉ=5yË\vƒ"
  b"\x01ž‘º‘ÄsO„\x1EW/ÈvW¹"
  b"\x01ž‘º’ r©£x\x1A8\x15að„"
  b"\x01ž‘º’fsX¼±gÁ#!\"
  b"\x01ž‘º“Žq„‰ìljòN:\t"
  b"\x01ž‘º”¦pa˜“˜Òk·ïÂ"
  b"\x01ž‘º•ÿs”‹/µ[ñ\x07Û"
  b"\x01ž‘º˜Rr\‚Ç S\x02ú@J"
  b"\x01ž‘º˜pr"»\f\x1D£fjI"
  b"\x01ž‘º˜µs¥ \x1CÙ…âN¤\x08"
  b"\x01ž‘º™:sP¬û4¨‚\x1Dä¤"
  b"\x01ž‘ºšTq{’Xm›Y:d["
  b"\x01ž‘ºšópÖŠ"Á\3˜¥"
  b"\x01ž‘ºœára˜_ïíŠÚ\x1E="
  b"\x01ž‘ºÿs1¿‹\x0EŠËå\x0F€"
  b"\x01ž‘ºŸ\rr裱6«•d\x00u"
  b"\x01ž‘ºŸUq~¤â¹ CÁ¾>"
  b"\x01ž‘ºŸ²q߬7HËÔ\eW\x1E"
  b"\x01ž‘º \x16qD’\x16šY7é\e¼"
  b"\x01ž‘º ˆs\x03»¡Ès-3j\e"
  b"\x01ž‘º Ÿp毦3è›ÀOt"
  b"\x01ž‘º ís\x04Ë\x024³4ªÄ"
  b"\x01ž‘º¡æp?µHê¼é&Ìñ"
  b"\x01ž‘º¢¬sg‡¬Ú%MŽÁ\x17"
  b"\x01ž‘º£ÿsU¨f\x18дº\x02Ó"
  b"\x01ž‘º¥\x04rò»þn‰%\eܹ"
  b"\x01ž‘º¦1s…³¯¿Bã±\x1F‹"
  b"\x01ž‘º§·s,²Ý`åÊ[ò­"
  b"\x01ž‘º§Îs[¬<ÈZ©U63"
  b"\x01ž‘º¨wqU“Wû”Vm’é"
  b"\x01ž‘º¨¥pà¯QÅ›ûKy½"
  b"\x01ž‘ºª\x04s@¨Õ>¸ìRqy"
  b"\x01ž‘ºªr-Š®Ø\x1DÌŽÖZ"
  b"\x01ž‘º«hsg»j@Æ9Ø–Ï"
  b"\x01ž‘º«€p𝍾ƒ¼ ¿Ä"
  b"\x01ž‘º¬'p¸¸VÀÍr½\x1A¸"
  b"\x01ž‘º¬ªs*µî`'ÌyÁ´"
  b"\x01ž‘º¯\x18r&˜‰\x1F£†¼ßª"
  b"\x01ž‘º¯5qš³\x16üH\rl\x06Y"
  b"\x01ž‘º°‰rщ)†`çÈôµ"
  b"\x01ž‘º°£r€¤\x11QÍØÎ»Å"
  b"\x01ž‘º²Yq†¡ŠZ¡Þ\x0F™®"
  b"\x01ž‘º²‰p>¿©1;Å7‘¥"
  b"\x01ž‘º´ŸsÙ¼Cï™›˜ÎÌ"
  b"\x01ž‘º´·p­¹Ì|}\x05z\x16Ÿ"
  b"\x01ž‘º¹ip\x14•\%\x05\x1AD‰"
  b"\x01ž‘ºº®q\x00µ~€*sr6&"
  b"\x01ž‘º»‘q\x1A¤\x07ÒËû$¨\x11"
  b"\x01ž‘º¼fq^„H\x1A\x00\x01èžR"
  b"\x01ž‘º¾ÉpQ¸ìÜ<ÇTnÐ"
  b"\x01ž‘ºÀÊrË–ÕÍF°åâ­"
  b"\x01ž‘ºÂ»p1¯Hýîr£å\x11"
  b"\x01ž‘ºÂës¥™“®ƒ¶\x00ì\f"
  b"\x01ž‘ºÇ qØ—Á%{\x17/\x13n"
  b"\x01ž‘ºÇ·rpªT¼8å°“"
  b"\x01ž‘ºÇäq\x1DŸ-þ3Ê\x13§D"
  b"""
    \x01ž‘ºÈ¹rˆµ\n
    SÝ\x7F§\x13
    """
  b"\x01ž‘ºË5p\r‚÷‘}¿êj´"
  b"\x01ž‘ºÌåqÊ…>DNûsà@"
  b"\x01ž‘ºÏ r=­Ài±k®Ïn"
  b"\x01ž‘ºÐ\x18r^­[ã™4õbA"
  b"\x01ž‘ºÐ1pJ˜k?¾} \x0Fa"
  b"\x01ž‘ºÔ\x14s‹ \x11Ο”%ô"
  b"\x01ž‘º×Cr>™Qš£×\r©["
  b"\x01ž‘º×Öp¯»²Ð\x14«.]÷"
  b"""
    \x01ž‘ºÝ/p\x18‡\n
    kj\x13à\f»
    """
  b"\x01ž‘ºÞwq8Ž7ªSÂb|š"
  b"\x01ž‘ºÞºqW¡-‡35SEƒ"
  b"\x01ž‘ºàÜq\x16„8«\x00×\x04WA"
  b"""
    \x01ž‘ºå\x06s@¶™\n
    y\x08KP§
    """
  b"\x01ž‘ºë5rïœrX\x1Fê\x15e*"
  b"\x01ž‘ºïÃsO¹‰\x08cˆhŠÿ"
  b"\x01ž‘ºðts°¨wT­-¢…4"
  b"\x01ž‘ºñÞq1Ž:2/uZ’Î"
  b"\x01ž‘ºò‹s\x17˜zéì’—)ß"
  b"\x01ž‘ºö<qïµ-u¬®+þÇ"
  b"\x01ž‘º÷³sÀ¹\>õÿ<+ª"
  b"\x01ž‘ºøDp¯­çÑÒÇ\x1F½š"
  b"\x01ž‘ºøÎp\x1A‘\x13sÁ££\x02\x14"
  b"\x01ž‘ºøüs:œ¾zY´â0c"
  b"\x01ž‘ºùsy©f+ÁQ¯•\x11"
  b"\x01ž‘ºú@pß‚\x02ѽ>Óqî"
  b"\x01ž‘ºüÁqm—¥#R%‚/\v"
  b"\x01ž‘ºýNr\x06³ÚȪË\x1AgY"
  b"\x01ž‘ºýºqK¸.Â^>Ïšå"
  b"\x01ž‘ºþ-p•‘§ÜQ°ó\x0E¼"
  b"\x01ž‘»\x00vse›ÉXƵ베"
  b"\x01ž‘»\x01fqa·Ã\x7F¦\eç\t\x7F"
  b"\x01ž‘»\x02˜q? ÷Ï{®¢ H"
  b"\x01ž‘»\x04\x12q^¨½ØÝž\x0Er,"
  b"\x01ž‘»\x07\x02r^›†ë\x0F6\x01\x04"
  b"\x01ž‘»\x07”sЍsI8(ŽÅ"
  b"\x01ž‘»\x08\tpi‹³z²j\x03\x1Cu"
  b"\x01ž‘»\x08°p4°Ô\vp\x15Þo·"
  b"""
    \x01ž‘»\f\rk¯µü~\œ\n
    ß
    """
  b"\x01ž‘»\f½qæ©Æ¶.îQ\r\x1E"
  b"\x01ž‘»\r\ep`—\x13Âm¯>`:"
  b"\x01ž‘»\x0EÃrl¢z\x7F#aí@"
  b"\x01ž‘»\x10ÝqXŒKZ}ÔAÐË"
  b"\x01ž‘»\x11Qrä‘>à\x17n\x11c~"
  b"\x01ž‘»\x12Œpœ‹½\x17Þ¥ˆe®"
  b"\x01ž‘»\x16äq𰁴ê‚\x00\x1Fî"
  b"\x01ž‘»\x19ês\x01°jû¤”¡£"
  b"\x01ž‘»\x1Aár•¸šäÁ–\x05wU"
  b"\x01ž‘»\e<q¾ŽÆ\x03%\x15ÅíB"
  b"\x01ž‘»\x1Das¹×R\x02I¯R§"
  b"\x01ž‘»\x1DªqÀ¢æËÞ/¹£"
  b"\x01ž‘»\x1F4r!’IöËË)ùÊ"
  b"\x01ž‘»\x1F¬q\x15·ü'Õø]¥\x04"
  b"\x01ž‘» ñpd´c€\x11Ž,ܪ"
  b"\x01ž‘»"þrLŠ"‰¹„¿\x0Fg"
  b"\x01ž‘»$ŒsžŽ—kª¯øàˆ"
  b"\x01ž‘»%Žrv‚QôúJÕ\x01Ã"
  b"\x01ž‘»&_rS—fW‚ƒP"
  b"\x01ž‘»'Žrͦ†UÆ¡\x02{v"
  b"\x01ž‘»)ëqÈ U—±<®¾í"
  b"\x01ž‘»+\x0Fq|•ÎÈ\x03Ǐ˧"
  b"\x01ž‘»,°r\x17³J˜Tãk¢Ö"
  b"\x01ž‘»-6rû¨Àa$ЯH„"
  b"\x01ž‘».fs¥ž!—0p\x02=\x14"
  b"\x01ž‘»/irµ¤Òs5Ñ\tmU"
  b"\x01ž‘»0°rå·÷,œ,ŠÓ­"
  b"\x01ž‘»2£p\x0E›\x12¢Å'\x0FÏ"
  b"\x01ž‘»4´q‘§ÿ“"N6tp"
  b"\x01ž‘»5Yp6ª0\fØ™Ú}Ø"
  b"\x01ž‘»7šp"\f€˜G ó"
  b"\x01ž‘»<\x07pv’œ\t˜nrfg"
  b"\x01ž‘»=\x10qК‚9ªh[‘í"
  b"\x01ž‘»?îs¡§Ã;OöVQ"
  b"\x01ž‘»Aúqc¬\rƒ<l%\x0Fõ"
  b"\x01ž‘»B½pñœØB­”0íº"
  b"\x01ž‘»CÊqâŽ\x12RtÛ÷²K"
  b"\x01ž‘»DKr¿Ÿx}9ž“‰j"
  b"\x01ž‘»E]s±šcÄ\x00'ETþ"
  b"\x01ž‘»Gðq=hþÞI?¬9"
  b"\x01ž‘»JérW›ý©\x1D£`¹\x00"
  b"\x01ž‘»KPs\x1A›ªË³½\x19BÁ"
  b"""
    \x01ž‘»u\n
    qD³qR{DYe»
    """
  b"\x01ž‘»uÕp#¨»Ñ<ƒá£À"
  b"\x01ž‘»vMsÒˆ\x18ñ̘˜òo"
  b"\x01ž‘»w¨rz¶·Î¨ë\x04Ä4"
  b"\x01ž‘»z&sãµ,\x07sºz÷+"
  b"\x01ž‘»~ pï¸Àd~Úu\x05Ð"
  b"\x01ž‘»~Zs¯¤õ\x17y’W\x1Eõ"
  b"\x01ž‘»\x7F\x1Epû²3žÕa„¶"
  b"\x01ž‘»\x7F²p\x15Ž\x10WΘ]\x14\f"
  b"\x01ž‘»\x7Fús]®–z{î\x03æû"
  b"\x01ž‘»‚§s§‹]S…*\x16×%"
  b"\x01ž‘»…mp!«ºyÊŽ\x14Ôì"
  b"""
    \x01ž‘»……sñª\n
    ¾m¶\x16Ö\x1A
    """
  b"\x01ž‘»†|rf±oÉì¬gÄž"
  b"""
    \x01ž‘»‡çpt¤¡\x07†7\n
    ¼¥
    """
  b"\x01ž‘»ˆás࣓©åE"
  b"\x01ž‘»‹\tp\x7F·ÃD5ŽEÚË"
  b"\x01ž‘»‹dsQ‡(X\x01àý3Š"
  b"\x01ž‘»Œ­r\x02 }|\x1D"q„“"
  b"\x01ž‘»Ž\x01qT‡º¼‚~j–ˆ"
  b"\x01ž‘»ŽPsö–RÂEyþU•"
  b"\x01ž‘»âpƹÿq[È`@@"
  b"\x01ž‘»‘„r›¿›xÏäÖs"
  b"\x01ž‘»‘ìql–á\x17¿\x0E\fçý"
  b"\x01ž‘»” q9”Ú»[påSš"
  b"\x01ž‘»”Ãqï¾ÇèígB÷‘"
  b"\x01ž‘»•q‹ºÐ(ÙgW·,"
  b"\x01ž‘»–#rE“H¯Ü\x7FX@ê"
  b"\x01ž‘»–Spㄟó¨ë3‘"
  b"\x01ž‘»–œs¬¾\x00òŽÞ‘u-"
  b"\x01ž‘»—nsŒ»7vŒ„8f"
  b"\x01ž‘»˜RsÆ–™PUš«}"
  b"\x01ž‘»šfpi¥y\x07 MÑP("
  b"\x01ž‘»šÛq÷¥G—vç—€"
  b"\x01ž‘»žÁsƒƒ\x16‚X\x06›\í"
  b"\x01ž‘» ƒp\x0F¼<œ¡~¦„®"
  b"\x01ž‘»£ep\x1F»}1\x10ÀŽMÔ"
  b"\x01ž‘»£}qã’¾ Ÿ>\x06‚\e"
  b"\x01ž‘»¤2pó£nýÚàoB"
  b"\x01ž‘»¥qr6»\x1FO¬Ý¥Ô3"
  b"\x01ž‘»©Ùq_„TsAà{áA"
  b"\x01ž‘»©ðsÔ¼qè·¢>°ò"
  b"\x01ž‘»­ƒq΄Ôþç¬cÄ:"
  b"\x01ž‘»¯¹rՐMO\x18ÿŽ\x1D="
  b"\x01ž‘»°‡qL‹\\v÷°>Nj"
  b"\x01ž‘»° r\x14«-#Kží?"
  b"\x01ž‘»°Ür§¨ª à/l\x05\x18"
  b"\x01ž‘»±±p³¶ŽÖÙuàÿ÷"
  b"\x01ž‘»µ2s9¯šœwü(îë"
  b"\x01ž‘»µ6qK¼•4\t´‡ÆB"
  b"\x01ž‘»µ<sØŽ\x19¶ø<\x04—¼"
  b"\x01ž‘»µÄsö¨¿Iª¯—™R"
  b"\x01ž‘»¶\x1Frq¬Mo:½wŸ\x15"
  b"\x01ž‘»¶*q\x0FOÔãX˜=‚"
  b"\x01ž‘»¶[pÁŒ]sÀ\v>e0"
  b"\x01ž‘»¶fsY¦Š€Z§Bzf"
  b"\x01ž‘»¶”p¿®\x1EÙ\e\x010–"
  b"\x01ž‘»¶Ñr\fŽ\x1Aóm5±Sª"
  b"\x01ž‘»¶âs—Š1\x11îUYÅ\x02"
  b"\x01ž‘»¶är+§Œ]¬a¡cO"
  b"""
    \x01ž‘»¶ïsB˜\n
    ¡ŸñtÒL
    """
  b"\x01ž‘»·\x0Eq|‘ª ü>}6"
  b"\x01ž‘»·\x0Fs0Žl#··xp="
  b"""
    \x01ž‘»·\x1CqŽˆ\x06$h\n
    ùП
    """
  b"\x01ž‘»·%pm¦ƒó`syÔ"
  b"\x01ž‘»·+s×ëù;ØÔBŒ"
  b"\x01ž‘»·1pb—βï­=EÂ"
  b"\x01ž‘»·4sά‡C€êÇ6\x08"
  b"\x01ž‘»·6sh²Y{ðt¢<e"
  b"\x01ž‘»·7rr†ºW‰3ñ×\t"
  b"\x01ž‘»·8s8£n·'ÙrH"
  b"\x01ž‘»·:qÞ°$Н’÷\x1Cá"
  b"\x01ž‘»·=shЇžq\tD¶V"
  b"\x01ž‘»·>q\x0F†\fÚ\x08ªÄÐ\x10"
  b"\x01ž‘»·AsÞ®ÁÃ%\x05-§©"
  b"\x01ž‘»·Hr$œ\x02òÊ“\x12w8"
  b"\x01ž‘»·Jq¸“§2ÚJ+å@"
  b"\x01ž‘»·LpÇ´Hԝ/\•\x08"
  b"\x01ž‘»·Nrƒ‘Y^¢BO®ü"
  b"\x01ž‘»·OsÔ©K¬büè\x073"
  b"\x01ž‘»·Spߘ¸úKL\x04\x16 "
  b"\x01ž‘»·Vq ¿.¿\f*R‡\x17"
  b"\x01ž‘»·_s¢™$hš¢=-\x11"
  b"\x01ž‘»·gs˜ŸÜŒ\x11¸\x15“{"
  b"\x01ž‘»·lqÁ€«T;\e©Šw"
  b"\x01ž‘»·rr¥‘Ïæ€”;éc"
  b"\x01ž‘»·usô§\x03̇¡‹z±"
  b"""
    \x01ž‘»·vr\x01·\n
    \x11·»Âx
    """
  b"\x01ž‘»·ys(…wðÒ“\x17\x14ª"
  b"\x01ž‘»·{rg…­¸ÃóWRF"
  b"\x01ž‘»·|rB„ñ>†ïpW\x08"
  b"\x01ž‘»·\x7Fs<µ® Ùè„Î\x13"
  b"\x01ž‘»·ŠsÕ‘ªpÜê\x06k~"
  b"\x01ž‘»·ŽqSò\x1F„µÔ\x10!"
  b"\x01ž‘»·rA±zÄyÑzŒa"
  b"\x01ž‘»·“r”¡ÚÎ<¶Ãqé"
  b"\x01ž‘»·˜rò“‘æ{@> À"
  b"\x01ž‘»·›s¥™o_úšþè\n"
  b"\x01ž‘»·¡qE‹–\r$Êã\x15"
  b"\x01ž‘»·¨sa‰íè_ÌìP¼"
  b"\x01ž‘»·¯sð¾T·b—\x1F³S"
  b"\x01ž‘»·±r@…b›‰žE%°"
  b"\x01ž‘»·²p”¤|Ϩ±‰–3"
  b"\x01ž‘»·¶pn†šƒs€qNX"
  b"\x01ž‘»·¸rVµa÷‡ˆ˜,Ö"
  b"\x01ž‘»·½qS–Ô\x06ý£ùh\x16"
  b"\x01ž‘»·¿sE†Ôò\x1Dî*ý•"
  b"\x01ž‘»·ÅpT¶v¡);âÕÓ"
  b"\x01ž‘»·Ésô¢=闏¬\x02‡"
  b"\x01ž‘»·ÊrŽŽ¬ƒ×(þ5é"
  b"\x01ž‘»·Ípñ—¿‚%±\x12íÌ"
  b"\x01ž‘»·Ðpˆ¨¡GsÊØ¼@"
  b"\x01ž‘»·ÔqŽ„ô:KAþLQ"
  b"\x01ž‘»·Ösê¸Wùzì\x06”¦"
  b"\x01ž‘»·Ûr‹²º0»ª–y©"
  b"\x01ž‘»·Ýsž#CÞO?bò"
  b"\x01ž‘»·às( „¦\x17\x0EÎkª"
  b"\x01ž‘»·çr¼’áNXÿ|\v©"
  b"\x01ž‘»·ëqY¸wq€K1t8"
  b"\x01ž‘»·íprœªÂÙL¢N0"
  b"\x01ž‘»·îq”œ6UùK£D'"
  b"\x01ž‘»·÷qa‰\x1A¹_Óe\x1Cø"
  b"\x01ž‘»·øs‡”®)G–¥?ù"
  b"\x01ž‘»·ûp˽ûîÇåKZ"
  b"\x01ž‘»·þqH¼`D‹ÇHTö"
  b"\x01ž‘»·ÿpHˆÒ˜˜ñ[Õ "
  b"\x01ž‘»¸\x06pæŸþ\x18`èÇO"
  b"\x01ž‘»¸\tr%„þ\fÂÛ¿IQ"
  b"\x01ž‘»¸\rr&·X_DŒId\x08"
  b"\x01ž‘»¸\x10s¨Ÿ#mo4Ósâ"
  b"\x01ž‘»¸\x15qF­¥"Ð\x01"Ÿ"
  b"\x01ž‘»¸\x19s¦¶ZÕÑ„Êãç"
  b"\x01ž‘»¸\eqa¬¾¯\x08•¼4í"
  b"\x01ž‘»¸\x1Eq8ŽA§&áã\x14)"
  b"\x01ž‘»¸\x1Fsƺ‹\x0E¢}÷†°"
  b"\x01ž‘»¸!rÀŽÁùà…«\tm"
  b"\x01ž‘»¸"q\n¯CÌ7/\x00`W"
  b"\x01ž‘»¸$qQ¶@Ó჊>…"
  b"\x01ž‘»¸%qi“‘£yœ\x15Í"
  b"\x01ž‘»¸.q²Ÿð\x16^\x11xÆà"
  b"\x01ž‘»¸1qG¦—\x14,„‘=ò"
  b"\x01ž‘»¸:s»§9\x00›@ð@Â"
  b"\x01ž‘»¸;pò¿µ¬·˜#@\t"
  b"\x01ž‘»¸=q\x18¯L›^£o\x11~"
  b"\x01ž‘»¸>q\x1Cª$ÔäÍGŸ‘"
  b"\x01ž‘»¸@p\x08—\x19žÄX¢¯¤"
  b"\x01ž‘»¸Cqð¢ža‚œ\\x04Ç"
  b"\x01ž‘»¸Hp½¡œkÐ8\x11¥"
  b"\x01ž‘»¸KslªxÄoÕZ½E"
  b"\x01ž‘»¸Nq&½Ü\x14\x00Ý…\x1DS"
  b"\x01ž‘»¸QpR¯—¼²CxØ…"
  b"\x01ž‘»¸Rp’£…‹5€ŠÙÞ"
  b"\x01ž‘»¸_stt›CÏê\x12Û"
  b"\x01ž‘»¸`r*­ú28:iŒW"
  b"\x01ž‘»¸brÅ®¥ŒÚüQ<æ"
  b"\x01ž‘»¸cs\™²í†C‚â¶"
  b"\x01ž‘»¸er9Ê³i¢\x04'¥"
  b"\x01ž‘»¸fr¤²éï”ÕÌQ¿"
  b"\x01ž‘»¸hp#¯\x16\x01ÂÝäU³"
  b"\x01ž‘»¸isMšˆ×\x10T±Ñ«"
  b"\x01ž‘»¸ks1¹ÁÞvÌ^CA"
  b"\x01ž‘»¸lp\tµ–<(œÍç"
  b"\x01ž‘»¸np׬\x10ÅÆFÜ¡l"
  b"\x01ž‘»¸qs鑯¯$\x03\x19|Î"
  b"\x01ž‘»¸rr÷«‚é.êÿ1c"
  b"\x01ž‘»¸xr"€Ý–ªÝ\x1A\x08Å"
  b"\x01ž‘»¸zp¤ž‘LSšå<Ë"
  b"\x01ž‘»¸{r\x0E‘®\x05\x10årÛ>"
  b"\x01ž‘»¸}p¾ª¸€µÞöî"
  b"\x01ž‘»¸–p,€ud!ô\x14F£"
  b"\x01ž‘»¸›sŒ´›Îh•A\x12\x03"
  b"\x01ž‘»¸žqÕ¡ƒ\x1F\x193\x12åQ"
  b"\x01ž‘»¸ŸqÒ›rSÔ''s\f"
  b"\x01ž‘»¸¡r ­~Žê¸˜P€"
  b"\x01ž‘»¸¢só‚$¯¢þòRK"
  b"\x01ž‘»¸¤rî³Ç=œÚ.ŸP"
  b"\x01ž‘»¸¥r\x17°ºÁTv½{"
  b"\x01ž‘»¸§s\x06˜¡Öw5m\x16Í"
  b"\x01ž‘»¸¬pq—€¯\x01'è'N"
  b"\x01ž‘»¸­säš~ñèHY·Y"
  b"\x01ž‘»¸¯pß„(\x7Fi\ù\x12ø"
  b"\x01ž‘»¸µsǪ_W&ºþ'Æ"
  b"\x01ž‘»¸·r\x7FŽE‰(-¼1["
  b"\x01ž‘»¸¼qö¼z¦\x12vDž)"
  b"\x01ž‘»¸Ás}£I«;(öLÚ"
  b"\x01ž‘»¸ÈrJŽ\x08ËJLÚVs"
  b"\x01ž‘»¸Ës¡‹kˆü®Žq\x11"
  b"\x01ž‘»¸Ìq¤•ÝÿÍæ\x01½©"
  b"\x01ž‘»¸Ðq€s2"”€Ï}"
  b"\x01ž‘»¸Ós:¤f\x1E°\x15âš\n"
  b"\x01ž‘»¸Øq¾“"“è~ž\j"
  b"\x01ž‘»¸Ürû´%¿Ù]¿ÚÎ"
  b"\x01ž‘»¸àsò­\x04Yj>Ï‹V"
  b"\x01ž‘»¸ãrɽÕü\BkÛ¥"
  b"\x01ž‘»¸éq±¡œ—Þë\fQœ"
  b"\x01ž‘»¸ês0¿C›fQqêë"
  b"\x01ž‘»¸ðsʳ²ê7\x08ìÚ]"
  b"\x01ž‘»¸ôs„¹À·Ì|âß"
  b"\x01ž‘»¸÷pϼ“Y|˜ŸBÈ"
  b"\x01ž‘»¸ùpµ°\x1D²bøj&‘"
  b"\x01ž‘»¸ûr\x1FŽ\x19ØØ-°ë‰"
  b"\x01ž‘»¸üp$„\x1C9K®°Œm"
  b"\x01ž‘»¹\x02ru€£=Â…ý±G"
  b"""
    \x01ž‘»¹\n
    rH–Qw\x07ëÃ-L
    """
  b"\x01ž‘»¹\fsK™Î\tO„ã\x01p"
  b"\x01ž‘»¹\x0Fq7‰ílƒfúfä"
  b"\x01ž‘»¹\x13rF¸¶×~žÈ¬ý"
  b"\x01ž‘»¹\x16pp¼ñÇS\x11©ëB"
  b"\x01ž‘»¹\x18q]‚·N¬{”Õ="
  b"\x01ž‘»¹\epn©zÝsŒ¿k\x18"
  b"\x01ž‘»¹\x1Ds¼‹\eÜ\x02iPh®"
  b"\x01ž‘»¹\x1Fr·°'^\x1CBíO5"
  b"\x01ž‘»¹ s’‚ÉL¸&/À@"
  b"\x01ž‘»¹"pM–dÀ‚ö\x00Zi"
  b"\x01ž‘»¹%s\x0Eµ ÉO&ÆpV"
  b"\x01ž‘»¹'q\x13\x08§I3•»"
  b"\x01ž‘»¹(qâº#8¥>`ã~"
  b"\x01ž‘»¹*r…–lf¦\x0EÅ@\x1C"
  b"\x01ž‘»¹+qL¯±ø‚à)RÂ"
  b"\x01ž‘»¹-s„²ù;v>\tš•"
  b"\x01ž‘»¹/pÓ—\x11\x11UT:…Ô"
  b"\x01ž‘»¹2p|…SÍ÷\x1DEÏ›"
  b"\x01ž‘»¹3rå† \f¡\x0Ehß("
  b"\x01ž‘»¹5q4›””œOÕ,"
  b"\x01ž‘»¹8seŠé\x1F/Çï‚\x0E"
  b"\x01ž‘»¹:rZlb\fÊúU\x00"
  b"\x01ž‘»¹=r.ŸR\x17øã¥Ï"
  b"\x01ž‘»¹?rݏ%#®Wù¡\x00"
  b"\x01ž‘»¹@pá«Ú\x18¯’å…"
  b"\x01ž‘»¹Cr±®\x03&‘+ƒV."
  b"\x01ž‘»¹GpÊ©\x03%¡\x06\x14gž"
  b"\x01ž‘»¹Pr—ªÏ±…\x19B\x19a"
  b"\x01ž‘»¹QqDžÚL\x01ÎÎq\x12"
  b"\x01ž‘»¹Ssށ{\x11“ÏHq^"
  b"\x01ž‘»¹Xp¼ŽÙ“õت1"
  b"\x01ž‘»¹Ys\x0F£¤S\x06[\x10÷Ï"
  b"\x01ž‘»¹]p‰²‚Ç}T›)€"
  b"""
    \x01ž‘»¹^p\n
    °JÏ☩\x1DÀ
    """
  b"\x01ž‘»¹as\x08‚Ï®\x1DâReŒ"
  b"\x01ž‘»¹csá€.yXQÎÁ\x07"
  b"\x01ž‘»¹epO‚à5±©æUf"
  b"\x01ž‘»¹fsÜ“„2©òÂÿ"
  b"\x01ž‘»¹hq\x07„k-†ÇÚÈ\x05"
  b"\x01ž‘»¹jr ¯^ÙiÚ³c+"
  b"\x01ž‘»¹rqë\x02+ÎG\x7Fta"
  b"\x01ž‘»¹up=›ø™Ì²|¯\x04"
  b"\x01ž‘»¹wsjµ†\vú\x17mÃ!"
  b"\x01ž‘»¹ysA‰\±[Kê±Ã"
  b"\x01ž‘»¹zp@¥#\x06|‰Ek£"
  b"""
    \x01ž‘»¹ƒp\n
    ‚¶æœ±C\x0FÏ
    """
  b"\x01ž‘»¹„r͏¬\f\x05\x02-\f\n"
  b"\x01ž‘»¹†r…¡ Oí­põË"
  b"\x01ž‘»¹ŠpK‡¨¯éâ•mâ"
  b"\x01ž‘»¹‹pl¬o€P¯}ǽ"
  b"\x01ž‘»¹rΠ©¯…½¥Ã "
  b"\x01ž‘»¹”r\x00ˆp‚*pÚ÷‹"
  b"\x01ž‘»¹—qKµ´v¯kÝ\x19–"
  b"\x01ž‘»¹›p\x12È\t|‹øžV"
  b"\x01ž‘»¹œs¦¬˜w˜pT`m"
  b"\x01ž‘»¹žq\x18€úÀšÐ\x14W÷"
  b"\x01ž‘»¹«rŽž\x19θœf\rù"
  b"\x01ž‘»¹­p¹šm^¾U‰å"
  b"\x01ž‘»¹®p\x06„­.\x16°—W\x01"
  b"\x01ž‘»¹²r¾¢¯ù}˜œö"
  b"\x01ž‘»¹·q\x07¢\x13¦\x1D\x1F\x19ê\x17"
  b"\x01ž‘»¹»r­¾=h!cN!À"
  b"\x01ž‘»¹¼qñŠ%Pà´Wt­"
  b"\x01ž‘»¹Àq6´ø\x1Fj<l[´"
  b"\x01ž‘»¹Âp]¹~10%?xT"
  b"\x01ž‘»¹Äpàš¨\x10\vö9‘"
  b"\x01ž‘»¹Åp[«Žf‰,þLú"
  b"\x01ž‘»¹Çpøœ2ÌVaÐñ3"
  b"\x01ž‘»¹Ëpº¸‘£[\x7F\x00G”"
  b"\x01ž‘»¹Íq¹­·xp­BU•"
  b"\x01ž‘»¹ÐqdKñà¡p´÷"
  b"\x01ž‘»¹Òsá€!ìÛb96("
  b"\x01ž‘»¹Ós¦…ç\vN„öŽ\x12"
  b"\x01ž‘»¹Õq\x10µ¼\x13^MS­Y"
  b"\x01ž‘»¹Ùs„·ò\x01€´ºˆÀ"
  b"\x01ž‘»¹ÛqQŽS³Ìæ´¹ö"
  b"\x01ž‘»¹ÜsC¥\r,«€Fñ\e"
  b"\x01ž‘»¹âq\x05„RRbbÀ^}"
  b"\x01ž‘»¹ës\e˜QŒ“\x1DëxL"
  b"\x01ž‘»¹íq\r£\x00mчÆYW"
  b"\x01ž‘»¹ïqúƒ\e£?êvg×"
  b"\x01ž‘»¹ùsÜŽŸ4×\x1Arу"
  b"\x01ž‘»¹ûsý\x1EÇצCH\x17"
  b"\x01ž‘»¹ÿs2»ØRW\f{FX"
  b"\x01ž‘»º\x00r\x17¡\x13\x0FMë_£‘"
  b"\x01ž‘»º\x13p\x0E’áì¬Iíç€"
  b"\x01ž‘»º\x1Cr!›â€žµ\x19ºv"
  b"\x01ž‘»º\x1Er\x1DŸÖŽÊ®\x1F\x03"
  b"\x01ž‘»º$qÎŽ¦Ý4~K*\n"
  b"\x01ž‘»º(sú€\x13h%\x064x›"
  b"\x01ž‘»º,re^9\x00P‚[—"
  b"\x01ž‘»º-q¦¢¢¿‘$\x7F[Û"
  b"\x01ž‘»º/pB½^B²w·N‰"
  b"\x01ž‘»º`q–Žùé·ÏÅ[›"
  b"\x01ž‘»ºer‰¼¢bä,G\x0F\x1C"
  b"\x01ž‘»ºhp?¼ªù!þ>lj"
  b"\x01ž‘»ºlrž£dÂû<3ì“"
  b"\x01ž‘»ºorª…Ÿ0ÓêÁÐ\r"
  b"\x01ž‘»ºss§™\f\x17`ôœÞy"
  b"\x01ž‘»ºzp8«Ò©mÖ©å•"
  b"\x01ž‘»º~pm„ã¸Úa¶KT"
  b"\x01ž‘»ºpÔŽnçS¦gÆ\x13"
  b"\x01ž‘»ºˆs0¨š÷\eŽ˜Ï®"
  b"\x01ž‘»º”s ‰¤Pì,¢\x08"
  b"\x01ž‘»º£pªˆ…§\x1AN»¢Û"
  b"\x01ž‘»º¬q‰¯Uû]¶hdµ"
  b"\x01ž‘»º¹rN‡°gT¥Žü"
  b"\x01ž‘»ºÁrÀ¿\r—°…Á”\"
  b"\x01ž‘»ºÇs€ˆ¡;¥tW®5"
  b"\x01ž‘»ºÔq\x1Aˆz\eYB4Rd"
  b"\x01ž‘»ºÖr.ºr]ðKJWž"
  b"\x01ž‘»ºÝr·Œ\x1A¾\x01K‰ÿ/"
  b"\x01ž‘»ºçs±¤§µ÷ê\x14·"
  b"\x01ž‘»ºîq!Šñ\x107\x03+m-"
  b"\x01ž‘»ºðs¹—@š\x15îq<b"
  b"\x01ž‘»ºòq¸U>D„“&ˆ"
  b"\x01ž‘»»\x03s/—0ÂÎï¡v"
  b"\x01ž‘»»\x05rŸ…þ—¼œîˆ"
  b"\x01ž‘»»\vpl¨6\x036ë#Î\e"
  b"\x01ž‘»»0s§‰\x02„{e9˝"
  b"\x01ž‘»»4pŸ½¤5%\fèÁû"
  b"\x01ž‘»»8p‰‹\x18ú@@ié"
  b"\x01ž‘»»Rq1ŠæÐÑ\x14ã.6"
  b"\x01ž‘»»as¥«O¶¸\x12\»"
  b"\x01ž‘»»epí©Ü­«ä­í"
  b"\x01ž‘»»°q!‚ÿЏ(\xç"
  b"\x01ž‘»»Áp\e\x07žT›Ìše"
  b"\x01ž‘»»äsòžÄÑÑÃe¿`"
  b"\x01ž‘»¼\x11q²šÐ&õqV–\x02"
  b"\x01ž‘»¼\x1Arñ¸K:Œ`\x04°ô"
  b"""
    \x01ž‘»¼0r1±.ô\n
    Š¿z¬
    """
  b"\x01ž‘»¼8r\x00Ÿ>Ð]؁Ìf"
  b"\x01ž‘»¼<qޝV„ù\x16 ‹b"
  b"\x01ž‘»¼?pHžˆÇÿlt–"
  b"\x01ž‘»¼Gph†œýž\x133Èg"
  b"\x01ž‘»¼Lpe·né*ñ\x06÷È"
  b"\x01ž‘»¼Trp›ÑmO;;ÉX"
  b"""
    \x01ž‘»¼Yp\n
    €\x0E ÕÏ|a¡
    """
  b"\x01ž‘»¼lqí;ÎEš-0û"
  b"\x01ž‘»¼xs䑺ºAÝÙ/–"
  b"\x01ž‘»¼zsu§\t¥Ð­Z£="
  b"\x01ž‘»¼¢q$ ƒ\x1F*Ê\x02r "
  b"\x01ž‘»¼¤p™£ÝF/€I=¤"
  b"\x01ž‘»¼³p:¯![W„ž­¦"
  b"\x01ž‘»¼¿s\†rÀl`Fka"
  b"\x01ž‘»¼ÅpgŒ% MŠë"ú"
  b"\x01ž‘»¼Ís!Š.¬\x14Õ\x02Å©"
  b"\x01ž‘»¼Ïp\x10Žïš¾“\x17\x01h"
  b"\x01ž‘»¼Ôpù¸/]p¡)£-"
  b"\x01ž‘»¼êp÷¿‹.\x1F\f\x13^Å"
  b"\x01ž‘»¼õqÉ›7eØsl«¸"
  b"\x01ž‘»½\x06p\x10¾Ê0æ\x04ð@n"
  b"\x01ž‘»½0q§ƒ:¯‹\x1D‰[ø"
  b"\x01ž‘»½2q ®\x07qéáNÔú"
  b"\x01ž‘»½3p™ú-¡J¥›R"
  b"\x01ž‘»½9r>…Ë\x1Dvê\x04’6"
  b"\x01¾\rú/ÇK–‡Œ‘·V+9ß"
  b"\x01È\x15ú/üG™¨›q»«ó…û"
  b"\x01Ò3O[(HæAÖp%FjÖ"
  b"\x02o#\x7F© OQ¸\x19!ÕÒgé\x18"
  b"\x02—àÚŸGC\x0E \x04þ€röû="
  b"\x02ͬãêâE\x13¨qª\x05Üp›^"
  b"\x02Ü ±kþBûºîß’Ø™á¹"
  b"\x02ã`ã± Ow¹TL2g¨\e"
  b"\x02ê±ò߉AxR3st\x08ƒô"
  b"\x02ÿ˜\x01›B\x02 ßy÷|%”ü"
  b"\x04\x1D\x06¾¦\x15MÖª\x1AŸ} ï¿\x00"
  b"\x04#á·‘ˆFâ 8Xjí1VV"
  b"\x04þH¶#FRŽ\x12(áš$¯\x19"
  b"\x05\x06\x1DÁ\x06¡Ly‹ßv…k\x1Eà\x02"
  b"\x05m°LPKFÒ¢¯Ö#6²&F"
  b"\x05u‡ìdŠ@´¥ÿðþ¹Œ“n"
  b"\x05§¶Wƒ\x1EM`p×”\x03Îc\x08"
  b"\x05Ì1»r¦E\x1C½\x1AHFÏçjA"
  b"\x06µâGžðC¶»]<\x1C$\x1A¾ú"
  b"\x06æ¿=ì6G“\x7F\x1Fé,r½Ì"
  b"\x07\v%\x06\x17%H˵¥Ð\x04ä„¥—"
  b"\x07a\tñg¦A™€—K,åP|\x10"
  b"\x07fU†÷DЋÍ^(\t\x15®‰"
  b"\x07z¤£.»Dž‹¢k~¦ïñ÷"
  b"\x07È\x1Dï?Jò„\x7Fmº\x1EV¡"
  b"\x08\x19ÙÄQ¤NĈ;x¡‡’²C"
  b"\x08¦å\x1E(iAÖ½b¦Tq°ù¡"
  b"\x08¿wÛ(ŽHOŽ_\x0EêeBi!"
  b"\t\x15éÜá¯Gˈߙ\x07ç6¸¶"
  b"""
    \n
    &\x16\x03Û“EG­…hÀéâ©\x19
    """
  b"""
    \n
    ¼[ ¼Gy\x14låQ
    """
  b"\v%OÌNÑI9‚Ì&Ç|·§Þ"
  b"\vQÂЕAŸ¿£ôBä}žð"
  b"\v¡™ÇÒ©E½´÷è[ÂÖŠ©"
  b"\fWºÉ´«D9ªÖ·éxS\("
  b"\faþg4ÉC$«4Î)4†0©"
  b"\f¸h$ð³Ce©-ñÎNWÙ¯"
  b"""
    \fÓÝ\n
    ˜ÍL®´\x07\x18 ë\x05\x15í
    """
  b"\föàaR©BÝŸj/GgYwh"
  b"""
    \rð¾ã?eO\n
    ‰¿Õvw­˜a
    """
  b"\x0E\x04Œh–WDCšDµE\f7U\x0E"
  b"\x0E˜U1ü´Eú€Ê|Õó‡Y\x07"
  b"\x0Ešu+\x1D2DJ¨ÓK\x0E\x02à\x14="
  b"""
    \x0F\frû‚¯E2£p\n
    é¾\eÁc
    """
  b"\x0F)\x00lÂ÷N¾€³Ìle&À¸"
  b"\x0F‘Ú\x13à¯E ¤$¬&!g\x06\x1D"
  b"\x0F¿h\x19PÂA†³\x08žZr\x1F‰o"
  b"\x0FÆP¾{\x00I\x7F\x19‘Ÿ\x06©\x1EÆ"
  b"\x10#\x1A\x13RMN\x05Ž9U\x05µíg/"
  b"\x10AÁЁçBT‰Êr\x15ÜñF\e"
  b"\x10\x19‡\x06\x11F\x0Fš \x1C·uùÞn"
  b"\x10»¯\r÷\x1FJԏ¿w·N„qõ"
  b"\x11\rû9³7Ht†d\x011ÖÿMW"
  b"\x11EÐ'Ú\Ks‚Ã\x0E‰å\x1CµA"
  b"\x11ÎN°{TO\x1EÏÓ\x7F\x06ß\x19Ï"
  b"\x11íøÇ±KS€7ÑTIû™ö"
  b"\x12'˜ú\x04ªA\…»¹êv\x05WË"
  b"\x12?Ò\x07&´B›§Ø\x19\e`\x15͈"
  b"\x12\@ 2\x05E.„«!S\x07½@("
  b"\x12b{-šýOݸªAvjVú\x7F"
  b"\x12Â=ž<ËN\x1E¼\x14ŒÕ)\x01ð#"
  b"""
    \x12þ7\n
    ü7Dê£EŒi®~Td
    """
  b"\x13+PV™ÃH.·pN;Y³¨ý"
  b"\x13Ù»Gí\x10Hæ—\x0Ez\x019L-î"
  b"\x14\x1F[Zb…KÿŽN\x19b\x1C†\x04È"
  b"\x14ûíTýž@\¤Ö¾õÔ!ïÕ"
  b"\x15ë\x14šÑìG\x1F›e¬‹\x1F°´ï"
  b"\x16yôòÂ\x03@\f¯ý‚\x1E3iØ–"
  b"\x16\tÙ\x00§Jè¯]\x00,‚I*ì"
  b"\x18˜Î\n›J~¿†k\x174\vP"
  b"\x18÷BLU¯G\x15§2\x17Ç$\x1FŸ˜"
  b"\x18ý:ްÚK芟úÛ›– í"
  b"\x19:Qlé\x1FO\©£\x05!\x08šö¤"
  b"\x1A‰:‰\x00•D®‘‘\x0E™\x04+È~"
  b"\x1A¼ØùÕ–N-ž²ß*Õžç{"
  b"\e¯w‡·\x18LšƒQFMÈ×ãÞ"
  b"\eËŸ\x05KÜFÅ–¥$ÃêŸ\x06\x18"
  b"\eÑ(£Í_HˉŽö=\x00-+7"
  b"\x1C\x0FOj\x01ËD‘¾\x13®¤š67ç"
  b"\x1C®ò8ܱOÔ±_­ûú”ѧ"
  b"\x1C÷aÜ: M\x1C…Þc¦sb¬\x08"
  b"\x1DP¼F3AN6‹¿â©îîÔU"
  b"\x1Db\vÿÇæI½”h?Z¡E¼£"
  b"\x1Dr¼Õ\x1DiF\x13†€ß×<îô5"
  b"\x1DLÀ­…K®»àœÄ\x1DÒeg"
  b"\x1DôkÕóÜJ9¿‚Ì%j\fl{"
  b"\x1E$\x08ÆWG2¤˜ê\x17²Æ\x11\x7F"
  b"\x1F\x05Ž5ËÁC/›:¼•D£N™"
  b"\x1F\x1EÖŸ\vHŸ¹>\f2ƒæ°@"
  b"\x1FX´?Ü&@=½ê\x104¸\x1CŽ\x01"
  b"\x1FÕk\x06‚þH(»ëV¥\x17'½õ"
  b" JGCN„DQ˜†ˆ8Äè?$"
  b" ù´Š™Oз.'¹Te+Ú"
  b"!\x03𲬣A\x1E±\x15ßç\x1A;©v"
  b"!Z.ò\x03nMZ‡”O`vΙ&"
  b""\tuÑs½IN¨µMSz¶,½"
  b""–\x172|§M\x10¢i–ÛédÇ\x1D"
  b""©&¯ÆpJ\x10‚aE \x10ò\x1A"
  b""±\x00ƒãSH©ŽñÙ\x17¾°L\e"
  b"#-z‡0<G`‘ó\x008\x1D¥\x1FÃ"
  b"#.¼ËZgB\x14¾e3i¬$4"
  b"#Cþ\x11a³K¶€…e—ϘÆÚ"
  b"#\x7F\x1CÞLÙ@ñœ\x14@ñAKGW"
  b"#Í\x0E¤¶×Nñ—gs»›Ç,À"
  b"#Ñ."Z\x04@Û™[z„üJŒ("
  b"$pYh\x03\x06K\x11¶Èõ<Îz(k"
  b"$Æús\x00ëGü½ˆÌæ$e\rv"
  b"%\x05·¶+¾Næ\x07êK\x1Eµq\x18"
  b"%(¯ÀM\x17EnŒÓŠÖÈLRK"
  b"%“\t\x15…@x¯ˆã¥&†3"
  b"%µZ(ŽïE¼–Ük\x01\t^†¿"
  b"&͐Žè@AÞ©]˜|¶õ¢x"
  b"'J&Ï`´B·  *X“"
  b"'Y_d"UIܱ\x06Û–ÜÙŠ6"
  b"'¿\x04®\x0FïJW±JÜý֏úÙ"
  b"(\x1F,ñdŠHú´\x18¨\x10\x17îm\x07"
  b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
  b"(™£ù.NöÏY÷~÷ˆx"
  b"(Åj\x00µ†Jr·JéRª®¿"
  b"(ì/Ï\x13¯N5‡ýÒÒø]¹÷"
  b")\x0E1p\f‚@ë€"޲¿\x0F´Õ"
  b")&ÃA\x13£C`\x184R\x12‚Ç“"
  b")=üåÙ\x02GP¶×!am ׎"
  b")lÑü\réM۝Ä\x1AØMxB"
  b")—D‹hšB\x11ˆð¾O\x1CË{©"
  b")ÂïîoÕFõ£CgV¦‹\x06í"
  b")æw’ݝMîŠÁÌTmó'ç"
  b")ôí`ýÂB6‡ì­ÌD~ô"
  b"*ƒ\x0E“Ã:J¦¹•*ª$\x05µ‹"
  b"*Üc‰,ÙHÖŽ a°Í:Ú|"
  b"*öŽ]\x19\x15LX¨üî´¸\eü\x0F"
  b"+\x05&Vs`KÒŸeCƺwiÆ"
  b"+&B8ª\x05K@´\x13\x18ü¾œi\x08"
  b"+;™¼³»A`¡ñv3dGš¦"
  b"+¡Æb-’@Œ ãÝß\(©ê"
  b",\x18&n§\x1ENË¥\x136\rUW¸#"
  b"-0°®ÇªN\r”Ç…ùYx"\x1E"
  b"-Bÿ,æ;J܏ˮ™é WL"
  b"-‡î>e}IHºÑ/Â/1RÀ"
  b"""
    .\x08#Ø>¶M+‹º\n
    \x19×Ýð;
    """
  b".yÎáùŒKL¼³,\x12záél"
  b".Ž\r…`òDN‘~^õSÍ‹ò"
  b"/pæÝ\x02\x1FFô±T´6î;ãÿ"
  b"/–/èä¯Dh­é…†årùü"
  b"/§a6\x00yA¦“ÞbhV‚Î\x03"
  b"/Ü4í›\x08Fc‹¢4\x03Ò–«."
  b"0ZòdkXKúîAZâo9\f"
  b"0£iõG0J¾“bZQ:ðm\x1D"
  b"1\r¶i»\x00K§’é¶4³\x16Å\x16"
  b"2W©Z†0B^®ý¦F¾\x7F­×"
  b"2û/j\x03 JЁ޼V8ŽwÃ"
  b"3\x02yÛKVF¯‡{‹\x13ÜÊÅ®"
  b"3$ùiO¯’|=ñ\x06ÍÓm"
  b"3T~\x1Aã?OΧZßå\vÄ-M"
  b"4\tØ\x00“^Gñ'\x01¿\x126ª3"
  b"4\x1FÖR×\x1CG[²ªI\x18›\x162ü"
  b"4S\x0FÆžÊNº¹ŠŠ/¼°dÙ"
  b"4žXÑ/ÉAûœVX©áU‘\x15"
  b"5XXáqÅH\f¶~£fˆuêF"
  b"5\x7F[56F¥‹ÞöðÁ1H"
  b"6¾D\x18øA••>\x19×V«k‹"
  b"6ÂÉIgòL·¸\x00óÙð\x16p"
  b"""
    6èð\x04µBN\n
    —å\x13.o†Ù‡
    """
  b"7\x18‰\x1DZi@r«,Á\x16Z\x16ö°"
  b"7"ìyñC´¡ÌG·z,VL"
  b"8\x11Kø\x16ìF-›ä˜ÌŽšÜù"
  b"8\x1A…¡g\x07IB—AŸ³9±zB"
  b"8\eû\t¹W@\x04d·2вï"
  b"9P»ôØžAš£Pi$ºäSr"
  b"9i¹1q=@P‘\x13n\$}­t"
  b":\x11H œ¬N*»â‡lj†ÜÊ"
  b":YŽ\x16‹$I¼±Ü%ðÏÖÄy"
  b":{âB\x14J|ŸXn•ú¿œ™"
  b":˜8\x7FgìC"½\r±K\rµ\r\"
  b";x>ƒ“GÞ”­6£ÉîX¼"
  b";y©ä=UDm—ôÌi¢\x16Dâ"
  b";‡Ž(ÛðD¾–™‹ÈÐ~’e"
  b";ç÷²‹ëE\x11¡u«žŸ4·"
  b"<\x05<41îCaƒ\x1C®ýBfHÕ"
  b"<ù>\x06‹F‚f\x07ð©Ý¦Â"
  b"=!Æ^ÓþIR¬\x08L÷©iÁ"
  b"=d7Y\r\x03N¶š\x12€Ÿ/L1x"
  b"=ߣKrÐL^Š\x0F™\e{=IÏ"
  b"=è¯ÅíBM΀‹înƒ…á"
  b"><cmS„Mໆ\f-¢ô'Ž"
  b">[ER\x18ÿCé™!\x16wêì\x1EÁ"
  b">[e\x0FºiDú£€gÊðÀ½¬"
  b">[¸\x0FÛŸHf¹ÿq_’þ¡k"
  b">ƒÅ¹){AJ¬\x016`LµLõ"
  b"?\x08óÀ*\fJ\x03²ƒZEÒ\x05©ú"
  b"""
    ?\n
    А|¯Au¤T\rÕ¼6—7
    """
  b"?\x13ì\x02»‚A\e™•Ͷê\x1FY;"
  b"?bj…K%J=³ÚçÍ\x13\x14,°"
  b"?rŠºÍ(M,‚.ta\x1DºÂN"
  b"@\x133F}O\x01µ{]d\v£û"
  b"@>«ë§\CÓ˜_I(öpQ"
  b"@÷ËídO\x00§´FgïN¢"
  b"A©ŽX½‰G#€l?×虪\x05"
  b"BU½™{mJz–ßÌú\x0FªjÔ"
  b"C„†k\x00\x1AI°•¾uÙp\x00³å"
  b"C‹\x1A¯‹1AÇ™9\eEŽ¡\x0F’"
  b"D*£oW—Cœ¡\x1C$ùx$Ø­"
  b"DŠtÎö±L…’\x15ni¿€Ðp"
  b"Däh¼gÆA؁B§·ñkë"
  b"E±Æ˜Ú”Blƒi˘½\x12«´"
  b"EÇ…~w„A6–\x13úðs\x03êÉ"
  b"F\x13ºZZ÷B1³ã¯\x08Á^?ô"
  b"F_¾šÍãI‘©\x04½©ûñJM"
  b"G>\x14‚TœIñ‚W÷ýÎu\\x08"
  b"GG"\x05N¹HF–ÒlÀ¯ïã‘"
  b"H\x1FÊ@ì’H8º;Úð»a ÷"
  b"Hi<wF|FðŽ\x12áCF¿øm"
  b"HŸV\x1E1\x13Iœµ\x10Y\x18¸fŒV"
  b"JŠ7‚\x04øD¦€¢‰*rØD²"
  b"""
    JŸÀN\e‹B\n
    ›ƒ[¡ü{Ÿð
    """
  b"J¢|Ù ÏN«ð¯\x15W~\x10ô"
  b"JõBÌ\x062D»˜½šŠ\x02\x04d"
  b"K\x1F½ÌÞeNxŽÂuÒjíõ†"
  b"KCò\x04‘åI³5ÊzbiÍt"
  b"K‹³,§uNx\v&ü\x13$7†"
  b"L\x1CuERÛB$\x10vÒæ¸ZZ"
  b"L‡G\x1AâB\x15šÖ°\f\\x1DÜç"
  b"Mƒ\x03dîéI™£\x03Q\eæZ¿;"
  b"Mèê°^¸O«³ÉU:š¾x3"
  b"O5áK0\vA¹˜,„ \x7F¾ô½"
  b"P\x16\x1DÐŒH–—ŽKâ"«\x12"
  b"P\e¶Ž˜öGIªe¸¥ºš\x07\x16"
  b"P@žw\x1CÍNë’\x19\x04\x0EÁføá"
  b"P¸ä_ÞVAà©\v<xË‹>™"
  b"PïF²ÉFV¥I"¬¦ª"|"
  b"Q3Lþ›)Lx©Nµ¬ùzk8"
  b"Qu\x11R»âAñ”ÈoÜ>‘x®"
  b"Q‡ŽËT\eK\x04†<ê÷þüºŽ"
  b"Q’8^*\x13N%¿·Öäk‘}§"
  b"Q¸©ãŸ…Af±"rÖù/\x001"
  b"QûŽË·\x16I\x05ˆÕPKa$2\x08"
  b"R\vuT“F­Ž\x0ETÉ@\x01½Õ"
  b"R\x0Fc3  KžªJ×ã[Ÿ©'"
  b"RA­ªÑâ@\x04š‡ Âé¬aå"
  b"R–]éÌSGÕƒëÙˆÇ\x13Â\e"
  b"S=¢ÄŠ\x13N¼…¸ÆZhègh"
  b"S‘:›øÝJô‡ÏÞ•<\f+E"
  b"ToA:ðöOlŠÉž\x13ÊëØ"
  b"Tˆú\e\x11sK‰’ÑñŽÞÆA—"
  b"T¸,Ê\r‘A³¸B=ô~­Ó`"
  b"TÐŒ2\x00˜Oî§g߸¤êŽ£"
  b"U\x07LK—±Hl Óê„\x01Ï\x1Co"
  b"U?\v\x1EX#KD“^¹%¾ûû%"
  b"UX\x06Þô“G־ĚãqõC"
  b"U¨œWH±Dq½vðSÜmk"
  b"UÙ\x10¤›\@?¡óÏÜŒxÅ¡"
  b"V<{¥XàB»¼,°1×H½I"
  b"V†\eW\föE ¤ ³öÚÛ£‰"
  b"VÖxZÚ§I*«'a¿B"rœ"
  b"Vê&ëý\x17O\t…º.5‰¼Õ\x13"
  b"W½¬@#qFÅž–˜É‘¶bž"
  b"Wßlà¯,Gúò¬ËÍbÙ+"
  b"X-\x1E)õÖC]¢M%ð¦ôǹ"
  b"X•·C\x011@p¥óÔ7¼†y"
  b"Xòÿ±C÷NŽ«\vGÏ\x0F\x1AÆâ"
  b"Yè¨J¾tL›-Y4\x18[‡s"
  b"Z\x04uMë"I焟[\x18\x12>\x7F\x18"
  b"ZÒü´\x1CTB%©Ÿà¥é¡Þ"
  b"ZÝwàþéK\x10•¹\x1C`H䋊"
  b"ZãK탋Ot‘\x07)#c`–ñ"
  b"[IÌ3‰ýH\x1DŠ¢\x02Aì#_\x7F"
  b"[—+F Kä¾ÙJiŸ\x07÷Ú"
  b"[À\x14……nI\x1A’\x07Tÿ\x1Dæý6"
  b"\mÝ\x127\x1DKû…ujÍÉZÉ""
  b"\¦¶Ã(@)°>\x16ý÷ÿIÙ"
  b"]\x1A)ßÌ_M\x03ªò\x10Á\x00VìÞ"
  b"]&N翌Cá(=\e²‹\x10"
  b"]B™¬ü¯@Ô‡†Mz\x1FPQI"
  b"]†´·pYDä”\eCÔ‡(©½"
  b"]×ݱEHÕ­>„åP1‹\x07"
  b"]ŸÂÆìnGN˜oz\x03½\x11\x08+"
  b"]ÂÉ\t\x18ZO\x13¥4‰¼\t>)H"
  b"an>ŠïŽEª‘Ìè=›KÔo"
  b"aÍX…¨ÊCˆ¹»ÿPՏe\x7F"
  b"aÐjd\x15ÙFƇøt}q9¿Ï"
  b"bTu=\x05§K\x19˜bŽÐvGhù"
  b"bkÔ±·´OZ†}¦nwš\e§"
  b"bz\t‚ýŽHG–.d’:»YR"
  b"bŒ¢Ž\eýI”¦\x01~9‚o\x18\x01"
  b"bÿàDZwK»»UfGˆ%Èß"
  b"d--'hFKA§Ð\x1C\x05>õ\x06"
  b"d5TRº­Mk Ïñ¹”E\x13\x18"
  b"dôm\x05¯ZI\x08¡ûâEây*"
  b"eMrP{bKC¡\x02Øg:ËŒo"
  b"f> ÕDs@âN FJŽšÞ"
  b"g\x12K\x1D\x1FØA4³ÉQ\x0E¾^½"
  b"gl˜rÐ:A™Ÿ;”O‘~TŽ"
  b"gƒ\x03[ü2I\x03ŸNÉûïFv\x02"
  b"g [;Œ†A3‚Ñ&÷Àñlß"
  b"gØ(áŽðKb¼}\x0F\rSË"
  b"gåË¶&N˜¥õ[¡\x1D€ßƒ"
  b"h\x08\x199`õFá¾’¾\x1F•£"R"
  b"hm\x1AMc„C\x06¬\x01:êF<£õ"
  b"i\x10©hÑ\x03HÉ•cŽ/Ÿ}_ "
  b"i£Œqe¤AT“\x05ü\¢=%\x1F"
  b"i£’,Ž7Nn¡\x1A8q÷\x01È}"
  b"iÏ<lå\f@eƒZKÏÍM\x15›"
  b"iê»ÂT CÖ£7?¢šç³H"
  b"j¢\x1AÁšîC1³'â&<ËK"
  b"j¹J#,FC&§±±äëM9"
  b"jìB.&]NB’à‚\x04È8á"
  b"jð°¾'µLë–wÓü\x1E)ú\x02"
  b"k\x14ú\x14ÓtJ#®W\ed†X–\r"
  b"krUºïè@˜Œ'Ÿ°°W'«"
  b"k\x7F\x131]µC`Š\t+ª6îhì"
  b"kÀ1`¡³B0•0ƒTMwr9"
  b"kÇ8[N¦F/‹W]°Æwoò"
  b"k̞Տ€KÏ‘ú*ê\v{R"
  b"l\x03b4‹gBè~f\x17q[•ö"
  b"l\x06Õ×kl@¸–?Ä¿Y ƒò"
  b"l³pҝÖF\x1A‘É΄\x06Iw"
  b"lÙt\x13¬XG÷œŽ\e€û\x12@ÿ"
  b"m3à“biFo \x15[.×/áš"
  b"""
    mm\n
    5·ÐMQš·\x17©Eô\e‡
    """
  b"m~±­àTOò£ÅûØ\x1F‡õb"
  b"mæªóy’D©Ž9¯Y¤Â ô"
  b"nð\f`Ý]Mé–ß#SmL\r»"
  b"o7w88\x18N\x14Ì\x12Æl™\x14ñ"
  b"oEtYƒBI¦†„ân}Ŷ±"
  b"p\x08Ä6\x12}E\x06µ\Ótäx\x00b"
  b"""
    plz\x0F~ÔJ\n
    •?ÂæM£!‡
    """
  b"py§k¼ºB§¹ÏZØvg(y"
  b"p§k]IÚIð‹T²ÕÂ0ø["
  b"pÌ~g\e<O“™$•/Øß¥“"
  b"""
    q\x14Ó†\e¨C\n
    §ö\x08Á¥éþ\x15
    """
  b"q`ZD¶#Ag¥\x14IßÒ\x1E›Õ"
  b"q–ÀŠ|\x18Jñ‹ï¿§\x19蚝"
  b"qË‘‚\x17\x1DO\x1E˜Uô±Uîÿ"
  b"q×\x00Þ·×E°®Ê’\x08£…þp"
  b"r\x10ÿäµúHí¾4èœ1Óër"
  b"rT¹Ë\x12\x17EQ™Ô\x03!NA‡¢"
  b"r”è>´rJ\x1A‡z1X1A"
  b"rÇ"?IËDâ´Çt¹gu¼y"
  b"s\x06ïcñ’M+«ï\x13ÇUH¾^"
  b"s\x11›œØÒE»Ée÷áõIm"
  b"s`‘íL\x05D§“CÉÅ—ßÂÁ"
  b"sœ¤ÿ8ÍOQ«Lß@\t\x1F¶;"
  b"s¤\x1Dël^@¶·‘V`\r\x02Cæ"
  b"tL½8\ŽNm„˜¥™ÒíU"
  b"tj^7õ=O:‰8D†Éò¤î"
  b"""
    u•¥ÝVèD¦ \x7F]—\n
    CBL
    """
  b"u§\x1AAbÎO–­<G«ÃŸ\e_"
  b"v\x05áBiØJL¾9ú~°BW"
  b"v\x1E\x18‡ÿÂKnµ\x03…þVs$È"
  b"v>k\x18H=J\x10ƒ]òX\x18÷xX"
  b"v™\t¥4·NÈŸ\x7F,TIs\rµ"
  b"váÝ1ΰND€#[À\x7FZ\x7FÀ"
  b"w\x08’\x12c\x0EE幎¾*„5\x0EZ"
  b"w\x7F‘\x1C\e\x1AN°¥4Š>q•¦\x01"
  b"w’(o|`L‚Ÿ²WN\x1Eå©ß"
  b"w¶ž *ÄMK½'˼1iôò"
  b"x\7®€ÈG‘¬\x01ŽIÔ\x0Eó\x16"
  b"xÿE›é\x16L·“\fŒ\x17á×ýú"
  b"y‰¼¶øºA7³A€½Ú¼\x17"
  b"z$ʵç2J*¼\x02:ñZ\x021á"
  b"zO\e5ÀÊF¦«]ZïwV|Š"
  b"zvÒÚä\Iy¬Ÿê\x00\x00\x13ˆ\x13"
  b"zœ³GßcNò d–xwš ¡"
  b"zº@±ãÈGø—˜•€Žõãx"
  b"{+ áµ×L\x15 h£}\tPZÆ"
  b"{bhެÇL©…¸0ý²ÊYª"
  b"|\x1C`ìYF~¢\x14‘nî2¡¹"
  b"|"\e\f„TE5”às–!l¾Ò"
  b"|CŽxâ¤Cb£\x1A¶GrÇme"
  b"|J\x06 ÑÌGŒª¼\x19‹(m)î"
  b"| \x04o#Ê@\t—³|xõè\x00"
  b"~ÐA¢¸àD\x03¢Š¦ ¶–¤·"
  b"~áD\tm'@”¨&~6B7€œ"
  b"~â…pì¿Aà½Âú‰)t´\f"
  b"\x7F\x0F\x10|•åA¹€áú$vP,Ê"
  b"\x7Fªð|¦\x1DA\x15 \x1D&`ô‡Œ¥"
  b"""
    €=\x10D\x1E\n
    Eùœû­\x06£.™à
    """
  b"""
    €ll«»µBöŽÈ\„\x16;\n
    á
    """
  b"€ËK\x04\x1D-KA©·’\eÛ`O~"
  b"Èé¦n—K\t´ã×±…\x05v"
  b"‚\x10p·çzNb¨\x1F¼½éLq"
  b"""
    ‚@\n
    GëCx8­Â[kñ
    """
  b"ƒ"[YÅ—J\x16ªó­ö\x056\x17\x1E"
  b"ƒš\x12@•{@ò›>Ý8j-ú\x1A"
  b"ƒ«\e\x1F%OD—¯¸’\x10Â(Ñ"
  b"ƒý{da\x07Oy£1«Bêþ`"
  b"„C1Âñ9Aê¥\x0Fðt\x1A\eN"
  b"„Ÿ\x1Dù²ƒCψŸ$Ä\eá˜ü"
  b"""
    „ë\r-œÞA3¹*\x1AÄÜ\n
    zˆ
    """
  b"…áìF‚×L)«÷´Ð´ýÌ‚"
  b"""
    †\n
    ±îÏhJõŽºDlhŸ\eà
    """
  b"†\eëK£\x05Iޝ‡\x7FÚÌH®"
  b"†é+Ä\x0ESOо'\x16°šgf["
  b"‡\x1F³·ÜäEJºm“2\x19\t§R"
  b"ˆ\x16ÅnƈH—ùb9®à=\x1D"
  b"ˆ\x18Žðµ¬BM’¡>Ý\x026\x17p"
  b"ˆ\x1E&!¬>Jd’×2¨’fÒ„"
  b"ˆxÏŽ¿¸@?¹ÃY\x10»Ä¤´"
  b"ˆÂ}\x01¸\x0ENt³tßà×.ÿÚ"
  b"‰.\x16÷â8A\x05¸›ŽŒþñ±Ó"
  b"‰Sf0,DÞ²ÂݶF@Ò\x15"
  b"ŠDBõ1üL€„Z+\x03\x1Fe2$"
  b"Šb;>Ö\x11Bê­\x1E;%«|Aú"
  b"Šm)Kt\x7FD ‚#ûÇ¿ži€"
  b"Šö3¹föHd²7?\x1FkY&Õ"
  b"‹B¼\x1DaÇOL¥¿~W\t”Dõ"
  b"‹X<Ä\tÙN(‹ÿ••–üb¸"
  b"‹§è4\x02²J+ŽÃÕ!Ø8ÞÅ"
  b"‹©Ÿ\x03\r/Nåºðù­bŽ\fw"
  b"""
    ‹Ì½‚ÞhGî¸ï©èV%\n
    \x12
    """
  b"Œ\x16|ö¾¸Is…{¼\x01¹\x12XÌ"
  b"""
    Œb\x11ú.|N(£\n
    ™\x18õþ“›
    """
  b"Œde\x1Cñ%K^œ‘\x16\e\x1C˜"
  b"Œw\x02\x15¹'Mú²q\x013ÙcZq"
  b"Œ•‡/¥JMY¶fsPàÊ’\x05"
  b"Œ¼Æê'”G"‘Œ®Øf\x08\x16%"
  b"Œ×ãy?EGë´Q?*bç5Q"
  b"Ž*øyÕªA˜©„§°V\x11Ÿ×"
  b"ŽlÈ&C:L(žt×bÆŸti"
  b"""
    Žz‚›ŽÛI\x12­%7\n
    \x1D$\x16¬
    """
  b"Žï@ÊìÓIºÙ…c+P»€"
  b"Žån¦0“Iàƒ&s¥ŠÏÌ4"
  b"\x1Fûß\t1B&–<ùrÑj’€"
  b".…wêoL9¬¾ôç\r«Z"
  b"O{Ëz3Em‹„Yçÿ\t×»"
  b"ÉQºñ1D\r¨Ô¥_wü\x05\x03"
  b"ã¬lXìK»§îùKé\x16P\t"
  b"é>V³•LþŽ_ŸË!Ä^™"
  b"""
    \x11]„}ƒEì–\x11‹#†\n
    >6
    """
  b"""
    tj\n
    \x11'I÷¦ê¤DoÍ'®
    """
  b"‘\x15÷!)CxRΦ\x04[¬\x1F"
  b"’E2Ú\x13F2¸rQáÆB¤U"
  b"ÅL,¯FZ²R@RËfER"
  b"ÌÃü^ÀKH¶Y®\rO[Ðw"
  b"""
    Ï|Q…~C¡½1\n
    Â\x10UD|
    """
  b"Ù7?‚ÀE"…Í«§\x07"jÚ"
  b"ÜŽ®\x12\x04G¾¾_að†Ÿcý"
  b"ï˜â*øJÒ‡¡Ljõºÿ9"
  b"ú±0\x1EÔM屬û½Äk\x1Fw"
  b"‘W\x18NŽ)@;9ÃõSÜ?¡"
  b"‘_ÙÈ× Oíˆ\x04œÊšX["
  b"‘i\x13*"óM£œˆ_æ¨<;>"
  b"‘¤\x10™\x0EñMǵÉÓÞž<ž³"
  b"’—DC.+BÁ¦5êækÒ5Ö"
  b"“.ÍK\x08gKo¾ÅÜ@^àšþ"
  b"“J.Û\x02\x03Iã±,ôæG ˆ"
  b"“¸uwvPF«¯F\x1AG=<l‚"
  b"”\x10TàɳG˜™\x0ElqYs\x07÷"
  b"”ÜzwK\x19MÛ»¼h»\x1EOËß"
  b"•\x03B?\vjKƒ\x1C¹\x0F£\x117."
  b"•)ŸË +J››žöÈg¡?‚"
  b"•X\v\fC:IϤXÓtô\x07ëÙ"
  b"•dtÒ\x159B"•®Œò§"5~"
  b"•Ù\x7FE\8C%Ÿ`Y8æã}ø"
  b"—P±ÝÙÞO\x1C­fï\x16²R¡\x14"
  b"—V\x15£ÒŽLF—ç0+Ý\x7Fx°"
  b"—dÕò\x1F÷Gƒ¦ŠŒ\rèÕïÚ"
  b"—l‰\x01A.Nn¥5hÎ\x12öõÓ"
  b"—}×y‹õ@ސHv±1ë©Ü"
  b"—„ú)f±J££[±$!Sû²"
  b"—°o"\x04éB\x18ŽåI \x13ï+â"
  b"˜Uä=_\x17I4‰ùû ÛÖ+¾"
  b"˜\x7Fž•GÿN;,—`\x11\x085"
  b"™•ÊAýÜIõ®ñHÕ\x7F¹("
  b"š˜Úwž™I\x13Ž\f½Trí<¥"
  b"›~’\x1E]ßAä™ cï^Q8"
  b"œÚÆcXb@\x01¨\r~Ï\f\f¹”"
  b"\x1CÒaø/Ee¬©9¥;\e\x18/"
  b"&‰_Œ»M߆fÄÖ‚l5\x08"
  b")¨ggoO)µª!™\x19 »"
  b"*\x13Ú`\x13FÕ•™¯”\x14¡%1"
  b"eŽQe_B9¸\x1AO¦\vOeí"
  b"µ‘ùâiB)¸çÄml^\'"
  b"Ñ©é¬kMÕ˜äbS•@³\x10"
  b"èZ¸’âH‹†¼øŽÚ,cí"
  b"ž\x17\x18]Ù(GÜ¡FEG“¹^’"
  b"ž?Ÿ¤<÷Dü¬\x18,å\v(Љ"
  b"ŸU]ø7ìO景\x0E€*Zn\x00"
  b"Ÿ´ÄBéÄHl¿ß¾]Þ\v\x1Ar"
  b"ŸÇ"Å>sKF±“.‡à“f6"
  b" 0½N\x1DÄG$·}ïÌ\x1A\x03`Î"
  b"¡\x06!Úá\x0FEL‘ó…‡JÜ‘ƒ"
  b"¡yZR )O• ÍÜS\fà\t™"
  b"¡§ù\x0E¾3J)“pTçöuÛ"
  b"¡²\x10õ\x11³E\x7F²X¶,æÖ\x02¨"
  b"""
    ¢\t\x07\n
    ˜0KÀ²/wÆ,Ðùú
    """
  b"¢\x7F\x13\x04ÕjCᯟ«ÆŽ\x1F’Š"
  b"¢ÓbÚ~pIÙ›7xA\x7FIð¯"
  b"£«rëo(LñœŽÕes\f…æ"
  b"£ú\x17v\x06dK¶¸ì‚\x1E\x04"
  b"¤6áº@ñ@õ‘IP·êæ¦"
  b"¤^•\x17OŒE‘«ã/» ¿cñ"
  b"¤¹0C«ÄC¸¾þUÊåÝ®6"
  b"¤÷@+¬„N¼ŽJ¼Á\x04%Û*"
  b"¥\x1E\x1Eþ\x06@;¥Ý\x17¢Qyo8"
  b"¥—\x19^\x1CâBu½¹\x05Dt_X}"
  b"¦ø^\x19TaLe”?Z}\x0Fôkb"
  b"§g¸ýPVM\x05°àüQÒÇc·"
  b"§oZ±ƒ[C\x18–a›ÂÅ0VÂ"
  b"§ÂJô`ÑIÍŽ\x7F}\x12WÂ\x07"
  b"§ßÖ¼_aJ«YK¹“!¸…"
  b"¨\x12™É¥\fMÞ°\tqÕ\x10ë‡\x06"
  b"¨¶lŽþãB'§EQzóâ‚3"
  b"©"š\x12§ÈD¢±Xèoƒ#J"
  b"©~‘~\e6GÇ–Ù¡ôV"\v­"
  b"ªM\x1Dÿ\x19¼I¤žù;´bŸ|"
  b"ª_Ã\x1F@óI1™íฝļ>"
  b"«\tºŒ>\x08L‚”)óÞæ(Û¸"
  b"«r¹\x16ƒôBž£)ҝþén\x1D"
  b"«\x7FXîýæCý³ÞÒ:e!Ø®"
  b"«™ÒÝ\x05øD7º÷·î\x08\x04íÌ"
  b"¬\x1Fa3œI;¢\x05ó\x17ÅQæ¿"
  b"­\x04€ÞW·J¯¢gîù#¤\x0F;"
  b"­\x19=Ñß‹O\x01† ÿfx%\x1AÊ"
  b"­!ÿx’CGrœ’Ø(ÒœÓâ"
  b"­¤àöƒñD\t­\rÎ šíßÒ"
  b"­ßsšEåJú€É‰\x01\x06½6"
  b"®…^íN)C"¾äÉÏÇ<^)"
  b"®õÌ\x12/ìI08bŽ:˜¨É"
  b"¯\x0F_b\tnH\x12œ\x18@OO^0"
  b"°;“t*gGô¦¶‘fïü5"
  b"°<B\x08{_Hæ\x1A\x00\x190zÞp"
  b"""
    °DÌU\x11Bs·—*Ð\n
    *âî
    """
  b"°Mye\x06HɹÌîÄ¥\x14\x00G"
  b"°iš\x02®ßCœ– æß\x0Fâ'\x06"
  b"°†`ųE⸣æ!Hʘ\f"
  b"°‹5ï¢rK¥‹¾½<éÔ¤K"
  b"°•È‚¸$Mâ—4GÀ\x19ö¹›"
  b"±\x01nôGØG™¦rí[ÛŽêË"
  b"±6„çR B½´xã\x0Fï\x00\"
  b"±eoó8H³°G.˜.Y‰g"
  b"±j+ÜýØD^ îrãìòô¼"
  b"±ä=]xõFY¼ÞI¸'óÞ{"
  b"²\x18kh\x0F\x01E™‡Hç!Ä—cÎ"
  b"""
    ²AQœ(JOÙ°ç\x13|tÆ\n
    
    """
  b"²c\x17ìÉ\x16Jf·¦Ú^ÅRU`"
  b"²qræîËG\x11¸Öí*V¸ßà"
  b"²‰†\x1A\x17ÞE‰Œ@£s¬X5\x0F"
  b"²ÕýMôF¦–6E•c\x191"
  b"³\f«•\x10\fC\v³j€Í‹vQœ"
  b"³]5mè\x0FAåŒcëVOp`á"
  b"³¦rôÀcJ'’z™\x06\x00)N­"
  b"³é}ŸÌžFâ„úLá/œÆ'"
  b"´Ú·j%ßO\x05½v\fŸÒ‰\x06"
  b"µ\vÏÕÖ7Aϲ\x08\x0Eñ\x17Îù "
  b"µ<÷=«õG6µ¬žñ.D•"
  b"µl{]©¯Cd€\eÊL-ëjÀ"
  b"µ’33…GB8±ÂÀÕ–N:"
  b"""
    µå\n
    ¶°úEân\x0ENîæ#
    """
  b"¶‚/\x1A¿íAN“œÑâ\x03¤A\n"
  b"¶ì\x1AÞ‹wGõ¡PPÚò\x18m"
  b"·ë¡Z\x18º@³™3ú‰Fa[2"
  b"¸Bhôï\x08NY¾žhb\x1DÚò’"
  b"¸;DN‚@Ë€']/SÂS¢"
  b"¸¼cºæ6AƒŠ°»\ejKMª"
  b"¹\x01\x11ÐÖ¨JŽè[yp(]1"
  b"¹©Z5CßM ŒË¶üîú¥"
  b"º\f›ED\x14E¸¦Ú³Âp~ÈW"
  b"º\x0E\tp\x16èO‰±œ6¯Ü_e"
  b"º>3w<·LÄ«æm†'Ì_'"
  b"º¸$œÜUI¨¨TÁî3¹ï›"
  b"ºÃþÑ:(A\x7F©:ïm_“\x002"
  b"»`Ù$\x19ŒA³¥R±;Á"Ø¡"
  b"»¬T#o‹D\x14§€šs—z"
  b"»ö޽׭O0’¬h°xÏS?"
  b"»ûš\x1D\x07öK½¹íæ^\x1CJ\x1E5"
  b"¼\x1F—y±5Bë—†ïZnóÆ\x19"
  b"¼ Où(*N\x10¢²\x11«Ùv/{"
  b"¼u\x12°þëC;–öÚé+¢\r_"
  b"¼¨ë¸ŒŽIâŠ%\x0F‹6Ÿ\x19ü"
  b"¼À>IFðAH°\x18ËŸÈ\x1CΨ"
  b"¼ÆÎWê†O7³Ëø\töAˆx"
  b"½ «*—ÂC\x01›âð\x17ŒÓ¬õ"
  b"½V\x17h·ƒL_¤Ä?ÌÆi?\x02"
  b"½¡¥x\eXFÓ‡7«~4[†d"
  b"½è\x1E\x04èhIU¾ÄO\x18€\x11\x01*"
  b"¾w¯~}âG¥†\v\x01ªÙ3Ì"
  b"¾Œe\x14TnDC¼_Áªª“—ß"
  b"¾ÄŠ’D”H\x15–´™£F/¥?"
  b"¿\n\x00ŽƒÍK\x1A£ÎXqBiõU"
  b"¿w\x01\FgK€¨t妁~|¦"
  b"¿zH”‚_C\x1A»Záì\e„\x01Á"
  b"À\x01DvºðH‚¤É™T?Z·\x1D"
  b"À\rÜy€KIɇþ_»}\x14Iv"
  b"À…•_ö¨Kõ³d®iÚ\x19¦Î"
  b"À‹ë_,ìAĝê÷\x01v?Ö>"
  b"Á\x1D\x19’¿\x12A;—ùß\x16Áuýœ"
  b"Á«N«‡-D†S~í$YŽ´"
  b"ÁËú“vQNoŽ‹i6p˜³i"
  b"ÂG®:Ï\x10MV¬»\x16ô–Æíþ"
  b"Ãß\x05t9bN\x13±ËÙ1¤¥°…"
  b"Ä\x12˜SK2NŒµ5\x14Œ¦El…"
  b"Å\x1EZ›Ž@F#‹Mè¾-ûeÉ"
  b"Æ\x1Då@ÀIKSœºžK\x19xŸ"
  b"ÆBâ\x0E\x04\rJ̆_ò!\x10k^f"
  b"ÆL#²š\x02Dî§*e\x16\x13Ù"
  b"ÆxÔ<ë“I.±ë*u0p@"
  b"Çm1%M*F\x06¥ëCª@6•f"
  b"ÇØœ.÷oNø´ƒ½i¸"³›"
  b"È\x0F\f¸¿ŒOM³»\x14]%¶\x02›"
  b"Èˁ’ötNr§6P$jì!Ë"
  b"Èá—ãdoL野ç^k.,E"
  b"Èá®ÐP,I\t0ð!È„º\x07"
  b"Èû¨=E\x14Io»@€ØÐÜ•’"
  b"ɧüж¤Hl™dÑÔ|R–ý"
  b"ɰ‹œ\x03MN\t¤kaDʐ!X"
  b"""
    ÉâN:¥\n
    BóœÖeßOáwU
    """
  b"ʺŽ:i‘FÇ ÿÞ…\x00gò"
  b"ÊÄ\x1DI¡1@lŠð¨P×6\x7F«"
  b"Êè%IökHT•‚cxú¯˜§"
  b"Êþ\x1A\x1CÛ\fLϐ«F!\r\x1F\x1F"
  b"Ë\x17¦\fOÃKF¿X\x056ŽÚè¡"
  b"Ë xÉøM©¤”\e>·\x14¤Ö"
  b"ËÌeºŒÞA>¯\x16F§±„[»"
  b"̱›LNêF1’s\x1D²‡ˆÍä"
  b"Ís=r¸ãD5“*Ì3ŠîfF"
  b"ÍÆ\vˆ]>J³¡Êé\x07_NÉX"
  b"Íåb\x1A˜E¸³jRâHþh½"
  b"ÎF)\x17¾jBy XÂ2v´Îý"
  b"Îhù\x1A²«NOàiKu$ïg"
  b"ιer1dMÝ—šÜméVJ£"
  b"Ð&\x00]<]M)žÓž?L\x1F\£"
  b"Ñ\x01íé¼$@+¦‘'ƒã.&—"
  b"ѯF\x04Žz@R¾Ð/‘m.2\x1D"
  b"Ñô—}¿+A›¬\x01â3¼$‰Y"
  b"Ò\x1E¶zd¹A9¯ÔC­h\x107Ô"
  b"ÒÉç¡ó\tGkLø,ˆ/<Ã"
  b"Ô ‰Ü|¨E\r‰\eÓ|\x01ü\ty"
  b"ÔÅ…âe K;­Û”^B(‡v"
  b"ÔÛ}ì\x11 E  X=v×\x14+"
  b"ÔîÄE\x14rDf–ËwÖܺåF"
  b"Õ\x19­Ð•}E™‘˜\va5Û\v«"
  b"Õj4\x1F\x02¢K\x03¹Î¿ó(Xœ\x04"
  b"ÕqQÎQ8J‹µÚ0ý3rW\n"
  b"Õq¬,æ\r@鐚\tÚîUó³"
  b"Õµ~¡[UA٣ʝ.²‰AÂ"
  b"ÖœüSx¨Lã™|š‘B\x0E®\x06"
  b"×\x13]ügpE”¯ç\fý£tA"
  b"×õ#šd\fI:ž“×ďª\x17"
  b"Ø\x04^®\x15Ž@f¬×o”ÑqªŸ"
  b"؈\x035c¶OC ›¹ØöÙ%\x02"
  b"ÙF¦÷*âLr#fXsæ|X"
  b"ÙÐëÜ\x7FPO/¶‘Þ€Ôéº5"
  b"Ù×ÿ,e6B*š8\x12½A—>ì"
  b"Ùù˜€AžG8´³ÒíIÎmÍ"
  b"Úµ­4£ÐIvŠð͹G¥’j"
  b"Û\x17ÂpÔ}Lõ¡\e%tÜÆM\x19"
  b"ÛŒ˜?.%I%•Òºõ— \x12›"
  b"Û×µ4aÄH\x05½‰\J`É¡Ÿ"
  b"Ü“¿\x04ÉbN\x0FŽOÍV‘¤ä"
  b"ܺ‹ÿ\x02ÖF֏(v\x00ö7KÚ"
  b"ÜÏx’’IɪP•‚ Ç\tX"
  b"""
    Þ\x14®oURG#¬\x0E\n
    Pƒe7\x10
    """
  b"Þ\x1EW¬KƒCV¸o÷\x00Á\x0F "
  b"Þ gPµ\x14Lž¹\x08ìÕ\x17Zf4"
  b"ÞUOy\r¥C‰»\x08[…|ŽOG"
  b"ß\x17ñQCMO\Œ›\•\eˆ\t\x1F"
  b"ßRþ\x08k\x1ENn¼\x1E$\x12œ\x14ZG"
  b"ßo#:+éHùª]j0seë:"
  b"""
    ߟ:`ûŒD\x13¼K§\n
    ×x\x02x
    """
  b"à\x1C\fw§úM×…\x0E\x16ª\x1FÌò€"
  b"à\ˆ_ìwJñ†˜ÊÖ3B\x"
  b"á\x1DÛBÆZCPºLuá†$Àš"
  b"á=rĘãCW”I{ëânÀ\x19"
  b"áA\x00+r\x1EHÍ´àù\x0F[±®_"
  b"áàÉÏn LÀ§üÙwŒtDW"
  b"â\fo\x19Û=DÓ±5:¾5<\x03V"
  b"â9¸µ\x1AãNͧX\x14ŸžÂB8"
  b"âØÖ’å0O|œÿ9\x11"-–y"
  b"ãqsæ±\x11N‹\x03(ÄòÌ\vÂ"
  b"ãœþ\x7F¢"B+§\x01L‘ì-‚c"
  b"ãÀˆòø×A¼¨çY#Ä,y|"
  b"äøËçk×H\x05½_»zª‘ÄH"
  b"å"\x1C\x1A«cDЍ®Ôæ\x1CJ\x11ö"
  b"æ\x08Z<±\x1CEa¯\x1AŒßM[\x079"
  b"æ¬Å6ÑyG¼±¶¿&g}hÓ"
  b"æ·3ÿHL@\f 4?Lε®j"
  b"çb(\x04’\x13Ea“\x0E\x01=î1‚\x1A"
  b"çÖ%ýxdC\x02½Í/20\oP"
  b"èá‚Ô°ÃFjŽeº‚\x1FòÝÈ"
  b"鄘E+\x15L΂-Ç\ú´["
  b"ê2\x02<·KEÿŠ\f‘b=†¾"
  b"êMHœÊ\x11Jð‘ ¿2\^Ó'"
  b"êñëR!I¼ˆË\x18q·jb\e"
  b"ë\x19À\x17\x0FÄA.’í€Výõç!"
  b"ëVkU[‰CÙš³D\x12¤¿”"
  b"ëŽq*ù\tC\t¾DŒ\fkÃq\x14"
  b"ìYË:1pAŒ©æ?C\x03Ä\x05ð"
  b"ìd\x00°“êFP³\x0F\t‹ëÁa:"
  b"ìyL\x10ÔAJq±éH=YvhR"
  b"ìÎ"°ì¡Kó‘—F¤\x00[\x03|"
  b"î\x17n(¬ÓN©‘²‹ ¯w\x07N"
  b"î/ÞeÁÒK%‘\x1F0DŽƒ\x003"
  b"î”Ïˉ9Cñšæü60\x19%ã"
  b"îÁñZ·ÕM龿ml5\x167¸"
  b"îËæwˆ`B앏^/‰,dh"
  b"""
    îÍY¾ƒÚJõ«»\x04\n
    ¦&\vˆ
    """
  b"îÑD¤"H\x1F„\x07©Ëx™ÊÉ"
  b"îór*\x06W@(ºëQ\x7F§hq"
  b"ï\x1Dõð‡¬A^—Ù3®\x00(\x1A\x11"
  b"ð\x14»„\x14ÌF«ƒ³‚\x15\x02¶«@"
  b"ð±§^´ÈHƒ–\x1Ew!£\x7F\v\x07"
  b"ðß*\x16»+Fįgæ_^¢q="
  b"ðò\x1D¬¡LM䳺\x11]ÂÇâ¹"
  b"ñ†T‡,\x1CC\x01’÷¼ul—ú£"
  b"ñC‘ưN¸’‡¶­\x1DÓüv"
  b"ñý\x14-Y[Ný‰ŒÈ ’\t|N"
  b"ò0M¼ÂŽOe·=+ÕU)£¬"
  b"òy»W73N͐fa­ìõ\x00"
  b"ò¼\x18íÂ\eA5¤“Ú\x00Z®ö¸"
  b"óC8´H‘OžhÃhÉûr>"
  b"ó€‹PšiOȘƒð´µÝ¼“"
  b"ô]ýÑö\x08Nnš¼@`ûÿóç"
  b"ô„È7s,H¢žÄzVV\x1Fe„"
  b"""
    ôÏo ŒVDL°<"\n
    _\x08©
    """
  b"õ'V'Ç\vE ‰4#ñRm0 "
  b"õû;;ZcCR„þ¡·?á\x1F\x0F"
  b"ö\x0E¬\x14îÔMXŽ¢§\x15\x1EÀK{"
  b"ö;æÿÆÎJ·s\x04rMësS"
  b"öXz\x15\x02âGƒŸ\x08oïTÅ{/"
  b"÷7xjXB¼¬¡W&\x10j\x1FÉ"
  b"÷<,WÆ>K™®\x10þ4‹p\x18"
  b"÷ˆ\x01 ]{B© äô@1"
  b"÷F*JÛKû„)\x15ËXv”š"
  b"÷™;n\x18éI¯²ƒJo8\x16æ"
  b"÷ì\x08–ÙqMòª²\t‚²ªg­"
  b"""
    ÷þù½\x10EI\x13±®Ç\n
    •šü
    """
  b"ø\x16V¶#¢Dx…f\x16åb\ï;"
  b"ø&ž\x11APHÁœfÊËȐ?"
  b"ø8ÚŠ\tGŸ‘G{tè¨cx"
  b"øê; ¯\x05B)«gú'Ú²`B"
  b"û+Œxr´CyƒÀ¦ïvíöî"
  b"û©zj\x1D˜I»ªPe|¤G4À"
  b"ûèÛÌŸ\x06Oó¢Q1¼ªHÎ\x06"
  b"ûö±\x1E_tK·¨£»^R–6Ì"
  b"ü+@ÆA¹IÆ¢—\rº,Æ!›"
  b"üáeí\x0F°Dw˜ð` G9çŠ"
  b"ý\x17üøP]K:…ûÈ\x11Ü^VÂ"
  b"ýf\x02\x01á…A£¿,ÙaÌ»$d"
  b"ý’\x14I\x12kLŠ‘ÑzŸúsÎk"
  b"þ\x05;Œð\x01@\x15’ÇWàþÞyÐ"
  b"ÿ+ô§Á\x15Fô³¦Œ§öV‹ç"
  b"ÿ}üGÙMœ‡óò&)èÁ"
  b"ÿ­ãuìïJ¶‚Éó·¯4\x1C7"
]
97 0.10 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"‘O \x05Û¸A\x12œ)/vþÙŽf"
]
98 0.07 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  "Sendinblue.%"
]
99 0.07 ms
SELECT url FROM sales_channel_domain
Parameters:
[]
100 0.06 ms
SELECT COUNT(id) FROM app WHERE app_secret IS NOT NULL
Parameters:
[]
101 0.19 ms
SELECT `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken`, `pickware_shipping_sales_channel_api_context`.`payload` as `pickware_shipping_sales_channel_api_context.payload`, `pickware_shipping_sales_channel_api_context`.`created_at` as `pickware_shipping_sales_channel_api_context.createdAt`, `pickware_shipping_sales_channel_api_context`.`updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` IN (?)
Parameters:
[
  "kzHrQMDRuCczt2GVNXPLXC0G6RbbccHX"
]
102 0.07 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:
[]
103 0.09 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
104 0.19 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"òôa]ƒÔBkŽU8¸4Ów¡"
]
105 0.06 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.09 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"
]
107 0.32 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`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01ŽÏü\x1DBqÆšòp²ëš2Á"
  b"\x01ŽÏü\x1DSr‰¨\e»¼Eçò,"
]
108 0.07 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:
[]
109 0.07 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
110 0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"ﮨ™°\tIô»\tÀCÍP4\e"
]
111 0.08 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
112 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
113 0.08 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"ﮨ™°\tIô»\tÀCÍP4\e"
]
114 0.08 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"›zeKŒVBg¤Ã“\vcK\x18<"
]
115 0.07 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"
]
116 0.27 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`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01ŽÏü\x1DBqÆšòp²ëš2Á"
  b"\x01ŽÏü\x1DBqÆšòp²ëš2Á"
  b"\x01ŽÏü\x1DBqÆšòp²ëš2Á"
  b"\x01ŽÏü\x1DSr‰¨\e»¼Eçò,"
]
117 0.08 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
118 0.35 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"òôa]ƒÔBkŽU8¸4Ów¡"
]
119 0.28 ms
-- breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"òôa]ƒÔBkŽU8¸4Ów¡"
]
120 69.26 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/f2f4615d83d4426b8e5538b834d377a1"
  "/navigation/09d2ce8488e94a28bce222e2e22ceda8"
  "/navigation/ef9dbacf27b240309d1e603cb49bd272"
  "/navigation/2370a606774546b48f8fcab6b8286ac6"
  "/navigation/3c44bafdc37d4cdbaaa2cd70ce60679a"
  "/navigation/e0cdbc551b64462fa6c040eae8842902"
  "/navigation/b5acb8208d2949e599bcf94fa105490a"
  "/navigation/d60fe3f633dc480da5908308921e64f7"
  "/navigation/5d85bbeedb9540bc97afb4ed0a9dbad4"
  "/navigation/feba94f259e941b38042d448ac9aa6f1"
  "/navigation/c61086d4d7134412b8387f3545f5be39"
  "/navigation/c51fcf901d364d1f86694cfcdd9eb9a7"
  "/navigation/d949a96e79ec4da58c1498cfafe19e68"
  "/navigation/f56c8688cb3547f4ba2664c24641cb08"
  "/navigation/e33d4c8a1f4b46fca20628f6fe5012b7"
  "/navigation/9d3a4568ecde49fdb93fdf766914e8fb"
  "/navigation/9abccf9ea2a641eb8fbd3760ecc9cc88"
  "/navigation/d01af7cfd2d44febb5a5d96e1de41f38"
  "/navigation/eae6700d50254e468db1180ee308c2d5"
  "/navigation/ff69e61e866b4008bf8402adc3a026f4"
  "/navigation/06d451b0999f46379de73b08f22c169e"
  "/navigation/134098a8a9874f7083c356442a7c710a"
  "/navigation/104fe514648049ae84e042d16ebe95c7"
  "/navigation/b078ac6f26ae42859c481da342c6f2f7"
  "/navigation/1ce9780a765f40babc9e16b5b75cadb9"
  "/navigation/056b9e14cf59437286c5fc7e51857699"
  "/navigation/0f5360f936d84845a43fc16b52440765"
  "/navigation/16cf2784414f4f5fb6e2d29aea1325f1"
  "/navigation/b6358c1605014d239ef4110ef308b278"
  "/navigation/65865e4861674f58992ae92575262259"
  "/navigation/f650c74fc4e549ba9d2e44c777de1749"
  "/navigation/e066e96822e94b30bbc899d58b0ce7f7"
  "/navigation/9302bd5be0564517895eecb01c47d076"
  "/navigation/cb1119a34f6c4b18ac2de15e1f0e7d17"
  "/navigation/45e7335eb55447279ff2bec210c91bf4"
  "/navigation/24a7114488ff4c67b8aa944b3acfc5e3"
  "/navigation/fa5e0a07dc86401cbc53e4d8362724bd"
  "/navigation/8ecc23ca4c234bfbb9579fc42c81f354"
  "/navigation/86b4bf5ed9464a68816e2db9dee5efd8"
  "/navigation/91b00ab8ff79421eadc62676665121f3"
  "/navigation/ad00b48057e346cb91fd31e90bf91c1a"
  "/navigation/e72179143ba043a992c85e9b09777453"
  "/navigation/5e8ad69a8b81419f8a64c17118747503"
  "/navigation/426e45b2f1fe4b548ba7610c5f376a67"
  "/navigation/defdcd2839114f3e83207d26bc37e743"
  "/navigation/14e4afa373334cc8ba21703f779ec4bc"
  "/navigation/a4935291c57443639fbf61df1aad6d75"
  "/navigation/d727d8e1e5a545d0b88ca93ad8154c19"
  "/navigation/ee0648b5174542e5a4b158b16e4e7f0a"
  "/navigation/30fb667374e44f0a9debd310e0f14c16"
  "/navigation/b86815e2f5d0477287a49c360f67fd9d"
  "/navigation/9590101555f6405787a852875a427156"
  "/navigation/a4c48b49d58f46e9ac01d85e1c9057f4"
  "/navigation/ef972c4913a64f26aa2e86b916f2a01c"
  "/navigation/dfcdebbe50ef40c0ae832ab10cf8d813"
  "/navigation/75a374f617c2492b83f41308577cb5fa"
  "/navigation/fc545b6253bd47a7803344c1a216fd2b"
  "/navigation/422384a875b845a28446aabefe5d02a1"
  "/navigation/15f6273398dd423daa6e469a7e736199"
  "/navigation/ad771ec2b0ae4a05a7f88d3e84347da0"
  "/navigation/da0b25c7107948d1b70d7857e7fbcd02"
  "/navigation/9b939e8b882a447689587c5c421fe6cd"
  "/navigation/dad1b88e6b6a41d294742d7ed9debac6"
  "/navigation/5116877617ce402d944bce16aeffac60"
  "/navigation/b58df0a004ba4f0ebe1a07cc3e79b1a7"
  "/navigation/ca679e714414410ca085111a6ff6c0dd"
  "/navigation/006cbd8a6ac0403db6659bed803062a4"
  "/navigation/c09bf64e62c54b2aa55124b3f2f41f2c"
  "/navigation/89bb8a6fe5724ff4a37bb82024ab8ff0"
  "/navigation/6548102f1a7247678ce400fee2266eb7"
  "/navigation/fb87e77fde86450bb9e7f892e8247e65"
  "/navigation/c387095caf094709bbc7a9cbac1c0311"
  "/navigation/615b789f5ca54bed8d23a5fb0d2b33a1"
  "/navigation/92ab43d153734b61b09765a05ec804f3"
  "/navigation/c9462fd11b9c495ab138db44b0d3afb7"
  "/navigation/aaebbf30e73f4b85b48475e08a036d1b"
  "/navigation/bc41d3bcc7904b92b86d187118a556cb"
  "/navigation/12e08f52f92c4e4c871cfa0e8fe00117"
  "/navigation/2a6dcbb345f74304b3ac653e2ad4d2af"
  "/navigation/3af54e649c494849810018fb527ad00c"
  "/navigation/0a391de2b73841339e0b54e6fbd54849"
  "/navigation/82b891ec799749d0948652de007fa62f"
  "/navigation/f5c215c7ca6e45c6930d6c4064ade126"
  "/navigation/f724f9f8b35f47a6b7d0ddac2c6e6d89"
  "/navigation/774ea5bab3c54623bd546d6c9c26b31e"
  "/navigation/2470e66686d64905967defb9f5df8d3e"
  "/navigation/a9367d93455344768b380e4f804db56c"
  "/navigation/85a18b40594d4fb3bb91c46e011a77c0"
  "/navigation/0dc40f67884344b8929210b7e5aa22d1"
  "/navigation/920c097059bc4a61a9f4db41e59751fb"
  "/navigation/19df51e552a24dee9c9a1710a94f095b"
  "/navigation/70cdd05c6e5949468f37f121d2004236"
  "/navigation/ab609dd4871c4cbd89f1933a03432436"
  "/navigation/90114638303041f397bfc2b01d62ac43"
  "/navigation/7f2a966db1e9423aa96a0b1c36000533"
  "/navigation/f9b249d87650444baeff36af787a994f"
  "/navigation/e19390ccdbd142da945af97c51c02703"
  "/navigation/3534cf2472f8488d8121d53e3f64d402"
  "/navigation/bffef678702747c28dfdd5dfa4cb1013"
  "/navigation/cd9682e97f77401e88162bdc19b9bb8c"
  "/navigation/8cc96d18bbf747cc885db56f385a7a48"
  "/navigation/368b575ec8ba46cd9895c15e23f4c07d"
  "/navigation/8a84d0868ec345f3a42f9fa7ec219490"
  "/navigation/036537f24ed0486385166e9c5154c5d7"
  "/navigation/0a84d4899018416ea8854e0ab81bd064"
  "/navigation/8127cbee394a4ba8b3d808a0ec6327bb"
  "/navigation/ccecbf817e804b38b020a71d81bfbf79"
  "/navigation/454bd802e74f4f0d870a38d804536e92"
  "/navigation/893fbb14888b43b8865c44614d7ea60b"
  "/navigation/5184aedfc2ae4f0580a10deb957d5a62"
  "/navigation/5d77f3b3b4e14fa8b3cfc7796bd64b7f"
  "/navigation/99fb78b6e96c4ea2b54ad6903dc6cc01"
  "/navigation/4172c0af5ec34f7eb6bfef2fb5aa37ed"
  "/navigation/68292ef0b97e48bb81461693e56b0bcc"
  "/navigation/713a829050e5471cb4cda0a2b26b2f39"
  "/navigation/87f3f6762629429888985a90195f7949"
  "/navigation/c459c57eaff24880a80b8b41065d028d"
  "/navigation/6adbebdfd7fe491499bcf721a6ecd9be"
  "/navigation/462e35fe4d814c289acf712780ae5a0a"
  "/navigation/018f105488a973419d7a3fdef1769030"
  "/navigation/018f1055aa18727fa63b0b0fa276dec1"
  "/navigation/018f10551c80759d953688d2db9bdc76"
  "/navigation/018f105531d97697b34bf9dbfa570399"
  "/navigation/4b837f8d150444b1ae7012b36be47fc3"
  "/navigation/4556885bcab94c2f9e32500268ce101a"
  "/navigation/8b5d8dbe190b4cb2a715a8e84e0134c0"
  "/navigation/d66d2cd69db647698198417dfc53f326"
  "/navigation/84003fbb44074f0a9b83ad667ffd2647"
  "/navigation/54e09de87c5b49d792d4c62ff0202ae7"
  "/navigation/638f8832f9db4873a385133e83f55ca9"
  "/navigation/f64a5e8d15ec4ac8b0b175428682ed83"
  "/navigation/43b3fdf4370549e59ce6ee02eb8de4c2"
  "/navigation/1aefb6101b184c9eba1fa58b7c1429dd"
  "/navigation/015bd7b4c20a474691fca3865af10ff4"
  "/navigation/7f07c7ee5c464e10810eaa2f7d9ded8c"
  "/navigation/46b205b6674c4d63a7cea80b66abe2b9"
  "/navigation/6df7ff9efd56401e822a4d2fe28dda80"
  "/navigation/cee9773ef93e49ed974e13c8b11b018a"
  "/navigation/859c9a152e79496fbd66893e9b9f0e5c"
  "/navigation/49ba846a2d4e4629a7cce6e9e8abf961"
  "/navigation/019e1befa81474eda77a89045be428c8"
  "/navigation/019e20c472a7754cba4d2665698e8d08"
  "/navigation/019a106c94407322845029c7d35b9834"
  "/navigation/3165114444364cf3b28ee47710323dfe"
  "/navigation/5477551a6ab041d398698925ef84ca73"
  "/navigation/018f58946ec77ef59e92d49096cc2ceb"
  "/navigation/42e486a9da6f41c690ae788e01e678aa"
  "/navigation/4d280192ab6541499f7fe9b410f16043"
  "/navigation/b71c02ce69ed4165935e2644b5709862"
  "/navigation/05bc063b0f174ce2b4197983ee595e10"
  "/navigation/b811032dfe6c4a958661d20310687704"
  "/navigation/43f227a5aa7649089e89abfb0897f481"
  "/navigation/d03e3eb2bc25436f92233b2572de00c7"
  "/navigation/432dc5bf111e433d9a10ca94a62dfc95"
  "/navigation/f8bd26a66d12405e9d4f9117386b7d45"
  "/navigation/f96131f133034be7a98f694b4e482e10"
  "/navigation/019e204f9c34749982ca85cc10c30ef6"
  "/navigation/018f58a30eba72f49fd5c41bd2f8a7c2"
  "/navigation/018f58a48429741eacb7c978f2d81e5f"
  "/navigation/018f584347087eddbe3eb55771548e57"
  "/navigation/018f5843fb8678a48b0d7b71e7395aec"
  "/navigation/f5c1ea4bfa9742d2ab485088707e37a5"
  "/navigation/8074e2e56e124fb7b5f22b301d016c0b"
  "/navigation/989a1f466c4749ba8e94e9113c5729b7"
  "/navigation/018f5895c3e8741e9585ac7ad92ab304"
  "/navigation/42bacabd9bfc454881cb6137cda4fd8e"
  "/navigation/8e626e4b91ca4da4bb7023877a79a7e6"
  "/navigation/018f589b832d7e00accc6f418e678b3d"
  "/navigation/4ec2b3cdec0644a18fde0f212eb72858"
  "/navigation/018f58a5f001741eab3ab7b8f8ab6bc6"
  "/navigation/019e20cddbaa7830bf17b52e332b116c"
  "/navigation/aef5fdd7403044c2a6b71ed862d78570"
  "/navigation/018f58a6d0487ad29748cd7a87e03308"
  "/navigation/8d1a0664060b47ed8b6dff68d8542201"
  "/navigation/4ae3558274454b4392a4f8664447808b"
  "/navigation/2d712bcb1e254331b432b30a3aa8dcf9"
  "/navigation/7296c337397e4f289fa8858d3c7c7db4"
  "/navigation/018f58a7a5e773d38e838bfef5144e9e"
  "/navigation/01917f39828f7c4aa86b0bc10a961564"
  "/navigation/019e1bf214c076e384cdcd14012ed5a1"
  "/navigation/018f5888c5fd746b8e81adc94b706511"
  "/navigation/8be671f0b6a641ca81d614173daba97d"
  "/navigation/019e20bcdfcd7f6aba94ecd0e2a665af"
  "/navigation/018f58ab72be72ff89009d9f10cfe544"
  "/navigation/018f58abf5767510867eacc579377b85"
  "/navigation/42d40f8fab8040938f7704eba01317ba"
  "/navigation/018f58a9c9c77aad9bf956a9952ef9ec"
  "/navigation/774a005e688043699bb458cd61fa654c"
  "/navigation/018f58ad6525757a91d1887a0568fd3e"
  "/navigation/9d22ae740d6a4af68b535cea8de49a48"
  "/navigation/019e20beedf374aeb94e9203dd0a2dad"
  "/navigation/25c0986e665d49d88d4e39e76c43a3ff"
  "/navigation/07f39c5d48154f86960c70d1974a4949"
  "/navigation/31a993622b6043f9a1e584eddad5bd8c"
  "/navigation/83593a4483eb4ba0bd6cce81f7849726"
  "/navigation/b3d53be6cc204d0cb88d76401a213fa7"
  "/navigation/019e20c66e377fc6a6c26f7c5cd27bda"
  "/navigation/0d2f58ca297042128ea1412e315f3e75"
  "/navigation/018faaddd34c78269b89a398bbc3aa9a"
  "/navigation/018faadebe1873128eaf30752c7f31d1"
  "/navigation/018f58e2724e7400aab4510f6e910df5"
  "/navigation/018f58e2892a74a5a99a46b3bb6a8ae1"
  "/navigation/018faade6bcd7fea9ff6f25a3c4d1f8c"
  "/navigation/019e2029c66f70488e31a7e4e9586737"
  "/navigation/018f588e30897945b8d9fcbfe2c79540"
  "/navigation/c6c324dc838046eb831c99d7bf68be82"
  "/navigation/01917f96f44575239eff331589a8dcc7"
  "/navigation/018f58afb245704d8d3baa2f9a9b6fce"
  "/navigation/9bf305c290a342779cfcca8b02a680b0"
  "/navigation/018f58b303647f8aa29973566800f350"
  "/navigation/018f58b2556c72d0a63de9bd51b41580"
  "/navigation/019e1bfa9ab17792836c251ece779d03"
  "/navigation/018f58b634b27b1cb55b2f764e181924"
  "/navigation/f800f9d0a8b74166b7f7f3a3bbd962d6"
  "/navigation/018f58bba31b75d6ad492048b660ecbe"
  "/navigation/019e1c04e7c47a178102f203c79abc0d"
  "/navigation/aa57829479154f27a8973a09a5f5dc48"
  "/navigation/018f58b6dad37707901e8c6741ae1b41"
  "/navigation/018f58bc5db47bd180c44de3a547d6b6"
  "/navigation/018f58b8311a7a6781afda03e2ed9142"
  "/navigation/019e20d4261b7244a7a95d18604e1859"
  "/navigation/019e20dcc3127870ad58aaa9427f1fe2"
  "/navigation/019e20d75fd77768a45f326354174aad"
  "/navigation/019e1beb62cd76bfb7068378a05d8703"
  "/navigation/018f58bdf30b7d7f8bb4d78731c66d0f"
  "/navigation/018f4e7edeee7a328cd0a2ff91984719"
  "/navigation/018f58be88727cf4b0c5d8d2da46c68e"
  "/navigation/018f58bf59137a78b65885c8d78c44aa"
  "/navigation/352ee310d604455283058d09c0c88c1a"
  "/navigation/018f58c944d9702bb062d2f08d4e877f"
  "/navigation/019e202b82977407b3a6e2669a58f197"
  "/navigation/018f58c04f1a79cfaf9c5a0970671278"
  "/navigation/6443a8fda1554cff8aeafe31b163a516"
  "/navigation/019e20a6efdb7d5cae9aa2e94551478d"
  "/navigation/018f58ca2d3972f99e25aa54249b7601"
  "/navigation/019e1bd6a68f71749b35930bdd8d7518"
  "/navigation/0f565502bc9f4bd988ead46b5d5b9f40"
  "/navigation/d06b487bb31143ceb4d9332f22418011"
  "/navigation/018f58c1083373e88cfce3e09c204be9"
  "/navigation/019e20cfaca97b0a8fac819f28f8d367"
  "/navigation/018f58cb07c87472bea38378111ba8b3"
  "/navigation/018f58c74da07370964dcbdcc11f8733"
  "/navigation/018f58c801d87e3d9bdcd4cc549ed7c9"
  "/navigation/019e20d1ecaf762cb0d8ec41f149e896"
  "/navigation/bbdb56acca91406d9803d6a0aa7d7ecd"
  "/navigation/018f5876f2a87f59acc37e7379a44970"
  "/navigation/019e203cee7b74ee88782a00f84d3484"
  "/navigation/018f58cc9d9f7efca1f74a7deaf9b6c6"
  "/navigation/019e209f45b3745a8cc2050ab463a5eb"
  "/navigation/019e49c9bff77afd8d0003653f65f8d6"
  "/navigation/018f58cebc6f71a0b57b556e71f54bd3"
  "/navigation/018f58cdc7f077fbbfdb03d568ff1e7c"
  "/navigation/730ccb18b1314b0595ef1f00ff99125d"
  "/navigation/018f58cfc5b67191b2700e8401928428"
  "/navigation/4c16fbdae26144aabdf70afe2ba385b3"
  "/navigation/018f58d37afd70c5b052883ce9fec785"
  "/navigation/a47b3083f64044f288cb10864c2a78c8"
  "/navigation/018f58d478cd7dfd8f700dcd3a0ba487"
  "/navigation/019e1be9343f71088988af6c045a41fd"
  "/navigation/019e20cb0b4570cb8794fd68ec0a2459"
  "/navigation/018f86c106ff7c8cbc28d2ee12c5ff33"
  "/navigation/018f86c25e067e628f89776919f8c061"
  "/navigation/6d72d7f493b54d439ef51eed33448230"
  "/navigation/018f86c3730873308f3a1c9feef9c10c"
  "/navigation/018f86c4821a7cda98e40bc9e9c8b7ea"
  "/navigation/019e1c08ec5f79669cc5c68206b7fde4"
  "/navigation/4c969bd8bdce4d80bfe6c570ac4d00d0"
  "/navigation/49984716787b4a0cb55f560bb7f019e2"
  "/navigation/6667a42578994181b0e0476d9314dac4"
  "/navigation/d9845bc6cb2744b2be51dbe278884e35"
  "/navigation/ebad16ffe77d45b18ce7b1c7a9c0101e"
  "/navigation/d9dbc04af29242529c8b50d95a853b71"
  "/navigation/d6fb34be4d314096821fbb232c71d035"
  "/navigation/a09958ff1c3b4ae7af1852b3a7d13bca"
  "/navigation/02f91e5c5843433f99ade07249392e96"
  "/navigation/2e95e37fd5354c4eb92d4c60950f7109"
  "/navigation/018f86ceb8547494a790c02ce9d30580"
  "/navigation/2eb9deab99434f2687e8c2f51d913a4f"
  "/navigation/018f86d067867c0c904c45ce692c3c43"
  "/navigation/018f86d326c97485bc72644a470fa607"
  "/navigation/fa7645c0394840a090f9f24ae3cec709"
  "/navigation/018f86d114d37512a5258aaf5db9d15a"
  "/navigation/5e38efcf767d439a93f1c3af2e8df5ec"
  "/navigation/364417ccaff2444ca97a01471ef6d1db"
  "/navigation/5d9ff7f971ba4c24a8e03360dd37510a"
  "/navigation/74f12524af5b4ff4b6dc773a1ec2689b"
  "/navigation/78995c51bc1a4509bc6494fc25709100"
  "/navigation/cfcd478b9293496ca2dd9d563b4ad4c3"
  "/navigation/f3697d66d108419da156dd377102cdf0"
  "/navigation/fc07efd0b0fe43e682913fdf18320867"
  "/navigation/018f86d2329d74d583a1302304b37860"
  "/navigation/019e2032570d7e238cc9f864b2c02fdb"
  "/navigation/018f86cf767c734ab59b1b3c2b26a7f6"
  "/navigation/018f86d3b038737f9fb0508190b5ec65"
  "/navigation/018f86d45a497dec9ebf9d61d7f17eaf"
  "/navigation/231d9b2c8d6148338a974512b2f35ca2"
  "/navigation/019e49cf04dc717a99bfbcc7e988d9f8"
  "/navigation/019e2042a314724bb5b0b543f02ba392"
  "/navigation/10fb92aa6adf4c3ba27790a3e65f0afb"
  "/navigation/2bbaa0b3ce824633a0ee745b5d40f1f6"
  "/navigation/32bb04eb735547eea9adb1e5d6f3c02b"
  "/navigation/41121a8b60ee449b9680ceff21c884a0"
  "/navigation/53c81246805740eca69c786cb33d51cd"
  "/navigation/54e19bb610dc453195496e5245c8cba5"
  "/navigation/6398d60bbddf4725bdd80e83b5646209"
  "/navigation/7047d4c32e344225a5c03c68bf7c7200"
  "/navigation/9c221ce85e6b4942a51d14ebb92a55ca"
  "/navigation/a26f984941624c159b9ddfaa9a7af591"
  "/navigation/018f86d579ff7521ad9e6192fce76c4f"
  "/navigation/019e1be6e2607b8498d6874933b5affd"
  "/navigation/018f86d697567ac19b73aa3d10edfd4e"
  "/navigation/737f838a91e6487d9abe59a096526dd1"
  "/navigation/a205163e939d4619bf192147c34e90ec"
  "/navigation/018f86d77a1775f284b5047dac52e7b3"
  "/navigation/018f86dc27917fc5a7fffa266cdd1373"
  "/navigation/019e1bdec76c7c55ac3b5d841f9c353f"
  "/navigation/c9c39f24ce0641c9917efa17f2f976cc"
  "/navigation/018f86deeb3a7ffaa43ff8237ea66c93"
  "/navigation/018fc4eca0bf725584d1ebb0cc3f83cc"
  "/navigation/018f86dd454c7385b12fb49238728674"
  "/navigation/7676e883a80b4366a4069b03b24a7c1f"
  "/navigation/37235d9c71cb4ba9a8c183bf41a58fa3"
  "/navigation/8cf104918cc3456da7ed6c3e5105cd21"
  "/navigation/019f4be094897c2aa1e4bcc05588c8d4"
  "/navigation/019ff544f94677a890e6c03fa4e07eb0"
  "/navigation/019ff5451b7272be8aeb4df37525b50f"
  "/navigation/019ff5456fdb79cdb8f0b4a43c6407e8"
  "/navigation/e72bf5b59cf641eeb41f2e22a4c5a13c"
  "/navigation/018f86e0b4927c90bc8031f98b92d78a"
  "/navigation/d671e1a157934d378b9cca8b9630ead4"
  "/navigation/019dcf57a98c7454a00c9b3c1844c17b"
  "/navigation/019dcf58036c7a91ad9cfef50f6905b6"
  "/navigation/019dcf5820b1740ea5a87ef0d38f32a3"
  "/navigation/019dcf583d64774ba33a9e899a3b11f9"
  "/navigation/019d725cde0e75959c015afac70cc58a"
  "/navigation/018f9c7821b978ffb7872e48aedb8730"
  "/navigation/018f86de30cf76159aef35493800037e"
  "/navigation/7a7a6f1864764022bc13d5b0e1572814"
  "/navigation/019e20c08879776fa2588e3e3ca121c4"
  "/navigation/018f86dfd5667aaa885b6653a5215584"
  "/navigation/018f86e14ad77a448edc9790a736d3e6"
  "/navigation/97d5192f777f485ca657f2b2628bcee6"
  "/navigation/6cb0fa871e2646258d1e6090cb08f326"
  "/navigation/018f86e306a97b4ba10b9636ea4531b1"
  "/navigation/01933f4b9c097a7a8ccf6ff1c795e661"
  "/navigation/9efda7dc8c3c49328c4904f0ab587c91"
  "/navigation/a9a02947db474d85aaaa5ff84901e971"
  "/navigation/2357b863ecb348bfb1279078d907f56f"
  "/navigation/9c36ba54df844f9f9d58edcaa93d0807"
  "/navigation/a52430ba3b484d8794567f3648f62687"
  "/navigation/c96abae891324a66a2175a6fb4d57f03"
  "/navigation/ca160c796a8e48b49a3a74da1e7fb584"
  "/navigation/f4498dccf59647f58a5ea7e638b6d675"
  "/navigation/019e20b0763472a6a09f0a19465f7491"
  "/navigation/797ab028d4214f9289d1ba3a7f5c907c"
  "/navigation/c46c3c4de08c47ac8e857fb46155e69d"
  "/navigation/018f86e72975763ca9abd49c4bcbd11a"
  "/navigation/019e1c01e83e7c47ae2fca11799954df"
  "/navigation/018f86e55808764eab6269a48c814331"
  "/navigation/019e20516e4a74f1a81c3789873152fd"
  "/navigation/019e1c0d1cd770a18ef653f864e8f390"
  "/navigation/019e2083920970adacfa5ef0957ef3e0"
  "/navigation/d064f177abda4b89840f3263c3db2bc7"
  "/navigation/e5c3d96c18014d46a65778ab87cb8309"
  "/navigation/9a77b7482bd44ee088a01f8c6266d643"
  "/navigation/018ea3dbec697240aee76a39a7931286"
  "/navigation/018ea3dc002c72a9b87a5909419e1d86"
  "/navigation/019e1bff7a9e79bdaa7fa3962ae8ea26"
  "/navigation/018f86e6272f71cb841687b48ebd9a89"
  "/navigation/018f86f8491271ae92341b266e8755cb"
  "/navigation/019e2037cbbd78928e4867af26623ec2"
  "/navigation/018f86ea40f879a0b6bde5aa45edfc3d"
  "/navigation/018f86f12242771da8c8bd1516dc320c"
  "/navigation/018f86f53cf47d61a2a688965bd91552"
  "/navigation/018f86f5fbed7bb382a7e481ae9352ab"
  "/navigation/019e203a1bac71d5ad103f804317625e"
  "/navigation/018f86f765157797a6da6dea84b279cd"
  "/navigation/019e20b495d2749a9ef1d14a3bff3188"
  "/navigation/018f8709035e793993b89af2cf31f1c2"
  "/navigation/35c3d66f2acf427e942446d0ff05a66f"
  "/navigation/1624265523f4482b8bf23049f538c927"
  "/navigation/44a2ec935fa445efbaeab216b2a75a07"
  "/navigation/018f871bd2af77b19b1a01514a14cfb8"
  "/navigation/019e20ab31e072a0b978cd906fe53d48"
  "/navigation/019e2040a634749caf6d1a40bd23523e"
  "/navigation/65d40e675e054e51b1e67f35849f3d7d"
  "/navigation/9dac66018fca4ac7b91e77d286136f0e"
  "/navigation/6340ddccbbef4376975c4bcd26cfddab"
  "/navigation/6b67ecfbd9be4a6d829fa43a44861daa"
  "/navigation/b4f2058945ce4fd9bb12cdf24b8395a7"
  "/navigation/be0d0a13e9ec4a2984d095e5589735be"
  "/navigation/d797eddba80349c0a8d540ac4b08c6f9"
  "/navigation/d9ae546c7c13449aabb95d787456d6a1"
  "/navigation/e051a078f914462a9ac55cc6e08c9cd0"
  "/navigation/019e2027da107f07b154e566bc23f0b1"
  "/navigation/018f8718835078448133b9a02d068dcc"
  "/navigation/019e1bf8cf0c7fd0b15b46283062f5c9"
  "/navigation/9c8fc73be1404ac29bf23203c3c700c0"
  "/navigation/7218b56e2f194c2bae5b087bdeb116c0"
  "/navigation/0190bb9b9a9e7699921c89e632d39ee5"
  "/navigation/0190bb9baf3e7ef48024aa39b81b4835"
  "/navigation/0190bb9bbf267c29acf6fe1b459fa4d5"
  "/navigation/5a9c7c597abc48dfb596575f3794032d"
  "/navigation/2dcb87292fc94feb91433acf5b1b2620"
  "/navigation/c743b88395cd4c77a81ec52851b8e930"
  "/navigation/018f871a431c75138d8e4afb59ed2da8"
  "/navigation/018f8714101a71daae7e38fa9b268048"
  "/navigation/018f871632607646818a51fd7717b75f"
  "/navigation/019e209d39927418a8eb5b5c898eaaeb"
  "/navigation/018fe3f7f4137fcabbaaa9dd399697b9"
  "/navigation/019e1bed64f477eabc69b627899118c2"
  "/navigation/018f871c99a27b63906885d10d77b273"
  "/navigation/019e20b28a7374a1b1adfd5f00ad7ad4"
  "/navigation/cbfa09808c5b477d87f8fa6c33bcfec9"
  "/navigation/176a29859d1a44e8b0da649a8784bf03"
  "/navigation/20ea8371dbf44afcad77f8ad4986a4bd"
  "/navigation/2a4dbee07e9c44479fcdc66609cb0813"
  "/navigation/8386a293b47a417aaf5798ad4660560c"
  "/navigation/84054e9d7c4a4cebbf43fb3034f1b8da"
  "/navigation/60ebee6f33f24f3489ed4271abd7911d"
  "/navigation/019db4c7b716784c88c63d69978141e5"
  "/navigation/019db4c8006f78baad5b42631b3c3e2f"
  "/navigation/019e203057af724f9b15656a4360aba1"
  "/navigation/630d71b9871f439286688296b8b24a53"
  "/navigation/0b1538e8d7504ec5a2656ab64b400031"
  "/navigation/2ecbb0100d6c4136bc9ba1fbee2c73d3"
  "/navigation/313cbb63e61549af8893a8bc73c0512e"
  "/navigation/96f8dfd69a0f438a98228afd7d13bbdc"
  "/navigation/9df14c7afad6410cb0e6a0a2a6b2c091"
  "/navigation/dfb10b82f9774dbfbfb6216560790837"
  "/navigation/9e89c10ed8884841a94c3cf2af9779fc"
  "/navigation/fd4364758e064a25b53d2cbde722f589"
  "/navigation/3408f8fa672b4600b6368411b0557031"
  "/navigation/72676f8b9757408e93d261938c8f509f"
  "/navigation/018fe3f137f575e882969dec9aa0a792"
  "/navigation/018f871d5ab07342afe9b09e40186eee"
  "/navigation/0e20abbcb8414049a36da59e1e724e66"
  "/navigation/a7dff32ee86f44d284f493c33c75955a"
  "/navigation/f5e859db1ab3462089b0481fc0ae74eb"
  "/navigation/7adf83f1be924e24893b3e3ba16a5bc8"
  "/navigation/6d6c6a4f39cf4691a30d2771225d1ca1"
  "/navigation/46279973be3a40b5b9115778cda25c5b"
  "/navigation/1ab8513bb1dc4286a38e56a76f407bc7"
  "/navigation/018f871e45dc7ed8ac57cb9c371c2092"
  "/navigation/018fe917b5207a8fbab2fb7cab5c61d0"
  "/navigation/018fe3f98aa670a2836ae4f2e6ccafac"
  "/navigation/44680a6dcd5a4d3bab548cbb125826cc"
  "/navigation/a4e7b673b87946469818c4a28ab3a16f"
  "/navigation/a220414b870740f9a3da8ed762775810"
  "/navigation/018fe3f645197dcda2a9e081147f2dd9"
  "/navigation/e28977a70a8c4dd484798d3646b62af5"
  "/navigation/926a4b6cfab9458599d609d7a2b09853"
  "/navigation/e4982f1154c24c98babae3568fc8603c"
  "/navigation/3a35011cea5e4ba4a19da436b2e0341b"
  "/navigation/fadeb1fade76439da69524d7ae21d8bc"
  "/navigation/018fe3f03e457ed7a6e723838709d6a8"
  "/navigation/3739fdab7a1b40d88de960803a142ca0"
  "/navigation/019e49cd3b05798599c68350b5f02739"
  "/navigation/018f871f5e8e7b5f9e934481c673bf40"
  "/navigation/019e1bf697d571118669ff7d61bf30d5"
  "/navigation/fbb5101f17784a328f69d034872c9d19"
  "/navigation/b05943e98bb0434f920a24caeda9ab07"
  "/navigation/018f87201a2e7b85bbf5b45917b08288"
  "/navigation/019e20c8bc7074ce9fa1a4df7ebab802"
  "/navigation/25d3cff59961408a8c02c8ed8245873a"
  "/navigation/018f8720e368785894112c131fbd0f31"
  "/navigation/019e1bfcbff07b0cb7820a19a223002f"
  "/navigation/018f8721d0b57b1aa4a6ccc922f2e8f4"
  "/navigation/018f87229ca277a9badf1c0430e2655e"
  "/navigation/056f9e298b074e02864d757008ff476d"
  "/navigation/5ff0c5de111d45c38f43d6a27974c809"
  "/navigation/d0958611e5c24e2491dba6c611fd1bbc"
  "/navigation/cd02b40a8a6f41499f7123ebbe272fe4"
  "/navigation/302709ed4ad24bd69d21594a01414f96"
  "/navigation/659d2eb76a2e4542806a4c062c18491b"
  "/navigation/34fe0d46232346bba0683062171c193d"
  "/navigation/d6c9a6103f4f4acd8380560ab62fedc4"
  "/navigation/e21e4837e34e445298e67f7e3820590f"
  "/navigation/0c8d5653dfd64e3fa88c9f8c32246968"
  "/navigation/68f6324b036a4e0ab8ea2fb10b3a5e73"
  "/navigation/bba8ca88c2e14f3f8bbd8693c1da3b2f"
  "/navigation/c52d26eafb664cffa41a05a95ebd2ccf"
  "/navigation/e8b58fda942a428dbe988323c81f9774"
  "/navigation/550488753df64a3ea18dce89e733097a"
  "/navigation/019787b92e4a75fe940835600c6d907f"
  "/navigation/f5c5a20146f1405688146a20d052f819"
  "/navigation/018f872383a67f219cad6cc081ef1fd2"
  "/navigation/13e590db80c74464aaaa2c6ca0966fc4"
  "/navigation/23dc9bd86c0e4c65aec433e3d436cc2d"
  "/navigation/6a45f8cb89ca4c8489d66d14355f3e7e"
  "/navigation/018f872418b17732961b6a16855a8ad1"
  "/navigation/930d4a063d674bc1bf7ce28fcc748b3f"
  "/navigation/547a7958847d45bc86df3a273efe6528"
  "/navigation/0ba99152f04649a58ef8f7a5cef28b4c"
  "/navigation/018e80a13dbf7c8ca2e9473b6e796855"
  "/navigation/018e80a153ac7221befb06351332118e"
  "/navigation/018e80a1660f7c27a146e9e53991f990"
  "/navigation/018e80a17a2a7d5588ddca72a71577f1"
  "/navigation/4ba66d12a123487b93fb9b5516aecb86"
  "/navigation/019e64b251f87b43ae1ee55464ef4c77"
  "/navigation/3fb4e3dc9678455ab54918fd6b8cdc79"
  "/navigation/432a0906efca45e7bfb6703221556cef"
  "/navigation/d040608ecaed428da7290ad41b7db917"
  "/navigation/64a25f1825fc4a6b8d4be75308913a88"
  "/navigation/018e8078b121753ea246c8b8f090e641"
  "/navigation/019e64dbda4377fe90907608f58712ba"
  "/navigation/019e64dc2bd274a2bec680ce072bc374"
  "/navigation/018f4e95411f70898c428edd129a46cc"
  "/navigation/018f9f339445717e972d68c17d745dbd"
  "/navigation/257a5d3679534e4bbfa0d4de13f4756b"
  "/navigation/019e20c2a0a970009393e6f0710f437d"
  "/navigation/018f872613f7736eba9d3af28987d88b"
  "/navigation/018f8726daec726fbc077208e3220300"
  "/navigation/297d82027c3b4eb2bd8bee97d8f2f6f1"
  "/navigation/018fb9341783714cb2434a2a3c917e72"
  "/navigation/018fb93437f1796e92aa36e1ada6cc02"
  "/navigation/3ca638cfd61d474cab8fe06650891a07"
  "/navigation/018fb93456157c40a2575895d7b07b19"
  "/navigation/018fb93496dd78fe95b8cb3df2a6b774"
  "/navigation/018fb934ad37712393a489591b285478"
  "/navigation/018fb93489e8712fab60a3a9e22d7853"
  "/navigation/018fc365db6b7a8089a1bf83700e6305"
  "/navigation/7f944b82bbe24eb181c101245b457905"
  "/navigation/f2ee3e898b5d4a2e845510b2a2ab6540"
  "/navigation/396427618f744b0da682ac556e62a3b8"
  "/navigation/6e587cabd86f4a839a0a888156bf9bd0"
  "/navigation/62dda90b8b16427092a2f7a756ea08e9"
  "/navigation/96e2ff53acc6408e83129db3aab9839a"
  "/navigation/1bb96785f81c47eaa9031c092dc973c7"
  "/navigation/a4d18364053445139a225e05342504e0"
  "/biloba_product_manufacturer?productManufacturerId=67df58fa693744fab7d76c9df5d0a77d"
  "/biloba_product_manufacturer?productManufacturerId=c2e0862546bf47e08016947e3591c100"
  "/biloba_product_manufacturer?productManufacturerId=ba7319c180b146c7988c9eb350b461ec"
  "/biloba_product_manufacturer?productManufacturerId=23b1ad289c404c609bc2622990b03b51"
  "/biloba_product_manufacturer?productManufacturerId=92546042accd44d7902230f740ffeb7a"
  "/biloba_product_manufacturer?productManufacturerId=cb2064c356d04f0481a07ae9ea03cc39"
  "/biloba_product_manufacturer?productManufacturerId=e563279e23d94c3d875ec1570bee1ff8"
  "/biloba_product_manufacturer?productManufacturerId=74a7a7e626424bf5937e9ee1291f1362"
  "/biloba_product_manufacturer?productManufacturerId=946479fb90fa42bba267ccd71e09eaf3"
  "/biloba_product_manufacturer?productManufacturerId=0be0a47e101842188bf1b8157c8f7939"
  "/biloba_product_manufacturer?productManufacturerId=fd10f7020ca04e62909e40ef2496eb24"
  "/biloba_product_manufacturer?productManufacturerId=8756b9e61af3473dbe5aa80959c9f96c"
  "/detail/983189594aa643db8e05fc1f9e003029"
  "/detail/24163d4b9bc648eba7a228ecfded66ee"
  "/detail/15193637a8504cb3bc8c8dbefabd826d"
  "/detail/b632cc5637ae4cdab11aa86e130e0e3f"
  "/detail/1ab7f18b20664e4994937758dd7cb539"
  "/detail/cc11cff35279420aa31c30c4e1ed051a"
  "/detail/29c0d93588d041b696d3295962c9601d"
  "/detail/e3470167e96040a4b0e3461875e520e8"
  "/detail/e42c00a70df546d1ab38720d7e7c6766"
  "/detail/ea30f46388984389aa6bebbfc2c27358"
  "/detail/092048bd752649d9bfc6098f08eef226"
  "/detail/5b670f29f4bf4895a63c0892d4fda026"
  "/detail/b503354284e648b388270671afe64125"
  "/detail/b0d3c010a44e45d58949fa80a386c31b"
  "/detail/e70d7fe7755645028ff8f72f541296e8"
  "/detail/4abed00cf97643f39eafb9b519312260"
  "/detail/0471a42f4f5e4f9387331dd9f5cb4678"
  "/detail/ea894414cc654cdba9e9065f2cd2bf6c"
  "/detail/be0285de370e4d6892226cd4334658d5"
  "/detail/67f9cfc5cdee4fa1a5c158155438dc78"
  "/detail/98300825fc6a482fbf9e612fb65c10ee"
  "/detail/60a108ead4bb4a378243a5459ca77a21"
  "/detail/018ed215d18373e59a6de90a3b99d67e"
  "/detail/5bb3739e0f714531aa8972d9ef21891d"
  "/detail/c4331e3cb595418fa67451103785a4bc"
  "/detail/0233960e774f4fe6b2bd0f3f4a1cd429"
  "/detail/628acf207d514cfd9df3623993a50ff9"
  "/detail/76e45f15af374eeb805fca19dcbd3393"
  "/detail/e1a0cd42b7b9422ba597a48991f17dfe"
  "/detail/1bcac43baabb49548b85d9e29337841b"
  "/detail/cd9631df4e5b438e9a6788750d1a6193"
  "/detail/5d3ab0b4899049118b2a53d4b2683d59"
  "/detail/b2831665724a492d803fa84ea8275b1c"
  "/detail/7c44839e5d62486390a8194c6bf9c724"
  "/detail/d0ca2607815547e6bed5d2a72ff4c9ae"
  "/detail/6773961f72ae4960b8727b0d66545302"
  "/detail/3ea064448ec54c858383f564783e2cbb"
  "/detail/62cfcc9d4dca43c88cd70b4776b47e7b"
  "/detail/d2d0f097612c4c85bb71cbb281dd31c8"
  "/detail/fe8b8677e5bb4d73a424a67c27ab079a"
  "/detail/b20262f214704cda9cba451654805afa"
  "/detail/f05427c614ff4c53bf57049c5c9ba75c"
  "/detail/8912a17d6f4548858c4b0898cbca4c7a"
  "/detail/36540131d45d4a0784fba8a7a697404e"
  "/detail/ab03b8c394224974a8db697fd9995876"
  "/detail/11aa7fe8c0db4c1982e73240d528d3a9"
  "/detail/308b772c58284fa5866adbe37b21c502"
  "/detail/4b111bb65d8543f38846ee23e17fb077"
  "/navigation/29560bf318a44ad6ba8771662a0cc454"
  "/navigation/16299f54e03e4a548066aeb6ab3ab88e"
  "/navigation/27afc901ff884ed192da8051379e66ce"
  "/navigation/970658b3cbb74c73b869e617b203d80f"
  "/navigation/59a193cfbfb140bd84295b5b993c20df"
  "/navigation/0198413daab078f5bbc365b9b6983f5e"
  "/navigation/687b40719e304c098c0a35edbd9bc508"
  "/navigation/05ed008099c64b18b4163957390cd455"
  "/navigation/bf17a18ba7aa4093871acea2bb2def22"
  "/navigation/cd6d9961b0564862b0f7913e41d4a68c"
  "/navigation/f7ae62daea0640669aa4ce1db5965917"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
121 0.14 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"\x00\vk\ÊgFqµ\x1Fö\x12†%™“"
  b"\☝\x1E¥GÒ¦£\x03\vPÛ§‹"
  b"¾Ú»^1\x0FAe¦Xߤ\eÎ\x11¯"
  b"Á‘¼òñ;Cöœû7Ó³p]{"
  b"\x01ŽÈ¬ßsx\x1A£öÞ‹îqžú"
  b"\eû.Î>ÚKO‰'´¢\x17a2Æ"
  b"d\x16¶´˜Ij»ú\x13æu_–"
  b"°GŸkëF¨ƒR²\x0F`íæ]"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.