Redirect 302 redirect from GET @frontend.bezirke.account.myproducts (106a4a)

GET https://potyka-sw6.ytpi.net/account/login

Query Metrics

88 Database Queries
66 Different statements
73.36 ms Query time

Queries

Group similar statements

# Time Info
1 1.04 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.53 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.31 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
Parameters:
[]
4 0.11 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:
[]
5 0.40 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.27 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
  "account/login"
]
7 0.21 ms
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (id != ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
  ""
  "/account/login"
]
8 0.41 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
  "z6toYLFGGk72qNODnA4xOy82HPEbd5MF"
]
10 0.28 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
11 0.55 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.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`, `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`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`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`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
12 0.17 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
13 0.24 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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
14 0.28 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`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` 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"y\x7Fè-¾ÈL.ìÁó\x0Eê\x14£h"
]
15 0.29 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`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` 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"|o·¬\x0FhHP›ñŠ×\tA\x19\x1C"
]
16 0.13 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
17 0.34 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.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`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` 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`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` 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"f`œ›«ÆDI´\v‘oôs0Ñ"
  b"\x01Áe\x19A6£aÅ]Ê:¨È"
  b"├ßlü³<I\x16╝À¬U¯w\x05¯"
  b"┘╦ä1ÛÅE▀¼ÎóWkM'û"
]
18 0.46 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`.`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`.`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`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"”;”+E•J)ŠÉÔ+p™ú„"
]
19 0.50 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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"º©]~¤³J\x04¥°‘:Û¨šÄ"
]
20 0.14 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"y\x7Fè-¾ÈL.ìÁó\x0Eê\x14£h"
]
21 0.49 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
22 0.12 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "z6toYLFGGk72qNODnA4xOy82HPEbd5MF"
]
23 0.13 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
24 0.19 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"\x18ØøÞK»@n§i%Êdë e"
  b"­,¢ “ÅCc²+2\x0E\x13¥áV"
  b"█ƒáß%ÄG\x14ìa\v┐■|ÿ¸"
  b"ßsŒ\x15&³J$­\x02!GºgO–"
  b"`–a‘aGF$²”2`oF7’"
  b"]\x13•°e\eA “7V\x1A\x15ó\r\x1C"
  b"½J\x1Fl\x1EgA˶\x0Eèà¥Ô€9"
  b""‘‚µî\x16FŸ„–Ì1Î]Œ÷"
  b"Q€}ÈÒìHh‘^+\x1C+ž9ê"
  b"ìÛ!E(ÖK¼ë¢\x1C!\x08ò?\x17"
  b"ñÍrÉ[]M*é·úk\x15í¾ "
]
25 0.35 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
26 0.45 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
27 0.39 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:
[]
28 0.17 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
  b"y\x7Fè-¾ÈL.ìÁó\x0Eê\x14£h"
]
29 0.43 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
30 0.32 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
31 0.42 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.39 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.26 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
34 0.33 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`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` 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`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` 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"
]
35 0.20 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"e;° þ\x15H\x02ƒ8glAaõP"
  b"e;° þ\x15H\x02ƒ8glAaõP"
  b"e;° þ\x15H\x02ƒ8glAaõP"
]
36 0.98 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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%"
  "%|653bb020fe1548028338676c4161f550|%"
  1
  4
]
37 0.18 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%"
  "%|653bb020fe1548028338676c4161f550|%"
  4
  true
  true
]
38 0.47 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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"e;° þ\x15H\x02ƒ8glAaõP"
]
39 0.17 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
40 0.24 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
41 0.19 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x1C\x0E┌âê4H­ü%\x14;╗6\fë"
  b"\x1C\x0E┌âê4H­ü%\x14;╗6\fë"
  b"\x1C\x0E┌âê4H­ü%\x14;╗6\fë"
]
42 0.61 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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%"
  "%|1c0eda83883448f08125143bbb360c89|%"
  1
  3
]
43 0.30 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%"
  "%|1c0eda83883448f08125143bbb360c89|%"
  3
  true
  true
]
44 0.47 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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"\x1C\x0E┌âê4H­ü%\x14;╗6\fë"
]
45 14.16 ms
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_category` `category.products.mapping` ON `category`.`id` = `category.products.mapping`.`category_id`  AND `category`.`version_id` = `category.products.mapping`.`category_version_id` LEFT JOIN `product` `category.products` ON `category.products.mapping`.`product_id` = `category.products`.`categories`  AND `category.products`.`version_id` = `category.products.mapping`.`product_version_id` LEFT JOIN `product` `category.products.parent` ON `category.products`.`parent_id` = `category.products.parent`.`id` AND `category.products`.`parent_version_id` = `category.products.parent`.`version_id` LEFT JOIN `product_visibility` `category.products.visibilities` ON `category.products`.`visibilities` = `category.products.visibilities`.`product_id` AND `category.products`.version_id = `category.products.visibilities`.product_version_id LEFT JOIN `sales_channel` `category.products.visibilities.salesChannel` ON `category.products.visibilities`.`sales_channel_id` = `category.products.visibilities.salesChannel`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND IFNULL(`category.products`.`active`, `category.products.parent`.`active`) = ? AND `category.products.visibilities.salesChannel`.`id` = ?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  1
  1
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
46 1.79 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`, (SELECT GROUP_CONCAT(HEX(`category.products.mapping`.`product_id`) SEPARATOR '||')
                  FROM `product_category` `category.products.mapping`
                  WHERE `category.products.mapping`.`category_id` = `category`.`id` AND `category.products.mapping`.category_version_id = `category`.version_id ) as `category.products.id_mapping`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01øÄô\eJNLŒƒãœ·+$4"
  b"\x02íöKÜ\x13Bº¯™x\x00©Myj"
  b"""
    \tkOY\x06ÆE{ŸF¦ÞF\n
    
    """
  b"\vÉmÕª¦Ai║╝▀■±ÒA\x00"
  b"\x1C?›ÅjÿF#· uåç\x11Žò"
  b"\x1C\x15\x08\x14#Fi•‰CÇ\x00Ü\x13f"
  b"""
    'bµõ2èC9¹\n
    ü\tdkø\x1F
    """
  b".w\x15•ÇùMÈ¿UºçhÀÍL"
  b"/jÁßè®Lµ©ëeYÙË×ç"
  b";H'╝gD@ýÉ█Ç┴ö\x1D"
  b">°dƲìD¶¢hØgû7YÕ"
  b"Eöv“Z\x17LI­ôbVÅâ¼F"
  b"L¨ySOøI└äÉk;Ó\x04'\x1D"
  b"T\x04\eZ ÁN\x18·\x14œÈ‹A'Î"
  b"\9ä3\x1C(LɲRÏ9\x05 Äê"
  b"^r\x19\x13_ DQ®/áˆ|¤Fá"
  b"bÞXÅIìMˆˆCÈÑçnQ«"
  b"d;æ9Ç\x1DNR…¡\x7FÕ¥™7ß"
  b"p\v╣X°\x16Mü┐╝n\Pux©"
  b"""
    utþ|®&E┼É▒a\n
    \x18\x1CÌA
    """
  b"\x7FJÂìâÍJ·žÂhpÙ?2\x05"
  b"\x7F®\x19\x13\x13ÄJ°ŸýY‰Ä4„‰"
  b"‡\ìä-kG¤“\x01ì7UpÊ}"
  b"‰¦\x0FŽDãBH’¥>D®eB­"
  b"Å9"}m½GÇ║\rùfÕÂ>U"
  b"ö\x04P\x0FF)I▒êØãmı¹Ý\x17"
  b"Ü─\x10Å(\x15CÊó╠Óãwéûü"
  b"›Û\x08N\x02\x01O²±iÉhvgj×"
  b" \x1E\x19ŠíÈI±‹Ñâj\vÜ\x19\x17"
  b"í\x07Å1Ç■D┤Ç-\t½ÍÌ\x1Cú"
  b"§Zô+\x17àC[€á÷¶ÿÂàï"
  b"®^\x15 ÅÇJ€±"\x1EU\x15ÃkÊ"
  b"»÷P‗B\x00CrÖ¤ÇÉ\x145Á┐"
  b"▒0ñ"█oI╬â´Í\x0EpF\x18ì"
  b"Á╬\eO┬|A©üX\x00½rüàã"
  b"Á¦G@VVO-Å\x12=Øi┐|ñ"
  b"º«'’ê‚D_¿â«ÍTÚJ\x17"
  b"¾zËò‘°DbŽ©\eôØÀ¥"
  b"ÀhŠ\x11™èID•AÑ[£õ6ð"
  b"Åá\x18uúùAÄ“¸ß'§ð\x12 "
  b"Æ<ôEJ£K¡‘ocÅr:œ%"
  b"Ì\eZâ+­GL»=þÉ™8pO"
  b"×\x16z@áoG[²dû\e\x7FØ"
  b"Ý@\x15À…\x0ECê R¾½»ˆÓy"
  b"ßâ\x12\x1CÖSH¾¿ƒDÁµ#m«"
  b"ÓÃ\f\x17\x11QN®‗swت·3"
  b"áb\x12ì¨gLO‰jßÝÀÈ¿\x08"
  b"""
    é»b\n
    \x04%Md¼ÇêÕ\n
    ¬\x11¤
    """
  b"êü;âi¹G\x14„QG\x13Ç)«&"
  b"§V\x1Dâ\x16┘CÅ¥Á®┬鯝Ù"
  b"¸h(ìG'FTªZô\x0Fï,à┌"
  b"¨wFp╗ÅFx╝\eıñ,õ¸è"
  b"""
    ¹ô1ì9ûD¬┐+\n
    ÐI!jG
    """
  b"üÜ%©\x1AeN߃é¤òêI† "
  b" <ß\x1D╔ùAôóO\x13wÅlKm"
]
47 27.25 ms
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`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00Xx¥\x1Aè@2»nÁŽwõÚÂ"
  b"\x01ûØc╔╦AFá║¥Í*Î\x1CÆ"
  b"\x06à°§7µAßÉïðátèÃó"
  b"\x08îÁzƨ@_¹\r÷;2Ëvÿ"
  b"""
    \n
    =vÈì,JÑm\x05ßÃ|:\x17
    """
  b"""
    \n
    jÿ:óÿDæ¯|vâs wR
    """
  b"""
    \n
    \x0FÔåOߤXß¼\x15\e7\x7F
    """
  b"""
    \n
    ˆ\r‘–\x11@=°\x01¤”Èú9(
    """
  b"\r▓Í´Ð%NqØ×FÿÍá\x0F»"
  b"\x0EíØ\x06\f\x7F@o³$—\x11}–\x06H"
  b"\x0F\r\t├çíOøá i├É\x1EßÁ"
  b"\x10Å└{=úF_ÅzðØüDm`"
  b"\x12¾\x02\x14¬òEoüêy\e7\x10Ìx"
  b"\x16Îdt\x13”Oß™ó25W8gõ"
  b"\x19Y<Ó­÷N¼µÁ3$V`ßL"
  b"\x19ç/ƒ³ÇG*Å┘\x16Û~ÈÐ\x19"
  b"\x1AãBÈû8L\x11“³\x05"%N02"
  b"\eK)÷v±F“±ª@‘T ·\x01"
  b"\x1Dï┐´\v¡J▄Ø<▒┐±\x1C▀O"
  b"\x1EËtÔú¬B—“\x13\x05ªz¥"
  b"\x1F~zÈG¬AƒÉ╦ú\x12£\x7F@S"
  b" …ød‚²Ož¬8U‘ÿ_o¾"
  b" ü\x10?¼iLíŒíµ\e\Z~à"
  b"\fŸ6ÒK<¿fH;¿Õiž"
  b"\x1ABµë@@·›Æ\t¥s‹ì"
  b"#\x16š{g`JyŠÂÓÒ£GÝ/"
  b"#wõ\x14ZªMɯMÂ#Ð׊¿"
  b"$¾‗®g¥E/Ç Éöe®─á"
  b"%S°ñÈé@ø¨\x7FqÚ6ƒ<×"
  b"&þ0;zÓIƒº‡³‘êpäæ"
  b"(~Q‡löBC·;_¯6ÈBº"
  b")\x0F\v‘KåE\x07©2iz\x0F«\x1DØ"
  b")ìÞ7\v7Hu¬ó╔x═]u{"
  b")░╠é\x01ÈMóÇÖ║ÅUÏ┤£"
  b")ȶ\x19'ûFk‡\x04%¡dâe"
  b"*ì  Ù¡J╬èS&e░╝U@"
  b"*À*üê¸G3š÷Ã\rôš£"
  b",?\x072\x19¹MHÖ7$üSv°\x14"
  b".p*inVJj²å\x13¦5=×j"
  b".Ðô+F─@íÿ\x03╬ààØ®""
  b"/╩nu┼áANç■\x04Jì]*¥"
  b"\v¶ö\x03B»ÆP\x08ŵÀLJ"
  b"1^š£t©EŽ—ÊÁK\x1A–ò-"
  b"1¸ú8åfM\x1D¶ÈãW-Žæç"
  b"1Ïç\x03®lA]¡qm"©\x07O\x18"
  b"1â…+¹¯J)Ÿ‡sˆ…ÌÈl"
  b"2JC\x03‚\OQš¶IW_}b\t"
  b"3\x08\x13▒q¯C©Å└▀ô[¿tÉ"
  b"3]P\x00woNX‘³ˆ¾Š´¹¯"
  b"""
    4\n
    ™]ü\x06B\x1A€¹TäØP é
    """
  b"4|™4¿ÎEH½"§ù.ÀüŒ"
  b"4äI$X\x0FB,¦Ëœ“ó\x06"
  b"5zN\x04xHO\vªç\x12˜‚6Ç0"
  b"""
    7¸ðÿÿ©N\n
    ·×ÜI™#†/
    """
  b"9\x1F\x06yiÈLh§•r\x00 Œ,³"
  b":¸åÊ\x03²O4‡‡`4wµ\v1"
  b";ðKUÏ9J\x06¢m\x1DÒï}8Q"
  b"=,¢\rƒùB£©7æ›=º\x1C³"
  b"@\¡î“9K•¶u­®Ÿª}D"
  b"@]=ö‚ZI­€°B,Xû“Ï"
  b"AØØÌN═Gë┤¿@mò┐Ô\x03"
  b"D˜E c M‹®”lz4«<\x02"
  b"E)õ;.ˆO½¨\x1C\x13Н¹Fñ"
  b"EnŒ\x1FΕFR³¯?a¹¨þê"
  b"F:ƒ\x11îØBë­\x02²D/ä\x1C"
  b"F?‘Ø1|C©›Aàÿ÷–Y\x19"
  b"F|Œñ8ÿ@¦­¿ \x13x\x04åm"
  b"FÿmGV\x08Kû¢KgAIrì«"
  b"HU\x19\x14£×BÙ±ë†\x0F†¤-h"
  b"HnˆËÈIOŸ©\x13°i\t\x04"
  b"K‰A6àQBV…C~c7\epO"
  b"L\x00ÍÙJ„L¦«]À\x1C\x15ÃnÏ"
  b"MXiÜÔ9L3ì\x0EQ+Ú╬\x12"
  b"Mv£NàÓG²¹8ðŽ\x0Et¾¢"
  b"Oã©c\rZ@\ú\x1A²┴ìùÞ█"
  b"P\x15Æn┐9EÅ▒\t¢╦\x14äÊ|"
  b"P<,›$\x1D@†¶Nʾ6¥>\x02"
  b"Q3T€lHFµ—=.°™û™4"
  b"RÿT\t\x02ãC\f„rìT NZB"
  b"S\x1D³\x04Ž©I¼š\x1CðÏ›ú\x10§"
  b"T*!ÈÀ¸FNµHi¹)´\x7F\x03"
  b"Uv7Î{zD¨¢*\x00íExrÌ"
  b"U¡Çz¬ìN§é┤éÎ\rÙ¿Ñ"
  b"[\v4"\x17@AЫ¢Èûè\x0F"
  b"""
    [u7ª\n
    ÙKz«\x04¤Ú-äiW
    """
  b"[Ý¢\e©\vNL³ÛÍýB‚ )"
  b"[ìô©\rŒAé†+\x13ê\x01Ôø$"
  b"\\x00ŽÇÛÖJ-’ÚÞ#_¤Jª"
  b"\µp츗OJ¸±5qÚw$§"
  b"\îLkaÇH\x01¥^nw@=Õ¶"
  b"^\¤Ií\x7FFШ ±O\x02\\x1DÛ"
  b"`\x1DHßBhB1ƒË¸“k.Ä1"
  b"bœ¥*½bN\˜\x12Ô\x12×ìDR"
  b"bÛÿÅf^@ý™1‡gF\x00\ne"
  b"c¸)'p\x05Cƺ\x1FpücUå`"
  b"dÉLáT\x19HºØxD\x04ê\x081K"
  b"dÛ)3¼QGÚƒ\x00Pßz``-"
  b"fòNãú?OȾZðe\t)\x1Cx"
  b"gWõ<+õAU…\x1FÖ\x1A\fÊGÊ"
  b"gÝå²%èFÔ¹¶0:÷û\x04ì"
  b"""
    h\eO{òC@»S{\n
    \x7F"$†
    """
  b"hd„%\x11”A©†Ub"éÐÍ¿"
  b"k\x15÷ÁÙ▀Köì▒M³xû┐u"
  b"l\x18íà‹.DúŠ\x05{È`\t4+"
  b"lÌ|î3»K(¹‡±y~9i\x02"
  b"\vÒiûA\x17¯\x0EGòt\x06F:"
  b"mhÊ\x03ÞöC\x04½ûgÐ\x1Cm\f}"
  b"nµlª“\x0FB¿—–â\t\vÎ<¦"
  b"n×Z\x12m©L\x15¡ßÇ"Óù(;"
  b"o¬Õa”ÕNp–\x04”%^]¾˜"
  b"oþ(\x1D.ýC\x1C“T7ô«yBã"
  b"\x13Õ±╗H¡Å\x18)ïP2Áß"
  b"r–\x0Fhw²K«»<WàÆžjM"
  b"rÕ° ?ýO–‹\x02O\x19\x04D"
  b"u‚šŸ&ÈD\x1E€ßÍaÌÙ\x03("
  b"w ¹ìðCJ=êÛÁ8h#▒þ"
  b"wéÚPz™Gî˜a}\x05ÊŒ%^"
  b"xÑ©ÐG[AãÅ]b█w7╗Ç"
  b"x«£;T\v@p¨\v®±ß³~2"
  b"x½Y‚ÇÓC\x18‹ytýøÅ.j"
  b"xóÒiý£O\x01«'ÿ_|*£ˆ"
  b"y\x00쫲\x10J<É4r(ØT¸Ó"
  b"{püùNMG┼¿\x13­╚8╣Õz"
  b"}pÏ\x0EmMJBžd—äbÑ«M"
  b"}¤ÆÈYÛC\e·’ƒ\+ã<\n"
  b"\x7F\x07~\tLe¥\x12i1ïµØl"
  b"€Ýr{>~F8´W{v$Y6;"
  b"ƒêJB3óF<¬sœsý\x16\x1Dæ"
  b"„>%|imD\x16–ìô71w°h"
  b"„ÑØÑ\x18EKÊ„Y];;í4\x13"
  b"ä´ô\x1C·╔D\x03íû\x0E×üMIc"
  b"àh±│ñÅE\x15Üø3y\x07\n"
  b"†Ä3\x00f_D÷»L"b@äà("
  b"ˆ6\x15éZ\x18O¬“$rÊ1ŠÆk"
  b"Š#\x7Fz>\x1FK_Ž_Š_¸œÖF"
  b"ïüS-Ò¦JD¥hö^Ñ\x1C)h"
  b"‹³\x13{±KGk»I\x13ò–r…‘"
  b"Œü°ú\tËCVŠï€*Dã\x16b"
  b"ìö"\x00╦;BÈëDªº¹°<X"
  b"ŽqÙªEÆI'²ÞŽ“òi“¨"
  b"Å█WÒèïEÕø▀EMmã`▀"
  b"""
    òGj\v┌èI´Å×\n
    ù+╠8w
    """
  b"ò╠ت£\x00K¨Øì1┤§¶b5"
  b"–„íH&8Gÿ¥¢¯J\x0Eü[ù"
  b"ûÆ "cüLÿÄ©╩Ô¨6ùs"
  b"–Ø5ì÷lD²¸g‡\x18\x1C"
  b"—¯e‚¦AOh›ŠV"%'\x02i"
  b"™$wI‡jJ\x01¨ìtä¥Ñß\x00"
  b"ÖÇ╝ìðËM$ñ\eNõ'×øi"
  b"™‹±¤\x11DLѯsµ\x11\rnÚ”"
  b"ÖÃùM1üN!ƒ&ÚL¸î¢Ï"
  b"Ü\x0F~\x18\tóE═¢Ø\x7Fd©á\vò"
  b"""
    š¡íÃ\x01\n
    Gá±ÓŒñ¯ÓÌ6
    """
  b"›N]Ú\x16¿N≿í<cæ‘`"
  b"›ñ\e#‹åC\x03²aNqîx\x0EŠ"
  b"œ\r1¼Ý©M(¹ˆ¢†áªA#"
  b"œ\e\e÷9‚NS¿¦DÒžÓž\x1E"
  b"Ø\x03Ô,¥\x17CÃ¥╬\t¶wÛ«Å"
  b"Ø\x7FKõbäL╚ì\x083█_ıF\x1A"
  b"žÔ\x1Fý÷1I\x17«Îpx=o-?"
  b"""
    ŸsW\n
    \x04ñDi ,™€4¢±\v
    """
  b"¡÷\x13\ýÕNOŒÚ\x15þ ëï\x08"
  b"¢\x11sr#jI„ˆvp4.>L\n"
  b"¢ß˜u\x07ÝD\x04Œâ:úó2\x01\x7F"
  b"ñ.EÅ\ñ@\x08ªuw¨┴,I~"
  b"¥dúÄoJM,¤=ACEò»\x13"
  b"©Ô^\x034\x16DW§\v\x14=\x17\x08Ð2"
  b"""
    ªM\n
    ¿iæDÁªç{bÙ‘Òõ
    """
  b"«°qõV]Hg¾©ªY­;ôo"
  b"½╬TÉ µK(¢┤(]\x151Bk"
  b"«ãTçGðJ²š\x01s5l€I’"
  b"­*–\x0F6—@Ï›³ &¤—`c"
  b"­]\x1E\r>¨NY¿ƒÜýº?B·"
  b"°\x12±®5òF%¿àÝî;é\Z"
  b"°ÈÆZE“D\x1D”=;9¨ë¥²"
  b"²\x17-–~3FðŽÉéz‰¢Ô\x10"
  b"\x0F¤ìÁªF.ƒ5\f,tê8▒"
  b"³L})~“OS‡hD³Ëc…­"
  b"Áüu║×èJ\tòÆ»ùMGÞÕ"
  b"µß³(ì\x11G߸ÆPé\x06\x1D˜<"
  b"¸9ê\x1DA–O¼’\e"»Ã¾Éý"
  b"¹³.\x12\fB>œ!ìçUšâ’"
  b"¥O ┴ìñLÿú\x17è¡\x01{fî"
  b"¥s┐ÄÏkHÿØÞ£Y\x11ºNÉ"
  b"└¡ù\x04C\x04H²║³üF£Ó4─"
  b"Á|ù|ßCF÷¸SAù§æ¦ñ"
  b"┴¾▀/ûØ@ùä@ ÈH@P┐"
  b"ÃŒ\x14ÍW&D\v§ûßÈÀRCà"
  b"Ç\x05`[ökI„”Ë„\x1Ar§®W"
  b"ÇÚ‘©KÉO.”øñÙTÁ3Ü"
  b"ÈVM&\vRA\x08©Œx1oâ7Â"
  b"È IË/+AP±*GYP\x06\x1Fí"
  b"╚╣·Sð┤Jåñ=│ìëÒı·"
  b"╔·┼Kâé@ì¡\x0EY.ÎG¨"
  b"╩?³Â¢┴HâØ·.\e©>[■"
  b"ÊšoÞ\x1EŽNžz8Æ\x19gGu"
  b"ÊÍtÒ‡:O¿Œþ\x1E\x18‘²Nø"
  b"Ì\rÍ|ÞZL\fšÂª&Q%£K"
  b"Í,‡è—­G«´VPÐ\x19èâ4"
  b"═m\rA'ÀM7Åë┬\x1AÖXQá"
  b"═ÑÅ■/ÕMâ░\x1Dn1TL█;"
  b"\x1E╦ØMÃL╠¥pRx\x18\x7Fdv"
  b"Ï”Ÿ\x19§øL„‰õë$°1Á{"
  b"ðÉ}\x08\x05S@Dì®ñ´§Á½ý"
  b"ð·\x14©│PI║ö­Éí4‗Xt"
  b"Ñù\x03\x1C©šL°šã4´—”M¡"
  b"Ò\x05ÿ£ÿCN”…½úíúO@£"
  b"Ò;©´Ù\x07A\x7Fˆ™¶\ræTp&"
  b"ÔïîŠõ‘BñŸ7Å\v¤…\x08"
  b"ı-ú×▀2NzÅ┤Agô\x1AÂâ"
  b"ØB\x14\x12ÁVAÛ¿Ü\x1E\x19Á¸\x1E"
  b"Ú~¡_\x02úD÷…F'޽¶zÂ"
  b"Üwˆgi\x19MI€A˜˜\tŠ36"
  b"Ý|£\x1DRJF¤—²\x1C’ĵ˜p"
  b"ß+ÅêÔÔM´„\f±êŽ\x16ý<"
  b"""
    ß9òL\n
    ðD¯°s:î6à@ø
    """
  b"Ó\x7F ÝÕ├NvÇ´¨B‗\x0EØu"
  b"Ó¢\´\x0Ev@3älðÛÂØB:"
  b"ÓÓ|ìÞhN\x02©l¶ôPèó\v"
  b"áhDÏE'Em¹!áâ\x02[…k"
  b"ây\x1E\x0FMï£óiz|—u×"
  b"åw\e\x08ÂL@=¥öJ«\x14~¾â"
  b"Õó)B$³CÿÅ­¿ÍÉ¢Bl"
  b"æB0ýÐËD¹§ºbj\x16¬\x0F\v"
  b"þö\x01G 5CwüçgÑc\x0F"
  b"ê\x0E\x17¶I=H§ƒmŨyù\x04\x10"
  b"Ûe\x11¯SÅN┬ÿÄWÞÉ\x7FË7"
  b"""
    ì÷Öv¤ÈG\n
    ¬zHEƒ5-®
    """
  b"Ý\x11\x0Eµ\x0F=J,ñT█Ñ®ÉÖ4"
  b"î&¾á…}@\x10¬\x17#‚;\eŠÆ"
  b"ïok\x1FlÅO–¿v¶ÚKÄ\x01Ÿ"
  b"ð[w~˜cLö¸µ¡\f­Éb#"
  b"ôû¥ï±·A\x1D›=} ûù\x0EI"
  b"õž\x1DÙÂO~…ö…ÍM±¿v"
  b"úÄ\x16q5ÀGέ\x01j½LÖUµ"
  b"û\x0E5®føJ¼­¢_üu®r}"
  b"²y|Ø\x1CSFÎÖ╬A═»d\t²"
  b"ýã-(ZGBR­Dnlï\x10]4"
  b"■ä|ÐüÃGÉÅä÷<£┤3G"
  b"\x0F:‘£X[N3§¡åvRÄsf"
  b"\x1AãBÈû8L\x11“³\x05"%N02"
  b"\x1D߸\x1C=ËD”ŽYÓ­ª/·k"
  b"1Ïç\x03®lA]¡qm"©\x07O\x18"
  b"8‰c>k«A+§Ò\x11Åw±ä\t"
  b"G4_¶·tJ?ª¿™Äué\x0E¤"
  b"T*!ÈÀ¸FNµHi¹)´\x7F\x03"
  b"VÛI×Ã@B³Å0¬íıP\e¤"
  b"]hñó\x13MM#ô7uPí"
  b"y\x00쫲\x10J<É4r(ØT¸Ó"
  b"ÅÀ¹\x13­└OûÁ║¡Ë&À°\x06"
  b"ò╠ت£\x00K¨Øì1┤§¶b5"
  b"›ñ\e#‹åC\x03²aNqîx\x0EŠ"
  b"Ø\x7FKõbäL╚ì\x083█_ıF\x1A"
  b"ƒ=®]ì»CGè░\x13Òõ┼+\x04"
  b"Ñú_ìÞEEz¥Û¤,2&\x13?"
  b"¥¼›ZgBO“¶’îøøXž)"
  b"¸9ê\x1DA–O¼’\e"»Ã¾Éý"
  b"¢█­\x06êáB\x1F┐ `»®)üí"
  b"ÅÚêYJ\x10Cãž]Œw—lå³"
  b"ÊÍtÒ‡:O¿Œþ\x1E\x18‘²Nø"
  b"Ï”Ÿ\x19§øL„‰õë$°1Á{"
  b"ØB\x14\x12ÁVAÛ¿Ü\x1E\x19Á¸\x1E"
  b"█`╠H÷çO\x0EÇ9┐ZÅ*Æk"
  b"ÌpÉ?þqF0®èú]\fƒ¶À"
  b"Ó\x7F ÝÕ├NvÇ´¨B‗\x0EØu"
  b"ðHjÅ•ÑJx¸$µQ&Òi¨"
  b"ð[w~˜cLö¸µ¡\f­Éb#"
  b"üÃbÞ\fuOü¬2šš\vžº{"
  b"\x00Xx¥\x1Aè@2»nÁŽwõÚÂ"
  b"\x04\x1Aiú.ôIU¤\x1A…6qAÀã"
  b"\x05ê7Ü7\x06Nƒ®|ùEtúS\x18"
  b"\t\x06s┴ÉtFy░Ï┴wR?Ì^"
  b"\x16Îdt\x13”Oß™ó25W8gõ"
  b"\x19Y<Ó­÷N¼µÁ3$V`ßL"
  b"\x19ç/ƒ³ÇG*Å┘\x16Û~ÈÐ\x19"
  b"&¡9¸ÂkOÛšo\f£…nÚb"
  b"&þ0;zÓIƒº‡³‘êpäæ"
  b")░╠é\x01ÈMóÇÖ║ÅUÏ┤£"
  b".Ðô+F─@íÿ\x03╬ààØ®""
  b"1^š£t©EŽ—ÊÁK\x1A–ò-"
  b"7ÎiÞpéO\x12‚&¾¦}í\eW"
  b";ðKUÏ9J\x06¢m\x1DÒï}8Q"
  b"@·,òM®F«§Žë\x08-})\x0F"
  b"NËðÒÖúI¢™õÞ÷ïO©¬"
  b"Nð\ãp“F‰©`…¥²A\t$"
  b"P╝_ŧ®OÌÇô\x14\vxU¯l"
  b"RÿT\t\x02ãC\f„rìT NZB"
  b"\x1F+|tEf¼\x19g\x11\x15áƒ\x11"
  b"Y]~Mg™Jì‹qÝÕw´¡;"
  b"[\v4"\x17@AЫ¢Èûè\x0F"
  b"\µp츗OJ¸±5qÚw$§"
  b"^*ßç§-N¿ƒ/º ^C'û"
  b"c¸)'p\x05Cƺ\x1FpücUå`"
  b"l\x18íà‹.DúŠ\x05{È`\t4+"
  b"lÌ|î3»K(¹‡±y~9i\x02"
  b"oþ(\x1D.ýC\x1C“T7ô«yBã"
  b"q6íëkpNaŽ\eK|˜ÖïÕ"
  b"rÕ° ?ýO–‹\x02O\x19\x04D"
  b"röX\x15\x18mBhŸ8frÊ\x1Cµ¢"
  b"u7ÿ±¸oB4³=Zï\x1E¯\x01!"
  b"u‚šŸ&ÈD\x1E€ßÍaÌÙ\x03("
  b"\x7F\x07~\tLe¥\x12i1ïµØl"
  b"""
    ƒ¸Î«&^G\e¿T¹Ãu\n
    \x1FŸ
    """
  b"àN§\x14)REAê╠Ç\x0F²é\x1Fü"
  b"†Ä3\x00f_D÷»L"b@äà("
  b"ˆ6\x15éZ\x18O¬“$rÊ1ŠÆk"
  b"Š#\x7Fz>\x1FK_Ž_Š_¸œÖF"
  b"É")ÍÜ+A¦┤ÙZ&y╩*T"
  b"–3fjx‚H\x00¯êÁù5¥uR"
  b"""
    š¡íÃ\x01\n
    Gá±ÓŒñ¯ÓÌ6
    """
  b"¥dúÄoJM,¤=ACEò»\x13"
  b"²{AZ§KK\x10 \rWÍÀ°d™"
  b"""
    ³à®ÒhDDÄ¿\eO¨E&\n
    ã
    """
  b"´\x193¡qûAÖ õ€ž’ìh€"
  b"µß³(ì\x11G߸ÆPé\x06\x1D˜<"
  b"¹³.\x12\fB>œ!ìçUšâ’"
  b"¥O ┴ìñLÿú\x17è¡\x01{fî"
  b"└¡ù\x04C\x04H²║³üF£Ó4─"
  b"Ƙ6¸ÖžOÖµ“¬öÿw€\e"
  b"ÈVM&\vRA\x08©Œx1oâ7Â"
  b"È IË/+AP±*GYP\x06\x1Fí"
  b"²y|Ø\x1CSFÎÖ╬A═»d\t²"
  b"\x01├1s‗öIüâ00øX{¬┐"
  b"\x02mÇ»3ÄK6Œ(\x06…©?èô"
  b"\x04ƒÉV¨ÓHV—l»jø`€ú"
  b"\nœÃ9Z\x00IÙ®0PBÕv\ÿ"
  b"\vW,Cç1Ex¥¯øjV÷Ó™"
  b"\rãø˜ˆNH\x1E´v c†‚Õ\t"
  b"\x0EÎö\vÛ\Jܪ 8­kå>\x11"
  b"\x12\x16Žw,N¬˜E¦hY0ÐŽ"
  b"\x15UøÔmåNR°œ™cï%\x11\x15"
  b"\x15ËñŒ^kO\x10·Érß}¯ôÉ"
  b"\x176Já­{HS€ÀÑ…r…+*"
  b"\x1A\x07>\x19Þ\x11Nì’\x19àÚg«\x1A3"
  b" Ó\x0F¥}ƒI‘½4\x05\x14죠ã"
  b""\x10ÅySJG2ñ╣ÙçÜ8aò"
  b""5"\x10#ÆHi«þ&„nKÕÝ"
  b"(Dc\x1D0®Cù„Jr\x04¦7' "
  b"+khî>ŸKP“ïwHÐiî„"
  b"+▒ëycnHùç├'\rÞ@\x7Fü"
  b"0\x0Eüð3SD̺|1\vCœØ3"
  b"\x16K‹rKŪ®‚Jf5ñU"
  b"4SC0Hp@Ú¯¢ºŽilÇK"
  b"4o`œË.N®»äáŸe^,š"
  b"5oK=\x11hD¥í·cä´╦ºÅ"
  b"8Å۶öFöù¸├$¿ss\t"
  b"<\x10Mï¾ùL{ž.¼RJ\x05ty"
  b"<^\x19ËéÀL̲,±\fºÑad"
  b"@µÌ\x02¾ÅO=Øm¹Op\x15\x12"
  b"N„ÀÆË\x0FLç¡‹Òoi\x11"
  b"Pìw¶¨\x10D>┐òãÝ\x03\x02║╠"
  b"UÅĨZ\vK\fº$E•ÎÖÁó"
  b"Y\x047Ið½@W—(4\x16%ȺÙ"
  b"a:Ç\x038\eJÖ½ƒ¸Âlky«"
  b"b.Íë╬ñ@7Ÿ»ƒ^Â¥╝"
  b"c÷m)—òE\x04£\e±R\x03YyÓ"
  b"e2·<ø\x07LkÀ©·zäü┬Ñ"
  b"eÅ£5W\x06I\x19ûR┴▀2dƒU"
  b"gü{bTUGcä³:D\r\x17"
  b"lÎþ0Œ¬Bÿ›ŒH:\x1AëEÏ"
  b"m\x12\vùMN’ÌÕɨæAk"
  b"n/KŽžOB@µG‡‰¨œ\x16õ"
  b"s÷FF¡FC€€‘A\x00\x14\n"
  b"u\x17ª\x1F¦C}訣Äɦ´È"
  b"z IM¼6AìôÉl\x02Ê<ù─"
  b"|N6j¹\x14@âœlŒ3¨ç\x02Ê"
  b"}x\x18†?ŽF2§\x08t\x14äÂQ¤"
  b"~\x1Aa®Å\x1FL¶¥F\x16ø‡ò\x11ý"
  b"""
    ÇþrN\n
    VIEÉxñ­zå²õ
    """
  b"…TBÎB.H\x11¡†:»µûk„"
  b"ë‗\e>(▄@xæ1ØßÎ9sÔ"
  b"Ä\x17rvÃ┤G?ñ╗\x0FÅ¥ªÝ¥"
  b"Ž*"Ó:6Kj“!ÍÆdã°g"
  b"Ž™ú`wûMw±Ü\x01­“,\eÀ"
  b"‘¾oše&D~§\eý‘ø#zÑ"
  b"ÆMé;╚XI½ÄìoF­ÎÇÎ"
  b"ò}█\f~WDY£ØäÛwÕMù"
  b"›´)᢯D ¸ñC7\x10­¨Æ"
  b"ØÜ└1J´L]Â+ïb]\e\v9"
  b" -Lš¼ZE×S‹ÊvÌî½"
  b"¤YâµkÉC#”Ñ]P“é\rä"
  b"¥LÙ¨á\rED’”ø2ž«¯\x7F"
  b"©#É»~¡Hè‚mío\x12Ó£\x08"
  b"¯0eëQ©O€¦\x16 ï®±i"
  b"¯cQ\e\x11ÒNþ¶3ß—÷1~\x1F"
  b"°¸Ÿ{÷‚E—œŠ0N\x18fü1"
  b"ÁÜë8`#@fØ╝\x02É\x02öh©"
  b"¶i›P\x12¦Ak£Í}±™¿FM"
  b"¹x¥Èž[B\e®q[š59!ö"
  b"¼\x15°ù«qGŸ¼±[iC6‡‡"
  b"¿é¶ØýÁN«¹‡à–\x04^Ùv"
  b"Ão\e+SíOçš!ŠaUÕÐÐ"
  b"Ä0R 9ED8…Ò\x08 ¼é#\x18"
  b"╚Ï│¼½+BþàqçRØ;C├"
  b"Ï\x19w­õÁAâ¹Ü\x11\x19æ\x1AÒ("
  b"Ô)é4%@Hž½Ï8BßÞ/™"
  b"Õ~*;ä\x03AÆ’X\x1E}DÔ$ç"
  b"ÍÕ\x08C©╣DéÀ9S\x12üè®{"
  b"Þ\x15?2<&ITµÜÐ{8”\x18û"
  b"ãʲ\r\x1C\x1FM+Ž`‹ú^¦&î"
  b"ÕC)OiıB<ªØ2¹l\x7FÆÙ"
  b"ë\x12\x19|H®ˆ+C(–\x13ÐL"
  b"îhu.tZE;§VÚ×±ÒT¤"
  b"¯Ød>õ¬BLò·{40\x16½ù"
  b"‗ö\x04\x00\x01éMRçq└óåqÎÅ"
  b"õήEÜnDF»TyÉÜc\x15\x1D"
  b"÷ô¡ï\x03íKK»ô^:ît•Ã"
  b"\x10¿í‡_<B£–aûÁv4Vj"
  b"\x14TÐc½ÆJ¡–kE\x0ExKáh"
  b"\x1E¿\x1EãA @Ή\x024ž \x19"
  b"(Åí&│qHjñ'ÿ¬╦5m "
  b",?\x072\x19¹MHÖ7$üSv°\x14"
  b"0¥×­╗ÆH╝ì¶Ì0╩▒╚\e"
  b";\x01\x1C╩h\fAݼ┴■?\x0Fì┼░"
  b"EçæÎ\x7F┼Jläî×üúbXG"
  b"gܬ8‚\vF\x01‹t÷3eÈ?)"
  b"""
    r?\x1EÚçêO™ª±Óx\n
    Ÿ\x06F
    """
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"é"╩Õ└ÀO!ÿÌSì┴─½<"
  b"©Ô^\x034\x16DW§\v\x14=\x17\x08Ð2"
  b"­òë\x14ä÷KÇ´o‰ûw?\x10ª"
  b"­û¼êQ‹N_°î_MR€ç`"
  b"\x0F¤ìÁªF.ƒ5\f,tê8▒"
  b"ðÉ}\x08\x05S@Dì®ñ´§Á½ý"
  b"ð░«ìm²I█║á3?#¸¯­"
  b"Ñzجâ\eGê“#Ötè¤Z\x02"
  b"ç;ÏȰ8E\x01†Ì®\x06k<n¼"
  b"""
    镦óí¢@\n
    »j^\x167[¦\x18
    """
  b"\x07ö»ß\x0EG┌Å*ìʹ@E░"
  b"úÄ\x16q5ÀGέ\x01j½LÖUµ"
  b"\x00µ©6¤æOû…ËBŽS¦ƒˆ"
  b"\x03½ÛLü3GúÇà\egD8è╔"
  b"\x06wt╗‗OO-Éo[sÈ\eÇä"
  b"\x08ãµ\x06Í\x07@Þ†4Qå£ví\n"
  b"\x08ò'vD‚GBˆ\x1A…$Éþøß"
  b"\vJ_'Š«OV¥mmÄChi³"
  b"\f&HüX A2¤_ cú\x02"
  b"\x0FܬyêdIÆÅ ;§─╩¿Æ"
  b"\x12G\x08=ÜcI├É┘«aøç®<"
  b"\x16(\x0FK±»D’¸xÙªìLr "
  b"\x17\x1E4'\x1EI╠Åz│8À\x0F╬B"
  b"\x1D([\x18ž¼Jx´Íb\eÂ_\x0F?"
  b"\x1E\x1A\x1F:g Eƒ»xvI\x02WG¿"
  b"!\x7FÝ\x13\x15XJ[ MûK j>¨"
  b"0>ù{¶ÂLö‡›…|Ð\vÀÆ"
  b"3-”´ûæL¨‚å)ji‹.\r"
  b"3ëZñ\x0E”A4­Yr¶xÚæÞ"
  b"<¤em¨ƒN(Åߪ■ß\x1E┌6"
  b"=‘–zè­Fo¤Äc:½YÕ\x14"
  b"?Î(öÞoCúŠMÜ€VàG¸"
  b"D0TجåI+«¬ã\x14nLƒ’"
  b"F³ztFTF\v€#§otÞA "
  b"N)\x0Fζ”Ke»\x11‡£¤­?b"
  b"c-Ö‡,\x1CEd®³“b€b\x1F¯"
  b"gÑ÷¿ü;Dô╝Þfé|╠=L"
  b"n'X\x06³­L°ƒöŸ˜\x7F¢2\x04"
  b"r »k²ñB¡µÑm\x1DßßW˜"
  b"t\x1A²!tûEoà-L¨è8(É"
  b"yÙ‘$íßKÕ¨ß8|jÊAÔ"
  b"}¾æ®\x1C©C\x0FÄ\x1A\x0E¤\x08Ø"
  b"„:'}âABD°\x1D«Íäù‘Ø"
  b"à»ì¹é¡@╠Ü=Ò#o\x06_e"
  b"ˆæ\x033• M§’Û2S¤\f¿S"
  b"èÿÀ&ÐÆJ5ÅÏëE#ºv2"
  b"æ┼\x11`ØcCàÄ)u╠ u╬,"
  b"“êºGi¬Ld¤Ø\x14_&o\x01®"
  b"–Yµh\x15\x19BŽžŠ…Ï/^ø\x7F"
  b"Üü\x13¡ÌÒI*ØêÁÇIѱm"
  b"¬0®­ü\x01B¨ªïxhùG\x0EÛ"
  b"¼¸ë?ïÉLãáùªÜ=ú°¬"
  b"­\x1Aæ®RÅM}˜_©™c7t""
  b"¶ql+\x03rJ`–þM¾\x13Ÿ\x1DZ"
  b"Â╠\x08\x7FÃ\x15N▓£Å▄S-=\x15"
  b"║ai╣[gA+êØòzا\x07t"
  b"┐-Øùû-H¡×t_Þ\x17\x1A"
  b"ÄO\x19\x18IˆA–ºÌ\x16Ø*F…¡"
  b"ÄRRÒ\x1F0M±±ÛòYÀ¨¹F"
  b"Ùª¡\x1E8ÎO9£\x01Àw\x0E—Ÿ0"
  b"á;]l³vNÛ™4\fR7\x0FK\r"
  b"ß║$$┘▄FÙ©g,±É6m┘"
  b"ëA>¯áŽMbŒ\x06z¢ôY\x0EÍ"
  b"쑲g ôGiœÞŽ¥û\e¢ä"
  b"""
    \n
    véÃEB\x1Aè´üï;ÇEï
    """
  b"õÍŽq:ÄFdžÿ®K?sG¬"
  b"§Û\r8ıxEËØÉÔQ\x1D ­¡"
  b"ö"+\x0FÄmO~³â¥“†TÀ\x02"
  b"¨ÅcÆvvI█Ñw▀.Ù\ð▀"
  b"ýŸc¦ÎŒCEš ™O¨àžT"
  b"þC"B\x12«M–À&m\t©–Î"
  b"ÿùu¡ \fM'„‚·ê¡·É<"
  b"\x04XhI'\x1FO&¥“r\x0FÐzo\r"
  b"\x0F.1\x0FZ\x01M¬ªævÊßq"å"
  b"\x14┘ôd=╣L┬æÃ'ÑÉ└üø"
  b"#\x16š{g`JyŠÂÓÒ£GÝ/"
  b"%Í 8}¤I\x03•›q?ê…\x07Y"
  b"+khî>ŸKP“ïwHÐiî„"
  b".¼ì╚\x7FüG\x1C®KT¡a°në"
  b".ù5î\x01BHô†Ë&©ÃÆêÏ"
  b"3¹Ð/„ïIa€\x02Øî{¤8 "
  b";O\x0E¬c\D»šø…ÑUÐ\f"
  b"Nð\ãp“F‰©`…¥²A\t$"
  b"Wï3¡NkF·­ùï‘9\x13\x07["
  b"m\x12\vùMN’ÌÕɨæAk"
  b"\x7F\x1F§\x08ÑKF\x1F›à‹Þ+y\x1A\t"
  b"ƒ2g€ÊŸK¬¨)gx#ÀQÇ"
  b"„Äe9FÎOµ @¿Ë7½Bÿ"
  b"¥Õ ôo,@œ¸¼&;}M²ç"
  b"­Ci\x01Ñ\x00O°´{ã6úò`Ù"
  b"└░╚\x1E+_N¸╗▓ÖW7ìÛ¤"
  b"´¯3ɃDC\x17¡_>\r\x14vÀ½"
  b"\x02"H¡îÒM³”zëíž\x04"
  b"\x046ð¸É/@R¦ï\t‰¶3…‰"
  b"""
    \x04¤\fãXÇD™¶ýhØ\n
    Fb·
    """
  b"\x04ÖG™-žOQ…\x17˜\x1CŒ¦iù"
  b"\x07t΀(÷Eõ†GB³OÐ!â"
  b"\x07┤ª$Å¢D■ô»<4Y=¡¼"
  b"""
    \n
    J—ŠÕêJá©áwÃr§""
    """
  b"""
    \n
    SØÞý1D3¥L{TñO·A
    """
  b"\v$¾0Ç]CË¿·fb\x15FG¡"
  b"\x0F!vÛµRM■Ä}┘iÉâ\x02}"
  b"\x18m=J\x1AŽCh¸Ð\x08ÅJ=\x04}"
  b"\x1A/”ì\x1CîDÍ’íêJ³Æx\x07"
  b"\eÓ3\x06#G@ß“YCFÏÊæx"
  b"\x1CÅ╗¢eùLÞût¿Kt¡Ñ\x16"
  b"\x1C╗!­\x16²ElÉùá\x1Cæ[ì\x0F"
  b"\x1D\x11\vDH’°„ÛÇ\x05x1\x7F"
  b" … ½ÃYI*„Vè¦.\x03«æ"
  b"!\x0FzàèûAp»Sä±¥/Á\x08"
  b""\exæìKNÖ╗<h+;÷╝õ"
  b"#▀ä´ì*K¶òï{- \x14ëH"
  b"""
    $îµL÷\x06H4ŽÀŸÜ ¼\n
    ¥
    """
  b"%‹þhÓ]D¹°ÿ*pù×Jj"
  b"%¶Ý£)„K€¶\x11û\x11+¤j\x1F"
  b"&ä,º\x13ýC彩·ÞÉËk:"
  b"(\x19ذq0E\fÉè║╬Écû|"
  b"(åg\x16\x12dO’ˆJ:\f==Ù"
  b")¼´E…“K\x12¢ÚÂç.\x01þ—"
  b"*Hût “Bê°æñ\f¡&í³"
  b"*ß-vrOJ´¯6¾giƒÑ·"
  b"+<YÔýµEY£\x1F≠\t\x03Ò"
  b",A\x07NX³O½±ŒÎY³ÏM!"
  b"""
    ,Ô$/\n
    àJ‡¾â-ý\x04S.9
    """
  b".¼ì╚\x7FüG\x1C®KT¡a°në"
  b"""
    2'ó|í\x1CB~§žB\n
    [iÕ\x0E
    """
  b"3YQ:Þ-DÄ®üTss\x11\v\r"
  b"3o©Ì:³D#±\x08©àn¬\x12Î"
  b"3¹Ð/„ïIa€\x02Øî{¤8 "
  b"3¾_ˆS5EW yžA\x11PÜh"
  b"4„!+± C¸¡Iç\x04y\x1C<G"
  b"""
    5\¼\n
    ÉXDÑ¢.!BKá…Ž
    """
  b":@Á|\x00 C|¶:Þ«†—àñ"
  b":▒HåKÔG╔É\x1Aë:ÖÄ*\x16"
  b"=ZÚäú\x7FO°¹ñ¨\e\x08R"
  b">S·n.rJ\x0E\x08ö^V8ÆÅ"
  b"C¡¡Û0â@^©ˆn\rs6§»"
  b"DãþıfhG\x15▒ù│±âø┴Å"
  b"H{Ó7ôLIƒ©‹ãÖ\x15\t²ï"
  b"I\x11¸zkIO%–:@¡€\x04"
  b"M…í¨o\x1DFE˜²°ãÉÔÅÏ"
  b"\x1A\eûCM\x01ˆgL+\x10º»¥"
  b"OyÁ/“ÞL\x08‹Ñ6€Ç¹,‘"
  b"Pì³\x1F┬ÒI\x13º'■)O\x05Ú/"
  b"\x14ñœÖF‹ˆØÆh<ç=†"
  b"\x02>{›Bèž‹ñJ\tš\x1C"
  b"\x18\tÜ\x18Læµ%ÓéVeÃŽ"
  b"Z0i\tõ³D¢ÅÇÀ┌|C║█"
  b"[±ï\x13H}Cà–ë#\x1FáÂó\x1E"
  b"\ý╗W\x19╚J(üÊ├6и'â"
  b"""
    _Ñðt¸ìI¹ÿ░\x18úq\n
    _N
    """
  b"\x1EÀ¬èHõ±1ä2\x1C“¸ˆ"
  b"a^ù©`\x04H-’eLSQ\x0F"
  b"""
    brÐ$\n
    ÷C³‰‘Y"\x0Fi\x05"
    """
  b"cJ\x0FáÔ®Jx›0à BŽËu"
  b"\fBç^M\x1AüB┌L=Âhº"
  b"cãnŒÜtMꎵXTÀj\x07¼"
  b"c‗Tv\x0F\x1EBì¼FF═╝H\x15X"
  b"eT\x01\x12\\x0FE¬–ÈÉ\x12–O•\x03"
  b"e­w,\x11§M<”\x05Jèçå_\x7F"
  b"\x1FL³‰D\fžýí\vC‰\x11¸"
  b"\x06VéÿI╠Ç┐%G\x10a%É"
  b"læ$\±\x10Hʦ•ƒ|°ÀA+"
  b"mÍ#Æ\x15dC‚„ÔS}Ù_÷d"
  b"n‚Îê4+A!ˆ€\x1D\t‡‰¶"
  b"o¦-qÈ\x1FM®ºü'ñÑ+µ\"
  b"w\x1Aë’DáBF¤\x14\x7F<\x12—•R"
  b"wîZ╦■WI╬åØzÍU\x05³ó"
  b"x#Úã\x08©M\t›ÈT7áç˱"
  b"yì{›:|I¦­¸!2²$ü\x1D"
  b"z«Ë\x18köGyôÒ&¡¤cÜÅ"
  b"z©Iì»ë@╦¬Y╣)òbè""
  b"{\x03¤\rqòM[ÂHG5├┐É/"
  b"{^KÙê°L£˜^¬I±«Íö"
  b"|\x1E2båBLé‹?W\x0Eô»éÃ"
  b"|7ü)°çM­²\x1A•Ë\x01.Vä"
  b"|êUä<NN‰’‹›üÈ¡ûñ"
  b"""
    }WõQ\x1FŒLBƒ¿kµ4Ð\n
    ü
    """
  b"}ıZÔi«N└ØbÝÐä╠Û4"
  b"‚‚ÆŸ×wE\t»±ØtXê®§"
  b"âUhVÀeLgü°|Á§╔cã"
  b"ƒsdý°;B5ªFë¸ó—\x01|"
  b"ç`ÍÄàÝLMØ\x05Hú▀.vi"
  b"ëXÇCc¥FüÁFį╦ru¨"
  b"è\x02u╬3╚G;½\x1DH■╔øü\x07"
  b"ŒÈ¹Š‰ÒE\x04€˜,먻}œ"
  b"ì%$íı5A³ñI5Ä\x03\x0F"
  b"ì8Õ:KGH▀Äîµ‗û}Mõ"
  b"ŽAÊ\x1D cO\v‰âè2\x06½\x134"
  b"Žljcž§H¶±¼…Ü_ÖI\x05"
  b"“r¿\x16W\x14G£­'ç–$€\x06Å"
  b"örl.å²Hüì,=\x0F,)üÚ"
  b"–‹M¯\x07ÕEo¡\riG»=ò´"
  b"ùG¤'÷ãLÎÿÊØÄ█éå5"
  b"œY\x11Ú¢ÛCì¢\x1EH†žÙgx"
  b"Ø\tìêÑæJ£ÜS┤¬%©\x18$"
  b"žþ\x17hŠ?E\¬J\x13\f\x08¼"
  b"áá\x0F╣fÐE\x17íæÿzn╚ÉË"
  b" ¢‹ãW;Eä¬)u7N!f«"
  b"""
    ¢\n
    e\x039Ý@I¹²Åt1´žÏ
    """
  b"£6m3MÍKºŽ\x1E°¯¦IÉC"
  b"®\x08Ïh&XJ0âì\tV+þZë"
  b"""
    ®wì║¥pL\n
    £êM╔\e\x14»T
    """
  b"ªª4\x17rTCG£¬Q^³ÖµÍ"
  b"ªÅjm*\x1AD® ã~–CÇîE"
  b"¬ 4Ö\x7FëEù™Ä\x12j¡Î;‡"
  b"¡©\x12ªTlM'┤■É/Å>┤æ"
  b"¯\v†<*xBsº}\fPln\x16"
  b"""
    ▒¯£╣È\n
    Apòs'ïÉñ+\v
    """
  b"▓Å\x05■9²AÏÅÛ{\x0FÂ█\e"
  b"²á?Z6ÓEK‰\x14'\x03(ø}Ý"
  b"³e†÷ykCj‘Ô!Ëî¬àD"
  b"│ÒÆ¥ìÑAh▒\x1A\x03Ï­bÒ¾"
  b"Á-µ;"YE\x1CÅ;Å\x12úC\e³"
  b"¶n2â\x13ŠGd¬‡xŒ¸7a\x03"
  b"╣a-ír·F\x14¢╦ÆTÉ'P>"
  b"»KÆ&ú\Ng»Ì$¾‘™îê"
  b"╝v\v│░zC▀ÇÉ╦q\x1Aa)\x11"
  b"½x; gmB5žÔÀ‹ç[VC"
  b"¿\x1AÀJãcFí”ö‘šöR\x0F0"
  b"¿ØMm8ëD:š”¸õâʼný"
  b"└ï\x1D¶9ÅNz╝x¨ÈÞ╝Îx"
  b"ÂÝ…\x15–DHÏŒï\x18›_ÑGé"
  b"Ä\x0E\v2,\x04EÈ‚(P`£›„\e"
  b"Ä)]H¥ÐL³¥P«YD\x11\x1C¡"
  b"Å5ó\x0E²ÑFž…±7cŸá\x7F\x7F"
  b"ã7¦í┬»D¸èí\téìMƒÜ"
  b"ÆS´‰Ä¯A;—ûî¾›u®q"
  b"Ãw.·»K@l¬µÙÓıÅ└­"
  b"ÇÞ×9æ“Gî²\x08’º¬®Hd"
  b"╔ûzÜ╠0CêØö/┼\x12└‗\x13"
  b"╦JÏÇÏ╗ClÉÆ├´Ú{\x0Fÿ"
  b"╦ü7▓╗øI\x18½Mð┬▀N,ý"
  b"Ì‘Žš\x16‡J ¥'T^ß±èd"
  b"În\föÞÊG2ŒšÖ\x10=TÚ·"
  b"ÏöŠ\x1EäcOﺸÚ3uÛúÛ"
  b"Ðt À£ÍH\x04Ž\x17W\x1C\x06±\x00y"
  b"Ô(\x1A}\x14HA9ŸH›ÛJú\x0FÃ"
  b"Ô7\x1DÐ'HFòžý™\x004¯ák"
  b"Õ$l£\x07RJ­Š½\x021ñ·\x02="
  b"Ö_ºZ\x10\x03N]ºòG•|yÃ\x1D"
  b"Ø%EÇaDMÜ€M›¢'ÄÜC"
  b"┌å┘èº~@\x06ô\x073¯64Å0"
  b"█+#\x01­rOüª\x10\\rJmõ\x05"
  b"ܧ©s„SE›„Á!€l"ûÜ"
  b"ÝèÓ=Ú»O/”\x06\x19y"½I\x08"
  b"▀▄M\x05C\rKÌóÔuU%Övì"
  b"õ█rÚ@\x05LºÇ\x04ø┐ü`»°"
  b"å%«eµÖE\x18¡\x1CsêúôV\x13"
  b"å\M¯Þ“JB£zvš\x0F•{Œ"
  b"æZír$ÎCêªÔ³µtÑ·Š"
  b"ë‡ú×\x1CŠNƾ\x1E;\x05qSLé"
  b"Ý:©àÁ%K\x05É<Xh\x02▒¡═"
  b"íùR“7¡O3”Ð÷èÚR\x04"
  b"ï\x07~JHGIíª(\x7F<¡&Ò)"
  b"ð_š89åNo¦¼žrã\t\x0EO"
  b"ò\x04 ÷–\x1EGŸ‚îb\x0Fér‡"
  b"òH<\x02ÄœG€ŠÆgA\tð°"
  b"¾║ÑùıêN▒ìps=U¼\t"
  b"¸$D£bßKÀ«¥ü_«\x06ÏÏ"
  b"÷UùëÄéB:»äkçQ¿>Ÿ"
  b"ùA*®“z@/ƒ¯¦\v\eæqP"
  b"ùÇ8÷àBI+´\x1Cðj\x1EÚ=¸"
  b"""
    ·u~»B\x18MlØ\x1C╬Y┐\x06\n
    û
    """
  b"ü\x14B†ÿ×D~‰ÐˆwÛ†´%"
  b"üé^B®ÜCY Ç’\x11›f5e"
  b"ývZ\x12# NE±\x13#‘º™÷¤"
  b"ýíÿ7\x03³O«—ó â,›\x1Ep"
  b"þ\x03¸a?ÆK\vŸ·X’\x03©x\x04"
  b"þîšRë~N½œ¦òÉýL²â"
  b"ÿ6-I\e\x0EG„´Ïn-–\e݆"
  b"ÿéÍä¯fDÚºu\e\x04Ú?\x0E\x07"
  b"\x04ÖG™-žOQ…\x17˜\x1CŒ¦iù"
  b"\x07t΀(÷Eõ†GB³OÐ!â"
  b"\tURÙ\x19¸O°Å\x01'ºãê\e"
  b"\x10a¦═¾╔ByìKtkj5a-"
  b"\x10µn\x06Ò_N°ª¤„–\x05Ä'}"
  b"\x10·Ä×=§H¨„ofNÏY:Í"
  b"\x1CÅ╗¢eùLÞût¿Kt¡Ñ\x16"
  b"\x1D\x11\vDH’°„ÛÇ\x05x1\x7F"
  b"!\x0FzàèûAp»Sä±¥/Á\x08"
  b"(\x19ذq0E\fÉè║╬Écû|"
  b"*Hût “Bê°æñ\f¡&í³"
  b"""
    ,ŸÏ¤"\n
    CÏ¿ûO’z$+ã
    """
  b"-\x07(Áe÷I¡ë/┌■╔Å¥$"
  b"3YQ:Þ-DÄ®üTss\x11\v\r"
  b"3¾_ˆS5EW yžA\x11PÜh"
  b"6°][ÑuJM–Ð\x19iÇ+Ä$"
  b"\eD)ÉB¡M┤9F¼½■"
  b"=ZÚäú\x7FO°¹ñ¨\e\x08R"
  b"I\x11¸zkIO%–:@¡€\x04"
  b"\x18\tÜ\x18Læµ%ÓéVeÃŽ"
  b"\ý╗W\x19╚J(üÊ├6и'â"
  b"a^ù©`\x04H-’eLSQ\x0F"
  b"cݸ‹\x1E\x05Jp±¤à\t:¯HÒ"
  b"\fBç^M\x1AüB┌L=Âhº"
  b"cãnŒÜtMꎵXTÀj\x07¼"
  b"\x06VéÿI╠Ç┐%G\x10a%É"
  b"n‚Îê4+A!ˆ€\x1D\t‡‰¶"
  b"""
    }WõQ\x1FŒLBƒ¿kµ4Ð\n
    ü
    """
  b"…ñ›üÎ…M\x01®@\x1E\x06>`"
  b"ì%$íı5A³ñI5Ä\x03\x0F"
  b"ŽW+M\x01åI\v¯\x1F¿k÷á2¿"
  b"É`\x01 \x7F─M±ÖI(¯êé6¹"
  b"“r¿\x16W\x14G£­'ç–$€\x06Å"
  b"öª»┼õ┘EøÆÞ/\x19\x07\x16üG"
  b"œY\x11Ú¢ÛCì¢\x1EH†žÙgx"
  b" ¢‹ãW;Eä¬)u7N!f«"
  b"®\x08Ïh&XJ0âì\tV+þZë"
  b"­\x06ÃÂPÐC8˜xÂ6ÕÖòÖ"
  b"¡©\x12ªTlM'┤■É/Å>┤æ"
  b"®¤º ·¹L”ªíq8:Iåä"
  b"ÇÞ×9æ“Gî²\x08’º¬®Hd"
  b"╔ûzÜ╠0CêØö/┼\x12└‗\x13"
  b"În\föÞÊG2ŒšÖ\x10=TÚ·"
  b"█+#\x01­rOüª\x10\\rJmõ\x05"
  b"Üí%®\x0EïKu±\x06V“ÖoRÏ"
  b"æƒmÂ\x1E\x12A\x13´«ÐÜ\x1A;eÉ"
  b"ëVÕ7Ø´N\x0FšÎ\rܨĤT"
  b"ë‡ú×\x1CŠNƾ\x1E;\x05qSLé"
  b"òH<\x02ÄœG€ŠÆgA\tð°"
  b"þîšRë~N½œ¦òÉýL²â"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"\x07µïs¦ES‡“€¹\r\x1F"
  b"\t']\x1Eñ&NK°;t‚‹ó?Ç"
  b"""
    \tk+\fCËC\n
    £©\x173ÖöON
    """
  b"""
    \tÉÓ\n
    É E\x7F™Ìðò£×fí
    """
  b"\x19#╗Z\x1C\rK\vüú[QßH▒Ä"
  b"\eï\x02J6‹Nã›'\ö–¬vÌ"
  b"(r┌6\x17¯MÉöá7W5FâD"
  b")ü+k\x1E┬AÙån\x00ê¡▒!A"
  b"+s8¡~5Aо¨¬^®p@\x1C"
  b".5LXÇÝJ¼…I,§ÿ!S\x13"
  b"68æ’·ÔGq¨þ-A˜½}€"
  b"6¦Ó2[JIgˆ­Ù\x18/¼tN"
  b"8xõÉå\x1DLıäF­$▓I©▀"
  b"9A¬f¥/Ey²Hè\x014Þ†þ"
  b"=\x12xäí¯Cü¹—kP&=ëÂ"
  b"""
    ?\n
    )²ò×Lq´-Zº“{vÄ
    """
  b"AÈÂv@\tAÚ¹,K9_Ök:"
  b"F\x14h‘$…Câ¾ÞRvÞ¨j£"
  b"H\x0F÷cHFOœŽÊ@Æ\tîz"
  b"Mk_ê2\x14Bz­\x16•Äs×ï¤"
  b"\x13,ûCL\x1D¶*øß¥\x15Ðd"
  b"Ueàô½ÝHì¯\x07\x1F-œ©\x1FW"
  b"V])•\x14¤Fc®GËk…”žc"
  b"""
    aè®─@pD\n
    Ér╚v┌ZOù
    """
  b"hß─ì%±EGú\x10\x15V¸p"
  b"m+¦ç▀GC«ù­ÔZ#Å6\x10"
  b"nÓË\x1E–3Bé¯Ùr1í»¶û"
  b"qlx÷)YF(¦ü9UzŽ\x00ù"
  b"réyÔ\x10åK.ä즠JL6Ä"
  b"v\x00ÉfR;J›Ÿ~em  /J"
  b"{ Ëš\x04´E\x02´\x06>—‡"œÚ"
  b"ƒs±[áâBÚŠŒ€;ºÏWç"
  b"êèU▓ôyJåáwö\x0F²§ü8"
  b"ÉÞ~ÒáÂK╝ë'Jì2-Ð-"
  b"öºb\x1Cü\x06A­ó├´\rÐ/L─"
  b"¯T1Ç £MTŽ/@=Oâb\r"
  b"·Á\x18ÉgAL¡¥ÞfìâLfc"
  b"¹©\x19²ZE@S–JÈà×ÿ:Ô"
  b"ÊÌfßH$B¤¤ú¶ÏçóôZ"
  b"ÌJB²mEN˾%ñ¨÷+Š\x05"
  b"äU«&KDL(¦|\x1Ek\x1D"ök"
  b"""
    äž=[¹\n
    H\x1C¼y9´SõH?
    """
  b"íWwÕbæD(‹h\x14:ßÍÁð"
  b"õ\x16ÿ°FâC{©þý6¿ÉgJ"
  b"°ðEi\x05ÉK\x10▓Ø┬\x12?═5ë"
  b"ú„Ïo\x03\x07Hÿµ\x19\x0E\x05Œt½a"
  b"ü\x1CWº£¦L\x00ºW¢„-\nÆA"
  b"ÿxÒ¿ð\t@¨»ò\x00,\x1F(ÐÚ"
  b"""
    \x02;Ϊœ\n
    Mª‰J \f\x05IÉ;
    """
  b"\x03›’W´‹FW™nŠ\x1C=«zÑ"
  b"\x066óÇ\x14“J•¡I¢}9è6Œ"
  b"\x06╩û15§H*Ŧë'û7¼-"
  b"\x08ꯨ—]Cγ]¹¤ò\x1A˜à"
  b"\x11y\x14)·XG\x19ŠŸ8\x17ªd\x15¤"
  b"\x138Û –WNκ–yN\r²æ*"
  b"\x14┘ôd=╣L┬æÃ'ÑÉ└üø"
  b"\x1CÅ30(vI·˜\x07\x02Æë\x7F\x03m"
  b"\x1E5<Ç™.E1švÔÏ2\x0E¥¨"
  b"""
    "}\rœÁ\tG‡‘ðñ\n
    f\x05/ÿ
    """
  b"*v•†\x04SD¬¥]\t-yèFÊ"
  b"*├Åÿ┘.CJ║Qò═\x08\x06└L"
  b",K+╚°uF`ü_£ö\x01ø\x14p"
  b",rP3\x16iMKôûìF?Ç4P"
  b"0I\x18\x01-ÉD «á╦_\vô±Ý"
  b"0×ß\x08ƒ!KúžInˆåžíÒ"
  b"5O5W\e8J5ùKn\x13\x12VÅ#"
  b"7æ0oSëN$…<¦\x1DùáMq"
  b"8*—Ûè[N˜€åjJœÏtÍ"
  b":%2oPvA:ÅÐì©P[È`"
  b";‹¢~×>FÞ§—l“æÎD6"
  b";Ò ñ\x02…K¤Ž¨¸ûf¼%)"
  b"> ░Å`´@µôÔ¾¥H▒ïn"
  b"D\vy\x00ýüI\x7Fç╩╠y\x14_/║"
  b"E‰±É6ãAß‚|=\x0EýgÃâ"
  b"H,µ/Ñ?C€¨­uLà ]™"
  b"I\tKð§CF\x00¤Ù¿â/Âgy"
  b"K•R%çüG®™#Õ\x01/o\x145"
  b"Mó.\x02æéI┬Å%a­cØí\x12"
  b"N S¶úFAØ»\x1F\vÁ÷8àó"
  b"O\x01Ì\x16×\x00HŸ©“JŸs¥„½"
  b"O†ÌIsÇD¾·orÝŠ\v\x15"
  b"RÉUúšÜD°°8\x11Ú·„ž¿"
  b"UÅß­álE\x17│ï`Fóx\x0F\r"
  b"W\rñÏ\x18/G¿™}ó° RSl"
  b"cà 9;ÛG\x04ª\x1DØŠ¢J²$"
  b"io;Ú…­KŸ…KËìöE»€"
  b"jŠ£8X2B•†Äk"R¨n÷"
  b"ze«r<ñAײ@p(2IëM"
  b"\x11Œs¤MÐ€ÅÆl\x14¸ª+"
  b"{\x02î\î\fC\x1C‚Ó]Ì\x0E›mÈ"
  b"""
    |XR\n
    ®áD›ˆ†x,ô O!
    """
  b"ƒ\x1F4žµïH>°ì\x7FE¯ZOp"
  b"ƒ2g€ÊŸK¬¨)gx#ÀQÇ"
  b"„õS\x06b»Fʰ\x10áÃ\x03\x1EÛÎ"
  b"”šëN†\vGñŒÚ\x1Ar\x0Eh©`"
  b"™x•EFÌN¥³†13\f\v¬ƒ"
  b"œ2uü\x15dGF¬ 3•Êä4r"
  b"ØH║¥ÿ¬J:░êé\x7F\F¸ª"
  b"Øù\x03$)ôB.ö\x16¾#\x10─e^"
  b" =FP<ÙBa¢R"SŒFFø"
  b"¨i‹¶2nCº‹Ó«ßšßÃÈ"
  b"©¥'hy×I\x1D­*\x18‚Ú3„ä"
  b"¬<9W■ÍL8Ø{ÃþJjwG"
  b"¯œZñÏEOPˆ\x12@СÝ:‰"
  b"""
    ²\x18Œ¯»×IŒ€\n
    ù–f//\x12
    """
  b"¶?\rÈ.\x11M„”[IY8±,\e"
  b"¹£r«01I\f²;Rs6ò®d"
  b"║╗*ó╝>BÌ£Øj|3Ôrã"
  b"¼EZ{´ºKA¢\x18Ö…éé®\x13"
  b"¼æeåúûM»œMD\t&b¢’"
  b"½cP˜'–NÝ©+ѫ׷g\x7F"
  b"¥*NÿÅ}C\x12¡ØÁë╝a┴@"
  b"ÌöÕ"¡\NµŽƒy¤¿)\x1FI"
  b"Ñî˜'”ÇCÕ€ò©º=¼\x7F"
  b"Ò”wX£ïHÍŽ×C7Gb"N"
  b"Õ«`ˆáõM)›ë}„Ž.\x013"
  b"▀Å3)¦zKëöÖÀp\x04▀y\v"
  b"ækY\x1Di+M.‘á»”áÕ’S"
  b"ÞØc{\x7FåJ²àù-ƒKAIT"
  b"ìeû£Y`J\˜PK­¦âSC"
  b"‗ìR╩¹ÖB#½5þîþH(©"
  b"òé\x1A”ŠìN †Ý£ÅZ•\x08§"
  b"ô;§W\x14ÐLž¿[º×\f‚’ˆ"
  b"ô¢4Pl\x1E@ð åɨEú(\x0F"
  b"õ»Ÿâ¼£L\x1C‹õÝc`øµd"
  b"¸²┤╚lODØäÀ(@Sº¸\x02"
  b"""
     ä\n
    \x037¬@=¡üN»n£\r 
    """
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"\x00;¬ËÇrIª˜%ØÎZ_¨¥"
  b"\x15K╝ÜÍl@Lƒ´Å\x04.R8«"
  b"\x1EI8a–¹O\x05žD²‡§ámc"
  b"!\t`¿\x7FoG¬‹Œ£\x10zJ†Ï"
  b"!.÷ÅëJJsÂ\x01\x19×õç\x1CD"
  b""{└m\x07]K\x1FÉÉ+tÚ¯;ã"
  b"-"=‡v\x13@_ªº'U\tR\¢"
  b".\x10ñH0ëEØë\x11«ı┤ãÿæ"
  b"/ (ÔC$Ha‡'g:‚\x0F"
  b"5$\eø€ÜJ¥¢`¸–\x1Eó½’"
  b"=C¤\x0FAvKj§\x06wEP”\x17X"
  b"C[:\Û$NŒœSð‹S¹Œ›"
  b"Dƒò\x13q~D«░¼^\fا%³"
  b"Fú'ì¾vI鳓”¡ar\x11Î"
  b"I\x14L½ñÚG2¤/—nLA\rˆ"
  b"I†"a‘xM§˜\x03\x1C WÃ$\v"
  b"P\x129ÒúðJÖì4%╬½Bï\x0E"
  b"_T\t ï©F\x13¸Lë/ßÄÉ\x00"
  b"c£¤©áüOmÁª)ÄÝã¾─"
  b"j¾Àƒ\x7F­H3­,fH¿¿\v*"
  b"nJÍ\x02 ØH®®VÛ¾£*w™"
  b"""
    süú\x0ESnB│»\x10\n
    Ë╝▒'
    """
  b"y\x0FV0Ÿ#O*¦zpßÚÄ,="
  b"{Dû.ŠˆFõ¤D\x15™ÿÄœˆ"
  b"üÁ×t┴&N#ò\x0E!┌ü\x13"
  b"‚³ÞL]jM<©?\x10³ß`\e+"
  b"†/¹Ûä$OU½\x0EÁ\x7F¥Ï,""
  b"ŽæQ\x08ÉÛDÅŸ\x07®öšwÛ)"
  b"”[Íì­lOm¨Šðj}G¢m"
  b"""
    \x07ä¢àÁB\n
    ¦Š’û_à©¶
    """
  b"˜Åš>Õ3H¯—u¸;\x0Fñ£Ì"
  b"šP\x13d­_Bˆ¾È³Ö]›Yè"
  b"¥K\x06ÜzrD\x0Eºrkü:'Õi"
  b"""
    ¿‗Ýò\x18\n
    InØEøòä\x05
    """
  b"©ÜU\x05\x13Iy«f°\x08ÄŠ‘Ü"
  b"¬═Í¢¾¦Hf¢ìÀ=O\x1E"
  b"±ÏPüõœDç‚øý0‚YÓ,"
  b"´`ë&ƒ¨Gi¢Öãa\x1DI¹»"
  b"""
    ¶ä¼B\x113O¼­\n
    rãÃP£Ü
    """
  b"½”_%\fwIW”:íá¾¢H¸"
  b"À\x12IKõID›…Ή^SºH²"
  b"Ä€ª-JiBôŸb\x05ûæ”óÖ"
  b"Æ€Œ¾¢ãEkº¤§ÒØ“æ§"
  b"Òà =¿ýF4°ÜV“µ_Tî"
  b"Õ”+ðˆ#F°¶_:\vÁ–\x18É"
  b"ÛÄ<É;9M€¯.‘~̤Yµ"
  b"█┘m½ÇâA¤Å\x03▄nn*uÕ"
  b"ÞySkØ\x1EE b;\x144<Hœ"
  b"òþ#úó?Ad“¡—-ÏÕp^"
  b"ü‹Ç‘Ù…OȼšŒIìm1\x1A"
  b"*¾çu¥¤HHÂA3]ÅB¢Ä"
  b"J\x06mG\e“JU£%jŸ\x17ÑÃŽ"
  b"P▓çsfRK\x7FÄÖv7\x1Eüäl"
  b"©»h‘[&IËœ»t‰\x15\x12"
  b"ï:âØ]ŸD\x00º%…3®`Þr"
  b"óªG¾ÏóNˆ¥P˜¦\x14\x1D‰Û"
  b"\x00Xx¥\x1Aè@2»nÁŽwõÚÂ"
  b"""
    \n
    \x0FÔåOߤXß¼\x15\e7\x7F
    """
  b"""
    \n
    ˆ\r‘–\x11@=°\x01¤”Èú9(
    """
  b"\x0EíØ\x06\f\x7F@o³$—\x11}–\x06H"
  b"\x10Å└{=úF_ÅzðØüDm`"
  b"\x10¿í‡_<B£–aûÁv4Vj"
  b"\x19ç/ƒ³ÇG*Å┘\x16Û~ÈÐ\x19"
  b"\x1AãBÈû8L\x11“³\x05"%N02"
  b"\eK)÷v±F“±ª@‘T ·\x01"
  b"\x1F~zÈG¬AƒÉ╦ú\x12£\x7F@S"
  b"\fŸ6ÒK<¿fH;¿Õiž"
  b"#wõ\x14ZªMɯMÂ#Ð׊¿"
  b"$¾‗®g¥E/Ç Éöe®─á"
  b"&þ0;zÓIƒº‡³‘êpäæ"
  b")░╠é\x01ÈMóÇÖ║ÅUÏ┤£"
  b"*ì  Ù¡J╬èS&e░╝U@"
  b",?\x072\x19¹MHÖ7$üSv°\x14"
  b".p*inVJj²å\x13¦5=×j"
  b"9\x1F\x06yiÈLh§•r\x00 Œ,³"
  b"?=‡M™¸B„¯ÞuØ\x08¢õº"
  b"D˜E c M‹®”lz4«<\x02"
  b"EnŒ\x1FΕFR³¯?a¹¨þê"
  b"F:ƒ\x11îØBë­\x02²D/ä\x1C"
  b"F|Œñ8ÿ@¦­¿ \x13x\x04åm"
  b"FÿmGV\x08Kû¢KgAIrì«"
  b"HU\x19\x14£×BÙ±ë†\x0F†¤-h"
  b"HnˆËÈIOŸ©\x13°i\t\x04"
  b"S\x1D³\x04Ž©I¼š\x1CðÏ›ú\x10§"
  b"T§{¼8æNɤ©•6cc&Â"
  b"U¡Çz¬ìN§é┤éÎ\rÙ¿Ñ"
  b"VÅ7¥╩ B¯òä╦▓░µ[╠"
  b"V╩ð\x13ÁöN1ìbú┴@ëVv"
  b"[ìô©\rŒAé†+\x13ê\x01Ôø$"
  b"\\x00ŽÇÛÖJ-’ÚÞ#_¤Jª"
  b"c¸)'p\x05Cƺ\x1FpücUå`"
  b"""
    h\eO{òC@»S{\n
    \x7F"$†
    """
  b"mhÊ\x03ÞöC\x04½ûgÐ\x1Cm\f}"
  b"n×Z\x12m©L\x15¡ßÇ"Óù(;"
  b"oþ(\x1D.ýC\x1C“T7ô«yBã"
  b"r–\x0Fhw²K«»<WàÆžjM"
  b"w ¹ìðCJ=êÛÁ8h#▒þ"
  b"wéÚPz™Gî˜a}\x05ÊŒ%^"
  b"xÑ©ÐG[AãÅ]b█w7╗Ç"
  b"x«£;T\v@p¨\v®±ß³~2"
  b"y\x00쫲\x10J<É4r(ØT¸Ó"
  b"ƒêJB3óF<¬sœsý\x16\x1Dæ"
  b"„>%|imD\x16–ìô71w°h"
  b"†Ä3\x00f_D÷»L"b@äà("
  b"ˆ6\x15éZ\x18O¬“$rÊ1ŠÆk"
  b"‹1¹kÃ\x1AC\x19¼x¦‰ªö8Û"
  b"ïüS-Ò¦JD¥hö^Ñ\x1C)h"
  b"Œ{1õÞçK\x1E–w¡6ï\x16"
  b"ìö"\x00╦;BÈëDªº¹°<X"
  b"ì╗SÖÜÉH\x1Fó~!%å¿\x17\x03"
  b"Å█WÒèïEÕø▀EMmã`▀"
  b"""
    òGj\v┌èI´Å×\n
    ù+╠8w
    """
  b"ûÆ "cüLÿÄ©╩Ô¨6ùs"
  b"—¯e‚¦AOh›ŠV"%'\x02i"
  b"™$wI‡jJ\x01¨ìtä¥Ñß\x00"
  b"ÖÇ╝ìðËM$ñ\eNõ'×øi"
  b"™‹±¤\x11DLѯsµ\x11\rnÚ”"
  b"œ\e\e÷9‚NS¿¦DÒžÓž\x1E"
  b"Ø\x7FKõbäL╚ì\x083█_ıF\x1A"
  b"ž5Š•ä•LÒ‘ÙYK$ˆÝ'"
  b"""
    ŸsW\n
    \x04ñDi ,™€4¢±\v
    """
  b"¢\x11sr#jI„ˆvp4.>L\n"
  b"¥dúÄoJM,¤=ACEò»\x13"
  b"½╬TÉ µK(¢┤(]\x151Bk"
  b"®ù2H‘ïLÉŽ‰˜\x179j\x01#"
  b"³L})~“OS‡hD³Ëc…­"
  b"Áüu║×èJ\tòÆ»ùMGÞÕ"
  b"¥O ┴ìñLÿú\x17è¡\x01{fî"
  b"Á|ù|ßCF÷¸SAù§æ¦ñ"
  b"┴¾▀/ûØ@ùä@ ÈH@P┐"
  b"Ç\x05`[ökI„”Ë„\x1Ar§®W"
  b"ÇÚ‘©KÉO.”øñÙTÁ3Ü"
  b"╔·┼Kâé@ì¡\x0EY.ÎG¨"
  b"ÊÍtÒ‡:O¿Œþ\x1E\x18‘²Nø"
  b"Ì\rÍ|ÞZL\fšÂª&Q%£K"
  b"═ÑÅ■/ÕMâ░\x1Dn1TL█;"
  b"ı-ú×▀2NzÅ┤Agô\x1AÂâ"
  b"Üwˆgi\x19MI€A˜˜\tŠ36"
  b"Ý|£\x1DRJF¤—²\x1C’ĵ˜p"
  b"æB0ýÐËD¹§ºbj\x16¬\x0F\v"
  b"ç;ÏȰ8E\x01†Ì®\x06k<n¼"
  b"""
    ì÷Öv¤ÈG\n
    ¬zHEƒ5-®
    """
  b"ð[w~˜cLö¸µ¡\f­Éb#"
  b"ôû¥ï±·A\x1D›=} ûù\x0EI"
  b"ýg¼ý\\x18B­Š•9!Jð%\n"
  b"ýã-(ZGBR­Dnlï\x10]4"
  b"\x06“hu¥\x04Jü„¯(«ñlè¯"
  b"\tnZÚ\x06@G·¸Ð¹of5QL"
  b"\fäW-éUEƇºô®ƒÖ”z"
  b"\r\x0EüN²óN\v┐▄~æí s╣"
  b"\x11|ô†ÛüL‡‡")®³LŨ"
  b"\x17Á\x00,ЋE·ž»wÁ\x05ýäÿ"
  b"\x18[\x1Af7åJ…‚ÝÍ\r؃îo"
  b"\x1D\x0EËr\x16ÔIÏ¡‡L»šÊ{\x11"
  b"\x1DÕä³mÚAÊîd¹¡º§gÅ"
  b"\x1FÚ|~¡¹Mn»ý¶\x17e\x17åb"
  b" \x04f&õ²@\x14±*Z\x14¼zØM"
  b" … ½ÃYI*„Vè¦.\x03«æ"
  b"")Yí´iI;¿\x04¦p¬Ã•L"
  b"$e\x04╬w╩Hüùâ«L*®ßì"
  b"&m°è\x1CfH§§÷\tQJÙX¢"
  b"'\x1Cf8\x07LO؞񧍯\x1E_\x16"
  b"(?NSÉYK@‘7°±g7¹õ"
  b")oCÞÂüK¿¼s\\x18Q╚S+"
  b"\fCš¶BU©câ†W„{n"
  b"/Páú16C\x06¤]¦\x11TŸæ¦"
  b"0¥(çÿŽ@ঠ¼©\x08é?7"
  b"7¾³qçíK\x1A‹šÞÏ{4ïþ"
  b"\e Ü/M±…œyA5\tÚ±"
  b"<Í0³ntNª´\x14ûj’\x06‹î"
  b"F,ÁòÍwN\x19€ÊÕk·H'#"
  b"L7“»å\x00Fß½ûZV1Jñ]"
  b"\x05á|>C_‡ò~MŒß\x02š"
  b"[Vá\x15­¿H ‚p‘5öd} "
  b"\&\­\x11‰G÷£ ,Ã’½Þ:"
  b"dÏ襁:FP¡\x02jO\t\x0F-\x1F"
  b"e\x15Øës\x03Nºœœ|¥_ÑŠê"
  b"f\x05+ÖÁO°“<‰ÖGïž@"
  b"jy½ g\t@í½Lz|7:\x02|"
  b"mÁ5Ī‘Dë¾\x03JEHþ\x1Eü"
  b"o¦-qÈ\x1FM®ºü'ñÑ+µ\"
  b"tÉž{‚’K5¬‡”µ\ýjì"
  b"|S8bØ1Mÿ´d¾ƒ Õ©Æ"
  b"}pÐvùPL8¯Zº¹\fvp\x1F"
  b"üê9úJiMÔÆj\x19t¾²\x1D\x02"
  b"\x16\x14¦n$N†š×í{M\x07\x00\x02"
  b"ë\x05\x1D%ËÉM■ñ■Ëñ\x16\x01\P"
  b"Ž\f3]î\x18Cá”®yçTD5="
  b"""
    Ž¿ÆÙ{\x07I‘¤L´,\n
    0\x12»
    """
  b"Åıê╣\e¡N"ê¿█ظÁÚî"
  b"öTfp\x13`N0òv╝åvÉ\x1A\x16"
  b"¤C°\x01\x12%Bƒ‘€wŸ5áZk"
  b"¤io\eQ›K¿¯{‰$3üÛd"
  b"Ñ\x04õÜo$@\x19äV[│q┼³Ø"
  b"ª\x16­\x06ÓåFà¦h)è¾J’>"
  b"­åÕo\x02\eHøµâ™\x0FŠ™î®"
  b"«;ư·oA!ìi3>\x7Fóñ\x1F"
  b"»îZ¡Ë¬AÐï:\Ét╝a#"
  b"¹º4zE¸LV‹å!¶Ã‚|«"
  b"»?Ý\x0EžÁIȺ”7ü^%®e"
  b"½©Æ‡\x05\x14J\x02•r¢¦\x15ÓC\x0E"
  b"¥üÞ‗>ôK║ÜJ%^p3x}"
  b"Æè‹È—‰G´­óKÜ«ôêk"
  b"È"\eXqÒO}º_¢¸\x13ï#/"
  b"Èar\x7FxÊI§¥ì¼âôæ´¬"
  b"\x15+(ÆsN(à╝\x19É5j z"
  b"Ô¢ùmzøKY¶æ&0»ímÆ"
  b"Õ‚á¼"UB4„Q\x070øé\x07"
  b"┘®#┘ÈuOXüÙ&zg)@¤"
  b"¦\x04.ÏÆÿGò║\x08ƒM³┤Åß"
  b"áÅ\x1CÍ…cHø§XIYè†\x00I"
  b"â\x10™hÄ¢LŠœbú¼,AM·"
  b"ÚQ│ÊR¢Mü┤¤\x15èêK█¢"
  b"Úëå­ı╝Krùþi█├T¤ü"
  b"ëš%‘\×Oè»ý¬\x12C¾i„"
  b"í0”å}\vH\‡@­µ¤ÎÂ|"
  b"óŽŸ•»6Ca¢ \tÙĹéî"
  b"ù*’Û\x10âL9¢³Ì/w\r0l"
  b"\x03|R¼vaCGš1;\x12÷\x15Þ "
  b"0\rάØ0E8±qE”éºEè"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"çâµdò@kÉ·Â┼3ÛÙ¬"
  b"Œ¨¸g\x19\x7FFü¹ãWè7Ú$."
  b" ,+EÆ\x1EJ–”qÞ\x1EÚ\x132\x07"
  b"±¤„‡ýnDX•rØ*o\x10ÌÆ"
  b"ÌÞ´\x08Š·F•·éUL®üyD"
  b"\x04B\x18çN½F† \vš_5‚3\x11"
  b"\x04aj!/ÂBè«w ¸Þ;ñ"
  b"\x08s\x19y°êNª“‡ƒ\x03\x01”kû"
  b"\x08ÞÝå¢íK\x0E¬SÔw\fÒÛÐ"
  b"""
    \fÜ´x┌ÙNÕ¼_\n
    \x01ö\x03
    """
  b"\x0F~²2à N}Ø_þëx░84"
  b"\x11\x1FÍX›+E7ŽjŸBÄÊ»Ò"
  b" šêoÝ9GB¿ñ§È­³.#"
  b"!G\x1F–±\x16M)´*_\x7F\fD"
  b"$7\x02PP;O=´~™½cecä"
  b"&wÇ!ÏfH6²\x19"ÍðUXÉ"
  b"""
    'ŽÆ‗æI\x0FƒúÍ\n
    ┌b®±
    """
  b".\x0E‚$6üFx¨zóHèÏzù"
  b"2¡ˆ´¯-@Ôš_†É\x1A(‰Ò"
  b"5VÉŒ¡õN=€Æ\x16lwÀ>Ä"
  b";”ùÀFœM\x1E¼¡ý–\x7F\vnB"
  b"""
    >ÃÓ§\n
    \x17Jå›3R¿©¨Å¾
    """
  b"Aƒ┴Ïò\eJdÇ\f\x0FK?┘`Ø"
  b"CË$Û¿\fM\x05‚(¹Ø\x08\x17l^"
  b"G8ýŦMD«·:™&ؼі"
  b"K/³Ò¿¿F³¢\x11n\x15'ØÐY"
  b"K®▒\x04&ÙG;Å&henBó┤"
  b"\{0"±\rA\ˆ( Vá¼£¤"
  b"\ü<¤%┘FRá\x0E¶ò‗┴Ýx"
  b"e▒ö\x07©╚FßäüÎz\x0FU=Ú"
  b"jL\x10û\x1ChI¿¿ËÙ»\x16\x04¦ü"
  b"jX¯qG¬OXüı®\x00\rª"
  b"v\x10é?\x7FB@‡¬~œâTh\x15Þ"
  b"w\x10Þù\x7FÓNŽ×çÓ\x18ù│Ð"
  b"xÈç­”UM2¥š…›\x16ŠÍ¡"
  b"|)ñ"¨}K,Â\x11háÁýÎØ"
  b"|╠┼¯¬┬M╩║\x06Ø6├Î█§"
  b"}W´\x13vAA\x1A©¤í‡\x11ÆVx"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"üQi,N\x10OF║\x1A!É╦Fôý"
  b"ƒXxWÙZOw ˜kÔm³\x16P"
  b"â╬ \e\x1C\x03NÉç 3¤OÐ\t°"
  b"ˆ\x1F9‰AqMƒ«“55®6²Ù"
  b"ëfÊ»\x00ûE:î÷Jü╬½\x19­"
  b"ìÁ\t┤╝\x1AA\x7Fƒ0Hµc{pp"
  b"Å╩¶▄©7L\tâgè7\x10<Ãñ"
  b"\x13~šù\x1AHœ”`”€¶Ó#\x14"
  b"”Ìg[ăL柰=HIyšE"
  b"™f|H#sL›˜Á©\x03\x19ºî_"
  b"£B$ÆpUDd¬7;'rÇUš"
  b"ªòÝvY}Lø«Íœ6Ü\x18«Ò"
  b"®Õ¾¶èêNþ›•}È\x12¥9\x1D"
  b"®ëÿ\x1EJ-M\x14žv¼Þ„ÙŒ“"
  b"°4`\x14oeK7®ôò)k#Q¸"
  b"µ\x020Ù WF\vž|ÛU)\x0EìÝ"
  b"·Y¦Çi·J\x16®¾%~Ó¡ÈÙ"
  b"¸~½ðJÛAñŽîËzh\x04öå"
  b"¼O´$2hAV¸üz\ÃOch"
  b"""
    ¾\¥:8ÂEU›\va!\n
    {”‘
    """
  b"ã\x04÷\x00É\vC¢ño\x19╝cÙEÆ"
  b"ÐW+öw²K•¤ù.Y¼kIÒ"
  b"ÐÑÇ\x07ìJìˆîÁ Pø¿ò"
  b"ÐË5a¥æK\x18º\x1A€•øÝQ\x1F"
  b"ı─üß\x19wI1ÂÐÎno\x1Dáô"
  b"×PC\x078”Gæ¹n\x1EˆÕ³=‘"
  b"Ü“þx\fAARž—GÆ”ÈE\x11"
  b"¦0z╗®áD¤«¾Å│Ϧrë"
  b"Ó8NJ±e@ÉÀ8çÑÝ©±6"
  b"ÓP\x19!ÕéD\rÀ┴²ò\x10ØhÑ"
  b"Ò>ÅkdòMää£┌ÒimVè"
  b"Þï³è\x06*AÝêòð¬·├ìÕ"
  b"Û┐\x05ìFÞMÒ½Uýµ║)§Â"
  b"ìF2—uGL0ªoFÐbsGM"
  b"ýüY(▒ùDòÇ╠╗h_`¸Ê"
  b"íÌýJàÐOÌ¥k\x18\x02õ(ƒÅ"
  b"û\næ\x04Y‹Ju¦ÜfF÷à\x00]"
  b"\x08\x06\x1E¬êËH·Ž\x07}ciâD§"
  b"\x08ÍçͰ\x12L†‡\x19—’†žtÀ"
  b"\x13Ÿûš›tG. i=ÐS÷\fæ"
  b"\x17žµ…¸UI\x19Š™7ð[îã©"
  b"\ebÒ"›1FŒ¤ÞÔ—\§t\x0E"
  b"\x1Cý“o:ÌJВɹ¼\x02¾\x06Š"
  b"\x1E¿\x1EãA @Ή\x024ž \x19"
  b"""
    '╦\n
    Å\x05ÉM╦ØS<}h┼=¯
    """
  b"/ìõ^ñ®GSÆ\x08×═E╩╔C"
  b"0¥×­╗ÆH╝ì¶Ì0╩▒╚\e"
  b"1\þ1—¼N6°\x00m•×qœH"
  b"1ý├█\x15ûN$úð\x01ã║îÅ║"
  b"1úôW2jH•¶I«Ì\x06A\x06\x10"
  b"87\x00A;1E Ø║┘W\x18·╝À"
  b"=è¾öiËE@¸R´¨)°rú"
  b"=Ù¨a¦nBÉúló!┴ç5Û"
  b"OPý_DÑF«¤2*\x1F\x15ž\tL"
  b"\x14Qƒ*LT¯\tö÷¨„ª)"
  b"Xþ¿ÎÒoEÚ’{ìpn¤mê"
  b"]?¹½Z§E¿‚¾\x1F[Ð!Q†"
  b"gîÂÂbÖM–“ \x05—š4n)"
  b"p+ÆŠ>'O” Q3.ÐUZð"
  b"x?1ÜYßE£É;¢4░ÈÊ\x02"
  b"z^%ï&\x7FBBì®T▀Doó\r"
  b"}T’w!\x00N8™\x0EKU¦Ÿmw"
  b"~\x18BÏ(Æ@±ˆ4ö÷<ªDø"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"ƒ\vI‡ƒŠC®•2\x19s®rNä"
  b"ƒw eÕÞBR©|YÏ5_wÄ"
  b"ŒøO%\x00úJ>‘)ïŒ ‡,ˆ"
  b"ì3Qº\e}J(åk\x197M°\x0Ef"
  b"“ƒˆq&\vAæ–¦\rþÄôS{"
  b"”ãÎaj\x19Jõ³ü˜K@6‰$"
  b"ÖFÀ\x18©ÆM}óØYN¶(wÈ"
  b"›KXŠv'@Ô¶ê&•Ü›åA"
  b"ø¸¾Ô4µD\x1Dì\x1DÌ=j¿P\x18"
  b"œ²ýÌü‰N0®ß÷Žàθð"
  b" \f£‡¶<G„‘šK²EŒ\x10Y"
  b"í/╩óÛâA¾┐·f½Ø\x03jD"
  b"¥‹r†¸÷A}¯ÞÀ\x1E\x13(Ù·"
  b"ºnÄp2>@!┐q7àj\x19üÿ"
  b"©ø\x11:\v\x0FKó»„㼆ӵ«"
  b"­û¼êQ‹N_°î_MR€ç`"
  b"µ~±g&OBõ•P8ˆ\x1EŽÑ›"
  b"¶¼\x1Aõ¯-DÊŽ‰64‰…Á¾"
  b"ÂÞµ\eëaH÷ìT¥u\x03¿ j"
  b"\x04\x02*ögK`┤│═\x07ìún+"
  b"┼/ëäÓ2IéÇþüD╠½3\x03"
  b"ÇìýjépF¥†­ØA\x08º_e"
  b";‡É"?M.«»éÍ\x18(†÷"
  b"Ôƒçu\x06ÚA×€SÜ-8ÞÕü"
  b"█YfÍÀ╩EØé\x08ãZS·§õ"
  b"äÀï\x13QÊI ¾‹\x11\rf™\x02"
  b"åÉóeþ5K\eƒ¡†Hº¯[\x05"
  b"ï%RþÂvE(…¶T4¢À“W"
  b"ï¿à\x15\x15ZMȼÁÕaãüQè"
  b"ò{ÂøÅÕNö„\x00\eòù„`6"
  b"‗¼â_~═KÌü│ØB\x0E\x02└Ð"
  b"¾Q║õ¯öCÁØñOw\x1Dø @"
  b"óʓЊ”FO¶}ôj\x16Lú%"
  b"¶h¹A®=O\x02ì5└:f\x11Æ\v"
  b"õ\­ˆS©O\x0E®È»ë\x07\x03í&"
  b"øVg\x06Ö4HÏ‚ÅÍ:âí¶X"
  b"ú;K{# Gb˜ÏTÉŽ\x07°É"
  b"ü\x1CÛ\x03«$@ª©\euò1½þs"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"¦O\x13\x16Ï-EŽ—³0òÔ%†j"
  b"¹\x01‚ˆF'Os¿rM‚½Å:‹"
  b"Éîs·à‚Gl“ó$àdjþÆ"
  b"\x04\x05(%\x04F\x14¼«#,À­<#"
  b"\x04âA;«ËKÁ°ã\x04ü\vA\x11"
  b"\x0E¢ì\x08~³G\x05¤’¢$Ÿ´¤\x07"
  b"\x0F)üx■XK&▓°\x1Aø´öäo"
  b"\x1AeÖ]OmK‹¶£—z»æ‰À"
  b"\x1C{í:=╬@ì¥\x03\x13y\x05ayÍ"
  b"#\x1CÝ\x01ÃÞCGìj·A;\x01ñö"
  b"#Æ\ê½åN”­fǶ\x14&Ï9"
  b"$¢ü2ÿ\x12FÔ·’–2.ê\x01q"
  b"'V]\e´-E=•\x12÷3\x15†¦N"
  b".;ò\ÞHF¼…¼š?ãZ+\x02"
  b"/õ g¯wN"¬Lcþ\x19dŒ:"
  b"\x12À:¶BÆ©û¦Ð©¢P—"
  b"B©#\x1D¿äK‗║àùoTU´Å"
  b"[Ev9\x11ìD3™Ýø\x00ùÌXî"
  b"`ùW\x1F\x0FÇFõ¤ª\x08ªù|\x0Fq"
  b"""
    d^§ý•¡Fg¬#\x16@\n
    V\x0FD
    """
  b"käÅæÝ¸Jx¤\x06¹—\x1AÏ·¼"
  b"q\╣ërõF░öü\x129QJ\x17¹"
  b"„€ñs2–HK€C\x06ªS’˜r"
  b"""
    \x01\x02‹}s@\x10†£\n
    #þ”#î
    """
  b"×W\x0F¬Ü\x14KÉÁ\thn‗&üü"
  b"ñGÁımÑN:Å6├\x02┬a‗Þ"
  b"¼!ï¹╬ÁN╔íU\v\x00"#BÅ"
  b"¯³[P2zF\x15§]«St\x13ìr"
  b"µ\x14Kw\x1D!Bo¼p'(-²s\x19"
  b"À÷ã$óxO{”ô7e»jï\r"
  b"╩5Å-A]@ÜöS(║á░╦Ç"
  b"Ù3¡!ììMy°\fݾš\x01\x13"
  b"µx\x1D¨NÚBÜØMl£\x01┼╚c"
  b"ÝP-¯{ëKu¥░`░ÐüMd"
  b"ñÏ¢\x16Y`Ep±äa¬IS\ee"
  b"õ\x1F\x15Ù¯Bιîã¶5ôí×"
  b"\x03|R¼vaCGš1;\x12÷\x15Þ "
  b"\x08\x07…£Os¾q\x12\x19V)7\x05"
  b"\x17>Ü#│cOCü­╣\x04Nåa\x08"
  b"\e~¤°M¡@\x15¿ß™S¯2N|"
  b"!ä9º‚®Lw³U)mšÑÞ¡"
  b"#Ó║M\x19þB└ø\rÂãv"4Ø"
  b"&N\x07\x07FÎÅkK\x1Euº!î"
  b"'ÍY™[‡L_¿¼fÔ\x19ðÜí"
  b"0\rάØ0E8±qE”éºEè"
  b"3\v—r\x01\x11Fœ¡_]û\x10íî¸"
  b"3O\x10]u\C\x14®lÓŽ~â&¦"
  b"""
    4\n
    \x0E‡…\x0F@Cµ\x1C¿W3|þ”
    """
  b"FPï‹ËKKç†|ð¡²4¬á"
  b"Nè´\x01g)FËü║ý╦\x01f£═"
  b"""
    OõÃ(£Û@\x06ž¢\n
    (U襕
    """
  b"]o(\e\r\x19JÚ°­8¦¿\x1CÅÀ"
  b"]w@øorNà¡mR"o‘Ý\x1C"
  b"j\fºÃ"\x1FHÅêÒ½▀ù╚RÊ"
  b"vÉ█╝\x18ÃJ¯Ö\x15\x17)╚%»«"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"Çp\x0F£┼\x04Ceáâ÷ü!äg┤"
  b"‡–~\x00É™J ¶H@±‹\x17ß\x7F"
  b"îi.\eIgDØ╝├Øã▄\f╦/"
  b"ÉÊUZ¶\f@ô¢╣cct?Sa"
  b"Éß┐\e├ñI]║╝Ç\x04'VY¡"
  b"\x1D‰€BbAñ²ÚÛî¨w‚‘"
  b"‘â÷ãpÜBåªý57³¡©¦"
  b"—h0Ñè\x02K&“S+ã²í]ð"
  b"¡9@±ÓÒAY³|9ÓÒM\x12\x00"
  b"úÎý¾Ó│MôÅSû░Ë\x16õB"
  b"¥\x7F'\x03Í(JÇ™~+Ê\x14‡É„"
  b"§5xJðóC’¦ën\tš¸¨#"
  b"®jûÀÆcIuŒn+2ÌiÖó"
  b"▓45\x08╚└Oì¬Hí½Ó\x10îA"
  b"¾ošpQ¿Go¥eZjÿ„wÔ"
  b"ÌÞ´\x08Š·F•·éUL®üyD"
  b"┌NÆ¡ÛØF4ç­C\x15ø3\x05ë"
  b"æµ®f\x1DOJ¿¸\x11Døì@I@"
  b"§╗SWrñF*üñ \x13\x18º «"
  b"³´RyØÕO7úÇ╬y¯>ï■"
  b"""
    ■3 7\n
    eMVÉîò\x16\x07\x0F
    """
  b"\x03\x03lYR\x1A@r¿|›ç\vªJ¥"
  b"\vr\x1D<ëPHå¹>UÎ\x1A| ç"
  b"\f=Qá╦§Dì¼jDfØæR$"
  b")L\x0FD…}Khªi$WcŽP\x17"
  b"7ük»ÿKM€Ž\x00¬\r\x0Fž¾9"
  b"L*{7QÉH6öÔ┴yg╬Ä7"
  b"PvÒà\x02’FŒœÍË×û…Õ—"
  b"yâu⃂O\ª|$ÍÍO6\x1E"
  b"üß║2D\eMU╝îjM°ßþ0"
  b"ˆþŽ ßñJf¡dâ ýÊ'="
  b"\x11Q[ÞFD]®…í—Ð$®Ý"
  b"–ûx\x00g\x1CN‹½DßÙè\x06ÊR"
  b"ªþÁt8´K\Œ{-\x0Fö%•H"
  b"¬º¨ï~2NUŽË\x7F~[ãî\x00"
  b"¾\x1Aûé<\x16Gô‚\x0Fö K»q_"
  b"┼°pÝW4Fhìwz£%┼ç\x7F"
  b"ÈFæÖˆ|NÞ¼´‹-\x08r\x12"
  b"ÈpîØá3F“¿G-|×ñ¾\x05"
  b"Ñ‹\x02(\x07žM&»íð½ùÒLF"
  b"ÍÕ\x08C©╣DéÀ9S\x12üè®{"
  b"▀ìl6ô9H\x06¿┤\x01ôê\f░w"
  b"­IÅ├AìNlöâ,!┐kL§"
  b"ø {–j°J×…¥d–‘\x15ôE"
  b"\t\x17\x06ıM─íÅØVƒ ƒ╦"
  b"\x19RÅ~ýÓMÆÄR­§\x12&R "
  b"\x1Aeõ}\x01MD––øM¥©4ƒ–"
  b"\x1E\x008‹U÷EC¦×UÏ^Ç‘©"
  b"7EÅØ‰HHžýFzö\x10qs"
  b"?BÊáÁ\x02Hç¦ký\x14Uøf©"
  b"Xþ=JØ\x7FE¢ºã░c\x0F1\x16\x1F"
  b"w—×(káA]«(™\x01•Îx™"
  b"ç┌ê'V\x1D@à¬üã7├Ρ³"
  b"•Ž1¼Ó$@4ª½B–È\x1Fœ\x04"
  b"½\x03h§0)H´öN;ÄØ╝#\n"
  b"¾•\x1E7\thCF§éËvü\x1Fj*"
  b"À)ÇŽc\x18Hx–\fRWŽ·A\x03"
  b"╠ºÅ;YïJ││╩ù© vó¦"
  b"Ô\x05çP¼™NÒ”jó<{¦C\x07"
  b"""
    ÍNGØå\n
    Jyé└"┐\x7FôQ\x7F
    """
  b"ÚHhžwvE’²fO \x08\x00Ç\x1F"
  b"äƒ,V«:BŸ–Õ(\x19gP&H"
  b"ê…À9tœLg»ÓÛ5ÿÖKå"
  b"í8ò|"\x16L„Žq"úiçã'"
  b"î΃ŽHæD£„´¿A\x1F\e"
  b"ñ\r\r\x1E\x03úOh–{1Îl¿gû"
  b"þ¶f\x06ÏvC\x1C \x01_\x15\x17½þ\x0E"
  b"■¢(þ:ÇGZ«tý\x7F¨ü@Q"
  b"\x00O]\x08eÂJ;²°xÄe¢™`"
  b"\x01€õçŠÈFÎ…-âòøü€ä"
  b"\x07*\r¤ÐÛB/¯kƬŠ\x0Fø\x0E"
  b"\v¢Ga†]K8»îÐs'ÁZ\x1A"
  b"\rÚØ\x14jQD{£ø¤þ´W\x10©"
  b"\x0F-:õh°Nn¿ÆŽa\x068¯"
  b" \x1E1¹@\x16NØ£vÏÇ(ô\x05#"
  b"!±/I†øCq†î¾`d-ñE"
  b"$B&\x02¹?N⬊\x08S#\x08"
  b"(ò5m¶iE░è\x17Ð┤üË;n"
  b")aR\x02\x13XL\fܽPı¤¯Ëì"
  b",?\x072\x19¹MHÖ7$üSv°\x14"
  b"""
    2\n
    òr€\eK¥¶ÎL2[ÉÜ`
    """
  b"4uiyHUA$ô\x12ÉT▄øEü"
  b"6X\x1CúÎ\x1FC*§v\x116p‹°è"
  b"6u\x02¹ýUN¢üVÅz\x00\r,T"
  b"9FrÍêbGe™óä^ú\x14\\x06"
  b";Ef±üqDáñUð▓5ƒ\x15¼"
  b"A\x15lñ×\x1EGݬŽPý\e\x14"
  b"FºM§¥›B܉æþ¤ï%Àu"
  b"F½ˆñknKþ­ÄþRÅNó\x05"
  b"G4_¶·tJ?ª¿™Äué\x0E¤"
  b"O—ÜZì|KŸœB\x1C–¦X³b"
  b"P¬¸ó¸"F\x18‘;7‹d0¯ž"
  b"Q‡ÀeVhMÓµ*„Ž8-ÿŒ"
  b"R├\x1F;x,MÐÀS¤K@2Ø&"
  b"S>(Ž$5CÙØ%j÷⦇"
  b"WP`ÝöjFX¥’\e¼vMˆÓ"
  b"X\x7F┘ı ┤LÅ┐\x01z禩\x02+"
  b"X÷¦\x1CËrG賤¨Æ½\v\x19Í"
  b"Z¸Í\x14_åIì¦zËà‡O\x1CÚ"
  b"[”³«zI•¥ÚNÔ)­K‚"
  b"`\x18ÃHm{IÕ—?ÑÃjÕr\x0E"
  b"cÒ´á7«EÔ«ØI»\x17ÓM€"
  b"lBó7UÐMÞ§˜+ðñxÕk"
  b"s´ƒ’\x02\x10Jö–¿,1õ!2N"
  b"ç╔Æ$aûK]╗DnWÝÉ!\x1D"
  b"ˆ­!5þ¿BN‰\x06ž“uŸ·©"
  b"ŠLú\x06\x1FÑ@s¢§D‡iAQÿ"
  b"""
    Ši@´´éG•ˆdÉ\x03_\n
    ¶K
    """
  b"Šš&’\x13œMè¬>é=‡êþ“"
  b"”Z'QQ$JI”AÃß°ò(Â"
  b"ögÐÉBFB┴ëá▒·\x15sж"
  b"ÖÇ╝ìðËM$ñ\eNõ'×øi"
  b"œ\x10vdæSAuŸ$\x03†Nû]Â"
  b"×ÿ\x04\x05¯BH^ï\x04A\x1DìçXì"
  b"ŸŠÅ&Ý<Caˆç\x0Fá{ý©m"
  b"íıØO\x07½Dríà╗ý7\x07±]"
  b"ñ£èBÕ█H╔¼ùüßK▄<\f"
  b"¥„‰œ\f¹N­‡Á\x144Óâo³"
  b"¦O\x13\x16Ï-EŽ—³0òÔ%†j"
  b"§N¹I=½L°‡Lïῲ–€"
  b"ºË\x02áÅ2Eö®\x04\x10\x15Z5Q╝"
  b"«TuEo@D;‡-¢€‡\x10t‚"
  b"¸ÆËOr¾FÁ b¾&nÙëÿ"
  b"¹89\x18\x15L«¯_’2Ú…Ýä"
  b"º~3¥ÈñD˯h+¬ãZï‘"
  b"Éîs·à‚Gl“ó$àdjþÆ"
  b"""
    ╠Å┌'W\n
    A¶╝r┘´[v\x04Û
    """
  b"╬dNذ\x1CCý¢\x16{\x04zªkx"
  b"ðl¨Êª_B\rØ\x08U\vc\x01Ù▒"
  b"ðÝ@╔/\eCHØ╔m─oÆ│Y"
  b"ØÐE¨†…H\e—`ŸÏ:øñb"
  b"ߥM转A–¦ÀP•i£„%"
  b"Ó\x7F ÝÕ├NvÇ´¨B‗\x0EØu"
  b"â²¹T¦]Dá‹ÂhÖXH)U"
  b"åÏ&µ=ÌCö‹\x15Þ1½Å­”"
  b"éæë¡\x06‰FºŸY)O3\x1A6\x08"
  b"î{U\x1A\x1E]H ›\x01û/ýˆ™ß"
  b"¾Ñ\r6MâHNÉ´÷&┤Þyþ"
  b"³Ö··▄\x7FE\x05ì│ÃÃÐ6\x05j"
  b"üêÅ&Ã\x1FFA©u†f+à\x1Dª"
  b"ý‘ KsîHâ—è—Ì\x03)á‘"
  b"\x00¼¼\x14ªìH[”ÓŠÐ\x01^F’"
  b"\x00ÿ…¢)ÈA\x00¤°âä8¥½/"
  b"\x1A¶$¼çºN\x01„iù1ÝpÃF"
  b" \x16¥wAzH\x12®Á+‡\x16Oµ%"
  b"!O}*•hGä»y_\t U\x0Fá"
  b"&äÝY³7J¡³Æüzùq*I"
  b"""
    ,H«\n
    ¢ûEü╣│O|Drðı
    """
  b"4í[ZÃ,A\x07‘ús\r¡s‰“"
  b"5\x1A+~ùiJa®ÀZÔ•µ"\x1E"
  b":'\x06ýóªN\x1C©0\x03üŒ5y‡"
  b";\fHœùëKmœ^\x14/þ(V¶"
  b"?ƒp\x01\t■DMüKzJ\va/c"
  b"?░[ØË\x10EË¢£x3ïm(ò"
  b"Dy˜~†½K=£\x17\e¶AýÍ\x03"
  b"EÖl•ƒ3K\x04›N/Ö\x18Ò{³"
  b"MÃáê!▀D|┐vØ\x1D\x04\v"
  b"h\x10¤²n¢B┐Å┌¸®cQ\x13Ê"
  b"qsæèèÞK\x03¶ÆD¬é\x1Dëu"
  b"u ܶ\x14#Lîµ!ë`d(^X"
  b"""
    \n
    …ö?¥C䤶ñl7REð
    """
  b"år─'1▀Nüø³A(\x1FP ^"
  b"‡sœ\e¸9IºŽ{çÏ\frèR"
  b"É\x08╗ôÅèGÝÄ*@¸Áô4$"
  b"Ü[ıR®ÇJź$yö¢M:┬"
  b"šÜ,\x0F“aLׄq'(ì[\x16\x1D"
  b"£\x00б%oN¾•e›r^D¬_"
  b"¥Õ ôo,@œ¸¼&;}M²ç"
  b"¡OÙ├vdOÀÖ└┬Â×ìWá"
  b"¸‘4¹…*KY§ñYhE·P€"
  b"¼µˆbæ\x13HÚ¯ÿ9™JØuÝ"
  b"Ï.:}3ËAÖÅKõw└├ô)"
  b"▄3¹═\x08§CBÉÚgº░¥┤["
  b"æa&7&SL…¢Ú\x12ë­0XM"
  b"¯J\x10Û¸ÒIƒÉ‗K═1¥6\x15"
  b"ó®¦1Ñ»M\x1DµÛ5œÒZ\x19×"
  b"ýýB[ƒvL.²ÍÜ\x1C\x10;¡E"
  b"\f\x05âýMxï╦\x17úæßÈD"
  b",?Ká\fhEx´b*zØ{a*"
  b"•Æ\x07èœãIÌŽà˜ŸN\x0EÎô"
  b"Ÿ¼'^ždC½’_Y\x0E‰*Ù1"
  b"¦O\x13\x16Ï-EŽ—³0òÔ%†j"
  b"ª\x14öf\x19ëOÕ™\x11B^_y~¤"
  b"Éîs·à‚Gl“ó$àdjþÆ"
  b"ÙÉÞ·\x18+M╗®▒ìù18ßó"
  b"\x05▄ïü8ZBƒÇ*XA╦qZ├"
  b"\x06“hu¥\x04Jü„¯(«ñlè¯"
  b"\x08”ðâ ØO·¥´•]Mý\x1F\x15"
  b"\rÜ“.¯‰@\°£TÕ#"Î-"
  b"\x0F.1\x0FZ\x01M¬ªævÊßq"å"
  b"\x0FÊ\x1D®%êE═äÕG§òì£Ì"
  b"\x11vl$·/M»‹\x1AÝž¡Jòz"
  b"\x14GøÌòÎJ\žíðÀ\rйñ"
  b"\x14Ø┐└«ıH¢¿¥DíMx`y"
  b"\x1A`˜ª°ºC°Š\eQ\x02÷\x0E¬á"
  b"\x1CÀvüÞÖGË¿\x06f>/\x14"
  b"\x1DÕä³mÚAÊîd¹¡º§gÅ"
  b"\x1E┬_9a╝EdØ'Z\x18\x03Ò\x109"
  b" \x04f&õ²@\x14±*Z\x14¼zØM"
  b"$e\x04╬w╩Hüùâ«L*®ßì"
  b"$ÝóÒ\vBIǘ­•÷#Õ¿ö"
  b"%‹þhÓ]D¹°ÿ*pù×Jj"
  b"'"9Ý\x14\x16G⹿IΤw\x1A]"
  b"+àM:Ø~K\x12×╣<L*:ç▓"
  b".f'³O€Kî§6ý{·*©š"
  b"5ØbJ·$O÷ëÇ═ÇK!¹I"
  b"8ŸøsQ®N‘·\x1FýÒ±šeZ"
  b"\e Ü/M±…œyA5\tÚ±"
  b"=*\x0F<VÌI\x0E»»\x08¤ÅaÕ£"
  b"=žŽ´ÄÂN@‰~_lå‹B\t"
  b"=þã\x04‡gG\x01¥‰×U\fb+¯"
  b"@tt§W@Ey€›ÞŒ\x08šêX"
  b"@ñk£ù:Nß¶©Õ\r%\x13"
  b"AùD\x18+­O{¦0;p¥®Œ\v"
  b"Ej▒·½lJÀ¼,þÞ ìED"
  b"Emà«·XN┤ò6í\x05Á¥ÿì"
  b"F%@uÞ\x1FBâ™Ú;’½›üµ"
  b"G±Áéà×Hհ칡Fr\x16\x01"
  b"GÍ_–úSC2½fâ\x01ÓíOJ"
  b"S™'RúhD9ŒIé\x08æ¤xv"
  b"U¿7ôÃ\fI­Œbæ]Ìml‚"
  b"]îÓüÏmC,ö\x0Fµß░R^©"
  b"an¤§H¹Meر\x1C\x16ú\x13"
  b"bAÏü╦\x1CEÀÖâ·▀¸';ø"
  b"e\x15Øës\x03Nºœœ|¥_ÑŠê"
  b"g\x06D/╗\x03@Ë£á╔ØdiÝu"
  b"h*þÈ…‚@µ—\x7F\x7FK—+^8"
  b"jáÄÿ\x12–O©Ž„IÿÓÊŠˆ"
  b"k¢Ife\x03I7¥Ú\fpe RŒ"
  b"y\x02\x05ìHôœà\x13šÃn\x03t"
  b"}ncÖKðCÕ¾*Ñ®hÑa‡"
  b"üØ\x00\x02\x1F‗@\x03ô\x05½1┘@ÈÉ"
  b"ü÷\x7F╩J£Kß½Në\x08b¤`C"
  b"à%G|r¢L6ï[\x00Ø\x0ED\x16û"
  b"å\x00g\tÅUM¢¿Ú╬O\x0F├É$"
  b"ˆ;3]†)OŒŠ.9;«ž M"
  b"ˆ>,ý…"L¨ªå*Ž’«\x10\r"
  b"ë\x05\x1D%ËÉM■ñ■Ëñ\x16\x01\P"
  b"‰§Mþ@¦GΨ\fAþa^"à"
  b"""
    Ž¿ÆÙ{\x07I‘¤L´,\n
    0\x12»
    """
  b"Å19ïð\x00B±▒0¾#(ì{×"
  b"ôÆÎßüõOƒæG'iµ╬Æ\x08"
  b"“ĺÑÄðF¦¹ð\x12L2\x7F4\x00"
  b"öTfp\x13`N0òv╝åvÉ\x1A\x16"
  b"•‘\x19åÅS@W±DŒ«Èo=è"
  b"™&r($\x1FHå·4L¼0£±·"
  b"Ö┐\x0FL\x00eGÌØ\x04\x07ü"£%"
  b"""
    áþre¼\n
    F!╝d6╚¯Éû
    """
  b"í═à╣┐èJñ©2Øê}¾'G"
  b"¤C°\x01\x12%Bƒ‘€wŸ5áZk"
  b"Ñ\x04õÜo$@\x19äV[│q┼³Ø"
  b"¥IsñîøN¥ªò\x06™‹o×r"
  b"¦O\x13\x16Ï-EŽ—³0òÔ%†j"
  b"¦«Ä;\x16òOص\x05™H#ÚfA"
  b"©UfæR¥C9©wù×|Ði`"
  b"ªâgè#GȳÌ\x02¶‘Ö%ò"
  b"¶ö$WD…D\x1EœÅEµ×ï>0"
  b"¹ø8\x11r•Iž«i>ÔiÚ\x01y"
  b"¼HõØ4Ä@\x16¤ÊÉ<\)äž"
  b"└UöÎ╝½M[ºüÜ$EÈM¤"
  b"└ï\x1D¶9ÅNz╝x¨ÈÞ╝Îx"
  b"Æ>×t\x7F.Jùº?\x17!ëœz„"
  b"ÇçtÒ.HO>‚ÀÉÔ\x1DƒWÏ"
  b"Éîs·à‚Gl“ó$àdjþÆ"
  b"Ëk\x01”T7M\e»;#Œ"úÈ\x04"
  b"ÍÙÅ\eF\x04M8„'t0¦tÏ\x15"
  b"Ëç5RÌ/CÑò÷ì¨Ôó1Í"
  b"┘Lì█Â╚OÝ×°r÷a}ı\x11"
  b"ÛÙ9\x1E¼ÕMðžFŸ\x1EE¼lr"
  b"Þ@7–„áN?§Þ#Ư\e©R"
  b"ÕYm.GuLì¼Ü¬▄¯J\x03ù"
  b"éÍž–Q2@ã”…Ðe8\x1Eóò"
  b"ì‚EMü\x13NÓ§T›eyÃá\x7F"
  b"""
    ¯│`Ŭ0BÃ┐m®x\n
    |?^
    """
  b"òNšÒôËE\x1C³}€¼31]±"
  b"¶­boý5F1دÎÐ\x0E█ku"
  b"¸ô╦═oâF^¿,ÉM;§╬ë"
  b"ùA*®“z@/ƒ¯¦\v\eæqP"
  b"ûWSùÍtL—£È‹i†J\x06¨"
  b"\x01ƒKsÁ"@ÞÂ▒R3cü¿Ô"
  b"\x046ð¸É/@R¦ï\t‰¶3…‰"
  b"\x06¤¼x<àNÓ‹ß\x19Y|æì¬"
  b"\x07┤ª$Å¢D■ô»<4Y=¡¼"
  b"\t:çÝM‹OC„\x00¢…\x1Co\x04Õ"
  b"""
    \n
    \x05Š/Ž”J"›\vŠ€ ‹¦
    """
  b"\x0F\x1Anˆ}\x0ED^Ÿ&™?\x03µ¥P"
  b"\x10a¦═¾╔ByìKtkj5a-"
  b"\x10dP\x1F\x0EhG‹¶†¿…\tõ\x0Fø"
  b"\x13™§2¯\rI\x11‹¸\x19¥èÙÉH"
  b"\x164ªS©ôEõŽUN²¸87Ú"
  b"\x18m=J\x1AŽCh¸Ð\x08ÅJ=\x04}"
  b"\x1DiƒÒËwA:¦Ñ¸ï\x11å;—"
  b"$8:¡g\x01Iz†I")\x10±\x18×"
  b"'"9Ý\x14\x16G⹿IΤw\x1A]"
  b"\x18═¦mA¬╝\x19┘Å├üÉø"
  b"\x17¬k\x08NÑŸ\x1CЭc+ø"
  b"6\x12O±w¾OBüg§å)Í»î"
  b"7\x0E}zI‗OYÅsùg¯ÿ\x15%"
  b";su\x12W M‚º@\x07”I\x08\t4"
  b"=Þq®†%L÷†ýà¼4\x05\x03Û"
  b"D¶$ (\x7FB\┤¥Ó]d\x04ü½"
  b"G.´7\x06\HP˜”zG¨ñC\v"
  b"G¯F\x15_øJ'µÌ\x06±@\x0E"
  b"H0tå'6Hn¾ÿ\x03$K²=+"
  b"NSéÄãÙNt¼‡š'êÀwé"
  b"f= ▀╝GEÿìa·Äö\x06ÇG"
  b"gz‡\x0EkØMš¡\vÏuÍ%ï9"
  b"i{à¹\vLB\x11\vz‚\x15\x19"
  b"rùz²TXMe„LaHVÄ–¿"
  b"u\x01tøÿ J„€q‘#6F\x7Fú"
  b"{šç'–ñK8ƒf>0”i\x15m"
  b"ï<5 yÆF▀ì╚W)\/mK"
  b"‹Ô/\vaþO °`Ò\x1A\x18D‡¨"
  b"ŽˆB\x07#;Lw‘·Þâ`xÑé"
  b"‘F]H<”B6´C*w\x7F\e"
  b"Ö┐\x0FL\x00eGÌØ\x04\x07ü"£%"
  b"\x7FOÞ4\x1EFú¯\Ì{Ö·IU"
  b"""
    ¦%—@2]Aœ†\n
    \x13‡Ó$‘™
    """
  b"§ñ\x17¾.åM¸ Û[•\rÉ+‰"
  b"ª¥.Á"\x14Nâ¦A0ã`\x13É„"
  b"²<Ôû\x1D’D}¾@#ÓÌH\vÝ"
  b"´\x12\x12×öÚGhšA¤Xƒ‹0Ù"
  b"""
    µ\n
    õ¶\x19\x05H¸¾†½F!O`r
    """
  b"║¤p9 ╠G\x02ØBÛ■åÜ\f"
  b"»þÆCMëAƯ\fÒ9p2û©"
  b"Á2“}æ¸C»±!Ñ­(€ _"
  b"Áö~Ý-ìBƒŠXmGɹ©y"
  b"ã\e\x04╚w¹H\x1Eì|\x12;┬I\x02Ó"
  b"ÊS\t· —Kü­ÚB-÷-¢q"
  b"¤\vN¸á9I\x06éc¨Ø╗\vƒ#"
  b"Ö_ºZ\x10\x03N]ºòG•|yÃ\x1D"
  b"ÎÉ┌▓ADH{ªn╚+\x03\x02LW"
  b"▄Éù¿\x01fE'Äî£ÍÁV"\x01"
  b"Ý"\x02ÏšáI„–/#¤G€(\x1F"
  b"Þ@7–„áN?§Þ#Ư\e©R"
  b"àäTpìfLùº›î<?†\tú"
  b"ãÛr\r\x02EÈïÙ\x1Es\x7F"
  b"ð^BÂwîGFº*üAS-2z"
  b"õ‹\x1DF+CD\x07«âí‘æ­\eÝ"
  b"÷O¦TH[Hï´@dz’3ïø"
  b"ø\x02õZ; N\t™Ú¡C\x04½Ê:"
  b"ùA*®“z@/ƒ¯¦\v\eæqP"
  b"ùœèœ \fG´»µ+†LËF¥"
  b"\x01x\x01ü¤\x02Km”R Ï`ÄM¨"
  b"\x06Z˜ÀÞÖ@9ª’á+¿µ«e"
  b"""
    \n
    \n
    d\x11 §HS¨}ÜAã€Áß
    """
  b"\x19‘ô÷ÖùO\x07²\x17ÇŠÀÎ¥’"
  b"\e3\x05TæwNrˆEO"Ô\x01%9"
  b"AÅ╚T┴\x1CD\eûtì\x14ëPÀº"
  b"Aìõ¢}rI7ŸÔ.x\x10÷ëþ"
  b"DŠ{Ó‚8HĬ\x04HÃíŸ\x14d"
  b"DÓ•i¦5OˆŒò“=sÌå."
  b"G╬)┼Û╬DÖìL¢C\x16^\x119"
  b"Gâ«3\x1F½Fœ‰²~¾üïøò"
  b"L8Ð\vñOHtºs§û*\x0E¥b"
  b"R%uºŽÊFï‚6\x06¢_ñÙ"
  b"Z;/x,÷N\x02ž5V$\x14ƒ}’"
  b"Ziç{║zM\vÑP%░¦{É "
  b"[$ÆÿÁ¸@®š Tß#)]Á"
  b"_e\t\eÄÁC»£\ÚܾÒh·"
  b"bój>¤\x1EL\e£šB?\x14?«0"
  b"jδÝöïNõ§êÊPãýø\x14"
  b"nÇùn\x1CXG#â×s8ëúüù"
  b"}ìÃûVeH═░\x12\x19¥rL"
  b"üÞÛl.ËE╩ñÔÎì&O\x0FÂ"
  b"ØýCë¸ßMkÄ_JþbÈw@"
  b"¦ÌOŽü!Nò·þ\x01½%Ò\x02\x1F"
  b"©ÉÅîP\x13L£˜‹%·ä( Ï"
  b"¡▄\x1EØ\\x03J³Ü<┴¨È┐ÞÏ"
  b"°²².h÷N‹¤‰ôÊ\ea¨r"
  b"°åQV\x12žOc¢w\x10ÂB>\x0EØ"
  b"±ñ1,ŸHF\x1F¨A‘€ç¸\x16"
  b"³ð<HñmIЈÿŠZüó+L"
  b"Ây¼ì=\x10JrŸ¤ÞÆ\x1D¢\x12\x06"
  b"È[?k\x19÷CéœAExV§\x0FW"
  b"ÉÔZ¹Æ}H¡¶\x03\x05WUçæP"
  b"Ìó"\x13\x0E–Lú€\x03j[ÈH:ë"
  b"ÖŠ\x05q~ëCUœ‡ó •èØì"
  b"ÍÄ^[Þ╗MÔô║qÔdcÉı"
  b"å:–Q.îA:­ºô*L!7\x17"
  b"þ×\r­YSB|×P\x7Fnɹ¨È"
  b"çÛ´ã‹ïHFžÍG˜ŽleÊ"
  b"ë6fj\f\x02Gyˆ\x06¾),Tx}"
  b"ë>Þ\x19„¦B™™\x19KÒG¢›¤"
  b"ìòx\x11%¤Od±ö¸Šå\x16\r\e"
  b"ìõˆÂ\x067Aí¼*åÝ®\x19Œ""
  b"ñ#Fã2\fMd³á†¶Hð;""
  b"\x19\x1C7\x08┐GWØ» ð\x14q▀╩"
  b"ý"}LBÓJÏ»ýÂE¤HÆ'"
  b"\x00V\x07½Ñ2N –1f\x00ƒ;ºn"
  b"\x00Û»ÉÍ\x13JKÆ\x1EháÔÃÏé"
  b"\x01\x1CDÏÞMF¢àç\x14üfK\x07³"
  b"\x017]öPCC¥¾R\t±QÏe\x02"
  b"\x01—0ÒClM“¤{k\x7F9JÄO"
  b"\x05úŸ‚×.N£†€DÏ/\x01\x18+"
  b"\x06L£▀b╬D┬╗èp6]ÐÞì"
  b"\r\x7F2cï|E±˜<R3¹*÷Ž"
  b"\e”/yš¦Nó¤‚2·Ñ½Vj"
  b"\x1Cˆô©åÕC€–™·À A×›"
  b"(RøÆB─H4É─Ì\rtA;S"
  b"/i¿ZqrKó …@ÜýÉ‘\x16"
  b"2®Bî?╚CwëSÐ\x7F¦ìE\x08"
  b"=Ô½"„ÂFHµg\x10\x1A?J"
  b"Myì╦\x179OÈáÎþ\x1CÛ¶ÇJ"
  b"Na\x1D¬)ƒFh¾sù\x0F\x02ÎnÓ"
  b"V\x00ó•ã°L$ºj¥Û\x1Cå\x01z"
  b"VðèlŽ\x0FJž‹á!l!hP\x02"
  b"`û¯]ãžLD…™Sê¦üEç"
  b"bRG$~*N\v¾{ªQ»Ê…u"
  b"eY-¸õ#J\x1EÅ{Õ─ü>s¹"
  b"iÏÝOÙ\x1AD¡ þü\x16Œ\r\x10Z"
  b"s"³ÖŒÅC¦˜ž$*Í`ve"
  b"vµ=ûŒÀMp¦°Ã¤ÆFÕ$"
  b"}±ÀŸ>³ADžþ+ó]}\x18V"
  b"\x7F\e¸®PÿJÓ£\vΈ\x04‰1}"
  b"â³&Â‗ñBAûÖÜ·ü-\x06ı"
  b"äÏoü┴mO\x05ñFödO╣§ó"
  b"ì®|馥CX▓³Å«\x7F¯üË"
  b"\x1E?g!–Ch»*Iþ©ßù…"
  b"”êè]\t\x13N\x00œ\x18÷âQ¤Y€"
  b"Ød▓¼×\x08L¹¥Ý\x08YL\eµä"
  b"¡zbýh·EÌ´Xn\x08ð¡Õ`"
  b"¢\x13ôá ,H ²êN"þþÎ?"
  b"©\f\x17A\[MÍ®Íô\x07fÉ•ð"
  b"Ë\x1DX,³—J¨Ÿ\x11¸c\x1Ft\x04"
  b"Ò§Ó\x1D«\x0FOZž›0Ü}åmŒ"
  b"ÕyåUêÚCw¯çW‘iX!î"
  b"×çŒé*`H\»+2×™¸àö"
  b"Û,:l\x06‚C\x07­ôâfR> þ"
  b"ß,Y•JËKΊ†Ó€í\x1AÀÖ"
  b"ßYë\x06x M_Šj¡pۦϬ"
  b"ê¹äÙö°@\¤”\x7F\x03á=•ã"
  b"Ùs\eðê─OpìGÌø&.ƒ>"
  b"ÝPb░ßzMå╣èØ╣Xoì¯"
  b"ï„ÐÜ£+KsªKGÁÌ7Å,"
  b"■Ó+÷¡íMì«ï\OVßû¬"
  b"\x00øñÅqÇ@áæþ\x04╩ë]o`"
  b"\x00£b\x19œ˜D€±Rqz7ž|ç"
  b"\x01░WÓÌTFµÿÞ±¦ìq╣G"
  b"\x023®füÝJ\x17╝kå[q¿Â╔"
  b"\x05ÄB\x10\x1D}Fé╗\x00{*bQØ´"
  b"\x07|.\x02°üE‘¡ _7*H\x04Ï"
  b"\v¼"¥œìM\f€ö¨öЙ•G"
  b"\x0E[¼y\x18\rC¨«\fO–]!\x17½"
  b"\x141ô`E¢J░Â7\x0F\x0Fìζ\x1D"
  b"\x15\x0EÞüÏh@÷ç\x1F\x0FX²îá\x02"
  b"\x17Ð█\¢Ç@ äUÅgnZÈÆ"
  b"""
    \x18\fk\n
    -\x07H'‘\x1D¼•^Z–®
    """
  b"\x1Dp9ÌøüDº┐Ã"┼/‗(K"
  b"\x1Eñþ€æ\x15Hǘn¿6ÌK!F"
  b" œî\x12ÿ3E\x12±³\x0EX{™‚ä"
  b"#8h…—¥Hc—›Ùyû–K\x0E"
  b"\x18ÁRÑKIû;\x03¸¥$u\x18"
  b"""
    (d4 á{H¿¯7i\x06k\n
    åæ
    """
  b")x3Š6\eI_©zÏÚé$\x16"
  b".\x17“g ŽIû“¦ÔV@>I\x1D"
  b".ð│└f~H\x1CÉHAê\x1C¥▄¯"
  b"/)ë\x1AÉ¥I)œ¸\x13ß/Çê8"
  b"0—®\x0F©\x7FJ”¦¨QþñÉÇ\x1E"
  b"3©yî|@H\t·Û½ß\x12­WA"
  b"5Å┌ü°\rB¼öLô\f¿×2I"
  b"7õ÷ó˜ÜE\x13œsÍyG7Eñ"
  b":B\x15Ÿ­Z@3©|…ƒcZR\x11"
  b":²÷æ.íDñ ÓP@NÌ$¥"
  b":ïWOl…CJƒèr˜\x00JY¡"
  b"""
    ;Ó¹P\x01╣J\x05É^\x11\n
    \x18xx
    """
  b"<È'æ]×AÉ»!˜1Š×ì\x03"
  b"?X¨`ü G€²*\x1EÐ(\x1F\f"
  b"Aÿ└3[nM »Ø-ÀwIny"
  b"B(█¶'µGÀä╦¿vÉÚ\f"
  b"BÉK░-÷D┬àj)┐░NÌã"
  b"\x0E¡b\x08Kk•ˆË\e®ëOó"
  b"DÒØ┤õ®GÀÁV▓Ã#S\r°"
  b"ESâAC±B»†õ§Iæ\x1CÏÂ"
  b"G\r<\\x06°Cy¿\x14[§çÇ™w"
  b"INËœÝyE~ˆñ”2ðC=Ü"
  b"JÅ█|IËH*òa¡8C╔xç"
  b"JÁoû■┐AQá\x14Çìòªvu"
  b"LªdôO²E┤ÉüLÚ\t\x07"
  b"M\x17á–4ÁH/£é^¦EåƒÏ"
  b"P\x0Eé•\x00-IIJ1G\x05«yWq"
  b"P^)žpŒAÀ‚ DÉË·÷C"
  b"Sni§¹fOk¿hj4«ú?\x14"
  b"TØá▒\x07ºBî»cøYY}H~"
  b"W[\x04\x7FÐMN)•\x11r\x12—ïÚ "
  b"Zñ3Ýû¤AÔ»Wh█├üC;"
  b"[|—ã^/GÞ¥§˜=#‰7x"
  b"\WùÜ}\x19Oeü9esıçXò"
  b"]:æ>"ÐI•‚ë\x01Mk\x7FAC"
  b"_öV\x06²…Ci“ª˜Ö±YÚù"
  b"`r{2FÖC─üÜã«ß░E$"
  b"`ÝJI¼.K¿—AB0ŠZ™¢"
  b"cÂïΨyH3®Ž²\x01oÙVÖ"
  b"do°Î4„LΊåõ\x12þ¡"B"
  b"e(òÝ6ÙC#…½cÚ ¯m'"
  b"fHÅÞ\x1D╗A├á╦\e\x00®═"
  b"fIô–w0L³¶\x13HÓ£‘%L"
  b"fp½ˆ˜/EU„f\x14ú¾zY-"
  b"gV‘$\x19\x1DF\t¤\x7F¡¢Ó¾mm"
  b"g¢|À\f—D¬€'œ»¥j¿±"
  b"""
    hÎÕ¦┴(CjéØ\x1FÞ╔¢\n
    i
    """
  b"j“ª\x0F¨ŽJ«´í"]ºÔ¶Ì"
  b"kÔõTË‚B™›\x05Í\x1D<8ÅQ"
  b"p\x1CUê×ÓF╝Á÷Âì─PÊe"
  b"p®:]\t¹Oý” 4؇öO"
  b"qJ\x1E£╩¯MÅ»\x0F\x1Ep>¸Û"
  b"qNk$ü©NÀª>­s÷W\tÌ"
  b"s—`’†šJ\x1C¦hÑ\x1D\x17"
  b"t™\x06\x05OT¬Â\x19€‘Ôfç"
  b"tÛ7GÙ^Hüü\x7F?ÓSý┼+"
  b"v0åѵëCoÉÿ\x1Emüõ\x06õ"
  b"wq†•˜äIžŸb\x1AC‹†ƒ"
  b"x4~û(?NšŸÐ\x0E]Ãn_î"
  b"x¥"Ìì½D鼨)¤ëûdE"
  b"ye¡\x12FŸK3·\x1Fvú~?[•"
  b"{…2ø\x01”Eì¿&Y2ãOpJ"
  b"|¬gVk.E6ž›Õ"-_7q"
  b"}0¶‡\x10¤M\t’zÌ2<\x00†="
  b"~2Ð\x17´VDò’*7.gkù¿"
  b"~‹P¶YMCn±q—ÜŸS\x16Ê"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"‚Õ;Þe\x06Lf»¼Þؽˆh\e"
  b"ƒ\x08\x17ÐñÞ@@«´WëaÝê\x01"
  b"„oØñY^KJ£UßìáüP]"
  b"„xâXœYO\x18¥O95φƒÈ"
  b"å▀0\x18'.G#╗Ø█Sopd¥"
  b"ˆ#š7Œ\G‚œL71f´Û\v"
  b"ë└Gc¨rBÞó‗\vµì\x07ÈK"
  b"ŠM}j¹ž@\x11»\x04náò\x0FSq"
  b"îL\x11▀!CGcÉ÷╬F]5\x05Õ"
  b"ì\x12Y³╬2E·║k \x19·\t\x00ü"
  b"ìx┬`55@pÆL¥ƒ°\x0Fk%"
  b"ì╠\x18&J\x08NÉ®ÐÐ81\x1EÝ┤"
  b"ŽÒ±GrY@à¿fé¾–¢·‹"
  b"Å_?!/\x06O|ù®e´æZ9û"
  b"Å■Z½L]G╚Ä\x7F¸2Õ▓©×"
  b"É8\x19GWÂBY▓W\x7Fº>ÑHÒ"
  b"‘M¬M¤ùMćþ]íÆ9ß×"
  b"’Ü,˜r³KÃ’;˜¬oXßD"
  b"ö.?¢º╣I\x11úO°zØ8T="
  b"•…ÁU ó@×°.ðÀq9¹\x1A"
  b"˜f>j´†C%ž¹u'b¨D>"
  b"\x08Zü2¡LjŽÿÃàÉ2‚&"
  b"š\x13Qµ’øGK©ý\eÕM˜Ï‡"
  b"šP©W¿2M\v‚¯l¥lÔê="
  b"Ü═ æÅZIº║6©1³àyã"
  b"›vW´;eN¾ _õˆZ’p¸"
  b"›€“è¦oD®œ\x1FZ¤á\x10\f\x1E"
  b"£²¡²·«FüÉÑÅ@┘o \f"
  b" JLá¦:LÞºáXïW«\x1DF"
  b"ó|‗\x1FÛ╝AZÉÛïñî╗╩M"
  b"¢~\x06³´LM[¶s}Ÿ·\x08Bp"
  b"¦Ð\eãI®M†µ\x13¨S\x1E9ju"
  b"ºwªÔF2IùÅ:¸\r%\fð&"
  b"¨xO\x1F\x1EHM¾¿ÇP¬F]í™"
  b"©*áC\x15jOZ«3í\x17D[¥­"
  b"©†"­…GùˆR:·L\f\x16Í"
  b"ªŠA¨\x10÷GҜٞ\x1A|I¬ç"
  b"°Œ®Œ.‘E%§æFÜ\x00¼áF"
  b"´\x1Fb›\êGï†_‘$ ù~¯"
  b"┤ÉØ0╔\x11D)û:\x1Eón@c$"
  b"´ú\rD¿²Hш—~JÎ\x14J\x16"
  b"·rVJe¼G‘‰\\x16\x08A\x0Eá""
  b"¹Õ\fnÖ)H• Fœ,Uý7I"
  b"»\x00\v5,iGC»âÓÆuø¢ð"
  b"Á®D‚n\x13J¾ƒÅŠ•)“ãK"
  b"""
    ÂjöIˆ\x03F\x13‚5sD¶\n
    o=
    """
  b"ÃÑÀ\x1FWØI›‰\x1A<\x18¦\x15\x1Eò"
  b"├┌ßöØ╣E¨Öñ\f«▓L?!"
  b"─2x\x1CV®@üø>µ8ek1▒"
  b"""
    Ĥ\x01ߺ\n
    DY°ÓÏÈºŽ´›
    """
  b"Å,7\x0FüÂ@°¸ÒHõÙ”TR"
  b"Å»Oæ¿LK´£ë\x1DTõ¶oÂ"
  b"ãü{m~ÊK>¥óy+¬\fv┌"
  b"ÆèÈ_-\x11K;›\x13\x18\x15Ë\x14½"
  b"Ç¥hÓ¾VB3·Zê~ƒcqë"
  b"Çí·UF¥D…¹tobŒÕ߀"
  b"Íz+ ÍNHû‹›Ûаaït"
  b"Ñ\x06ñR²bGh¹¢\x06K5\x7F­ "
  b"ÑŸÒ Ÿ’D‚‹\x00Ç—S8€G"
  b"ÓûÃÂï—E˳±*ñ7\x08¶?"
  b"Ô/,.MóG€ƒ\x18«qd,†L"
  b"ı¿Ø½-¥C\x1C¥\x01\x06KÌ®\x1Dm"
  b"ÕÔ¦µÎ9JaŒË0ÈÖZá\x01"
  b"┌Tª!,CE-×!╬Qü1\x19î"
  b"▄╦¨8_àB─úÕ‗6øü4y"
  b"â&wÅ\t\x04D\x1A‡÷à›’¤‰|"
  b"âØ&©¿ŒKð Käyv\reA"
  b"êh’bIäB¹‘¹ÛÑÐæc2"
  b"ì3ÏÅÀ[@¼±<Xeµ9r-"
  b"ì{Ø`\x0EÃCÖ€ª$DŽ˜B—"
  b"íñÀôÂ$Dþ–“\x17'î®›Ò"
  b"ò1à˧SE¨¥Ö\x19i0oÖ\f"
  b"ó1d\x0EÒàLr›ìE®\x17’…Ú"
  b"ô¿BV¬‡M(¦\x114=ÚèÕ7"
  b"õ7÷C¨§C¢·¦'Ý¿òžü"
  b"÷\x16I“ÂËKà¥M\x01\x1D\fÓÙè"
  b"ø\x0F¡åG\x1CG¼º˜Àaú:Î×"
  b"úËãÅ{\x13DZ“/z¯ 7¸û"
  b"û:¶L=åDk£‰G\x11\x04饘"
  b"\x08ꯨ—]Cγ]¹¤ò\x1A˜à"
  b"""
    \n
    \rr ²■F▀ÉDãA:ô}v
    """
  b"\x12Kø˜ÍoL}†ÑЖ™Ûå,"
  b"\x138Û –WNκ–yN\r²æ*"
  b"\x1Aß§RlÌN´´—.]z\r’ç"
  b",K+╚°uF`ü_£ö\x01ø\x14p"
  b"9\x1FÄ:~TH½°!ëë{\x1C Õ"
  b"> ░Å`´@µôÔ¾¥H▒ïn"
  b"ZıÉn░ßK_¿\e╔}F┌]<"
  b"\Ä]qâ!B®§SY\x03WÚd\v"
  b"_+ä9O¢GÓ╗ðıðä\x17"
  b"jŠ£8X2B•†Äk"R¨n÷"
  b"\vìÆyGZ»4░¤Y«çì"
  b"{\x02î\î\fC\x1C‚Ó]Ì\x0E›mÈ"
  b"""
    |XR\n
    ®áD›ˆ†x,ô O!
    """
  b"ƒ\x1F4žµïH>°ì\x7FE¯ZOp"
  b"„Úš/^„L±º“)â·¤4Ž"
  b"œ2uü\x15dGF¬ 3•Êä4r"
  b"¤\v\x191g„@U‘T§1×ë`s"
  b"§–rßÏïMœ”Ü÷å\v5'œ"
  b"¿G>╔·\x14@\x07Å\x143CÔkTb"
  b"¹\x01‚ˆF'Os¿rM‚½Å:‹"
  b"║╗*ó╝>BÌ£Øj|3Ôrã"
  b"ÌÈí>ð¹@^Œ¡~¼ìÈæ\x13"
  b"ìeû£Y`J\˜PK­¦âSC"
  b"òé\x1A”ŠìN †Ý£ÅZ•\x08§"
  b"³\x02\e┼J}ë\x7F▓~~Ø®\x7F"
  b"""
     ä\n
    \x037¬@=¡üN»n£\r 
    """
  b"\x01m¬Þ„'@Ú£Æx05,A£"
  b"\x07‰R*»A@¼–³,´y¿<ˆ"
  b"\x07ÉÎõÐÒN\x16âë?ï╗║L±"
  b"\x08\x13išFƲèý3w\x14‘C"
  b"\t'JÐØ┘L\x11Étÿ×azY\x11"
  b"\tURÙ\x19¸O°Å\x01'ºãê\e"
  b"\tm™\Œ;@ˆŸ* FÓ\x13¸]"
  b"""
    \n
    :\x19û^ÀNé¶ûÝ£òÀ¼‡
    """
  b"""
    \n
    ýÉ3Y\x03G±Ñ▄Zp\x1A6\x1Ek
    """
  b"\x10dP\x1F\x0EhG‹¶†¿…\tõ\x0Fø"
  b"\x10·Ä×=§H¨„ofNÏY:Í"
  b"\x11Å\x1A═qÉE4Ö\x06{Äá{Þ\n"
  b"\x140ƶ%\x05NÍÄË░\x7F7ýØ*"
  b"\x14ÉüpÓ\x01Ha“¨B_ìa¹å"
  b"\x17G/D'¿G-¾x5\x04ôòæ³"
  b"\x18ÃwRœ\x11Nå•Óhó‚›\x14M"
  b"\x19ÄXï)hA"”\x16ë\x19\x14˜Ey"
  b"\x1A*ØBÃ\fAù§æÖO©ÓÝ,"
  b"\x1C5\v>ìîEK║]█UÃF¥s"
  b"\x1CÅ╗¢eùLÞût¿Kt¡Ñ\x16"
  b"\x1Fñ^░ì£BtñDË▒├¬═ı"
  b"""
    !)PN\n
    ùA\n
    ³ºP\x0E6Ú2T
    """
  b"#ÑËÙÅ─B_º´Ëù\x03ðµ×"
  b"#╗9│\x19üE╠«┬OpVT:æ"
  b"$•ÃH2bN&¯µË' VÆZ"
  b"""
    $îµL÷\x06H4ŽÀŸÜ ¼\n
    ¥
    """
  b"%ØÁnl╗K\x04║çX\x05·ÍBt"
  b"(c`(·äO:¾ª\x1F=žeÓÎ"
  b"\x1F=åwMý§„$#†Ø‚†"
  b"+\x1E\x10C\x01\x19Nx \x07É\x01ÞeÎä"
  b"+[-•ZéDО“bHfM>¡"
  b",dúµR6@ʬêŶØã¥ì"
  b"-\x07(Áe÷I¡ë/┌■╔Å¥$"
  b"\x03$\x06╝G│ìQ■xR¸¡;"
  b"02Lñe¦Hü£┼ü\e\x03î"
  b"2(\x06á½ÂCÁ°€Ð‹x7­&"
  b"2ÖÉçu\x04Kë░}\x17»(ƒd█"
  b"4ÀÒ5¾×E4¬#R\x16䎪\x16"
  b"6°][ÑuJM–Ð\x19iÇ+Ä$"
  b"7\x0E}zI‗OYÅsùg¯ÿ\x15%"
  b"9©Ñ¶\x15™Gu–È ^÷áÚ7"
  b";üÿàŽ\x10J\„˜“qÐja¶"
  b"B6áUrtG·¸=Á\x13Ò[Êå"
  b"EÍR."╦Jxì╔ÖOteÄí"
  b"L6\x04Ê\x05}M\x06‰˜ßÛ£=\x19Š"
  b"Lmq\x1EÜöGs³”ÕP\x08³Ÿg"
  b"L£Àö¦M=„—Œ9e$ëÙ"
  b"P0=\r¶]E„ -é\x00=ß>`"
  b"PE5ó+\x06O1ºdÎÄÀ»Ý”"
  b"R\x06þ81¬JI¨o\x15Cw×\x1D\x13"
  b"U\x1F{,îïH\x00„øxþ1-•í"
  b"UÜ[ê+¯L“¬brm\x00\x02)3"
  b"X\x11fÓÍRDQ¦ê´G\x11\x02"
  b"""
    Xœ²•®ÿHe²\n
    \x17ç™\x13±Q
    """
  b"Zó,é±”Jý¬-­±\x05ÍUå"
  b"[À|æúÈAk™I\x17&`Q\t"
  b"[Æ–àp®H\x12·3$àQœÚK"
  b"b¢“y‘@HŸìµþ\x16‘‹i"
  b"dÜÙC\x06NDq€‘¬~Žc\x12½"
  b"n$\x1Ah²╚F3©▓ïr4ü\e\x12"
  b"n]\x1DAeüAõ▓æp½È┌L/"
  b"v¶mpÏãDó¿m0ô\x18™zÏ"
  b"vÁÂ\x10NÛC\x07«ÄÓ\e*B i"
  b"w\x1Aë’DáBF¤\x14\x7F<\x12—•R"
  b"z>úT߸HTŠM+Ý”¡Cy"
  b"{…þ\x14…òHkŸïÍþýðòÍ"
  b"\x7F\n\x00\fRDÏÖ!‗Ølûõ+"
  b"\x7FÓ\x10\eLD¼°│,ËÊÅ╚"
  b"à┴ídµzM'ì┤iiÿË@*"
  b"çð┼¦┤\x0FK©ÉP)Kı\x12"
  b"‰–Û‡º«I;½g\x7F{ØI§³"
  b"‰Çdàå,L\x07³%\x7F€Î›kñ"
  b"ï<%QìÍO¢¢tw´JÝ█N"
  b"‹Ô/\vaþO °`Ò\x1A\x18D‡¨"
  b"ŒN½Úˆ7N†ˆ´n³er\f "
  b"ŒÈ¹Š‰ÒE\x04€˜,먻}œ"
  b"ìT┴äÍMME«`ı╗▓└¥e"
  b"ŽW+M\x01åI\v¯\x1F¿k÷á2¿"
  b"ÉQÚÀfàKM®#─ƒvAEû"
  b"É`\x01 \x7F─M±ÖI(¯êé6¹"
  b"É¿ího\x1EO┐ÿ-*×\x07òg\r"
  b"ôßÝG[õK:©þ\x03:¥îÉ?"
  b"öª»┼õ┘EøÆÞ/\x19\x07\x16üG"
  b"•çgb\x1EYO]­«\x7Fµ4¨¼•"
  b"—ŠÆVg¼K˜‡þ”¾h'gï"
  b"Öè─╩ûABøâüã#ò▒!O"
  b"™ËiꇺMç®l¿e¡ü"¿"
  b"Üs¿\x1Dß2J,É\x10xI_tI|"
  b"Ø é%&\x04BdòFü┴­o╬7"
  b"ƒ3Þ|R\x01HkÅG\x17D¢<¢\x10"
  b" ædR\x11æE×™:\x1Dc+ÄG©"
  b" ú`4`xJ:ž\x06pä±÷×F"
  b"£Ù¸5ܶJEž—íµ†‘Ôh"
  b"¤¤‰¤eÜG ±;0®\x7F\x0F³u"
  b"¬öŒ¦s\x1E@*™éÁ@Ë¡ßß"
  b"®-Ãã®\x1FEð»&·Ž\rbÊ3"
  b"®¤º ·¹L”ªíq8:Iåä"
  b"³e†÷ykCj‘Ô!Ëî¬àD"
  b"¶.øñÁoOãŒgib5ïþ\x1C"
  b"·V\x13•‰lKÓºýõIÐ$Ÿà"
  b"¹ù‡4¨ïO›µ¿«G\x1F§$ï"
  b"¢§§\x15¿\x0FLÊ¿Ù*Öi É)"
  b"Àš¯ªÄQCi« `¦+\x11ïy"
  b"├ï\x14\tWE«ÑNÆÁ\x08Âɺ"
  b"Æœ\x0Eãt×Gê’+º\x7FÝî.\x02"
  b"""
    ËE¶\n
    ê§H‡•I´«¡E\x7Fï
    """
  b"¤)>½3ÜG1É■\x1E╠ï╦uÁ"
  b"Ï)óÓR—B\x10ˆ\x1C ’v…R™"
  b"ÑÆ9jdÜI?ª+VapòÁÓ"
  b"ÕH5.v\x16Jý ÷’\r¶Ñø\x12"
  b"Ø1²&D‘C˜¥ÐÁés¼+@"
  b"ÚìÖA|üE^¯"`ü\x08”xR"
  b"Üí%®\x0EïKu±\x06V“ÖoRÏ"
  b"ÝèÓ=Ú»O/”\x06\x19y"½I\x08"
  b"ßdý˜}÷Eâ’ÐÞLFmžå"
  b"߯P}^>L†‰´©æ!ž–Õ"
  b"à¥ßÉ ñMO˜\x07ù­bcé•"
  b"à§øÍQjB8ª4%åµwÇë"
  b"á\x10m&¥¾C\x00ºEƒ1\n’ËZ"
  b"èªkŠB^J(œŠ\x00 (:©Ò"
  b"Û$Kf\x07cB~¢\ô\x1A×ì░ì"
  b"ëVÕ7Ø´N\x0FšÎ\rܨĤT"
  b"ïPg³õnIæ¨Ê¼€ŒK\x03"
  b"*FçzO$š@¢X\x03cl\x14"
  b"ïÈ[Çø4Kb¢ò/\x01\x08"
  b"ñ½ü/X›Já©«d\x03Éz`è"
  b"¾¢\x12\x0E÷_H\x1Cƒ$KH▒Ŭ¾"
  b"õ\x0Fi\x11\x14bH˜›V#Ü8êƒ/"
  b"§+N;C0Otó═[Å`ÓM╦"
  b"öÈÒ²äªAÜ¥Ò¿\rëþ2r"
  b"úlm’ªoEË¡¹ÿÃànÈ0"
  b"""
    úy\n
    ç\x19€G©¹@ò\x16„&¬ì
    """
  b"úßÝ\v?÷DèŒQÞ-CŽÎ("
  b"ü5…Ðô×E\x16ƒd\x04‘9Þ—¼"
  b"ý*}°N D\x0F¦Ùí&*‹”Æ"
  b"■£ ÅÀÆL#Ø1»³4þÀ├"
  b"""
    ÿ¸U\n
    ¢\DW¨ö.9Ó4\x08¦
    """
  b"\x08\x06\x1E¬êËH·Ž\x07}ciâD§"
  b"&¡9¸ÂkOÛšo\f£…nÚb"
  b"/ìõ^ñ®GSÆ\x08×═E╩╔C"
  b"87\x00A;1E Ø║┘W\x18·╝À"
  b"Tß(0C\x10HW¢áŸC\fµ\x02>"
  b"^*ßç§-N¿ƒ/º ^C'û"
  b"`MoaéÞG\x14®Éö'J÷\vW"
  b"dª/U\e±HN“—®¡‡j|e"
  b"oëh\vd'Fß»—|¹³wbÃ"
  b"p{Ç\t¾EC▓ì(¬&êÈê▓"
  b"{èîU|´Hf¬\x12ö_jþY\x07"
  b"€SH>’½Mr€­’‹¡/Ȳ"
  b"„Äe9FÎOµ @¿Ë7½Bÿ"
  b"‹aéÎÕgO(¹AÊU‡L\t"
  b"ø¸¾Ô4µD\x1Dì\x1DÌ=j¿P\x18"
  b"œ²ýÌü‰N0®ß÷Žàθð"
  b"úÌ îüÊB┘î\x04b┘\x0Fõ=├"
  b"""
    ªM\n
    ¿iæDÁªç{bÙ‘Òõ
    """
  b"¯W檠,G@€ù> Z\f´Ë"
  b"µ~±g&OBõ•P8ˆ\x1EŽÑ›"
  b"╗A÷┤è┘Dì░g·ì5y#^"
  b"╝1´/Ð\x12NG┐[■ÓÅÜØx"
  b"┼/ëäÓ2IéÇþüD╠½3\x03"
  b"╦]§T »JÅä\x06"z\x06ûÃp"
  b"Í,Î…\x11\fL¬º\e‰¿ÚÅF]"
  b"Ͳô,¦òIu¦(bçÕq[ÿ"
  b"Ó÷¬w°mE¶\x1E—ç\x13\r×?"
  b"Ý}VWø;CÛ’{¢©²-%u"
  b"ÞÓ^3Ù\x0FI2•nM\x17,\x1F"
  b"Ûú¢*ÒTEÉø─»7àH\x04\x18"
  b"ú;K{# Gb˜ÏTÉŽ\x07°É"
  b"¹¿j@¾\x00FøôjÅ?,¼ë|"
  b"""
    \n
    \x11´.[‚KS²ùõŒQ\x17\tK
    """
  b"\fé¥iÒ1@ÅÆG┘2¨\x7F.+"
  b"\x0Eر—ÁÂCå±\x14G Ð!5\x10"
  b"(§Ã-D£Hùó╝╦\x11\t\x10"
  b"1ËÔ5x«Hç)o±J‰ŽT"
  b"?\x04¨}s7@<µ(«ÙîÒEw"
  b"?%àÏû%L\x08Âås‘ï"
  b"AŒí\x11\x16ÔIý¸ZE\t/Mly"
  b"AìRk¬ŠAňüZϦ+q\x04"
  b"O ÿ╣á(GÐøÂ F{Úìý"
  b"O6,\t{¨Bã‘ó\¡\x00Öˆ³"
  b"yV{ÃåèG£Œ–\x03}ݹûq"
  b"…Ý+¸FOOs²¸ºí=!"g"
  b"‰¯€öä€Jp…FyÊŽÊüd"
  b"ì\x7Fñ\x02─'Kqó±\x0F3\x0EiEc"
  b"Ø£┐▀\x08JGG╝▒█2ñ‗¦Ä"
  b"®"\x07Ï+„@ɰ\x00'èºêžÎ"
  b"»ÔÔªc N¤ì\x0Fa\x08«\x1AÅ├"
  b"©>\x0Fص´B¤ôß#9;&F\x10"
  b"¸ÀdͼºB\x13¦ô!¬È¨õ^"
  b"┘øÐR]sK ØÁ×À=╬p¤"
  b"Ìö¯\x06ÈÕG\x1FûÅÒ«küêÎ"
  b"ÞðÛ÷jzI¹­«$L·Èöm"
  b"ç\x17·_÷ØB\x06¬Òw0ð™\x08%"
  b"þ°ØÑDZDe«'┐\x06íÐ\x00G"
  b"è©ëgÇZDuœ™ÃZ\x0F§Mn"
  b"ýá\x7FÙ¹SLœ‘>C\x04ÅlË\x17"
  b"\x08³}sŽfOAŠYµ§ÕŠ¢Þ"
  b"""
    \n
    O7Eý€I”º\x11\x10þ»Ž\x14Ø
    """
  b"\x10ôÛáüàN\x7F·zºAKåƒ,"
  b"\x15╔¸üd░I¸▒+à\x12t]$Â"
  b"\x1C¼Hñ%ïExîY¤Ä\t"
  b"\x1CñëÇ2¨M¸¡D§­ö$)!"
  b" }╬ù\x1AHN̼ìdB¥\x04ËB"
  b"#ÎÐ4o¿Nɺ¶\x1FÜ?Cjw"
  b"%\x06ù\x0Fe-Kרtô3òD5{"
  b"'}(£1ìM\e™Þn\x00£t_í"
  b":ÞûA╬vH+ɱ*ýGt░"
  b"C+@ÞìëDæçW\x12 ùó\x03"
  b"G„—ËÉ×Oê«\x1C¦\x11¹.ØÀ"
  b"H\x00†g^ÊHWª\x1F\x00\nôm«"
  b"K£L•%¹Hj¯Qr\x11–«Do"
  b"O`ÂD&%L\x06¿Ï¼“O(b\x0F"
  b"U¼®\x14\x08I¶¦•¡&¿6úT"
  b"W%à›-õM\x12¤|/Ê\x1Dàkk"
  b"""
    \\x14²eCKLE¤\n
    Ò¨Ô*ÿ¼
    """
  b"_ñØ{ZõJ£ò\x07.ù'&╦Æ"
  b"\x08H┐<IBèÖò┌ü?pw"
  b"`\x7F-‹¡SJœ»$e¾z€¤À"
  b"d˜uc€\x12OD¢“Tö´\x16>\x12"
  b"pؤƒº\x11Ff¸M¼ßô×u/"
  b"sCdÓM\x00Iø‘H\x1E°¥ÎÏ\x00"
  b"uÄÝ‗£}JËòøÒ¼ÑÉ█┤"
  b"|/8ZŠgEÁ³mV}6V\x13¥"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"üÃ<X\x0E®I\vÅÁXà¦ÖºK"
  b"ˆ¥‘ƒ;\x15N8‘›Ñ»\x0F¥ç\x03"
  b"ì\x1A&ËülL▓ùÙ▒*d\x03P="
  b"\x1C»S­:D\x01žôð\x1FSÈÆ?"
  b"–ûx\x00g\x1CN‹½DßÙè\x06ÊR"
  b"—ÿ›žøÝNu¡Út\x06`¾!‚"
  b"""
    ¥^\x14ó\x14RL§ŠÏ\x06J\x12\n
    H\x13
    """
  b"§L_J"žK»¼g-0/{ެ"
  b"""
    °/\n
    Q[·OWŽÀý4.£V;
    """
  b"±hœ`MgO”ˆ\x01Bzâ6 ñ"
  b"│x\x16уôMýÅÃOXO\x18"
  b"³‡×^ØeMÖ—1\x18´ÁæUn"
  b"µÍf²¾èKv“YÖ¦\x11ÔVù"
  b"º:RƪVA¹³Ï¹Ï·\x1AL\x1E"
  b"¾ÉÒ?|âH÷…¿=õ¢Z‘V"
  b"╠»\x08\fìB═£1{\x1C╬?-â"
  b"ÍWŒŒ-Í@^Šåõ Iq¼†"
  b"Ñ‹\x02(\x07žM&»íð½ùÒLF"
  b"ÔdŒG)\x15G™¹\x04™á¡–#o"
  b"Ù*Ž€\x18ÌIÁ¶±[¶\v\x11"
  b"ÜUe\vË`G@“„Qž¶íŒ#"
  b"▀ËÆì1XK▄Á\rWзƒÝ9"
  b"â\x05Ð\x16\x08ŠC}‡\x00ðìgü\x13\x07"
  b"âyÂý€sI/›á¶{\x1E\x7FCh"
  b"Ù\x16¢ICìDÏ╣þ▄\t2▒å¦"
  b"ë7„Tý\x17E«¤\x18\x01qÖ.0ß"
  b"ù‰Œ÷§ïJÌ¡ \x1FÀ$\x00À*"
  b"·QtLÀ╠CÅÇ[§p§Üpµ"
  b"\x02œþ¸\x08ßA]žqßgm1±ý"
  b"\x07\x01\fóUBJQ‹à*F-ë!\x11"
  b"\x07ÞÔ/\x06oI¥¢\x13\ð$÷\x03d"
  b"\ta´`#¥Cˆ¥Ì\x14ÈP\x0EÚ’"
  b"""
    \n
    \rr ²■F▀ÉDãA:ô}v
    """
  b"""
    \n
    YÓÎ@UN¿¬"PÂú5Qu
    """
  b"\r°™Îu\x07GC“;æk¤à\x02Š"
  b"\x12Kø˜ÍoL}†ÑЖ™Ûå,"
  b"\x1A\x0E¼R>*C\x19ˆ\x07\tF)î2\"
  b"\x1Aß§RlÌN´´—.]z\r’ç"
  b"$KÒÖÉÉE•Ž\x11ÿ\x08zf»7"
  b"&-³]£ŠO´·„$ïK}ïö"
  b"""
    .\x1DY_\n
    …OŬ•jÁy3Ÿp
    """
  b".µ…ÇÃ8N\x1D¯ß&\x01Ú*$´"
  b".ù5î\x01BHô†Ë&©ÃÆêÏ"
  b"1\v„þunNT­\x13ø—ž\x15\2"
  b"56n\r]„B¢¦rßÔtÑ•"
  b"8▄!_}ØG\x12øç╝[ÕZ½╦"
  b"9\x1FÄ:~TH½°!ëë{\x1C Õ"
  b"<\x1C7o\e’F\x1D‰ MV·&\r·"
  b"A–k5\x1DLM™¿Xy›‹\x1C"
  b"I@o£Í\tL;ÉC_J¸(?G"
  b"Láá›ÚúA\x10š…­Mô\rêC"
  b"O7¸=|×E¹°\x17Í#\fJe-"
  b"OûÊı¸«LlÉCV¦½╚²&"
  b"Oªã\x03ÞÈDÛ­ý*\x11ÙÖÒ+"
  b"Q¨mbîäL.¦ß]\x16Âûê@"
  b"SÎi@╬=I_£\x17\vür┬£Û"
  b"WES²ùüN©½Ü#·µÕù\t"
  b"Wï3¡NkF·­ùï‘9\x13\x07["
  b"YQ \x15ãÔHÏ”ŠÃ¸Bl<š"
  b"ZıÉn░ßK_¿\e╔}F┌]<"
  b"\Ä]qâ!B®§SY\x03WÚd\v"
  b"_\x14\x04K‘æAæ‹+'M³kH+"
  b"a\x1A°Ø\vµAoŒ2RëòØs˜"
  b"b¨®ÕjúHøŒ.×ÑBá\x19Å"
  b"b¤{e\x19 @ìéÛ\x07\x15è╠I"
  b"ddVv/?NB¢È–^©ŸŽr"
  b"d‚\x11ñ%,L. ·\f\x00í;i*"
  b"hLŠ˜‘°LK½?\x7F¦Ó\x05\x0F/"
  b"o,â°¾JA'‰=„\x10Z‘]`"
  b"o™DE/\Eó¥•âØo”%Þ"
  b"s\x01Íl1üBëƒS¶DDÆÑx"
  b"""
    v:4\eògBͯc\x14 ‰×\n
    -
    """
  b"vWË‘õÅAUŠ|àGaØBÚ"
  b"ybØÝ§åN£º&ñ¡\x12EæT"
  b"‚N’šôùA\x1C“QðÀ1¸ØÆ"
  b"‡µ?Nˆ@D!ŸV\x15_þ½¶¶"
  b"É─╣Å3┌@cª┴öH©»╚\x0E"
  b"“¨1;IJNV‹âƒn‡ðäI"
  b"\x1DÊ82bI\x0E¨:J¤ÛNA\x12"
  b"ÖMl¤\x0E±Nyè═J$iɯ¥"
  b"š<6•„ÔK\x17¡…>È¿¶\x18w"
  b"Ÿ¯0Ö\x18ËE\x04´h7ç{ ¸@"
  b"íV´Tƒ\x17BËÅ╔×\x18Q«hç"
  b"í╬╔‗êèH(ªVìt=~<┘"
  b"¤\v\x191g„@U‘T§1×ë`s"
  b"§\x0FL\x04×%CŸ­\x13˜¨ZïÙÇ"
  b"©ícq¹ñM–¨„\rU((Å»"
  b"²V¯ëBsCŠŠ\x1D |»\th3"
  b"▓█\v\x06\vÄG\x1AØç\x08Nkì\x0E\x17"
  b"²è˜ÿ)?M¿˜•D\x7FT\x14¤\v"
  b"┤`┌qfü@ÐíÉ©Á»­]\x08"
  b"ºïÑ\v—ëCƘY"m8c—º"
  b"¾d_Y×ÓAÛ¯\x1F\x08Ù¸Ó"
  b"└úê\x02Ý╬JáÖpà®ÆzÅ*"
  b"ÂîI‚=|F›—\x07ø\x11ýt­µ"
  b"ÄVëÆb—L@šh\x0FÑé\x12Ê\x11"
  b"Åû1‡quOUŒ\x16Œ(¨>\v\r"
  b"Çö®h¬ˆC ·¹Î¾&ÄåÌ"
  b"É£J'rÿMÙ´<Mxá9·¹"
  b"Ê\í\x0E:jG\x02¬ƒàÛ š{\t"
  b"ÌÈí>ð¹@^Œ¡~¼ìÈæ\x13"
  b"Ðá¶´FvA\x1E¶£—>©ÍPx"
  b"ÑM\x02,\r OØ“z¶åƒ xg"
  b"Ô0Á›‚\x05J\x15®ßg»{Tì}"
  b"Ú9·ÞŽ^@\x1C…¥é\t\eúP"
  b"ÕF▄^ìnBÇäTä¯$t$¨"
  b"Þ˳è7UBƒÉ┴8ù*|ÑÂ"
  b"ý|Ò.ÞÂM5ÅpÃXr╝Ô\x08"
  b"ñz¥?6ŸE%‰ÿÓ,‡ÐçI"
  b"¾┐A═\x04\x1EBË░Øë²µVÇ║"
  b"³\x02\e┼J}ë\x7F▓~~Ø®\x7F"
  b"""
    \x17U▀É\vC^à║ÒF\x7F\n
    û³
    """
  b"ÿØ•[ëÓB‹ŽÖ(JHœ5ƒ"
  b"\x00{.ÇO\x01Otœ[Ø\n®â&\x14"
  b"\x03\x03lYR\x1A@r¿|›ç\vªJ¥"
  b"\x03/G®‘\x1CCy©\x7FßÀ\x1D¬Æì"
  b"\r\x01i;ÿ1@░£üV┤ÇûÉ?"
  b"\x15Âr\x08«KE[†Ö†‚Ö¸ôV"
  b"\x15É.òn\x10GɶJsŒXPk˜"
  b"""
    6Ù¿N\x1FìEÀÁ©\vk\n
    \x03S\x03
    """
  b"EðJ\x04r2NÓ—Ë;ß]_\x14³"
  b"O`ÂD&%L\x06¿Ï¼“O(b\x0F"
  b"W\x03n:|õE:‰âÒ}ôlØ®"
  b"kÄÃQ­E@û˜”ùâØ¦´¾"
  b"r\r\x18¶m"HXûM┬½É@"\x19"
  b"\x10³×5N^°x+ëÊÆD\x10"
  b"t¢ì\x05©àN–§Í¼9à?ûË"
  b"zhNžULDã³õøþ:¿+]"
  b"\x1Ey®„>C]®Ö´ç¸ì# "
  b"™nÿýlI2Œ¥æºN·¢M"
  b"™—¥PELD»¯Î:z„Ô!i"
  b"øÞÂ\x1E¥INé¢└ɽ¤Óa■"
  b"¬%Ç▀X­HÐèãÂkìísK"
  b"¬ù\r³ØMC-ˆwxߙ١¨"
  b"¯\x02ðÙä»BÑk6ì˜/âS"
  b"▒+├­lõ@\x15ì¶]érï[\x03"
  b"Çn\x7Fú¹ZBf¹¢µ["N¨8"
  b"¤<ga╗íJüùöN\x1D\x05¹Â\x02"
  b"ðȰ´¨rD+Ø\x14U\x1FÔ%®¬"
  b"ØŻ Á@~ƒúŒmp·\x16Ã"
  b"▀└V■uXCó┐ìE¸þ?h)"
  b"▀ËÆì1XK▄Á\rWзƒÝ9"
  b"ÒæÉ@6ãOBô»Ñðî▒)Ê"
  b"ÛÌÉ>ý|Kyñ³╠« gÞi"
  b"÷7\x15îÛ?K¾·ÔT\x03\x10\x03"
  b"ø {–j°J×…¥d–‘\x15ôE"
  b"ùKº4}—C’ƒ¬\+vÂãŽ"
  b"ý\x1C\x13ö¿çCµ©(V(T+j4"
  b"\x04XhI'\x1FO&¥“r\x0FÐzo\r"
  b"\fþ\x12¡ì\x1DA║ª&\x14R$ºÑH"
  b"\x16rY?\föAïƒ\x0F>!Ø&l\x04"
  b";O\x0E¬c\D»šø…ÑUÐ\f"
  b"<\v’üáfHfšWÀŒ\x05™üÂ"
  b"JZ0íÂcD\x1C¢SíSPI6\t"
  b"Km\x18Ø÷\x10@º«[c2È"p\x1D"
  b"Z\x1DÏ ¢ @Ó‚[KœÐ”…l"
  b"{ÄÏ╗ÅVDy®½¢åú█Åt"
  b"„>%|imD\x16–ìô71w°h"
  b"‹1¹kÃ\x1AC\x19¼x¦‰ªö8Û"
  b"Œ{1õÞçK\x1E–w¡6ï\x16"
  b"ì╗SÖÜÉH\x1Fó~!%å¿\x17\x03"
  b"›/Œ=|CIKŠÐ\v¼IqÓ›"
  b"ž5Š•ä•LÒ‘ÙYK$ˆÝ'"
  b"ºeÓ@ÙcJ¶Åú^5▀ÉI╦"
  b"§¼v[\x00†L\x7F™%AÆÜ-\x1Eö"
  b"­µŠ©”`Kg¹\x06‡Ã\x1FR¡$"
  b"¿‚Žvú’K«Ž$Üg\rÂb«"
  b"┐ÍÚT¹ØIåÖ1\x02»\x04╣¿╝"
  b"""
    ÆX\x18\\n
    ½Jè®Î¢}u¼’H
    """
  b"Õƒ"oòŽE߇l2&¶Ï»N"
  b"ðm\x1Cïß)F†’¾Íê_<Ôè"
  b"ýg¼ý\\x18B­Š•9!Jð%\n"
  b"\x17Öé0ÂÝNjÅ┼=fm>3\x0F"
  b"aråè{ŠC\x04¥ª:ëN\x05Ǽ"
  b"\x7F°#ÚœLD!­éWÞ\v5»ë"
  b"£^Èì│@FDáj°`;#\x0Fé"
  b"¶ ù¹>=B\x06”—ø{~þÚî"
  b"┬6½í╗ôB╗Ø\x12╔at\x07"
  b"┘`,┘éHBrüÉ­\x14÷y.ı"
  b"\x007šîÆíDç“g8\n»*)ý"
  b"\x00à±ËÐ B¦œ9‡RZŠ\x01å"
  b"\x1AßÅß1ÈLk©9X¨╝^ýü"
  b"-g\x18Ä{\D²#÷.'¡qz"
  b"-Ž©„,dKtŒå\x04¬PçÁ\x1E"
  b"9qË\0í@d¿‰˜!#Ç \x03"
  b"jrè%‰÷@Ë‚6­Þ~$ê÷"
  b"n(µ¬¥rAªºxá\x0EwOL"
  b"¸ÆmMD›F¨§H5pÖaþä"
  b"¼R5òõ*DšƒZ³5#&\rû"
  b"╩tr\x03(\x04@&«▒\f╠¢ì▀î"
  b"Ö¼Û?\x14¿F\x00‘²l©…3\x17Õ"
  b"ó±/ô!ÏLé¶\x03zG:²ÜÇ"
  b"÷xJµ?­Ml«žèýÓ\e\x1D>"
  b"¹QI]\x08nF¨ØÉÒ&\x00╩Z/"
  b"\x02D£Øò§G█®\x06┤╝iNÄù"
  b"\x0FÀæ½\e}@«»Oq­‘\x11"
  b"\x13ÞîhÕ\x18H3ò─Â,+2ÐØ"
  b"\x19†¤nÀºA2„–§\x08Ü\x18€r"
  b"\x1E(Y½ß@@<„÷B­ÓŒT@"
  b"\x1Fàòø╔¦CØå<þ\x16ÙüÛE"
  b"\x13‚²~Kî£&dâñ›©r"
  b"&\x1DÚ1sRI,‘Ux\x17\x08\x07™Ó"
  b"&9\x011UÏ@║«Å\x12;\x08\x12"
  b"&Wû¬╩5H▀ü`ö0┬([©"
  b")¶ÉU9\x06A▓Å╔bj│\x1DÛH"
  b"*rù3kÊIîºqÁ FU%à"
  b"*÷tôÑÝBt¥U÷?%ã═ü"
  b":ˆ1íÖ¹On€`¹ÂÆÁ\ã"
  b"@A¡u³€IB™\x17\x06\x180\v"
  b"@¦º\x10¤{KD¢e©¹D\x17"
  b"\x0E\x15juM›²ê¸ÀØ!\fÊ"
  b"H×ÿ~áXG탓\x00M…{\x1A"
  b"K\eLlä<GÚ•–\x00Úm¤…ö"
  b"PJÒ:‰EMÀ±ºÞý»ÑÕÏ"
  b"Q‚Õ2 èDð­Ìq§\x0FîNÖ"
  b"_+ä9O¢GÓ╗ðıðä\x17"
  b"`©bÚ¤ìJÔ»•¶ÀV\x1E™Å"
  b"f\f╗ó@>D»░"ƒwü|\x02 "
  b"i\x16̉l¤BÝœ-û(hÙ„H"
  b"i¥ú\x13¸ÎKX¤a\x12ã·2Îå"
  b"oˆ*•9çE¼¾Î­)]ãx›"
  b"x o¬ÐW@╗ÁFØÌ:714"
  b"z§^ð5ÙB(¾„ÙWÕ/²;"
  b"\vìÆyGZ»4░¤Y«çì"
  b"\x7F\x1F§\x08ÑKF\x1F›à‹Þ+y\x1A\t"
  b"\x7F¹&LûÞJ¿„s\x0EbQ«°*"
  b"€„»ø²\x14BY˜xõ*\x14(jã"
  b"é*fþ«RLJüN\x03\x17=#<▓"
  b"„Úš/^„L±º“)â·¤4Ž"
  b"Ä█ò¿╣>@ÖÄ7ÿü\x04\x12"
  b"“jÇ4· HÎŽ$2\x03…+\x1F\n"
  b"""
    —Õ±QR¥E݉„ñ\x10©\n
    ŽÝ
    """
  b"™kÔ‘j”K\x1A±‘ïÅ*ŠíË"
  b"™~€üY\x0F@§µ÷ÔË\x14j¢l"
  b"š¬»jXõM›Ž[;:*dº\x07"
  b"›«9¤T‰Mé£Á¡Fä·¦H"
  b"£^Èì│@FDáj°`;#\x0Fé"
  b" 5Ï©óÕM\x04•o!;@\eò°"
  b"§–rßÏïMœ”Ü÷å\v5'œ"
  b"¿G>╔·\x14@\x07Å\x143CÔkTb"
  b"¡ì\eÁ\x0F»GèÜy ┴±î‗\x01"
  b"±\x07\x1D\e@\x1D¶£\t•䲯U"
  b"·ªÒGùŒHׯ¯"fo\x0E‹ý"
  b"ÓJÛšïH»©\x06DbrjÙw"
  b"ãù ¦QcM4ü¯¹år«ôø"
  b"╩õ.?\x08bLäü<©ìı9ãÞ"
  b"Í—q#\x12ñGô§õPI~c=f"
  b"Î\x01ê0,.HvŽ÷jú»®ð\r"
  b"ÐO^9ŽÚDÙªy\x032L½\x03}"
  b"Ê?╔Å3▀N,ö\x1F1¬J3Gÿ"
  b"ÒE¿¡k‚JÁ’>-\v\x14TØ„"
  b"ç2çëSœAA°B\e5qŒ#\n"
  b"è\x05\x0F»\x14“L§´¡]V\x19\x7F ê"
  b"Û└,SƨOÕÉZ4\x15zyÄL"
  b"îŒøÊZqD2Ÿ_Ÿ ²³¾*"
  b"´¯3ɃDC\x17¡_>\r\x14vÀ½"
  b"­§]ı9óH×Énq×Ù╔\x00"
  b"÷èÉ\x02╦~G╩╝m¹üÆ\e"
  b"²eÖ°I╣Cxøwò\tn\x10ìl"
  b"þ\x12\x07uÍ3Jà“A½iî\v¾¸"
  b"""
    ÿÐ\x1AE\n
    è@X­†·«Y €ó
    """
  b"\x01 :ë‚ú@Û†\x16¡\x06\x00Þ"
  b"\x03 (ÉhïA¤º╚à*Z°±\t"
  b"\x05!1(p5DbÅ\x0667ª»îü"
  b"\x06çþdd\x1EL\ï╣ü▓■¸cD"
  b"\x08\x1DœwÃGQ²\x14&:ìäI "
  b"""
    \n
    ;ŸOŸŠH†¤ú•É!kSD
    """
  b"\fýeM'SN.É‗ûÍ─#mê"
  b"\x0FÇ\x7FRú¾MÝæ\x16█«Õ¨;ì"
  b"\x13n㋜±G\x13ŒeÔü¹ÉlÊ"
  b"\x15Óº(­öKE˜\x08Ø¡ñ«Ô’"
  b"\x1A=cH@"GJ†…S\x16e!ªÈ"
  b"\x1C┴«}\x07ÉET│LM└└O&█"
  b"\x1Dñ\x18\x01íDOŒ£}«\x1F؃j-"
  b"\x1E™ŸyÓ—C«œ‹½7Ûšúu"
  b" \x13\x08\x18K\x18¶U–\¨Ð!@"
  b""Á'ä$âBÏ’$º8RÀ\x1Aµ"
  b"#ââ!ïøF5•\fþ\fÐ|z2"
  b"%Í 8}¤I\x03•›q?ê…\x07Y"
  b",—k.ÿiL>‘½{sG_G\x04"
  b",§ó2CæC[ÉNÞÁÚ]\r9"
  b".7?0\v!Ax╣ÆÌ\x17ü!±\x1A"
  b".Z´ƒ\f¿BOžê‡†ß؆¨"
  b"\x1Cÿ\x18\rH?£\tÎù\x19_TÆ"
  b"4Ú+┤{ÑAÅ¡█x)¶Ò5w"
  b"8½5╦'MOÍåTFXµ.Øû"
  b"9hÿ¢Ú¼H#╝?]adýÉL"
  b";Ef±üqDáñUð▓5ƒ\x15¼"
  b"<”–RÕ\x00DŠ€\x067å“\x07"
  b">oŒ\fÇfIò¬—¦zCØ—M"
  b"@]=ö‚ZI­€°B,Xû“Ï"
  b"B•ªjIHJU§hø\x01(\x178."
  b"DÓ•i¦5OˆŒò“=sÌå."
  b"L\x00ÍÙJ„L¦«]À\x1C\x15ÃnÏ"
  b"OjõÜ\x033Cg╝£Åv\x10┼ll"
  b"OÇÞèDªF9’µ\x19Ú£:è\"
  b"TdqÜ»¡Cϵ\e\rÁåÅE\x01"
  b"WP`ÝöjFX¥’\e¼vMˆÓ"
  b"Y\x04¸\x05•£Dÿ³\x15abYå\t"
  b"[$ÆÿÁ¸@®š Tß#)]Á"
  b"[H³!†\x14J\x14«Öø\x07~üõã"
  b"""
    [u7ª\n
    ÙKz«\x04¤Ú-äiW
    """
  b"[Ý¢\e©\vNL³ÛÍýB‚ )"
  b"_e\t\eÄÁC»£\ÚܾÒh·"
  b"`\x1DHßBhB1ƒË¸“k.Ä1"
  b"g¸‹Œ^ëGεÛô\x17|\x1Cð)"
  b"hQ\x18X<\C¿¡:j=áÀ\x1Añ"
  b"\x18°÷¯LbޏŒZ.)`\x1D"
  b"myR™‰cM\eІ"\x00¨\x11¿l"
  b"nÇùn\x1CXG#â×s8ëúüù"
  b"q6íëkpNaŽ\eK|˜ÖïÕ"
  b"röX\x15\x18mBhŸ8frÊ\x1Cµ¢"
  b"~\x07¢\x10ücH╝┤aW3º¢|²"
  b"\x140¼¶ÆAo˜i‹¢ëÅ=„"
  b"ˆ—?Žøü@_¢C²íá’™¶"
  b"""
    Ši@´´éG•ˆdÉ\x03_\n
    ¶K
    """
  b"ì}Ì)2NHıÁh÷x\x04é\x1D"
  b"Å\x1CÈ\x1D¶pB╔®\x08\x06\x1F"
  b"“ä|,?7Lp¸Ìç*‘YÇb"
  b"""
    òÞê\x06\n
    ╗L?ìÕÐ¬ÚÆ▒Ó
    """
  b"ùòÏ4NçC°üÄWç\x11\ed8"
  b"ÖÃùM1üN!ƒ&ÚL¸î¢Ï"
  b"š>àE\x17ØN΋Íú›¿ž•x"
  b"Ø\x03Ô,¥\x17CÃ¥╬\t¶wÛ«Å"
  b"Ø~▄üV¥@`ÑF\x07\x16Èí\x1D9"
  b"Ø×GæÍ°EoÄâÈÈ9S¿ƒ"
  b"žÔ\x1Fý÷1I\x17«Îpx=o-?"
  b"Ÿp\x14Í/\vEÄí`Œ\x0E+ûR"
  b"ѱFí└┼HÔ½j\v]3üùD"
  b"""
    ªM\n
    ¿iæDÁªç{bÙ‘Òõ
    """
  b"­Ci\x01Ñ\x00O°´{ã6úò`Ù"
  b"¯\x17L\x15­WHϧËB«)t\tB"
  b"°H™O±JA‚­\fWü½gbý"
  b"²\x00C“ðˆHÚ¨ÞØ·ýŽäË"
  b"²vuj!DI'•dH›·¾kî"
  b"""
    ²½´T†~C\x10¬æð\x18š\n
    
    """
  b"µ¹µŒ*&F_±È„'#¬7\x7F"
  b"¸‹=€ŒÕL\x13ªš53©Y6·"
  b"¹89\x18\x15L«¯_’2Ú…Ýä"
  b"¼kr§º\x04M¬•w÷$Ä\x12n&"
  b"Â#}“2_E¾§áfˆN\x03·Ë"
  b"""
    ┬╬J\x08ƒ│L¯ï\n
    .òÃdÉQ
    """
  b"Ëþ÷ñsiO\x1Eв\x1EÃA+¿B"
  b"ÌóŸ&\f\x19N\x11•hžêU0¶D"
  b"Í\e\ÑÄkG¤Žîm;\fnWD"
  b"═m\rA'ÀM7Åë┬\x1AÖXQá"
  b"ð¯▒ö6KF\x02»\x18W¶¬¢Øº"
  b"È\x1D\x17&ôÄKÉá´®$\x1Fß,ú"
  b"Ô3\x07>•lLÝ™“Òk.?\x15\x17"
  b"""
    Èü\x03Ï═┐@@©C┐\x07\x7F\n
    5
    """
  b"ÔïîŠõ‘BñŸ7Å\v¤…\x08"
  b"ÙO\x16Ìäƒ@`®¹C\x02“0ªä"
  b"┌v\x01°¨#Nü»uÿæÈb,T"
  b"Ú®hK”ÄB\x01ˆ¯Î&±„¥Ë"
  b"ßzG¡ª\vLÙ–¸\x18u£\x19§"
  b"ÒOl¦èqL╦Å?¦[Ú¹\x04/"
  b"çhKײl@/‚¾ÿÏc¾\x19Ð"
  b"þ×\r­YSB|×P\x7Fnɹ¨È"
  b"ÚR\x04R+ÔNùøÐý-¥Åb╠"
  b"ésó¬èGH±¦)y\tãCñÎ"
  b"êÏJ‰Ý¾O\f­<›of\x03Ôï"
  b"ëÈ\x1E\tpñE2µåTÃ\x04\t"
  b"Ýüb"Ö]O\x04┤¸ûõ▒Ò\ƒ"
  b"îþ\t«ŸŠN„§FEœ‰ŠzÛ"
  b"­ýb-©\rN\x01╗Ø{╩ûÌú-"
  b"ò¤\t¦zsBŒ—\f4\x7FŒã\x11Ô"
  b"ôj×füÏL”—›ýîÈèuº"
  b"÷Oðá8®D2–©}ç¨\x18U6"
  b"¨ƒòì\x1F┴OüâÅ+".ì┼\x03"
  b"ü˜\x1DIÛJBû†òc…÷SŸ\n"
  b"ý"}LBÓJÏ»ýÂE¤HÆ'"
  b"ý~u§\x1E~Cã¶žSõ5Ù¨€"
  b"ý‘ KsîHâ—è—Ì\x03)á‘"
  b"þ$Œý¯–G2•Ú6Ù&¥‚ø"
  b"╚║Âé«*N7Ø%>\x0F\x1Dºn\x00"
  b"""
    Ê™\n
    =ú{OœˆÝ%ƒ\e\x16
    """
  b"\x00G³wB\x1CO¨»×wüc░\x1Cj"
  b"\x01 :ë‚ú@Û†\x16¡\x06\x00Þ"
  b"\x04Y\x10\eL¾”\x006\x16ýà„d"
  b"\x06çþdd\x1EL\ï╣ü▓■¸cD"
  b"\r\x0E\x07¾\x1F²MÀ€í°žþÄÞ¥"
  b"\x11òMm°┐Ca×ÙiäÉ\x0FG\x13"
  b"\x16¶ºPMtAç┐\x003.\x1A\x08"
  b"\x1Fl\x00°\vúB§Ø\x18Ð×2º²r"
  b" …ød‚²Ož¬8U‘ÿ_o¾"
  b"#‹L\x7F¸æHO›\x08âE×\x18ð\x18"
  b"@ZװѱKɽÈ─‗ıò¢£"
  b"R\x7F<›JÔKù»D²±T¨¾="
  b"TdqÜ»¡Cϵ\e\rÁåÅE\x01"
  b"dMÞ1zZNÐì@\x1F9Á×▒\x02"
  b"eÕ‰AlsH‹™\x02üAØ\v\x11{"
  b"j©iä’ÆJؾ÷*0(\x08ŽÕ"
  b"sæ>\x02îùI{¦bQÐhN|\x11"
  b"{ÄÏ╗ÅVDy®½¢åú█Åt"
  b"ˆ—?Žøü@_¢C²íá’™¶"
  b"ì}Ì)2NHıÁh÷x\x04é\x1D"
  b"Å\x1CÈ\x1D¶pB╔®\x08\x06\x1F"
  b"›/Œ=|CIKŠÐ\v¼IqÓ›"
  b"›1tuQÑEEžJ\e-Z\x04͇"
  b"ºeÓ@ÙcJ¶Åú^5▀ÉI╦"
  b"´»Ô,\x1A"J©‡Z§l\fì~\x19"
  b"µÌ\x19ÐÛòG.’›&îŸÙþƒ"
  b"┬øúØæB@\x08öÉı9|màA"
  b"Ë&M»Ÿ.O(½ÆŒ,Â\x1F"
  b"Ô©Ï1?\x04II‚«Ñ›þšyÀ"
  b"Ù¢×Q•µ@#²J¥˜ÜS#S"
  b"Ü\x15Ñ[h¨C6±\x0F»AY½ ›"
  b"▄£i\x1Dç.KÀæ¥?¶ƒ9Ø@"
  b"åN¸?p_N… ¡o•þ\„ª"
  b"òkª¯€\x00I®´Fr=‹6¬%"
  b"õ²Ïn6™@ž•°ü|(\x19x\t"
  b"÷Oðá8®D2–©}ç¨\x18U6"
  b"""
    ú\x1Eã°GÕC+›\x1Cƒ8Â\n
    
    """
  b"þ$Œý¯–G2•Ú6Ù&¥‚ø"
  b"\x12ìZ▀­lJvƒ\vá<\x02─{├"
  b"2õ¥\x01HéCÉÜ╝¥┐\x12Õ®^"
  b"4\x0E\f┤$bFmíÉc@\x19wN÷"
  b"Ç-ØT╣¨I╣║\x11Ûwó!│&"
  b"╗Ú}e\x19▄N@ûÀÓ§YìT\x1F"
  b"¼éñ2I|Bå±ôDLÅ0YR"
  b"Î▄º\x13WLF╝üùþ²§ÃQ%"
  b"âž™q½UEÝ»Iîžþ2¡ "
  b"ÕAµÕ\x1F\x02I╠▓Å©Íî®┐ƒ"
  b"ñºD\x0E@\Fˆ\x14JQAÐ"
  b"\x02Tšv\x13-@¢„’A\x7Fd\x16ç¬"
  b"\x06“hu¥\x04Jü„¯(«ñlè¯"
  b"\x07ÉÎõÐÒN\x16âë?ï╗║L±"
  b"\x08\x13išFƲèý3w\x14‘C"
  b"\t\x00ƨ\x1DTF\x1E®<«*\n$\x0E"
  b"\t\x01Û0ÞnB4…žÁ4k…¹/"
  b"\tnZÚ\x06@G·¸Ð¹of5QL"
  b"\f\fôÿG\x19M½–²J{ë´\x1A¥"
  b"\x0F\x1Anˆ}\x0ED^Ÿ&™?\x03µ¥P"
  b"\x0F.1\x0FZ\x01M¬ªævÊßq"å"
  b"\x10Øí¤úÁA\x17ä\x0F\x13`ÎÃ"
  b"\x11vl$·/M»‹\x1AÝž¡Jòz"
  b"\x13ki`JTI~ \x00Þ£rA\x00±"
  b"\x13™§2¯\rI\x11‹¸\x19¥èÙÉH"
  b"\x14Qí²╔~F\x07╗|Rüz»â¾"
  b"\x16ýÒk'ßLs‰¡Ò\x041ýeÿ"
  b"\x1A`˜ª°ºC°Š\eQ\x02÷\x0E¬á"
  b"\x1C╗!­\x16²ElÉùá\x1Cæ[ì\x0F"
  b"\x1E\x1D\x149MýµŸ} }‘^Ç"
  b"\x1FÚ|~¡¹Mn»ý¶\x17e\x17åb"
  b""wµJ‘Š@\x19³­\rñÕ `3"
  b"\f\x05âýMxï╦\x17úæßÈD"
  b"#▀ä´ì*K¶òï{- \x14ëH"
  b"#¹ùzıõAáø!ð\x19¸ìjÊ"
  b"%‹þhÓ]D¹°ÿ*pù×Jj"
  b"&m°è\x1CfH§§÷\tQJÙX¢"
  b",?Ká\fhEx´b*zØ{a*"
  b"0¥(çÿŽ@ঠ¼©\x08é?7"
  b"1Ê·‗\x7F8M7ª^ÅØÈÚ5\x06"
  b"3¹Ð/„ïIa€\x02Øî{¤8 "
  b"5,¿m}9IuªiBCˆod\x06"
  b"7¾³qçíK\x1A‹šÞÏ{4ïþ"
  b":&ô╣äÒF׬è\x1C▀▓ð§É"
  b":@Á|\x00 C|¶:Þ«†—àñ"
  b"\eD)ÉB¡M┤9F¼½■"
  b"=*\x0F<VÌI\x0E»»\x08¤ÅaÕ£"
  b">Kw\x18g8FM©7¦Ûú|ŠÐ"
  b">e\x1Aèê÷DqìÄ╝òvÅà\x17"
  b">m‡Á1¦K\x16”þJž×|e\x14"
  b"A~\x02É\x10=@-žœßÙª‰\fÂ"
  b"\x11íÆlOd‘<…-Ç4XØ"
  b"D¶$ (\x7FB\┤¥Ó]d\x04ü½"
  b"Ej▒·½lJÀ¼,þÞ ìED"
  b"Emà«·XN┤ò6í\x05Á¥ÿì"
  b"OyÁ/“ÞL\x08‹Ñ6€Ç¹,‘"
  b"P\x04\x15œ‚ÝL\x0FŽg’o9SŸ\r"
  b"PE5ó+\x06O1ºdÎÄÀ»Ý”"
  b"Z0i\tõ³D¢ÅÇÀ┌|C║█"
  b"\¶šÑ\x15¤OO­Ô\x10\x14È^wv"
  b"\ý╗W\x19╚J(üÊ├6и'â"
  b"]îÓüÏmC,ö\x0Fµß░R^©"
  b"bÅÊ"ƒ(M\x03¼ß­2\x0F~Ž#"
  b"cݸ‹\x1E\x05Jp±¤à\t:¯HÒ"
  b"f\x05+ÖÁO°“<‰ÖGïž@"
  b"\tÖ\x11ÎB©„”\x1Cä[5pû"
  b"jáÄÿ\x12–O©Ž„IÿÓÊŠˆ"
  b"r‰a3\x7F¿EÁªÜ*`¡™—î"
  b"u\x01tøÿ J„€q‘#6F\x7Fú"
  b"u¥…•\x1F'BvŸ73ÛÇ#*\x14"
  b"w\x1Aë’DáBF¤\x14\x7F<\x12—•R"
  b"wîZ╦■WI╬åØzÍU\x05³ó"
  b"yDÖrWßMê…;õr\x05UA-"
  b"yì{›:|I¦­¸!2²$ü\x1D"
  b"z«Ë\x18köGyôÒ&¡¤cÜÅ"
  b"z©Iì»ë@╦¬Y╣)òbè""
  b"{\x04,Ã┤GNYÅ$┐fFÁáÂ"
  b"{šç'–ñK8ƒf>0”i\x15m"
  b"}ncÖKðCÕ¾*Ñ®hÑa‡"
  b"}pÐvùPL8¯Zº¹\fvp\x1F"
  b"\x1E™ÊóLðŒª;"ñ^‡‡"
  b"ƒÝ\rÃxÄDÞ§YPaA;q¶"
  b"å\x00g\tÅUM¢¿Ú╬O\x0F├É$"
  b"‰z>W6DAØ—;\x04\x12"
  b"‰ôVˆ§ E‡®-Ðc¶ÙNJ"
  b"ì8Õ:KGH▀Äîµ‗û}Mõ"
  b"""
    Ž¿ÆÙ{\x07I‘¤L´,\n
    0\x12»
    """
  b"ÅÎ\x18å\x1A\x12B\x1FñNMA\x1A\e"
  b"”GcG.øGX¬´ójÖµEÓ"
  b"•‘\x19åÅS@W±DŒ«Èo=è"
  b"–‹M¯\x07ÕEo¡\riG»=ò´"
  b"–Ì©bèÚB~•%Œƒ]H&×"
  b"ùG¤'÷ãLÎÿÊØÄ█éå5"
  b"šÝ~¥ù\x18H\t¥,ã[Íf\~"
  b" ˜òJWÅC;·—o‚C½¹…"
  b"""
    áþre¼\n
    F!╝d6╚¯Éû
    """
  b"¦O\x13\x16Ï-EŽ—³0òÔ%†j"
  b"ª­\x173¼÷CÓ░\x17³\x00ÁücN"
  b"©UfæR¥C9©wù×|Ði`"
  b"""
    ®wì║¥pL\n
    £êM╔\e\x14»T
    """
  b"«^G=?qJF°\x01}›qêœ\x1E"
  b"¯´\fjX\x03Kƒ¹¹À\x08oFìC"
  b"²wuw›.J:™<…«\x06+=Ì"
  b"·¶ÓXíÿOñ˜)jCðO¡\x11"
  b"¹I$;‚„C}š\e­Í\x16›¶¢"
  b"¼Méž¿\x00EL½d¿\x08@Ó05"
  b"¾C·7‰Oš§öÐ…dª¿“"
  b"¿\x1AÀJãcFí”ö‘šöR\x0F0"
  b"└░╚\x1E+_N¸╗▓ÖW7ìÛ¤"
  b"Ä)]H¥ÐL³¥P«YD\x11\x1C¡"
  b"┼bJ\x1F\x02üH‗┤Àp┼!Å+K"
  b"Æè‹È—‰G´­óKÜ«ôêk"
  b"ÇçtÒ.HO>‚ÀÉÔ\x1DƒWÏ"
  b"È"\eXqÒO}º_¢¸\x13ï#/"
  b"Èar\x7FxÊI§¥ì¼âôæ´¬"
  b"Éîs·à‚Gl“ó$àdjþÆ"
  b"ÍÙÅ\eF\x04M8„'t0¦tÏ\x15"
  b"Íø¬\x15¿\x13GÓ±-\x11:‰t#D"
  b"""
    Ï?Z²VoDìŠ\n
    Î\vj‚*Î
    """
  b"ÏD†#O~Aò ³\rt­/|­"
  b"Ï\ížb€IÒ¨º5£üÆ«¿"
  b"Ï€ÚGi]D’¡˜(fðC“´"
  b"Òµî \x00NK@ž\x05´›`Å-\x00"
  b"ÖA\x134\vëOU€\x11ù­Ü=\x07H"
  b"┘Lì█Â╚OÝ×°r÷a}ı\x11"
  b"ÛÙ9\x1E¼ÕMðžFŸ\x1EE¼lr"
  b"ܧ©s„SE›„Á!€l"ûÜ"
  b"¦\x04.ÏÆÿGò║\x08ƒM³┤Åß"
  b"ÝèÓ=Ú»O/”\x06\x19y"½I\x08"
  b"ßrît¥\rFt‹e=І+àä"
  b"áÅ\x1CÍ…cHø§XIYè†\x00I"
  b"ã¼\x19®\x19ÊJK…ƹTпžS"
  b"ã÷ÏâvžO\x08»âV\x7Fï †b"
  b"äÙàÝиC"ªÍ{\x03RwÕ³"
  b"ÕYm.GuLì¼Ü¬▄¯J\x03ù"
  b"å\M¯Þ“JB£zvš\x0F•{Œ"
  b"å½ã\x0EŽ©Oú“HÙcÙg\x15c"
  b"æƒmÂ\x1E\x12A\x13´«ÐÜ\x1A;eÉ"
  b"çˇ\x06/_Ci…yiÁ\x7F\v U"
  b"ë\x7FÛw\x08@B´LD\x11!p¦m"
  b"í0”å}\vH\‡@­µ¤ÎÂ|"
  b"""
    ¯│`Ŭ0BÃ┐m®x\n
    |?^
    """
  b"òNšÒôËE\x1C³}€¼31]±"
  b"óŽŸ•»6Ca¢ \tÙĹéî"
  b"¾║ÑùıêN▒ìps=U¼\t"
  b"§ÏÔÅ´ÊF öëo5\x01ÚE«"
  b"¸ô╦═oâF^¿,ÉM;§╬ë"
  b"÷æ…opÀG©›ÞE«r\x03V%"
  b"ù*’Û\x10âL9¢³Ì/w\r0l"
  b"ùŒôÜ\x1FÕMc¿ÀÑpÁÜ$€"
  b"ùÇ8÷àBI+´\x1Cðj\x1EÚ=¸"
  b"ûWSùÍtL—£È‹i†J\x06¨"
  b"üé^B®ÜCY Ç’\x11›f5e"
  b"\x02\x1AWnÕ\x08CZ¿S³VŒR´O"
  b"\x05VŸf'wBy”u\x10ÊMë,Ô"
  b"\x05mF\x00pœO5³çÒ¯~Xû&"
  b"\x10\x00ü´!gNJ¼Op\x03\x1CÑ`\x02"
  b"\x11ÿt8ßõJ/▓░#ì?K\x16Ç"
  b" \x16¥wAzH\x12®Á+‡\x16Oµ%"
  b"\x12\x1D=I\rÀ\x02=þmZÀä"
  b""î´*WÐI\x11­º•\x1Ab¡ûÀ"
  b"%8{Ø¡TMˆ<ôz\x18Þ±d"
  b"'Â¥½Ú¯D\v¾8­.\x06útØ"
  b"+Æ0\x7F\x0FoA)¨w\x04η\x02,X"
  b"-█╝I·▀@¦ürmWÎë3d"
  b"0Z┬üö░@óÄ▀±Á┐█80"
  b"0—P9Ê´Gr¯œA\x01žÐql"
  b"1A5Æl DÌñÑ=║|ì¦├"
  b"1 ;û\x19¹I'’evбÔyô"
  b"2\r█=‗7D·ìýüßÙ\x18Ù\x1D"
  b"3.╝ù§▄BÔüºQã\x14ÏÝ¿"
  b"4\x13XzëøL—²ŒÆaÔFG\v"
  b"76ý¤23J╩óǨ£ü¬#Ä"
  b":ªåmÔŠF­•Û㡌?²ã"
  b";ñoK\x06'K§¹ÚݽŒ)\x17§"
  b"?\r^ã[Ü@A‹ZÍ\x1Aº·‰ç"
  b"@=[,\x11õKZ•É÷›cöË1"
  b"A¿ñØüiKÅ┤\v╔▒e´è+"
  b"B\x1C\x12ék4Jð¦uw¶ÁmE\x00"
  b"Fc%&r•O'¶‚¹Ì\x07\x0F\x031"
  b"J\x19\x14£aÉG\f£–Æ"\x10C\x17f"
  b"R»{bjVO2Ü®\x08¬\x07ÅÐk"
  b"RæQ%ááF÷’ò/]\vÂ¥Ñ"
  b"U\t\x07Z6ëCT‚i€!8QÂÜ"
  b"VÞkHvêIñ ª‹ÖßAßý"
  b"""
    W€Ó«eêJK ÿ\n
    à#(…Â
    """
  b"_úwúó©DIò¸╦\x0E\x19▄ü1"
  b"h=fÒ«žD–¾YrñÙ‹}T"
  b"huçÄ\x04bNH§ÆÐ\x037@v«"
  b"j\t¡ù7­I\x03½\x11\x19Ãù¾Ë"
  b"l\x17éü€BEê˜\x0FdÈ:ܱç"
  b"tV^‰\x1FÿI`µGí<BŸ\x14¤"
  b"u ܶ\x14#Lîµ!ë`d(^X"
  b"y×}í\x17¾Eö¶{©JÙý×y"
  b"z"\x0Fœg!AQ”Ÿ¡\x06\x14\x01\x13º"
  b"zC\x05£ƒaL!—ÍPW\x14~’\e"
  b"~\x11\x00\t„HK¨©+õ¤áâà"
  b"€”ø\x00úîLÁ¥!BR§é¬m"
  b"ˆM˜$ð\x03I›»Cè\x01¯“Œj"
  b"ì■9x+×@Cܦúb╗ú\x06E"
  b"“Û«G­›@Ó«¢ƒ¸E‹¤*"
  b"”ëÿ¾ûü@‰Ÿ}ï©”ÒsÀ"
  b"”ôÀú‚\x16G7±\°5(\x10\x15þ"
  b"""
    \x1F\x19‡¢+Gö¬Î'\n
    d71¤
    """
  b"›R_ê\x06ôK(”h—ŽÁÁXT"
  b"œÀJe½[O)ž%0iÔgåô"
  b"úôØ£XfGWçÄCä~óRÈ"
  b"ñGÁımÑN:Å6├\x02┬a‗Þ"
  b"¤©—Å~ÌB럼—&Ž„ëç"
  b"ª×JÈ\t¯L\f±K\x062áÄÈ""
  b"¼Àä\x1Cµ▀Cݽı·2dìÒ×"
  b"¬áÍ0ð\x12@]‹Ð¥€|Òž²"
  b"­‘\x0EúŽÖN°¾]ü®«ñD\x1E"
  b"°en\x14~\J\x1A¶`\t}åÑqc"
  b"±w\x08WÙtLzœÄç\fÿÿ\x04'"
  b"¸Hž¨EVO>Ÿ’µ]õ\x15\t\x0E"
  b"»\x00\x02ì¸bC5¨¿—Öì}Ɔ"
  b"ÅŠºÞuGK3–‚ò9Ù?ðÂ"
  b"Ç®~Ù»ŽGb–*ˆ4쬴@"
  b"Ì«ž3í\x1FOÿ—[±÷£/VÍ"
  b"""
    γ$þŒšJ\n
    “G9FY%rœ
    """
  b"ÏÊ\x1CS±D@\eŸ¦Ìk _~¤"
  b"ÍV0\t½0M¾üÛ■8}tÑf"
  b"Ø;œ² ù@:¹ÔÁ]$Mq\v"
  b"█æµæ9ºM\x1F×PSó¿ÅÁ9"
  b"█▀\x01½úpF:ür¿l§`"ü"
  b"Ýj)r;ÓEQŒóÇl±ü¦‡"
  b"â˳\x158ºJ\x0F\x10%(ölt\x02"
  b"ã8Á;Ãð@\x12ƒ\x04½ßGyU6"
  b"æ{‹ë\x1EÖCÌ€‡B\x14™ã"Z"
  b"êÇ\x06Ò\rÐE-†Ï;+<™×ë"
  b"ÝjɃüÈAÎ┐╠zõ95î\x0E"
  b"ï<¢óû„C\x05«-|ü¿ž?J"
  b"±F}\x7F×rL█Ç\x1EìO^\x03\x03"
  b"ó¬Ù'fXLΘÏ\x19\x1C{²Œä"
  b"ó®¦1Ñ»M\x1DµÛ5œÒZ\x19×"
  b"úqS³äóN\x01¯7d½¶¼D\"
  b"ÿµ·®FÂ@l¿\x02RãHw\x18\x1F"
  b"\x13×+▓qnMÃÿ9\rÖÅ­┼\x0F"
  b")\x07ÈLE\x02@¤›{«V\x18Ž÷­"
  b"5@\eÞ9ØB\x1E°B¹¤)Á?/"
  b"ET“V´µMÕ«5Ý©âÁÈ!"
  b"]ÌÕéOñ@Øñ\x06y©}ȺÒ"
  b"²‰lÖ»¶I\x02‰|mÓÿOwç"
  b"Ò\x17\x00×”yAЦ\x1E8fµ\x03˜h"
  b"Þ*f4G!D\x0EŸï'\x13‘ǘ\x18"
  b"ÛgíÉ*ìOf×ù_Õ°ï@Z"
  b"\x01x\x01ü¤\x02Km”R Ï`ÄM¨"
  b"\x06Z˜ÀÞÖ@9ª’á+¿µ«e"
  b"""
    \n
    \n
    d\x11 §HS¨}ÜAã€Áß
    """
  b"""
    \n
    <]ê\x0EkF█üÕıCnR\x17É
    """
  b"""
    \x11\n
    áÅ,\x1AJöŒÇ$®[õ 1
    """
  b"\x19‘ô÷ÖùO\x07²\x17ÇŠÀÎ¥’"
  b"\e3\x05TæwNrˆEO"Ô\x01%9"
  b"\e▓ò\x18NàD|âɦ│?&0─"
  b" ]w/åßNøžÎ\x16\tñØÅË"
  b"(™`?º@Høš=ê÷Ô©c>"
  b",3\tà‹YAÒ€@\x0F´Ñîid"
  b"3m‚ìY!N‰€Ù«ù.¼\x19\x1D"
  b"7ú+³K(Aü¿ÄÇ7▓Gƒ["
  b"8½5╦'MOÍåTFXµ.Øû"
  b"<|T\x1CØàO¿©\x06\x12╔<P"
  b"AÅ╚T┴\x1CD\eûtì\x14ëPÀº"
  b"Aìõ¢}rI7ŸÔ.x\x10÷ëþ"
  b"DrˆU\x08\x0E@\x08¡Y\f @…¾Õ"
  b"DŠ{Ó‚8HĬ\x04HÃíŸ\x14d"
  b"DÓ•i¦5OˆŒò“=sÌå."
  b"G╬)┼Û╬DÖìL¢C\x16^\x119"
  b"Gâ«3\x1F½Fœ‰²~¾üïøò"
  b"L8Ð\vñOHtºs§û*\x0E¥b"
  b"R%uºŽÊFï‚6\x06¢_ñÙ"
  b"Z;/x,÷N\x02ž5V$\x14ƒ}’"
  b"Ziç{║zM\vÑP%░¦{É "
  b"[$ÆÿÁ¸@®š Tß#)]Á"
  b"_e\t\eÄÁC»£\ÚܾÒh·"
  b"bój>¤\x1EL\e£šB?\x14?«0"
  b"jδÝöïNõ§êÊPãýø\x14"
  b"nÇùn\x1CXG#â×s8ëúüù"
  b"s╩\x08ðÔ¢J*å©Ô\x17(QÉø"
  b"t\x07¨▀{ØEí║z:\x1E³└Êy"
  b"}ìÃûVeH═░\x12\x19¥rL"
  b"üÞÛl.ËE╩ñÔÎì&O\x0FÂ"
  b"ï£À╦═ÁER╝þ─ü[{üñ"
  b"Œ__ùÈïAÖ±~\x12³Þ>šm"
  b"ìæ\x01\x06░ @úø\x1F¥▒\x13\x02"
  b"’vì»y\x15El±KÂ\r\x02Lñè"
  b"£Ë|Br\x19M°ÅÂ▒Hóòúx"
  b"ØýCë¸ßMkÄ_JþbÈw@"
  b"ŸBçoKÃ@ЉA\fª³„+|"
  b" Rr?À¡J\x1EŒåÜv,·ì%"
  b"¦ÌOŽü!Nò·þ\x01½%Ò\x02\x1F"
  b"©udËY\x10HE¯b$Ïõ0%ä"
  b"©ÉÅîP\x13L£˜‹%·ä( Ï"
  b"¡▄\x1EØ\\x03J³Ü<┴¨È┐ÞÏ"
  b"®S޹YmMp—wø\x07âxg\v"
  b"®x4$¢ÃJq©\x17‹—¦dãâ"
  b"°²².h÷N‹¤‰ôÊ\ea¨r"
  b"°åQV\x12žOc¢w\x10ÂB>\x0EØ"
  b"±ñ1,ŸHF\x1F¨A‘€ç¸\x16"
  b"³ð<HñmIЈÿŠZüó+L"
  b"·iñŠ“ÐA¾€S\x06F¦Ã)Ð"
  b"╣íÇe╬UEJ½oÓÉÌ╣"Û"
  b"Ây¼ì=\x10JrŸ¤ÞÆ\x1D¢\x12\x06"
  b"È[?k\x19÷CéœAExV§\x0FW"
  b"ÉÔZ¹Æ}H¡¶\x03\x05WUçæP"
  b"""
    ÌJW“Ï\n
    Ib䕦i\x7FAIX
    """
  b"Ìó"\x13\x0E–Lú€\x03j[ÈH:ë"
  b"ÊuelòØCTûÆRön\x02‗<"
  b"Í?Îÿ\x01TIbÅ\x1E>¿{Á\x18Ý"
  b"ÖŠ\x05q~ëCUœ‡ó •èØì"
  b"ÍÄ^[Þ╗MÔô║qÔdcÉı"
  b"Ü—9³qàB›¬kä§\e7fÃ"
  b"äüg@:÷Be­ã—aoYм"
  b"å:–Q.îA:­ºô*L!7\x17"
  b"þ×\r­YSB|×P\x7Fnɹ¨È"
  b"çÛ´ã‹ïHFžÍG˜ŽleÊ"
  b"ë6fj\f\x02Gyˆ\x06¾),Tx}"
  b"ë>Þ\x19„¦B™™\x19KÒG¢›¤"
  b"ìòx\x11%¤Od±ö¸Šå\x16\r\e"
  b"ìõˆÂ\x067Aí¼*åÝ®\x19Œ""
  b"ñ#Fã2\fMd³á†¶Hð;""
  b"\x19\x1C7\x08┐GWØ» ð\x14q▀╩"
  b"ù²\x05\x1Dð6D[¨bß\x7Fh)\v^"
  b"ý"}LBÓJÏ»ýÂE¤HÆ'"
  b"þŒâæU\x06LG£ƒÏBã@/r"
  b"\x01 :ë‚ú@Û†\x16¡\x06\x00Þ"
  b"\x04Y\x10\eL¾”\x006\x16ýà„d"
  b"\x07*\r¤ÐÛB/¯kƬŠ\x0Fø\x0E"
  b"""
    \n
    ˆ\r‘–\x11@=°\x01¤”Èú9(
    """
  b"\x0EíØ\x06\f\x7F@o³$—\x11}–\x06H"
  b"\x0FÇ\x7FRú¾MÝæ\x16█«Õ¨;ì"
  b"\x16¶ºPMtAç┐\x003.\x1A\x08"
  b"\eK)÷v±F“±ª@‘T ·\x01"
  b"\x1F~zÈG¬AƒÉ╦ú\x12£\x7F@S"
  b".p*inVJj²å\x13¦5=×j"
  b".Ðô+F─@íÿ\x03╬ààØ®""
  b"\v¶ö\x03B»ÆP\x08ŵÀLJ"
  b"\x1Cÿ\x18\rH?£\tÎù\x19_TÆ"
  b"6X\x1CúÎ\x1FC*§v\x116p‹°è"
  b";ðKUÏ9J\x06¢m\x1DÒï}8Q"
  b"?=‡M™¸B„¯ÞuØ\x08¢õº"
  b"@ZװѱKɽÈ─‗ıò¢£"
  b"D˜E c M‹®”lz4«<\x02"
  b"FºM§¥›B܉æþ¤ï%Àu"
  b"FÿmGV\x08Kû¢KgAIrì«"
  b"HÂ?Ž•ïH\x17œoDQª€\x1D¬"
  b"RÿT\t\x02ãC\f„rìT NZB"
  b"TdqÜ»¡Cϵ\e\rÁåÅE\x01"
  b"T§{¼8æNɤ©•6cc&Â"
  b"Uv7Î{zD¨¢*\x00íExrÌ"
  b"VÅ7¥╩ B¯òä╦▓░µ[╠"
  b"V╩ð\x13ÁöN1ìbú┴@ëVv"
  b"X\x7F┘ı ┤LÅ┐\x01z禩\x02+"
  b"Y]~Mg™Jì‹qÝÕw´¡;"
  b"Z¸Í\x14_åIì¦zËà‡O\x1CÚ"
  b"[\v4"\x17@AЫ¢Èûè\x0F"
  b"[ìô©\rŒAé†+\x13ê\x01Ôø$"
  b"]hñó\x13MM#ô7uPí"
  b"c¸)'p\x05Cƺ\x1FpücUå`"
  b"g¸‹Œ^ëGεÛô\x17|\x1Cð)"
  b"""
    h\eO{òC@»S{\n
    \x7F"$†
    """
  b"j©iä’ÆJؾ÷*0(\x08ŽÕ"
  b"myR™‰cM\eІ"\x00¨\x11¿l"
  b"n×Z\x12m©L\x15¡ßÇ"Óù(;"
  b"wéÚPz™Gî˜a}\x05ÊŒ%^"
  b"x«£;T\v@p¨\v®±ß³~2"
  b"{ÄÏ╗ÅVDy®½¢åú█Åt"
  b"ƒêJB3óF<¬sœsý\x16\x1Dæ"
  b"ˆ—?Žøü@_¢C²íá’™¶"
  b"ŠLú\x06\x1FÑ@s¢§D‡iAQÿ"
  b"Œ{1õÞçK\x1E–w¡6ï\x16"
  b"ìö"\x00╦;BÈëDªº¹°<X"
  b"ÅÀ¹\x13­└OûÁ║¡Ë&À°\x06"
  b"Å█WÒèïEÕø▀EMmã`▀"
  b"—¯e‚¦AOh›ŠV"%'\x02i"
  b"™‹±¤\x11DLѯsµ\x11\rnÚ”"
  b"œ\e\e÷9‚NS¿¦DÒžÓž\x1E"
  b"ƒ=®]ì»CGè░\x13Òõ┼+\x04"
  b"""
    ŸsW\n
    \x04ñDi ,™€4¢±\v
    """
  b"íıØO\x07½Dríà╗ý7\x07±]"
  b"Ñú_ìÞEEz¥Û¤,2&\x13?"
  b"§¼v[\x00†L\x7F™%AÆÜ-\x1Eö"
  b"½╬TÉ µK(¢┤(]\x151Bk"
  b"®ù2H‘ïLÉŽ‰˜\x179j\x01#"
  b"°H™O±JA‚­\fWü½gbý"
  b"°ÈÆZE“D\x1D”=;9¨ë¥²"
  b"³L})~“OS‡hD³Ëc…­"
  b"¥O ┴ìñLÿú\x17è¡\x01{fî"
  b"┴¾▀/ûØ@ùä@ ÈH@P┐"
  b"ÇÚ‘©KÉO.”øñÙTÁ3Ü"
  b"╚╣·Sð┤Jåñ=│ìëÒı·"
  b"Ë&M»Ÿ.O(½ÆŒ,Â\x1F"
  b"ðl¨Êª_B\rØ\x08U\vc\x01Ù▒"
  b"Ñù\x03\x1C©šL°šã4´—”M¡"
  b"ı-ú×▀2NzÅ┤Agô\x1AÂâ"
  b"ØB\x14\x12ÁVAÛ¿Ü\x1E\x19Á¸\x1E"
  b"Ù¢×Q•µ@#²J¥˜ÜS#S"
  b"█`╠H÷çO\x0EÇ9┐ZÅ*Æk"
  b"Üwˆgi\x19MI€A˜˜\tŠ36"
  b"▄£i\x1Dç.KÀæ¥?¶ƒ9Ø@"
  b"Ý|£\x1DRJF¤—²\x1C’ĵ˜p"
  b"ÌpÉ?þqF0®èú]\fƒ¶À"
  b"Ó\x7F ÝÕ├NvÇ´¨B‗\x0EØu"
  b"åN¸?p_N… ¡o•þ\„ª"
  b"æB0ýÐËD¹§ºbj\x16¬\x0F\v"
  b"ê\x0E\x17¶I=H§ƒmŨyù\x04\x10"
  b"Ûe\x11¯SÅN┬ÿÄWÞÉ\x7FË7"
  b"¾Ñ\r6MâHNÉ´÷&┤Þyþ"
  b"õ\­ˆS©O\x0E®È»ë\x07\x03í&"
  b"""
    ú\x1Eã°GÕC+›\x1Cƒ8Â\n
    
    """
  b"²y|Ø\x1CSFÎÖ╬A═»d\t²"
  b"ýã-(ZGBR­Dnlï\x10]4"
  b"\x08“dï\x15ùOî¨mÏE¿ŽCà"
  b"\x1C}5ÈXûHÊìÒªdrV\rÿ"
  b""»èØUûJÊ©'8]Àú­ö"
  b")\e·|½\x03Dß©i±fAmCÇ"
  b"*ùlËÔ\x01C*┤m¡¢P÷ÅM"
  b"2aC\tbhI‹ºø–Pú\x1D÷Œ"
  b"<0p¡GÄI^–×­1\x18“‘-"
  b"@═ÉÜ]½K_ÆOþ(\x01ä9z"
  b"F¡▒GaØB▄óê\x1CÕc×YÄ"
  b"\x1C\x16YALëˆ.TŽUÑé„"
  b"L,Ü\x08\x11\x1DB8ܧ┴4É\x17óÿ"
  b"\æßn¥–Hý¾!rkιÖí"
  b"\x7Fó\x07\x7F"¦HÑ ’ yÛ­\x16>"
  b"”ƒjØ~EKU¯kŸ’\x14õ*c"
  b"›åo¢üš@¹¢¼Ãq×ð\x00\x19"
  b"œÇ¹…ÆEI+’\x11\x10»\x0F©•ë"
  b"ƒ\x1A\x19×\x1C¿K╦û¡\x1DW9{Hì"
  b"¡\x1AÿA“±J&¯\vYV¶ÏÍI"
  b"ú┤xl0╣CÉàSøq│û¡×"
  b"ªU\x1DD\x19GIΙk‡\x00À@Ë?"
  b"Âî░þK!Lb¢Î┴ëZØwM"
  b"»«æ­€\tD‡ •]J#ý‡á"
  b"¿M\x07\x06æpEωÜ'5E€©Â"
  b"¿¯oÆ<F@$­2ø·\x033å*"
  b"×o1\x14\x1AÞFgƒ—\x14Ps>p€"
  b"Ú–{\x13T°Ew£Ó­×\x055IU"
  b"ÜÁ\tÜYŽG”¥ê¿A¿#`V"
  b"Ú\e\x01&\x06\x18A.ïb¤xÀñìÒ"
  b"éV›N\tÎ@v¯\Í×À ÷5"
  b"¯þÙ]ysMwº±ØâY9T\x10"
  b"ò‰\x15²Q\x1D@Ǻ\^\fü\x00"
  b"ü-ŽD2\x04A²ž\x1CÒ-Š\x1E\x0FÇ"
  b"\x08äLÚ\³D░░ØtYEµYh"
  b"\fì\x7Fm9▓AAêkMbY░\x14Î"
  b"\x11´¯╚ŵA²êãã├│\x19T\x10"
  b"\x14EÙtâŠJ¥›,\x19óë½$}"
  b"\x16¥Ö•×\tC{¬Rµt`_ö\x08"
  b"\x1E¼QãL\x15JÁú\x16i¥¤Î*Ø"
  b"\x1F­6Åu³O¨âbÁgÊîjz"
  b"\x17R▓µFëìe╩─╠~ß\x11"
  b"/°1@€@··ú€9€\x12‡Œ"
  b"""
    \x1CÃÚ\n
    E«ºu\v€¸,-‹
    """
  b"1¯á╣▓ðEø¿┴3+~;█É"
  b"96&^¨RG¥¼]ÍQ7³’Ž"
  b"I\x13\x1A\x16%\tA¤è仯ZCü6"
  b"N3ºutÜDûÉ¡§ëª¥\x03ó"
  b"SËì²╦ÆG╬╗ætâþ°\x0E\x1E"
  b"TÎoÿÛwHÁæ▄\x1E{d@üı"
  b"XEýa‚iNÞ²bmr³ðcž"
  b"Y╚SùX&Dùá┌oéŸe3"
  b"""
    a –\n
    ƒ·C|…¥&úö\x1F\g
    """
  b"p4"’—’@\r¦[Â÷m¢ü\x1F"
  b"}¤¶“w@J\t¡âԙ게¨"
  b"€1_\x0F\x10)AÆœn—šÑíûd"
  b"ä[ªÜ¶ðA\x15å!┘ì³ï\t"
  b"ôF¸±┐\x18Fù▒╗×üC\x08Áõ"
  b"–±zõ\x0F‰O,º7å³×Ú%Ï"
  b"ºáYà╩ÉJ▀æ\x05ÙÌ\x7F'¡>"
  b"©z~)UúH\x17“Ö¡·0{¯H"
  b"▒c·]vPA+Æ\x1EC½üqø\x10"
  b"""
    µëÛ‹/€L7ª\n
    >—Šƒ¢L
    """
  b"ÀÌ\x10┐‗£Gá×ó½ì╝5P¡"
  b"͆\x1A<¸=MÁŽêÕ\x19\x16\x12âœ"
  b"Óÿ¾ýJìLÁ±2 lü¥£ú"
  b"┌▒)vë¼F\x1Aïy\x18ØtæhÅ"
  b"õÝÿØ'6G│ÿ\x06¸{ƒ¹BA"
  b"¯ì╝ ╚ÞL·Ü╝¤µ\x0E"â═"
  b"÷,RW±\x15ERëØöVI,¡ô"
]
48 0.29 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
49 0.90 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01øÄô\eJNLŒƒãœ·+$4"
  b"\x02íöKÜ\x13Bº¯™x\x00©Myj"
  b"""
    \tkOY\x06ÆE{ŸF¦ÞF\n
    
    """
  b"\vÉmÕª¦Ai║╝▀■±ÒA\x00"
  b"\x1C?›ÅjÿF#· uåç\x11Žò"
  b"\x1C\x15\x08\x14#Fi•‰CÇ\x00Ü\x13f"
  b"""
    'bµõ2èC9¹\n
    ü\tdkø\x1F
    """
  b".w\x15•ÇùMÈ¿UºçhÀÍL"
  b"/jÁßè®Lµ©ëeYÙË×ç"
  b";H'╝gD@ýÉ█Ç┴ö\x1D"
  b">°dƲìD¶¢hØgû7YÕ"
  b"Eöv“Z\x17LI­ôbVÅâ¼F"
  b"L¨ySOøI└äÉk;Ó\x04'\x1D"
  b"T\x04\eZ ÁN\x18·\x14œÈ‹A'Î"
  b"\9ä3\x1C(LɲRÏ9\x05 Äê"
  b"^r\x19\x13_ DQ®/áˆ|¤Fá"
  b"bÞXÅIìMˆˆCÈÑçnQ«"
  b"d;æ9Ç\x1DNR…¡\x7FÕ¥™7ß"
  b"p\v╣X°\x16Mü┐╝n\Pux©"
  b"""
    utþ|®&E┼É▒a\n
    \x18\x1CÌA
    """
  b"\x7FJÂìâÍJ·žÂhpÙ?2\x05"
  b"\x7F®\x19\x13\x13ÄJ°ŸýY‰Ä4„‰"
  b"‡\ìä-kG¤“\x01ì7UpÊ}"
  b"‰¦\x0FŽDãBH’¥>D®eB­"
  b"Å9"}m½GÇ║\rùfÕÂ>U"
  b"ö\x04P\x0FF)I▒êØãmı¹Ý\x17"
  b"Ü─\x10Å(\x15CÊó╠Óãwéûü"
  b"›Û\x08N\x02\x01O²±iÉhvgj×"
  b" \x1E\x19ŠíÈI±‹Ñâj\vÜ\x19\x17"
  b"í\x07Å1Ç■D┤Ç-\t½ÍÌ\x1Cú"
  b"§Zô+\x17àC[€á÷¶ÿÂàï"
  b"®^\x15 ÅÇJ€±"\x1EU\x15ÃkÊ"
  b"»÷P‗B\x00CrÖ¤ÇÉ\x145Á┐"
  b"▒0ñ"█oI╬â´Í\x0EpF\x18ì"
  b"Á╬\eO┬|A©üX\x00½rüàã"
  b"Á¦G@VVO-Å\x12=Øi┐|ñ"
  b"º«'’ê‚D_¿â«ÍTÚJ\x17"
  b"¾zËò‘°DbŽ©\eôØÀ¥"
  b"ÀhŠ\x11™èID•AÑ[£õ6ð"
  b"Åá\x18uúùAÄ“¸ß'§ð\x12 "
  b"Æ<ôEJ£K¡‘ocÅr:œ%"
  b"Ì\eZâ+­GL»=þÉ™8pO"
  b"×\x16z@áoG[²dû\e\x7FØ"
  b"Ý@\x15À…\x0ECê R¾½»ˆÓy"
  b"ßâ\x12\x1CÖSH¾¿ƒDÁµ#m«"
  b"ÓÃ\f\x17\x11QN®‗swت·3"
  b"áb\x12ì¨gLO‰jßÝÀÈ¿\x08"
  b"""
    é»b\n
    \x04%Md¼ÇêÕ\n
    ¬\x11¤
    """
  b"êü;âi¹G\x14„QG\x13Ç)«&"
  b"§V\x1Dâ\x16┘CÅ¥Á®┬鯝Ù"
  b"¸h(ìG'FTªZô\x0Fï,à┌"
  b"¨wFp╗ÅFx╝\eıñ,õ¸è"
  b"""
    ¹ô1ì9ûD¬┐+\n
    ÐI!jG
    """
  b"üÜ%©\x1AeN߃é¤òêI† "
  b" <ß\x1D╔ùAôóO\x13wÅlKm"
]
50 0.57 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¯\x1FkÁC‘Fr‡yq›EX8\"
]
51 0.46 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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`.`parent_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¯\x1FkÁC‘Fr‡yq›EX8\"
]
52 0.38 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e;° þ\x15H\x02ƒ8glAaõP"
]
53 0.46 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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`.`parent_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"e;° þ\x15H\x02ƒ8glAaõP"
]
54 0.36 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Œó†\x00]\x16L,œ„1ïå.aF"
  b"Œó†\x00]\x16L,œ„1ïå.aF"
  b"Œó†\x00]\x16L,œ„1ïå.aF"
]
55 0.75 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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%"
  "%|8cf386005d164c2c9c8431efe52e6146|%"
  1
  4
]
56 0.20 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%"
  "%|8cf386005d164c2c9c8431efe52e6146|%"
  4
  true
  true
]
57 0.47 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `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` `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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Œó†\x00]\x16L,œ„1ïå.aF"
]
58 0.31 ms
# generic-page::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`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
59 0.49 ms
# generic-page::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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"º©]~¤³J\x04¥°‘:Û¨šÄ"
]
60 0.33 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
61 0.49 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:
[]
62 0.40 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:
[]
63 0.21 ms
# generic-page::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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
64 0.44 ms
# generic-page::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`.`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`.`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`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"”;”+E•J)ŠÉÔ+p™ú„"
]
65 0.31 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
66 0.41 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:
[]
67 0.36 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:
[]
68 0.20 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country`.`active` = ? AND `country`.`active` = ? AND `country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  true
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
69 0.28 ms
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`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` 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"y\x7Fè-¾ÈL.ìÁó\x0Eê\x14£h"
]
70 0.35 ms
SELECT `country_state`.`id` as `country_state.id`, `country_state`.`country_id` as `country_state.countryId`, `country_state`.`short_code` as `country_state.shortCode`, `country_state`.`position` as `country_state.position`, `country_state`.`active` as `country_state.active`, `country_state`.`created_at` as `country_state.createdAt`, `country_state`.`updated_at` as `country_state.updatedAt`, `country_state.translation.name`, COALESCE(`country_state.translation.name`,`country_state.translation.name`) as `country_state.name`, `country_state.translation.customFields`, COALESCE(`country_state.translation.customFields`,`country_state.translation.customFields`) as `country_state.customFields`, `country_state.translation.createdAt`, `country_state.translation.updatedAt`, `country_state.translation.countryStateId`, `country_state.translation.languageId` FROM `country_state` LEFT JOIN `country` `country_state.country` ON `country_state`.`country_id` = `country_state.country`.`id` LEFT JOIN (SELECT `country_state.translation`.country_state_id, `country_state.translation`.name as `country_state.translation.name`, `country_state.translation`.custom_fields as `country_state.translation.customFields`, `country_state.translation`.created_at as `country_state.translation.createdAt`, `country_state.translation`.updated_at as `country_state.translation.updatedAt`, `country_state.translation`.country_state_id as `country_state.translation.countryStateId`, `country_state.translation`.language_id as `country_state.translation.languageId` FROM `country_state_translation` `country_state.translation` WHERE `country_state.translation`.language_id = ?) `country_state.country_state_translation` ON `country_state.country_state_translation`.`country_state_id` = `country_state`.`id` LEFT JOIN `sales_channel_country` `country_state.country.salesChannels.mapping` ON `country_state.country`.`id` = `country_state.country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country_state.country.salesChannels` ON `country_state.country.salesChannels.mapping`.`sales_channel_id` = `country_state.country.salesChannels`.`id`  WHERE (`country_state.country.salesChannels`.`id` = ? AND `country_state`.`country_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
  b"y\x7Fè-¾ÈL.ìÁó\x0Eê\x14£h"
]
71 0.23 ms
SELECT `salutation`.`id` as `salutation.id`, `salutation`.`salutation_key` as `salutation.salutationKey`, `salutation`.`created_at` as `salutation.createdAt`, `salutation`.`updated_at` as `salutation.updatedAt`, `salutation.translation.displayName`, COALESCE(`salutation.translation.displayName`,`salutation.translation.displayName`) as `salutation.displayName`, `salutation.translation.letterName`, COALESCE(`salutation.translation.letterName`,`salutation.translation.letterName`) as `salutation.letterName`, `salutation.translation.customFields`, COALESCE(`salutation.translation.customFields`,`salutation.translation.customFields`) as `salutation.customFields`, `salutation.translation.createdAt`, `salutation.translation.updatedAt`, `salutation.translation.salutationId`, `salutation.translation.languageId` FROM `salutation` LEFT JOIN (SELECT `salutation.translation`.salutation_id, `salutation.translation`.display_name as `salutation.translation.displayName`, `salutation.translation`.letter_name as `salutation.translation.letterName`, `salutation.translation`.custom_fields as `salutation.translation.customFields`, `salutation.translation`.created_at as `salutation.translation.createdAt`, `salutation.translation`.updated_at as `salutation.translation.updatedAt`, `salutation.translation`.salutation_id as `salutation.translation.salutationId`, `salutation.translation`.language_id as `salutation.translation.languageId` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation`.language_id = ?) `salutation.salutation_translation` ON `salutation.salutation_translation`.`salutation_id` = `salutation`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
72 0.15 ms
SELECT `potyka_bezirke`.`id` FROM `potyka_bezirke` ORDER BY `potyka_bezirke`.`plz` ASC
Parameters:
[]
73 0.30 ms
SELECT `potyka_bezirke`.`id` as `potyka_bezirke.id`, `potyka_bezirke`.`bezirkid` as `potyka_bezirke.bezirkid`, `potyka_bezirke`.`status` as `potyka_bezirke.status`, `potyka_bezirke`.`name` as `potyka_bezirke.name`, `potyka_bezirke`.`plz` as `potyka_bezirke.plz`, `potyka_bezirke`.`ort` as `potyka_bezirke.ort`, `potyka_bezirke`.`mindestmenge` as `potyka_bezirke.mindestmenge`, `potyka_bezirke`.`lieferkosten` as `potyka_bezirke.lieferkosten`, `potyka_bezirke`.`lieferzeiten` as `potyka_bezirke.lieferzeiten`, `potyka_bezirke`.`created_at` as `potyka_bezirke.createdAt`, `potyka_bezirke`.`updated_at` as `potyka_bezirke.updatedAt` FROM `potyka_bezirke` WHERE `potyka_bezirke`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "69\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "68\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "9\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "71\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "66\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "70\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "4\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "5\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "7\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "6\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "44\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "41\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "39\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "37\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "36\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "40\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "58\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "57\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "72\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "38\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "54\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "60\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "75\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "56\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "45\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "46\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "73\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "49\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "48\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "47\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "64\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "65\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "61\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "62\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "63\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "52\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "51\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "50\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
  "76\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
]
74 0.31 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
75 0.41 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:
[]
76 0.40 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:
[]
77 0.12 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
78 0.28 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:
[
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
  "FlixxSharingBarSW6.config.%"
]
79 0.15 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:
[]
80 0.34 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`.`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`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` 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`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` 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"
]
81 0.42 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`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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"""
    ñ╬죸\n
    C(▒΢\x1C4ÒòÒ
    """
  b"59(mB¥EQ‚N³®ä(ôq"
  b"Ø/ıÇ2>L╬¼w«C1á»Ê"
  b"¼\q‰Q—A2“–\twgÑ\x15Þ"
  b"@Ô>Ó¦jN\x0E–œ\x06ÖØ¡–¿"
  b"ᜇ¨¡^HU±wÿ¹ïƒ1¾"
  b"9¼œ\rÖ×D‰±\eÕ\x00dF _"
  b"¤Ûª„#\x05G§‘J’°q»I="
]
82 0.18 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
83 0.12 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"KZîS\x05ÚE¢†\x05—»}ø“,"
]
84 0.17 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
            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"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
85 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
86 0.14 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"KZîS\x05ÚE¢†\x05—»}ø“,"
]
87 1.40 ms
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[
  "/navigation/498b192b20aa4b5085f2e95ae247fb49"
  "/navigation/225346ae25f24affb25f0d37b84d1966"
  "/navigation/7c4885c9687c4398a9a2aee1aef1264b"
  "/navigation/5bbe16c618054f8ab206d580f352faef"
  "/navigation/c6140ccdb06340908743eabac9db86ed"
  "/navigation/018a8d0b3660497eb5477853d3bbdc70"
  "/navigation/ca5b6d41c85e4db698c0322eabe2ae08"
  "/navigation/aa6725a2c924419a8d74a17242e99405"
  "/navigation/f2d139aed2244b82bc368fc888eafdf6"
  "/navigation/fcdc25a91a654edf83e9a4f2ea4986a0"
  "/navigation/3b4827bc674440ec90db80c1941d2ead"
  "/navigation/7574e77ca92645c590b1610a181cde41"
  "/navigation/4cf979534f9b49c084906b3be004271d"
  "/navigation/7f4ac2ece2cd4ab79ec26870d93f3205"
  "/navigation/875cece42d6b47a49301ec375570ca7d"
  "/navigation/aff650f24200437299cf80901435b5bf"
  "/navigation/643be639c71d4e5285a17fd5a59937df"
  "/navigation/700bb958f8164d81bfbc6e5c507578b8"
  "/navigation/af1f6bc1439146728779719b4558385c"
  "/navigation/b130a422db6f49ce83efd60e7046188d"
  "/navigation/a75af42b17e0435b80e1f7b6ffc2e0ef"
  "/navigation/fb93318d399644aabf2b0ad149216a47"
  "/navigation/9404500f462949b1889dc66dd5fbed17"
  "/navigation/e16212eca8674c4f896adfddc0c8bf08"
  "/navigation/02edf64bdc1342baaf997800a94d796a"
  "/navigation/096b4f5906c6457b9f46a6de460a40dd"
  "/navigation/dfe2121cd65348bebf8344c1b5236dab"
  "/navigation/c63cf4454aa34ba1916f63c5723a9c25"
  "/navigation/5e7219135f204451ae2fe1887ca446e1"
  "/navigation/1c3f9bc56aff4623b72075e5e7118ef2"
  "/navigation/01f8c4f41b4a4e4c8c83e39cb72b2434"
  "/navigation/54041b5aa0c14e18b7149cc88b4127ce"
  "/navigation/f9774670bb8f4678bc1bd5a42ce4f78a"
  "/navigation/c5e11875faf941c493b8df27a7f01220"
  "/navigation/45f676935a174c49adf46256c5e2bc46"
  "/navigation/dd4015c0850e43eaa052bebdbb88d379"
  "/navigation/c0688a1199e849449541d15ba3f536f0"
  "/navigation/cc1b5ae22bad474cbb3dfec99938704f"
  "/navigation/b5dd474056564f2d8f123d9d69bf7ca4"
  "/navigation/a01e198aedc849b18bd1e26a0bdc1917"
  "/navigation/9bdb084e02014fb2b169c96876676ad7"
  "/navigation/eafc3be269b9471484514713c729ab26"
  "/navigation/2e771595c7f94dc8bf55bae768c0cd4c"
  "/navigation/a1078f3180fe44b4802d09abd6de1ca3"
  "/navigation/b5ce1b4fc27c41b8815800ab728185c6"
  "/navigation/62de58c549ec4d888843c8d1e76e51ab"
  "/navigation/2f6ac1dfe8ae4cb5a9eb6559d9cbd7e7"
  "/navigation/ff3ce11dc9974193a24f13778f6c4b6d"
  "/navigation/1c84150814234669958943c700dc1366"
  "/navigation/e9bb620a04254d64bcc7ead50aac11a4"
  "/navigation/89a60f8e44e3424892a53e44ae6542ad"
  "/navigation/baab2792ea82445fbfe2abcd54da4a17"
  "/navigation/f768288d47274654a65a930f8b2c85da"
  "/navigation/3ef86492fd8d44f4bd689d67963759e5"
  "/navigation/7fae191313c44ab09ffd5989c4348489"
  "/navigation/8f39227d6dab4780ba0d9766e5b63e55"
  "/navigation/0b906de5a6dd4169babcdffef1e34100"
  "/navigation/9ac4108f281543d2a2cce0c677829681"
  "/navigation/f5561d8316d9438fbeb5a9c28292eeeb"
  "/navigation/ae5e1520c5c74a80b1221e5515c36bca"
  "/navigation/e0c70c1711514eb6a9f273779da6fa33"
  "/navigation/5c39e4331c284cc9b252cf390520c4ea"
  "/navigation/d7167a40e16f475bb264fb1b58c57fd8"
  "/navigation/be7acbf291b044628ea95c65f4d8c0a5"
  "/account/recover"
  "/navigation/b869b50db7d54f32b3f1c0dcbc76cb05"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"lêøæ~±N\x05╗`â‗┼QÉ┼"
]
88 0.21 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"­,¢ “ÅCc²+2\x0E\x13¥áV"
  b"█ƒáß%ÄG\x14ìa\v┐■|ÿ¸"
  b"ßsŒ\x15&³J$­\x02!GºgO–"
  b""‘‚µî\x16FŸ„–Ì1Î]Œ÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.