GET https://staging.ktm-sturm.de/ersatzteilfinder/tc-85-17-14-2016-modelcode-F2001P8

Query Metrics

113 Database Queries
101 Different statements
994.44 ms Query time

Queries

Group similar statements

# Time Info
1 0.92 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.16 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.43 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.24 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.52 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.46 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ersatzteilfinder/tc-85-17-14-2016-modelcode-F2001P8"
  "ersatzteilfinder/tc-85-17-14-2016-modelcode-F2001P8/"
]
7 0.32 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/tc-85-17-14-2016-modelcode-F2001P8"
]
8 0.88 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.21 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "KGXebdvBgzclcNx82hxqXgn6lVMPjpV0"
]
11 0.42 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.64 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.33 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.31 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.49 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.38 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.47 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.24 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.16 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.38 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
21 0.37 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
22 0.56 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
23 0.21 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"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.18 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "KGXebdvBgzclcNx82hxqXgn6lVMPjpV0"
]
25 0.24 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 0.40 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"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
27 0.28 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.50 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.26 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.50 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.27 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
32 0.43 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:
[]
33 0.31 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:
[]
34 0.23 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 1.01 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
36 0.55 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 4.68 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
38 0.26 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
39 0.48 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
40 0.58 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
41 0.55 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
42 0.52 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
43 0.32 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
44 0.39 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
45 0.30 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
46 1.99 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
47 1.05 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
48 0.56 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
49 0.31 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
50 0.45 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
51 0.37 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
52 0.97 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
53 0.28 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
54 0.23 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
55 0.24 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
56 0.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.35 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
58 0.65 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
59 0.34 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
60 0.51 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
61 0.64 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
62 0.73 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
63 0.34 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
64 0.34 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
65 0.93 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
66 584.53 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.84 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`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
68 0.26 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
]
69 0.25 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.28 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.85 ms
# cms::moorl-brand-slider-v2::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.57 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
73 1.40 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`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
74 0.35 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
]
75 0.30 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 2.47 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F2001P8%"
]
77 42.19 ms
SELECT s.*, c.name, n.name  as article_description, IF (p.active = 1, lower(hex(p.id)), null) as product_id  FROM hobaIT_sparepartfinder AS s 
		    LEFT JOIN hobaIT_csb_article_data AS c ON c.article_number = s.article_number 
			LEFT JOIN hobaIT_sparepartfinder_article_names n ON n.article_number = s.article_number
			LEFT JOIN product AS p ON p.product_number = s.article_number
			WHERE model_number = ? ORDER BY `group`, sequence_number ASC
Parameters:
[
  1000664966
]
78 31.90 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11334,11349,11350,11352,11354,11355,11357,12867,12891,12893,12895,12897,12899,12901,14271,14279,14281,14287,14292,14296,14300,14304,14306,14309,15466,15758,15761,15769,15775,17085,17089,17094,4668) ORDER BY number, part_type ASC
Parameters:
[]
79 130.28 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11334,11349,11350,11352,11354,11355,11357,12867,12891,12893,12895,12897,12899,12901,14271,14279,14281,14287,14292,14296,14300,14304,14306,14309,15466,15758,15761,15769,15775,17085,17089,17094,4668) AND article_number IN ("47013080300","47013075000","0025080256","47013090300","47013018000","47013092000","47013085000","47013021000","47013084000","07700257178","47013025000","0770080019","47013083200","47013081100","47013070000","47030049000","47030050100","47030051144","47030052144","51230061000","0025060256","47031001000","54631245000","54531607038","54531607040","54531607042","54531607045","54531607048","54531607050","57331008000","47031009000","47031010000","47031011000","54531612100","0770180230","54531699000","54531615000","54531617000","54631118000","54631219100","47031020000","47031021000","54531621000","54531623115","54531623118","54531623120","54531623122","54531623125","54531623128","54531623130","54531623132","54531623135","54531625000","52031126000","47031027000","47031028000","54531629000","47031030000","47031031000","47031034000","47031034100","47031034200","47031035000","52031137001","31007007101","0016040163","0985040163","47031084000","54531696000","47033001000","47033007000","47033008000","47033009100","47033010000","47033020000","46033028000","47033026000","46030029000","47033039000","47033041000","47033096000","46030078000","47033003100","47033021000","47033011200","47033012100","47033013200","47033014200","47033015100","47033016000","50133099000","47033095000","47033099000","49033091000","0471150010","0625160020","0625062041","47033029013","47033029014","47033030000","46033031000","0760263561","0417210120","47033040000","47033043000","00050000942","0471190120","47033050100","47033051000","47033052000","47033053000","47033054000","46033055000","47033056000","47033059000","0760142460","47033070000","0015060163","0015050253","47034001000","47034002000","47034003000","47034005044","46034009000","47034091000","0625069020","47034012000","47034092000","46034014000","47034015000","0402061200","46034019052","47034019000","46034020100","0625618050","46034023100","46034024100","0025080206","47034052000","47034029000","0933060205","47034031000","54632095000","50233041000","50232050001","47005007100","50305012000","50305016000","0770380030","54603048100","0137060003","0024060156","0025060166","0025060206","0025060306","54605057000","77205068000","46205169000","77205069000","47005079100","50305079169","50305079160","0770055020","00050000804","00050000812","47130038000","0402040980","47137007000","47137008000","47130006000","0770540020","0770800021","47030035000","47030035020","47030035030","0835080240","46030045000","0603061001","0015050123","0012060164","00050000204","00050000205","47030007100 I","47030007100 II","47030015200","47030016000","0770020180","47030018200","50230029012","49030021000","47032019000","47030030000","47030074000","47030033000","47030034000","0888040050","0888030050","47030076100","0760304261","49030023000","47030083000","00050002307","47032001244","47032002000","47032003000","47032001100","47032005000","47032006000","0025050206","47032008000","47032010000","47032011000","47032015000","0405252910","47032017000","47032020000","47032026000","47032028000","47032054000","47032058000","47132061044","47132066000","0770031018","47032068000","0015060303","47032098000","47032010010","47135007000","47135008000","72035016000","10001020000","47135025033","47135028033","4713503400030","46235034000","41001052000","0024060123","54637070200","0770020200","47037010000","0770120020","54632090000","0770008015","47137020000","47037023000","0912050063","0912050163","0349000050","47037036000","0471100010","0625006087","0760082472","54334015000","47037050044","47035054026","47035058000","47035054000","47035055000","0603040801","47037058000","47037057100","47035061000","56509064100","47037065000","54637066000","47037067000","47037068000","0007050180","47137086000","47137091000","47037093000","47037095044","54637098100","47035055010","47030002100","46139005000","46139004000","46139006100","47039090000","0015050163","0015060203","46139030000","47039031000","51539093000","46139095000","05187M0501","59030029000","47101034114","47101032114","49001081000","77201038000","0032100356S","59401039037","0025080306","49001086000","0770049025","46001086000","0770360030","0017060206","4710108500028","59001092050","4710109400028","00050000931","00050000921","47102001000","50302020000","80302602044","51502010200","80302021000","50311089200","51502091200","72002030100","72002003000","72002032000","72013002000","70002038000","72002037000","72013005000","47132063000","72002035000","4710300100028","47103002000","0934080003","54606004000","54310086200","47103013100","0025080356","78103002010","78103002020","59001037000","54310086100","0019080206S","47003013000","58111076000","47103040033","47103040000","47103041000","54603041000","54803044000","0125100003","0094032253","51103053000","36003014000","51103053051","50307012000","51103053110","46181019S2","50180213S12","50180218","R12012","46180007","52000087","50180095","46810893","36120151","46811208","46181014","14460042","46181013","50180410","91010161S","91010240S","91010271S","46180349","46180356","46180744","46181025","46810474","46811258","46810035","46811206","46810560","46180337","46180669S","46810010","46180338","50180276","46180520S5","50180751S1","14460004","4710600105228","4710600303328A","4710600101028","47106026000","54806516000","77206015000","47106017000","77306018000","47106019000","47106003160","0017060205","77308013010","46104066050","47106010000","0025050166","0017060405","54807048000","50314057050","47106010010","23508054000H1A","2350701304430","7770700814455","50307005000","0770130023","23507040200","23507040250","78007000270","50307014000","77307026000","0024060273","45031005000","58307016001","12011016000","0026060136","0024060106","2350800710028","2350802210030","2350801000028","4710801300028C","47113001100","70013003000","70013004000","70013010100","00062030000","47013060300","47013061100","47013063000","47013062000","0912040103","0025060126","47013050044","0025050126","54813051000","0625060002","54813055000","0934060003","47013056100","0032100406S","54630044000","54603062000","47030000144","47030001100","0603101420","0770160030","58030120000","46030021100","45130022000","47030023100","45130023000","47030025000","47030626000KA","47030027100","47030039000","47035052000","47035053000","47003071000","47030023000","0025060106","0025060356","0025060406","0025060456","0015060653","47030099100","00063004012","00063004202","2350801003328C","322000","80312002000","HQV0010GB/ES","HQV0109","HQV0110","3402057EN","80329899000","50329080100","15157N0201","0025120506S","0015120556S","50180105","77204087000","54403135000","47104030044","59004031000","50203081700","59033080000","0760253270","54603090000","47104037000","77204041000","0019080206","47030060051","47007061000","58314060050","83008100015","47104066000","78104070100","47113047000","0009050106","47007061010","47104066010","47004230010","2350900104430","70009010044","70009011000","70009012000","0760324271","0625069050","59009062013","47109060000","2350907000030","47109071183","77109072000","47009073000","70009081000","70009082000","70009081050","55003135000","77110090050","78109090000","00050000970","70009015000","2351000104430","70010010044","70010011000","0760324771","0625060058","0472047175","78010016000","50203030090","47010051044","47010051045","47010051046","47010051047","47010051048","47010051049","47010051050","47010051051","0019080266S","06923080003","72510060000","59009062016","47010165124","47010166000","2351007000030","47110071147","47010073000","70010084000","70010085044","50310099000","00050000971","00050002002","70010015000","43570395S1","46811042","48600812S","48600481","48600046","43570614E","43570099","43570618","43570092","43570201","43570008","43570202","43570617","43570396S","48600695","48600694","48600277","48600298","48600444","43570133","43570134","43570135","43570136","95010031S","95010032S","95010033S","43570131","48600430","48600830S2","48600299","48600511","48600513","48600525","48600382","48600455","48600575","40540486","48600870","48600764","43570023","43570559S1","43570558S1","48600885","48600202","48600586S","48600047","46811499","35480320","48600049","48600004","48600141","T511","R511","23508099200","23508094000","47013015100","47132064000","47013030000","0025080356S","70013098050","47013018100","47013030050","47013019000","47013022000","47013023000","48600611","44906890","40540402","40540403","40540404","40540405","40540406","40540407","40540408","40540409","40540410","40540411","40540412","40540413","40540414","40540415","40540417","40540418","40540419","40540421","40540422","40540423","40540425","40540426","40540427","40540447","40540448","40540449","40540450","40540494","40540774","40541383","40541391","40541392","40541393","40541402","40541403","40541404","40541405","40541406","40541408","40541414","40541416","40541417","48600063","48600064","48600065","48600069","48600095","48600096","48600097","48600098","48600099","48600100","48600101","48600102","48600116","48600139","48600217","48600325","48600326","48600327","48600328","48600329","48600330","48600331","48600332","48600333","48600479","48600967","48600988","48600989","48601091","48601092","48601093","48601094","48601264","48601300","48601459","48601548","48601550","48601584","48601692","48601693","48601707","48601841","48601847","48601849","48601850","48601916","48601917","40540399","40540400","40540401","S64060000600000","S64060000500000","S64060000400000","89080001","S64080000300000","S64080000100000","S64080000000000","89080009","89080008","89080007","89080006","89080005","89080004","89080003","89080002","40540477","43570120","43578166","44916098","44916130","44916180","46180640","48600061","48600062","48600213","48600214","48600215","48600216","48600218","48600346","48600350","48600351","48600352","48600357","48600385","48600386","48600480","48600485","48600555","48600607","48600964","48600965","48601095","48601113","48601266","48601402","48601859","48601860","48601862","48601863","48601864","48601708","50180395","36120284","36120286","36120292","36120298","36120299","36120311","36120312","36120313","36120314","36120325","36120326","36120327","36120328","36120329","36120330","36120331","36120332","36120333","36120334","36120335","36120336","36120337","36120338","36120339","36120340","36120342","36120343","36120344","36120345","36120346","36120347","36120348","36120349","36120350","36120351","36120352","36120353","36120354","36120355","36120356","36120604","40140275","46180712","46810490","46810491","46810492","46810493","46810494","46810495","46810496","46810497","46810498","46810499","46810500","46810501","46810502","46810503","46810504","46810505","46810506","46810507","46810508","46810509","46810510","46810511","46810512","46810513","46810514","46810515","46810516","46810517","46810518","46810519","46810520","46810521","46810522","46810523","46810524","46810525","46810603","46810604","46810606","46810607","46810608","46810610","46810611","46810612","46810613","46810614","46810615","46810616","46810620","46810622","46810623","46810624","46810625","46810628","46810631","46810633","46810634","46810636","46810637","46810638","46810639","46810641","46810642","46810643","46810856","46811580","46811582","46811629","46811635","46812015","46812016","46812017","46812018","S64120000000000","50181296","50181297","35480479","46811046","50180006","50180007","50180008","50180009","50180010","50180012","50180013","50180014","50180015","50180016","50180017","50180019","50180020","50180021","50180022","50180023","50180024","50180025","50180026","50180027","50180028","50180029","50180030","50180031","50180032","50180033","50180034","50180035","50180036","50180037","50180038","50180039","50180041","50180383","50180210","50180177","50180080","50180079","50180078","50180077","50180076","50180075","50180074","50180073","50180050","50180059","50180058","50180057","50180056","50180055","50180054","50180053","50180052","50180051","50180071","50180049","50180048","50180047","50180046","50180045","50180044","50180043","50180040","50180072","50180070","50180069","50180068","50180067","50180066","50180065","50180064","50180063","50180062","50180061","50180060","50180634","50180653","50180665","50180654","50180655","50180656","50180657","50180659","50180662","50180663","50180664","50180666","50180650","48600212","50180209","50180330","50180635","50180578","40541061","46811636","89000001","36120469","36120471","50600065","46811637","48600460","50600002")
Parameters:
[]
80 0.24 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000664966
]
81 0.22 ms
SELECT s.product_number as product_number, lower(hex(p.id)) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p.product_number = s.product_number WHERE model_number =  ?
Parameters:
[
  "1000664966"
]
82 20.72 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"æ:ÜtùqB·˜×N\x02òk\®"
  b"¸K®é¸yHáº*Ûea\x7FSg"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"¸h\t\x1DÉ$OÔêãRBR«9ä"
  b"{\x12A\x00º"Jˆ»cÕi *„?"
  b"$^\vÂ>BK*¾>=ÂÀ¿ý²"
  b"+AñÉ\fxFš%¬ª)Zì_"
  b"ñ§hưøIQœ\x1FSj\x7Fãx„"
  b"í•RLD›Nû²Ó\x15uæg\x10Ô"
  b"7ìˆi\x1F\x14B\x05—Ϲ^N©àï"
  b"\x04H‹Ï\x0EèO[„c:\x1AùE€\x06"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"P}Yù…DOÍ™ÒØÜ{_ÐF"
  b"ná╠·Ç\x13NƒÿÉuiAÃ^t"
  b"\eØöI\x12vOÜçâ▒Îd\x01<f"
  b"ÐÅŸ¿a\vKÊ¥K@a\x0F" {"
  b"\x14,n,{‹@ô¦Êˆ±Û‘ b"
  b"Ú^`ÑJZ@}‹Ï¶¤u|\x1Eu"
  b"OÿÞþ/²GÊì\x12½\x10wƒªK"
  b"ý=\x08¾6║N)çêÆ¿├³\x11Ø"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"""
    ›Ã`Ù"\n
    L¿§”Ù#ÎZ\x15È
    """
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"ºôŒÑDìGy§Àçìn>V¨"
  b"""
    n£ƒ`©ˆN†»¥«\x05äN\n
    Û
    """
  b"Úß¹Ä5&Gƾ»Oë\x01C6~"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"–£KžëÜE“˜B›Dåõº~"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"""
    \x14p╔Å┼Dmâ\n
    ñøÄ┌y┌
    """
  b"cÓ|eI"Iã“\À¯ý³Ðé"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"5×ßì–\x01@éžjý[P\x06"
  b"˜$K\x07ò4E\x17¶g®¼¯Lht"
  b"Ã\x1Dˆ\f=ªB[ŽT±?A^†\x11"
  b"\vÉS©ÂsM\x15ž§¶ìÀÙû*"
  b"[Ü├àƒAMõÅ┴#%PÆÝÈ"
  b"éò®\x00\x1DÁBÌü!W[f█·K"
  b"Á¯N\x1EáóF8³\x7FsœfÄЮ"
  b"v>\ìT\x15O╚¥Ù╩î-╔xÐ"
  b"ó\x19Ø\x14Û$@˜¤nìóÚ\e«¸"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"“ç\x08\x00óCID®¥“A¯qF\x12"
  b"\n†©dö\x12A4ª\x7FZu§*M\x00"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b",»š!™¥BZ¶^&€èy܉"
  b"7”\eÀª%@æƒý\tI¼â¨E"
  b"\x12!â‗·ÁE┬ôD]ìÂÿPÑ"
  b"ý ylð<JL‡\x19*¤¢tUñ"
  b"yÙ×0Þ\x16I·┤ä{]ô>ì\x1C"
  b"KVûâQ3E1¢i7Ö¥³—Š"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"š#‚?\x19›Lеt†áðÞ¼±"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"è▄ÄÉÒïJ´ü█▄╝v«‗æ"
  b"t[\x17jÔßLƒ╝VÈü¸\3ß"
  b"""
    ³cJ@µÝH\n
    ºR»´\x19ºØ.
    """
  b"\x07›ô\vÑ[D¤€e‡¹E\x0E\x10œ"
  b"À¿GÀF¦Dÿü,Fj╔k\x11í"
  b"ÉŸ\x1Cçý\tL¦ŸðópS¥Ç×"
  b"\x1A\x1D\x1FGÑJL§¹Âjؘ`Æ‘"
  b"à’ºdq-ICƒ\x15¦¸÷õ,."
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"¬IØ0>9N°…þäÍGŽ\x17«"
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"""
    ùÙW\x1D?œ@:¹J]Õöý\n
    \v
    """
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"¼²\x02\x10wÙOt¤œ4Oæ‹69"
  b"èÏ\x1EâɱGùçk┐\v"qê§"
  b">ÅËes\fAæåæ^Ï_ø\x15ê"
  b"àÿØó±ÙO═î┘$/\x17ܵâ"
  b"ÙõÑ=ZÝH\x0E¥™³¯Ž>x‹"
  b"£h‡_}SBç§£0rzM\x02\x12"
  b":~KÉô»CÒ–F\x00?؉ùŠ"
  b"b{™\x1FÈ$N\x0F¼7\x02à\x14®\x03o"
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b"Ð9¤¨uJM±¡w;°´Ø‚Ä"
  b"""
    \n
    ]”vÚ™Bصøk™ñX+8
    """
  b"""
    ü\x05║!í\n
    D3àÿ)²MzÔ┴
    """
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"+Þµ\x02ä!B>½X7=Ùé\x07n"
  b"|ʯ(Zw@\x17…¦uè\x1FÔ]D"
  b"Bîâ\x1C\x7F\e@±Š¯‹¾jo4Ë"
  b"\vé9Z™ÈI"…Nü_j“jt"
  b"‡Ý\x1E³“<A`¸Á2¶ J“ª"
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"F¹═ƒÄéJÕè;iìĶ-ý"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"¤–r$ÌTO\r\x07\x1E³Ýö\x7Fw"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"\x18\fÄK\x1F÷E{½\e#ªûç¿î"
  b"\x7F\x01\x1Eø`HG»¡hÚlÌ÷¤ð"
  b"?\x0EljЕHSŸZæÏ\x03ɼç"
  b"<tC\x1A█OLÒü!°î+│ZØ"
  b"˘d¥’GMì‚á\x00ìúlô¡"
  b"·£@s€ÅJ{°Í\x15"Z¢çˆ"
  b"f¦«ñIõE\x19“IMÔ`¸‰4"
  b"³\x12ín}#B@á¬e\x12öolÉ"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"4wüò{‡I¨¯ šŠ\x0Fù7\e"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"±P\x00ÂПI¡šgëf\x1C¥\fN"
  b"»:6ŠLé@ѻœI%w+n"
  b"\x1A\x17Û\x0FÁKOà¤À2º&‡\x1F"
  b"Õû\x05Ÿ€¾HK¤B'øá0´Æ"
  b"w3.&ûmNž¸½-û6rfÞ"
  b"ÙØ;ݵ\x12Oúï┤¬º#O\x1Ao"
  b"Zÿ░\e¦\x0EFØö®─\x01»┌׺"
  b"L0\t¯8xA³†‚¤,Íñ\x19i"
  b"╠░0HâTG\x10í÷╝ÝîY[Ø"
  b"«ê9q\x19(F™ŠÔ`aZ…'—"
  b"N\x12Ñ['^Cf«r[6é\fÀô"
  b"¶0RnjÐE\x06±“Í\x07à˜Û\x10"
  b"O'>z×;Hº£Ã\x10ã¶*RÌ"
  b"QßZ£ÞfHU½ŠÝÛ§^¶I"
  b"j›±«^–MÄŒ"»\x10ù‹¿u"
  b"¯ïÊjÝWFì×*JHÉ¡ÉG"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\x16:ü³øßNÑ·’æ|\x1A\x13ÚZ"
  b"hCo╣ÞlDÜüÀÛÖê<NO"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¯\x05þÕoôHJ‹±*,¬îÃÍ"
  b"‰‹Æ\x01ŸƒKæˆ<‡‰µE1E"
  b"\x1AuXC‡\x07ODZ\x1E©Q=\x11ð|"
  b"Å›¬²líG]ºœ\§î\x19˜7"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"ı"ô:Ï░O_ä╗ù_üU­$"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\x04f_¹g»Mž­\x15Û\Üþn‰"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"yúÔó\voBü„\fð°ø".."
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b";ìâ³ëvH}“e\x1AÙ÷Ï›m"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"\x03–µÛV?A/½^ÁårT}^"
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"÷®JqÉ\x06Iú³ £\r&Œ‰x"
  b"x?CõÐÔF¥¼ÞªR±\x1F§:"
  b"“Þ\v\x00²¼C\x1E®!Ì\x10ýQ¨\n"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"\ró\f0\x19·J\x12©i\x15\x16íú\x03Ê"
  b"\x1E6Ïè\x1C\x15EX«qÏdNÉü "
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"¯½”¥ \x0EJ\x1E™Ûšïš×Üw"
  b"¥ß\x16FOUCP”|‹aûéZÅ"
  b"B?\e\x0Eš>N–©HFÏ#ç4ß"
  b"çsÔäãõFä£uÅuÝÝÁi"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"\x17£gz\x12þHNµ(jlSè}/"
  b"8Ø?{3\x00AÌ–\v\x02yèÛ="
  b"\x15K r­ß@BŒkã.\x16\x02Ä+"
  b"O×ö<\x17¡F\x1F‡M~\x07Ya…\x15"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"˜\x06ªr\x08ùNC­ÏÙ‚’ö…\x05"
  b"èÄ▓O\erF:ɤ»\x1DU©w┬"
  b"+ŽIj}`Bf³Z\x05Ì&\x13I\v"
  b"Â͈s\x1C\x02Nܤ\x0EQò¸&<Ù"
  b"Ò\x16Ð\eG K­¦(\vô‰ƒÌï"
  b"""
    ô\x1FS\x14ò¶Fh–³‹\n
    ˜½Í\x11
    """
  b"T,ÎÈ│ÂCQÅ└\x1DÇÃ\x01"
  b"ÊZðñd\x18NP│âØ-åpƒ\x16"
  b"gUjïȹK\x12«L•ƒ€éXY"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x02Ä\x0F,ïÉN6„^®#Ð&0’"
  b"qÔª\x1E7ìE|¤‡\x17v\x14Ò%›"
  b"·'ûÉ{-B‗ïR┌C┘¸qÉ"
  b"ÊF½ ²MBd‚¶\x03L’\f¨-"
  b"Þ‘\x01Å\x1DROj¢\x1C¥\x17QùSß"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"\x15tk9Ž\vB$³WÏ`;oºú"
  b"\x12ã¹vEö‡]Œâ\x1C‘é¥"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"ÒWXà×TN\x08•ëó¿­*Œí"
  b"´\vVy[\x08O[‰\x045“’Å}ú"
  b"\K®AÎ)JõºÄœw³‚<""
  b"H╣"I²BAÐì\x12·à\f┘[Þ"
  b"ñ:¤ḴJâ­\fÑ8\x1C܉Õ"
  b"õü'èÑ\x13JR┤ü\x15]áÙ}\t"
  b"¢sG╬‗óLì▓\x05q${f§─"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"s~¯vŒtF6™Ý•\x12™æ\ee"
  b"×¹:\x13È(J}´\tØ#\x10ƒq\x05"
  b"öbk¯™~LÞ’Ø~wðR%|"
  b"'aõf:\x00A‡ªaê\x17\x1D\x14Hv"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"\x19îã▓0wCÉ▓─ïYL\x03ʦ"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"ùͦé3,@ø¤ö8ÆÛå‡ð"
  b"\x1Eêé\rpgEùźaRû╔_Í"
  b"y"íŒ`ÆEư\ÅìŸõ\x02Ð"
  b"kÍg½\e²Me‡þ\x18Õ\x19®\x1CW"
  b"UB[§VÇIR—K=âN‹Êè"
  b"Ý¡\x11an=Aí€æ{\x05ѱ L"
  b"Éê\x01\x7F#OJ>š‚E\x1Ax}³2"
  b"Þ§îÁ![G_Œ#FòP–.E"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"­░h%ðVD3Éf┴@³\x16/~"
  b"Çáœ<+§AݰÊ\x1A¯Vs?\x1E"
  b"Ëö€\x7F¬\x0E@ð½å6Q\x07›ƒÐ"
  b"\x02f²h\x1AÿI\x7Fø.YÖ>ÅËà"
  b"Ÿ[F.ºGOGˆdŠ–M>Íë"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"lþÔ豃I\v©\x7FsQ6Òäü"
  b"""
    ê\n
    ndêYLn®B`lÊR6p
    """
  b"Aî_”4AH"œî ƒ\x01\x1F"
  b"\x1E‗©Ò\x0E┴OSüÇWJy<¼w"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"ÊCH;[\x0FEF¥\tŽ0<)u""
  b"\eȾ\eMî…,3†ÈÕ\x19Z"
  b"‰“£J¸¿NÁ¤]쯪¶®w"
  b":zùúÆöD; Uš4jx1C"
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"?=\x05)ÊKAèŒëo.•Þž÷"
  b"èÍ[Û¸¬LZª¥¸\x0F\x07F+ü"
  b"\x07x\x7F`óŒD%¯Ž‹[™É\x16\x13"
  b"\x18SìqD\x08ަËýU«˜‹"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"\vnÐÐ9éB\x07ü.{\x1E§¨J┼"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"?õ`\x05ËöJü░\x1C\x00╩u\x1AP%"
  b"ihH[êïDtµs(\x12ŽÆ\x0Eö"
  b"\x17Ù}ºäJ€¾‘ë\x1F9¼`B"
  b"\x18/@x°‗HeâØ├3ôÿàÝ"
  b"òí›âÓ\x1DO3¥6¤¡üÐ\x00Ü"
  b"o-Å÷z?L©░ô╩âÎ Sª"
  b"6½k‚\x07AO”³\x13\x16V\x13€_á"
  b"`╝Ü┴\x149LØ©ı×,>G┬]"
  b"S½®z}.N┤üÉGKÊ╝³ö"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"\x19 _\x14CȉÍÅš\x08s*d"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"\x1DŒáß ›EK“[#A=ÛSa"
  b"ç84ÿ)³@>ô─?\x19\x07müÒ"
  b"µnþÿ&ªLé„eö\x1Cª‘§»"
  b"‡%¡\x1CèŠJ]‰¥ÏµC¤D@"
  b".\x11\x14n\x045Mû˜A9°w¼n\x1F"
  b"^çº?>>IÕ╝ü£╣\x04bYO"
  b"û,÷ÞÐNE\x7F…ý8œn^KÆ"
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"‰aÔÇ‘9Aú”k®\x1AšË\x1F¿"
  b"""
    \f€ß÷ˆ\n
    AÜ—µKÕž4i¢
    """
  b"¸§ö\x1C\x1D5Kï“m\x15é]uuÈ"
  b"*a9¯T¿O‚´ÌpG\x12~-¡"
  b"W4\x15d§xA\x07 \x03KÔÖ@úå"
  b"i•PMè„OL¸À"zSs\x16«"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"\x1A\x1AÉ`¡*Fÿ»ãUK.║\x07"
  b";DðlÌdBá™6è £¾?\x1D"
  b"&ËEe"'F}¿².Œë¼N9"
  b"""
    šªª:htIOµ\n
    .Ú±–5ì
    """
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"(Ù§ºÀ¶C–ˆ7¦¬€*=W"
  b"\x04ˆE\r•‹Cã¡Ü"Õ\x18$ðR"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"uR\x07¨\x05pBË·$5QIiíÂ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"\x02f˜ÕÕ I‡½÷\x10{\x08ôžë"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ƒjË+žF‰ŒBY‚}…#\x19"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"ÉmÜ\x13“’G¦¦§Y›Þê\x0EŠ"
  b"""
    <&oñoÆGS”\n
    tHµs,«
    """
  b"ÃXã­\x1F7Ayªüîæ1e!“"
  b"\x08Vì£höOc‰®\x1A·¾~¢\x0F"
  b"&èý¶ˆŒBû‰ú\x1C~hp”\x02"
  b"Æ\x10ä—SxMÓ…<ƒ†\f¨f"
  b"RVɤ\x04“Fiž'l[«X\x16"
  b"}\x06Ù•º,N\v»úAä@Zë\x7F"
  b"\x1C3¼a¦bNé„-2ò\x04\x02"
  b"¹Á«ãù\x11Eî╣RÉðkx=k"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\x12\x16─ìÙ:AÂúx┤╝¬ æ·"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"?(j°9ìF*†O¨\nS\x17þ\x00"
  b"×└ç\x1C\x16ÓLËÆÒ1رgäP"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"»HŸ[úuJ˰UNêfu~3"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"´.L¯tü@\e³O¥!âm—O"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"ÆQ÷«\x15\x1AN»“zþ\x1DóÓpß"
  b"\x14Š\x063=\x11D\x06¬\x04\x00\x0FÚf(y"
  b"""
    hx\n
    Ju·O¿“KpÚ8/\x18
    """
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"Å\x18\x1F9Ó½OWª\x1D▓Çàó┤Ý"
  b"\x07Á=û!oM±üR<}·iº¬"
  b"\x7F¯™D|€G†¬\x04Õ{›knÕ"
  b"ôÑåå—;DQ‚|VòÚtÂY"
  b"N\x18ö*RÖG\rÄØ\x06e╔ÑÈy"
  b"\x192~\x1EJ"@kµº®DäXïi"
  b"rg\vìõ·Cı¬ð+÷vø#½"
  b"à'T¾¸×O\x1CØ\x1D╔N┬¬Lv"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"‚Lí½¤ÛK­ªaýQkÆ\x7F\x12"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"\x16.\vÃ|´@\r´3±z¬Á‡C"
  b"\x11ë°ÎLô¾È\tvÍ—›\x1D"
  b"ÈàÐ*()G»µ±ùŸï¼Ïû"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"\x18óòƒøáG\x10–û\x18^Ë»v\x1D"
  b"Ðx\x0Fá\x1C*@■ÿ½Å\x06└5Ø\f"
  b"éüú^^°@LîªZí¿T░½"
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"qï÷ã#\fBX³”?)èsÈC"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"!qì╣MôI\x10ï|QÁO■ÏÂ"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"ÌÛ═ÁxÉCìÑEÒ\x07×£n═"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"]Ξßã:L‡ŠÓþ³ÎP¿V"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"Š;8NÁrFKŒÄ¯Ô‘\x18"
  b"cE\x16×LnO_ƒÔBG\x19?¨Ý"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"uU@zò‹@¼ž 0àò\x1E~"
  b"ÎHô{\x1DHI·ÿ÷Úq%ý§"
  b"ü²ýZÜ×K½¿\e¦\x10\e\x05"
  b"È+´ÒºçHZ▒û^Óüúü"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"ã\eؽ…ßGF‰ZHt°UÉD"
  b"\x00Ôа\x14û@­†\v\x02®\x10ƒu^"
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"±Åð¡‘'EÊŽŸ®\r»:\x084"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\eA1E<\x03M~šÂ¹\x16rý5>"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"s,XÅØ\x10H\x7FˆÔ€]6Fêr"
  b"\x00J;†±\x17@äŠä5\¹®Z@"
  b"]Ê"Óf E¦¥j­UÈ´–ï"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"Æ├┘¹5─MÞÅ¢uì╝\t\x7F*"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b"\x1AVD╚E^¡EZøÉÜ\x03·"
  b"&▀¼½ñÝMÁØ©¡·Å,Lë"
  b"â\x198¿×ÇB¶°)ûÅìÀÍ<"
  b"X’ØÃ$ÉF\x00ŠY\x07ðx°=O"
  b"^Órb>ŽDþ \x02M•ùÃK”"
  b"Â\x15Äl×ÅA\x11€Ñj)e#Y¢"
  b"ë\x17š½\x02‚H‹¼£™ä\x15ëµ>"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"\fgæGMܱû©e±.ÍŠ"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"P𴫤\x01H¹ºÅy\x16ÔWÃ\x05"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"Ūü¹Ã╩C╔¥þR\x13s]Ý\x06"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"xößNʯEd»Q\x03MvšÓù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"o°├u)cDÚØ\x04þ\x01º\x10\x19\x13"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"""
    Êí~e\n
    \fN¥—\x08_QHÅš«
    """
  b"×\x19¦àp&I\x08ìbnäı\x14│Õ"
  b"m/a\x15╗╔Gæ┤░Y\Å\x0F\x1FÃ"
  b"\x0E'MÀ╚ªK`ö8¿Ø¹<ô\x13"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\x1A\x1D\%X\x17J-‘Lo8\x18YÝK"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"‹LÎ\x12º¯B¦\v\x1AÎcw"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"òVJc> OS¸55ãD‚\x00¹"
  b"\x00_tøO─IÅÖ Ø┐═m[╦"
  b":Ña\et\x07Aj¤ù˜C½æwÚ"
  b"V—´à\x16ÛG‚š!Ü%…ÉRþ"
  b"¶F´¢»\x1AD`žVêþªÇi}"
  b"ѱ³\x05»´M?‹}Ž0®.hß"
  b"\f7¡üMßòÕ0ªp¦ƒÏ"
  b"²%¯ÖA\vH¹üsTSU±f\x00"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"¢t+Ð&4Oìœê\x1F\x01•¤—"
  b"Tðw┼úò@Üí\x14ò¬¾ì)È"
  b"ÕÓØ§„÷L-£g-\x07ÇíIe"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"¬hdÇïnI=»pD|^ô_\"
  b"lZ)\x04(ðM¸«Í\x16$÷Z(ñ"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b";g\x04\x12Ï\x1AD8É®x©ª%ã│"
  b"–ˆ\x1AQÉDC\x14Ž\x04DÁyD\tà"
  b"¢eâÖÈ\x10Fž™Ó–‡\x1D4\x18\x06"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"Ò‹–\x14€Ò@2µê–\x15\x1AZ/B"
  b"ûYF▒Ø4D■ô#at{åð\x03"
  b"\x00÷¯\nI°±ôbb‹G«\x0F"
  b"""
    \,s\eU\n
    Dâ®ì\x18’>†;Â
    """
  b"\x7FŸ!Ìê“Lž¶a“¸×-ÿÙ"
  b"×\x03¦▄&\x1FF*ÇØ8\¾K[Ä"
  b"\x08G hh7Nú´Üd\x10+†Î¦"
  b"Ï\x0E)HµÏG½µ)—i/nz]"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"L\x18ûÌàÏLÁƒ¶—.F8—C"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b">ßêeÜ\x14A×›7NÆ4ª©\x00"
  b"TLû\vI‚EÛ…¡Zñr]¤\x0F"
  b"\x03(Åù‗2@ì¬╬*¯ÚÅåÄ"
  b"+#Z³¥ÂM\x05«\tÕíìÍ ·"
  b"ýÕZ<Û\x1C@ì«ö\f_ð5\v5"
  b"ZÑÒ\r┤ÙE╚½æ\x04Õß9.ü"
  b"yûtG5CE¥«¬û"¬„|\x1C"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"­½ª¯²¬Kð…$çiñ.ü\x04"
  b"5ÅØ\rò9BxÂ^e\x14ı¬tr"
  b"""
    pÞï\x1E\x10ìH]î\x7F╚?┐¡\n
    ½
    """
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"ÌÛ_ËÏ\x07IÍŠ¸§ëH¡Í…"
  b"cıüÇ·\x7FMXê³&DS\x1C/r"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b",N[þw┴I\x01Ø\x18Wt\x0Eåâº"
  b"¤yu¿âÌEÀ£SÄþ¢¢ü“"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"\x1E\x7FÔF¿‹rX\x03/ÜæÈ"
  b"tYí¥┼>JÉ┐\vw▓Ç\x14\x7F¾"
  b"ïıÏj*o@ÆìÖ/äÒ)ÛÝ"
  b"ð\x0F\x1EºÎ€H—²ƒx¹Ë±»²"
  b"ÃÈ\x1E‚¾èH\rº/p=}t\x11"
  b"ûk\vÂÝ]DZ°mÇ8óø$\x1C"
  b"ûìGäÔ▓B┘ª║%\┐)à\x08"
  b"""
    á„å¢päMÅŠùç\n
    Üȇˆ
    """
  b"›¥@=<ŽG\eº0—-)´-ì"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"ŠïàiOEKB‚!0&—LuÁ"
  b"\x07█<8räJsÅÖ\tJ3,ª┐"
  b"ã\x19¥Ê\x10vHê‚AÀÛ4ð‰("
  b"°D¢Ýe>N\x1Dì/\x17údièë"
  b"""
    ûkD¡\x19\n
    IqÉU└ß+‗B└
    """
  b"ÆçO³QÞE\x08¥_=eÐûµ±"
  b"’Ôu"ÍUI\x16š²Nüy;¡I"
  b".\x17\x03ØÁrJé”\vt‹g:zâ"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"GrF\x15╝ñNàÅI7┘o9îj"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"]»ê\v¼eH▀»i┴ü½\x14\t­"
  b"Ó"î¦G1L‚‘¹˜lë1P\x1F"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"Ðu½l\x0F‚I÷œÇ‹!•wF²"
  b"Ðè$¬ì˜B=¬Îļß!ˆ\x16"
  b"®RI\x149]L‘‡7§ 4?ðO"
  b"\x06\x1EÿI~+OõÖÉsé│>▀2"
  b"+¥u¢H0J)«Ã6þ'‘­Í"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\tG╚gFBÙÖt╗üüe9Á"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"Ͳ_ëz…@®œ"\x1DÒ\x0E¨Ÿ:"
  b"•ë4Æ\x01™Jn™-ÜÜ©rçf"
  b"*@ÕõÕ\x1FD“»$o)­:eb"
  b"V¡ú•xgEU™“zSß^!B"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"å3M\x1FSµBG’¤ö\x1D£5”Q"
  b"daÀVGÜDüÆÃ2┴\x11¹S┘"
  b"Rþ¬Pž¿Gyž¯ûb\x02¥\x04Ã"
  b"œ\x05ÍiÙüD|¤u@æ\x10áL\x13"
  b"\x18ÉÏCJàJ\x00¨ˆ•´™\x16<z"
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b".aÉUSéE›œH»³‰Ñi\r"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"(½»*3LNûƒ=PÉô{½B"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"'w2šQILC’„E„|¡.’"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"àã§'fYL¦©w@æeùaÖ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"$ð‹Áú­EʵInöžt{B"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"u¤fº(TAȧ\²ûd·_é"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"F/$+C<A膚씼Áùs"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b" (£§–ºFP©\x08\x05\¸"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b" [HY´qNL┤©▄ØÓq&-"
  b"sèéø]LI=¶rñl<‘e“"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"Äd*çãáDh·ã„óv@\x050"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"¢¡g_9─@Éóݺm!■6û"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"■r\vM̯IüÁObÄ3pËD"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\r{î ° I7—Ì©bò\x13"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Å5\x02ËtßK×öå#1µZPz"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"oXÎQìRN{åIZ,]aDù"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
]
83 66.85 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`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"æ:ÜtùqB·˜×N\x02òk\®"
  b"¸K®é¸yHáº*Ûea\x7FSg"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"¸h\t\x1DÉ$OÔêãRBR«9ä"
  b"{\x12A\x00º"Jˆ»cÕi *„?"
  b"$^\vÂ>BK*¾>=ÂÀ¿ý²"
  b"+AñÉ\fxFš%¬ª)Zì_"
  b"ñ§hưøIQœ\x1FSj\x7Fãx„"
  b"í•RLD›Nû²Ó\x15uæg\x10Ô"
  b"7ìˆi\x1F\x14B\x05—Ϲ^N©àï"
  b"\x04H‹Ï\x0EèO[„c:\x1AùE€\x06"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"P}Yù…DOÍ™ÒØÜ{_ÐF"
  b"ná╠·Ç\x13NƒÿÉuiAÃ^t"
  b"\eØöI\x12vOÜçâ▒Îd\x01<f"
  b"ÐÅŸ¿a\vKÊ¥K@a\x0F" {"
  b"\x14,n,{‹@ô¦Êˆ±Û‘ b"
  b"Ú^`ÑJZ@}‹Ï¶¤u|\x1Eu"
  b"OÿÞþ/²GÊì\x12½\x10wƒªK"
  b"ý=\x08¾6║N)çêÆ¿├³\x11Ø"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"""
    ›Ã`Ù"\n
    L¿§”Ù#ÎZ\x15È
    """
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"ºôŒÑDìGy§Àçìn>V¨"
  b"""
    n£ƒ`©ˆN†»¥«\x05äN\n
    Û
    """
  b"Úß¹Ä5&Gƾ»Oë\x01C6~"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"–£KžëÜE“˜B›Dåõº~"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"""
    \x14p╔Å┼Dmâ\n
    ñøÄ┌y┌
    """
  b"cÓ|eI"Iã“\À¯ý³Ðé"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"5×ßì–\x01@éžjý[P\x06"
  b"˜$K\x07ò4E\x17¶g®¼¯Lht"
  b"Ã\x1Dˆ\f=ªB[ŽT±?A^†\x11"
  b"\vÉS©ÂsM\x15ž§¶ìÀÙû*"
  b"[Ü├àƒAMõÅ┴#%PÆÝÈ"
  b"éò®\x00\x1DÁBÌü!W[f█·K"
  b"Á¯N\x1EáóF8³\x7FsœfÄЮ"
  b"v>\ìT\x15O╚¥Ù╩î-╔xÐ"
  b"ó\x19Ø\x14Û$@˜¤nìóÚ\e«¸"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"“ç\x08\x00óCID®¥“A¯qF\x12"
  b"\n†©dö\x12A4ª\x7FZu§*M\x00"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b",»š!™¥BZ¶^&€èy܉"
  b"7”\eÀª%@æƒý\tI¼â¨E"
  b"\x12!â‗·ÁE┬ôD]ìÂÿPÑ"
  b"ý ylð<JL‡\x19*¤¢tUñ"
  b"yÙ×0Þ\x16I·┤ä{]ô>ì\x1C"
  b"KVûâQ3E1¢i7Ö¥³—Š"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"š#‚?\x19›Lеt†áðÞ¼±"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"è▄ÄÉÒïJ´ü█▄╝v«‗æ"
  b"t[\x17jÔßLƒ╝VÈü¸\3ß"
  b"""
    ³cJ@µÝH\n
    ºR»´\x19ºØ.
    """
  b"\x07›ô\vÑ[D¤€e‡¹E\x0E\x10œ"
  b"À¿GÀF¦Dÿü,Fj╔k\x11í"
  b"ÉŸ\x1Cçý\tL¦ŸðópS¥Ç×"
  b"\x1A\x1D\x1FGÑJL§¹Âjؘ`Æ‘"
  b"à’ºdq-ICƒ\x15¦¸÷õ,."
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"¬IØ0>9N°…þäÍGŽ\x17«"
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"""
    ùÙW\x1D?œ@:¹J]Õöý\n
    \v
    """
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"¼²\x02\x10wÙOt¤œ4Oæ‹69"
  b"èÏ\x1EâɱGùçk┐\v"qê§"
  b">ÅËes\fAæåæ^Ï_ø\x15ê"
  b"àÿØó±ÙO═î┘$/\x17ܵâ"
  b"ÙõÑ=ZÝH\x0E¥™³¯Ž>x‹"
  b"£h‡_}SBç§£0rzM\x02\x12"
  b":~KÉô»CÒ–F\x00?؉ùŠ"
  b"b{™\x1FÈ$N\x0F¼7\x02à\x14®\x03o"
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b"Ð9¤¨uJM±¡w;°´Ø‚Ä"
  b"""
    \n
    ]”vÚ™Bصøk™ñX+8
    """
  b"""
    ü\x05║!í\n
    D3àÿ)²MzÔ┴
    """
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"+Þµ\x02ä!B>½X7=Ùé\x07n"
  b"|ʯ(Zw@\x17…¦uè\x1FÔ]D"
  b"Bîâ\x1C\x7F\e@±Š¯‹¾jo4Ë"
  b"\vé9Z™ÈI"…Nü_j“jt"
  b"‡Ý\x1E³“<A`¸Á2¶ J“ª"
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"F¹═ƒÄéJÕè;iìĶ-ý"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"¤–r$ÌTO\r\x07\x1E³Ýö\x7Fw"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"\x18\fÄK\x1F÷E{½\e#ªûç¿î"
  b"\x7F\x01\x1Eø`HG»¡hÚlÌ÷¤ð"
  b"?\x0EljЕHSŸZæÏ\x03ɼç"
  b"<tC\x1A█OLÒü!°î+│ZØ"
  b"˘d¥’GMì‚á\x00ìúlô¡"
  b"·£@s€ÅJ{°Í\x15"Z¢çˆ"
  b"f¦«ñIõE\x19“IMÔ`¸‰4"
  b"³\x12ín}#B@á¬e\x12öolÉ"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"4wüò{‡I¨¯ šŠ\x0Fù7\e"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"±P\x00ÂПI¡šgëf\x1C¥\fN"
  b"»:6ŠLé@ѻœI%w+n"
  b"\x1A\x17Û\x0FÁKOà¤À2º&‡\x1F"
  b"Õû\x05Ÿ€¾HK¤B'øá0´Æ"
  b"w3.&ûmNž¸½-û6rfÞ"
  b"ÙØ;ݵ\x12Oúï┤¬º#O\x1Ao"
  b"Zÿ░\e¦\x0EFØö®─\x01»┌׺"
  b"L0\t¯8xA³†‚¤,Íñ\x19i"
  b"╠░0HâTG\x10í÷╝ÝîY[Ø"
  b"«ê9q\x19(F™ŠÔ`aZ…'—"
  b"N\x12Ñ['^Cf«r[6é\fÀô"
  b"¶0RnjÐE\x06±“Í\x07à˜Û\x10"
  b"O'>z×;Hº£Ã\x10ã¶*RÌ"
  b"QßZ£ÞfHU½ŠÝÛ§^¶I"
  b"j›±«^–MÄŒ"»\x10ù‹¿u"
  b"¯ïÊjÝWFì×*JHÉ¡ÉG"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\x16:ü³øßNÑ·’æ|\x1A\x13ÚZ"
  b"hCo╣ÞlDÜüÀÛÖê<NO"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¯\x05þÕoôHJ‹±*,¬îÃÍ"
  b"‰‹Æ\x01ŸƒKæˆ<‡‰µE1E"
  b"\x1AuXC‡\x07ODZ\x1E©Q=\x11ð|"
  b"Å›¬²líG]ºœ\§î\x19˜7"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"ı"ô:Ï░O_ä╗ù_üU­$"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\x04f_¹g»Mž­\x15Û\Üþn‰"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"yúÔó\voBü„\fð°ø".."
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b";ìâ³ëvH}“e\x1AÙ÷Ï›m"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"\x03–µÛV?A/½^ÁårT}^"
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"÷®JqÉ\x06Iú³ £\r&Œ‰x"
  b"x?CõÐÔF¥¼ÞªR±\x1F§:"
  b"“Þ\v\x00²¼C\x1E®!Ì\x10ýQ¨\n"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"\ró\f0\x19·J\x12©i\x15\x16íú\x03Ê"
  b"\x1E6Ïè\x1C\x15EX«qÏdNÉü "
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"¯½”¥ \x0EJ\x1E™Ûšïš×Üw"
  b"¥ß\x16FOUCP”|‹aûéZÅ"
  b"B?\e\x0Eš>N–©HFÏ#ç4ß"
  b"çsÔäãõFä£uÅuÝÝÁi"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"\x17£gz\x12þHNµ(jlSè}/"
  b"8Ø?{3\x00AÌ–\v\x02yèÛ="
  b"\x15K r­ß@BŒkã.\x16\x02Ä+"
  b"O×ö<\x17¡F\x1F‡M~\x07Ya…\x15"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"˜\x06ªr\x08ùNC­ÏÙ‚’ö…\x05"
  b"èÄ▓O\erF:ɤ»\x1DU©w┬"
  b"+ŽIj}`Bf³Z\x05Ì&\x13I\v"
  b"Â͈s\x1C\x02Nܤ\x0EQò¸&<Ù"
  b"Ò\x16Ð\eG K­¦(\vô‰ƒÌï"
  b"""
    ô\x1FS\x14ò¶Fh–³‹\n
    ˜½Í\x11
    """
  b"T,ÎÈ│ÂCQÅ└\x1DÇÃ\x01"
  b"ÊZðñd\x18NP│âØ-åpƒ\x16"
  b"gUjïȹK\x12«L•ƒ€éXY"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x02Ä\x0F,ïÉN6„^®#Ð&0’"
  b"qÔª\x1E7ìE|¤‡\x17v\x14Ò%›"
  b"·'ûÉ{-B‗ïR┌C┘¸qÉ"
  b"ÊF½ ²MBd‚¶\x03L’\f¨-"
  b"Þ‘\x01Å\x1DROj¢\x1C¥\x17QùSß"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"\x15tk9Ž\vB$³WÏ`;oºú"
  b"\x12ã¹vEö‡]Œâ\x1C‘é¥"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"ÒWXà×TN\x08•ëó¿­*Œí"
  b"´\vVy[\x08O[‰\x045“’Å}ú"
  b"\K®AÎ)JõºÄœw³‚<""
  b"H╣"I²BAÐì\x12·à\f┘[Þ"
  b"ñ:¤ḴJâ­\fÑ8\x1C܉Õ"
  b"õü'èÑ\x13JR┤ü\x15]áÙ}\t"
  b"¢sG╬‗óLì▓\x05q${f§─"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"s~¯vŒtF6™Ý•\x12™æ\ee"
  b"×¹:\x13È(J}´\tØ#\x10ƒq\x05"
  b"öbk¯™~LÞ’Ø~wðR%|"
  b"'aõf:\x00A‡ªaê\x17\x1D\x14Hv"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"\x19îã▓0wCÉ▓─ïYL\x03ʦ"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"ùͦé3,@ø¤ö8ÆÛå‡ð"
  b"\x1Eêé\rpgEùźaRû╔_Í"
  b"y"íŒ`ÆEư\ÅìŸõ\x02Ð"
  b"kÍg½\e²Me‡þ\x18Õ\x19®\x1CW"
  b"UB[§VÇIR—K=âN‹Êè"
  b"Ý¡\x11an=Aí€æ{\x05ѱ L"
  b"Éê\x01\x7F#OJ>š‚E\x1Ax}³2"
  b"Þ§îÁ![G_Œ#FòP–.E"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"­░h%ðVD3Éf┴@³\x16/~"
  b"Çáœ<+§AݰÊ\x1A¯Vs?\x1E"
  b"Ëö€\x7F¬\x0E@ð½å6Q\x07›ƒÐ"
  b"\x02f²h\x1AÿI\x7Fø.YÖ>ÅËà"
  b"Ÿ[F.ºGOGˆdŠ–M>Íë"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"lþÔ豃I\v©\x7FsQ6Òäü"
  b"""
    ê\n
    ndêYLn®B`lÊR6p
    """
  b"Aî_”4AH"œî ƒ\x01\x1F"
  b"\x1E‗©Ò\x0E┴OSüÇWJy<¼w"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"ÊCH;[\x0FEF¥\tŽ0<)u""
  b"\eȾ\eMî…,3†ÈÕ\x19Z"
  b"‰“£J¸¿NÁ¤]쯪¶®w"
  b":zùúÆöD; Uš4jx1C"
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"?=\x05)ÊKAèŒëo.•Þž÷"
  b"èÍ[Û¸¬LZª¥¸\x0F\x07F+ü"
  b"\x07x\x7F`óŒD%¯Ž‹[™É\x16\x13"
  b"\x18SìqD\x08ަËýU«˜‹"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"\vnÐÐ9éB\x07ü.{\x1E§¨J┼"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"?õ`\x05ËöJü░\x1C\x00╩u\x1AP%"
  b"ihH[êïDtµs(\x12ŽÆ\x0Eö"
  b"\x17Ù}ºäJ€¾‘ë\x1F9¼`B"
  b"\x18/@x°‗HeâØ├3ôÿàÝ"
  b"òí›âÓ\x1DO3¥6¤¡üÐ\x00Ü"
  b"o-Å÷z?L©░ô╩âÎ Sª"
  b"6½k‚\x07AO”³\x13\x16V\x13€_á"
  b"`╝Ü┴\x149LØ©ı×,>G┬]"
  b"S½®z}.N┤üÉGKÊ╝³ö"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"\x19 _\x14CȉÍÅš\x08s*d"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"\x1DŒáß ›EK“[#A=ÛSa"
  b"ç84ÿ)³@>ô─?\x19\x07müÒ"
  b"µnþÿ&ªLé„eö\x1Cª‘§»"
  b"‡%¡\x1CèŠJ]‰¥ÏµC¤D@"
  b".\x11\x14n\x045Mû˜A9°w¼n\x1F"
  b"^çº?>>IÕ╝ü£╣\x04bYO"
  b"û,÷ÞÐNE\x7F…ý8œn^KÆ"
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"‰aÔÇ‘9Aú”k®\x1AšË\x1F¿"
  b"""
    \f€ß÷ˆ\n
    AÜ—µKÕž4i¢
    """
  b"¸§ö\x1C\x1D5Kï“m\x15é]uuÈ"
  b"*a9¯T¿O‚´ÌpG\x12~-¡"
  b"W4\x15d§xA\x07 \x03KÔÖ@úå"
  b"i•PMè„OL¸À"zSs\x16«"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"\x1A\x1AÉ`¡*Fÿ»ãUK.║\x07"
  b";DðlÌdBá™6è £¾?\x1D"
  b"&ËEe"'F}¿².Œë¼N9"
  b"""
    šªª:htIOµ\n
    .Ú±–5ì
    """
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"(Ù§ºÀ¶C–ˆ7¦¬€*=W"
  b"\x04ˆE\r•‹Cã¡Ü"Õ\x18$ðR"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"uR\x07¨\x05pBË·$5QIiíÂ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"\x02f˜ÕÕ I‡½÷\x10{\x08ôžë"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ƒjË+žF‰ŒBY‚}…#\x19"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"ÉmÜ\x13“’G¦¦§Y›Þê\x0EŠ"
  b"""
    <&oñoÆGS”\n
    tHµs,«
    """
  b"ÃXã­\x1F7Ayªüîæ1e!“"
  b"\x08Vì£höOc‰®\x1A·¾~¢\x0F"
  b"&èý¶ˆŒBû‰ú\x1C~hp”\x02"
  b"Æ\x10ä—SxMÓ…<ƒ†\f¨f"
  b"RVɤ\x04“Fiž'l[«X\x16"
  b"}\x06Ù•º,N\v»úAä@Zë\x7F"
  b"\x1C3¼a¦bNé„-2ò\x04\x02"
  b"¹Á«ãù\x11Eî╣RÉðkx=k"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\x12\x16─ìÙ:AÂúx┤╝¬ æ·"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"?(j°9ìF*†O¨\nS\x17þ\x00"
  b"×└ç\x1C\x16ÓLËÆÒ1رgäP"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"»HŸ[úuJ˰UNêfu~3"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"´.L¯tü@\e³O¥!âm—O"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"ÆQ÷«\x15\x1AN»“zþ\x1DóÓpß"
  b"\x14Š\x063=\x11D\x06¬\x04\x00\x0FÚf(y"
  b"""
    hx\n
    Ju·O¿“KpÚ8/\x18
    """
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"Å\x18\x1F9Ó½OWª\x1D▓Çàó┤Ý"
  b"\x07Á=û!oM±üR<}·iº¬"
  b"\x7F¯™D|€G†¬\x04Õ{›knÕ"
  b"ôÑåå—;DQ‚|VòÚtÂY"
  b"N\x18ö*RÖG\rÄØ\x06e╔ÑÈy"
  b"\x192~\x1EJ"@kµº®DäXïi"
  b"rg\vìõ·Cı¬ð+÷vø#½"
  b"à'T¾¸×O\x1CØ\x1D╔N┬¬Lv"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"‚Lí½¤ÛK­ªaýQkÆ\x7F\x12"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"\x16.\vÃ|´@\r´3±z¬Á‡C"
  b"\x11ë°ÎLô¾È\tvÍ—›\x1D"
  b"ÈàÐ*()G»µ±ùŸï¼Ïû"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"\x18óòƒøáG\x10–û\x18^Ë»v\x1D"
  b"Ðx\x0Fá\x1C*@■ÿ½Å\x06└5Ø\f"
  b"éüú^^°@LîªZí¿T░½"
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"qï÷ã#\fBX³”?)èsÈC"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"!qì╣MôI\x10ï|QÁO■ÏÂ"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"ÌÛ═ÁxÉCìÑEÒ\x07×£n═"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"]Ξßã:L‡ŠÓþ³ÎP¿V"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"Š;8NÁrFKŒÄ¯Ô‘\x18"
  b"cE\x16×LnO_ƒÔBG\x19?¨Ý"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"uU@zò‹@¼ž 0àò\x1E~"
  b"ÎHô{\x1DHI·ÿ÷Úq%ý§"
  b"ü²ýZÜ×K½¿\e¦\x10\e\x05"
  b"È+´ÒºçHZ▒û^Óüúü"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"ã\eؽ…ßGF‰ZHt°UÉD"
  b"\x00Ôа\x14û@­†\v\x02®\x10ƒu^"
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"±Åð¡‘'EÊŽŸ®\r»:\x084"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\eA1E<\x03M~šÂ¹\x16rý5>"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"s,XÅØ\x10H\x7FˆÔ€]6Fêr"
  b"\x00J;†±\x17@äŠä5\¹®Z@"
  b"]Ê"Óf E¦¥j­UÈ´–ï"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"Æ├┘¹5─MÞÅ¢uì╝\t\x7F*"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b"\x1AVD╚E^¡EZøÉÜ\x03·"
  b"&▀¼½ñÝMÁØ©¡·Å,Lë"
  b"â\x198¿×ÇB¶°)ûÅìÀÍ<"
  b"X’ØÃ$ÉF\x00ŠY\x07ðx°=O"
  b"^Órb>ŽDþ \x02M•ùÃK”"
  b"Â\x15Äl×ÅA\x11€Ñj)e#Y¢"
  b"ë\x17š½\x02‚H‹¼£™ä\x15ëµ>"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"\fgæGMܱû©e±.ÍŠ"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"P𴫤\x01H¹ºÅy\x16ÔWÃ\x05"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"Ūü¹Ã╩C╔¥þR\x13s]Ý\x06"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"xößNʯEd»Q\x03MvšÓù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"o°├u)cDÚØ\x04þ\x01º\x10\x19\x13"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"""
    Êí~e\n
    \fN¥—\x08_QHÅš«
    """
  b"×\x19¦àp&I\x08ìbnäı\x14│Õ"
  b"m/a\x15╗╔Gæ┤░Y\Å\x0F\x1FÃ"
  b"\x0E'MÀ╚ªK`ö8¿Ø¹<ô\x13"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\x1A\x1D\%X\x17J-‘Lo8\x18YÝK"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"‹LÎ\x12º¯B¦\v\x1AÎcw"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"òVJc> OS¸55ãD‚\x00¹"
  b"\x00_tøO─IÅÖ Ø┐═m[╦"
  b":Ña\et\x07Aj¤ù˜C½æwÚ"
  b"V—´à\x16ÛG‚š!Ü%…ÉRþ"
  b"¶F´¢»\x1AD`žVêþªÇi}"
  b"ѱ³\x05»´M?‹}Ž0®.hß"
  b"\f7¡üMßòÕ0ªp¦ƒÏ"
  b"²%¯ÖA\vH¹üsTSU±f\x00"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"¢t+Ð&4Oìœê\x1F\x01•¤—"
  b"Tðw┼úò@Üí\x14ò¬¾ì)È"
  b"ÕÓØ§„÷L-£g-\x07ÇíIe"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"¬hdÇïnI=»pD|^ô_\"
  b"lZ)\x04(ðM¸«Í\x16$÷Z(ñ"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b";g\x04\x12Ï\x1AD8É®x©ª%ã│"
  b"–ˆ\x1AQÉDC\x14Ž\x04DÁyD\tà"
  b"¢eâÖÈ\x10Fž™Ó–‡\x1D4\x18\x06"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"Ò‹–\x14€Ò@2µê–\x15\x1AZ/B"
  b"ûYF▒Ø4D■ô#at{åð\x03"
  b"\x00÷¯\nI°±ôbb‹G«\x0F"
  b"""
    \,s\eU\n
    Dâ®ì\x18’>†;Â
    """
  b"\x7FŸ!Ìê“Lž¶a“¸×-ÿÙ"
  b"×\x03¦▄&\x1FF*ÇØ8\¾K[Ä"
  b"\x08G hh7Nú´Üd\x10+†Î¦"
  b"Ï\x0E)HµÏG½µ)—i/nz]"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"L\x18ûÌàÏLÁƒ¶—.F8—C"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b">ßêeÜ\x14A×›7NÆ4ª©\x00"
  b"TLû\vI‚EÛ…¡Zñr]¤\x0F"
  b"\x03(Åù‗2@ì¬╬*¯ÚÅåÄ"
  b"+#Z³¥ÂM\x05«\tÕíìÍ ·"
  b"ýÕZ<Û\x1C@ì«ö\f_ð5\v5"
  b"ZÑÒ\r┤ÙE╚½æ\x04Õß9.ü"
  b"yûtG5CE¥«¬û"¬„|\x1C"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"­½ª¯²¬Kð…$çiñ.ü\x04"
  b"5ÅØ\rò9BxÂ^e\x14ı¬tr"
  b"""
    pÞï\x1E\x10ìH]î\x7F╚?┐¡\n
    ½
    """
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"ÌÛ_ËÏ\x07IÍŠ¸§ëH¡Í…"
  b"cıüÇ·\x7FMXê³&DS\x1C/r"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b",N[þw┴I\x01Ø\x18Wt\x0Eåâº"
  b"¤yu¿âÌEÀ£SÄþ¢¢ü“"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"\x1E\x7FÔF¿‹rX\x03/ÜæÈ"
  b"tYí¥┼>JÉ┐\vw▓Ç\x14\x7F¾"
  b"ïıÏj*o@ÆìÖ/äÒ)ÛÝ"
  b"ð\x0F\x1EºÎ€H—²ƒx¹Ë±»²"
  b"ÃÈ\x1E‚¾èH\rº/p=}t\x11"
  b"ûk\vÂÝ]DZ°mÇ8óø$\x1C"
  b"ûìGäÔ▓B┘ª║%\┐)à\x08"
  b"""
    á„å¢päMÅŠùç\n
    Üȇˆ
    """
  b"›¥@=<ŽG\eº0—-)´-ì"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"ŠïàiOEKB‚!0&—LuÁ"
  b"\x07█<8räJsÅÖ\tJ3,ª┐"
  b"ã\x19¥Ê\x10vHê‚AÀÛ4ð‰("
  b"°D¢Ýe>N\x1Dì/\x17údièë"
  b"""
    ûkD¡\x19\n
    IqÉU└ß+‗B└
    """
  b"ÆçO³QÞE\x08¥_=eÐûµ±"
  b"’Ôu"ÍUI\x16š²Nüy;¡I"
  b".\x17\x03ØÁrJé”\vt‹g:zâ"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"GrF\x15╝ñNàÅI7┘o9îj"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"]»ê\v¼eH▀»i┴ü½\x14\t­"
  b"Ó"î¦G1L‚‘¹˜lë1P\x1F"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"Ðu½l\x0F‚I÷œÇ‹!•wF²"
  b"Ðè$¬ì˜B=¬Îļß!ˆ\x16"
  b"®RI\x149]L‘‡7§ 4?ðO"
  b"\x06\x1EÿI~+OõÖÉsé│>▀2"
  b"+¥u¢H0J)«Ã6þ'‘­Í"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\tG╚gFBÙÖt╗üüe9Á"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"Ͳ_ëz…@®œ"\x1DÒ\x0E¨Ÿ:"
  b"•ë4Æ\x01™Jn™-ÜÜ©rçf"
  b"*@ÕõÕ\x1FD“»$o)­:eb"
  b"V¡ú•xgEU™“zSß^!B"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"å3M\x1FSµBG’¤ö\x1D£5”Q"
  b"daÀVGÜDüÆÃ2┴\x11¹S┘"
  b"Rþ¬Pž¿Gyž¯ûb\x02¥\x04Ã"
  b"œ\x05ÍiÙüD|¤u@æ\x10áL\x13"
  b"\x18ÉÏCJàJ\x00¨ˆ•´™\x16<z"
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b".aÉUSéE›œH»³‰Ñi\r"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"(½»*3LNûƒ=PÉô{½B"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"'w2šQILC’„E„|¡.’"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"àã§'fYL¦©w@æeùaÖ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"$ð‹Áú­EʵInöžt{B"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"u¤fº(TAȧ\²ûd·_é"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"F/$+C<A膚씼Áùs"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b" (£§–ºFP©\x08\x05\¸"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b" [HY´qNL┤©▄ØÓq&-"
  b"sèéø]LI=¶rñl<‘e“"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"Äd*çãáDh·ã„óv@\x050"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"¢¡g_9─@Éóݺm!■6û"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"■r\vM̯IüÁObÄ3pËD"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\r{î ° I7—Ì©bò\x13"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Å5\x02ËtßK×öå#1µZPz"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"oXÎQìRN{åIZ,]aDù"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
]
84 3.67 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00J;†±\x17@äŠä5\¹®Z@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00_tøO─IÅÖ Ø┐═m[╦"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"\x00Ôа\x14û@­†\v\x02®\x10ƒu^"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02f˜ÕÕ I‡½÷\x10{\x08ôžë"
  b"\x02f²h\x1AÿI\x7Fø.YÖ>ÅËà"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02Ä\x0F,ïÉN6„^®#Ð&0’"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03(Åù‗2@ì¬╬*¯ÚÅåÄ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x03–µÛV?A/½^ÁårT}^"
  b"\x04H‹Ï\x0EèO[„c:\x1AùE€\x06"
  b"\x04f_¹g»Mž­\x15Û\Üþn‰"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04ˆE\r•‹Cã¡Ü"Õ\x18$ðR"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x06\x1EÿI~+OõÖÉsé│>▀2"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07x\x7F`óŒD%¯Ž‹[™É\x16\x13"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07›ô\vÑ[D¤€e‡¹E\x0E\x10œ"
  b"\x07Á=û!oM±üR<}·iº¬"
  b"\x07█<8räJsÅÖ\tJ3,ª┐"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08G hh7Nú´Üd\x10+†Î¦"
  b"\x08Vì£höOc‰®\x1A·¾~¢\x0F"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    ]”vÚ™Bصøk™ñX+8
    """
  b"\n†©dö\x12A4ª\x7FZu§*M\x00"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\vnÐÐ9éB\x07ü.{\x1E§¨J┼"
  b"\vÉS©ÂsM\x15ž§¶ìÀÙû*"
  b"\vé9Z™ÈI"…Nü_j“jt"
  b"""
    \f€ß÷ˆ\n
    AÜ—µKÕž4i¢
    """
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\ró\f0\x19·J\x12©i\x15\x16íú\x03Ê"
  b"\x0E'MÀ╚ªK`ö8¿Ø¹<ô\x13"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x12\x16─ìÙ:AÂúx┤╝¬ æ·"
  b"\x12!â‗·ÁE┬ôD]ìÂÿPÑ"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14,n,{‹@ô¦Êˆ±Û‘ b"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14Š\x063=\x11D\x06¬\x04\x00\x0FÚf(y"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"\x15K r­ß@BŒkã.\x16\x02Ä+"
  b"\x15tk9Ž\vB$³WÏ`;oºú"
  b"\x16.\vÃ|´@\r´3±z¬Á‡C"
  b"\x16:ü³øßNÑ·’æ|\x1A\x13ÚZ"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"\x17£gz\x12þHNµ(jlSè}/"
  b"\x17Ù}ºäJ€¾‘ë\x1F9¼`B"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18\fÄK\x1F÷E{½\e#ªûç¿î"
  b"\x18/@x°‗HeâØ├3ôÿàÝ"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18ÉÏCJàJ\x00¨ˆ•´™\x16<z"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x18óòƒøáG\x10–û\x18^Ë»v\x1D"
  b"\x192~\x1EJ"@kµº®DäXïi"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19îã▓0wCÉ▓─ïYL\x03ʦ"
  b"\x1A\x17Û\x0FÁKOà¤À2º&‡\x1F"
  b"\x1A\x1AÉ`¡*Fÿ»ãUK.║\x07"
  b"\x1A\x1D\x1FGÑJL§¹Âjؘ`Æ‘"
  b"\x1A\x1D\%X\x17J-‘Lo8\x18YÝK"
  b"\x1AuXC‡\x07ODZ\x1E©Q=\x11ð|"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\eA1E<\x03M~šÂ¹\x16rý5>"
  b"\eØöI\x12vOÜçâ▒Îd\x01<f"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1C3¼a¦bNé„-2ò\x04\x02"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1DŒáß ›EK“[#A=ÛSa"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"\x1E6Ïè\x1C\x15EX«qÏdNÉü "
  b"\x1Eêé\rpgEùźaRû╔_Í"
  b"\x1E‗©Ò\x0E┴OSüÇWJy<¼w"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!qì╣MôI\x10ï|QÁO■ÏÂ"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!¥8ÂCkKužÒNØG!Zx"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$^\vÂ>BK*¾>=ÂÀ¿ý²"
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"$ð‹Áú­EʵInöžt{B"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&ËEe"'F}¿².Œë¼N9"
  b"&▀¼½ñÝMÁØ©¡·Å,Lë"
  b"&èý¶ˆŒBû‰ú\x1C~hp”\x02"
  b"'aõf:\x00A‡ªaê\x17\x1D\x14Hv"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(½»*3LNûƒ=PÉô{½B"
  b"(Ù§ºÀ¶C–ˆ7¦¬€*=W"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*@ÕõÕ\x1FD“»$o)­:eb"
  b"*a9¯T¿O‚´ÌpG\x12~-¡"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"+#Z³¥ÂM\x05«\tÕíìÍ ·"
  b"+AñÉ\fxFš%¬ª)Zì_"
  b"+ŽIj}`Bf³Z\x05Ì&\x13I\v"
  b"+¥u¢H0J)«Ã6þ'‘­Í"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"+Þµ\x02ä!B>½X7=Ùé\x07n"
  b",N[þw┴I\x01Ø\x18Wt\x0Eåâº"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",»š!™¥BZ¶^&€èy܉"
  b"\f7¡üMßòÕ0ªp¦ƒÏ"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b".\x11\x14n\x045Mû˜A9°w¼n\x1F"
  b".\x17\x03ØÁrJé”\vt‹g:zâ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"\x00÷¯\nI°±ôbb‹G«\x0F"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"4wüò{‡I¨¯ šŠ\x0Fù7\e"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"5ÅØ\rò9BxÂ^e\x14ı¬tr"
  b"5×ßì–\x01@éžjý[P\x06"
  b"6½k‚\x07AO”³\x13\x16V\x13€_á"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"7”\eÀª%@æƒý\tI¼â¨E"
  b"7ìˆi\x1F\x14B\x05—Ϲ^N©àï"
  b"\x19 _\x14CȉÍÅš\x08s*d"
  b"8Ø?{3\x00AÌ–\v\x02yèÛ="
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"\x11ë°ÎLô¾È\tvÍ—›\x1D"
  b":zùúÆöD; Uš4jx1C"
  b":~KÉô»CÒ–F\x00?؉ùŠ"
  b":Ña\et\x07Aj¤ù˜C½æwÚ"
  b";DðlÌdBá™6è £¾?\x1D"
  b";Z0i¹!B#£Þm–‚³‘o"
  b";g\x04\x12Ï\x1AD8É®x©ª%ã│"
  b";ìâ³ëvH}“e\x1AÙ÷Ï›m"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"""
    <&oñoÆGS”\n
    tHµs,«
    """
  b"<tC\x1A█OLÒü!°î+│ZØ"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b">ÅËes\fAæåæ^Ï_ø\x15ê"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">ßêeÜ\x14A×›7NÆ4ª©\x00"
  b"?\x0EljЕHSŸZæÏ\x03ɼç"
  b"?(j°9ìF*†O¨\nS\x17þ\x00"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?=\x05)ÊKAèŒëo.•Þž÷"
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"\eȾ\eMî…,3†ÈÕ\x19Z"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"\x18SìqD\x08ަËýU«˜‹"
  b"?õ`\x05ËöJü░\x1C\x00╩u\x1AP%"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"Aî_”4AH"œî ƒ\x01\x1F"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B?\e\x0Eš>N–©HFÏ#ç4ß"
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bîâ\x1C\x7F\e@±Š¯‹¾jo4Ë"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"F/$+C<A膚씼Áùs"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"F¹═ƒÄéJÕè;iìĶ-ý"
  b"GrF\x15╝ñNàÅI7┘o9îj"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H╣"I²BAÐì\x12·à\f┘[Þ"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"KVûâQ3E1¢i7Ö¥³—Š"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"L\x18ûÌàÏLÁƒ¶—.F8—C"
  b"L0\t¯8xA³†‚¤,Íñ\x19i"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N\x12Ñ['^Cf«r[6é\fÀô"
  b"N\x18ö*RÖG\rÄØ\x06e╔ÑÈy"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"O'>z×;Hº£Ã\x10ã¶*RÌ"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OÿÞþ/²GÊì\x12½\x10wƒªK"
  b"O×ö<\x17¡F\x1F‡M~\x07Ya…\x15"
  b"P}Yù…DOÍ™ÒØÜ{_ÐF"
  b"P𴫤\x01H¹ºÅy\x16ÔWÃ\x05"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"QßZ£ÞfHU½ŠÝÛ§^¶I"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RVɤ\x04“Fiž'l[«X\x16"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Rþ¬Pž¿Gyž¯ûb\x02¥\x04Ã"
  b"S½®z}.N┤üÉGKÊ╝³ö"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"T,ÎÈ│ÂCQÅ└\x1DÇÃ\x01"
  b"TLû\vI‚EÛ…¡Zñr]¤\x0F"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"Tðw┼úò@Üí\x14ò¬¾ì)È"
  b"UB[§VÇIR—K=âN‹Êè"
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"V—´à\x16ÛG‚š!Ü%…ÉRþ"
  b"V¡ú•xgEU™“zSß^!B"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W4\x15d§xA\x07 \x03KÔÖ@úå"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"X’ØÃ$ÉF\x00ŠY\x07ðx°=O"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Zÿ░\e¦\x0EFØö®─\x01»┌׺"
  b"ZÑÒ\r┤ÙE╚½æ\x04Õß9.ü"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[Ü├àƒAMõÅ┴#%PÆÝÈ"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"""
    \,s\eU\n
    Dâ®ì\x18’>†;Â
    """
  b"\K®AÎ)JõºÄœw³‚<""
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]»ê\v¼eH▀»i┴ü½\x14\t­"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]Ê"Óf E¦¥j­UÈ´–ï"
  b"]Ξßã:L‡ŠÓþ³ÎP¿V"
  b"^çº?>>IÕ╝ü£╣\x04bYO"
  b"^Órb>ŽDþ \x02M•ùÃK”"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"\x12ã¹vEö‡]Œâ\x1C‘é¥"
  b"`╝Ü┴\x149LØ©ı×,>G┬]"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b{™\x1FÈ$N\x0F¼7\x02à\x14®\x03o"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"cE\x16×LnO_ƒÔBG\x19?¨Ý"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"cÓ|eI"Iã“\À¯ý³Ðé"
  b"cıüÇ·\x7FMXê³&DS\x1C/r"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"daÀVGÜDüÆÃ2┴\x11¹S┘"
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"f¦«ñIõE\x19“IMÔ`¸‰4"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"gUjïȹK\x12«L•ƒ€éXY"
  b"hCo╣ÞlDÜüÀÛÖê<NO"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"""
    hx\n
    Ju·O¿“KpÚ8/\x18
    """
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"ihH[êïDtµs(\x12ŽÆ\x0Eö"
  b"i•PMè„OL¸À"zSs\x16«"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"j›±«^–MÄŒ"»\x10ù‹¿u"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kÍg½\e²Me‡þ\x18Õ\x19®\x1CW"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"lZ)\x04(ðM¸«Í\x16$÷Z(ñ"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"\x1AVD╚E^¡EZøÉÜ\x03·"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"lþÔ豃I\v©\x7FsQ6Òäü"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"m/a\x15╗╔Gæ┤░Y\Å\x0F\x1FÃ"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"ná╠·Ç\x13NƒÿÉuiAÃ^t"
  b"""
    n£ƒ`©ˆN†»¥«\x05äN\n
    Û
    """
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o-Å÷z?L©░ô╩âÎ Sª"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oXÎQìRN{åIZ,]aDù"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"o°├u)cDÚØ\x04þ\x01º\x10\x19\x13"
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b"""
    pÞï\x1E\x10ìH]î\x7F╚?┐¡\n
    ½
    """
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"qÔª\x1E7ìE|¤‡\x17v\x14Ò%›"
  b"qï÷ã#\fBX³”?)èsÈC"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rg\vìõ·Cı¬ð+÷vø#½"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"s,XÅØ\x10H\x7FˆÔ€]6Fêr"
  b"s~¯vŒtF6™Ý•\x12™æ\ee"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"tYí¥┼>JÉ┐\vw▓Ç\x14\x7F¾"
  b"t[\x17jÔßLƒ╝VÈü¸\3ß"
  b"uR\x07¨\x05pBË·$5QIiíÂ"
  b"uU@zò‹@¼ž 0àò\x1E~"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u¤fº(TAȧ\²ûd·_é"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"v>\ìT\x15O╚¥Ù╩î-╔xÐ"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"w3.&ûmNž¸½-û6rfÞ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"x?CõÐÔF¥¼ÞªR±\x1F§:"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y"íŒ`ÆEư\ÅìŸõ\x02Ð"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"yÙ×0Þ\x16I·┤ä{]ô>ì\x1C"
  b"yúÔó\voBü„\fð°ø".."
  b"yûtG5CE¥«¬û"¬„|\x1C"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"{\x12A\x00º"Jˆ»cÕi *„?"
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|ʯ(Zw@\x17…¦uè\x1FÔ]D"
  b"}\x06Ù•º,N\v»úAä@Zë\x7F"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"\x7F\x01\x1Eø`HG»¡hÚlÌ÷¤ð"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FŸ!Ìê“Lž¶a“¸×-ÿÙ"
  b"\x7F¯™D|€G†¬\x04Õ{›knÕ"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"""
    ü\x05║!í\n
    D3àÿ)²MzÔ┴
    """
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"ü²ýZÜ×K½¿\e¦\x10\e\x05"
  b"‚Lí½¤ÛK­ªaýQkÆ\x7F\x12"
  b"éüú^^°@LîªZí¿T░½"
  b"éò®\x00\x1DÁBÌü!W[f█·K"
  b"é┤-R@8JØäoK²&┼\ee"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒjË+žF‰ŒBY‚}…#\x19"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"à'T¾¸×O\x1CØ\x1D╔N┬¬Lv"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"àÿØó±ÙO═î┘$/\x17ܵâ"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"‡%¡\x1CèŠJ]‰¥ÏµC¤D@"
  b"ç84ÿ)³@>ô─?\x19\x07müÒ"
  b"çsÔäãõFä£uÅuÝÝÁi"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡Ý\x1E³“<A`¸Á2¶ J“ª"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"‰aÔÇ‘9Aú”k®\x1AšË\x1F¿"
  b"‰‹Æ\x01ŸƒKæˆ<‡‰µE1E"
  b"‰“£J¸¿NÁ¤]쯪¶®w"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"Š;8NÁrFKŒÄ¯Ô‘\x18"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"èÄ▓O\erF:ɤ»\x1DU©w┬"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"èÍ[Û¸¬LZª¥¸\x0F\x07F+ü"
  b"èÏ\x1EâɱGùçk┐\v"qê§"
  b"è▄ÄÉÒïJ´ü█▄╝v«‗æ"
  b"ŠïàiOEKB‚!0&—LuÁ"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"‹LÎ\x12º¯B¦\v\x1AÎcw"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"ïıÏj*o@ÆìÖ/äÒ)ÛÝ"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x18\x1F9Ó½OWª\x1D▓Çàó┤Ý"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Ūü¹Ã╩C╔¥þR\x13s]Ý\x06"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"Æ├┘¹5─MÞÅ¢uì╝\t\x7F*"
  b"’Ôu"ÍUI\x16š²Nüy;¡I"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“Þ\v\x00²¼C\x1E®!Ì\x10ýQ¨\n"
  b"“ç\x08\x00óCID®¥“A¯qF\x12"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"•ë4Æ\x01™Jn™-ÜÜ©rçf"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"ûYF▒Ø4D■ô#at{åð\x03"
  b"""
    ûkD¡\x19\n
    IqÉU└ß+‗B└
    """
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"–ˆ\x1AQÉDC\x14Ž\x04DÁyD\tà"
  b"ûìGäÔ▓B┘ª║%\┐)à\x08"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"–£KžëÜE“˜B›Dåõº~"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"˜\x06ªr\x08ùNC­ÏÙ‚’ö…\x05"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜$K\x07ò4E\x17¶g®¼¯Lht"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š#‚?\x19›Lеt†áðÞ¼±"
  b"""
    šªª:htIOµ\n
    .Ú±–5ì
    """
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"›¥@=<ŽG\eº0—-)´-ì"
  b"""
    ›Ã`Ù"\n
    L¿§”Ù#ÎZ\x15È
    """
  b"œ\x05ÍiÙüD|¤u@æ\x10áL\x13"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"×\x03¦▄&\x1FF*ÇØ8\¾K[Ä"
  b"×\x19¦àp&I\x08ìbnäı\x14│Õ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"×└ç\x1C\x16ÓLËÆÒ1رgäP"
  b"Ÿ[F.ºGOGˆdŠ–M>Íë"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¢eâÖÈ\x10Fž™Ó–‡\x1D4\x18\x06"
  b"¢t+Ð&4Oìœê\x1F\x01•¤—"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£h‡_}SBç§£0rzM\x02\x12"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"¤yu¿âÌEÀ£SÄþ¢¢ü“"
  b"¤–r$ÌTO\r\x07\x1E³Ýö\x7Fw"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥ß\x16FOUCP”|‹aûéZÅ"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"«ê9q\x19(F™ŠÔ`aZ…'—"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"¬IØ0>9N°…þäÍGŽ\x17«"
  b"¬hdÇïnI=»pD|^ô_\"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"­½ª¯²¬Kð…$çiñ.ü\x04"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®RI\x149]L‘‡7§ 4?ðO"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"¯\x05þÕoôHJ‹±*,¬îÃÍ"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"¯½”¥ \x0EJ\x1E™Ûšïš×Üw"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±P\x00ÂПI¡šgëf\x1C¥\fN"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±Åð¡‘'EÊŽŸ®\r»:\x084"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"""
    \x14p╔Å┼Dmâ\n
    ñøÄ┌y┌
    """
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"""
    ³cJ@µÝH\n
    ºR»´\x19ºØ.
    """
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"\tG╚gFBÙÖt╗üüe9Á"
  b"´\vVy[\x08O[‰\x045“’Å}ú"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µnþÿ&ªLé„eö\x1Cª‘§»"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\x1E\x7FÔF¿‹rX\x03/ÜæÈ"
  b"¶0RnjÐE\x06±“Í\x07à˜Û\x10"
  b"¶F´¢»\x1AD`žVêþªÇi}"
  b"·£@s€ÅJ{°Í\x15"Z¢çˆ"
  b"À¿GÀF¦Dÿü,Fj╔k\x11í"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸K®é¸yHáº*Ûea\x7FSg"
  b"¸§ö\x1C\x1D5Kï“m\x15é]uuÈ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºôŒÑDìGy§Àçìn>V¨"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"»:6ŠLé@ѻœI%w+n"
  b"»HŸ[úuJ˰UNêfu~3"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼²\x02\x10wÙOt¤œ4Oæ‹69"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢sG╬‗óLì▓\x05q${f§─"
  b"¢¡g_9─@Éóݺm!■6û"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"Á¯N\x1EáóF8³\x7FsœfÄЮ"
  b"Â\x15Äl×ÅA\x11€Ñj)e#Y¢"
  b"Â͈s\x1C\x02Nܤ\x0EQò¸&<Ù"
  b"Ã\x1Dˆ\f=ªB[ŽT±?A^†\x11"
  b"ÃXã­\x1F7Ayªüîæ1e!“"
  b"ÃÈ\x1E‚¾èH\rº/p=}t\x11"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"Å›¬²líG]ºœ\§î\x19˜7"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"Æ\x10ä—SxMÓ…<ƒ†\f¨f"
  b"ÆQ÷«\x15\x1AN»“zþ\x1DóÓpß"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"ÆçO³QÞE\x08¥_=eÐûµ±"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Çáœ<+§AݰÊ\x1A¯Vs?\x1E"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ÈàÐ*()G»µ±ùŸï¼Ïû"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÉmÜ\x13“’G¦¦§Y›Þê\x0EŠ"
  b"ÉŸ\x1Cçý\tL¦ŸðópS¥Ç×"
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"Éê\x01\x7F#OJ>š‚E\x1Ax}³2"
  b"ÊCH;[\x0FEF¥\tŽ0<)u""
  b"ÊF½ ²MBd‚¶\x03L’\f¨-"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"""
    Êí~e\n
    \fN¥—\x08_QHÅš«
    """
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"˘d¥’GMì‚á\x00ìúlô¡"
  b"Ëö€\x7F¬\x0E@ð½å6Q\x07›ƒÐ"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠░0HâTG\x10í÷╝ÝîY[Ø"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÛ_ËÏ\x07IÍŠ¸§ëH¡Í…"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Ͳ_ëz…@®œ"\x1DÒ\x0E¨Ÿ:"
  b"ÎHô{\x1DHI·ÿ÷Úq%ý§"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"Ï\x0E)HµÏG½µ)—i/nz]"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"Ð9¤¨uJM±¡w;°´Ø‚Ä"
  b"Ðu½l\x0F‚I÷œÇ‹!•wF²"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"ÐÅŸ¿a\vKÊ¥K@a\x0F" {"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"Ðè$¬ì˜B=¬Îļß!ˆ\x16"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ðx\x0Fá\x1C*@■ÿ½Å\x06└5Ø\f"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ѱ³\x05»´M?‹}Ž0®.hß"
  b"Ò\x16Ð\eG K­¦(\vô‰ƒÌï"
  b"ÒWXà×TN\x08•ëó¿­*Œí"
  b"ÊZðñd\x18NP│âØ-åpƒ\x16"
  b"Ò‹–\x14€Ò@2µê–\x15\x1AZ/B"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ó"î¦G1L‚‘¹˜lë1P\x1F"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"È+´ÒºçHZ▒û^Óüúü"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ı"ô:Ï░O_ä╗ù_üU­$"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÓØ§„÷L-£g-\x07ÇíIe"
  b"Õû\x05Ÿ€¾HK¤B'øá0´Æ"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"×¹:\x13È(J}´\tØ#\x10ƒq\x05"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"ÙõÑ=ZÝH\x0E¥™³¯Ž>x‹"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"Ú^`ÑJZ@}‹Ï¶¤u|\x1Eu"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"Úß¹Ä5&Gƾ»Oë\x01C6~"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"Ý¡\x11an=Aí€æ{\x05ѱ L"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"Þ‘\x01Å\x1DROj¢\x1C¥\x17QùSß"
  b"Þ§îÁ![G_Œ#FòP–.E"
  b"ÌÛ═ÁxÉCìÑEÒ\x07×£n═"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à’ºdq-ICƒ\x15¦¸÷õ,."
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"""
    á„å¢päMÅŠùç\n
    Üȇˆ
    """
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"â\x198¿×ÇB¶°)ûÅìÀÍ<"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã\x19¥Ê\x10vHê‚AÀÛ4ð‰("
  b"ã\eؽ…ßGF‰ZHt°UÉD"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"õü'èÑ\x13JR┤ü\x15]áÙ}\t"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å3M\x1FSµBG’¤ö\x1D£5”Q"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"æ:ÜtùqB·˜×N\x02òk\®"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"""
    ê\n
    ndêYLn®B`lÊR6p
    """
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë\x17š½\x02‚H‹¼£™ä\x15ëµ>"
  b"ÙØ;ݵ\x12Oúï┤¬º#O\x1Ao"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"ý=\x08¾6║N)çêÆ¿├³\x11Ø"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"í•RLD›Nû²Ó\x15uæg\x10Ô"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯ïÊjÝWFì×*JHÉ¡ÉG"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ð\x0F\x1EºÎ€H—²ƒx¹Ë±»²"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"­░h%ðVD3Éf┴@³\x16/~"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"ñ:¤ḴJâ­\fÑ8\x1C܉Õ"
  b"ñ§hưøIQœ\x1FSj\x7Fãx„"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"òVJc> OS¸55ãD‚\x00¹"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"òí›âÓ\x1DO3¥6¤¡üÐ\x00Ü"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó\x19Ø\x14Û$@˜¤nìóÚ\e«¸"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"""
    ô\x1FS\x14ò¶Fh–³‹\n
    ˜½Í\x11
    """
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"ôÑåå—;DQ‚|VòÚtÂY"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"öbk¯™~LÞ’Ø~wðR%|"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"¸h\t\x1DÉ$OÔêãRBR«9ä"
  b"÷®JqÉ\x06Iú³ £\r&Œ‰x"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"°D¢Ýe>N\x1Dì/\x17údièë"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùͦé3,@ø¤ö8ÆÛå‡ð"
  b"""
    ùÙW\x1D?œ@:¹J]Õöý\n
    \v
    """
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"·'ûÉ{-B‗ïR┌C┘¸qÉ"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"û,÷ÞÐNE\x7F…ý8œn^KÆ"
  b"ûk\vÂÝ]DZ°mÇ8óø$\x1C"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"¹Á«ãù\x11Eî╣RÉðkx=k"
  b"³\x12ín}#B@á¬e\x12öolÉ"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"ý ylð<JL‡\x19*¤¢tUñ"
  b"²%¯ÖA\vH¹üsTSU±f\x00"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"ýÕZ<Û\x1C@ì«ö\f_ð5\v5"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" [HY´qNL┤©▄ØÓq&-"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"7áõ[Ü4J\x01\x1C~ýTˆƒM"
  b"Â[\x01\x18J\e½\x07\x03‘sÌÆa"
]
85 2.91 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"¡j½âi•G¸#¸lkHÐ×"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"‰Ôd&ÔLDB™=KRJüY¤"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 12.91 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00J;†±\x17@äŠä5\¹®Z@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00_tøO─IÅÖ Ø┐═m[╦"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"\x00Ôа\x14û@­†\v\x02®\x10ƒu^"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02f˜ÕÕ I‡½÷\x10{\x08ôžë"
  b"\x02f²h\x1AÿI\x7Fø.YÖ>ÅËà"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02Ä\x0F,ïÉN6„^®#Ð&0’"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03(Åù‗2@ì¬╬*¯ÚÅåÄ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x03–µÛV?A/½^ÁårT}^"
  b"\x04H‹Ï\x0EèO[„c:\x1AùE€\x06"
  b"\x04f_¹g»Mž­\x15Û\Üþn‰"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04ˆE\r•‹Cã¡Ü"Õ\x18$ðR"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x06\x1EÿI~+OõÖÉsé│>▀2"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07x\x7F`óŒD%¯Ž‹[™É\x16\x13"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07›ô\vÑ[D¤€e‡¹E\x0E\x10œ"
  b"\x07Á=û!oM±üR<}·iº¬"
  b"\x07█<8räJsÅÖ\tJ3,ª┐"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08G hh7Nú´Üd\x10+†Î¦"
  b"\x08Vì£höOc‰®\x1A·¾~¢\x0F"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    ]”vÚ™Bصøk™ñX+8
    """
  b"\n†©dö\x12A4ª\x7FZu§*M\x00"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\vnÐÐ9éB\x07ü.{\x1E§¨J┼"
  b"\vÉS©ÂsM\x15ž§¶ìÀÙû*"
  b"\vé9Z™ÈI"…Nü_j“jt"
  b"""
    \f€ß÷ˆ\n
    AÜ—µKÕž4i¢
    """
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\ró\f0\x19·J\x12©i\x15\x16íú\x03Ê"
  b"\x0E'MÀ╚ªK`ö8¿Ø¹<ô\x13"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x12\x16─ìÙ:AÂúx┤╝¬ æ·"
  b"\x12!â‗·ÁE┬ôD]ìÂÿPÑ"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14,n,{‹@ô¦Êˆ±Û‘ b"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14Š\x063=\x11D\x06¬\x04\x00\x0FÚf(y"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"\x15K r­ß@BŒkã.\x16\x02Ä+"
  b"\x15tk9Ž\vB$³WÏ`;oºú"
  b"\x16.\vÃ|´@\r´3±z¬Á‡C"
  b"\x16:ü³øßNÑ·’æ|\x1A\x13ÚZ"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"\x17£gz\x12þHNµ(jlSè}/"
  b"\x17Ù}ºäJ€¾‘ë\x1F9¼`B"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18\fÄK\x1F÷E{½\e#ªûç¿î"
  b"\x18/@x°‗HeâØ├3ôÿàÝ"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18ÉÏCJàJ\x00¨ˆ•´™\x16<z"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x18óòƒøáG\x10–û\x18^Ë»v\x1D"
  b"\x192~\x1EJ"@kµº®DäXïi"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19îã▓0wCÉ▓─ïYL\x03ʦ"
  b"\x1A\x17Û\x0FÁKOà¤À2º&‡\x1F"
  b"\x1A\x1AÉ`¡*Fÿ»ãUK.║\x07"
  b"\x1A\x1D\x1FGÑJL§¹Âjؘ`Æ‘"
  b"\x1A\x1D\%X\x17J-‘Lo8\x18YÝK"
  b"\x1AuXC‡\x07ODZ\x1E©Q=\x11ð|"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\eA1E<\x03M~šÂ¹\x16rý5>"
  b"\eØöI\x12vOÜçâ▒Îd\x01<f"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1C3¼a¦bNé„-2ò\x04\x02"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1DŒáß ›EK“[#A=ÛSa"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"\x1E6Ïè\x1C\x15EX«qÏdNÉü "
  b"\x1Eêé\rpgEùźaRû╔_Í"
  b"\x1E‗©Ò\x0E┴OSüÇWJy<¼w"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!qì╣MôI\x10ï|QÁO■ÏÂ"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!¥8ÂCkKužÒNØG!Zx"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$^\vÂ>BK*¾>=ÂÀ¿ý²"
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"$ð‹Áú­EʵInöžt{B"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&ËEe"'F}¿².Œë¼N9"
  b"&▀¼½ñÝMÁØ©¡·Å,Lë"
  b"&èý¶ˆŒBû‰ú\x1C~hp”\x02"
  b"'aõf:\x00A‡ªaê\x17\x1D\x14Hv"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(½»*3LNûƒ=PÉô{½B"
  b"(Ù§ºÀ¶C–ˆ7¦¬€*=W"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*@ÕõÕ\x1FD“»$o)­:eb"
  b"*a9¯T¿O‚´ÌpG\x12~-¡"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"+#Z³¥ÂM\x05«\tÕíìÍ ·"
  b"+AñÉ\fxFš%¬ª)Zì_"
  b"+ŽIj}`Bf³Z\x05Ì&\x13I\v"
  b"+¥u¢H0J)«Ã6þ'‘­Í"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"+Þµ\x02ä!B>½X7=Ùé\x07n"
  b",N[þw┴I\x01Ø\x18Wt\x0Eåâº"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",»š!™¥BZ¶^&€èy܉"
  b"\f7¡üMßòÕ0ªp¦ƒÏ"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b".\x11\x14n\x045Mû˜A9°w¼n\x1F"
  b".\x17\x03ØÁrJé”\vt‹g:zâ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"\x00÷¯\nI°±ôbb‹G«\x0F"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"4wüò{‡I¨¯ šŠ\x0Fù7\e"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"5ÅØ\rò9BxÂ^e\x14ı¬tr"
  b"5×ßì–\x01@éžjý[P\x06"
  b"6½k‚\x07AO”³\x13\x16V\x13€_á"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"7”\eÀª%@æƒý\tI¼â¨E"
  b"7ìˆi\x1F\x14B\x05—Ϲ^N©àï"
  b"\x19 _\x14CȉÍÅš\x08s*d"
  b"8Ø?{3\x00AÌ–\v\x02yèÛ="
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"\x11ë°ÎLô¾È\tvÍ—›\x1D"
  b":zùúÆöD; Uš4jx1C"
  b":~KÉô»CÒ–F\x00?؉ùŠ"
  b":Ña\et\x07Aj¤ù˜C½æwÚ"
  b";DðlÌdBá™6è £¾?\x1D"
  b";Z0i¹!B#£Þm–‚³‘o"
  b";g\x04\x12Ï\x1AD8É®x©ª%ã│"
  b";ìâ³ëvH}“e\x1AÙ÷Ï›m"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"""
    <&oñoÆGS”\n
    tHµs,«
    """
  b"<tC\x1A█OLÒü!°î+│ZØ"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b">ÅËes\fAæåæ^Ï_ø\x15ê"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">ßêeÜ\x14A×›7NÆ4ª©\x00"
  b"?\x0EljЕHSŸZæÏ\x03ɼç"
  b"?(j°9ìF*†O¨\nS\x17þ\x00"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?=\x05)ÊKAèŒëo.•Þž÷"
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"\eȾ\eMî…,3†ÈÕ\x19Z"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"\x18SìqD\x08ަËýU«˜‹"
  b"?õ`\x05ËöJü░\x1C\x00╩u\x1AP%"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"Aî_”4AH"œî ƒ\x01\x1F"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B?\e\x0Eš>N–©HFÏ#ç4ß"
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bîâ\x1C\x7F\e@±Š¯‹¾jo4Ë"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"F/$+C<A膚씼Áùs"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"F¹═ƒÄéJÕè;iìĶ-ý"
  b"GrF\x15╝ñNàÅI7┘o9îj"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H╣"I²BAÐì\x12·à\f┘[Þ"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"KVûâQ3E1¢i7Ö¥³—Š"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"L\x18ûÌàÏLÁƒ¶—.F8—C"
  b"L0\t¯8xA³†‚¤,Íñ\x19i"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N\x12Ñ['^Cf«r[6é\fÀô"
  b"N\x18ö*RÖG\rÄØ\x06e╔ÑÈy"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"O'>z×;Hº£Ã\x10ã¶*RÌ"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OÿÞþ/²GÊì\x12½\x10wƒªK"
  b"O×ö<\x17¡F\x1F‡M~\x07Ya…\x15"
  b"P}Yù…DOÍ™ÒØÜ{_ÐF"
  b"P𴫤\x01H¹ºÅy\x16ÔWÃ\x05"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"QßZ£ÞfHU½ŠÝÛ§^¶I"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RVɤ\x04“Fiž'l[«X\x16"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Rþ¬Pž¿Gyž¯ûb\x02¥\x04Ã"
  b"S½®z}.N┤üÉGKÊ╝³ö"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"T,ÎÈ│ÂCQÅ└\x1DÇÃ\x01"
  b"TLû\vI‚EÛ…¡Zñr]¤\x0F"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"Tðw┼úò@Üí\x14ò¬¾ì)È"
  b"UB[§VÇIR—K=âN‹Êè"
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"V—´à\x16ÛG‚š!Ü%…ÉRþ"
  b"V¡ú•xgEU™“zSß^!B"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W4\x15d§xA\x07 \x03KÔÖ@úå"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"X’ØÃ$ÉF\x00ŠY\x07ðx°=O"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Zÿ░\e¦\x0EFØö®─\x01»┌׺"
  b"ZÑÒ\r┤ÙE╚½æ\x04Õß9.ü"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[Ü├àƒAMõÅ┴#%PÆÝÈ"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"""
    \,s\eU\n
    Dâ®ì\x18’>†;Â
    """
  b"\K®AÎ)JõºÄœw³‚<""
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]»ê\v¼eH▀»i┴ü½\x14\t­"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]Ê"Óf E¦¥j­UÈ´–ï"
  b"]Ξßã:L‡ŠÓþ³ÎP¿V"
  b"^çº?>>IÕ╝ü£╣\x04bYO"
  b"^Órb>ŽDþ \x02M•ùÃK”"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"\x12ã¹vEö‡]Œâ\x1C‘é¥"
  b"`╝Ü┴\x149LØ©ı×,>G┬]"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b{™\x1FÈ$N\x0F¼7\x02à\x14®\x03o"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"cE\x16×LnO_ƒÔBG\x19?¨Ý"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"cÓ|eI"Iã“\À¯ý³Ðé"
  b"cıüÇ·\x7FMXê³&DS\x1C/r"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"daÀVGÜDüÆÃ2┴\x11¹S┘"
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"f¦«ñIõE\x19“IMÔ`¸‰4"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"gUjïȹK\x12«L•ƒ€éXY"
  b"hCo╣ÞlDÜüÀÛÖê<NO"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"""
    hx\n
    Ju·O¿“KpÚ8/\x18
    """
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"ihH[êïDtµs(\x12ŽÆ\x0Eö"
  b"i•PMè„OL¸À"zSs\x16«"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"j›±«^–MÄŒ"»\x10ù‹¿u"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kÍg½\e²Me‡þ\x18Õ\x19®\x1CW"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"lZ)\x04(ðM¸«Í\x16$÷Z(ñ"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"\x1AVD╚E^¡EZøÉÜ\x03·"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"lþÔ豃I\v©\x7FsQ6Òäü"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"m/a\x15╗╔Gæ┤░Y\Å\x0F\x1FÃ"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"ná╠·Ç\x13NƒÿÉuiAÃ^t"
  b"""
    n£ƒ`©ˆN†»¥«\x05äN\n
    Û
    """
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o-Å÷z?L©░ô╩âÎ Sª"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oXÎQìRN{åIZ,]aDù"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"o°├u)cDÚØ\x04þ\x01º\x10\x19\x13"
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b"""
    pÞï\x1E\x10ìH]î\x7F╚?┐¡\n
    ½
    """
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"qÔª\x1E7ìE|¤‡\x17v\x14Ò%›"
  b"qï÷ã#\fBX³”?)èsÈC"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rg\vìõ·Cı¬ð+÷vø#½"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"s,XÅØ\x10H\x7FˆÔ€]6Fêr"
  b"s~¯vŒtF6™Ý•\x12™æ\ee"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"tYí¥┼>JÉ┐\vw▓Ç\x14\x7F¾"
  b"t[\x17jÔßLƒ╝VÈü¸\3ß"
  b"uR\x07¨\x05pBË·$5QIiíÂ"
  b"uU@zò‹@¼ž 0àò\x1E~"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u¤fº(TAȧ\²ûd·_é"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"v>\ìT\x15O╚¥Ù╩î-╔xÐ"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"w3.&ûmNž¸½-û6rfÞ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"x?CõÐÔF¥¼ÞªR±\x1F§:"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y"íŒ`ÆEư\ÅìŸõ\x02Ð"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"yÙ×0Þ\x16I·┤ä{]ô>ì\x1C"
  b"yúÔó\voBü„\fð°ø".."
  b"yûtG5CE¥«¬û"¬„|\x1C"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"{\x12A\x00º"Jˆ»cÕi *„?"
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|ʯ(Zw@\x17…¦uè\x1FÔ]D"
  b"}\x06Ù•º,N\v»úAä@Zë\x7F"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"\x7F\x01\x1Eø`HG»¡hÚlÌ÷¤ð"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FŸ!Ìê“Lž¶a“¸×-ÿÙ"
  b"\x7F¯™D|€G†¬\x04Õ{›knÕ"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"""
    ü\x05║!í\n
    D3àÿ)²MzÔ┴
    """
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"ü²ýZÜ×K½¿\e¦\x10\e\x05"
  b"‚Lí½¤ÛK­ªaýQkÆ\x7F\x12"
  b"éüú^^°@LîªZí¿T░½"
  b"éò®\x00\x1DÁBÌü!W[f█·K"
  b"é┤-R@8JØäoK²&┼\ee"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒjË+žF‰ŒBY‚}…#\x19"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"à'T¾¸×O\x1CØ\x1D╔N┬¬Lv"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"àÿØó±ÙO═î┘$/\x17ܵâ"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"‡%¡\x1CèŠJ]‰¥ÏµC¤D@"
  b"ç84ÿ)³@>ô─?\x19\x07müÒ"
  b"çsÔäãõFä£uÅuÝÝÁi"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡Ý\x1E³“<A`¸Á2¶ J“ª"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"‰aÔÇ‘9Aú”k®\x1AšË\x1F¿"
  b"‰‹Æ\x01ŸƒKæˆ<‡‰µE1E"
  b"‰“£J¸¿NÁ¤]쯪¶®w"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"Š;8NÁrFKŒÄ¯Ô‘\x18"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"èÄ▓O\erF:ɤ»\x1DU©w┬"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"èÍ[Û¸¬LZª¥¸\x0F\x07F+ü"
  b"èÏ\x1EâɱGùçk┐\v"qê§"
  b"è▄ÄÉÒïJ´ü█▄╝v«‗æ"
  b"ŠïàiOEKB‚!0&—LuÁ"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"‹LÎ\x12º¯B¦\v\x1AÎcw"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"ïıÏj*o@ÆìÖ/äÒ)ÛÝ"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x18\x1F9Ó½OWª\x1D▓Çàó┤Ý"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Ūü¹Ã╩C╔¥þR\x13s]Ý\x06"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"Æ├┘¹5─MÞÅ¢uì╝\t\x7F*"
  b"’Ôu"ÍUI\x16š²Nüy;¡I"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“Þ\v\x00²¼C\x1E®!Ì\x10ýQ¨\n"
  b"“ç\x08\x00óCID®¥“A¯qF\x12"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"•ë4Æ\x01™Jn™-ÜÜ©rçf"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"ûYF▒Ø4D■ô#at{åð\x03"
  b"""
    ûkD¡\x19\n
    IqÉU└ß+‗B└
    """
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"–ˆ\x1AQÉDC\x14Ž\x04DÁyD\tà"
  b"ûìGäÔ▓B┘ª║%\┐)à\x08"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"–£KžëÜE“˜B›Dåõº~"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"˜\x06ªr\x08ùNC­ÏÙ‚’ö…\x05"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜$K\x07ò4E\x17¶g®¼¯Lht"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š#‚?\x19›Lеt†áðÞ¼±"
  b"""
    šªª:htIOµ\n
    .Ú±–5ì
    """
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"›¥@=<ŽG\eº0—-)´-ì"
  b"""
    ›Ã`Ù"\n
    L¿§”Ù#ÎZ\x15È
    """
  b"œ\x05ÍiÙüD|¤u@æ\x10áL\x13"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"×\x03¦▄&\x1FF*ÇØ8\¾K[Ä"
  b"×\x19¦àp&I\x08ìbnäı\x14│Õ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"×└ç\x1C\x16ÓLËÆÒ1رgäP"
  b"Ÿ[F.ºGOGˆdŠ–M>Íë"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¢eâÖÈ\x10Fž™Ó–‡\x1D4\x18\x06"
  b"¢t+Ð&4Oìœê\x1F\x01•¤—"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£h‡_}SBç§£0rzM\x02\x12"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"¤yu¿âÌEÀ£SÄþ¢¢ü“"
  b"¤–r$ÌTO\r\x07\x1E³Ýö\x7Fw"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥ß\x16FOUCP”|‹aûéZÅ"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"«ê9q\x19(F™ŠÔ`aZ…'—"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"¬IØ0>9N°…þäÍGŽ\x17«"
  b"¬hdÇïnI=»pD|^ô_\"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"­½ª¯²¬Kð…$çiñ.ü\x04"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®RI\x149]L‘‡7§ 4?ðO"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"¯\x05þÕoôHJ‹±*,¬îÃÍ"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"¯½”¥ \x0EJ\x1E™Ûšïš×Üw"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±P\x00ÂПI¡šgëf\x1C¥\fN"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±Åð¡‘'EÊŽŸ®\r»:\x084"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"""
    \x14p╔Å┼Dmâ\n
    ñøÄ┌y┌
    """
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"""
    ³cJ@µÝH\n
    ºR»´\x19ºØ.
    """
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"\tG╚gFBÙÖt╗üüe9Á"
  b"´\vVy[\x08O[‰\x045“’Å}ú"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µnþÿ&ªLé„eö\x1Cª‘§»"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\x1E\x7FÔF¿‹rX\x03/ÜæÈ"
  b"¶0RnjÐE\x06±“Í\x07à˜Û\x10"
  b"¶F´¢»\x1AD`žVêþªÇi}"
  b"·£@s€ÅJ{°Í\x15"Z¢çˆ"
  b"À¿GÀF¦Dÿü,Fj╔k\x11í"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸K®é¸yHáº*Ûea\x7FSg"
  b"¸§ö\x1C\x1D5Kï“m\x15é]uuÈ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºôŒÑDìGy§Àçìn>V¨"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"»:6ŠLé@ѻœI%w+n"
  b"»HŸ[úuJ˰UNêfu~3"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼²\x02\x10wÙOt¤œ4Oæ‹69"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢sG╬‗óLì▓\x05q${f§─"
  b"¢¡g_9─@Éóݺm!■6û"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"Á¯N\x1EáóF8³\x7FsœfÄЮ"
  b"Â\x15Äl×ÅA\x11€Ñj)e#Y¢"
  b"Â͈s\x1C\x02Nܤ\x0EQò¸&<Ù"
  b"Ã\x1Dˆ\f=ªB[ŽT±?A^†\x11"
  b"ÃXã­\x1F7Ayªüîæ1e!“"
  b"ÃÈ\x1E‚¾èH\rº/p=}t\x11"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"Å›¬²líG]ºœ\§î\x19˜7"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"Æ\x10ä—SxMÓ…<ƒ†\f¨f"
  b"ÆQ÷«\x15\x1AN»“zþ\x1DóÓpß"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"ÆçO³QÞE\x08¥_=eÐûµ±"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Çáœ<+§AݰÊ\x1A¯Vs?\x1E"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ÈàÐ*()G»µ±ùŸï¼Ïû"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÉmÜ\x13“’G¦¦§Y›Þê\x0EŠ"
  b"ÉŸ\x1Cçý\tL¦ŸðópS¥Ç×"
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"Éê\x01\x7F#OJ>š‚E\x1Ax}³2"
  b"ÊCH;[\x0FEF¥\tŽ0<)u""
  b"ÊF½ ²MBd‚¶\x03L’\f¨-"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"""
    Êí~e\n
    \fN¥—\x08_QHÅš«
    """
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"˘d¥’GMì‚á\x00ìúlô¡"
  b"Ëö€\x7F¬\x0E@ð½å6Q\x07›ƒÐ"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠░0HâTG\x10í÷╝ÝîY[Ø"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÛ_ËÏ\x07IÍŠ¸§ëH¡Í…"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Ͳ_ëz…@®œ"\x1DÒ\x0E¨Ÿ:"
  b"ÎHô{\x1DHI·ÿ÷Úq%ý§"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"Ï\x0E)HµÏG½µ)—i/nz]"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"Ð9¤¨uJM±¡w;°´Ø‚Ä"
  b"Ðu½l\x0F‚I÷œÇ‹!•wF²"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"ÐÅŸ¿a\vKÊ¥K@a\x0F" {"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"Ðè$¬ì˜B=¬Îļß!ˆ\x16"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ðx\x0Fá\x1C*@■ÿ½Å\x06└5Ø\f"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ѱ³\x05»´M?‹}Ž0®.hß"
  b"Ò\x16Ð\eG K­¦(\vô‰ƒÌï"
  b"ÒWXà×TN\x08•ëó¿­*Œí"
  b"ÊZðñd\x18NP│âØ-åpƒ\x16"
  b"Ò‹–\x14€Ò@2µê–\x15\x1AZ/B"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ó"î¦G1L‚‘¹˜lë1P\x1F"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"È+´ÒºçHZ▒û^Óüúü"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ı"ô:Ï░O_ä╗ù_üU­$"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÓØ§„÷L-£g-\x07ÇíIe"
  b"Õû\x05Ÿ€¾HK¤B'øá0´Æ"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"×¹:\x13È(J}´\tØ#\x10ƒq\x05"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"ÙõÑ=ZÝH\x0E¥™³¯Ž>x‹"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"Ú^`ÑJZ@}‹Ï¶¤u|\x1Eu"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"Úß¹Ä5&Gƾ»Oë\x01C6~"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"Ý¡\x11an=Aí€æ{\x05ѱ L"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"Þ‘\x01Å\x1DROj¢\x1C¥\x17QùSß"
  b"Þ§îÁ![G_Œ#FòP–.E"
  b"ÌÛ═ÁxÉCìÑEÒ\x07×£n═"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à’ºdq-ICƒ\x15¦¸÷õ,."
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"""
    á„å¢päMÅŠùç\n
    Üȇˆ
    """
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"â\x198¿×ÇB¶°)ûÅìÀÍ<"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã\x19¥Ê\x10vHê‚AÀÛ4ð‰("
  b"ã\eؽ…ßGF‰ZHt°UÉD"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"õü'èÑ\x13JR┤ü\x15]áÙ}\t"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å3M\x1FSµBG’¤ö\x1D£5”Q"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"æ:ÜtùqB·˜×N\x02òk\®"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"""
    ê\n
    ndêYLn®B`lÊR6p
    """
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë\x17š½\x02‚H‹¼£™ä\x15ëµ>"
  b"ÙØ;ݵ\x12Oúï┤¬º#O\x1Ao"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"ý=\x08¾6║N)çêÆ¿├³\x11Ø"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"í•RLD›Nû²Ó\x15uæg\x10Ô"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯ïÊjÝWFì×*JHÉ¡ÉG"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ð\x0F\x1EºÎ€H—²ƒx¹Ë±»²"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"­░h%ðVD3Éf┴@³\x16/~"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"ñ:¤ḴJâ­\fÑ8\x1C܉Õ"
  b"ñ§hưøIQœ\x1FSj\x7Fãx„"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"òVJc> OS¸55ãD‚\x00¹"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"òí›âÓ\x1DO3¥6¤¡üÐ\x00Ü"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó\x19Ø\x14Û$@˜¤nìóÚ\e«¸"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"""
    ô\x1FS\x14ò¶Fh–³‹\n
    ˜½Í\x11
    """
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"ôÑåå—;DQ‚|VòÚtÂY"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"öbk¯™~LÞ’Ø~wðR%|"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"¸h\t\x1DÉ$OÔêãRBR«9ä"
  b"÷®JqÉ\x06Iú³ £\r&Œ‰x"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"°D¢Ýe>N\x1Dì/\x17údièë"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùͦé3,@ø¤ö8ÆÛå‡ð"
  b"""
    ùÙW\x1D?œ@:¹J]Õöý\n
    \v
    """
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"·'ûÉ{-B‗ïR┌C┘¸qÉ"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"û,÷ÞÐNE\x7F…ý8œn^KÆ"
  b"ûk\vÂÝ]DZ°mÇ8óø$\x1C"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"¹Á«ãù\x11Eî╣RÉðkx=k"
  b"³\x12ín}#B@á¬e\x12öolÉ"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"ý ylð<JL‡\x19*¤¢tUñ"
  b"²%¯ÖA\vH¹üsTSU±f\x00"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"ýÕZ<Û\x1C@ì«ö\f_ð5\v5"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" [HY´qNL┤©▄ØÓq&-"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"7áõ[Ü4J\x01\x1C~ýTˆƒM"
  b"Â[\x01\x18J\e½\x07\x03‘sÌÆa"
]
87 0.39 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
88 0.26 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
89 0.26 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/ersatzteilfinder/tc-85-17-14-2016-modelcode-F2001P8"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.32 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
91 0.18 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.15 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.20 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.22 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.15 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.20 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.39 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.32 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.16 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.52 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.23 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
103 0.20 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.69 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.58 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 0.65 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 0.92 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.55 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
110 0.51 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.56 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 46.07 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/019fd61188597109b4eae657cf2de774"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/70e88b1e108d485d8c7fc83fbfad0aab"
  "/detail/c9df106626844c3fac2d8d85561ee363"
  "/detail/ccdb5fcbcf0749cd8ab8a7eb48a1cd85"
  "/detail/63d58180fa7f4d5888fc2644531c2f72"
  "/detail/40f140d4b34c4cb9bb712059869ebb52"
  "/detail/2c4e5be777c149019d1857740e8683a7"
  "/detail/a47975bfe2cc45c0a353c4fea2a2fc93"
  "/detail/2bc57a2510f74553bef566fa7e9abc10"
  "/detail/b61e54f37fd446bf8b7258032fdce6c8"
  "/detail/7459a1bec53e4a90bf0b77b280147ff3"
  "/detail/8bd5d86a2a6f40928d992f84e329eaed"
  "/detail/f00f1ebace804897b28378b9cbb1bbb2"
  "/detail/c3c81e82bee8480dba2f703d7d741194"
  "/detail/fb6b0bc2dd5d445ab06dc738f3f8241c"
  "/detail/968d4784e2b242d9a6ba255cbf298508"
  "/detail/e184e5a270e44dc58af9e70adcc88788"
  "/detail/9ba5403d3c8e471bba30972d29b42dec"
  "/detail/69102cf6eb4c475983b3675e48e38996"
  "/detail/a6e8699e6e5e44f090af7399af9929c7"
  "/detail/8aefe0694f454b4282213026974c75c1"
  "/detail/07db3c3872844a738f99094a332ca6bf"
  "/detail/e319a5ca107648ea8241c0db34f08928"
  "/detail/f844bded653e4e1d8d2f17a364698a89"
  "/detail/966b44ad190a49719055c0e12bf242c0"
  "/detail/c6e74fb351de4508a55f3d65d0fbb5b1"
  "/detail/92d47522cd5549169ab24efc793ba149"
  "/detail/2e1703d8c1724ae9940b748b673a7ae2"
  "/detail/33ddbcbc8ba94d46a71d2cd9a8aae2d2"
  "/detail/47724615bca44e858f4937d96f398c6a"
  "/detail/3b5a3069b9214223a3de6d9682b3916f"
  "/detail/5daf880bac6548dfaf69c181ab1409f0"
  "/detail/d322eea647314c8291b9986ceb31501f"
  "/detail/7afc75136947462c8b65520df456da92"
  "/detail/babfb1603cfd4a86a1e186a18fc85a90"
  "/detail/3d666263623b4a229c0117424868b7cd"
  "/detail/448ec07ccb5847468944c7407cc2edb3"
  "/detail/f457c6c3adee40e1a2751a7feda982d4"
  "/detail/d075bd6c0f8249f79cc78b21957746b2"
  "/detail/d0e824acec98423daccec4bcdf218816"
  "/detail/ae524914395d4c918737a7a0343ff04f"
  "/detail/061e98497e2b4fe499907382b33edf32"
  "/detail/2ba575a248304a29abc336fe2791adcd"
  "/detail/fa9198d8f47b4fa3ad468a3628fe9009"
  "/detail/118bcda450a541b884ef1e4b04c1d735"
  "/detail/b40947c8674642eb9974bb81816539b5"
  "/detail/81f4ebcc27e64c109b538604bfa82681"
  "/detail/4f19cd13cfb4473ea37629e4685513de"
  "/detail/bcc6fb924e354352a7c6cbb30ddceb92"
  "/detail/052388e521924be5b516a16753a405e8"
  "/detail/07002a8c74f74f0bb5ed85d8a59e875b"
  "/detail/646611b105cd4f58a2ca652c91df2975"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/cdb25feb7a8540ae9c221dd20ea89f3a"
  "/detail/ef703aaeb7d742ac8dd7660634531135"
  "/detail/28d9a7bac0b643968837a6ac802a3d57"
  "/detail/0488450d958b43e3a1dc22d51824f052"
  "/detail/fdc5c63b921e4de49e79d66cba61a87f"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/fcc702a4c921415ab52281e3a9d24da0"
  "/detail/1aee9e1061a447aca5e7d5bf626f7184"
  "/detail/a339938ee1a14087b010804547e59490"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/92199a0b5f05435f8baad258fbbc38fc"
  "/detail/0275e2cfd1a7440fb3d536923d9aa016"
  "/detail/1e30647cfcd649b0a5ac040cb613116f"
  "/detail/a53b7de72acc4313ad9752fa223aaddf"
  "/detail/b842e53bd9334206acec3cb3f9dea93c"
  "/detail/1ba80ee4d019453ba2aa88f20a2954b1"
  "/detail/755207a8057042cbb72435514969edc2"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/026698d5d5204987bdf7107b08f49eeb"
  "/detail/58bc9d8729074ef98236767dadec3d34"
  "/detail/a3b25fd1f93d40fa962fd9d1b9d76c21"
  "/detail/836ac38b2b9e46898c4259827d852319"
  "/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f"
  "/detail/4cf3110f95554c83b0823082a648bea1"
  "/detail/8bdda3a3e5cf4a79b865e33743f707f4"
  "/detail/e0ba5b8adb54422faf744446abfaf851"
  "/detail/c96ddc13939247a6a6a7599bdeea0e8a"
  "/detail/3c266ff16fc64753940a7448b5732cab"
  "/detail/c358e3ad1f374179aafceee631652193"
  "/detail/0856eca368f64f6389ae1ab7be7ea20f"
  "/detail/26e8fdb6888c42fb89fa1c7e68709402"
  "/detail/c610e49753784dd3853cc283860ca866"
  "/detail/5256c9a4049346699e276c5bab581694"
  "/detail/7d06d995ba2c4e0bbbfa41e4405aeb7f"
  "/detail/da714ebb8cb54bf79277a88ef1cfaf9e"
  "/detail/04488bcf0ee84f5b84633a1af9458006"
  "/detail/1c33bc61a6624ee9842d32f20470b202"
  "/detail/fbb5aec69711458cb95290d06b783d6b"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/435d7c4b13af42c8999958951856c04c"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/1216c48deb3a41b6a378b4bcaaff91fa"
  "/detail/5f7dd71082de4ff1825a3e4fc530b61b"
  "/detail/3f286ab039ec462a864fa80a5317fe00"
  "/detail/9ec0871c16e04cd392e3319df1678450"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/bb489f5bfa754acbb0554eea66757e33"
  "/detail/6d0770084b0d42228a102325315ecdf9"
  "/detail/49053590add249928b1ff6f19880a0fa"
  "/detail/31bac12558f6468a852d1f88d1bd4c5a"
  "/detail/a69f598f4d034f5b88e990f23c62d3c4"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/56600e14bb724c38a3bb5b578bd210d7"
  "/detail/0b4240de68a5461fac990789bf37f906"
  "/detail/b42e4caf74fc401bb34fa521e26d974f"
  "/detail/9682ba01b1264647b8bc5e29f23fe6d9"
  "/detail/c651f7ab151a4ebb937afe1df3d370df"
  "/detail/fda2d703c86c4f13be5989653ab34b85"
  "/detail/887fab7884184b97b32f3b5bfb02ae32"
  "/detail/dcbce2570bcd427e9b15d60beb70c206"
  "/detail/8fa681fbc7ca43c9bee75213735ded06"
  "/detail/51befd76b9c94c9c9b5455811d68c50c"
  "/detail/4b66f4b8c35e4511ac59ff47bc797207"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/f6b6ae70827e4462ab0cccda2205d0ce"
  "/detail/6ff8c375296344e99d04e701a7101913"
  "/detail/a3c52de62b3b41b1819f8c35d9df9230"
  "/detail/caed7e650a0c4ea597085f5148c59aab"
  "/detail/9e19dd85702649088d626e84d514b3e5"
  "/detail/6d2f6115bbc94791b4b0595c8f0f1fc7"
  "/detail/0e274db7c8a64b609438a89dfb3c9313"
  "/detail/961377cae203486fae11c811ae5e653d"
  "/detail/1a1d5c2558174a2d914c6f381859dd4b"
  "/detail/23de107cde304a00b8bedbc0a43fb2fe"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/8b4cce12baaf42c2a60b5ec61ace6377"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/f2564a633ea04f53b83535e3448200b9"
  "/detail/005f749b4fc4498f99ff9dbfcd6d5bcb"
  "/detail/3ad1611b7407416aa4f99843bde677da"
  "/detail/5bf95e9020ee4c2da987f042b175ec3e"
  "/detail/24904906bd1a42ada568eca68e88b2fa"
  "/detail/148a06333d114406ac04000fda662879"
  "/detail/68780a4a75b74fbf934b70da382f188b"
  "/detail/bf0d5734973d47f3bb7c62e07bd40312"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/4570100a52c74fb0b920361946661659"
  "/detail/aabb8894758a4b358d03091b4da6584c"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/592a4f45ec414e9dbab8a7b0386890e2"
  "/detail/3907687775984183ade7ecd46514a195"
  "/detail/cfb9d4791c9845678f9c5f02d2d9b25a"
  "/detail/d0da6029bd214579af8fb869a1a770e3"
  "/detail/8f181f39e0ab4f57a61db28085a2b4ed"
  "/detail/07b53d96216f4df181523c7dfa69a7aa"
  "/detail/7faf99447c804786ac04d57b9b6b6ed5"
  "/detail/f4d1e5e5973b4451827c56f2da74c259"
  "/detail/4e18942a5299470d8e9d0665c9a5d479"
  "/detail/19327e1e4a22406bb5baae44e458ef69"
  "/detail/72670b8de4fa43d5aad02bf6769b23ab"
  "/detail/852754f3f79e4f1c9d1dc94ec2aa4c76"
  "/detail/2a087b679bf241e3aaab6c1d75de3d3c"
  "/detail/a7a2cee7686e44f8af05c8d4b6b4e41e"
  "/detail/24d9120322e047eda0a14734e978e78e"
  "/detail/63d376e860cf45f1a2c60e08c43ccfb8"
  "/detail/824cedbda4db4badaa61fd516bc67f12"
  "/detail/f4b5cd7cd0ab4677803f542fdf2f2244"
  "/detail/d0a545a4b3564e5d8aaf40a64147e12f"
  "/detail/162e0bc37cb4400db433b17aacc18743"
  "/detail/39e611ebb0ce4cf4bec80976cd979b1d"
  "/detail/c8e0d02a282947bbb5b1f99fefbccffb"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/c67f15b367f845a890258d2dc1e25de5"
  "/detail/d522933ad8b04f5f84bb975f8155f024"
  "/detail/5c03eb1dc4c44395918697871b76824e"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/04665fb967bb4d9ead15db5cdcfe6e89"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/3bece2b3eb76487d93651ad9f7cf9b6d"
  "/detail/2357d495879b4d7d99bf70dd74bae9e2"
  "/detail/0396b5db563f412fbd5ec1e572547d5e"
  "/detail/3c88100840c8423cbad294391bd92a93"
  "/detail/f7ae4a71c90649fab320a30d268c8978"
  "/detail/783f43f5d0d446a5bcdeaa52b11fa73a"
  "/detail/93de0b00b2bc431eae21cc10fd51a80a"
  "/detail/ae9bb79ec42a4ba480fcbb2dd0544a7a"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/0df30c3019b74a12a9691516edfa03ca"
  "/detail/18f3f283f8e1471096fb185ecbbb761d"
  "/detail/d1780fa01c2a40fe98ab8f06c0359d0c"
  "/detail/8281a35e5ef8404c8ca65aa1a854b0ab"
  "/detail/56507da48a64402aad79a1156d409be7"
  "/detail/31ed4b1a07834fcfad0a531c15837827"
  "/detail/71eff7e3230c4258b3943f29e873c843"
  "/detail/1325a1f69a14485d9a5553fb6f5a13fa"
  "/detail/21718db94d9349108b7c51b54ffed8b6"
  "/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0"
  "/detail/80f726953def42caab298d541ba142e4"
  "/detail/8fecf669e0f64cc9a65159b1808fb1f7"
  "/detail/8b2d191adbc8495aac0a0fda910336a1"
  "/detail/deeacdb57890438da545e3079e9c6ecd"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/5dce9edfe33a4c878ad3feb3ce50bf56"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/7e5054511a654d309311316152d7d8c7"
  "/detail/9340b87922cf4fe49aa107ec4fe56cc5"
  "/detail/8a3b384ec172464b8cc4afd491185cd4"
  "/detail/634516d74c6e4f5f83d44247193fa8dd"
  "/detail/1338a197b0d4419c8c67e229b856e7ec"
  "/detail/da5c188619c94a1a9e58024953f4ee37"
  "/detail/2df2a8bacbe24e83b3e1ceecfa8cf947"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/4179506a797e4a7eb4e5cde8d2ca1b6e"
  "/detail/d8fe451bf5944fe9b5c195663d1560a6"
  "/detail/fae9bce645f04d1da74699f2f9137229"
  "/detail/aaf7d41027a2445a88399822f9340cb2"
  "/detail/6453442412c0404e9f510653844d6f49"
  "/detail/6b0aaa5c30944c05ac03d4d7b13fed5f"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/5697b4e016db47829a21dc2585c952fe"
  "/detail/b646b4a2bb1a44609e56eafeaac7697d"
  "/detail/d1b1b305bbb44d3f8b7d8e30ae2e68df"
  "/detail/2cd40c37ad814de195e530a670dd9fd8"
  "/detail/fd25ee99410b48fb8173545355f16600"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/a2742bd026344fec9cea1f970195a497"
  "/detail/54d077c5a395409aa11495aaf38d29d4"
  "/detail/d5d3d8a784f74c2da3672d07c7ed4965"
  "/detail/53e9a4a0c7a9468396d67475312984f7"
  "/detail/ac6864c7ef6e493dbb70447c5ef45f5c"
  "/detail/6c5a290428f04db8abcd1624f75a28f1"
  "/detail/e954039c82de4243a515030f9e904857"
  "/detail/974e820acdd342f2bd482e531821d6d2"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/ab8775d01f5949539dea74ca9a4a3e9a"
  "/detail/d7380a9a4f3b49ff8351cec5c4f3a5e4"
  "/detail/3b670412d81a443890a978b8a625c6b3"
  "/detail/96881a51c94443148e0444c1794409e0"
  "/detail/a265e2d6c810469e99d396871d341806"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/d87909fe7d604c139579f2f72c2fd375"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/7c86c5d847f44081a2c7f8bb5ead22bc"
  "/detail/d28b961480d24032b5ea96151a5a2f42"
  "/detail/965946b19d3444fe932361747b86d003"
  "/detail/2fb800f7af0a49b0b1f462628b47ab0f"
  "/detail/5c2c731b550a44e2aeec18923e863bc2"
  "/detail/7f9f21ccea934c9eb66193b8d72dffd9"
  "/detail/9e03dddc261f462a809d385cf34b5b8e"
  "/detail/0847206868374efab4dc64102b86cea6"
  "/detail/cf0e2948b5cf47bdb52997692f6e7a5d"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/4c18fbcce0cf4cc183b6972e46389743"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/3edfea65dc1441d79b374ec634aaa900"
  "/detail/544cfb0b498245db85a15af1725da40f"
  "/detail/03288f97f232408daace2aeee98f868e"
  "/detail/2b235ab3a5c24d05ab09d5edeccd20b7"
  "/detail/fdd55a3cdb1c40ecabf60c5ff0350b35"
  "/detail/5aa5e30db4eb45c8ab9104e5e1392e81"
  "/detail/79fb7447354345a5abacfb22ac847c1c"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/adbdaaafb2ac4bf08524e769f12efc04"
  "/detail/358f9d0d95394278b65e6514d5aa7472"
  "/detail/e63adc74f97142b798d74e02f26b5cae"
  "/detail/b84baee9b87948e1ba2adb65617f5367"
  "/detail/f768091d90244fe288c6524252ae3984"
  "/detail/7b124100ba224a88bb63d569202a843f"
  "/detail/245e0bc23e424b2abe3e3dc2c0bffdb2"
  "/detail/2b41f1c90c7846c29a25acaa295aec5f"
  "/detail/f1a768c6b0f849519c1f536a7fe37884"
  "/detail/ed95524c449b4efbb2d31575e66710d4"
  "/detail/37ec88691f14420597cfb95e4ea9e0ef"
  "/detail/507d59f985444fcd99d2d8dc7b5fd046"
  "/detail/6ea0ccfa80134e9f9890756941c75e74"
  "/detail/1b9d944912764f9a8783b1d764013c66"
  "/detail/7555407af28b40bc9e2030e0c3b21e7e"
  "/detail/ce48f47b1d4849c2b7fff7da7125fda7"
  "/detail/81fdec5a9a9e4baba81bdd101b349305"
  "/detail/d42befe3a787485ab1965ee081a3c7ac"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/e31bd8bd85df4746895a4874b055c944"
  "/detail/00d4d0b014fb40ad860b02ae1083755e"
  "/detail/c18f79f769c146d5bc1822f1c8a2a998"
  "/detail/0a02e5fe097d43ec8736119f01b68776"
  "/detail/a564df702edc437f8b2e30452c1bd0fc"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/b1c5f0a1912745ca8e9fae0dbb3a0834"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/85c980ada17a46b68e810afbbada8659"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/c46d0d6318e14d67967aaac0a2f0873c"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/1b4131453c034d7e9ac2b91672fd353e"
  "/detail/8180a9afecda4cc59134e6a5278beda0"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/ee56b117ca1d45d5aa1e74c5a31c88a8"
  "/detail/95eb34c601994a6e992ddcdca972e766"
  "/detail/2a40d5f5d51f4493bb246f29ad3a6562"
  "/detail/56a1fa957867455599937a53df5e2142"
  "/detail/8ba007392e584243aca6846dc71bb165"
  "/detail/e5334d1f53b5424792a4f61da3359451"
  "/detail/6461b756479a448192c732c111fb53d9"
  "/detail/52feac509ebf47799eaffb6202a504c3"
  "/detail/9c05cd69d9fc447ca47540e610e14c13"
  "/detail/18c9cf434ae04a00a88895b499163c7a"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/732c58c5d810487f88d4805d3646ea72"
  "/detail/004a3b86b11740e48ae4355cb9ae5a40"
  "/detail/5dca22d366a045a6a56aad55c8b496ef"
  "/detail/c87fb19937ce4ed099d4c3be35adbd82"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/641dccfe19a349879b585a39213398b5"
  "/detail/c49dab2756154febb2b0c8c71f381241"
  "/detail/92c3d9fb35c44de88fbd758dbc097f2a"
  "/detail/b839ef950b774d9aba7858a4ab671ba5"
  "/detail/6c851a5644c8455ead455a9b909a03fa"
  "/detail/26dfacaba4ed4db59db8adfa8f2c4c89"
  "/detail/e21938bfd7c742b6b029fbc5ecc0cd3c"
  "/detail/5892d8c324c946008a5907f078b03d4f"
  "/detail/5ed372623e8e44fea0024d95f9c34b94"
  "/detail/c215c46cd7c5411180d16a29652359a2"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/eb179abd0282488bbca399e415ebb53e"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/9b7807ea02e44cc7a361d4904be33486"
  "/detail/f5ca12f476694deea6f3896700840a10"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/83e8d52c3b33450894ff7e57e8339d15"
  "/detail/509ab4aba40148b9bac57916d457c305"
  "/detail/d0c59fbf610b4bcaa54b40610f22a07b"
  "/detail/142c6e2c7b8b40f4a6ca88b1db912062"
  "/detail/da5e60d14a5a407d8bcfb6a4757c1e75"
  "/detail/4f98e8e72ffd47d28d12ab10779fa64b"
  "/detail/ec3d08f336ba4e29878892a8c3fc119d"
  "/detail/c2cd88731c024edca40e51f2b8263cd9"
  "/detail/d216d01b47204bada6280bf48983ccef"
  "/detail/f41f5314f2b6466896b38b0a98bdcd11"
  "/detail/542cd7d4b3b643518fc01d80c7017bf7"
  "/detail/d25ad0a464184e50b3839d2d86709f16"
  "/detail/67556aefc8b94b12ab4c958380e95859"
  "/detail/ebc2c9c1cd36485e931b74457ff137b7"
  "/detail/058907348d8d410ebd3e4bb59fcf9b79"
  "/detail/02c40f2cefc94e36845eae23d0263092"
  "/detail/71d4aa1e37ec457ca487177614d2259b"
  "/detail/fa2796907b2d42f28b52da43d9f77190"
  "/detail/ca46bda0b24d426482b6034c920ca82d"
  "/detail/de9101c51d524f6aa21ca51751f953df"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/15746b398e0b4224b357cf603b6fbafa"
  "/detail/5fe212e3b97645f6875d8ce21c91e9a5"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/d25758e0d7544e0895ebf3bfad2a8ced"
  "/detail/b40b56795b084f5b8904359392c57dfa"
  "/detail/1e36d88a1c154558ae71d8644e9081ff"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/afbd94a5a00e4a1e99db9aef9ad7dc77"
  "/detail/a5df16464f554350947c8b61fbe95ac5"
  "/detail/423f1b0e9a3e4e96a94846cf23e734df"
  "/detail/8773e284c6e446849c758f75ededb569"
  "/detail/3710488af9b840eca5c51868d3b2180f"
  "/detail/17a3677a12fe484eb5286a6c53e87d2f"
  "/detail/38d83f7b330041cc960b0279c3a8db3d"
  "/detail/154ba072addf40428c6be32e1602c42b"
  "/detail/4fd7f63c17a1461f874d7e0759618515"
  "/detail/7a3118d0030b47a396c48fb0cce58f93"
  "/detail/9806aa7208f94e43adcfd98292f68505"
  "/detail/8a8eb24f1b72463a90cfaf1d55b877c2"
  "/detail/2b8e496a7d604266b35a05cc2613490b"
  "/detail/9bc360d9220a4cbfa794d923ce5a15c8"
  "/detail/e7f9135f0b3d43898cef4befb5f1b750"
  "/detail/117ca2178f694fa7a1a9a63f6e96e886"
  "/detail/80bf7eaf39184c95830a4eee0db3a8f7"
  "/detail/72f4f3b3ca0e4c37832b332a577a6474"
  "/detail/62c43b60f1f24e59be02a262c50e8af2"
  "/detail/6c4bc02d8d7d4995a36c4a6b1beed6a1"
  "/detail/ac0b9374988c4432a76d9c0cd2c4c755"
  "/detail/374a8b121e614557bcbd11ab82f22701"
  "/detail/baf48cd144ec4779a7c0e7ec6e3e56a8"
  "/detail/6ea38360a9884e86bba5ab05e44e0adb"
  "/detail/dadfb9c4352647c6bebb4feb0143367e"
  "/detail/020c3415ea4b40518cf8fbcbbb56e8c5"
  "/detail/68c16d7fb84e4b22bcb83ae2272c3023"
  "/detail/40f497528646419ea7c01cc645fa826f"
  "/detail/f9732598d9cc4e07abfeb608192ef351"
  "/detail/96a34b9eebdc459398429b44e5f5ba7e"
  "/detail/5fc34e4b5d2b4aec8a75cf144e1c163d"
  "/detail/3f821d63b5414d4f93859be718f0f35b"
  "/detail/b21470c98fc5446d830aa49b8eda79da"
  "/detail/63d37c65492249e3935cc0affdb3d0e9"
  "/detail/033942d79122435c8ecc70914e2c987b"
  "/detail/14df7680f8ff4420bb7ce0244f3516ca"
  "/detail/35d7dfec960140e99e6afd5b500661c6"
  "/detail/98244b07f2344517b667aebcaf4c6874"
  "/detail/c31d880c3daa425b8e54b13f415e8611"
  "/detail/0bc953a9c2734d159ea7b6ecc0d9fb2a"
  "/detail/5b9ac3859f414de48fc123255092edd4"
  "/detail/8295a9001db542de8121575b66dbfa4b"
  "/detail/c1af4e1ee1f34638b37f739c66c4d0ae"
  "/detail/763e5c8d54154fc8beebca8c2dc978d1"
  "/detail/f319d814db244098a46eecf3da1babb8"
  "/detail/b0cc36aedfd6482d9b43c70de3194129"
  "/detail/93e70800f3434944aea59341af714612"
  "/detail/0a86a964f6124134aa7f5a75a72a4d00"
  "/detail/90db56d898c6455b993753292107ce4d"
  "/detail/2cbb9a2199a5425ab65e2680e879dc89"
  "/detail/37941bc0aa2540e683fd0949bce2a845"
  "/detail/122183f2fab545c293445d8db69850a5"
  "/detail/fd20796cf03c4a4c87192aa4a27455f1"
  "/detail/79eb9e30e81649fab4847b5d933e8d1c"
  "/detail/4b56fbe251334531a26937d6a5b3978a"
  "/detail/6bfc1158030244d69dbe85610cf72b40"
  "/detail/79e9d5f3f1014e72aa38235a8861780c"
  "/detail/b3773cc6b9cd42988e4887ef618fbc62"
  "/detail/00b7492ae41749aa934e3b5de1ef23a9"
  "/detail/9a23823f199b4c8ab57486e1f0debcb1"
  "/detail/bb25b21ff85d4684803f95b1943c42ec"
  "/detail/5c4bae41ce294af5bac49c77b3823c22"
  "/detail/48b92249fd4241d18d12fa850cd95be8"
  "/detail/f13aa44bccb14ae2ad0cd1381cdc89d5"
  "/detail/e481278aa5134a52b481155da0eb7d09"
  "/detail/bd7347cef2a24c8db20571247b66f5c4"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/737eaf768c74463699dd951299e61b65"
  "/detail/d7b93a13c8284a7db409d82310837105"
  "/detail/f6626baf997e4cde92d87e77f052257c"
  "/detail/2761f5663a004187aa61ea171d144876"
  "/detail/743b3fc7e0aa4e5ab4a22f6c9804238e"
  "/detail/198cc6b230774390b2c48b594c03d2dd"
  "/detail/9831a115e6b74b20976dfd1560421e5b"
  "/detail/f9cda6e9332c40f8a4f638c6dbe587f0"
  "/detail/1e88820d706745978fa7615296c95fd6"
  "/detail/7922ed8c60c645c6b05cc5ec9ff502d0"
  "/detail/6bcd67bd1bb24d6587fe18d519ae1c57"
  "/detail/55425ba756c74952974b3de24e8bcae8"
  "/detail/dda111616e3d41ed80e67b05d1b1a04c"
  "/detail/c9ea017f234f4a3e9a82451a787db332"
  "/detail/dea7eec1215b475f8c2346f250962e45"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/f0b06825d05644339066c140fc162f7e"
  "/detail/c7e19c3c2ba741ddb0ca1aaf56733f1e"
  "/detail/21a538c2436b4b759ed24ed847215a78"
  "/detail/180cc44b1ff7457bbd1b23aafbe7bfee"
  "/detail/7f011ef8604847bba168da6cccf7a4f0"
  "/detail/3f0ec789d09548539f5ae6cf03c9bce7"
  "/detail/3c74431adb4f4ce38121f88c2bb35a9d"
  "/detail/cb9864a592474dec82e100ecfa6cf4a1"
  "/detail/b7a3407380c54a7bb0cd15225aa2e788"
  "/detail/66a6abf149f5451993494dd460b88934"
  "/detail/fc12a16e7d234240a0aa6512946f6c90"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/3477fcf27b8749a8afa09a8a0ff9371b"
  "/detail/b15000c2d09f49a19a67eb661ca50c4e"
  "/detail/bcb2021077d94f74a49c344fe68b3639"
  "/detail/8ad81e8390f14797876bbf0b227188f5"
  "/detail/3e8fd365730c419186915ed85f9b1588"
  "/detail/85989da2f1eb4fcd8cd9242f179ae683"
  "/detail/d9f5d13d5add480ea599b3af8e3e788b"
  "/detail/a368875f7d5342e7a7a330727a4d0212"
  "/detail/3a7e4bc9f4bb43d29646003fd889f98a"
  "/detail/627b991fc8244e0fbc3702e014ae036f"
  "/detail/704f25ee3dc04d9984dca5569d5afd6a"
  "/detail/d039a4a8754a4db1a1773bb0b4d882c4"
  "/detail/0a5d9476da9942d8b5f86b99f1582b38"
  "/detail/8105ba21a10a4433859829fd4d7ae2c1"
  "/detail/c903a61bb757477a84e4d9a0c5c33771"
  "/detail/0918bf136f3943158b3458086a8580e8"
  "/detail/2bdeb502e421423ebd58373dd9e9076e"
  "/detail/7ccaaf285a77401785a675e81fd45d44"
  "/detail/42eee21c7f1b40b18aaf8bbe6a6f34cb"
  "/detail/0be9395a99c84922854efc5f6a936a74"
  "/detail/87dd1eb3933c4160b8c132b6204a93aa"
  "/detail/9679137632584753863dc17b19a2fc85"
  "/detail/46fbcd9f8e824ae58a3b698d8ef42dec"
  "/detail/56c2e382c6b04a4e892c75305c78ed5d"
  "/detail/a4967224cc544f0d80071eb3ddf67f77"
  "/detail/8adc8e90e38b4aef81dbdcbc76aef291"
  "/detail/745b176ae2e14c9fbc56d481f75c33e1"
  "/detail/b3634a40b5dd480aba52bbb419bad82e"
  "/detail/079bf40bd15b44a4806587b9450e109c"
  "/detail/b7a847b746dd4498812c466ac96b11a1"
  "/detail/c99f1ce7fd094ca69ff0f37053a5c7d7"
  "/detail/1a1d1f47d14a4ca7b9c26ad89860c691"
  "/detail/e092ba64712d49438315a6b8f7f52c2e"
  "/detail/4a7baac4265b456a9bddf3da591ec5ce"
  "/detail/ac49d8303e394eb085fee4cd478e17ab"
  "/detail/35451ddf3ec141eb889965f2463cc7bf"
  "/detail/f9d9571d3f9c403ab94a5dd5f6fd0a0b"
  "/detail/912dd39f1b0046e9b100e86afce4ad9f"
  "/detail/bb3a368a4ce940d1bbc5934925772b6e"
  "/detail/1a17db0fc14b4fe0a4c032ba26871f85"
  "/detail/d5fb059f80be484ba44227f8e130b4c6"
  "/detail/77332e26fb6d4e9eb8bd2dfb367266de"
  "/detail/eb9d3bede6124fa38bb4aaa7234f1a6f"
  "/detail/5a98b01bdd0e469d94a9c401afda9ea7"
  "/detail/4c3009af387841b38682a42ccdf11969"
  "/detail/ccb0304883544710a1f6bced8c595b9d"
  "/detail/abea3971192846998ad460615a852797"
  "/detail/4e12d15b275e4366ab725b36e90cc0f4"
  "/detail/b630526e6ad04506b193cd07e098db10"
  "/detail/4f273e7ad73b48baa3c310e3b62a52cc"
  "/detail/51df5aa3de664855bd8adddba75eb649"
  "/detail/6a9bb1ab5e964dc48c22bb10f98bbf75"
  "/detail/ee8bd26aed57468d9e2a4a4890ad9047"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/163afcb3f8df4ed1b792e67c1a13da5a"
  "/detail/68436fb9e86c449a81b7ea99883c4e4f"
  "/detail/af05fed56ff4484a8bb12a2caceec3cd"
  "/detail/898bc6019f834be6883c8789b5453145"
  "/detail/1a75584387074fc7b11ea9513d11f07c"
  "/detail/c59bacb26ced475dba9c5ca7ee199837"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/cbf6807fac0e40f0bde53651079b83d0"
  "/detail/0266fd681a98497f9b2e59993e8fd385"
  "/detail/9f5b462eba474f4788648a964d3ecdeb"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/6cfed4e8b183490ba97f735136d2e4fc"
  "/detail/ea0a6e64ea594c6eae42606cca523670"
  "/detail/41ee5f94344148229ceea0830145ed1f"
  "/detail/1ef2b8e30ec14f538180574a793cac77"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/e59715cfff5944048ce8b35f62c843e5"
  "/detail/ca43483b5b0f4546a5098e303c297522"
  "/detail/3fb81bc8be1b4dee852c3386c8d5195a"
  "/detail/8993a34ab8bf4ec1a45decafaab6ae77"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/6e731b162b3d455e9154054a99d572d1"
  "/detail/3f3d0529ca4b41e88ceb6f2e95de9ef7"
  "/detail/8ad65beaf7aa4c5aa6bef70f07462b81"
  "/detail/07787f60f38c4425af8e8b5b99c91613"
  "/detail/3fe01853ec7144088ea6cbfd55ab988b"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/449941bbdc124da9934aea8639aeb553"
  "/detail/0b6ed1d139824207812e7b1ef5f94ac5"
  "/detail/71bb3952ba2146ee8b260d97c72a14bd"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/696571e2efef43a1bf0e6634566035f3"
  "/detail/165be59a5a984c089ca17e368ca52dd6"
  "/detail/3fe46005d3944a81b01c00ca751a5025"
  "/detail/6968485beaef4474b57328128ec60ef6"
  "/detail/17c3997dbae44a80be91eb1f39bc6042"
  "/detail/182f4078f8f24865839dc333939885ed"
  "/detail/f2ed9be2d31d4f33a536a4a1fcd000dc"
  "/detail/6f2d8ff67a3f4cb8b093ca83d72053a6"
  "/detail/36bd6b8207414f94b313165613805fe1"
  "/detail/60bc9ac114394c9db8d59e2c3e47c25d"
  "/detail/53aba97a7d2e4eb48190474bd2bcfc94"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/37f019a05f1443c889cdc59a08732a64"
  "/detail/8a73bd37b17947b29ab0dea985c56fc1"
  "/detail/1d8ce1df209b454b935b23413ddb5361"
  "/detail/8738349829fc403e93c43f19076d81e3"
  "/detail/b56efeff26aa4ce98465f61caa91a7bb"
  "/detail/8725a11ce88a4a5d89a5cfb543a44440"
  "/detail/2e11146e04354dfb984139b077bc6e1f"
  "/detail/5e87a73f3e3e49e5bc819cb90462594f"
  "/detail/fb2cf7ded04e457f85fd389c6e5e4bc6"
  "/detail/d777e7a1b68d4ae2b1d3d6caeb8f8f0e"
  "/detail/8961d4c7913941fa946bae1a9acb1fbf"
  "/detail/0c80dff7880a41dc97b54bd59e3469a2"
  "/detail/b8a7f61c1d354bef936d15e95d7575c8"
  "/detail/2a6139af54bf4f82b4cc7047127e2da1"
  "/detail/57341564a7784107a0034bd4d640fae5"
  "/detail/6995504de8844f4cb8c0227a537316ab"
  "/detail/ab554b7cb746427280e70ef43f5e3a4b"
  "/detail/1a1a9060ad2a4698afc6554b2eba07f4"
  "/detail/3b44f06ccc6442e19936e8a0a3be3f1d"
  "/detail/26cb45652227467dbfb22e8cebbc4e39"
  "/detail/9aaaaa3a6874494fb50a2edab19635ec"
  "/detail/a31fa1b5f15e4c339a653fa40e7d1b90"
  "/detail/6eb4eb75eb0446d09d8b22cade0ababf"
  "/detail/6f8394b87a1d447ca2d59221198c6689"
  "/detail/2981d274af1a499b9a3d61acd3c4dffb"
  "/detail/d8ce812c667f4c14881887cabb9e727d"
  "/detail/9697343857c24ddd8250e9515ce7ff21"
  "/detail/f09a95b636114509bff44e2c53d6e0ca"
  "/detail/7aec0cf38d9445608fde7d49d627919a"
  "/detail/4e0d39b2433b499f9b6f8bd3c7d98d19"
  "/detail/e2dd0855a86a4c399e1d62fd25c35d2f"
  "/detail/ef539485cc4c45269c7cc2658dd5bea7"
  "/detail/1aea228ca06a48efbff72852aa31d468"
  "/detail/73f4dfac653d4f52aa5423dc6f2607de"
  "/detail/d8a8542b78f6473a99f468fe2b2aec50"
  "/detail/6dae503f926b45e4852b934306d8c1e7"
  "/detail/d7cb1d58d4ce4f699caef498931672da"
  "/detail/e863de4441514e82ba6de7d252dd9335"
  "/detail/944f0fab45f64a6894bcef7c9f2446e4"
  "/detail/1879060a324549198b73970ce12ab792"
  "/detail/9d50bb6c044f4682bdce826e0dd8826f"
  "/detail/95c56b0280ff4398a69aecbc4b4a1bba"
  "/detail/a054ce261d744bcda5c30495fe53f325"
  "/detail/27f0c28d790c4a3f8d901fd988059fc8"
  "/detail/7d30c3b042dd4a53bf0dcd11b6d81ead"
  "/detail/30176c652f9b4833804be55d2e5c491f"
  "/detail/e3247f80a7bf43ebac80f5d159ac0589"
  "/detail/85fad572583746e3b8862d53244884f6"
  "/detail/a2b358b0330a4019b3de9b2e38d11753"
  "/detail/d5be41a8f5a34787a1467a70ddfb7ec9"
  "/detail/802ee6ce0a5b42cebb9c073c410a080c"
  "/detail/a30ab8a9979644639a6c8fa69703b204"
  "/detail/ed7a9a663e0d40219234e240ab47a393"
  "/detail/2a9ae55f011545abb59fa1126a76b0fc"
  "/detail/8337d35896cb43969814dc8f553a6c8d"
  "/detail/13a7bfcb6f394b52999c33ff1f1a01d1"
  "/detail/e8b6fcaf96d144df92383631d23edbbb"
  "/detail/c81e18bb8dca486e9dcd2c30a35bab3c"
  "/detail/073c8acba3ad4178846c925e7b64396f"
  "/detail/bd2f3bd185b44bd89a304655797f6f82"
  "/detail/f103d729273645b0b27bb48cd04b290e"
  "/detail/bfa0f5c7990d47d68fe7896930e02e58"
  "/detail/262d10aa4c5f4d2eb8082ea3371b0108"
  "/detail/80b0b34ba3ad473193b2f9fc45e218f7"
  "/detail/4afedfff42ec404f942d99b202fe2570"
  "/detail/076c79d527be40a9bccfef2e0f3bd78f"
  "/detail/ccce86f4b9cf4642aa9bd0e679c4046a"
  "/detail/0751e34c31cb441494ca9b76e9c11e4a"
  "/detail/879e2c487214457cb3cc606eda47f549"
  "/detail/ee5de617198a4b4392daec9ca66e82de"
  "/detail/9e935f48df944332ad696931ba2cfde4"
  "/detail/2e61c95553e9459b9c48bbb389d1690d"
  "/detail/be8ab8aefa944f648610a373c7d9c612"
  "/detail/42c5fc8a3c1b4b4ab2d307e72214a678"
  "/detail/a4fee06c341740288182d2d765fa10ff"
  "/detail/4c9461aa9f2347cb91dbbf636b319c3f"
  "/detail/cafe3cf58d354cd2bae220e75fc4f7dc"
  "/detail/fa06d411caf649a8a0869210d28b8182"
  "/detail/0479080e315e4d1caf8e7132acfb851b"
  "/detail/ae4a278b077744b7a11825bd1a3b3f39"
  "/detail/e5a73622acfe410180fa08abd5475fa5"
  "/detail/6b7ae37bb6924e0aba23fc8f474bf0d7"
  "/detail/28bdbb2a334c4efb833d50c9f47bbd42"
  "/detail/8d1e147f008d40f5ba902c23610374fc"
  "/detail/4f2d1cf6b75d4f2d9a7c474dddf6336c"
  "/detail/c181bc04ef9a45e88c31bb31addb9391"
  "/detail/ba76cb71d106411aa7ed00f13045a32a"
  "/detail/336a16d53af040e6959716646f66cdb5"
  "/detail/120f6a3158aa4e53a4594d9b2f0dd0fd"
  "/detail/5bc9c81feff54e9c84b24012e453a899"
  "/detail/e86c43c1161a436bb282a062ddb31f4a"
  "/detail/265fecf4922749e4a259df6955c8f308"
  "/detail/2abc85f70b404834a8ba45e9cafc822f"
  "/detail/9d0f05b986ba4f3aa979c5da6488a97d"
  "/detail/7e06e736599b41499239fed0d71cf216"
  "/detail/2777329a51494c43928445847ca12e92"
  "/detail/85766817d6d343aba28635ba7771ee6d"
  "/detail/b29f9da935fa4699ad3fef9ce2786ea0"
  "/detail/e217d5ef6e0845b7a2166682013b03df"
  "/detail/4089bf93662240bf9b3ec0c23a8bc535"
  "/detail/cef00d84d4064a5498678c85bbf6c70d"
  "/detail/79c80aa561d04234ae88637fe16ccf39"
  "/detail/e0e3a72766594ca6a97740e665f961d6"
  "/detail/022141027c3f490ea15bd1bdd64d9d09"
  "/detail/f1e47e9aafbd4e4fae138a9c381cccdd"
  "/detail/a6c902e312a54d22aaf180dc4f381cf6"
  "/detail/8102bfeff8054079a21d170295328a32"
  "/detail/193d4a78cabd4fd2b7d8cee1dc004a67"
  "/detail/334279c235544a1abd52d1c4f4e65e4a"
  "/detail/24f08bc1faad45cab5496ef69e747b42"
  "/detail/21969494721f4a7891ff0ba84d87141e"
  "/detail/f9e62c3ee7be49648c08702f12055d67"
  "/detail/905eb35c7e7f4a26b89c6f3a8afa2771"
  "/detail/b1392737db6e444d8cc9dcedeaf683ac"
  "/detail/d444afa107264e84a72c3acff798882f"
  "/detail/82b42d5240384a9d846f4bfd26c51b65"
  "/detail/d087ee161b9940988f81005687b53198"
  "/detail/269f168510b64c60961201460ad0aacd"
  "/detail/6c28f4d3dace47ffac9b3028a7079335"
  "/detail/f6a6c765198f430da8d08a02f33ce6ff"
  "/detail/d01b58810dc14974a4b3b541f2176a7f"
  "/detail/146d869cc910426bbbd41ecc5185ab59"
  "/detail/7803247cf72044d9a32db52a136e1dcf"
  "/detail/6158fd5d218645aabb65718e9db1ad25"
  "/detail/459fb0289ae34aeab44a1f62570819e6"
  "/detail/f5387f1822944a38954388f7aece2955"
  "/detail/684f7a1f180b45c99c5ede49ba720339"
  "/detail/e0971f6503da4ecab944e2e8f4ac211f"
  "/detail/5c561a6ba57d4ee7804a3d3dd1b96a1b"
  "/detail/5c14bd4352f84255ae542eba0acc0e5d"
  "/detail/764d49f8e36c481ebf908d3a59d16427"
  "/detail/fb79c630d334430ca3e658d584b51bd1"
  "/detail/0dd04b698828488bad12a9deaf7c5fe5"
  "/detail/46815593d7cb4e058be8c35b4775f8af"
  "/detail/33fcf0909c7f498ba1cd4fec3c93755c"
  "/detail/9355f61cd2c348d4839dd4fb4a56ed9d"
  "/detail/f4c112a32b344491b74f59d7a1223e89"
  "/detail/c8ae7f0369464bab97e8cb6998da5a37"
  "/detail/69e92375bb6648e7835771fe8c6c9e9e"
  "/detail/494ed93568fd42dc86a8e0340f0dc570"
  "/detail/8ea5c319badb40bfb1e0f2abe8e1420f"
  "/detail/5be22bf8c34240fda91212d746299fc0"
  "/detail/53c501e2cf41496fa9a42eea47c355af"
  "/detail/9387acb13a7642208f7f6ad8f453e41a"
  "/detail/592c8c118fd34494b2f8a1e7017c4208"
  "/detail/b96f2e122d4b499fb4fd057b03a964ba"
  "/detail/8d4f652702be40be8d5fd550188d0f45"
  "/detail/a7b130d85e434bd1a10003d71bddb203"
  "/detail/25bab9a3bceb40e389ce213312c5c571"
  "/detail/84bb8c3297e044c1a7979cec2fb6b7fb"
  "/detail/dd217d2ec983400bb9cfc4dcfb558bbe"
  "/detail/0b051d02018a44f7ad8ed080e0985401"
  "/detail/80300e7918a0472189f0600f2ccae169"
  "/detail/645ada022b194f3e98a4fb31e35fc4aa"
  "/detail/e0d35da9fc7047d99d1bbbfe73d4d8e3"
  "/detail/b4200c48bf264135af6548adcd0494d2"
  "/detail/ad99762df9084e81b18e9ed398810fc2"
  "/detail/0e8783dfdaae4f498eb9497db6c59dbf"
  "/detail/75a466ba285441c8a75cb2fb64b75fe9"
  "/detail/094a07544704420c81960dd14dc9bc3d"
  "/detail/89c6c77fb98b4ac6919b9de70a9b924c"
  "/detail/462f242b433c41e8869aec94bcc1f973"
  "/detail/a406fb1bd8ef4e0c80d860106d280579"
  "/detail/e77b63d8f8cb44a4878ff27d24ce24bd"
  "/detail/699d5c13465942b9a9e9369633cfac97"
  "/detail/006b0fac78a441d4a2122e88262dc3a4"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/767b10465edf4b1f8be0bb79ab01e2ea"
  "/detail/27aa62943cf048e09bd8093368af4db8"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/c86e86cc17be45ceacac8dbeb716affd"
  "/detail/b8d46f425dda480a94a63288eaf9a67d"
  "/detail/0725bbcdc18043be841f654dfcdca1e5"
  "/detail/2028a3a796ba4650a90862c4055cc2b8"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/b525f8818bb94975bd6d612c4b661597"
  "/detail/b1adedd24a1240fc89c0e548cd042c9f"
  "/detail/917c0dd471714a44a2f46430182d7fd8"
  "/detail/ea4ee62acc4944e68d8e9061d46211aa"
  "/detail/17efbff5803d49b4a767bcf0e90b0019"
  "/detail/2041dc300cd2453f9887cf0c27aa41a1"
  "/detail/2426edb12df4476aa105ee6da57aac54"
  "/detail/b1db8da532fa409db65270ed2fdd7bc1"
  "/detail/396fd0bec6754ad6802751a4953ae4fc"
  "/detail/759717227c7643e1b6f11815a203b3a3"
  "/detail/ff39b738341a4e009b3ea51400377614"
  "/detail/5b9d56b870604ca2acc275329fb15b5e"
  "/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8"
  "/detail/c93ecdea10ee41a9a587aeb88f1b08f3"
  "/detail/c85a3558dd2d405ca0f4491a6b52614f"
  "/detail/cca727003ff54c9395af451195e7279a"
  "/detail/4ceb08eb683e48b8bffd988441cbe0cf"
  "/detail/7d8c5ffbfed14cb287d963f77257f14e"
  "/detail/3f30f29a06154c5484cf504113b9fc5e"
  "/detail/bafd7da5004440e8b75178b8111b1997"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/83b0325614f34545935e328749624138"
  "/detail/7bc6e268b4984369ad86b528d6a919b9"
  "/detail/9459332a94f14db28a93466a607cd029"
  "/detail/cb28d1924d864d0e8f76280f83a6754f"
  "/detail/8cb0eb0eada24635905cec8d3f1d71f3"
  "/detail/11ca2dab98df4ecb9b9e6eff747fea10"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/4987134c36be4a2ba051d2c6fbf5bfed"
  "/detail/6cec4def5512442dbe7f8ebc169b99af"
  "/detail/a86de63a08b04fb0ab63e1fd0055d23b"
  "/detail/b06e1b7bb9814476976c4351ce7f42b1"
  "/detail/123872dbcf1345f2a1b38ff1b6e1d709"
  "/detail/01db2418ea7941c5923de1dc12c39645"
  "/detail/327337d82cff477a8b2969ed8c94191a"
  "/detail/a3ed2e2204f14a108ecc492364caf355"
  "/detail/299df76406224633b1554f17b7c29774"
  "/detail/90c5ede0b2e94251b2824da55f903453"
  "/detail/078adb73e433402cac1d0fb79e5bf8c7"
  "/detail/263e50a70f62437999c52bfaf4d12048"
  "/detail/98099977618846fe80e141669a36d6d5"
  "/detail/d921ee213d44441dbf25538cff506fbd"
  "/detail/ad954713d8574b38afa2398c7bd66c0f"
  "/detail/7260ba2b578748acb6faea9122190ba0"
  "/detail/195e796badf14ec58f9fb64787588efe"
  "/detail/2ca04abcb39d45f4ba3679c5d31987ca"
  "/detail/221fa49d612549f08f09aa9e3b90ac20"
  "/detail/bba2a0852978402295f1c7e10d5e4803"
  "/detail/cf5e6d5586a54dc4aa912896d745d722"
  "/detail/46e6a1dedb50427e99ab637c736ed176"
  "/detail/8d2cfdd4a5f54b59902a11851d033e54"
  "/detail/8c83d48fd4bc42dea428f0566b1c1159"
  "/detail/f2406efe382e4f49937e837fe25bf33c"
  "/detail/0c888f16942345a4950fa5fe43bb8185"
  "/detail/05156b693e6b4a69be607897cd9c09ac"
  "/detail/b570f0f14af04dd59e3472b4200c921a"
  "/detail/b32ec1dc6cc74dce82575018d41b6810"
  "/detail/d83a3e11d54643b3bd70857e7153aebe"
  "/detail/f3c11cfd48fc454bb7f0f46d9bce33f5"
  "/detail/2e2027321b61404abeef63f27c02c8e5"
  "/detail/e070c6060a1d492ab557cd300df10a68"
  "/detail/93be2db9ab73440c9f44d4dff869b6db"
  "/detail/87e8a336732741ccbb5767709f69448f"
  "/detail/00f0b091171b4395b97fd73abd185cd6"
  "/detail/c7aaaff3e1d24bdaad4e5aca59c2240a"
  "/detail/02e134ae0eb64719b5cf4547e75dc4d5"
  "/detail/86b09d0370804db68daa0543c75500df"
  "/detail/7c91b0bfa1934d46ab3fd2fc66867555"
  "/detail/ef094217b79440c29fb54a57d569967c"
  "/detail/18f087ba32b6407bbacba7c1f5b7259c"
  "/detail/4a3774215af3449697142dd4e3b95f98"
  "/detail/c0222e973c85450798be8850ee5351fa"
  "/detail/f9f005a3a5ef4e34a411be5f9d070933"
  "/detail/410118c8e60b4a46bfa7a81479a0958a"
  "/detail/f9c009dee7ce44729d8205eb983c4f7c"
  "/detail/ff5b4859ef714e4cb4b8dc9de071262d"
  "/detail/73e8e9f85d4c493db672f16c3c916593"
  "/detail/c87d34d5c4d748f28da1ab6a1af3dbdb"
  "/detail/c7294d6120274510ae2b844c7b40ad0a"
  "/detail/36d3c708be254c8d80ec77dd7339bffb"
  "/detail/0cdfc35f743a466c859266ba97e366c3"
  "/detail/778293e4a68d44719a6e09a9fbfd9a8a"
  "/detail/1248e272b4b9476582be4d4c910a72bc"
  "/detail/b995ee0acd5b42e4919356469a44f07c"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/04e2d9b50b024ee1aa1d7dc56a5ddc4c"
  "/detail/0b11c6b3f6c24ecf9b7ff0dac8d69723"
  "/detail/a4b08d7e53494823b9db9aad286338c4"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/bc2a9569ec804d2b9cfe477d56d22707"
  "/detail/3c823c1a270a468b8070b06ea36f87a0"
  "/detail/7b99194bfe6e421b8d0aa89b27a01a12"
  "/detail/426027ae9aa245ee8f136ed2ec8b4bd4"
  "/detail/f4738aba146e4c76afe08df67977ae26"
  "/detail/71631defdba54ecbb561ff9317951627"
  "/detail/842d9707ef1343c2a7959e67a22b6b39"
  "/detail/cf7d8177327b42aea09859034a7166aa"
  "/detail/3c084def220d493caf032aa1931bc1d1"
  "/detail/f80bdad559714609a111da9f3b13ea9d"
  "/detail/1d02727f23b346df923936e0db86c754"
  "/detail/8a6708afc5644b41b574817639939a1c"
  "/detail/be9981c98eaa407da40960ac1d2bdbd2"
  "/detail/3961e4d4b5694f32a71c9f545e1463d7"
  "/detail/d2ab28ab385047c1a04856fde35c6c0d"
  "/detail/e7575d54c9fe443f98c5cfc50df9c398"
  "/detail/e8c251237d3240be8d3fe4b4b199d54c"
  "/detail/1242731632944b519e5cad835a9ce781"
  "/detail/5a39a72570e544189b7f46f753fc3063"
  "/detail/3fc92def06624a42a050cdd926273a55"
  "/detail/e14fb6160e7140a48ba32b58927f9a31"
  "/detail/5c67c511f6944df3ac8e19ec862af83c"
  "/detail/c4642ae7e3e14468b7e384f376400530"
  "/detail/bd6002cf08154bbabacbb5a380dcda20"
  "/detail/1d9da3d26a4c44dfad990fe91a01af6b"
  "/detail/06f759d99d7e4debac132da0e27abcd6"
  "/detail/47fd66b6cdbe43919bafe81bc8dba96e"
  "/detail/bdad675f39c44090a2eda76d21fe3696"
  "/detail/02995413d6c248e38af849b631e26c0d"
  "/detail/4df3329a2b5745f38d8e47a9d622d696"
  "/detail/351766db24834309852cc2886f45d3cb"
  "/detail/be5f041ae3014f1fb42e0a82e6b5d7c7"
  "/detail/210c493767324e43b5f72408e3b03303"
  "/detail/c5a7941ec4af4197afde9b553abadd82"
  "/detail/0efa71af83864236af70eed5e2477d7b"
  "/detail/de60e8c91aa24bdaa1132adf8769432d"
  "/detail/670e6dc7ae104d428aa1d9d1a3c596fb"
  "/detail/50a1432a03a5400c8edea57ac6906cd6"
  "/detail/f316e9150a4a4575938b7ab049475f03"
  "/detail/763a62ffc8524b5e8cde6e4b63d20f87"
  "/detail/d95e5aec89724844a46b61824fb1c774"
  "/detail/bc682318f5fa45f0882688b264bd3ebf"
  "/detail/a57835dc1e2a4d37a4e375dc7da7ec70"
  "/detail/5a5625db9381412980f9430605b6298b"
  "/detail/3084543115d3461f8706a53ea1608deb"
  "/detail/e0b6680ee6684e948069af0d6d72c2ce"
  "/detail/107af436bc0643b6b104ee748fb58d76"
  "/detail/17e55a566c5f4acfa9043f13095c5176"
  "/detail/fe720b4ddeee4981b54f628e3370d344"
  "/detail/27760bda084040e89b4cb4eb5ed70502"
  "/detail/6632d9776fe84bba961029784e4d1b70"
  "/detail/c0990ce6c3c04654bf8def2c3646fb58"
  "/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c"
  "/detail/7ab660df1ff04a8c9d74a9e1ab0c387d"
  "/detail/0d7beea0b0a0493797cca962f2133fcf"
  "/detail/513820e734b841bfb7a36d40271268fd"
  "/detail/f27f12b684a04cdc8f4d0cd858c5ba56"
  "/detail/cac0e859bc574557b35f78ff09b0e8b5"
  "/detail/34a629ec7478437cb2fe74bf21ecac32"
  "/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3"
  "/detail/8601fa9ba1444b558648b0def7006a58"
  "/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba"
  "/detail/d8b7ad7f1790433f9ea3d95228de6390"
  "/detail/ecc13e058ea74f999d89025ef24e200c"
  "/detail/24568e105b1c4ce39b7004adb96560ec"
  "/detail/3ecbabf78cde443fbbe20c3f7746e105"
  "/detail/cd0e2e40890a4d15821f2359f2c4ea2b"
  "/detail/8f3502d374e14b9e94862331e65a507a"
  "/detail/22eefc3e4e8647f6ac9096672cb8edf6"
  "/detail/004686d8f760498391f52ea7c8bdb640"
  "/detail/fe039f02196e4b5ca658e9c0b67b612a"
  "/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2"
  "/detail/91631143c2984c2f9dba27f2aa18cca4"
  "/detail/bc64a70a35a6418d817e62896ebe84c3"
  "/detail/1079bce747f04493a0b784b320384a9c"
  "/detail/5d48e465f9a24e8a8b8f92844009b553"
  "/detail/57b06521d3fe4abf934d2b565836203c"
  "/detail/8a5ac200d25d4899ad75e11b6302be40"
  "/detail/e7123a43bd2d4c04b7f884f5f5f4ec83"
  "/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e"
  "/detail/7df94daa66a64bcead011f93b55d8b9d"
  "/detail/a38274adf70d45419f15b6a5aaf8df4a"
  "/detail/1cefbdeff00b4005b50a45a8187c459c"
  "/detail/dbb7d665b7ae483a85ddc00b00a6f4ff"
  "/detail/11945980dd634f8cbfc3220cbaaa2b67"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/6f58d7518d524e7b86495a2c5d614497"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/c86d452f82bc4b1d89899c7d23cc5b3d"
  "/detail/025717d91c214397bb2e830ae2c2b1c0"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/6fba9275227e424c9dddbab4e121ce31"
  "/detail/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/af35a74dc8b64a1793d07fe51394f187"
  "/detail/41076ea5e5cc4f58a625f3e80397021c"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
113 0.43 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"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.