GET https://staging.ktm-sturm.de/ersatzteilfinder/450-smr-2024-modelcode-F8403X0

Query Metrics

118 Database Queries
106 Different statements
1479.23 ms Query time

Queries

Group similar statements

# Time Info
1 0.79 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.24 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.47 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.32 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.65 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.43 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/450-smr-2024-modelcode-F8403X0"
  "ersatzteilfinder/450-smr-2024-modelcode-F8403X0/"
]
7 0.30 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/450-smr-2024-modelcode-F8403X0"
]
8 0.76 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.27 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úê-ÅÍ+ \"
  "09JkVlFp26KJLVEHlc12Ts2zAayEPKj7"
]
11 0.36 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.71 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.42 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.32 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.43 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.32 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.35 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.45 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.19 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.52 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.67 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.78 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.34 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.64 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "09JkVlFp26KJLVEHlc12Ts2zAayEPKj7"
]
25 0.44 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.55 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.47 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.47 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.23 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.40 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.36 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.19 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.86 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.43 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 3.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.51 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
]
39 0.76 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"
]
40 0.75 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úê-ÅÍ+ \"
]
41 0.45 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"
]
42 0.51 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úê-ÅÍ+ \"
]
43 0.33 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Í‚ó¬›ÑÀßÊ"
]
44 0.44 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þ‹"
]
45 1.91 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
]
46 1.53 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
]
47 0.55 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þ‹"
]
48 0.49 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úê-ÅÍ+ \"
]
49 0.68 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Õ,"
]
50 0.43 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úê-ÅÍ+ \"
]
51 0.65 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"
]
52 0.43 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
]
53 0.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.21 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▀"
]
55 0.16 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.29 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"
]
57 0.75 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"
]
58 0.32 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¸>ÔÍö:"
]
59 0.45 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¸>ÔÍö:"
]
60 0.52 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ÂÕ"
]
61 3.70 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¥|½"
]
62 0.40 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ý—ûŸ"
]
63 0.33 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"
]
64 0.96 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"
]
65 0.35 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 806.56 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 2.63 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"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 3.74 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"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.38 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.33 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 1.07 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 1.55 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"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 2.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"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
74 0.69 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"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 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
]
76 3.93 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F8403X0%"
]
77 61.08 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:
[
  1003029386
]
78 30.07 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (15191,4668,55281,57522,58123,58153,58158,58159,58160,58161,58163,58168,58175,58176,58177,58188,58189,58190,58194,58202,58204,58255,58280,59721,59743,60089,60099,60390,60395,60403,60417,62027,62267,62489,63908,63909,63910,63911,63912,63913,63915,64007) ORDER BY number, part_type ASC
Parameters:
[]
79 187.13 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (15191,4668,55281,57522,58123,58153,58158,58159,58160,58161,58163,58168,58175,58176,58177,58188,58189,58190,58194,58202,58204,58255,58280,59721,59743,60089,60099,60390,60395,60403,60417,62027,62267,62489,63908,63909,63910,63911,63912,63913,63915,64007) AND article_number IN ("78913101000","61013009202","61013009203","61013013050","61013013000","61013009001","61013021000","61013009004","58007016101","58007017000","6251300214430","61013008000","61013006000","60013020000","54813020100","54513155000","5031300500030","78913012000","0603100141","00062030000","48600611","44906890","40540399","40540400","40540401","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","48601262","48601264","48601300","48601459","48601548","48601550","48601584","48601692","48601693","48601707","48601841","48601847","48601849","48601850","48601916","48601917","S64060000400000","S64060000500000","S64060000600000","S64060001500000","48600384","48600385","48600386","48600480","48600485","48600555","48600607","48600964","48600965","48601095","48601113","48601266","48601402","48601859","48601860","48601862","48601863","48601864","89080001","89080002","89080003","89080004","89080005","89080006","89080007","89080008","89080009","S64080000000000","S64080000100000","S64080000300000","S64080000400000","S64080000900000","40540477","43570120","43578166","44916098","44916130","44916180","46180640","48600061","48600062","48600213","48600214","48600215","48600216","48600218","48600346","48600350","48600351","48600352","48600357","36120284","36120286","36120291","36120292","36120298","36120299","36120308","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","48601708","50180395","50181296","50181297","S64120000000000","S64120000800000","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","46810602","46810603","46810604","46810605","46810606","46810607","46810608","46810610","46810611","46810612","46810613","46810614","46810615","46810616","46810620","46810622","46810623","46810624","46810625","46810627","46810628","46810631","46810632","46810633","46810634","46810636","46810637","46810638","46810639","46810641","46810642","46810643","46810856","46811258","46811580","46811582","46811629","46811635","46812015","46812016","46812017","46812018","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","50180040","50180041","50180043","50180044","50180045","50180046","50180047","50180048","50180049","50180050","50180051","50180052","50180053","50180054","50180055","50180056","50180057","50180058","50180059","50180060","50180061","50180062","50180063","50180064","50180065","50180066","50180067","50180068","50180069","50180070","50180071","50180072","50180073","50180074","50180075","50180076","50180077","50180078","50180079","50180080","50180177","50180210","50180383","50180634","50180650","50180653","50180654","50180655","50180656","50180657","50180659","50180662","50180663","50180664","50180665","50180666","48600212","50180209","50180330","50180578","50180635","40541061","36120469","36120471","46811636","89000001","48600460","50600065","46811637","50600002","6131301510158","0035100559S","76013030000","61313021000","69013018000","61313019000","61013020100","61230045000","81235055020","81235055110","0760123073","79435053100","79435052000","0025060256","0025060456","0025060206","0603061001","0402040980","79435055015","A48030000044","60030063070","58030010200","79230010000","54830027100","59030023100","54630027000","0770035020","81230064000","0912040103S","58038022000","58030021100","0906100100","59030296000","0019050121S","75030085100","0025060656","0025060806","59030058000","A48030099000","A48030001044","A48030026000C1","A48030027000","A48030025000","59030019200","61030019050","0760142460","0472024120","79430057010","79430020033","0770191015","0603082131","0000150802000","0025060206S","0025060556","A47033001000","79133001010","0405242812","79333505000","79333043000","77033022100","79333503000","79333030000","79333504000","0405222613","79333002000","77233015000","0625062056","0625160041","77233088000","79333010000","79333512000","79333514000","59033030000","79333513000","79333515000","59033080000","0405202413","79333511000","56033030000","49030023000","0760324571","0770020220","78133014000","79233029013","79233029014","59033034044","0625062038","0471170015","A48030018000","79530015044","A48030007100 I","A48030007100 II","79430130044","79430174000","79430082000","75030085000","56530081000","56530081100","56530081200","56530081300","0910001801000S","A48032023029","78036014400","0888030037","79430084000","A48030007110 I","A48030007110 II","00050002315","A48030038000","0402050980","79430035000","58530014100","79234031100","0024060156S","0760142461","54632095000","54634050000","54834014000","54634020000","56534013100","A46034005033","58038023400","A46034020000","A46034015000","A47034012000","0025060306S","A46034024044","0025050256S","54634052300","54834023000","A46034019000","79234001000","0021050003","79234002000","0410002500700","50233041500","79234003000","0402061480","79234012010","79234012020","79211023000","A46011024000","0025050146S","77338005100","07703305178","77338041200","0025060166","0799060000","58038007755","77038001200","A48038003000","59038011112","A48038002000","0402251980","0402251180","0402041580","61238011100","0770440020","79238004000","07701250151","59038016200","0770020170","59038017100","0401090003","A48038026000","78036024000","0770012021","0900001600200","A48038006033","0988121805","0471120010","77038013100","77238061050","0018050103S","79438015010","A48036010044","79536010010","0770010010","79536012100","79536084000","59036003150","59036003000","0760182442","0618182412","0618404712","A46036013000","79536002100","79536001100","77236001160","79436018000","79536030000","79536031000","79536036100","59036027000","78936028000","79536032100","77336033100","79536061144","79536056000","79536057000","79536060100","79536085000","77036035172","77036035176","77036035180","77036035184","77036035188","77036035192","77036035196","77036035200","77036035201","77036035204","77036035208","77036035212","77036035216","77036035220","77036035224","77036035228","77036035232","77036035236","77036035240","77036035244","77036035248","77036035252","77036035256","77036035260","79536029010","79536030010","A48030057000","79430057101","A48030002000C1","A48030040000","79239004200","0012050253S","77339010100","79439005100","A46030002050","0912050163S","79539090000","77839093000","58439006000","0026060186","07700240251","7723000216030","79440001000","0770250030","0025060126S","78040016004","79540016000","A48040022030","75040026000","79440020133","A48036020044","79430036010","A48036052000C1","A48036053000","79136054000","79136054050","79536044000","0025060166S","78136139100","79536041000","79536053150","79536025001","79530044000","77336089010","0025060756","61036047000","77236048000","79435047000","58431082300","79030087000","A48030097000","A46035007000","A46035008000","A46035009000","A46035025000","0310000902900","A46035071044","50335030001","A48035024000","A48035023000","A46035073033","A46035036044C1","0900000601203","0310000903200","54802030144","54802031000","54802032000","5480200310030","54802051000","54802052000","54802037000","54802038100","54802046000","54802005100","79232061044","0770300015","79032064000","0603082121","A49032063000","0025060406","50329050000","A46041001000","77741085044","79041013044","79041023144","79041077044","79141056044","79041070000","77741060044","79041023030","79041056020","75041077110","61041077020","75041085010","77741085020","81241085030","60341023020","75041023010","79041013060","79141078044","61041080000","0081050181","A46041088000","79641031000","A46041031050","77013060044","54813062100","54813063000","77213070300","A46013050044","79413051000","58605083010","A46003062000","54813056000","0934060003","54813055100","47213054000","59001037000","46030045000","0625060002","54630044000","0025060126","A46013080001","50313081200","54813082000","54813090300","79013090000","77713083000","54813018000","A46013075000","54613218100","62513020000","48602224S","48602223S","0025080256","48600692","48601484S","48601533S","S501200016S0100","48602228S","48601462S2","48602138S2","48600578S","48601820S","RP10035T","48602049S4","RP10029T","48602048S1","48602047S2","00700007","48601494S","48602096","R14047","RP10012","04100002","50180222","48602135S","52000332","48602007","52000235SET","48602128","52000328","48601258","48601588","48601727","48601749","48601851","48602157","T14034","00062010053","48601166S1","RP10042T","S455000003S0100","S012900000S0900","14460042","50180095","50180217","36120151S1","52000312","S938100001S0000","91210130","91210131","91210132","91210133","91210134","91210135","91210136","S828800000S01BQ","S208600003000FB","50181207","50181344","S625000000S0000","S25120000200000","50180603S7","50180126","50181349","50181100","S421800010S0100","RP10044T","46811205","S918100006S0000","R15006","50180751S1","RP10043T","A46003001000C1","A46003002000","79111013010","09000008016U0","79003003000","A46003013000","A46003014000","0035080206S","A46007012000","A46003099020","0081050141","59003013000","A46003053000","0025080206","A46003040000","A46003041000","0125100003","A46003045000","54803044000","A46003044000","0094032253","A46003037033","0025050106","54803092060","44011076305","44011076140","A46003094000C1","A46003099010","79107013010","79711013010","A46003096000","A47005079033","77205068000","77205169000","50233041000","0025060306","0770800021","79105079060","78105081010","79305078520","A46005078080","79105098000","A46005016000","A48005007033","77805069000","79105068000","2610900124430","25009010244","54809011000","0625069068","0760354771","77709012000","26109071146","26109072000","2610907000030","26209081033","70009082000","58409161000","25009260000","59009062026","26109076000","77709015000","A480C408W408000","77204089000","A46006001000AB","A46006004000AB","A46006003000ABB","A46006005000AB","A46006001010AB","0017060206","77304066150","78006027000","A48006026033","A46006017000","A46006016000","A46006015000","47106003160","25006004050","A46006040044","A46004050000","83008000012","A46008095000","79108078020","A46007088200","0017060305","00050157706","A46007016000","5850701050030","78141013190","58507012000","77707010000","A46007017000","A46007088050","A46007018044","79532186000","79532103000","78132057144","0936181505","58132072000","0471300152","79532183000","0417900250","79532185000","79532105000","79532102050","79532182000","79532181000","77232004000","79532107000","79532102010","79532102020","79532168000","79532102030","79532102040","79532120000","79432101076","0405252910","78132015100","79432054000","79532011000","59032010200","78932010000","59032010100","79532010033","A46011075100","59003001099","77211034000","44011076200","83013026000","61111057000","77711035000","55641030000","0025050126","58411098100","0026060136","0024060106","58211058050","75011097100","0902060083","A46011083000","0985060003","77240099000","A46011059000","58211058000","58011109110","A46011055000","A46011059050","79111053000","A46014069000","83008100015","79111053010","A38004080044","A38004083044","A46004084000","0618222812","54603036000","77704034000","0760253270","0800001704800","A46004134000","A46004085100","54804038000","0800001002501","0800001708900","58033097000","0760222841","0910001601300","A46004080020","A46004080010","A46004083010","7900200100030","A46002002044C1A","A46011074000","A46039074000","7800207920030","A46002010025","A46002921500C1","A46002191000","A480C108W406000","0025080506","0025080406","0025080256S","0035100509S","A46001039034","0770025035","78112920044","0912040163","81312920050","83001040000","A46001035001","A38001032016C1","A38001034016C1","A46009082000","79001038000","A48001039036","54201081100","77701084000","A46001086000","77701085100AB","78101086000","59001092050","77701094100ABG","A48001039010","00050000930","A46008007000EB","76908010000EB","A46008013000EBC","79608052000","A46007113000","79107011000","77707008144C1","A46007014000","78007000270","A46008054000ABB","A46007040000EB","A46007040050EB","A46007046000","0004711200100","00063004012","00063004202","78029072000","81212016100","A46001038010","A46002014000","A46003137033","A46008078008","3214843EN","50329072000","79412966100","A46029094000","25104130044","77204066100","0009050106","79004042000","59009062013","59404032000","79004070000","59009062019","77304070130","A46004037000","77204041000","54603055051","77304260100","0017060205","79004070010","79004030010","A38010001044C1","A46010010044","A46010016000","0760324771","0472047175","0625060058","A46010011000","26110072000","26110071154","2611007000030","A46010086000","A46010084000","A46010085044","50210086000","50304040100","58414030000","06923080003","7771015104630","0019080266S","50310165118","50310166000","79010060000","A46010015010")
Parameters:
[]
80 0.45 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1003029386
]
81 4.76 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:
[
  "1003029386"
]
82 32.77 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"7Ý5\x17\x1F\x00N\x1F‰àaµÕ\x01¤"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"æÉ/̘!A:ŸÅ\x1Eq\x03WbØ"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"ûéf┘íKL\x0EÅ_6Ùs¡Èò"
  b"ìmf\x07UROCà\x02f\x16~\vîd"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  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"\x1F\x15ÓÉâ‚L"¥ä—(S€LÊ"
  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"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"""
    !‚•\n
    |\x18LʇÅÉZW’ÿá
    """
  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"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  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"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"uú­‡\x05•ET„ï¬ç÷•p„"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"\x01ÿ╠|ǵsì½.\x1AX J█8"
  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"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"„-—\x07ï\x13C§•žg¢+k9"
  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"""
    L[` P\n
    N«¹äR çI5:
    """
  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"\x01˜Ì{yLpÅ–ÑÚÌ< Çs"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x01˜Ì{BÈp\x03·fvs%žÐ@"
  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"*\x08{g›òA㪫l\x1DuÞ=<"
  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"°\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"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  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"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"qÅš7ö?Fõƒ€LÝÜ\x13ô+"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"ì\x01─áP*@│ê\x1F/é╣\x02êB"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"ëÜÒ“žœB\x1A„¾9’ý‡`\x0E"
  b"Ûô=ø¡¹Hª¹0aè«ÃðÌ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"œï%”ÜõMEºTL„g,Àœ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"%öL/u–B\x1D£!¹\x05­\x07"
  b"9„0¼2\x19L(§7­,\x11Åß@"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"Ò¡\x07\x0EI »╗Øê_þ7▄"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"ò\x1FìE┴\x7FO═Ài┐f(Æ═\x04"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"WË×ாBè·\x05íÀ¼‘<¤"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"╚¯\x1E\x03Z @¸×ÜüPLË|╠"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"&„/(-÷HÇ£8ֵ»"
  b"\x15þÙi¯™BCŒ<žeB±yP"
  b"dnÑ/—\x1DGO‚$]ì\x1F^¹@"
  b" |0©\x18©H?›šù¨\x08ü\x033"
  b"XqóØ\x1CÍEż­N:E\x00\x00Í"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"‚Nj™uFM7’Š»y\x07ã–ð"
  b"\x11͸­ÐaL‚­</ù´º&é"
  b"""
    Xº:\x14ehKQØþ▀a│\x18\n
    (
    """
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"4ò}ɳ¹Fášá@‚‰¥”""
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b">B®U…OO0¢^}Á” Z\"
  b"]═­\x12Z¨J\x1Aت¹y/fÂ<"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"ÃØí}‗‗G\x12Âóu1wQC)"
  b"üÝ\x06\x1Cy\eG2ª]Óß\x03ÒŸÙ"
  b"Ÿ$'tü¥B€¸\x08-‡*nO\x08"
  b"QkNÁ█|M\x06¬í/仨■\x1C"
  b"v°╔eÿ>Aôì\x05­Bñ]'Í"
  b"h‹\e\x02(MAé£zÑχ8"\x11"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"ýEÆ\e”#D}¼YRxìbµ\x01"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"ëN®<\x146Eµ¡Éº˜H—ŠÝ"
  b"\x0EE­¤|\fMí¥#\x00ž¥\x159I"
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"|ð=Å¥QIʃâ'R˯È\x1E"
  b"<û½ÝKƒA ’ †\x03%\x18±A"
  b"wàæ/YÆL߀ê\x18pÖ!:š"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"]Q0 ÈôEœ˜6cù\x1C²Ÿv"
  b"ó(êS\x0F½@\x06»…ø¾Ñ/IZ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"Æ`z¥ÛùG╚ü╣E\eæ7g╩"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"¼ÍÕ)ákK\fænüó\x08F{é"
  b"‗Jù,G¬Aì░ıÇ▄╩¦H¾"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"Q~┼!ÉgAúÑ\x18¬Ó5‗W╠"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"\x18.X\x04\x1E¦NwÂr\x19¬╗▀ü×"
  b"""
    M¾ìøÞKKG¿\x14\n
    |¢ˆ\x7F\x0F
    """
  b"mÿwM˜\rG¿¿0\3B\v"
  b"­‡×Xu‹Fù‹ïÒƒ’½—„"
  b"\x04¡\x11\x00ì\x7FJqà½)Ñ£\x12█Å"
  b"\x1E\x0Ed3\x1EHNðšV\x12P¯jÝ‘"
  b"""
    †‡\x12°¬}D@¶S¥³‰\n
    
    """
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"0ñdL\x01ÐOæ¤!™íøÌrÿ"
  b"²‹…¤zRJ\x16®ÀÿB\x0E\x1C"
  b"—##j;3C\x05¯îæO_É ì"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"ÚF\x0F¼Þ»LäêØL╩║\x10G1"
  b"µ6Ç\x7F·\rE]±XéSÁ¨Ï²"
  b"&’$\x01ÈBN8¶ Ö–HTkÁ"
  b"á^¡€¦\vL\x10¾éç_\x01h¢”"
  b"0|Q¤¨²M¦ºPuø\x11÷îÅ"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"´Š/”Ä\x1DJ>’Á‹µüÂn\x04"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"\x7F—Mã \x10Gš•)dê)¼×Å"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"o¹ÎÏDïL²©zZzŠÞ‹ƒ"
  b"mìd‘ÛŽC-‰w!lGq‚G"
  b"ýÍ%ƒ\x11…Aü‘0ÍÐç<Ú\x04"
  b"¸\x1D\x13×Â^M\eóK\x04ÇÙÅÝi"
  b")Eü]»ìL¡æÓ))Wàò>"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"""
    ıÒ\n
    دÙAFï$0¦4░35
    """
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"`{ǰ+╗BÛì@_`*ƒÎ\x14"
  b"■├Ä2ı=L1É┘þ_ãõ\rJ"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"\x14f+\x19F•®Ö“á2ðA—"
  b")’ñþ‘ñN0¨pŸ\x03\P·["
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"œ«ÜF(ÙMݳ‚cî½Gâ8"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"G:JõeÕG¯¤¿§W©þò?"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"QOÖ =RO͈°‡‰_Žï¬"
  b"\x03]«ÚKí²¹ö{\r™[¾"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¢J\x08é©ëM\x08¢@)õý¾\x0Eù"
  b"PÓžM\x03¨Ký”J+˸ܹØ"
  b"""
    Þ¡úx`©C»ƒ\r\x11\r\n
    VÊÚ
    """
  b"ÕX\x033Å¥M\fÿÉ(ËÆu\vq"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"IP…1\e1GO íòs=\x1A…?"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"ø0:\x03÷µFõ½ED|©”âI"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"‚Ú\x1C$MSJ\x14«\tQ²Œ]ÆC"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"†;øfaîJD’0w&Óå0­"
  b"vxì¥┬XGGáb6-C*Ô░"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"*ʬϴ#NÏìß\x1FÇY>┴)"
  b"ùÆ3#÷÷Hš…‘æy\¿G\x1E"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"L•t–\x17WHÅŽ‘¥,y9t\x0F"
  b"rÁüÚ=■JP╝jq¬Ò\fõÄ"
  b"\ržóÑ5\x1DNÆœUqó"]Ü›"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"k┐\x0F\r×?Bk©9üCÚèì\x16"
  b"»vvã\feI\e¤\x15½•&Îß*"
  b"8P▀\x11\x0FVI■ïÅ_tu$Êé"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"YBúŠ4»K±¬%m\x18z)E "
  b"\x00>\x01\f54IHµ3’¶(\x04÷Ó"
  b"\x1C╚«ñK\x06ê\x16S°ù¯É╩"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"W|ÞwF¦@KÖßçÜ#ÅîG"
  b"û╬Ò¼rJBÊÉÊ╠,]3té"
  b"\x03öò\x1DttHɹNùƒvÝ'a"
  b"¢ÄçÌq\x04A-•\vr…Î"Q¥"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"ï$Ù├\x08KL\x01ÖÅ\x16ó°t<\x03"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"Ló‗\x1F\eþKzò·t,Éï\x14ı"
  b"Ò&!\x1DaãA‗▓·Ø\v\x075Q█"
  b"\x006ãü╠bCÓ▒P£yı©│Í"
  b"°░IpÔ)J▓É};Âh\x1Az\x1C"
  b"\x05Å\x7FnåQH½¡\x0F¥ðòá\x17z"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"¹žwe\x03NET“×Þ#IGL\t"
  b"\x07ùA¡´cýÐ.{\x15T"
  b"""
    \x15\x7F›j¹\n
    K\e‘[\x04í5nµ\x05
    """
  b"üıêª^·B\x15¢kteÖÏ┐G"
  b":¬¹£\x18#@\f™Dîg\x1A´@\f"
  b"\tðÇÉÎ#Isë¾3\x15¡Ô\x11ø"
  b"¬­c7\x00fJª½–ÕYLÈŽ<"
  b"cc'Á*‗J¥¡\fîêÅľ\x10"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"®Ì,\x19ÆóK+€+êùpqP6"
  b"¢|ŠÕ!FN»ªê·\x13~„¾ÿ"
  b"U\fÅùë[B/œíìÑÌ2ÈÞ"
  b"Ä›?yòœGÊ¢\x13¡B?"Õð"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"Ÿ%wíÆ™Cv«Õõêœ\x7F"
  b"¥\x05*\x1A=!C=±ü³Qnâ}„"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"t[Äd\x18 MC¯dNú\x17ÄÙA"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"\x06ÂÝt\x1Eé@\vìJM>Ëj╦Ú"
  b"""
    \x07\n
    J¡,aHå˜:ë ¥ø\x01Ò
    """
  b"G╣âýÂÜI2Ø,\f\x18íâ"
  b"‘p-™3ÛG;’«}{Ôe½<"
  b"󨇃ðÓL\x01µÅ'ô\x13ëaü"
  b"\x1A'\x02Ÿ\x12âEW¢h«Åš¹R\f"
  b"6ñ_EˆIѾ\x14,OHÏ·H"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08œ\x00ðœ\x01N¾ªDDõl+úc"
  b"qÔRæÃ£Fxì\f3õoñí\x1C"
  b"¦ƒ–X>ÉF¤›\rö\x05ãI\x18("
  b"\x0Ew–ÛE4¾\tÊåu}:j"
  b"ú§½F ÄNd›—X<óÊlð"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"ÜÆ\x174³3Eë‘dyZFßU¬"
  b"Ñê\vÓ\x12*@9‚ž'"&\x00ªŠ"
  b"6\x1D┘úO:Ejƒhü7\x17‗,╗"
  b"QOHN~pIyáZ~Xì└>Å"
  b"@å[ïv‚M\x07Ž\x163ìjZªv"
  b"ûAû\\Ô@X«.²Uõ¬,Ú"
  b"¨Æ\x11=Ñ–L²±5e\x14yÈMí"
  b"Ö`sŒ&"@\r³ëúBÚã&S"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"\x17‚ƒ»í„Gê€s¤#a£ƒ?"
  b"""
    \x1C\x19\n
    92\x10LDˆ‰À¿\x1Cg|)
    """
  b"µCG\x12\x08îL›ƒ±\x13ætq~\x17"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"\x01˜Ì~\x17\x11r”‰öè\eÒªwñ"
  b"▒Ñ"(Ú▀D┌ÆÑ@ØÌ\x17"
  b"?×yûé†J룖²\¾VBÛ"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"¾´rOd§N:…W®”¹\x7F"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"~n6\x0F7%L\x1AžG­\x7FŽT¢g"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"ÉNw\x077ñGƒà╔x┐H7╦û"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"ß#éÑß>Jw¦Š"4\x04X¥4"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"í}»ØBiB2àJTp¯7Þ\e"
  b"íÿ¢\x01wCEå°ø\x1C0X$Tk"
  b"Üß>ß¶'MÀŒ„0Iærj±"
  b"\x17\x05æ<Cσ®2¸ÑìĬ"
  b"rËdŒ\x18\x13@\x10¯§ä…dg©D"
  b"ãÔ]®¿dHL•J?V9CH\"
  b"žÕ¢ÙÁbB⹜ .ir¾F"
  b"\x19»H®G%Lû‚,Utº\x17\x14Á"
  b"Ñ\x0Fê–›£CEˆì&识-\t"
  b"oƒ’¥>ÃI;¾(Â\x14Ðhœ‡"
  b"╠µ<(K\x11JçÅ┬Ç®\x15=­ã"
  b"‗:äv}¶L┼ü(\f¢Ëº·\x13"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"»’â£÷AL÷¦’!“ÙÓ&X"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"³ æ╚«}A\x05üç°:Ã3║["
  b"\x19Љ`\fŒGׯ9ÉE‡KÙô"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"½:m`€]H®’Á™pMm†\x1C"
  b"¥}â„$aAl‚ù\x01Utò©„"
  b"\x15$Pø&ðG©…}cä™úÎ3"
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"['uÚ\t~KF²kZç\eKh|"
  b"-\x14k$Ê»K&ù‗4rÉb¡¢"
  b"®—0m\x1D¿FëµÉÉNÞ¿¥«"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"«½\fЦ˜Hh´†ê\x1C‹¡ÊB"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"""
    ~)\x15ŽXËC\v«\n
    \t-Pñƒ¹
    """
  b"Ϥ(¶°\x01Kƒ¤†_«)µyÞ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"""
    G“\x12#£TJÙ¼u}ˆ¢\n
    .O
    """
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"OúÉ\x14ÑzCÀ§uÄïRêМ"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b":É cù¨MWç║╣t\x01═Õ╦"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"¤ÌDãn”Ez½òƒnr÷«X"
  b"·ã°.ü*Nê°N³H\x12…}d"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"<\x11}\v¾°N·‡ÜÖs[ý¢V"
  b"Ä^%@©4Oz¹‹™\x1AÅ\x01Œ¸"
  b"XRï†,ÞEÜŽDLã1f1^"
  b"i\x10xy+'OŸƒS\x1F}Ÿ5”Å"
  b"í´B­\x1DëD\‡?Ÿ\x12lR÷¯"
  b"¥à\x16`<ö@­Š0J¼v«?Ž"
  b"ªZ¶J’»@Q¦Ö#o` iD"
  b"Þž\x14­i0M3¿:Œ L\x14¸ï"
  b" z;àó\tI£“¸rØ'¡¤Ì"
  b"B×7]\x05░FüűÒ‗─{9Z"
  b"xß}λTFüáı¸Å»%\x1Cë"
  b")V"¿\x13ôO´¬c`;€‘t¢"
  b"u╬Öý6ªJÛ╗\x14¬\x04▄█\x10ü"
  b"!Äí\v\x1E@g§|ë#Œ_Þs"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"’PÝÖe…MŸ±rŽ~ýMÌ""
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"{úQ!>\fD°‚>šç¨R\f\t"
  b"ɲ†7k/E\eŸ¾Ô-p¦£e"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"\f\x19= þMO‡¦\vø;w}Åù"
  b"Äú\x08¦5üHê░DvH®Ä¼ö"
  b"\x12D\t¼B\x07­c6è¹\x1C"
  b"Ýïw\x17žûNs‘ûñûs©¼o"
  b"\x03u\x05\x1FåðI=åM4ºüÊ¿c"
  b"l\x0E^%\f”O[­[‚ŸîSB>"
  b"Wsy\x07Î\x15C2‹À‰œ;U\r0"
  b"¨ÊEt\x10\x03DõÖ*«<\x04Åıe"
  b"¬þ\tþäØD\t«Ú‹ß\x16´\x10Í"
  b"ý³ìy¤bLg§ÏÕÞë7dü"
  b"BÞÏG.õ@\x04‘L×§_yxe"
  b"\t8„\efAN;•ŒÜp‘=z\x19"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"zßòc™\x19B⿽°>«<„ö"
  b"C\x19ìÖ×\x18N?Œ i=ûáú©"
  b"±rzcnÓF)‘uï‹1Ì\x1CÅ"
  b"¦´Å¬┴ªH!ê:ó¿ouõj"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"øÛšõ=aJ0’%÷€iƾç"
  b"Óî½)[%J\x07—ÕAǪ\x17"
  b"výpWÈ«L╗Å\x13ûı1ªa╗"
  b"\x16\x1EH³E$ˆµÈ\x1F²YÌí"
  b"└l\x00Z\x10¾H\x1C¿iÆ:ü÷VW"
  b".\x05&…*LNÙ²`—)'4Ñ2"
  b"jT"Z\x1EõO╣ªOì0B¸v+"
  b"1ôLRú{N¹ªÁ4\x03³†w¯"
  b"„ë\x15€ÙªNß\x06ŠEñ‘bî"
  b"y„\x01å–xM?¶Ü!\x16\x00\x05z"
  b"]1\x05N]êCG·j‰7°U°”"
  b"\x16CjªOeLÑ’PDæÇ&˜–"
  b"†tuu©JIhŒµëò£A0D"
  b"ý╩5õ▀ÊKrÉ\fÇ+┬╬`m"
  b"""
    \x12\f\n
    .z.Be€©L×(l‹ƒ
    """
  b"«]Î\tëÔA}æwü.═[├Ü"
  b"\x01˜Ìztòrá±õ&¡¹»,7"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"Çøÿýü{@Wæm=:ø=\x1Cc"
  b">\x00r\e‘ÊNÎŽ'«\x02\x1E"
  b"'¢{┴ü¶O\x15ÁöYìt\x0E"
  b"î.žÜ­xE}¢/¨>쩈¶"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"\x0F\x03ý╔K\x1A«é\x1FÁÔ\x07"
  b"&ÝKb`KAij>¸@Y#c "
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"X\eõM­8H,˜œ<\x07%ÙÜÔ"
  b"_à;‘°\x11M\x12—øØ\x19*’á¢"
  b"×~¥x\x16ëDm¸­ù!oi\tÿ"
  b"ÌV­|µ\Hµ¨\x025\x18¢\x11RH"
  b"ÁJÉc.\x03Dñ»╝îiÙWâK"
  b">cÏòMÿB¦ª\x16\r¢Ò!Nv"
  b"\x00Ù3B«4G݇©_éÏe8ú"
  b"v ‚mÒ¤LL¦ kä=ëÑË"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"u£vyN\x14I░É\x05c╔`Ú>\x06"
  b"Ä%·D\eeFZ–‚©6î\x04ÇÝ"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"•yR …TDÞŠF\x07oËÉ ï"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"\x04Õ)Å=~H<˜ ™e÷\x084\x03"
  b"ص\fÉ:7A\e²§ÌÐó•]¢"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"\x04g_œ¿ÅN\x17´´]Sè"Š\x12"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"àž\x03°x¨G­…ËhfžŸX"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"""
    fk\x16HMkBòü\n
    à%\x12ßQ 
    """
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"ùbÌ\x07³yHË‘\x11\x13SÅ/\x12#"
  b"Ì^ÛÃI‚E1£øÌüDÈPê"
  b"my%\x1D öBº–y&.ÁŸ\x15Ö"
  b"Tµ°#JCOgŸÐ\x1CÍO*ØU"
  b"è¶›Æ\x15ôFU“dÏGﻥÀ"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"/ƒÛƒœGH¶”U\x08u˜6d/"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"§X";^-Bæ‘b\x11+}\r\vP"
  b"s└±\x18%*JO¢Sb├\r4lØ"
  b"\x02╗ÇüCÕ¬Tßé\t|/R"
  b"[oX»:m@N¦Ý—­ ³)î"
  b"`Nµ~îhA'ƒ¬\v9x▓´É"
  b"„ÄLÜ\x11]O\x7F‰1+Í's8j"
  b"@æåÇrÚO\x19†å˜¡@c¢Á"
  b"Ù12ÏÀãG,•ŽœB—lÃ)"
  b"┼¿8┤▄°LyØdxØ┤‗Í£"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"OÚbX╝\x11D├¼fìYgû{r"
  b"Ú×öF│ªLÉè╔í▓Á╬7\x01"
  b"÷vˆ* \x0FO˜¬à›÷[U_G"
  b"»J‡åÛ¶Dµ…\x0Eü+áU¦V"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"ý±Œ¸\x00ZCC¦vÐ$À\x06á·"
  b"\e¼\x15CìE÷║õ.kU├¡+"
  b"©äpn=,I\x1F„þ\x146"„XÚ"
  b"¥\x0E▀b,KD\x1D▒¬|MÛsØ,"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"`Y\x02\x04¦ìDI╣─ëÒ[─Ð\t"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"‘XÈQ\tÚIó°]\x03\x06‘ k5"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"t(ûÿÆoJS˜0Ã\x04\x19•¯‘"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"\x00äìÑLˬª;®A¿’_"
  b"2\túÖ¼ÂI\x19¡ýŒËQ=5M"
  b"d\x18–ŽÄWNZ„\x0F\YcqîÏ"
  b"\x10oçᕇ@\v²Tbàï´]Ç"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"œ¹/\f'ONô·\x10\x14\x07kÓ®\x1D"
  b"Ör,‹úEÄ™1\x06\x08vä`ý"
  b"Ð╗Óì-┘O8Æ`Nä«ö▓â"
  b"ää]wN¯C ¢xëúsîâê"
  b"\x05Ø8Þ\x00ªIl½e\x1DfÞ▄Ëf"
  b"\r\x16\x7F<@n¾Oé,C\t¯u"
  b"ÞÈ®\t%DC¹Š-\x7FY½¨f\x1C"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"XÄ5kk\x0EJÛ░7▒ØÂþãÊ"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"½áJ£à£CÐØi«=·\x0Eß§"
  b"u~À%{êL…¿Êa8ï>@x"
  b"/Ú.GV>A“¨\x14žh\týÆR"
  b"""
    ¤ë\x0Fô\x1AïHg—¡\n
    ]\x1C&ZÎ
    """
  b"\x01>ÀyñLB\x0F¿ê\x11Bq”I“"
  b"\v4ÕØ^ýD\x1D\x13rÕUþò┐"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"q<xÀwÂKú╗{ÁJ\r®-ü"
  b"\x1F\x089ùO±­å2íøWƒ3"
  b"#bå\x06õ¸@u…‚p¼Ò5>U"
  b"Ø÷1høcF²ê,²æ0¹ôƒ"
  b"É┌Zøº!I├íLNT┘\x17ä{"
  b"õ°û\r+ýDÏž–‡¾ÎÒ(:"
  b"""
    ¦\x16K\n
    '—G\x13°ž@ˆ¾1þB
    """
  b"\x18CuR”\x18MÁ„>ÅD\x07p@{"
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"ÙZ2{“ÏCúœ›‰§GÇçl"
  b"È/?+ߌBæ­ŠËäõIfÑ"
  b"˜F‹N0UI~“sç)&ºˆ{"
  b"­\x1Fõì¼FNU²^i‹Ð\x1A4Q"
  b"\x103\x00J?ÏB\x10®‹C\x06§º•ù"
  b"ö릢5\x16M└¿É­\x042ÐO\x18"
  b"""
    M@ô\x07n\x03J\n
    ±\x7FPmí[ç5
    """
  b"ºB[Ö—ôM¿¿¡ôÊRS½z"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"`ëÝ|«╩E┤ük║┬0^âô"
  b"""
    Êd\x07”áLA\x05ж1\n
    9w\x16"
    """
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"UŒ×ä¿ûG_±»\x1D\U?\0"
  b"ü½IÉÚjN­²4æ`±5õÅ"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b";44„’îHKš#+òæïh1"
  b"ØÀ³™=bOù¾åÐçöQ0¹"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"J¦?V·;OL•8¶…âøÅ\x02"
  b"e!êìU┐H\e£kÎ2╬╠┼\f"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\rØ­•©\x02Gs‰”\x1E2£Ž¸‚"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"\x16Ø┴sDQ╝ìs±¿ı╦p"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"â\x7FH\eñ\vC`†<}-ÛÇŒ…"
  b"·\x03═LüdEXü+\x18ÎA\tÿ^"
  b"\x07`\x1A\^*JàœÁsó<\x1FŸÓ"
  b" \x00\x12ÞMá’ Zˆl*\r"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\tÁ\x7F¶ÝïH*øxXØ¡Ò▄s"
  b"Ê´0ô›+OË—ÑFv¹\t†Y"
  b"¶,]wÄ!O»­ˆ…\x03Ñ¢¢ß"
  b"¢FKìÄ"Oµ•Ât\v\x7F¼?\x0F"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\x01˜Ì~U×sä­ó¶u9å\x07("
  b"""
    Z\x0Eâ\n
    XvK!Šû=0s3\x1AŽ
    """
  b"á»§«íùE\x03¥\x0F;WÆoÎ÷"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"\x01˜Ì~”Ys»€l=û,\x1Eža"
  b":O2!¿(N\x1CÅ\x1D8\x7F\x10õ"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"©çŠ\x04ÕôM¦ƒ\x7FÍ\x19uÐêË"
  b"""
    pV\x08\n
    °\x19HÓŒE\x10F\x18„ɘ
    """
  b"\x01/]–MÚµû®\x00€fc\x10"
  b"¨\ej\x1CbúHkü®▀¥±1áÜ"
  b":H!\x0EšÓBB‚ëÞ\x08\x13nO\x13"
  b"E-Å\x05Ù▒@LÖØ\x06╚]Ìó\x04"
  b"Á±<„\x00LL\x10©XBÎT#^k"
  b"¼╦ðÙ\x05ÉL­║\x7FE¹8F└^"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"╦ó}ºc╦@ðû╚¤É\x16°Wì"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"»Åã║ÙèMPÆ®\x00¯ï\x11å¥"
  b"÷þD°¥mOÙÅ uåvCY="
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"\x18ÜÌ`_\x14M\x01™!"Œ+>Sþ"
  b"\x17o­x£ÝHD▒#ÿÉ\x1F`\x122"
  b"`”Û"þ$O‡™5`±kî&„"
  b"""
    ØOÀýÈbMéµÕô¸:\n
    <N
    """
  b"¤\vÚ…\vÿM\x1D˜³Í´MyÔ\x03"
  b"º\x10ж´ÚLÆÉ,÷IBç┬_"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"PsÆ\vÄêN\¡á©[n…ï°"
  b"²\x0E¸¿Ë:D#­ûžEl*CX"
  b"ƒöIRæhFVüÀæl0\tÓ§"
  b"¡\x06Õc«HNè”ûG\ÂÓuÉ"
  b"6ü½ß^|B&„ O4Áƒ]\x14"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"šÓ½=r\x1FMbµ‡æò+/R\x17"
  b"+\x1E.\e™öJŒ•<´›fUá\x1A"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"cU\fP4?FAû\x7FÅwmB¹ß"
  b"dÅ─$yØEm¥a!(SC‗¦"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"ù›òí\x0E¯Cç¤$¡)Èî\x13+"
  b"p‰¼\x03®wA5ªE z\x07\x06×u"
  b"ê†cØ\võ@\x04Œi@'ýìÆI"
  b"\x054└é`0DöÉã^I/\x1Fë\x18"
  b";Ñ^Fó#Aa£¨jÁqvl%"
  b"ê\x16\x0E\x15E[ŠãcŸRÂy"
  b"ëJ,Œ´\eBÑ”{‹ÇnñkA"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"ä·ä˜’àJ$‡‡£\ñ\r"
  b"Kx0_`ÌM<¬\x00ç'¢}í•"
  b"ÂègÏ0\eGA½\x08©«Çq\vË"
  b"6w¤C\x17ÖD\x00‡Çõظ~¯""
  b"gr~3QmC¦ÑÙÅZ│▓§="
  b"cwƒéa7D°™¥ ª´n2ª"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x18░╬»zOCìò╦qû¹qÝä"
  b"L\x12═7ÕNO\vƒîâ¸úÅ┼\x05"
  b"l\x00╠╣8╗@õü&u╬▓▀s\x05"
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"’ c3—ÕCý®öMÇÜ] ë"
  b"ŽÃFsÅõK¹„@%0¼âêÀ"
  b"\x11\x1AXÍxGþƒsFÀZ5\x04«"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"ë:ü)¦·E×ɨ»Ú$¬p¡"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"·Í\rÆ¡{IS·lJ\x10b•Co"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"•8ׂthMìÂÊZ\x048,ª"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"\x1D▀¯b\v6@\x18ƒd1jÒV\x1Eü"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"M2_ZìåCÖŠ‹¼¼‘Û0Ž"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"‰}éšÞæMIŸFÕª/\x08¨Í"
  b"N▒¨÷ÎÜB\nÉBSg\x7FÄ\x00y"
  b"Sï?ø–®E”³€í\x1FR;-k"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"b¾ÉÆØ\x04@ê£\x15Uí}™êÁ"
  b"ö\x02üTB╗Aƺ÷\x12▀¸©sn"
  b"ß╔\e\v┘9@t¬áØÊ\x04B█ý"
  b"\x1F*‚–´jBPž¯\x16Ì\x1A“®_"
  b"*ÿÛ‚½ÖN\x12³ðåÄŒŽ\x10p"
  b"\x0F]h\x0E\x15>O÷å\x7FÂ┌]├Øö"
  b"Êí~èùôJè§åfVóŽe<"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"\v¨I.VæO\x7F±Nð]CÙô\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b"{¬³4ŠðIŽŸªäVŠ×jí"
  b"""
    ·qSä╦õL╦Ø.O\x08ý■\n
    ~
    """
]
83 105.27 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"7Ý5\x17\x1F\x00N\x1F‰àaµÕ\x01¤"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"æÉ/̘!A:ŸÅ\x1Eq\x03WbØ"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"ûéf┘íKL\x0EÅ_6Ùs¡Èò"
  b"ìmf\x07UROCà\x02f\x16~\vîd"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  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"\x1F\x15ÓÉâ‚L"¥ä—(S€LÊ"
  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"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"""
    !‚•\n
    |\x18LʇÅÉZW’ÿá
    """
  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"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  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"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"uú­‡\x05•ET„ï¬ç÷•p„"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"\x01ÿ╠|ǵsì½.\x1AX J█8"
  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"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"„-—\x07ï\x13C§•žg¢+k9"
  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"""
    L[` P\n
    N«¹äR çI5:
    """
  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"\x01˜Ì{yLpÅ–ÑÚÌ< Çs"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x01˜Ì{BÈp\x03·fvs%žÐ@"
  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"*\x08{g›òA㪫l\x1DuÞ=<"
  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"°\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"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  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"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"qÅš7ö?Fõƒ€LÝÜ\x13ô+"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"ì\x01─áP*@│ê\x1F/é╣\x02êB"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"ëÜÒ“žœB\x1A„¾9’ý‡`\x0E"
  b"Ûô=ø¡¹Hª¹0aè«ÃðÌ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"œï%”ÜõMEºTL„g,Àœ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"%öL/u–B\x1D£!¹\x05­\x07"
  b"9„0¼2\x19L(§7­,\x11Åß@"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"Ò¡\x07\x0EI »╗Øê_þ7▄"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"ò\x1FìE┴\x7FO═Ài┐f(Æ═\x04"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"WË×ாBè·\x05íÀ¼‘<¤"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"╚¯\x1E\x03Z @¸×ÜüPLË|╠"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"&„/(-÷HÇ£8ֵ»"
  b"\x15þÙi¯™BCŒ<žeB±yP"
  b"dnÑ/—\x1DGO‚$]ì\x1F^¹@"
  b" |0©\x18©H?›šù¨\x08ü\x033"
  b"XqóØ\x1CÍEż­N:E\x00\x00Í"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"‚Nj™uFM7’Š»y\x07ã–ð"
  b"\x11͸­ÐaL‚­</ù´º&é"
  b"""
    Xº:\x14ehKQØþ▀a│\x18\n
    (
    """
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"4ò}ɳ¹Fášá@‚‰¥”""
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b">B®U…OO0¢^}Á” Z\"
  b"]═­\x12Z¨J\x1Aت¹y/fÂ<"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"ÃØí}‗‗G\x12Âóu1wQC)"
  b"üÝ\x06\x1Cy\eG2ª]Óß\x03ÒŸÙ"
  b"Ÿ$'tü¥B€¸\x08-‡*nO\x08"
  b"QkNÁ█|M\x06¬í/仨■\x1C"
  b"v°╔eÿ>Aôì\x05­Bñ]'Í"
  b"h‹\e\x02(MAé£zÑχ8"\x11"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"ýEÆ\e”#D}¼YRxìbµ\x01"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"ëN®<\x146Eµ¡Éº˜H—ŠÝ"
  b"\x0EE­¤|\fMí¥#\x00ž¥\x159I"
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"|ð=Å¥QIʃâ'R˯È\x1E"
  b"<û½ÝKƒA ’ †\x03%\x18±A"
  b"wàæ/YÆL߀ê\x18pÖ!:š"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"]Q0 ÈôEœ˜6cù\x1C²Ÿv"
  b"ó(êS\x0F½@\x06»…ø¾Ñ/IZ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"Æ`z¥ÛùG╚ü╣E\eæ7g╩"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"¼ÍÕ)ákK\fænüó\x08F{é"
  b"‗Jù,G¬Aì░ıÇ▄╩¦H¾"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"Q~┼!ÉgAúÑ\x18¬Ó5‗W╠"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"\x18.X\x04\x1E¦NwÂr\x19¬╗▀ü×"
  b"""
    M¾ìøÞKKG¿\x14\n
    |¢ˆ\x7F\x0F
    """
  b"mÿwM˜\rG¿¿0\3B\v"
  b"­‡×Xu‹Fù‹ïÒƒ’½—„"
  b"\x04¡\x11\x00ì\x7FJqà½)Ñ£\x12█Å"
  b"\x1E\x0Ed3\x1EHNðšV\x12P¯jÝ‘"
  b"""
    †‡\x12°¬}D@¶S¥³‰\n
    
    """
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"0ñdL\x01ÐOæ¤!™íøÌrÿ"
  b"²‹…¤zRJ\x16®ÀÿB\x0E\x1C"
  b"—##j;3C\x05¯îæO_É ì"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"ÚF\x0F¼Þ»LäêØL╩║\x10G1"
  b"µ6Ç\x7F·\rE]±XéSÁ¨Ï²"
  b"&’$\x01ÈBN8¶ Ö–HTkÁ"
  b"á^¡€¦\vL\x10¾éç_\x01h¢”"
  b"0|Q¤¨²M¦ºPuø\x11÷îÅ"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"´Š/”Ä\x1DJ>’Á‹µüÂn\x04"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"\x7F—Mã \x10Gš•)dê)¼×Å"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"o¹ÎÏDïL²©zZzŠÞ‹ƒ"
  b"mìd‘ÛŽC-‰w!lGq‚G"
  b"ýÍ%ƒ\x11…Aü‘0ÍÐç<Ú\x04"
  b"¸\x1D\x13×Â^M\eóK\x04ÇÙÅÝi"
  b")Eü]»ìL¡æÓ))Wàò>"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"""
    ıÒ\n
    دÙAFï$0¦4░35
    """
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"`{ǰ+╗BÛì@_`*ƒÎ\x14"
  b"■├Ä2ı=L1É┘þ_ãõ\rJ"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"\x14f+\x19F•®Ö“á2ðA—"
  b")’ñþ‘ñN0¨pŸ\x03\P·["
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"œ«ÜF(ÙMݳ‚cî½Gâ8"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"G:JõeÕG¯¤¿§W©þò?"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"QOÖ =RO͈°‡‰_Žï¬"
  b"\x03]«ÚKí²¹ö{\r™[¾"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¢J\x08é©ëM\x08¢@)õý¾\x0Eù"
  b"PÓžM\x03¨Ký”J+˸ܹØ"
  b"""
    Þ¡úx`©C»ƒ\r\x11\r\n
    VÊÚ
    """
  b"ÕX\x033Å¥M\fÿÉ(ËÆu\vq"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"IP…1\e1GO íòs=\x1A…?"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"ø0:\x03÷µFõ½ED|©”âI"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"‚Ú\x1C$MSJ\x14«\tQ²Œ]ÆC"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"†;øfaîJD’0w&Óå0­"
  b"vxì¥┬XGGáb6-C*Ô░"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"*ʬϴ#NÏìß\x1FÇY>┴)"
  b"ùÆ3#÷÷Hš…‘æy\¿G\x1E"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"L•t–\x17WHÅŽ‘¥,y9t\x0F"
  b"rÁüÚ=■JP╝jq¬Ò\fõÄ"
  b"\ržóÑ5\x1DNÆœUqó"]Ü›"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"k┐\x0F\r×?Bk©9üCÚèì\x16"
  b"»vvã\feI\e¤\x15½•&Îß*"
  b"8P▀\x11\x0FVI■ïÅ_tu$Êé"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"YBúŠ4»K±¬%m\x18z)E "
  b"\x00>\x01\f54IHµ3’¶(\x04÷Ó"
  b"\x1C╚«ñK\x06ê\x16S°ù¯É╩"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"W|ÞwF¦@KÖßçÜ#ÅîG"
  b"û╬Ò¼rJBÊÉÊ╠,]3té"
  b"\x03öò\x1DttHɹNùƒvÝ'a"
  b"¢ÄçÌq\x04A-•\vr…Î"Q¥"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"ï$Ù├\x08KL\x01ÖÅ\x16ó°t<\x03"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"Ló‗\x1F\eþKzò·t,Éï\x14ı"
  b"Ò&!\x1DaãA‗▓·Ø\v\x075Q█"
  b"\x006ãü╠bCÓ▒P£yı©│Í"
  b"°░IpÔ)J▓É};Âh\x1Az\x1C"
  b"\x05Å\x7FnåQH½¡\x0F¥ðòá\x17z"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"¹žwe\x03NET“×Þ#IGL\t"
  b"\x07ùA¡´cýÐ.{\x15T"
  b"""
    \x15\x7F›j¹\n
    K\e‘[\x04í5nµ\x05
    """
  b"üıêª^·B\x15¢kteÖÏ┐G"
  b":¬¹£\x18#@\f™Dîg\x1A´@\f"
  b"\tðÇÉÎ#Isë¾3\x15¡Ô\x11ø"
  b"¬­c7\x00fJª½–ÕYLÈŽ<"
  b"cc'Á*‗J¥¡\fîêÅľ\x10"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"®Ì,\x19ÆóK+€+êùpqP6"
  b"¢|ŠÕ!FN»ªê·\x13~„¾ÿ"
  b"U\fÅùë[B/œíìÑÌ2ÈÞ"
  b"Ä›?yòœGÊ¢\x13¡B?"Õð"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"Ÿ%wíÆ™Cv«Õõêœ\x7F"
  b"¥\x05*\x1A=!C=±ü³Qnâ}„"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"t[Äd\x18 MC¯dNú\x17ÄÙA"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"\x06ÂÝt\x1Eé@\vìJM>Ëj╦Ú"
  b"""
    \x07\n
    J¡,aHå˜:ë ¥ø\x01Ò
    """
  b"G╣âýÂÜI2Ø,\f\x18íâ"
  b"‘p-™3ÛG;’«}{Ôe½<"
  b"󨇃ðÓL\x01µÅ'ô\x13ëaü"
  b"\x1A'\x02Ÿ\x12âEW¢h«Åš¹R\f"
  b"6ñ_EˆIѾ\x14,OHÏ·H"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08œ\x00ðœ\x01N¾ªDDõl+úc"
  b"qÔRæÃ£Fxì\f3õoñí\x1C"
  b"¦ƒ–X>ÉF¤›\rö\x05ãI\x18("
  b"\x0Ew–ÛE4¾\tÊåu}:j"
  b"ú§½F ÄNd›—X<óÊlð"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"ÜÆ\x174³3Eë‘dyZFßU¬"
  b"Ñê\vÓ\x12*@9‚ž'"&\x00ªŠ"
  b"6\x1D┘úO:Ejƒhü7\x17‗,╗"
  b"QOHN~pIyáZ~Xì└>Å"
  b"@å[ïv‚M\x07Ž\x163ìjZªv"
  b"ûAû\\Ô@X«.²Uõ¬,Ú"
  b"¨Æ\x11=Ñ–L²±5e\x14yÈMí"
  b"Ö`sŒ&"@\r³ëúBÚã&S"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"\x17‚ƒ»í„Gê€s¤#a£ƒ?"
  b"""
    \x1C\x19\n
    92\x10LDˆ‰À¿\x1Cg|)
    """
  b"µCG\x12\x08îL›ƒ±\x13ætq~\x17"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"\x01˜Ì~\x17\x11r”‰öè\eÒªwñ"
  b"▒Ñ"(Ú▀D┌ÆÑ@ØÌ\x17"
  b"?×yûé†J룖²\¾VBÛ"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"¾´rOd§N:…W®”¹\x7F"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"~n6\x0F7%L\x1AžG­\x7FŽT¢g"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"ÉNw\x077ñGƒà╔x┐H7╦û"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"ß#éÑß>Jw¦Š"4\x04X¥4"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"í}»ØBiB2àJTp¯7Þ\e"
  b"íÿ¢\x01wCEå°ø\x1C0X$Tk"
  b"Üß>ß¶'MÀŒ„0Iærj±"
  b"\x17\x05æ<Cσ®2¸ÑìĬ"
  b"rËdŒ\x18\x13@\x10¯§ä…dg©D"
  b"ãÔ]®¿dHL•J?V9CH\"
  b"žÕ¢ÙÁbB⹜ .ir¾F"
  b"\x19»H®G%Lû‚,Utº\x17\x14Á"
  b"Ñ\x0Fê–›£CEˆì&识-\t"
  b"oƒ’¥>ÃI;¾(Â\x14Ðhœ‡"
  b"╠µ<(K\x11JçÅ┬Ç®\x15=­ã"
  b"‗:äv}¶L┼ü(\f¢Ëº·\x13"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"»’â£÷AL÷¦’!“ÙÓ&X"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"³ æ╚«}A\x05üç°:Ã3║["
  b"\x19Љ`\fŒGׯ9ÉE‡KÙô"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"½:m`€]H®’Á™pMm†\x1C"
  b"¥}â„$aAl‚ù\x01Utò©„"
  b"\x15$Pø&ðG©…}cä™úÎ3"
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"['uÚ\t~KF²kZç\eKh|"
  b"-\x14k$Ê»K&ù‗4rÉb¡¢"
  b"®—0m\x1D¿FëµÉÉNÞ¿¥«"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"«½\fЦ˜Hh´†ê\x1C‹¡ÊB"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"""
    ~)\x15ŽXËC\v«\n
    \t-Pñƒ¹
    """
  b"Ϥ(¶°\x01Kƒ¤†_«)µyÞ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"""
    G“\x12#£TJÙ¼u}ˆ¢\n
    .O
    """
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"OúÉ\x14ÑzCÀ§uÄïRêМ"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b":É cù¨MWç║╣t\x01═Õ╦"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"¤ÌDãn”Ez½òƒnr÷«X"
  b"·ã°.ü*Nê°N³H\x12…}d"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"<\x11}\v¾°N·‡ÜÖs[ý¢V"
  b"Ä^%@©4Oz¹‹™\x1AÅ\x01Œ¸"
  b"XRï†,ÞEÜŽDLã1f1^"
  b"i\x10xy+'OŸƒS\x1F}Ÿ5”Å"
  b"í´B­\x1DëD\‡?Ÿ\x12lR÷¯"
  b"¥à\x16`<ö@­Š0J¼v«?Ž"
  b"ªZ¶J’»@Q¦Ö#o` iD"
  b"Þž\x14­i0M3¿:Œ L\x14¸ï"
  b" z;àó\tI£“¸rØ'¡¤Ì"
  b"B×7]\x05░FüűÒ‗─{9Z"
  b"xß}λTFüáı¸Å»%\x1Cë"
  b")V"¿\x13ôO´¬c`;€‘t¢"
  b"u╬Öý6ªJÛ╗\x14¬\x04▄█\x10ü"
  b"!Äí\v\x1E@g§|ë#Œ_Þs"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"’PÝÖe…MŸ±rŽ~ýMÌ""
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"{úQ!>\fD°‚>šç¨R\f\t"
  b"ɲ†7k/E\eŸ¾Ô-p¦£e"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"\f\x19= þMO‡¦\vø;w}Åù"
  b"Äú\x08¦5üHê░DvH®Ä¼ö"
  b"\x12D\t¼B\x07­c6è¹\x1C"
  b"Ýïw\x17žûNs‘ûñûs©¼o"
  b"\x03u\x05\x1FåðI=åM4ºüÊ¿c"
  b"l\x0E^%\f”O[­[‚ŸîSB>"
  b"Wsy\x07Î\x15C2‹À‰œ;U\r0"
  b"¨ÊEt\x10\x03DõÖ*«<\x04Åıe"
  b"¬þ\tþäØD\t«Ú‹ß\x16´\x10Í"
  b"ý³ìy¤bLg§ÏÕÞë7dü"
  b"BÞÏG.õ@\x04‘L×§_yxe"
  b"\t8„\efAN;•ŒÜp‘=z\x19"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"zßòc™\x19B⿽°>«<„ö"
  b"C\x19ìÖ×\x18N?Œ i=ûáú©"
  b"±rzcnÓF)‘uï‹1Ì\x1CÅ"
  b"¦´Å¬┴ªH!ê:ó¿ouõj"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"øÛšõ=aJ0’%÷€iƾç"
  b"Óî½)[%J\x07—ÕAǪ\x17"
  b"výpWÈ«L╗Å\x13ûı1ªa╗"
  b"\x16\x1EH³E$ˆµÈ\x1F²YÌí"
  b"└l\x00Z\x10¾H\x1C¿iÆ:ü÷VW"
  b".\x05&…*LNÙ²`—)'4Ñ2"
  b"jT"Z\x1EõO╣ªOì0B¸v+"
  b"1ôLRú{N¹ªÁ4\x03³†w¯"
  b"„ë\x15€ÙªNß\x06ŠEñ‘bî"
  b"y„\x01å–xM?¶Ü!\x16\x00\x05z"
  b"]1\x05N]êCG·j‰7°U°”"
  b"\x16CjªOeLÑ’PDæÇ&˜–"
  b"†tuu©JIhŒµëò£A0D"
  b"ý╩5õ▀ÊKrÉ\fÇ+┬╬`m"
  b"""
    \x12\f\n
    .z.Be€©L×(l‹ƒ
    """
  b"«]Î\tëÔA}æwü.═[├Ü"
  b"\x01˜Ìztòrá±õ&¡¹»,7"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"Çøÿýü{@Wæm=:ø=\x1Cc"
  b">\x00r\e‘ÊNÎŽ'«\x02\x1E"
  b"'¢{┴ü¶O\x15ÁöYìt\x0E"
  b"î.žÜ­xE}¢/¨>쩈¶"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"\x0F\x03ý╔K\x1A«é\x1FÁÔ\x07"
  b"&ÝKb`KAij>¸@Y#c "
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"X\eõM­8H,˜œ<\x07%ÙÜÔ"
  b"_à;‘°\x11M\x12—øØ\x19*’á¢"
  b"×~¥x\x16ëDm¸­ù!oi\tÿ"
  b"ÌV­|µ\Hµ¨\x025\x18¢\x11RH"
  b"ÁJÉc.\x03Dñ»╝îiÙWâK"
  b">cÏòMÿB¦ª\x16\r¢Ò!Nv"
  b"\x00Ù3B«4G݇©_éÏe8ú"
  b"v ‚mÒ¤LL¦ kä=ëÑË"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"u£vyN\x14I░É\x05c╔`Ú>\x06"
  b"Ä%·D\eeFZ–‚©6î\x04ÇÝ"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"•yR …TDÞŠF\x07oËÉ ï"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"\x04Õ)Å=~H<˜ ™e÷\x084\x03"
  b"ص\fÉ:7A\e²§ÌÐó•]¢"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"\x04g_œ¿ÅN\x17´´]Sè"Š\x12"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"àž\x03°x¨G­…ËhfžŸX"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"""
    fk\x16HMkBòü\n
    à%\x12ßQ 
    """
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"ùbÌ\x07³yHË‘\x11\x13SÅ/\x12#"
  b"Ì^ÛÃI‚E1£øÌüDÈPê"
  b"my%\x1D öBº–y&.ÁŸ\x15Ö"
  b"Tµ°#JCOgŸÐ\x1CÍO*ØU"
  b"è¶›Æ\x15ôFU“dÏGﻥÀ"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"/ƒÛƒœGH¶”U\x08u˜6d/"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"§X";^-Bæ‘b\x11+}\r\vP"
  b"s└±\x18%*JO¢Sb├\r4lØ"
  b"\x02╗ÇüCÕ¬Tßé\t|/R"
  b"[oX»:m@N¦Ý—­ ³)î"
  b"`Nµ~îhA'ƒ¬\v9x▓´É"
  b"„ÄLÜ\x11]O\x7F‰1+Í's8j"
  b"@æåÇrÚO\x19†å˜¡@c¢Á"
  b"Ù12ÏÀãG,•ŽœB—lÃ)"
  b"┼¿8┤▄°LyØdxØ┤‗Í£"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"OÚbX╝\x11D├¼fìYgû{r"
  b"Ú×öF│ªLÉè╔í▓Á╬7\x01"
  b"÷vˆ* \x0FO˜¬à›÷[U_G"
  b"»J‡åÛ¶Dµ…\x0Eü+áU¦V"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"ý±Œ¸\x00ZCC¦vÐ$À\x06á·"
  b"\e¼\x15CìE÷║õ.kU├¡+"
  b"©äpn=,I\x1F„þ\x146"„XÚ"
  b"¥\x0E▀b,KD\x1D▒¬|MÛsØ,"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"`Y\x02\x04¦ìDI╣─ëÒ[─Ð\t"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"‘XÈQ\tÚIó°]\x03\x06‘ k5"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"t(ûÿÆoJS˜0Ã\x04\x19•¯‘"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"\x00äìÑLˬª;®A¿’_"
  b"2\túÖ¼ÂI\x19¡ýŒËQ=5M"
  b"d\x18–ŽÄWNZ„\x0F\YcqîÏ"
  b"\x10oçᕇ@\v²Tbàï´]Ç"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"œ¹/\f'ONô·\x10\x14\x07kÓ®\x1D"
  b"Ör,‹úEÄ™1\x06\x08vä`ý"
  b"Ð╗Óì-┘O8Æ`Nä«ö▓â"
  b"ää]wN¯C ¢xëúsîâê"
  b"\x05Ø8Þ\x00ªIl½e\x1DfÞ▄Ëf"
  b"\r\x16\x7F<@n¾Oé,C\t¯u"
  b"ÞÈ®\t%DC¹Š-\x7FY½¨f\x1C"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"XÄ5kk\x0EJÛ░7▒ØÂþãÊ"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"½áJ£à£CÐØi«=·\x0Eß§"
  b"u~À%{êL…¿Êa8ï>@x"
  b"/Ú.GV>A“¨\x14žh\týÆR"
  b"""
    ¤ë\x0Fô\x1AïHg—¡\n
    ]\x1C&ZÎ
    """
  b"\x01>ÀyñLB\x0F¿ê\x11Bq”I“"
  b"\v4ÕØ^ýD\x1D\x13rÕUþò┐"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"q<xÀwÂKú╗{ÁJ\r®-ü"
  b"\x1F\x089ùO±­å2íøWƒ3"
  b"#bå\x06õ¸@u…‚p¼Ò5>U"
  b"Ø÷1høcF²ê,²æ0¹ôƒ"
  b"É┌Zøº!I├íLNT┘\x17ä{"
  b"õ°û\r+ýDÏž–‡¾ÎÒ(:"
  b"""
    ¦\x16K\n
    '—G\x13°ž@ˆ¾1þB
    """
  b"\x18CuR”\x18MÁ„>ÅD\x07p@{"
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"ÙZ2{“ÏCúœ›‰§GÇçl"
  b"È/?+ߌBæ­ŠËäõIfÑ"
  b"˜F‹N0UI~“sç)&ºˆ{"
  b"­\x1Fõì¼FNU²^i‹Ð\x1A4Q"
  b"\x103\x00J?ÏB\x10®‹C\x06§º•ù"
  b"ö릢5\x16M└¿É­\x042ÐO\x18"
  b"""
    M@ô\x07n\x03J\n
    ±\x7FPmí[ç5
    """
  b"ºB[Ö—ôM¿¿¡ôÊRS½z"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"`ëÝ|«╩E┤ük║┬0^âô"
  b"""
    Êd\x07”áLA\x05ж1\n
    9w\x16"
    """
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"UŒ×ä¿ûG_±»\x1D\U?\0"
  b"ü½IÉÚjN­²4æ`±5õÅ"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b";44„’îHKš#+òæïh1"
  b"ØÀ³™=bOù¾åÐçöQ0¹"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"J¦?V·;OL•8¶…âøÅ\x02"
  b"e!êìU┐H\e£kÎ2╬╠┼\f"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\rØ­•©\x02Gs‰”\x1E2£Ž¸‚"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"\x16Ø┴sDQ╝ìs±¿ı╦p"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"â\x7FH\eñ\vC`†<}-ÛÇŒ…"
  b"·\x03═LüdEXü+\x18ÎA\tÿ^"
  b"\x07`\x1A\^*JàœÁsó<\x1FŸÓ"
  b" \x00\x12ÞMá’ Zˆl*\r"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\tÁ\x7F¶ÝïH*øxXØ¡Ò▄s"
  b"Ê´0ô›+OË—ÑFv¹\t†Y"
  b"¶,]wÄ!O»­ˆ…\x03Ñ¢¢ß"
  b"¢FKìÄ"Oµ•Ât\v\x7F¼?\x0F"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\x01˜Ì~U×sä­ó¶u9å\x07("
  b"""
    Z\x0Eâ\n
    XvK!Šû=0s3\x1AŽ
    """
  b"á»§«íùE\x03¥\x0F;WÆoÎ÷"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"\x01˜Ì~”Ys»€l=û,\x1Eža"
  b":O2!¿(N\x1CÅ\x1D8\x7F\x10õ"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"©çŠ\x04ÕôM¦ƒ\x7FÍ\x19uÐêË"
  b"""
    pV\x08\n
    °\x19HÓŒE\x10F\x18„ɘ
    """
  b"\x01/]–MÚµû®\x00€fc\x10"
  b"¨\ej\x1CbúHkü®▀¥±1áÜ"
  b":H!\x0EšÓBB‚ëÞ\x08\x13nO\x13"
  b"E-Å\x05Ù▒@LÖØ\x06╚]Ìó\x04"
  b"Á±<„\x00LL\x10©XBÎT#^k"
  b"¼╦ðÙ\x05ÉL­║\x7FE¹8F└^"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"╦ó}ºc╦@ðû╚¤É\x16°Wì"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"»Åã║ÙèMPÆ®\x00¯ï\x11å¥"
  b"÷þD°¥mOÙÅ uåvCY="
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"\x18ÜÌ`_\x14M\x01™!"Œ+>Sþ"
  b"\x17o­x£ÝHD▒#ÿÉ\x1F`\x122"
  b"`”Û"þ$O‡™5`±kî&„"
  b"""
    ØOÀýÈbMéµÕô¸:\n
    <N
    """
  b"¤\vÚ…\vÿM\x1D˜³Í´MyÔ\x03"
  b"º\x10ж´ÚLÆÉ,÷IBç┬_"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"PsÆ\vÄêN\¡á©[n…ï°"
  b"²\x0E¸¿Ë:D#­ûžEl*CX"
  b"ƒöIRæhFVüÀæl0\tÓ§"
  b"¡\x06Õc«HNè”ûG\ÂÓuÉ"
  b"6ü½ß^|B&„ O4Áƒ]\x14"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"šÓ½=r\x1FMbµ‡æò+/R\x17"
  b"+\x1E.\e™öJŒ•<´›fUá\x1A"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"cU\fP4?FAû\x7FÅwmB¹ß"
  b"dÅ─$yØEm¥a!(SC‗¦"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"ù›òí\x0E¯Cç¤$¡)Èî\x13+"
  b"p‰¼\x03®wA5ªE z\x07\x06×u"
  b"ê†cØ\võ@\x04Œi@'ýìÆI"
  b"\x054└é`0DöÉã^I/\x1Fë\x18"
  b";Ñ^Fó#Aa£¨jÁqvl%"
  b"ê\x16\x0E\x15E[ŠãcŸRÂy"
  b"ëJ,Œ´\eBÑ”{‹ÇnñkA"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"ä·ä˜’àJ$‡‡£\ñ\r"
  b"Kx0_`ÌM<¬\x00ç'¢}í•"
  b"ÂègÏ0\eGA½\x08©«Çq\vË"
  b"6w¤C\x17ÖD\x00‡Çõظ~¯""
  b"gr~3QmC¦ÑÙÅZ│▓§="
  b"cwƒéa7D°™¥ ª´n2ª"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x18░╬»zOCìò╦qû¹qÝä"
  b"L\x12═7ÕNO\vƒîâ¸úÅ┼\x05"
  b"l\x00╠╣8╗@õü&u╬▓▀s\x05"
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"’ c3—ÕCý®öMÇÜ] ë"
  b"ŽÃFsÅõK¹„@%0¼âêÀ"
  b"\x11\x1AXÍxGþƒsFÀZ5\x04«"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"ë:ü)¦·E×ɨ»Ú$¬p¡"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"·Í\rÆ¡{IS·lJ\x10b•Co"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"•8ׂthMìÂÊZ\x048,ª"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"\x1D▀¯b\v6@\x18ƒd1jÒV\x1Eü"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"M2_ZìåCÖŠ‹¼¼‘Û0Ž"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"‰}éšÞæMIŸFÕª/\x08¨Í"
  b"N▒¨÷ÎÜB\nÉBSg\x7FÄ\x00y"
  b"Sï?ø–®E”³€í\x1FR;-k"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"b¾ÉÆØ\x04@ê£\x15Uí}™êÁ"
  b"ö\x02üTB╗Aƺ÷\x12▀¸©sn"
  b"ß╔\e\v┘9@t¬áØÊ\x04B█ý"
  b"\x1F*‚–´jBPž¯\x16Ì\x1A“®_"
  b"*ÿÛ‚½ÖN\x12³ðåÄŒŽ\x10p"
  b"\x0F]h\x0E\x15>O÷å\x7FÂ┌]├Øö"
  b"Êí~èùôJè§åfVóŽe<"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"\v¨I.VæO\x7F±Nð]CÙô\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b"{¬³4ŠðIŽŸªäVŠ×jí"
  b"""
    ·qSä╦õL╦Ø.O\x08ý■\n
    ~
    """
]
84 4.31 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"\x006ãü╠bCÓ▒P£yı©│Í"
  b"\x00>\x01\f54IHµ3’¶(\x04÷Ó"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00Ù3B«4G݇©_éÏe8ú"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"\x01>ÀyñLB\x0F¿ê\x11Bq”I“"
  b"\x01˜Ìztòrá±õ&¡¹»,7"
  b"\x01˜Ì{BÈp\x03·fvs%žÐ@"
  b"\x01˜Ì{yLpÅ–ÑÚÌ< Çs"
  b"\x01ÿ╠|ǵsì½.\x1AX J█8"
  b"\x01˜Ì~\x17\x11r”‰öè\eÒªwñ"
  b"\x01˜Ì~U×sä­ó¶u9å\x07("
  b"\x01˜Ì~”Ys»€l=û,\x1Eža"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03u\x05\x1FåðI=åM4ºüÊ¿c"
  b"\x03öò\x1DttHɹNùƒvÝ'a"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"\x04g_œ¿ÅN\x17´´]Sè"Š\x12"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04¡\x11\x00ì\x7FJqà½)Ñ£\x12█Å"
  b"\x04Õ)Å=~H<˜ ™e÷\x084\x03"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x054└é`0DöÉã^I/\x1Fë\x18"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05Ø8Þ\x00ªIl½e\x1DfÞ▄Ëf"
  b"\x05Å\x7FnåQH½¡\x0F¥ðòá\x17z"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06ÂÝt\x1Eé@\vìJM>Ëj╦Ú"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"""
    \x07\n
    J¡,aHå˜:ë ¥ø\x01Ò
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07`\x1A\^*JàœÁsó<\x1FŸÓ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08œ\x00ðœ\x01N¾ªDDõl+úc"
  b"\t8„\efAN;•ŒÜp‘=z\x19"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\tÁ\x7F¶ÝïH*øxXØ¡Ò▄s"
  b"\tðÇÉÎ#Isë¾3\x15¡Ô\x11ø"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\v4ÕØ^ýD\x1D\x13rÕUþò┐"
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v¨I.VæO\x7F±Nð]CÙô\x7F"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\x19= þMO‡¦\vø;w}Åù"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r\x16\x7F<@n¾Oé,C\t¯u"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\ržóÑ5\x1DNÆœUqó"]Ü›"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\rØ­•©\x02Gs‰”\x1E2£Ž¸‚"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"\x0EE­¤|\fMí¥#\x00ž¥\x159I"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x0F\x03ý╔K\x1A«é\x1FÁÔ\x07"
  b"\x0F]h\x0E\x15>O÷å\x7FÂ┌]├Øö"
  b"\x103\x00J?ÏB\x10®‹C\x06§º•ù"
  b"\x10oçᕇ@\v²Tbàï´]Ç"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x11͸­ÐaL‚­</ù´º&é"
  b"""
    \x12\f\n
    .z.Be€©L×(l‹ƒ
    """
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x15$Pø&ðG©…}cä™úÎ3"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"""
    \x15\x7F›j¹\n
    K\e‘[\x04í5nµ\x05
    """
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x15þÙi¯™BCŒ<žeB±yP"
  b"\x16\x1EH³E$ˆµÈ\x1F²YÌí"
  b"\x16CjªOeLÑ’PDæÇ&˜–"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"\x17\x05æ<Cσ®2¸ÑìĬ"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17o­x£ÝHD▒#ÿÉ\x1F`\x122"
  b"\x17‚ƒ»í„Gê€s¤#a£ƒ?"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18.X\x04\x1E¦NwÂr\x19¬╗▀ü×"
  b"\x18CuR”\x18MÁ„>ÅD\x07p@{"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18░╬»zOCìò╦qû¹qÝä"
  b"\x18ÜÌ`_\x14M\x01™!"Œ+>Sþ"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"\x19»H®G%Lû‚,Utº\x17\x14Á"
  b"\x19Љ`\fŒGׯ9ÉE‡KÙô"
  b"\x1A'\x02Ÿ\x12âEW¢h«Åš¹R\f"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"""
    \x1C\x19\n
    92\x10LDˆ‰À¿\x1Cg|)
    """
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1D▀¯b\v6@\x18ƒd1jÒV\x1Eü"
  b"\x1E\x0Ed3\x1EHNðšV\x12P¯jÝ‘"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"\x1F\x15ÓÉâ‚L"¥ä—(S€LÊ"
  b"\x1F*‚–´jBPž¯\x16Ì\x1A“®_"
  b"\x1F\x089ùO±­å2íøWƒ3"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b" \x00\x12ÞMá’ Zˆl*\r"
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b" |0©\x18©H?›šù¨\x08ü\x033"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"\x1C╚«ñK\x06ê\x16S°ù¯É╩"
  b"""
    !‚•\n
    |\x18LʇÅÉZW’ÿá
    """
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!Äí\v\x1E@g§|ë#Œ_Þs"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"#bå\x06õ¸@u…‚p¼Ò5>U"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"$ð‹Áú­EʵInöžt{B"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"%öL/u–B\x1D£!¹\x05­\x07"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"&„/(-÷HÇ£8ֵ»"
  b"&’$\x01ÈBN8¶ Ö–HTkÁ"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&ÝKb`KAij>¸@Y#c "
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'¢{┴ü¶O\x15ÁöYìt\x0E"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(½»*3LNûƒ=PÉô{½B"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")Eü]»ìL¡æÓ))Wàò>"
  b")V"¿\x13ôO´¬c`;€‘t¢"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")’ñþ‘ñN0¨pŸ\x03\P·["
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"*ʬϴ#NÏìß\x1FÇY>┴)"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"*ÿÛ‚½ÖN\x12³ðåÄŒŽ\x10p"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"+\x1E.\e™öJŒ•<´›fUá\x1A"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"-\x14k$Ê»K&ù‗4rÉb¡¢"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b".\x05&…*LNÙ²`—)'4Ñ2"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"/ƒÛƒœGH¶”U\x08u˜6d/"
  b"/Ú.GV>A“¨\x14žh\týÆR"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0|Q¤¨²M¦ºPuø\x11÷îÅ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"0ñdL\x01ÐOæ¤!™íøÌrÿ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"1ôLRú{N¹ªÁ4\x03³†w¯"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"2\túÖ¼ÂI\x19¡ýŒËQ=5M"
  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³­É£\x7FIïí═Oý<ôu\"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"4ò}ɳ¹Fášá@‚‰¥”""
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"\x0Ew–ÛE4¾\tÊåu}:j"
  b"6\x1D┘úO:Ejƒhü7\x17‗,╗"
  b"6w¤C\x17ÖD\x00‡Çõظ~¯""
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"6ñ_EˆIѾ\x14,OHÏ·H"
  b"6ü½ß^|B&„ O4Áƒ]\x14"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"7Ý5\x17\x1F\x00N\x1F‰àaµÕ\x01¤"
  b"8P▀\x11\x0FVI■ïÅ_tu$Êé"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9„0¼2\x19L(§7­,\x11Åß@"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b":H!\x0EšÓBB‚ëÞ\x08\x13nO\x13"
  b":O2!¿(N\x1CÅ\x1D8\x7F\x10õ"
  b":É cù¨MWç║╣t\x01═Õ╦"
  b":¬¹£\x18#@\f™Dîg\x1A´@\f"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";44„’îHKš#+òæïh1"
  b"\x12D\t¼B\x07­c6è¹\x1C"
  b";Ñ^Fó#Aa£¨jÁqvl%"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"<\x11}\v¾°N·‡ÜÖs[ý¢V"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"<û½ÝKƒA ’ †\x03%\x18±A"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b">\x00r\e‘ÊNÎŽ'«\x02\x1E"
  b">B®U…OO0¢^}Á” Z\"
  b">cÏòMÿB¦ª\x16\r¢Ò!Nv"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"?×yûé†J룖²\¾VBÛ"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@å[ïv‚M\x07Ž\x163ìjZªv"
  b"@æåÇrÚO\x19†å˜¡@c¢Á"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"B×7]\x05░FüűÒ‗─{9Z"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"BÞÏG.õ@\x04‘L×§_yxe"
  b"C\x19ìÖ×\x18N?Œ i=ûáú©"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"E-Å\x05Ù▒@LÖØ\x06╚]Ìó\x04"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"F/$+C<A膚씼Áùs"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G:JõeÕG¯¤¿§W©þò?"
  b"""
    G“\x12#£TJÙ¼u}ˆ¢\n
    .O
    """
  b"G╣âýÂÜI2Ø,\f\x18íâ"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J¦?V·;OL•8¶…âøÅ\x02"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"Kx0_`ÌM<¬\x00ç'¢}í•"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"\x00äìÑLˬª;®A¿’_"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\x12═7ÕNO\vƒîâ¸úÅ┼\x05"
  b"""
    L[` P\n
    N«¹äR çI5:
    """
  b"L”aªŸ#Gˑۿck1œ?"
  b"L•t–\x17WHÅŽ‘¥,y9t\x0F"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"Ló‗\x1F\eþKzò·t,Éï\x14ı"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M2_ZìåCÖŠ‹¼¼‘Û0Ž"
  b"""
    M@ô\x07n\x03J\n
    ±\x7FPmí[ç5
    """
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"""
    M¾ìøÞKKG¿\x14\n
    |¢ˆ\x7F\x0F
    """
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N▒¨÷ÎÜB\nÉBSg\x7FÄ\x00y"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"OÚbX╝\x11D├¼fìYgû{r"
  b"OúÉ\x14ÑzCÀ§uÄïRêМ"
  b"PsÆ\vÄêN\¡á©[n…ï°"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"PÓžM\x03¨Ký”J+˸ܹØ"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QOHN~pIyáZ~Xì└>Å"
  b"QOÖ =RO͈°‡‰_Žï¬"
  b"QkNÁ█|M\x06¬í/仨■\x1C"
  b"Q~┼!ÉgAúÑ\x18¬Ó5‗W╠"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Sï?ø–®E”³€í\x1FR;-k"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"Tµ°#JCOgŸÐ\x1CÍO*ØU"
  b"U\fÅùë[B/œíìÑÌ2ÈÞ"
  b"UŒ×ä¿ûG_±»\x1D\U?\0"
  b"\x16Ø┴sDQ╝ìs±¿ı╦p"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Wsy\x07Î\x15C2‹À‰œ;U\r0"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W|ÞwF¦@KÖßçÜ#ÅîG"
  b"\x14f+\x19F•®Ö“á2ðA—"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"WË×ாBè·\x05íÀ¼‘<¤"
  b"X\eõM­8H,˜œ<\x07%ÙÜÔ"
  b"XRï†,ÞEÜŽDLã1f1^"
  b"XqóØ\x1CÍEż­N:E\x00\x00Í"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"XÄ5kk\x0EJÛ░7▒ØÂþãÊ"
  b"""
    Xº:\x14ehKQØþ▀a│\x18\n
    (
    """
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"YBúŠ4»K±¬%m\x18z)E "
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"""
    Z\x0Eâ\n
    XvK!Šû=0s3\x1AŽ
    """
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"['uÚ\t~KF²kZç\eKh|"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"[oX»:m@N¦Ý—­ ³)î"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]1\x05N]êCG·j‰7°U°”"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]Q0 ÈôEœ˜6cù\x1C²Ÿv"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]═­\x12Z¨J\x1Aت¹y/fÂ<"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x01/]–MÚµû®\x00€fc\x10"
  b"_à;‘°\x11M\x12—øØ\x19*’á¢"
  b"`Nµ~îhA'ƒ¬\v9x▓´É"
  b"`Y\x02\x04¦ìDI╣─ëÒ[─Ð\t"
  b"`{ǰ+╗BÛì@_`*ƒÎ\x14"
  b"`ëÝ|«╩E┤ük║┬0^âô"
  b"`”Û"þ$O‡™5`±kî&„"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b¾ÉÆØ\x04@ê£\x15Uí}™êÁ"
  b"cU\fP4?FAû\x7FÅwmB¹ß"
  b"cc'Á*‗J¥¡\fîêÅľ\x10"
  b"cwƒéa7D°™¥ ª´n2ª"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"d\x18–ŽÄWNZ„\x0F\YcqîÏ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"dnÑ/—\x1DGO‚$]ì\x1F^¹@"
  b"dÅ─$yØEm¥a!(SC‗¦"
  b"e!êìU┐H\e£kÎ2╬╠┼\f"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"""
    fk\x16HMkBòü\n
    à%\x12ßQ 
    """
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"gr~3QmC¦ÑÙÅZ│▓§="
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"h‹\e\x02(MAé£zÑχ8"\x11"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"i\x10xy+'OŸƒS\x1F}Ÿ5”Å"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"jT"Z\x1EõO╣ªOì0B¸v+"
  b"jØâB?³C®£ª╠*\v3jô"
  b"\x02╗ÇüCÕ¬Tßé\t|/R"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"k┐\x0F\r×?Bk©9üCÚèì\x16"
  b"l\x00╠╣8╗@õü&u╬▓▀s\x05"
  b"l\x0E^%\f”O[­[‚ŸîSB>"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"my%\x1D öBº–y&.ÁŸ\x15Ö"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"mìd‘ÛŽC-‰w!lGq‚G"
  b"mÿwM˜\rG¿¿0\3B\v"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oXÎQìRN{åIZ,]aDù"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"oƒ’¥>ÃI;¾(Â\x14Ðhœ‡"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o¹ÎÏDïL²©zZzŠÞ‹ƒ"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"""
    pV\x08\n
    °\x19HÓŒE\x10F\x18„ɘ
    """
  b"p‰¼\x03®wA5ªE z\x07\x06×u"
  b"\x03]«ÚKí²¹ö{\r™[¾"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"q<xÀwÂKú╗{ÁJ\r®-ü"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"qÅš7ö?Fõƒ€LÝÜ\x13ô+"
  b"qÔRæÃ£Fxì\f3õoñí\x1C"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"rÁüÚ=■JP╝jq¬Ò\fõÄ"
  b"rËdŒ\x18\x13@\x10¯§ä…dg©D"
  b"s└±\x18%*JO¢Sb├\r4lØ"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t(ûÿÆoJS˜0Ã\x04\x19•¯‘"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"t[Äd\x18 MC¯dNú\x17ÄÙA"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"u~À%{êL…¿Êa8ï>@x"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u£vyN\x14I░É\x05c╔`Ú>\x06"
  b"u¤fº(TAȧ\²ûd·_é"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╬Öý6ªJÛ╗\x14¬\x04▄█\x10ü"
  b"uú­‡\x05•ET„ï¬ç÷•p„"
  b"v ‚mÒ¤LL¦ kä=ëÑË"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"vxì¥┬XGGáb6-C*Ô░"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"výpWÈ«L╗Å\x13ûı1ªa╗"
  b"v°╔eÿ>Aôì\x05­Bñ]'Í"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wàæ/YÆL߀ê\x18pÖ!:š"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xß}λTFüáı¸Å»%\x1Cë"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y„\x01å–xM?¶Ü!\x16\x00\x05z"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"zßòc™\x19B⿽°>«<„ö"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{¬³4ŠðIŽŸªäVŠ×jí"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"{úQ!>\fD°‚>šç¨R\f\t"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|ð=Å¥QIʃâ'R˯È\x1E"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"""
    ~)\x15ŽXËC\v«\n
    \t-Pñƒ¹
    """
  b"~n6\x0F7%L\x1AžG­\x7FŽT¢g"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7F—Mã \x10Gš•)dê)¼×Å"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"Çøÿýü{@Wæm=:ø=\x1Cc"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üıêª^·B\x15¢kteÖÏ┐G"
  b"‚Nj™uFM7’Š»y\x07ã–ð"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"é┤-R@8JØäoK²&┼\ee"
  b"‚Ú\x1C$MSJ\x14«\tQ²Œ]ÆC"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„ÄLÜ\x11]O\x7F‰1+Í's8j"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"„ë\x15€ÙªNß\x06ŠEñ‘bî"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†;øfaîJD’0w&Óå0­"
  b"†tuu©JIhŒµëò£A0D"
  b"""
    †‡\x12°¬}D@¶S¥³‰\n
    
    """
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"ë:ü)¦·E×ɨ»Ú$¬p¡"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"‰}éšÞæMIŸFÕª/\x08¨Í"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"ï$Ù├\x08KL\x01ÖÅ\x16ó°t<\x03"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"ì\x01─áP*@│ê\x1F/é╣\x02êB"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìmf\x07UROCà\x02f\x16~\vîd"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Äú\x08¦5üHê░DvH®Ä¼ö"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"ŽÃFsÅõK¹„@%0¼âêÀ"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"ÉNw\x077ñGƒà╔x┐H7╦û"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"É┌Zøº!I├íLNT┘\x17ä{"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x07ùA¡´cýÐ.{\x15T"
  b"‘XÈQ\tÚIó°]\x03\x06‘ k5"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘p-™3ÛG;’«}{Ôe½<"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"’PÝÖe…MŸ±rŽ~ýMÌ""
  b"Æ`z¥ÛùG╚ü╣E\eæ7g╩"
  b"’ c3—ÕCý®öMÇÜ] ë"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"ö\x02üTB╗Aƺ÷\x12▀¸©sn"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"ö릢5\x16M└¿É­\x042ÐO\x18"
  b"ò\x1FìE┴\x7FO═Ài┐f(Æ═\x04"
  b"•8ׂthMìÂÊZ\x048,ª"
  b"•yR …TDÞŠF\x07oËÉ ï"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"ûéf┘íKL\x0EÅ_6Ùs¡Èò"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"û╬Ò¼rJBÊÉÊ╠,]3té"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—##j;3C\x05¯îæO_É ì"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜F‹N0UI~“sç)&ºˆ{"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"šÓ½=r\x1FMbµ‡æò+/R\x17"
  b"\x11\x1AXÍxGþƒsFÀZ5\x04«"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ«ÜF(ÙMݳ‚cî½Gâ8"
  b"œ¹/\f'ONô·\x10\x14\x07kÓ®\x1D"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"Ø÷1høcF²ê,²æ0¹ôƒ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž“_Hß”C2­ii1º,ýä"
  b"žÕ¢ÙÁbB⹜ .ir¾F"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"Ÿ$'tü¥B€¸\x08-‡*nO\x08"
  b"Ÿ%wíÆ™Cv«Õõêœ\x7F"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"ƒöIRæhFVüÀæl0\tÓ§"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" z;àó\tI£“¸rØ'¡¤Ì"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡\x06Õc«HNè”ûG\ÂÓuÉ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"í}»ØBiB2àJTp¯7Þ\e"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¢FKìÄ"Oµ•Ât\v\x7F¼?\x0F"
  b"¢J\x08é©ëM\x08¢@)õý¾\x0Eù"
  b"¢|ŠÕ!FN»ªê·\x13~„¾ÿ"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢ÄçÌq\x04A-•\vr…Î"Q¥"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"¤\vÚ…\vÿM\x1D˜³Í´MyÔ\x03"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"¤ÌDãn”Ez½òƒnr÷«X"
  b"""
    ¤ë\x0Fô\x1AïHg—¡\n
    ]\x1C&ZÎ
    """
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"¥\x05*\x1A=!C=±ü³Qnâ}„"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥}â„$aAl‚ù\x01Utò©„"
  b"¥à\x16`<ö@­Š0J¼v«?Ž"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"""
    ¦\x16K\n
    '—G\x13°ž@ˆ¾1þB
    """
  b"¦ƒ–X>ÉF¤›\rö\x05ãI\x18("
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"º\x10ж´ÚLÆÉ,÷IBç┬_"
  b"§X";^-Bæ‘b\x11+}\r\vP"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨Æ\x11=Ñ–L²±5e\x14yÈMí"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"©äpn=,I\x1F„þ\x146"„XÚ"
  b"©çŠ\x04ÕôM¦ƒ\x7FÍ\x19uÐêË"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªZ¶J’»@Q¦Ö#o` iD"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"½áJ£à£CÐØi«=·\x0Eß§"
  b"«½\fЦ˜Hh´†ê\x1C‹¡ÊB"
  b"¬­c7\x00fJª½–ÕYLÈŽ<"
  b"¼╦ðÙ\x05ÉL­║\x7FE¹8F└^"
  b"¼ÍÕ)ákK\fænüó\x08F{é"
  b"¬þ\tþäØD\t«Ú‹ß\x16´\x10Í"
  b"­\x1Fõì¼FNU²^i‹Ð\x1A4Q"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­‡×Xu‹Fù‹ïÒƒ’½—„"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"«]Î\tëÔA}æwü.═[├Ü"
  b"®—0m\x1D¿FëµÉÉNÞ¿¥«"
  b"®Ì,\x19ÆóK+€+êùpqP6"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"»Åã║ÙèMPÆ®\x00¯ï\x11å¥"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±rzcnÓF)‘uï‹1Ì\x1CÅ"
  b"▒Ñ"(Ú▀D┌ÆÑ@ØÌ\x17"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²\x0E¸¿Ë:D#­ûžEl*CX"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"²‹…¤zRJ\x16®ÀÿB\x0E\x1C"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"´Š/”Ä\x1DJ>’Á‹µüÂn\x04"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µ6Ç\x7F·\rE]±XéSÁ¨Ï²"
  b"µCG\x12\x08îL›ƒ±\x13ætq~\x17"
  b"ÁJÉc.\x03Dñ»╝îiÙWâK"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶,]wÄ!O»­ˆ…\x03Ñ¢¢ß"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"·Í\rÆ¡{IS·lJ\x10b•Co"
  b"·ã°.ü*Nê°N³H\x12…}d"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"¹žwe\x03NET“×Þ#IGL\t"
  b"ºB[Ö—ôM¿¿¡ôÊRS½z"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»J‡åÛ¶Dµ…\x0Eü+áU¦V"
  b"»vvã\feI\e¤\x15½•&Îß*"
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»’â£÷AL÷¦’!“ÙÓ&X"
  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"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½:m`€]H®’Á™pMm†\x1C"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¢¡g_9─@Éóݺm!■6û"
  b"¥\x0E▀b,KD\x1D▒¬|MÛsØ,"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¾´rOd§N:…W®”¹\x7F"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"\e¼\x15CìE÷║õ.kU├¡+"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"└l\x00Z\x10¾H\x1C¿iÆ:ü÷VW"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á±<„\x00LL\x10©XBÎT#^k"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ÂègÏ0\eGA½\x08©«Çq\vË"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Ä%·D\eeFZ–‚©6î\x04ÇÝ"
  b"Ä^%@©4Oz¹‹™\x1AÅ\x01Œ¸"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Ä›?yòœGÊ¢\x13¡B?"Õð"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼¿8┤▄°LyØdxØ┤‗Í£"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"ÃØí}‗‗G\x12Âóu1wQC)"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"È/?+ߌBæ­ŠËäõIfÑ"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╚¯\x1E\x03Z @¸×ÜüPLË|╠"
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ɲ†7k/E\eŸ¾Ô-p¦£e"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"""
    Êd\x07”áLA\x05ж1\n
    9w\x16"
    """
  b"Ê´0ô›+OË—ÑFv¹\t†Y"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"Êí~èùôJè§åfVóŽe<"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"╦ó}ºc╦@ðû╚¤É\x16°Wì"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"ÌV­|µ\Hµ¨\x025\x18¢\x11RH"
  b"Ì^ÛÃI‚E1£øÌüDÈPê"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠µ<(K\x11JçÅ┬Ç®\x15=­ã"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"Ϥ(¶°\x01Kƒ¤†_«)µyÞ"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"Ñ\x0Fê–›£CEˆì&识-\t"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ð╗Óì-┘O8Æ`Nä«ö▓â"
  b"Ñê\vÓ\x12*@9‚ž'"&\x00ªŠ"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"Óî½)[%J\x07—ÕAǪ\x17"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    ıÒ\n
    دÙAFï$0¦4░35
    """
  b"Ö`sŒ&"@\r³ëúBÚã&S"
  b"Ör,‹úEÄ™1\x06\x08vä`ý"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×~¥x\x16ëDm¸­ù!oi\tÿ"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"""
    ØOÀýÈbMéµÕô¸:\n
    <N
    """
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"بT+xöG:™ôhþ+*ìP"
  b"ص\fÉ:7A\e²§ÌÐó•]¢"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ØÀ³™=bOù¾åÐçöQ0¹"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù12ÏÀãG,•ŽœB—lÃ)"
  b"ÙZ2{“ÏCúœ›‰§GÇçl"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"Ûô=ø¡¹Hª¹0aè«ÃðÌ"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ÜÆ\x174³3Eë‘dyZFßU¬"
  b"Üß>ß¶'MÀŒ„0Iærj±"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Ýïw\x17žûNs‘ûñûs©¼o"
  b"¦´Å¬┴ªH!ê:ó¿ouõj"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"Þž\x14­i0M3¿:Œ L\x14¸ï"
  b"""
    Þ¡úx`©C»ƒ\r\x11\r\n
    VÊÚ
    """
  b"ÞÈ®\t%DC¹Š-\x7FY½¨f\x1C"
  b"ß#éÑß>Jw¦Š"4\x04X¥4"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"àF87\x07”LX½žO¨>€½8"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"àž\x03°x¨G­…ËhfžŸX"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"á^¡€¦\vL\x10¾éç_\x01h¢”"
  b"á»§«íùE\x03¥\x0F;WÆoÎ÷"
  b"ß╔\e\v┘9@t¬áØÊ\x04B█ý"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"â\x7FH\eñ\vC`†<}-ÛÇŒ…"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"Ò&!\x1DaãA‗▓·Ø\v\x075Q█"
  b"Ò¡\x07\x0EI »╗Øê_þ7▄"
  b"ãÔ]®¿dHL•J?V9CH\"
  b"ä·ä˜’àJ$‡‡£\ñ\r"
  b"ää]wN¯C ¢xëúsîâê"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"ÕX\x033Å¥M\fÿÉ(ËÆu\vq"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"æÉ/̘!A:ŸÅ\x1Eq\x03WbØ"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"è¶›Æ\x15ôFU“dÏGﻥÀ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"ÚF\x0F¼Þ»LäêØL╩║\x10G1"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"Ú×öF│ªLÉè╔í▓Á╬7\x01"
  b"ê\x16\x0E\x15E[ŠãcŸRÂy"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê†cØ\võ@\x04Œi@'ýìÆI"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ëJ,Œ´\eBÑ”{‹ÇnñkA"
  b"ëN®<\x146Eµ¡Éº˜H—ŠÝ"
  b"ëÜÒ“žœB\x1A„¾9’ý‡`\x0E"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ý╩5õ▀ÊKrÉ\fÇ+┬╬`m"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"í´B­\x1DëD\‡?Ÿ\x12lR÷¯"
  b"íÿ¢\x01wCEå°ø\x1C0X$Tk"
  b"î.žÜ­xE}¢/¨>쩈¶"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b"‗:äv}¶L┼ü(\f¢Ëº·\x13"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"‗Jù,G¬Aì░ıÇ▄╩¦H¾"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó(êS\x0F½@\x06»…ø¾Ñ/IZ"
  b"󨇃ðÓL\x01µÅ'ô\x13ëaü"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õ°û\r+ýDÏž–‡¾ÎÒ(:"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"÷þD°¥mOÙÅ uåvCY="
  b"¸\x1D\x13×Â^M\eóK\x04ÇÙÅÝi"
  b"÷vˆ* \x0FO˜¬à›÷[U_G"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"ø0:\x03÷µFõ½ED|©”âI"
  b"°░IpÔ)J▓É};Âh\x1Az\x1C"
  b"øÛšõ=aJ0’%÷€iƾç"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"¨\ej\x1CbúHkü®▀¥±1áÜ"
  b"ùbÌ\x07³yHË‘\x11\x13SÅ/\x12#"
  b"ù›òí\x0E¯Cç¤$¡)Èî\x13+"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùÆ3#÷÷Hš…‘æy\¿G\x1E"
  b"¨ÊEt\x10\x03DõÖ*«<\x04Åıe"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x03═LüdEXü+\x18ÎA\tÿ^"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"""
    ·qSä╦õL╦Ø.O\x08ý■\n
    ~
    """
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"ú§½F ÄNd›—X<óÊlð"
  b"ûAû\\Ô@X«.²Uõ¬,Ú"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"³ æ╚«}A\x05üç°:Ã3║["
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ü½IÉÚjN­²4æ`±5õÅ"
  b"üÝ\x06\x1Cy\eG2ª]Óß\x03ÒŸÙ"
  b"ýEÆ\e”#D}¼YRxìbµ\x01"
  b"ý±Œ¸\x00ZCC¦vÐ$À\x06á·"
  b"ý³ìy¤bLg§ÏÕÞë7dü"
  b"ýÍ%ƒ\x11…Aü‘0ÍÐç<Ú\x04"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■├Ä2ı=L1É┘þ_ãõ\rJ"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b" [HY´qNL┤©▄ØÓq&-"
  b"""
    f²X·ëòMÕ™rÞ\n
    \x08c3\x1E
    """
]
85 3.76 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"õ•"¨‡ù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"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"¾÷A\x06Ì\vA%—…S$oñjÖ"
  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"õ•"¨‡ù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"õ•"¨‡ù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"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"¢íDűD׫xÓm=ð}¾"
  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"õ•"¨‡ù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"õ•"¨‡ù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"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"õ•"¨‡ù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"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""A“r\f*JE¼–Ë-\x05VUº"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b" ì÷▓mÇD"¼Î¥+F¨0¢"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"û9†Ë‰ƒLó£´,Ze\x10"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"r +éJ8NÜî\x11«j■*Øu"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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÷wu­1Aó½‚.\x16ö1\x086"
  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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"`,9çâëB¿®¼¶\x1A³U\x0Eô"
  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"Ãd>Éô.B§ö±ZSiÿÝ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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"¥…ÅB…„M\x1E½\x1Ad9.ÓîŒ"
  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"õ•"¨‡ù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"C\x17Ø\x16│è@ß¡+?Ñ@╔Ì┐"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"Ī^†$ÒK0°1."p\x11"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 18.80 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"\x006ãü╠bCÓ▒P£yı©│Í"
  b"\x00>\x01\f54IHµ3’¶(\x04÷Ó"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00Ù3B«4G݇©_éÏe8ú"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"\x01>ÀyñLB\x0F¿ê\x11Bq”I“"
  b"\x01˜Ìztòrá±õ&¡¹»,7"
  b"\x01˜Ì{BÈp\x03·fvs%žÐ@"
  b"\x01˜Ì{yLpÅ–ÑÚÌ< Çs"
  b"\x01ÿ╠|ǵsì½.\x1AX J█8"
  b"\x01˜Ì~\x17\x11r”‰öè\eÒªwñ"
  b"\x01˜Ì~U×sä­ó¶u9å\x07("
  b"\x01˜Ì~”Ys»€l=û,\x1Eža"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03u\x05\x1FåðI=åM4ºüÊ¿c"
  b"\x03öò\x1DttHɹNùƒvÝ'a"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"\x04g_œ¿ÅN\x17´´]Sè"Š\x12"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04¡\x11\x00ì\x7FJqà½)Ñ£\x12█Å"
  b"\x04Õ)Å=~H<˜ ™e÷\x084\x03"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x054└é`0DöÉã^I/\x1Fë\x18"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05Ø8Þ\x00ªIl½e\x1DfÞ▄Ëf"
  b"\x05Å\x7FnåQH½¡\x0F¥ðòá\x17z"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06ÂÝt\x1Eé@\vìJM>Ëj╦Ú"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"""
    \x07\n
    J¡,aHå˜:ë ¥ø\x01Ò
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07`\x1A\^*JàœÁsó<\x1FŸÓ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08œ\x00ðœ\x01N¾ªDDõl+úc"
  b"\t8„\efAN;•ŒÜp‘=z\x19"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\tÁ\x7F¶ÝïH*øxXØ¡Ò▄s"
  b"\tðÇÉÎ#Isë¾3\x15¡Ô\x11ø"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\v4ÕØ^ýD\x1D\x13rÕUþò┐"
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v¨I.VæO\x7F±Nð]CÙô\x7F"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\x19= þMO‡¦\vø;w}Åù"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r\x16\x7F<@n¾Oé,C\t¯u"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\ržóÑ5\x1DNÆœUqó"]Ü›"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\rØ­•©\x02Gs‰”\x1E2£Ž¸‚"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"\x0EE­¤|\fMí¥#\x00ž¥\x159I"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x0F\x03ý╔K\x1A«é\x1FÁÔ\x07"
  b"\x0F]h\x0E\x15>O÷å\x7FÂ┌]├Øö"
  b"\x103\x00J?ÏB\x10®‹C\x06§º•ù"
  b"\x10oçᕇ@\v²Tbàï´]Ç"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x11͸­ÐaL‚­</ù´º&é"
  b"""
    \x12\f\n
    .z.Be€©L×(l‹ƒ
    """
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x15$Pø&ðG©…}cä™úÎ3"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"""
    \x15\x7F›j¹\n
    K\e‘[\x04í5nµ\x05
    """
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x15þÙi¯™BCŒ<žeB±yP"
  b"\x16\x1EH³E$ˆµÈ\x1F²YÌí"
  b"\x16CjªOeLÑ’PDæÇ&˜–"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"\x17\x05æ<Cσ®2¸ÑìĬ"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17o­x£ÝHD▒#ÿÉ\x1F`\x122"
  b"\x17‚ƒ»í„Gê€s¤#a£ƒ?"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18.X\x04\x1E¦NwÂr\x19¬╗▀ü×"
  b"\x18CuR”\x18MÁ„>ÅD\x07p@{"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18░╬»zOCìò╦qû¹qÝä"
  b"\x18ÜÌ`_\x14M\x01™!"Œ+>Sþ"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"\x19»H®G%Lû‚,Utº\x17\x14Á"
  b"\x19Љ`\fŒGׯ9ÉE‡KÙô"
  b"\x1A'\x02Ÿ\x12âEW¢h«Åš¹R\f"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"""
    \x1C\x19\n
    92\x10LDˆ‰À¿\x1Cg|)
    """
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1D▀¯b\v6@\x18ƒd1jÒV\x1Eü"
  b"\x1E\x0Ed3\x1EHNðšV\x12P¯jÝ‘"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"\x1F\x15ÓÉâ‚L"¥ä—(S€LÊ"
  b"\x1F*‚–´jBPž¯\x16Ì\x1A“®_"
  b"\x1F\x089ùO±­å2íøWƒ3"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b" \x00\x12ÞMá’ Zˆl*\r"
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b" |0©\x18©H?›šù¨\x08ü\x033"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"\x1C╚«ñK\x06ê\x16S°ù¯É╩"
  b"""
    !‚•\n
    |\x18LʇÅÉZW’ÿá
    """
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!Äí\v\x1E@g§|ë#Œ_Þs"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"#bå\x06õ¸@u…‚p¼Ò5>U"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"$ð‹Áú­EʵInöžt{B"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"%öL/u–B\x1D£!¹\x05­\x07"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"&„/(-÷HÇ£8ֵ»"
  b"&’$\x01ÈBN8¶ Ö–HTkÁ"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&ÝKb`KAij>¸@Y#c "
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'¢{┴ü¶O\x15ÁöYìt\x0E"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(½»*3LNûƒ=PÉô{½B"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")Eü]»ìL¡æÓ))Wàò>"
  b")V"¿\x13ôO´¬c`;€‘t¢"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")’ñþ‘ñN0¨pŸ\x03\P·["
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"*ʬϴ#NÏìß\x1FÇY>┴)"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"*ÿÛ‚½ÖN\x12³ðåÄŒŽ\x10p"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"+\x1E.\e™öJŒ•<´›fUá\x1A"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"-\x14k$Ê»K&ù‗4rÉb¡¢"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b".\x05&…*LNÙ²`—)'4Ñ2"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"/ƒÛƒœGH¶”U\x08u˜6d/"
  b"/Ú.GV>A“¨\x14žh\týÆR"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0|Q¤¨²M¦ºPuø\x11÷îÅ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"0ñdL\x01ÐOæ¤!™íøÌrÿ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"1ôLRú{N¹ªÁ4\x03³†w¯"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"2\túÖ¼ÂI\x19¡ýŒËQ=5M"
  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³­É£\x7FIïí═Oý<ôu\"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"4ò}ɳ¹Fášá@‚‰¥”""
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"\x0Ew–ÛE4¾\tÊåu}:j"
  b"6\x1D┘úO:Ejƒhü7\x17‗,╗"
  b"6w¤C\x17ÖD\x00‡Çõظ~¯""
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"6ñ_EˆIѾ\x14,OHÏ·H"
  b"6ü½ß^|B&„ O4Áƒ]\x14"
  b"7\x10HŠù¸@ì¥Å\x18hÓ²\x18\x0F"
  b"7Ý5\x17\x1F\x00N\x1F‰àaµÕ\x01¤"
  b"8P▀\x11\x0FVI■ïÅ_tu$Êé"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9„0¼2\x19L(§7­,\x11Åß@"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b":H!\x0EšÓBB‚ëÞ\x08\x13nO\x13"
  b":O2!¿(N\x1CÅ\x1D8\x7F\x10õ"
  b":É cù¨MWç║╣t\x01═Õ╦"
  b":¬¹£\x18#@\f™Dîg\x1A´@\f"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";44„’îHKš#+òæïh1"
  b"\x12D\t¼B\x07­c6è¹\x1C"
  b";Ñ^Fó#Aa£¨jÁqvl%"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"<\x11}\v¾°N·‡ÜÖs[ý¢V"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"<û½ÝKƒA ’ †\x03%\x18±A"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b">\x00r\e‘ÊNÎŽ'«\x02\x1E"
  b">B®U…OO0¢^}Á” Z\"
  b">cÏòMÿB¦ª\x16\r¢Ò!Nv"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"?×yûé†J룖²\¾VBÛ"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@å[ïv‚M\x07Ž\x163ìjZªv"
  b"@æåÇrÚO\x19†å˜¡@c¢Á"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"B×7]\x05░FüűÒ‗─{9Z"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"BÞÏG.õ@\x04‘L×§_yxe"
  b"C\x19ìÖ×\x18N?Œ i=ûáú©"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"E-Å\x05Ù▒@LÖØ\x06╚]Ìó\x04"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"F/$+C<A膚씼Áùs"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G:JõeÕG¯¤¿§W©þò?"
  b"""
    G“\x12#£TJÙ¼u}ˆ¢\n
    .O
    """
  b"G╣âýÂÜI2Ø,\f\x18íâ"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J¦?V·;OL•8¶…âøÅ\x02"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"Kx0_`ÌM<¬\x00ç'¢}í•"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"\x00äìÑLˬª;®A¿’_"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\x12═7ÕNO\vƒîâ¸úÅ┼\x05"
  b"""
    L[` P\n
    N«¹äR çI5:
    """
  b"L”aªŸ#Gˑۿck1œ?"
  b"L•t–\x17WHÅŽ‘¥,y9t\x0F"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"Ló‗\x1F\eþKzò·t,Éï\x14ı"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M2_ZìåCÖŠ‹¼¼‘Û0Ž"
  b"""
    M@ô\x07n\x03J\n
    ±\x7FPmí[ç5
    """
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"""
    M¾ìøÞKKG¿\x14\n
    |¢ˆ\x7F\x0F
    """
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N▒¨÷ÎÜB\nÉBSg\x7FÄ\x00y"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"OÚbX╝\x11D├¼fìYgû{r"
  b"OúÉ\x14ÑzCÀ§uÄïRêМ"
  b"PsÆ\vÄêN\¡á©[n…ï°"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"PÓžM\x03¨Ký”J+˸ܹØ"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QOHN~pIyáZ~Xì└>Å"
  b"QOÖ =RO͈°‡‰_Žï¬"
  b"QkNÁ█|M\x06¬í/仨■\x1C"
  b"Q~┼!ÉgAúÑ\x18¬Ó5‗W╠"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Sï?ø–®E”³€í\x1FR;-k"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"Tµ°#JCOgŸÐ\x1CÍO*ØU"
  b"U\fÅùë[B/œíìÑÌ2ÈÞ"
  b"UŒ×ä¿ûG_±»\x1D\U?\0"
  b"\x16Ø┴sDQ╝ìs±¿ı╦p"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Wsy\x07Î\x15C2‹À‰œ;U\r0"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W|ÞwF¦@KÖßçÜ#ÅîG"
  b"\x14f+\x19F•®Ö“á2ðA—"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"WË×ாBè·\x05íÀ¼‘<¤"
  b"X\eõM­8H,˜œ<\x07%ÙÜÔ"
  b"XRï†,ÞEÜŽDLã1f1^"
  b"XqóØ\x1CÍEż­N:E\x00\x00Í"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"XÄ5kk\x0EJÛ░7▒ØÂþãÊ"
  b"""
    Xº:\x14ehKQØþ▀a│\x18\n
    (
    """
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"YBúŠ4»K±¬%m\x18z)E "
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"""
    Z\x0Eâ\n
    XvK!Šû=0s3\x1AŽ
    """
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"['uÚ\t~KF²kZç\eKh|"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"[oX»:m@N¦Ý—­ ³)î"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]1\x05N]êCG·j‰7°U°”"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]Q0 ÈôEœ˜6cù\x1C²Ÿv"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]═­\x12Z¨J\x1Aت¹y/fÂ<"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x01/]–MÚµû®\x00€fc\x10"
  b"_à;‘°\x11M\x12—øØ\x19*’á¢"
  b"`Nµ~îhA'ƒ¬\v9x▓´É"
  b"`Y\x02\x04¦ìDI╣─ëÒ[─Ð\t"
  b"`{ǰ+╗BÛì@_`*ƒÎ\x14"
  b"`ëÝ|«╩E┤ük║┬0^âô"
  b"`”Û"þ$O‡™5`±kî&„"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b¾ÉÆØ\x04@ê£\x15Uí}™êÁ"
  b"cU\fP4?FAû\x7FÅwmB¹ß"
  b"cc'Á*‗J¥¡\fîêÅľ\x10"
  b"cwƒéa7D°™¥ ª´n2ª"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"d\x18–ŽÄWNZ„\x0F\YcqîÏ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"dnÑ/—\x1DGO‚$]ì\x1F^¹@"
  b"dÅ─$yØEm¥a!(SC‗¦"
  b"e!êìU┐H\e£kÎ2╬╠┼\f"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"""
    fk\x16HMkBòü\n
    à%\x12ßQ 
    """
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"gr~3QmC¦ÑÙÅZ│▓§="
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"h‹\e\x02(MAé£zÑχ8"\x11"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"i\x10xy+'OŸƒS\x1F}Ÿ5”Å"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"jT"Z\x1EõO╣ªOì0B¸v+"
  b"jØâB?³C®£ª╠*\v3jô"
  b"\x02╗ÇüCÕ¬Tßé\t|/R"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"k┐\x0F\r×?Bk©9üCÚèì\x16"
  b"l\x00╠╣8╗@õü&u╬▓▀s\x05"
  b"l\x0E^%\f”O[­[‚ŸîSB>"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"my%\x1D öBº–y&.ÁŸ\x15Ö"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"mìd‘ÛŽC-‰w!lGq‚G"
  b"mÿwM˜\rG¿¿0\3B\v"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oXÎQìRN{åIZ,]aDù"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"oƒ’¥>ÃI;¾(Â\x14Ðhœ‡"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o¹ÎÏDïL²©zZzŠÞ‹ƒ"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"""
    pV\x08\n
    °\x19HÓŒE\x10F\x18„ɘ
    """
  b"p‰¼\x03®wA5ªE z\x07\x06×u"
  b"\x03]«ÚKí²¹ö{\r™[¾"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"q<xÀwÂKú╗{ÁJ\r®-ü"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"qÅš7ö?Fõƒ€LÝÜ\x13ô+"
  b"qÔRæÃ£Fxì\f3õoñí\x1C"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"rÁüÚ=■JP╝jq¬Ò\fõÄ"
  b"rËdŒ\x18\x13@\x10¯§ä…dg©D"
  b"s└±\x18%*JO¢Sb├\r4lØ"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t(ûÿÆoJS˜0Ã\x04\x19•¯‘"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"t[Äd\x18 MC¯dNú\x17ÄÙA"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"u~À%{êL…¿Êa8ï>@x"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u£vyN\x14I░É\x05c╔`Ú>\x06"
  b"u¤fº(TAȧ\²ûd·_é"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╬Öý6ªJÛ╗\x14¬\x04▄█\x10ü"
  b"uú­‡\x05•ET„ï¬ç÷•p„"
  b"v ‚mÒ¤LL¦ kä=ëÑË"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"vxì¥┬XGGáb6-C*Ô░"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"výpWÈ«L╗Å\x13ûı1ªa╗"
  b"v°╔eÿ>Aôì\x05­Bñ]'Í"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wàæ/YÆL߀ê\x18pÖ!:š"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xß}λTFüáı¸Å»%\x1Cë"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y„\x01å–xM?¶Ü!\x16\x00\x05z"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"zßòc™\x19B⿽°>«<„ö"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{¬³4ŠðIŽŸªäVŠ×jí"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"{úQ!>\fD°‚>šç¨R\f\t"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|ð=Å¥QIʃâ'R˯È\x1E"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"""
    ~)\x15ŽXËC\v«\n
    \t-Pñƒ¹
    """
  b"~n6\x0F7%L\x1AžG­\x7FŽT¢g"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7F—Mã \x10Gš•)dê)¼×Å"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"Çøÿýü{@Wæm=:ø=\x1Cc"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üıêª^·B\x15¢kteÖÏ┐G"
  b"‚Nj™uFM7’Š»y\x07ã–ð"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"é┤-R@8JØäoK²&┼\ee"
  b"‚Ú\x1C$MSJ\x14«\tQ²Œ]ÆC"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„ÄLÜ\x11]O\x7F‰1+Í's8j"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"„ë\x15€ÙªNß\x06ŠEñ‘bî"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†;øfaîJD’0w&Óå0­"
  b"†tuu©JIhŒµëò£A0D"
  b"""
    †‡\x12°¬}D@¶S¥³‰\n
    
    """
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"ë:ü)¦·E×ɨ»Ú$¬p¡"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"‰}éšÞæMIŸFÕª/\x08¨Í"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"ï$Ù├\x08KL\x01ÖÅ\x16ó°t<\x03"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"ì\x01─áP*@│ê\x1F/é╣\x02êB"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìmf\x07UROCà\x02f\x16~\vîd"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Äú\x08¦5üHê░DvH®Ä¼ö"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"ŽÃFsÅõK¹„@%0¼âêÀ"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"ÉNw\x077ñGƒà╔x┐H7╦û"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"É┌Zøº!I├íLNT┘\x17ä{"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x07ùA¡´cýÐ.{\x15T"
  b"‘XÈQ\tÚIó°]\x03\x06‘ k5"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘p-™3ÛG;’«}{Ôe½<"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"’PÝÖe…MŸ±rŽ~ýMÌ""
  b"Æ`z¥ÛùG╚ü╣E\eæ7g╩"
  b"’ c3—ÕCý®öMÇÜ] ë"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"ö\x02üTB╗Aƺ÷\x12▀¸©sn"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"ö릢5\x16M└¿É­\x042ÐO\x18"
  b"ò\x1FìE┴\x7FO═Ài┐f(Æ═\x04"
  b"•8ׂthMìÂÊZ\x048,ª"
  b"•yR …TDÞŠF\x07oËÉ ï"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"ûéf┘íKL\x0EÅ_6Ùs¡Èò"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"û╬Ò¼rJBÊÉÊ╠,]3té"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—##j;3C\x05¯îæO_É ì"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜F‹N0UI~“sç)&ºˆ{"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"šÓ½=r\x1FMbµ‡æò+/R\x17"
  b"\x11\x1AXÍxGþƒsFÀZ5\x04«"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ«ÜF(ÙMݳ‚cî½Gâ8"
  b"œ¹/\f'ONô·\x10\x14\x07kÓ®\x1D"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"Ø÷1høcF²ê,²æ0¹ôƒ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž“_Hß”C2­ii1º,ýä"
  b"žÕ¢ÙÁbB⹜ .ir¾F"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"Ÿ$'tü¥B€¸\x08-‡*nO\x08"
  b"Ÿ%wíÆ™Cv«Õõêœ\x7F"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"ƒöIRæhFVüÀæl0\tÓ§"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" z;àó\tI£“¸rØ'¡¤Ì"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡\x06Õc«HNè”ûG\ÂÓuÉ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"í}»ØBiB2àJTp¯7Þ\e"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¢FKìÄ"Oµ•Ât\v\x7F¼?\x0F"
  b"¢J\x08é©ëM\x08¢@)õý¾\x0Eù"
  b"¢|ŠÕ!FN»ªê·\x13~„¾ÿ"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢ÄçÌq\x04A-•\vr…Î"Q¥"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"¤\vÚ…\vÿM\x1D˜³Í´MyÔ\x03"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"¤ÌDãn”Ez½òƒnr÷«X"
  b"""
    ¤ë\x0Fô\x1AïHg—¡\n
    ]\x1C&ZÎ
    """
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"¥\x05*\x1A=!C=±ü³Qnâ}„"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥}â„$aAl‚ù\x01Utò©„"
  b"¥à\x16`<ö@­Š0J¼v«?Ž"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"""
    ¦\x16K\n
    '—G\x13°ž@ˆ¾1þB
    """
  b"¦ƒ–X>ÉF¤›\rö\x05ãI\x18("
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"º\x10ж´ÚLÆÉ,÷IBç┬_"
  b"§X";^-Bæ‘b\x11+}\r\vP"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨Æ\x11=Ñ–L²±5e\x14yÈMí"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"©äpn=,I\x1F„þ\x146"„XÚ"
  b"©çŠ\x04ÕôM¦ƒ\x7FÍ\x19uÐêË"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªZ¶J’»@Q¦Ö#o` iD"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"½áJ£à£CÐØi«=·\x0Eß§"
  b"«½\fЦ˜Hh´†ê\x1C‹¡ÊB"
  b"¬­c7\x00fJª½–ÕYLÈŽ<"
  b"¼╦ðÙ\x05ÉL­║\x7FE¹8F└^"
  b"¼ÍÕ)ákK\fænüó\x08F{é"
  b"¬þ\tþäØD\t«Ú‹ß\x16´\x10Í"
  b"­\x1Fõì¼FNU²^i‹Ð\x1A4Q"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­‡×Xu‹Fù‹ïÒƒ’½—„"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"«]Î\tëÔA}æwü.═[├Ü"
  b"®—0m\x1D¿FëµÉÉNÞ¿¥«"
  b"®Ì,\x19ÆóK+€+êùpqP6"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"»Åã║ÙèMPÆ®\x00¯ï\x11å¥"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±rzcnÓF)‘uï‹1Ì\x1CÅ"
  b"▒Ñ"(Ú▀D┌ÆÑ@ØÌ\x17"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²\x0E¸¿Ë:D#­ûžEl*CX"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"²‹…¤zRJ\x16®ÀÿB\x0E\x1C"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"´Š/”Ä\x1DJ>’Á‹µüÂn\x04"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µ6Ç\x7F·\rE]±XéSÁ¨Ï²"
  b"µCG\x12\x08îL›ƒ±\x13ætq~\x17"
  b"ÁJÉc.\x03Dñ»╝îiÙWâK"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶,]wÄ!O»­ˆ…\x03Ñ¢¢ß"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"·Í\rÆ¡{IS·lJ\x10b•Co"
  b"·ã°.ü*Nê°N³H\x12…}d"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"¹žwe\x03NET“×Þ#IGL\t"
  b"ºB[Ö—ôM¿¿¡ôÊRS½z"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»J‡åÛ¶Dµ…\x0Eü+áU¦V"
  b"»vvã\feI\e¤\x15½•&Îß*"
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»’â£÷AL÷¦’!“ÙÓ&X"
  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"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½:m`€]H®’Á™pMm†\x1C"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¢¡g_9─@Éóݺm!■6û"
  b"¥\x0E▀b,KD\x1D▒¬|MÛsØ,"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¾´rOd§N:…W®”¹\x7F"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"\e¼\x15CìE÷║õ.kU├¡+"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"└l\x00Z\x10¾H\x1C¿iÆ:ü÷VW"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á±<„\x00LL\x10©XBÎT#^k"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ÂègÏ0\eGA½\x08©«Çq\vË"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Ä%·D\eeFZ–‚©6î\x04ÇÝ"
  b"Ä^%@©4Oz¹‹™\x1AÅ\x01Œ¸"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Ä›?yòœGÊ¢\x13¡B?"Õð"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼¿8┤▄°LyØdxØ┤‗Í£"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"ÃØí}‗‗G\x12Âóu1wQC)"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"È/?+ߌBæ­ŠËäõIfÑ"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╚¯\x1E\x03Z @¸×ÜüPLË|╠"
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ɲ†7k/E\eŸ¾Ô-p¦£e"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"""
    Êd\x07”áLA\x05ж1\n
    9w\x16"
    """
  b"Ê´0ô›+OË—ÑFv¹\t†Y"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"Êí~èùôJè§åfVóŽe<"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"╦ó}ºc╦@ðû╚¤É\x16°Wì"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"ÌV­|µ\Hµ¨\x025\x18¢\x11RH"
  b"Ì^ÛÃI‚E1£øÌüDÈPê"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠µ<(K\x11JçÅ┬Ç®\x15=­ã"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"Ϥ(¶°\x01Kƒ¤†_«)µyÞ"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"Ñ\x0Fê–›£CEˆì&识-\t"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ð╗Óì-┘O8Æ`Nä«ö▓â"
  b"Ñê\vÓ\x12*@9‚ž'"&\x00ªŠ"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"Óî½)[%J\x07—ÕAǪ\x17"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    ıÒ\n
    دÙAFï$0¦4░35
    """
  b"Ö`sŒ&"@\r³ëúBÚã&S"
  b"Ör,‹úEÄ™1\x06\x08vä`ý"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×~¥x\x16ëDm¸­ù!oi\tÿ"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"""
    ØOÀýÈbMéµÕô¸:\n
    <N
    """
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"بT+xöG:™ôhþ+*ìP"
  b"ص\fÉ:7A\e²§ÌÐó•]¢"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ØÀ³™=bOù¾åÐçöQ0¹"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù12ÏÀãG,•ŽœB—lÃ)"
  b"ÙZ2{“ÏCúœ›‰§GÇçl"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"Ûô=ø¡¹Hª¹0aè«ÃðÌ"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ÜÆ\x174³3Eë‘dyZFßU¬"
  b"Üß>ß¶'MÀŒ„0Iærj±"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Ýïw\x17žûNs‘ûñûs©¼o"
  b"¦´Å¬┴ªH!ê:ó¿ouõj"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"Þž\x14­i0M3¿:Œ L\x14¸ï"
  b"""
    Þ¡úx`©C»ƒ\r\x11\r\n
    VÊÚ
    """
  b"ÞÈ®\t%DC¹Š-\x7FY½¨f\x1C"
  b"ß#éÑß>Jw¦Š"4\x04X¥4"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"àF87\x07”LX½žO¨>€½8"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"àž\x03°x¨G­…ËhfžŸX"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"á^¡€¦\vL\x10¾éç_\x01h¢”"
  b"á»§«íùE\x03¥\x0F;WÆoÎ÷"
  b"ß╔\e\v┘9@t¬áØÊ\x04B█ý"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"â\x7FH\eñ\vC`†<}-ÛÇŒ…"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"Ò&!\x1DaãA‗▓·Ø\v\x075Q█"
  b"Ò¡\x07\x0EI »╗Øê_þ7▄"
  b"ãÔ]®¿dHL•J?V9CH\"
  b"ä·ä˜’àJ$‡‡£\ñ\r"
  b"ää]wN¯C ¢xëúsîâê"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"ÕX\x033Å¥M\fÿÉ(ËÆu\vq"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"æÉ/̘!A:ŸÅ\x1Eq\x03WbØ"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"è¶›Æ\x15ôFU“dÏGﻥÀ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"ÚF\x0F¼Þ»LäêØL╩║\x10G1"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"Ú×öF│ªLÉè╔í▓Á╬7\x01"
  b"ê\x16\x0E\x15E[ŠãcŸRÂy"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê†cØ\võ@\x04Œi@'ýìÆI"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ëJ,Œ´\eBÑ”{‹ÇnñkA"
  b"ëN®<\x146Eµ¡Éº˜H—ŠÝ"
  b"ëÜÒ“žœB\x1A„¾9’ý‡`\x0E"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ý╩5õ▀ÊKrÉ\fÇ+┬╬`m"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"í´B­\x1DëD\‡?Ÿ\x12lR÷¯"
  b"íÿ¢\x01wCEå°ø\x1C0X$Tk"
  b"î.žÜ­xE}¢/¨>쩈¶"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b"‗:äv}¶L┼ü(\f¢Ëº·\x13"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"‗Jù,G¬Aì░ıÇ▄╩¦H¾"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó(êS\x0F½@\x06»…ø¾Ñ/IZ"
  b"󨇃ðÓL\x01µÅ'ô\x13ëaü"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õ°û\r+ýDÏž–‡¾ÎÒ(:"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"÷þD°¥mOÙÅ uåvCY="
  b"¸\x1D\x13×Â^M\eóK\x04ÇÙÅÝi"
  b"÷vˆ* \x0FO˜¬à›÷[U_G"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"ø0:\x03÷µFõ½ED|©”âI"
  b"°░IpÔ)J▓É};Âh\x1Az\x1C"
  b"øÛšõ=aJ0’%÷€iƾç"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"¨\ej\x1CbúHkü®▀¥±1áÜ"
  b"ùbÌ\x07³yHË‘\x11\x13SÅ/\x12#"
  b"ù›òí\x0E¯Cç¤$¡)Èî\x13+"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùÆ3#÷÷Hš…‘æy\¿G\x1E"
  b"¨ÊEt\x10\x03DõÖ*«<\x04Åıe"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x03═LüdEXü+\x18ÎA\tÿ^"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"""
    ·qSä╦õL╦Ø.O\x08ý■\n
    ~
    """
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"ú§½F ÄNd›—X<óÊlð"
  b"ûAû\\Ô@X«.²Uõ¬,Ú"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"³ æ╚«}A\x05üç°:Ã3║["
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ü½IÉÚjN­²4æ`±5õÅ"
  b"üÝ\x06\x1Cy\eG2ª]Óß\x03ÒŸÙ"
  b"ýEÆ\e”#D}¼YRxìbµ\x01"
  b"ý±Œ¸\x00ZCC¦vÐ$À\x06á·"
  b"ý³ìy¤bLg§ÏÕÞë7dü"
  b"ýÍ%ƒ\x11…Aü‘0ÍÐç<Ú\x04"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■├Ä2ı=L1É┘þ_ãõ\rJ"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b" [HY´qNL┤©▄ØÓq&-"
  b"""
    f²X·ëòMÕ™rÞ\n
    \x08c3\x1E
    """
]
87 17.62 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"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"\x18Ë$mBòªY\f½IFàŠ"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"A6\x02Ž\x19ÈOF‡n“"|½¶œ"
  b"""
    „¶\…_ÖBY©,\n
    ^SÁÎÓ
    """
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"õÿ£˜)‚Ds›8^ÅÎ4ª”"
  b"ó1Ç÷ÑfOù±Ž›ün=6\x7F"
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"¬Ûç%ã\x02D\x02†,t\f\x19—œ°"
  b"ëËØ\x19HÌEñ½└¡"MÑâ,"
  b"T\x18ÿ…”èA†¢A/Àw1Ч"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"²kšB›·\x04ªIË‘`P"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"ÐΉõ«¤E<¨@3œ>5\x1E "
  b"j‚\x066ÕèM脳ÜÀOH\x1DÒ"
  b"e`\x7FdتIåä\x17╝3)éwj"
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"Ä\T:½zG╝üÇÌDúd»s"
  b"déÔôYÙJ\x1D¬\tG\x1CÁ\x05çD"
  b"\x1A\x03C"­Uö$ù\x02\x14"
  b"¦Ÿr¶°gOƒ–¿ðpDvôú"
  b"•ñ9¥éY@źn0‹\x17ϰÒ"
  b"\v\x02ıì\x03DL\x15èéÚ\x12¶º\tA"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"\x0EK§X$8OB­^︘`á¡"
  b"Ö¿F\x1F\x07fHŸ¶vÙ¼K²ÌŠ"
  b"ø––­Æ¸Jдö®³¶¾qµ"
  b"i─|帲B\x08©ð\fÉÿÅl\x1C"
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b".J§ì▄/EzòÍ\f\x02s½¸\"
  b"\x11ú\x06‡ôFH#˜¢H^WP©ú"
  b"\x04\x0E®,!ÖNr¨JäÜE\x14"
  b"Ñ.¯eI\x02C¦º\x1A€aÈŸO†"
  b"•ÝH‡Ö©O¹†~\x0F+ì.S~"
  b"ùÅ\x00+¼=D;¼Yþ™V(\x13Ã"
  b"\x04å\x1E¥¢þJ‡˜í¹g¹]ºZ"
  b":\f߯\x06ìL\x12û×+`Õıý+"
  b"Ò“pÂSµEú…\x00i0˜6X\x0E"
  b"\x01¤5\x07½äMï’$ÇÍ’U&6"
  b"¹„ù?ÈæI\x1E£ý\x1EÇW×\x10\x08"
  b"W@/–ã8G“«Ótiuy9¹"
  b"Ôˆà‡ŽŠEY¸ú\x17\x08Jpé+"
  b"‰‰?Û\x12×@\x11Ž\x1A\f×$8Ù$"
  b"""
    áa1¨\tLK(╝ì<Z\n
    ÈD═
    """
  b"\fà=eåúDý½rÓ¢å\x11\t;"
  b"f±æ{©\x00CäŽ3§âYš2f"
  b"($b!ß_MK¾é;è½@\e"
  b"!\x00};Ù\x0FI”€–†(ÁcØ\x15"
  b"""
    —¦(\vSG\x16‡¼8xY\n
    Š-
    """
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"\x14Ô2:DXJìñé╣î}&5\x04"
  b"█T±¥─3M\x01â¹‗É\f\x1A"
  b"­LZ>3eN´ºKP÷Et܆"
  b"‘Yº¯ÁÉN)†³ «6®-\x04"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"\x02└*M╔ªKuÉ¡â╝ê\x01ô\x17"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b":m╔╠ÉPHÞÜ´\x10°D\tð-"
  b""╩$=\x00ÅA;Ü\vèb\x06í\x10Ð"
  b"ä\rVÍ`ZLÄŠK~hÌ÷Cx"
  b"é!Ïj€ž@¸²×ô„\x12K:é"
  b"\ÄÓùLxH#š¥Ã[ {LÛ"
  b"""
    »\x11~\x07~÷C\x13¹w‘Q\n
    `oã
    """
  b")\x19±A\x0EçDöøÅ┤╔p\x15\tN"
  b"M¾!Ä\f³JǵWá\x14ñÔ8Z"
  b"s╣51¡¼Hbìtk®ÍoJA"
  b"\x13yM\x1D5kCÿØ\x19├▒» µ├"
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"î¹ÐªÇ\x07HÁ¾ÌrgSD]E"
  b"\x00+3§ÅÑAµÑva9&t╝û"
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"╗3\x1F'¥áJ├ü\x1Cyö+\x0F$▀"
  b"‹‘\x19Ô\fÖG­…R’[á×\v%"
  b"ƒ¦Çý47GpÑ®½ê\x7FÅmÄ"
  b"ûÅ\x1C®VÇNºö\x1A\eHG:£E"
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"S¿╦BåZOáÆ?ê<É­/´"
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"óC7Šà=M\x04˜\r\x10†'i"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"­oï  YBYŠš\x139«"
  b"ëpìZëŸG® „-%dƒ\x18_"
  b""NLh5ƒN\x06€Vð\x1Eé\x06\x02L"
  b"Ø¢´%\x01êGà»m‡6Ö[j-"
  b"ruˆ\x07V‡MG¯É\r8û¢ù…"
  b"ì\x10\x10Z\x18D²µ"÷ \x06\e"
  b"@U@\x1C$LI\x01É\x14r0\x1EfÏG"
  b"Öù'rÞ›ENµ\x06'âÞ’ªÀ"
  b"ðƪֱkA¿¤Ã\x17·mÄ¥"
  b"´É\x7FË©wF\r╗▓e▓v"
  b"´\x1F\x12éAûé╦¤d ┼ÿ╠"
  b"""
    [‡¤\n
    EÅNã¥uQ]þJeA
    """
  b"F¹JëÕ\x06B;š±2øÓ¦õ\n"
  b")k\x14`DíEj▒'$kÚ\x1FØ3"
  b"!öŒê1eA\x04¨ç°¿ÞgŽ—"
  b"Ãõ•oÛ\x03@yœ¶è\x12F\x15!l"
  b"Y\x160_IDBÓ▒\eá·hü¸\x7F"
  b"""
    :\n
    o»©¤K…˜tõhOÝÜ©
    """
  b"¨╚d3g|AøöØ\x0FÌ$K à"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"W╩ıW¨×I=ü\x03ÈØdìb\x1D"
  b"\x1E·G]¯ÈD5Å2uLç\x19rQ"
  b"\x07zIÍBoM\x18•ß\x13\fçä\x00Y"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b"8³A?œôH\x0E¹(“ņEÍU"
  b"°\x114è╗ÀJ\x03Ø\v \x08y╗2╠"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"\x06éü8╔cI─¬{±4É8)C"
  b" BÅ9íYB!î-ö+¶£õò"
  b"QééSI¢B4ùv\x1C¶"Éõ8"
  b"ü╝¦qÈ!K╣▒Ü\x15¹nIX@"
  b"""
    \n
    ±1ÔKD¾sÛ¡NT\x11"
    """
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"""
    ;ͤ]\x10\x06Dÿ¡Ë©Z\n
    \x7F
    """
  b"ƃ»I®«Eר\x12gŒ´2ãµ"
  b"þT\x19ÀÙ\x02BEŸr\t„ÂjWp"
  b"åyN¼QÅC┬ñ3g╣±:c|"
  b"Ïúð\x17¸àO’Œl&ú~\x05pF"
  b"%\x00öBòlN§Å?ÖP\x001Ä®"
  b"CªvòèMKQü%GÑg,!$"
  b"Î]Ã`\x7Fõ@Ñ‚ð6¢£0Xc"
  b"]Ü»D\x15ðN\x7Fš\x7F·Œ‘¢{\x0E"
  b"õ6~▄)Ü@¹▓g¬6èS0Ø"
  b"Øœ,°C²O5­]â%ø©|&"
  b"O\x1A\e³p½CXˆuó€hÿ=j"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"ð«ýÌXóF:‚&Èöž»ðp"
  b"&]®–iðD\x11Ÿ`)\x1Ex>Ã\x07"
  b"KÔÇOÚ}F\x10¢ïîÝ9øö+"
  b"""
    HÒf×TåCz…©\n
    \x0Ffc\x01Ù
    """
  b"ƒH\x18\rµJ)²ZóY\x1ER\x14Æ"
  b"'RŸy*OC°–<1;Uh?¶"
  b"pÿ2G\x07}Hp»ªû¥îÀV\x10"
  b"ïÀ·¨░\x04J1â¢ÅÂı÷òS"
  b"\x03i\tßG÷•\x18×vˆ\x18Áb"
  b"¦\f¦\x10hvO㬅à`$†3–"
  b"ÈUqŽˆœFx‘ÖfP\x02CIl"
  b"¨žÂ±\x08$MF—\x07K®gy¡\x13"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"áªE(†\x07MʸCQ†ûÇ\t1"
  b"#\x1E5Ýl\x02C8•.t[ÆaÂ:"
  b"GÀWMæ\x18F;ÅÂIË┐oÝõ"
  b"‹-a­‡1I,™€|¢p‘\x11Ô"
  b"n\x01ò[Z│I│í╗ÞÖFìVp"
  b"\x07*>Û@<ùüæ$,þ¿ê"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"\x1A\NI]nEé“‹H\x08è\x00"
  b"ë┐¿HTuJÅíáQ╝aô\x14¿"
  b"ƒ³\¶ý›@ͽ;BV@–ñÄ"
  b"ðñ†/ÑËKÀ´ß™35¯j–"
  b"cmå`?ïCÕ•¤É²Þ:hž"
  b"╦"\x7Fºï¢FjïcÅ*$ñÅ╗"
  b"·\x07\tO¡ÁB£¢UïÉ uè®"
  b"®\x0Flè°'D¯“ê=ú;Ó>|"
  b"\x1C©óº┴\x01JÅó\x0Ex0:Å/$"
  b"8÷¤@c½H\x1E–É’\x04ULÂá"
  b"Á©\x1E1 ËCÑ¿ò!¾ºt½ý"
  b"\x1C┤Q&ÅwB"╗ı-G5\x17¡E"
  b"O?4†\fˆIö¿T±‘®ƒÚ¿"
  b"f\x01:\x03├_J\eÄ┼)¹üb9R"
  b"åƒ<®âBJà¹çIýÍh×r"
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"e\x1C\x19ÐMµ¿ÃÍq\x18ï¹\v"
  b"Í›!UcšJÒƒ\x08\x19iºÚD0"
  b"╣Ó\x08è░§Bªà╗Ò\x0F«iÉï"
  b"ZÂV—_rIs„Нºô¨\x06\x04"
  b";5Þñö-J˜°ã\x13+àMvY"
  b"û¾Õ:WûN©¯›\r¢SÎmÁ"
  b"FZ!.«e@ϰQö\x05\x05߸w"
  b"çªÎòÌ\tKu§\e\x11£t¼„3"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x05ÿ¯\x18•DBz‹R×|ÐGð¬"
  b"÷ˆa\x1164DK…pÎH‚PRð"
  b"\x00o0ÉÛ\fE\x02„(g‹\x12W#±"
  b"(B¸o¹Ä@Çú!ì0__ó▒"
  b"ò^|†ëÛO\tª)™%\x1CÜ\x1C"
  b"‘K\x1Cÿ\x08GOœ‡\x13|‘u®Ùç"
  b"½┘IÃ\x04uM×Ö╬\x02Ø╦▒\x04 "
  b".g\x18œ±ÈFÀ¤™—Ôc€É–"
  b"\x10rVJ1ôD¬ÉXìù╚\x1A¶┘"
  b"\x7F\vBªí\x13IŽ„M`\tV{¸>"
  b"\rA\ïmœGe¡\x1DøleŸ¨F"
  b"Ë—øÈ\x06\x1AG\x12¾\x1A\x1Ap4Ö;_"
  b"lü²B‗ùM¥ôU4¤'~ı3"
  b"-É╠)│ºC░Â1ƒ}▄Ä\x16½"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"îâ÷ûÒÄMa—Z:\x02…ˆ™‹"
  b"4nç®Kõ@Z©‰-v\x17q‚t"
  b"nÛd²▄lNÅ║n▒êQ¿A1"
  b"Š(À\x12ƒO7†—Ãlºp&]"
  b"óÛ!ké7G¡¢\x18ÙO\x16çyÄ"
  b"\x02îÄË”pD¡²<¢\x11ðz\x07E"
  b"¡¶ÐÊ\x11½L?µî\x19$‡ Q\x05"
  b"¼‹/EÇnLË“ÂÐñfðtU"
  b"É?\x05ÔÆäK!º‚&§Íª\x0F2"
  b"#‡™\x13\x07Û@@©\x10_&Ù=‹G"
  b"4«ýø&=Aú‹ÌÝKÒýL6"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"æ\x11O²ÖNCÖ€Fì|ëì\x169"
  b"$;Z83óH…š$˜q\x08§ä’"
  b"²\x18ðB6Ã@*²)‹˜œ°O."
  b"ÛÝoOhqM\x17¦ÂäN8}É™"
  b"©ñ]zÌ!MýØıìo\x07Ö®\f"
  b"#áì»1tJúšKžN\x06Ô@~"
  b"úzq°‹öM\x06 x=ò\x03ÿŸ÷"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"2\x16³Eú,Cƒžg{´Ê%@+"
  b"k\x1C\x060wÂDl–î\x11‚…=\x16Ê"
  b"çmñâÙ\x05OÎû¬ÅV±w\x17\x12"
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"‰.»\x02ʈM(®E!KÊ{æ\x11"
  b" ™.a€5M§ƒ\x04Í;<p¤©"
  b"ü\x050رDâç]}áqg├ñ"
  b"Éæ!H\x06¯CBò▀°u=Á-\x18"
  b""\x06┐╝ÚcAÅå\x1E]╩ %t\x05"
  b"dz›¹S…Jÿ­~–¹t\x01DI"
  b"B±Î1°×@λ¿\x7FËl\x18Žó"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"""
    å,íì\n
    BB\n
    êÈ|?<­█z
    """
  b"\x02\x19 a\x0EGŠ»yß´:`âŸ"
  b"géÃÃå™Lµ§º*ìÿºÎª"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"\x18cb|Å@9║ºYH┐øOõ"
  b"îXM6~9NÀ»jdårÁœ§"
  b"­pÛ└aìGEÖ▓Æ╣bgÂ╠"
  b"4\x17sï;\x0FD*°ä`Ô-DÙH"
  b"1ï4Þ\x05tM Æ[├ªüßµÆ"
  b"©C 0\x16þEL‚\x07²CêMFy"
  b"”Ç\x00F\rúKÁ€ïÎ:ô,5¶"
  b"""
    ┼Kúuò\n
    Müôßʤ\x02!\x10¿
    """
  b"èwr~¯dG\e¾‘(\x1Fso\x03W"
  b"ì\x1Eøæ9ÏI\x13¶AÂ4,%]‡"
  b"\x05ÍØ\x15c\x05@g‡‘ŒF,\x15"
  b"└º\x1DÉ$7Dg®~Zm\nsf"
  b"\eÏG┐<ÐJÉë‗\x04Ü╝Êıð"
  b"¦\x1F\x1DÈ#/E©œ,)fi™ò‚"
  b"""
    'xq™n\n
    H(’\x01ºüÆL}Û
    """
  b"jÇØ2øwF²ò¢Õǧ\x1F\x1D"
  b"ÃÅAxã¢@\x00†p\týPvp\x1D"
  b"Ä?¸P3øD§‡;’ÃÅúTz"
  b"·\x05â>œ¶N…­…j4-ª«Ù"
  b"3\x15Ÿ…0žH°¹Y㮌|\x121"
  b"¦¶ç¿a,B2™ãe³«öí@"
  b"\x06(Ó─ïÈM╦ö<\x06¾\x06<ü╝"
  b"‹Å5\x01¤˜C=„Ó:ê~†§3"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"ã…\x19:\x00lH\x07”#¹‹¸\x1F"
  b"""
    :ì╣ÖReC┤Äk\n
    H╣y¾\x08
    """
  b"Ü\x15M­·@K\x14¡—±Ýh\x0E"
  b"\x1Cª~^\x1CF‰‚1—ãýæ‚\x02"
  b"Hƒ┌ÛæjB┐Ö½Tª¤ØIl"
  b"\x0EÐ’ð~µE–»Ö÷X,–±R"
  b"""
    Œ/引ÄF@ˆî7E\n
    ±\x03\x12
    """
  b"7RÑ\x1Cž…M&”Ñ\e"`Q\x1ES"
  b"Œ…{òRÒGZµkÞu‚gë?"
  b"ù\x7F\x16\x10LöØ[4ú\x05k\x12f"
  b"ûé´ôÝÝJãˆJ\x13˜\x13ˬP"
  b"wÝ3ö\x03·Hb‰…\x12«oC‰Ü"
  b"ÖÞœa@(Ml£×¦Ø\x06Ï¿\x13"
  b"QÃia[C@1©ŽB\etÀ]ž"
  b"Å\x00ùX)WG9ÁïUõÿ▓8▄"
  b"-’\x01€U•DF­L¹¯e\eKu"
  b"\x16ÖXëC\x15“íÊlAžÄ¥"
  b"ÿ`?÷ü¢GÒ’ù)UJ¸Tö"
  b"\x12a¨úL&LXž\x15z,s‰i\x07"
  b"¯³\x1FÊ2NNN¤Lu{Kj@k"
  b"ÐZ\x13£¡HN{¿FÎð¸*Ž\x10"
  b"Ãͦ\x11\x01ØE£’Óöæƒ`Yá"
  b"i0è\x1E:èM9¿ÿÃj/R+\x01"
  b"ÌfÃÝ£²Fj®°PKH–ä¦"
  b"¸™ž3˜\x18HQ’ÇZ¼<¼iR"
  b"\x0F£àÇtnH'ªV=¿š‘`È"
  b"x!ÁZ÷\x0EHÚ‡\x07ñp€±MG"
  b"‘²á¦\x03JCÀ“µØƒãPu¨"
  b"jk.ØC"HgæJZ■RJó½"
  b"Ó\x1E\x10▀▒ÏHÓ¼§Þü[\x04"
  b"qÎ#3\x1C\x03A[ÅC´└á:─Ã"
  b"\x14r$\x03\x05ºBd┤Åz\x06\x15ù4%"
  b"\f‘ôpàZDž–‡\x02h×0…H"
  b"“;~Û\x03ƒEk˜úa`¤}\x15\x04"
  b"}'·\x7FÇbEKÂüß+;ã╣/"
  b"Ø\x03SÁ÷ÒL“žÄH•Ö\x15üÁ"
  b"ì═ýD­xIrâóIoAýÊÀ"
  b"õ„èVÖRBe‚à¨,®\x0E\x10i"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b":mQ·zÑKI│"bcôg3Å"
  b"¥┐É×ÝyEðÆZé┘΢ʧ"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"½L¥\x1CZ“EÆ‘„Ã\x1DqP'D"
  b"/¬Y1MµNnŸj°«D‡û\x06"
  b"""
    Mîïˆë\n
    E6Œq‚tÛÈ\x12.
    """
  b"\x12·ZùÎøO>ƒ¾MO6«ø˜"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"Œà7…';@Ͷ:ï¨3w¼D"
  b"ÄOÀä{ïH'ïÉ}:%2\x1C="
  b"\x1D¢\x1F<‘%Hd•ÉÀmVOÈ©"
  b"L#0t&šN*¬¥F±FóÔa"
  b"C\x04!ðÎìMðø░!ýÝΨ$"
  b"│´å╔²¦I┐Á;ê!Q;RÉ"
  b"•|‰ß“üA5©3ùâœ-ˆ\x1E"
  b"¸\x1AºÓŽñEAº5ÉÇ1HS?"
  b"T\x7F÷YÚ▀H┼ÉP¼\x18àò,á"
  b">H\x1A\x0FßÐ@V·ëÞ.cÃM•"
  b"r╔73§ÿDÓö\x11|ÝÀÅ\ve"
  b"Ÿi€u­pEÛ›˜—\x02K\x02\x12­"
  b"ˆŽµíHDIï‘V<‰=q\x10~"
  b"sµ!\x05üþL\x0EÄNî\x0FìpÂÝ"
  b",:©`ØEAu…ê8#B£çl"
  b"K¹³~†¸Ja˜Æ\x1E<8<Á¼"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"""
    \x07\x06üÖ\n
    ×@mƒÂ1C=░3ü
    """
  b"wC\x14§\x04èH°„l~]lަ@"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"Åø“6ÃyMZŽûw´\x00wä<"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"P¥„³Ÿ´E‚ŽôÞÊ\x0F\x01"
  b"ÎxcŠF·I€¢ÖUl™BÌ\x02"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"\fñy±C\x12µï#_oélj"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"ã\x08.°ÉûG\v¿ô\rA\x11âpé"
  b"Å|Ø¸ÔØC~ŒÛS3¢Z$Ô"
  b"T@R█¹ÉJ¹ê▀û╗ù¶d×"
  b"Æ║ü╦A╚N\eå¿ïîÕ\x1FðT"
  b"\x1EÀ^æEÚG]µì(㓸šO"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"Úd\x7F\x1EÃK^¡\x12§×åÒœ\x1A"
  b"'”gƒ=ôOl êK½5\x7FÇÁ"
  b"ðÞ``Ç^FòùüÛ\rsâ┴""
]
88 54.87 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"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"\x18Ë$mBòªY\f½IFàŠ"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"ó1Ç÷ÑfOù±Ž›ün=6\x7F"
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"¬Ûç%ã\x02D\x02†,t\f\x19—œ°"
  b"ëËØ\x19HÌEñ½└¡"MÑâ,"
  b"T\x18ÿ…”èA†¢A/Àw1Ч"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"²kšB›·\x04ªIË‘`P"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"ÐΉõ«¤E<¨@3œ>5\x1E "
  b"j‚\x066ÕèM脳ÜÀOH\x1DÒ"
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"Ä\T:½zG╝üÇÌDúd»s"
  b"déÔôYÙJ\x1D¬\tG\x1CÁ\x05çD"
  b"\x1A\x03C"­Uö$ù\x02\x14"
  b"¦Ÿr¶°gOƒ–¿ðpDvôú"
  b"•ñ9¥éY@źn0‹\x17ϰÒ"
  b"\v\x02ıì\x03DL\x15èéÚ\x12¶º\tA"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"\x0EK§X$8OB­^︘`á¡"
  b"Ö¿F\x1F\x07fHŸ¶vÙ¼K²ÌŠ"
  b"ø––­Æ¸Jдö®³¶¾qµ"
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b".J§ì▄/EzòÍ\f\x02s½¸\"
  b"\x11ú\x06‡ôFH#˜¢H^WP©ú"
  b"\x04\x0E®,!ÖNr¨JäÜE\x14"
  b"Ñ.¯eI\x02C¦º\x1A€aÈŸO†"
  b"•ÝH‡Ö©O¹†~\x0F+ì.S~"
  b"ùÅ\x00+¼=D;¼Yþ™V(\x13Ã"
  b"\x04å\x1E¥¢þJ‡˜í¹g¹]ºZ"
  b":\f߯\x06ìL\x12û×+`Õıý+"
  b"Ò“pÂSµEú…\x00i0˜6X\x0E"
  b"W@/–ã8G“«Ótiuy9¹"
  b"Ôˆà‡ŽŠEY¸ú\x17\x08Jpé+"
  b"‰‰?Û\x12×@\x11Ž\x1A\f×$8Ù$"
  b"""
    áa1¨\tLK(╝ì<Z\n
    ÈD═
    """
  b"\fà=eåúDý½rÓ¢å\x11\t;"
  b"f±æ{©\x00CäŽ3§âYš2f"
  b"($b!ß_MK¾é;è½@\e"
  b"!\x00};Ù\x0FI”€–†(ÁcØ\x15"
  b"""
    —¦(\vSG\x16‡¼8xY\n
    Š-
    """
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"­LZ>3eN´ºKP÷Et܆"
  b"‘Yº¯ÁÉN)†³ «6®-\x04"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"\x02└*M╔ªKuÉ¡â╝ê\x01ô\x17"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b":m╔╠ÉPHÞÜ´\x10°D\tð-"
  b""╩$=\x00ÅA;Ü\vèb\x06í\x10Ð"
  b"é!Ïj€ž@¸²×ô„\x12K:é"
  b"\ÄÓùLxH#š¥Ã[ {LÛ"
  b"""
    »\x11~\x07~÷C\x13¹w‘Q\n
    `oã
    """
  b")\x19±A\x0EçDöøÅ┤╔p\x15\tN"
  b"M¾!Ä\f³JǵWá\x14ñÔ8Z"
  b"s╣51¡¼Hbìtk®ÍoJA"
  b"\x13yM\x1D5kCÿØ\x19├▒» µ├"
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"╗3\x1F'¥áJ├ü\x1Cyö+\x0F$▀"
  b"‹‘\x19Ô\fÖG­…R’[á×\v%"
  b"ƒ¦Çý47GpÑ®½ê\x7FÅmÄ"
  b"ûÅ\x1C®VÇNºö\x1A\eHG:£E"
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"S¿╦BåZOáÆ?ê<É­/´"
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"óC7Šà=M\x04˜\r\x10†'i"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"­oï  YBYŠš\x139«"
  b"ëpìZëŸG® „-%dƒ\x18_"
  b""NLh5ƒN\x06€Vð\x1Eé\x06\x02L"
  b"Ø¢´%\x01êGà»m‡6Ö[j-"
  b"ruˆ\x07V‡MG¯É\r8û¢ù…"
  b"ì\x10\x10Z\x18D²µ"÷ \x06\e"
  b"@U@\x1C$LI\x01É\x14r0\x1EfÏG"
  b"Öù'rÞ›ENµ\x06'âÞ’ªÀ"
  b"ðƪֱkA¿¤Ã\x17·mÄ¥"
  b"´É\x7FË©wF\r╗▓e▓v"
  b"´\x1F\x12éAûé╦¤d ┼ÿ╠"
  b"""
    [‡¤\n
    EÅNã¥uQ]þJeA
    """
  b"F¹JëÕ\x06B;š±2øÓ¦õ\n"
  b")k\x14`DíEj▒'$kÚ\x1FØ3"
  b"Ãõ•oÛ\x03@yœ¶è\x12F\x15!l"
  b"""
    :\n
    o»©¤K…˜tõhOÝÜ©
    """
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"W╩ıW¨×I=ü\x03ÈØdìb\x1D"
  b"\x1E·G]¯ÈD5Å2uLç\x19rQ"
  b"\x07zIÍBoM\x18•ß\x13\fçä\x00Y"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b"8³A?œôH\x0E¹(“ņEÍU"
  b"°\x114è╗ÀJ\x03Ø\v \x08y╗2╠"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"\x06éü8╔cI─¬{±4É8)C"
  b"QééSI¢B4ùv\x1C¶"Éõ8"
  b"ü╝¦qÈ!K╣▒Ü\x15¹nIX@"
  b"""
    \n
    ±1ÔKD¾sÛ¡NT\x11"
    """
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"""
    ;ͤ]\x10\x06Dÿ¡Ë©Z\n
    \x7F
    """
  b"åyN¼QÅC┬ñ3g╣±:c|"
  b"Ïúð\x17¸àO’Œl&ú~\x05pF"
  b"%\x00öBòlN§Å?ÖP\x001Ä®"
  b"CªvòèMKQü%GÑg,!$"
  b"Î]Ã`\x7Fõ@Ñ‚ð6¢£0Xc"
  b"õ6~▄)Ü@¹▓g¬6èS0Ø"
  b"Øœ,°C²O5­]â%ø©|&"
  b"O\x1A\e³p½CXˆuó€hÿ=j"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"KÔÇOÚ}F\x10¢ïîÝ9øö+"
  b"""
    HÒf×TåCz…©\n
    \x0Ffc\x01Ù
    """
  b"ƒH\x18\rµJ)²ZóY\x1ER\x14Æ"
  b"'RŸy*OC°–<1;Uh?¶"
  b"pÿ2G\x07}Hp»ªû¥îÀV\x10"
  b"ïÀ·¨░\x04J1â¢ÅÂı÷òS"
  b"\x03i\tßG÷•\x18×vˆ\x18Áb"
  b"¦\f¦\x10hvO㬅à`$†3–"
  b"ÈUqŽˆœFx‘ÖfP\x02CIl"
  b"¨žÂ±\x08$MF—\x07K®gy¡\x13"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"áªE(†\x07MʸCQ†ûÇ\t1"
  b"#\x1E5Ýl\x02C8•.t[ÆaÂ:"
  b"GÀWMæ\x18F;ÅÂIË┐oÝõ"
  b"‹-a­‡1I,™€|¢p‘\x11Ô"
  b"n\x01ò[Z│I│í╗ÞÖFìVp"
  b"\x07*>Û@<ùüæ$,þ¿ê"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"\x1A\NI]nEé“‹H\x08è\x00"
  b"ë┐¿HTuJÅíáQ╝aô\x14¿"
  b"ƒ³\¶ý›@ͽ;BV@–ñÄ"
  b"ðñ†/ÑËKÀ´ß™35¯j–"
  b"cmå`?ïCÕ•¤É²Þ:hž"
  b"╦"\x7Fºï¢FjïcÅ*$ñÅ╗"
  b"·\x07\tO¡ÁB£¢UïÉ uè®"
  b"®\x0Flè°'D¯“ê=ú;Ó>|"
  b"\x1C©óº┴\x01JÅó\x0Ex0:Å/$"
  b"8÷¤@c½H\x1E–É’\x04ULÂá"
  b"Á©\x1E1 ËCÑ¿ò!¾ºt½ý"
  b"\x1C┤Q&ÅwB"╗ı-G5\x17¡E"
  b"O?4†\fˆIö¿T±‘®ƒÚ¿"
  b"f\x01:\x03├_J\eÄ┼)¹üb9R"
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"e\x1C\x19ÐMµ¿ÃÍq\x18ï¹\v"
  b"Í›!UcšJÒƒ\x08\x19iºÚD0"
  b"╣Ó\x08è░§Bªà╗Ò\x0F«iÉï"
  b"ZÂV—_rIs„Нºô¨\x06\x04"
  b";5Þñö-J˜°ã\x13+àMvY"
  b"û¾Õ:WûN©¯›\r¢SÎmÁ"
  b"FZ!.«e@ϰQö\x05\x05߸w"
  b"çªÎòÌ\tKu§\e\x11£t¼„3"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x05ÿ¯\x18•DBz‹R×|ÐGð¬"
  b"÷ˆa\x1164DK…pÎH‚PRð"
  b"\x00o0ÉÛ\fE\x02„(g‹\x12W#±"
  b"(B¸o¹Ä@Çú!ì0__ó▒"
  b"ò^|†ëÛO\tª)™%\x1CÜ\x1C"
  b"‘K\x1Cÿ\x08GOœ‡\x13|‘u®Ùç"
  b"½┘IÃ\x04uM×Ö╬\x02Ø╦▒\x04 "
  b".g\x18œ±ÈFÀ¤™—Ôc€É–"
  b"\x10rVJ1ôD¬ÉXìù╚\x1A¶┘"
  b"\x7F\vBªí\x13IŽ„M`\tV{¸>"
  b"\rA\ïmœGe¡\x1DøleŸ¨F"
  b"Ë—øÈ\x06\x1AG\x12¾\x1A\x1Ap4Ö;_"
  b"lü²B‗ùM¥ôU4¤'~ı3"
  b"-É╠)│ºC░Â1ƒ}▄Ä\x16½"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"îâ÷ûÒÄMa—Z:\x02…ˆ™‹"
  b"4nç®Kõ@Z©‰-v\x17q‚t"
  b"nÛd²▄lNÅ║n▒êQ¿A1"
  b"Š(À\x12ƒO7†—Ãlºp&]"
  b"óÛ!ké7G¡¢\x18ÙO\x16çyÄ"
  b"\x02îÄË”pD¡²<¢\x11ðz\x07E"
  b"¡¶ÐÊ\x11½L?µî\x19$‡ Q\x05"
  b"¼‹/EÇnLË“ÂÐñfðtU"
  b"É?\x05ÔÆäK!º‚&§Íª\x0F2"
  b"#‡™\x13\x07Û@@©\x10_&Ù=‹G"
  b"4«ýø&=Aú‹ÌÝKÒýL6"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"æ\x11O²ÖNCÖ€Fì|ëì\x169"
  b"$;Z83óH…š$˜q\x08§ä’"
  b"²\x18ðB6Ã@*²)‹˜œ°O."
  b"ÛÝoOhqM\x17¦ÂäN8}É™"
  b"©ñ]zÌ!MýØıìo\x07Ö®\f"
  b"#áì»1tJúšKžN\x06Ô@~"
  b"úzq°‹öM\x06 x=ò\x03ÿŸ÷"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"2\x16³Eú,Cƒžg{´Ê%@+"
  b"k\x1C\x060wÂDl–î\x11‚…=\x16Ê"
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"‰.»\x02ʈM(®E!KÊ{æ\x11"
  b" ™.a€5M§ƒ\x04Í;<p¤©"
  b"ü\x050رDâç]}áqg├ñ"
  b"Éæ!H\x06¯CBò▀°u=Á-\x18"
  b""\x06┐╝ÚcAÅå\x1E]╩ %t\x05"
  b"dz›¹S…Jÿ­~–¹t\x01DI"
  b"B±Î1°×@λ¿\x7FËl\x18Žó"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"""
    å,íì\n
    BB\n
    êÈ|?<­█z
    """
  b"\x02\x19 a\x0EGŠ»yß´:`âŸ"
  b"géÃÃå™Lµ§º*ìÿºÎª"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"\x18cb|Å@9║ºYH┐øOõ"
  b"îXM6~9NÀ»jdårÁœ§"
  b"­pÛ└aìGEÖ▓Æ╣bgÂ╠"
  b"4\x17sï;\x0FD*°ä`Ô-DÙH"
  b"1ï4Þ\x05tM Æ[├ªüßµÆ"
  b"©C 0\x16þEL‚\x07²CêMFy"
  b"""
    ┼Kúuò\n
    Müôßʤ\x02!\x10¿
    """
  b"èwr~¯dG\e¾‘(\x1Fso\x03W"
  b"ì\x1Eøæ9ÏI\x13¶AÂ4,%]‡"
  b"\x05ÍØ\x15c\x05@g‡‘ŒF,\x15"
  b"└º\x1DÉ$7Dg®~Zm\nsf"
  b"\eÏG┐<ÐJÉë‗\x04Ü╝Êıð"
  b"¦\x1F\x1DÈ#/E©œ,)fi™ò‚"
  b"""
    'xq™n\n
    H(’\x01ºüÆL}Û
    """
  b"jÇØ2øwF²ò¢Õǧ\x1F\x1D"
  b"ÃÅAxã¢@\x00†p\týPvp\x1D"
  b"Ä?¸P3øD§‡;’ÃÅúTz"
  b"3\x15Ÿ…0žH°¹Y㮌|\x121"
  b"¦¶ç¿a,B2™ãe³«öí@"
  b"\x06(Ó─ïÈM╦ö<\x06¾\x06<ü╝"
  b"‹Å5\x01¤˜C=„Ó:ê~†§3"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"ã…\x19:\x00lH\x07”#¹‹¸\x1F"
  b"""
    :ì╣ÖReC┤Äk\n
    H╣y¾\x08
    """
  b"Ü\x15M­·@K\x14¡—±Ýh\x0E"
  b"\x1Cª~^\x1CF‰‚1—ãýæ‚\x02"
  b"Hƒ┌ÛæjB┐Ö½Tª¤ØIl"
  b"\x0EÐ’ð~µE–»Ö÷X,–±R"
  b"""
    Œ/引ÄF@ˆî7E\n
    ±\x03\x12
    """
  b"7RÑ\x1Cž…M&”Ñ\e"`Q\x1ES"
  b"Œ…{òRÒGZµkÞu‚gë?"
  b"ù\x7F\x16\x10LöØ[4ú\x05k\x12f"
  b"ûé´ôÝÝJãˆJ\x13˜\x13ˬP"
  b"wÝ3ö\x03·Hb‰…\x12«oC‰Ü"
  b"ÖÞœa@(Ml£×¦Ø\x06Ï¿\x13"
  b"QÃia[C@1©ŽB\etÀ]ž"
  b"-’\x01€U•DF­L¹¯e\eKu"
  b"\x16ÖXëC\x15“íÊlAžÄ¥"
  b"ÿ`?÷ü¢GÒ’ù)UJ¸Tö"
  b"\x12a¨úL&LXž\x15z,s‰i\x07"
  b"¯³\x1FÊ2NNN¤Lu{Kj@k"
  b"ÐZ\x13£¡HN{¿FÎð¸*Ž\x10"
  b"Ãͦ\x11\x01ØE£’Óöæƒ`Yá"
  b"i0è\x1E:èM9¿ÿÃj/R+\x01"
  b"ÌfÃÝ£²Fj®°PKH–ä¦"
  b"¸™ž3˜\x18HQ’ÇZ¼<¼iR"
  b"\x0F£àÇtnH'ªV=¿š‘`È"
  b"x!ÁZ÷\x0EHÚ‡\x07ñp€±MG"
  b"‘²á¦\x03JCÀ“µØƒãPu¨"
  b"jk.ØC"HgæJZ■RJó½"
  b"Ó\x1E\x10▀▒ÏHÓ¼§Þü[\x04"
  b"qÎ#3\x1C\x03A[ÅC´└á:─Ã"
  b"\x14r$\x03\x05ºBd┤Åz\x06\x15ù4%"
  b"\f‘ôpàZDž–‡\x02h×0…H"
  b"“;~Û\x03ƒEk˜úa`¤}\x15\x04"
  b"}'·\x7FÇbEKÂüß+;ã╣/"
  b"Ø\x03SÁ÷ÒL“žÄH•Ö\x15üÁ"
  b"ì═ýD­xIrâóIoAýÊÀ"
  b"õ„èVÖRBe‚à¨,®\x0E\x10i"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b":mQ·zÑKI│"bcôg3Å"
  b"¥┐É×ÝyEðÆZé┘΢ʧ"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"½L¥\x1CZ“EÆ‘„Ã\x1DqP'D"
  b"/¬Y1MµNnŸj°«D‡û\x06"
  b"""
    Mîïˆë\n
    E6Œq‚tÛÈ\x12.
    """
  b"\x12·ZùÎøO>ƒ¾MO6«ø˜"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"Œà7…';@Ͷ:ï¨3w¼D"
  b"ÄOÀä{ïH'ïÉ}:%2\x1C="
  b"\x1D¢\x1F<‘%Hd•ÉÀmVOÈ©"
  b"L#0t&šN*¬¥F±FóÔa"
  b"C\x04!ðÎìMðø░!ýÝΨ$"
  b"│´å╔²¦I┐Á;ê!Q;RÉ"
  b"•|‰ß“üA5©3ùâœ-ˆ\x1E"
  b"¸\x1AºÓŽñEAº5ÉÇ1HS?"
  b"T\x7F÷YÚ▀H┼ÉP¼\x18àò,á"
  b">H\x1A\x0FßÐ@V·ëÞ.cÃM•"
  b"r╔73§ÿDÓö\x11|ÝÀÅ\ve"
  b"Ÿi€u­pEÛ›˜—\x02K\x02\x12­"
  b"ˆŽµíHDIï‘V<‰=q\x10~"
  b"sµ!\x05üþL\x0EÄNî\x0FìpÂÝ"
  b",:©`ØEAu…ê8#B£çl"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"""
    \x07\x06üÖ\n
    ×@mƒÂ1C=░3ü
    """
  b"wC\x14§\x04èH°„l~]lަ@"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"P¥„³Ÿ´E‚ŽôÞÊ\x0F\x01"
  b"ÎxcŠF·I€¢ÖUl™BÌ\x02"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"\fñy±C\x12µï#_oélj"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"Å|Ø¸ÔØC~ŒÛS3¢Z$Ô"
  b"T@R█¹ÉJ¹ê▀û╗ù¶d×"
  b"Æ║ü╦A╚N\eå¿ïîÕ\x1FðT"
  b"\x1EÀ^æEÚG]µì(㓸šO"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"Úd\x7F\x1EÃK^¡\x12§×åÒœ\x1A"
  b"'”gƒ=ôOl êK½5\x7FÇÁ"
  b"ðÞ``Ç^FòùüÛ\rsâ┴""
]
89 1.72 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"\x00o0ÉÛ\fE\x02„(g‹\x12W#±"
  b"\x02\x19 a\x0EGŠ»yß´:`âŸ"
  b"\x02└*M╔ªKuÉ¡â╝ê\x01ô\x17"
  b"\x02îÄË”pD¡²<¢\x11ðz\x07E"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"\x04\x0E®,!ÖNr¨JäÜE\x14"
  b"\x04å\x1E¥¢þJ‡˜í¹g¹]ºZ"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"\x05ÍØ\x15c\x05@g‡‘ŒF,\x15"
  b"\x05ÿ¯\x18•DBz‹R×|ÐGð¬"
  b"\x06(Ó─ïÈM╦ö<\x06¾\x06<ü╝"
  b"\x06éü8╔cI─¬{±4É8)C"
  b"""
    \x07\x06üÖ\n
    ×@mƒÂ1C=░3ü
    """
  b"\x07zIÍBoM\x18•ß\x13\fçä\x00Y"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\v\x02ıì\x03DL\x15èéÚ\x12¶º\tA"
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"\f‘ôpàZDž–‡\x02h×0…H"
  b"\fà=eåúDý½rÓ¢å\x11\t;"
  b"\rA\ïmœGe¡\x1DøleŸ¨F"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"\x0EK§X$8OB­^︘`á¡"
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"\x0EÐ’ð~µE–»Ö÷X,–±R"
  b"\x0F£àÇtnH'ªV=¿š‘`È"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"\x10rVJ1ôD¬ÉXìù╚\x1A¶┘"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"\x11ú\x06‡ôFH#˜¢H^WP©ú"
  b"\x12a¨úL&LXž\x15z,s‰i\x07"
  b"\x12·ZùÎøO>ƒ¾MO6«ø˜"
  b"\x13yM\x1D5kCÿØ\x19├▒» µ├"
  b"\x14r$\x03\x05ºBd┤Åz\x06\x15ù4%"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"\x1A\NI]nEé“‹H\x08è\x00"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\eÏG┐<ÐJÉë‗\x04Ü╝Êıð"
  b"\x1C┤Q&ÅwB"╗ı-G5\x17¡E"
  b"\x1C©óº┴\x01JÅó\x0Ex0:Å/$"
  b"\x1Cª~^\x1CF‰‚1—ãýæ‚\x02"
  b"\x1D¢\x1F<‘%Hd•ÉÀmVOÈ©"
  b"\x1EÀ^æEÚG]µì(㓸šO"
  b"\x1E·G]¯ÈD5Å2uLç\x19rQ"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"!\x00};Ù\x0FI”€–†(ÁcØ\x15"
  b"""
    \n
    ±1ÔKD¾sÛ¡NT\x11"
    """
  b""\x06┐╝ÚcAÅå\x1E]╩ %t\x05"
  b""NLh5ƒN\x06€Vð\x1Eé\x06\x02L"
  b""╩$=\x00ÅA;Ü\vèb\x06í\x10Ð"
  b"#\x1E5Ýl\x02C8•.t[ÆaÂ:"
  b"#‡™\x13\x07Û@@©\x10_&Ù=‹G"
  b"#áì»1tJúšKžN\x06Ô@~"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"$;Z83óH…š$˜q\x08§ä’"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"%\x00öBòlN§Å?ÖP\x001Ä®"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"'RŸy*OC°–<1;Uh?¶"
  b"""
    'xq™n\n
    H(’\x01ºüÆL}Û
    """
  b"'”gƒ=ôOl êK½5\x7FÇÁ"
  b"($b!ß_MK¾é;è½@\e"
  b"(B¸o¹Ä@Çú!ì0__ó▒"
  b")\x19±A\x0EçDöøÅ┤╔p\x15\tN"
  b")k\x14`DíEj▒'$kÚ\x1FØ3"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b",:©`ØEAu…ê8#B£çl"
  b"-É╠)│ºC░Â1ƒ}▄Ä\x16½"
  b"-’\x01€U•DF­L¹¯e\eKu"
  b"\x03i\tßG÷•\x18×vˆ\x18Áb"
  b".J§ì▄/EzòÍ\f\x02s½¸\"
  b".g\x18œ±ÈFÀ¤™—Ôc€É–"
  b"/¬Y1MµNnŸj°«D‡û\x06"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"1ï4Þ\x05tM Æ[├ªüßµÆ"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"2\x16³Eú,Cƒžg{´Ê%@+"
  b"3\x15Ÿ…0žH°¹Y㮌|\x121"
  b"\x1A\x03C"­Uö$ù\x02\x14"
  b"4\x17sï;\x0FD*°ä`Ô-DÙH"
  b"4nç®Kõ@Z©‰-v\x17q‚t"
  b"4«ýø&=Aú‹ÌÝKÒýL6"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"7RÑ\x1Cž…M&”Ñ\e"`Q\x1ES"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"8³A?œôH\x0E¹(“ņEÍU"
  b"8÷¤@c½H\x1E–É’\x04ULÂá"
  b"""
    :\n
    o»©¤K…˜tõhOÝÜ©
    """
  b":\f߯\x06ìL\x12û×+`Õıý+"
  b":mQ·zÑKI│"bcôg3Å"
  b":m╔╠ÉPHÞÜ´\x10°D\tð-"
  b"""
    :ì╣ÖReC┤Äk\n
    H╣y¾\x08
    """
  b";5Þñö-J˜°ã\x13+àMvY"
  b"\x16ÖXëC\x15“íÊlAžÄ¥"
  b"""
    ;ͤ]\x10\x06Dÿ¡Ë©Z\n
    \x7F
    """
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b">H\x1A\x0FßÐ@V·ëÞ.cÃM•"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"@U@\x1C$LI\x01É\x14r0\x1EfÏG"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"B±Î1°×@λ¿\x7FËl\x18Žó"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"C\x04!ðÎìMðø░!ýÝΨ$"
  b"CªvòèMKQü%GÑg,!$"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"FZ!.«e@ϰQö\x05\x05߸w"
  b"F¹JëÕ\x06B;š±2øÓ¦õ\n"
  b"GÀWMæ\x18F;ÅÂIË┐oÝõ"
  b"\x18Ë$mBòªY\f½IFàŠ"
  b"Hƒ┌ÛæjB┐Ö½Tª¤ØIl"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"""
    HÒf×TåCz…©\n
    \x0Ffc\x01Ù
    """
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"KÔÇOÚ}F\x10¢ïîÝ9øö+"
  b"L#0t&šN*¬¥F±FóÔa"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"M¾!Ä\f³JǵWá\x14ñÔ8Z"
  b"""
    Mîïˆë\n
    E6Œq‚tÛÈ\x12.
    """
  b"O\x1A\e³p½CXˆuó€hÿ=j"
  b"O?4†\fˆIö¿T±‘®ƒÚ¿"
  b"P¥„³Ÿ´E‚ŽôÞÊ\x0F\x01"
  b"QééSI¢B4ùv\x1C¶"Éõ8"
  b"QÃia[C@1©ŽB\etÀ]ž"
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"S¿╦BåZOáÆ?ê<É­/´"
  b"T\x18ÿ…”èA†¢A/Àw1Ч"
  b"T@R█¹ÉJ¹ê▀û╗ù¶d×"
  b"T\x7F÷YÚ▀H┼ÉP¼\x18àò,á"
  b"W@/–ã8G“«Ótiuy9¹"
  b"W╩ıW¨×I=ü\x03ÈØdìb\x1D"
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"ZÂV—_rIs„Нºô¨\x06\x04"
  b"""
    [‡¤\n
    EÅNã¥uQ]þJeA
    """
  b"\ÄÓùLxH#š¥Ã[ {LÛ"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"cmå`?ïCÕ•¤É²Þ:hž"
  b"\x07*>Û@<ùüæ$,þ¿ê"
  b"dz›¹S…Jÿ­~–¹t\x01DI"
  b"déÔôYÙJ\x1D¬\tG\x1CÁ\x05çD"
  b"e\x1C\x19ÐMµ¿ÃÍq\x18ï¹\v"
  b"f\x01:\x03├_J\eÄ┼)¹üb9R"
  b"f±æ{©\x00CäŽ3§âYš2f"
  b"géÃÃå™Lµ§º*ìÿºÎª"
  b"i0è\x1E:èM9¿ÿÃj/R+\x01"
  b"jk.ØC"HgæJZ■RJó½"
  b"jÇØ2øwF²ò¢Õǧ\x1F\x1D"
  b"j‚\x066ÕèM脳ÜÀOH\x1DÒ"
  b"k\x1C\x060wÂDl–î\x11‚…=\x16Ê"
  b"lü²B‗ùM¥ôU4¤'~ı3"
  b"n\x01ò[Z│I│í╗ÞÖFìVp"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"nÛd²▄lNÅ║n▒êQ¿A1"
  b"pÿ2G\x07}Hp»ªû¥îÀV\x10"
  b"qÎ#3\x1C\x03A[ÅC´└á:─Ã"
  b"ruˆ\x07V‡MG¯É\r8û¢ù…"
  b"r╔73§ÿDÓö\x11|ÝÀÅ\ve"
  b"s╣51¡¼Hbìtk®ÍoJA"
  b"sµ!\x05üþL\x0EÄNî\x0FìpÂÝ"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"\fñy±C\x12µï#_oélj"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"wC\x14§\x04èH°„l~]lަ@"
  b"wÝ3ö\x03·Hb‰…\x12«oC‰Ü"
  b"x!ÁZ÷\x0EHÚ‡\x07ñp€±MG"
  b"}'·\x7FÇbEKÂüß+;ã╣/"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"\x7F\vBªí\x13IŽ„M`\tV{¸>"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"ü╝¦qÈ!K╣▒Ü\x15¹nIX@"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"ƒH\x18\rµJ)²ZóY\x1ER\x14Æ"
  b"ƒ³\¶ý›@ͽ;BV@–ñÄ"
  b"""
    å,íì\n
    BB\n
    êÈ|?<­█z
    """
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"åyN¼QÅC┬ñ3g╣±:c|"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"ˆŽµíHDIï‘V<‰=q\x10~"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"‰.»\x02ʈM(®E!KÊ{æ\x11"
  b"‰‰?Û\x12×@\x11Ž\x1A\f×$8Ù$"
  b"ë┐¿HTuJÅíáQ╝aô\x14¿"
  b"ëËØ\x19HÌEñ½└¡"MÑâ,"
  b"Š(À\x12ƒO7†—Ãlºp&]"
  b"‹-a­‡1I,™€|¢p‘\x11Ô"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"‹‘\x19Ô\fÖG­…R’[á×\v%"
  b"ïÀ·¨░\x04J1â¢ÅÂı÷òS"
  b"‹Å5\x01¤˜C=„Ó:ê~†§3"
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"""
    Œ/引ÄF@ˆî7E\n
    ±\x03\x12
    """
  b"Œ…{òRÒGZµkÞu‚gë?"
  b"Œà7…';@Ͷ:ï¨3w¼D"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"ì═ýD­xIrâóIoAýÊÀ"
  b"ÄOÀä{ïH'ïÉ}:%2\x1C="
  b"Ä\T:½zG╝üÇÌDúd»s"
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"Éæ!H\x06¯CBò▀°u=Á-\x18"
  b"‘K\x1Cÿ\x08GOœ‡\x13|‘u®Ùç"
  b"‘Yº¯ÁÉN)†³ «6®-\x04"
  b"‘²á¦\x03JCÀ“µØƒãPu¨"
  b"Æ║ü╦A╚N\eå¿ïîÕ\x1FðT"
  b"“;~Û\x03ƒEk˜úa`¤}\x15\x04"
  b"•|‰ß“üA5©3ùâœ-ˆ\x1E"
  b"•ÝH‡Ö©O¹†~\x0F+ì.S~"
  b"•ñ9¥éY@źn0‹\x17ϰÒ"
  b"ûÅ\x1C®VÇNºö\x1A\eHG:£E"
  b"ù\x7F\x16\x10LöØ[4ú\x05k\x12f"
  b"""
    —¦(\vSG\x16‡¼8xY\n
    Š-
    """
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"Ÿi€u­pEÛ›˜—\x02K\x02\x12­"
  b"ƒ¦Çý47GpÑ®½ê\x7FÅmÄ"
  b"""
    áa1¨\tLK(╝ì<Z\n
    ÈD═
    """
  b" ™.a€5M§ƒ\x04Í;<p¤©"
  b"¡¶ÐÊ\x11½L?µî\x19$‡ Q\x05"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"¦\f¦\x10hvO㬅à`$†3–"
  b"¦\x1F\x1DÈ#/E©œ,)fi™ò‚"
  b"¦Ÿr¶°gOƒ–¿ðpDvôú"
  b"¦¶ç¿a,B2™ãe³«öí@"
  b"¨žÂ±\x08$MF—\x07K®gy¡\x13"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"©C 0\x16þEL‚\x07²CêMFy"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"½┘IÃ\x04uM×Ö╬\x02Ø╦▒\x04 "
  b"¬Ûç%ã\x02D\x02†,t\f\x19—œ°"
  b"­LZ>3eN´ºKP÷Et܆"
  b"­oï  YBYŠš\x139«"
  b"®\x0Flè°'D¯“ê=ú;Ó>|"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"¯³\x1FÊ2NNN¤Lu{Kj@k"
  b"\x18cb|Å@9║ºYH┐øOõ"
  b"²\x18ðB6Ã@*²)‹˜œ°O."
  b"²kšB›·\x04ªIË‘`P"
  b"│´å╔²¦I┐Á;ê!Q;RÉ"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"¸\x1AºÓŽñEAº5ÉÇ1HS?"
  b"¸™ž3˜\x18HQ’ÇZ¼<¼iR"
  b"©ñ]zÌ!MýØıìo\x07Ö®\f"
  b"╣Ó\x08è░§Bªà╗Ò\x0F«iÉï"
  b"""
    »\x11~\x07~÷C\x13¹w‘Q\n
    `oã
    """
  b"╗3\x1F'¥áJ├ü\x1Cyö+\x0F$▀"
  b"¼‹/EÇnLË“ÂÐñfðtU"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"½L¥\x1CZ“EÆ‘„Ã\x1DqP'D"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b"¥┐É×ÝyEðÆZé┘΢ʧ"
  b"└º\x1DÉ$7Dg®~Zm\nsf"
  b"Á©\x1E1 ËCÑ¿ò!¾ºt½ý"
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"ÃÅAxã¢@\x00†p\týPvp\x1D"
  b"Ãͦ\x11\x01ØE£’Óöæƒ`Yá"
  b"Ãõ•oÛ\x03@yœ¶è\x12F\x15!l"
  b"Ä?¸P3øD§‡;’ÃÅúTz"
  b"""
    ┼Kúuò\n
    Müôßʤ\x02!\x10¿
    """
  b"Å|Ø¸ÔØC~ŒÛS3¢Z$Ô"
  b"ü\x050رDâç]}áqg├ñ"
  b"ÈUqŽˆœFx‘ÖfP\x02CIl"
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"É?\x05ÔÆäK!º‚&§Íª\x0F2"
  b"╦"\x7Fºï¢FjïcÅ*$ñÅ╗"
  b"Ë—øÈ\x06\x1AG\x12¾\x1A\x1Ap4Ö;_"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"ÌfÃÝ£²Fj®°PKH–ä¦"
  b"Í›!UcšJÒƒ\x08\x19iºÚD0"
  b"Î]Ã`\x7Fõ@Ñ‚ð6¢£0Xc"
  b"ÎxcŠF·I€¢ÖUl™BÌ\x02"
  b"Ïúð\x17¸àO’Œl&ú~\x05pF"
  b"ÐZ\x13£¡HN{¿FÎð¸*Ž\x10"
  b"ÐΉõ«¤E<¨@3œ>5\x1E "
  b"ðÞ``Ç^FòùüÛ\rsâ┴""
  b"Ñ.¯eI\x02C¦º\x1A€aÈŸO†"
  b"Ò“pÂSµEú…\x00i0˜6X\x0E"
  b"Ôˆà‡ŽŠEY¸ú\x17\x08Jpé+"
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"Ö¿F\x1F\x07fHŸ¶vÙ¼K²ÌŠ"
  b"ÖÞœa@(Ml£×¦Ø\x06Ï¿\x13"
  b"Öù'rÞ›ENµ\x06'âÞ’ªÀ"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"Ø\x03SÁ÷ÒL“žÄH•Ö\x15üÁ"
  b"Øœ,°C²O5­]â%ø©|&"
  b"Ø¢´%\x01êGà»m‡6Ö[j-"
  b"Úd\x7F\x1EÃK^¡\x12§×åÒœ\x1A"
  b"ÛÝoOhqM\x17¦ÂäN8}É™"
  b"Ü\x15M­·@K\x14¡—±Ýh\x0E"
  b"Ó\x1E\x10▀▒ÏHÓ¼§Þü[\x04"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"áªE(†\x07MʸCQ†ûÇ\t1"
  b"ã…\x19:\x00lH\x07”#¹‹¸\x1F"
  b"õ6~▄)Ü@¹▓g¬6èS0Ø"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"æ\x11O²ÖNCÖ€Fì|ëì\x169"
  b"çªÎòÌ\tKu§\e\x11£t¼„3"
  b"èwr~¯dG\e¾‘(\x1Fso\x03W"
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"é!Ïj€ž@¸²×ô„\x12K:é"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"ëpìZëŸG® „-%dƒ\x18_"
  b"ì\x10\x10Z\x18D²µ"÷ \x06\e"
  b"ì\x1Eøæ9ÏI\x13¶AÂ4,%]‡"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"îXM6~9NÀ»jdårÁœ§"
  b"îâ÷ûÒÄMa—Z:\x02…ˆ™‹"
  b"´\x1F\x12éAûé╦¤d ┼ÿ╠"
  b"´É\x7FË©wF\r╗▓e▓v"
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"­pÛ└aìGEÖ▓Æ╣bgÂ╠"
  b"ðƪֱkA¿¤Ã\x17·mÄ¥"
  b"ðñ†/ÑËKÀ´ß™35¯j–"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"ò^|†ëÛO\tª)™%\x1CÜ\x1C"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"ó1Ç÷ÑfOù±Ž›ün=6\x7F"
  b"óC7Šà=M\x04˜\r\x10†'i"
  b"óÛ!ké7G¡¢\x18ÙO\x16çyÄ"
  b"õ„èVÖRBe‚à¨,®\x0E\x10i"
  b"÷ˆa\x1164DK…pÎH‚PRð"
  b"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"°\x114è╗ÀJ\x03Ø\v \x08y╗2╠"
  b"ø––­Æ¸Jдö®³¶¾qµ"
  b"ùÅ\x00+¼=D;¼Yþ™V(\x13Ã"
  b"·\x07\tO¡ÁB£¢UïÉ uè®"
  b"úzq°‹öM\x06 x=ò\x03ÿŸ÷"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"û¾Õ:WûN©¯›\r¢SÎmÁ"
  b"ûé´ôÝÝJãˆJ\x13˜\x13ˬP"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"ÿ`?÷ü¢GÒ’ù)UJ¸Tö"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"¶ÈÒ¹féMˆ®\x15‚Í–<ä"
  b"¼\fîÖ§fB[¦»³jÌ{Mû"
  b"yç-\x02«ÒOOù¤\eL\ÉÍ┌"
  b"\t¯è\x02lIõ╗ü·\x7F¡ÿr`"
  b"¾çU╬‗ÆCpå┼ÅUû-9Û"
  b"œŽî\x15àiLX§i_\f˜8¢+"
  b"DdRû│\x1CCoÖ#ûçõ\x16üO"
  b"""
    f²X·ëòMÕ™rÞ\n
    \x08c3\x1E
    """
  b"└├J¥<┘@ìØ±\x18Ðoj┼¸"
  b"³xeíÑÏNWØ\r\x06\x1EY"
  b"ª█.(┼wL\x1Fö;´▀÷Éãÿ"
  b"p'gsî\x15@#Øf!¯trà┴"
  b"ÿP{\x19\eÐB\t\x16\x14\x04"
  b"eAQ\ejŠL\x05¼`¶ÁD†®["
  b"ÜÕ¶5\x06ÜD:¬îìQ\fËÊp"
  b"6■öÄÅqM´áº_ÍwÈÐl"
  b"\rÀE¿x-AÆ¿å‰ó@MTº"
  b"„YÛ·sÈAÌŽ\f#uœ\x1A"
]
90 1.88 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"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"¢íDűD׫xÓm=ð}¾"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"­´kÖ°¹Ožµã—m„F¸ú"
  b"CÈ=R(pI:Š²ßŠ»]Ul"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"¢íDűD׫xÓm=ð}¾"
  b"Ôž\x1Cç£]FO°| b—E“½"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"¦░5╩ \x7FOìÑ╣Ì\x1C\x19³\x1F\r"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"þòyW@nCEØø╚└àgıV"
  b"\x0E·êø\x06*B<ÅÐ\x1As░.(¶"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"¢íDűD׫xÓm=ð}¾"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"î■╣UìRN\x17é~ÃÆI,æ""
  b"▀▀#@¼íHüªe-\x08þeac"
  b"¢íDűD׫xÓm=ð}¾"
  b"\x07ÍÈ┬u=C\x15üD5v:unÂ"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"J╦¿ëÆ|H\x18ìrÄ■s££╗"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"iõ²\x1F¤\x02E\x02‹ÃWÐP¾Î\x7F"
  b"I-êɯªE÷╣ìv\x10Ðk²]"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"\x1A\b\x10fdCñ™ úv†B†W"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"aeƒdn¡Gìûî‗9ßã¤\x06"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"íV╣N°÷MYü²¿\x1D!]┴k"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b" ì÷▓mÇD"¼Î¥+F¨0¢"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"\x1A\b\x10fdCñ™ úv†B†W"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  b"J╦¿ëÆ|H\x18ìrÄ■s££╗"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"¢íDűD׫xÓm=ð}¾"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"J╦¿ëÆ|H\x18ìrÄ■s££╗"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"B¡|Äd|Bp¢•è.·±‚\x04"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"¢íDűD׫xÓm=ð}¾"
  b"î■╣UìRN\x17é~ÃÆI,æ""
  b"ض¡ªôÐMl╝ð\x1D\x04uÜb "
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"B¡|Äd|Bp¢•è.·±‚\x04"
  b"¢íDűD׫xÓm=ð}¾"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"Ī^†$ÒK0°1."p\x11"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"¢íDűD׫xÓm=ð}¾"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"­´kÖ°¹Ožµã—m„F¸ú"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"¢íDűD׫xÓm=ð}¾"
  b",ƒAtÑÁN¶£"\t·z•Ná"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"­´kÖ°¹Ožµã—m„F¸ú"
  b"¥…ÅB…„M\x1E½\x1Ad9.ÓîŒ"
  b"ë®▓<\x1AïA┬╗Jf\x03/┌9ü"
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"Ī^†$ÒK0°1."p\x11"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¢íDűD׫xÓm=ð}¾"
  b"¢íDűD׫xÓm=ð}¾"
  b"¢íDűD׫xÓm=ð}¾"
  b"‚sŠð*\x08K½¸Qá\x1EŽÅ˜Ü"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"vx\x0E忀BªµöWM~%ÜÓ"
  b"¢íDűD׫xÓm=ð}¾"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"╠Y\r╝DÀ@\x16ÿd═|ÿØ┌ð"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"¢íDűD׫xÓm=ð}¾"
  b"iõ²\x1F¤\x02E\x02‹ÃWÐP¾Î\x7F"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"pD¹n)ZD§§·®§fÝÑ4"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"å<¾c3ŸGD€øðœþ—ž_"
  b"CÈ=R(pI:Š²ßŠ»]Ul"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"I-êɯªE÷╣ìv\x10Ðk²]"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¢íDűD׫xÓm=ð}¾"
  b",ƒAtÑÁN¶£"\t·z•Ná"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"CÈ=R(pI:Š²ßŠ»]Ul"
  b"\t#\x01~êyC{°Cµ°g>\x11_"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"▀▀#@¼íHüªe-\x08þeac"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"p—ùÚ\x1A·N¢¶P¥…ßN\x17ô"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"‚sŠð*\x08K½¸Qá\x1EŽÅ˜Ü"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"ŸÂ8½ù¯Oy€×ñÍ\x11‰èÓ"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¢íDűD׫xÓm=ð}¾"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"½\x07═'±CO╩ر═CzX\x1DÑ"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"\x01Œ‘%ê‡Jâ‡Bš,ïÑòÐ"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"þòyW@nCEØø╚└àgıV"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"vx\x0E忀BªµöWM~%ÜÓ"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"¢íDűD׫xÓm=ð}¾"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"î■╣UìRN\x17é~ÃÆI,æ""
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¢íDűD׫xÓm=ð}¾"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"""
    û\x10Úh\n
    ûLÊš\x15p² 4™™
    """
  b"╠Y\r╝DÀ@\x16ÿd═|ÿØ┌ð"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"\x1A\b\x10fdCñ™ úv†B†W"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¢íDűD׫xÓm=ð}¾"
  b"Ī^†$ÒK0°1."p\x11"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"‚sŠð*\x08K½¸Qá\x1EŽÅ˜Ü"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"¢íDűD׫xÓm=ð}¾"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"J╦¿ëÆ|H\x18ìrÄ■s££╗"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b";\x0Fe\x07\x12£Jb©°¶@ÆE”˜"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b",ƒAtÑÁN¶£"\t·z•Ná"
  b"þòyW@nCEØø╚└àgıV"
  b" ì÷▓mÇD"¼Î¥+F¨0¢"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b" ì÷▓mÇD"¼Î¥+F¨0¢"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"¢íDűD׫xÓm=ð}¾"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"á\x05–ìÙGL™‚Gγå\t"
  b"÷ã)_»AO—’j¢•Tå­°"
  b"p—ùÚ\x1A·N¢¶P¥…ßN\x17ô"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"C\x17Ø\x16│è@ß¡+?Ñ@╔Ì┐"
  b"þòyW@nCEØø╚└àgıV"
  b"\x01Œ‘%ê‡Jâ‡Bš,ïÑòÐ"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"vx\x0E忀BªµöWM~%ÜÓ"
  b"á\x05–ìÙGL™‚Gγå\t"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¢íDűD׫xÓm=ð}¾"
  b"s\x04_`*ÑB\x1F­÷mÎÌœ©`"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"¥…ÅB…„M\x1E½\x1Ad9.ÓîŒ"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"\x13I┤\x1FIc®`áºD─0ï"
  b"vx\x0E忀BªµöWM~%ÜÓ"
  b"\x01Œ‘%ê‡Jâ‡Bš,ïÑòÐ"
  b"J╦¿ëÆ|H\x18ìrÄ■s££╗"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"¢íDűD׫xÓm=ð}¾"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"î■╣UìRN\x17é~ÃÆI,æ""
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"p—ùÚ\x1A·N¢¶P¥…ßN\x17ô"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"p—ùÚ\x1A·N¢¶P¥…ßN\x17ô"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"¢íDűD׫xÓm=ð}¾"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"Ī^†$ÒK0°1."p\x11"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¹\x17Í·/NIŒY\x1F.Qþ£R"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"¢íDűD׫xÓm=ð}¾"
  b"‚sŠð*\x08K½¸Qá\x1EŽÅ˜Ü"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"å<¾c3ŸGD€øðœþ—ž_"
  b"¢íDűD׫xÓm=ð}¾"
  b"¢íDűD׫xÓm=ð}¾"
  b"s\x04_`*ÑB\x1F­÷mÎÌœ©`"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"y­BÓÓKC&“‰TÔ0q¦8"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
]
91 20.51 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"\x00o0ÉÛ\fE\x02„(g‹\x12W#±"
  b"\x02\x19 a\x0EGŠ»yß´:`âŸ"
  b"\x02└*M╔ªKuÉ¡â╝ê\x01ô\x17"
  b"\x02îÄË”pD¡²<¢\x11ðz\x07E"
  b"\x03²g\x12@°J"ÄÍØ`\x03^g\x02"
  b"\x04\x0E®,!ÖNr¨JäÜE\x14"
  b"\x04å\x1E¥¢þJ‡˜í¹g¹]ºZ"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"\x05ÍØ\x15c\x05@g‡‘ŒF,\x15"
  b"\x05ÿ¯\x18•DBz‹R×|ÐGð¬"
  b"\x06(Ó─ïÈM╦ö<\x06¾\x06<ü╝"
  b"\x06éü8╔cI─¬{±4É8)C"
  b"""
    \x07\x06üÖ\n
    ×@mƒÂ1C=░3ü
    """
  b"\x07zIÍBoM\x18•ß\x13\fçä\x00Y"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\v\x02ıì\x03DL\x15èéÚ\x12¶º\tA"
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"\f‘ôpàZDž–‡\x02h×0…H"
  b"\fà=eåúDý½rÓ¢å\x11\t;"
  b"\rA\ïmœGe¡\x1DøleŸ¨F"
  b"\x0E*]oYºAå’ Ù¹‡éÜe"
  b"\x0EK§X$8OB­^︘`á¡"
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"\x0EÐ’ð~µE–»Ö÷X,–±R"
  b"\x0F£àÇtnH'ªV=¿š‘`È"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"\x10rVJ1ôD¬ÉXìù╚\x1A¶┘"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"\x11ú\x06‡ôFH#˜¢H^WP©ú"
  b"\x12a¨úL&LXž\x15z,s‰i\x07"
  b"\x12·ZùÎøO>ƒ¾MO6«ø˜"
  b"\x13yM\x1D5kCÿØ\x19├▒» µ├"
  b"\x14r$\x03\x05ºBd┤Åz\x06\x15ù4%"
  b"\x15?[,\x7F\rKŒ™$D\x01x×=W"
  b"\x1A\NI]nEé“‹H\x08è\x00"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\eÏG┐<ÐJÉë‗\x04Ü╝Êıð"
  b"\x1C┤Q&ÅwB"╗ı-G5\x17¡E"
  b"\x1C©óº┴\x01JÅó\x0Ex0:Å/$"
  b"\x1Cª~^\x1CF‰‚1—ãýæ‚\x02"
  b"\x1D¢\x1F<‘%Hd•ÉÀmVOÈ©"
  b"\x1EÀ^æEÚG]µì(㓸šO"
  b"\x1E·G]¯ÈD5Å2uLç\x19rQ"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"!\x00};Ù\x0FI”€–†(ÁcØ\x15"
  b"""
    \n
    ±1ÔKD¾sÛ¡NT\x11"
    """
  b""\x06┐╝ÚcAÅå\x1E]╩ %t\x05"
  b""NLh5ƒN\x06€Vð\x1Eé\x06\x02L"
  b""╩$=\x00ÅA;Ü\vèb\x06í\x10Ð"
  b"#\x1E5Ýl\x02C8•.t[ÆaÂ:"
  b"#‡™\x13\x07Û@@©\x10_&Ù=‹G"
  b"#áì»1tJúšKžN\x06Ô@~"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"$;Z83óH…š$˜q\x08§ä’"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"%\x00öBòlN§Å?ÖP\x001Ä®"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"'RŸy*OC°–<1;Uh?¶"
  b"""
    'xq™n\n
    H(’\x01ºüÆL}Û
    """
  b"'”gƒ=ôOl êK½5\x7FÇÁ"
  b"($b!ß_MK¾é;è½@\e"
  b"(B¸o¹Ä@Çú!ì0__ó▒"
  b")\x19±A\x0EçDöøÅ┤╔p\x15\tN"
  b")k\x14`DíEj▒'$kÚ\x1FØ3"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b",:©`ØEAu…ê8#B£çl"
  b"-É╠)│ºC░Â1ƒ}▄Ä\x16½"
  b"-’\x01€U•DF­L¹¯e\eKu"
  b"\x03i\tßG÷•\x18×vˆ\x18Áb"
  b".J§ì▄/EzòÍ\f\x02s½¸\"
  b".g\x18œ±ÈFÀ¤™—Ôc€É–"
  b"/¬Y1MµNnŸj°«D‡û\x06"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"1ï4Þ\x05tM Æ[├ªüßµÆ"
  b"1ÔÓÌ–2O¶¼\Iá6@óç"
  b"2\x02…Î^\x12D$œ•wz˜\x0F"
  b"2\x16³Eú,Cƒžg{´Ê%@+"
  b"3\x15Ÿ…0žH°¹Y㮌|\x121"
  b"\x1A\x03C"­Uö$ù\x02\x14"
  b"4\x17sï;\x0FD*°ä`Ô-DÙH"
  b"4nç®Kõ@Z©‰-v\x17q‚t"
  b"4«ýø&=Aú‹ÌÝKÒýL6"
  b"4é-#GBB5¿~ößKÝûÎ"
  b"7RÑ\x1Cž…M&”Ñ\e"`Q\x1ES"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"8³A?œôH\x0E¹(“ņEÍU"
  b"8÷¤@c½H\x1E–É’\x04ULÂá"
  b"""
    :\n
    o»©¤K…˜tõhOÝÜ©
    """
  b":\f߯\x06ìL\x12û×+`Õıý+"
  b":mQ·zÑKI│"bcôg3Å"
  b":m╔╠ÉPHÞÜ´\x10°D\tð-"
  b"""
    :ì╣ÖReC┤Äk\n
    H╣y¾\x08
    """
  b";5Þñö-J˜°ã\x13+àMvY"
  b"\x16ÖXëC\x15“íÊlAžÄ¥"
  b"""
    ;ͤ]\x10\x06Dÿ¡Ë©Z\n
    \x7F
    """
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b">H\x1A\x0FßÐ@V·ëÞ.cÃM•"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"@U@\x1C$LI\x01É\x14r0\x1EfÏG"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"B±Î1°×@λ¿\x7FËl\x18Žó"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"C\x04!ðÎìMðø░!ýÝΨ$"
  b"CªvòèMKQü%GÑg,!$"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"FZ!.«e@ϰQö\x05\x05߸w"
  b"F¹JëÕ\x06B;š±2øÓ¦õ\n"
  b"GÀWMæ\x18F;ÅÂIË┐oÝõ"
  b"\x18Ë$mBòªY\f½IFàŠ"
  b"Hƒ┌ÛæjB┐Ö½Tª¤ØIl"
  b"H§âÛ3£Fn¸á0\x07ƶ¿v"
  b"""
    HÒf×TåCz…©\n
    \x0Ffc\x01Ù
    """
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"KÔÇOÚ}F\x10¢ïîÝ9øö+"
  b"L#0t&šN*¬¥F±FóÔa"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"M¾!Ä\f³JǵWá\x14ñÔ8Z"
  b"""
    Mîïˆë\n
    E6Œq‚tÛÈ\x12.
    """
  b"O\x1A\e³p½CXˆuó€hÿ=j"
  b"O?4†\fˆIö¿T±‘®ƒÚ¿"
  b"P¥„³Ÿ´E‚ŽôÞÊ\x0F\x01"
  b"QééSI¢B4ùv\x1C¶"Éõ8"
  b"QÃia[C@1©ŽB\etÀ]ž"
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"S¿╦BåZOáÆ?ê<É­/´"
  b"T\x18ÿ…”èA†¢A/Àw1Ч"
  b"T@R█¹ÉJ¹ê▀û╗ù¶d×"
  b"T\x7F÷YÚ▀H┼ÉP¼\x18àò,á"
  b"W@/–ã8G“«Ótiuy9¹"
  b"W╩ıW¨×I=ü\x03ÈØdìb\x1D"
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"ZÂV—_rIs„Нºô¨\x06\x04"
  b"""
    [‡¤\n
    EÅNã¥uQ]þJeA
    """
  b"\ÄÓùLxH#š¥Ã[ {LÛ"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"cmå`?ïCÕ•¤É²Þ:hž"
  b"\x07*>Û@<ùüæ$,þ¿ê"
  b"dz›¹S…Jÿ­~–¹t\x01DI"
  b"déÔôYÙJ\x1D¬\tG\x1CÁ\x05çD"
  b"e\x1C\x19ÐMµ¿ÃÍq\x18ï¹\v"
  b"f\x01:\x03├_J\eÄ┼)¹üb9R"
  b"f±æ{©\x00CäŽ3§âYš2f"
  b"géÃÃå™Lµ§º*ìÿºÎª"
  b"i0è\x1E:èM9¿ÿÃj/R+\x01"
  b"jk.ØC"HgæJZ■RJó½"
  b"jÇØ2øwF²ò¢Õǧ\x1F\x1D"
  b"j‚\x066ÕèM脳ÜÀOH\x1DÒ"
  b"k\x1C\x060wÂDl–î\x11‚…=\x16Ê"
  b"lü²B‗ùM¥ôU4¤'~ı3"
  b"n\x01ò[Z│I│í╗ÞÖFìVp"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"nÛd²▄lNÅ║n▒êQ¿A1"
  b"pÿ2G\x07}Hp»ªû¥îÀV\x10"
  b"qÎ#3\x1C\x03A[ÅC´└á:─Ã"
  b"ruˆ\x07V‡MG¯É\r8û¢ù…"
  b"r╔73§ÿDÓö\x11|ÝÀÅ\ve"
  b"s╣51¡¼Hbìtk®ÍoJA"
  b"sµ!\x05üþL\x0EÄNî\x0FìpÂÝ"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"\fñy±C\x12µï#_oélj"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"wC\x14§\x04èH°„l~]lަ@"
  b"wÝ3ö\x03·Hb‰…\x12«oC‰Ü"
  b"x!ÁZ÷\x0EHÚ‡\x07ñp€±MG"
  b"}'·\x7FÇbEKÂüß+;ã╣/"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"\x7F\vBªí\x13IŽ„M`\tV{¸>"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"ü╝¦qÈ!K╣▒Ü\x15¹nIX@"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"ƒH\x18\rµJ)²ZóY\x1ER\x14Æ"
  b"ƒ³\¶ý›@ͽ;BV@–ñÄ"
  b"""
    å,íì\n
    BB\n
    êÈ|?<­█z
    """
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"åyN¼QÅC┬ñ3g╣±:c|"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"ˆŽµíHDIï‘V<‰=q\x10~"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"‰.»\x02ʈM(®E!KÊ{æ\x11"
  b"‰‰?Û\x12×@\x11Ž\x1A\f×$8Ù$"
  b"ë┐¿HTuJÅíáQ╝aô\x14¿"
  b"ëËØ\x19HÌEñ½└¡"MÑâ,"
  b"Š(À\x12ƒO7†—Ãlºp&]"
  b"‹-a­‡1I,™€|¢p‘\x11Ô"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"‹‘\x19Ô\fÖG­…R’[á×\v%"
  b"ïÀ·¨░\x04J1â¢ÅÂı÷òS"
  b"‹Å5\x01¤˜C=„Ó:ê~†§3"
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"""
    Œ/引ÄF@ˆî7E\n
    ±\x03\x12
    """
  b"Œ…{òRÒGZµkÞu‚gë?"
  b"Œà7…';@Ͷ:ï¨3w¼D"
  b"îõ─A`àG0Ø\x7FÖÉ├Ù£ä"
  b"ì═ýD­xIrâóIoAýÊÀ"
  b"ÄOÀä{ïH'ïÉ}:%2\x1C="
  b"Ä\T:½zG╝üÇÌDúd»s"
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"Éæ!H\x06¯CBò▀°u=Á-\x18"
  b"‘K\x1Cÿ\x08GOœ‡\x13|‘u®Ùç"
  b"‘Yº¯ÁÉN)†³ «6®-\x04"
  b"‘²á¦\x03JCÀ“µØƒãPu¨"
  b"Æ║ü╦A╚N\eå¿ïîÕ\x1FðT"
  b"“;~Û\x03ƒEk˜úa`¤}\x15\x04"
  b"•|‰ß“üA5©3ùâœ-ˆ\x1E"
  b"•ÝH‡Ö©O¹†~\x0F+ì.S~"
  b"•ñ9¥éY@źn0‹\x17ϰÒ"
  b"ûÅ\x1C®VÇNºö\x1A\eHG:£E"
  b"ù\x7F\x16\x10LöØ[4ú\x05k\x12f"
  b"""
    —¦(\vSG\x16‡¼8xY\n
    Š-
    """
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"Ÿi€u­pEÛ›˜—\x02K\x02\x12­"
  b"ƒ¦Çý47GpÑ®½ê\x7FÅmÄ"
  b"""
    áa1¨\tLK(╝ì<Z\n
    ÈD═
    """
  b" ™.a€5M§ƒ\x04Í;<p¤©"
  b"¡¶ÐÊ\x11½L?µî\x19$‡ Q\x05"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"¦\f¦\x10hvO㬅à`$†3–"
  b"¦\x1F\x1DÈ#/E©œ,)fi™ò‚"
  b"¦Ÿr¶°gOƒ–¿ðpDvôú"
  b"¦¶ç¿a,B2™ãe³«öí@"
  b"¨žÂ±\x08$MF—\x07K®gy¡\x13"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"©C 0\x16þEL‚\x07²CêMFy"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"½┘IÃ\x04uM×Ö╬\x02Ø╦▒\x04 "
  b"¬Ûç%ã\x02D\x02†,t\f\x19—œ°"
  b"­LZ>3eN´ºKP÷Et܆"
  b"­oï  YBYŠš\x139«"
  b"®\x0Flè°'D¯“ê=ú;Ó>|"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"¯³\x1FÊ2NNN¤Lu{Kj@k"
  b"\x18cb|Å@9║ºYH┐øOõ"
  b"²\x18ðB6Ã@*²)‹˜œ°O."
  b"²kšB›·\x04ªIË‘`P"
  b"│´å╔²¦I┐Á;ê!Q;RÉ"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"¸\x1AºÓŽñEAº5ÉÇ1HS?"
  b"¸™ž3˜\x18HQ’ÇZ¼<¼iR"
  b"©ñ]zÌ!MýØıìo\x07Ö®\f"
  b"╣Ó\x08è░§Bªà╗Ò\x0F«iÉï"
  b"""
    »\x11~\x07~÷C\x13¹w‘Q\n
    `oã
    """
  b"╗3\x1F'¥áJ├ü\x1Cyö+\x0F$▀"
  b"¼‹/EÇnLË“ÂÐñfðtU"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"½L¥\x1CZ“EÆ‘„Ã\x1DqP'D"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b"¥┐É×ÝyEðÆZé┘΢ʧ"
  b"└º\x1DÉ$7Dg®~Zm\nsf"
  b"Á©\x1E1 ËCÑ¿ò!¾ºt½ý"
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"ÃÅAxã¢@\x00†p\týPvp\x1D"
  b"Ãͦ\x11\x01ØE£’Óöæƒ`Yá"
  b"Ãõ•oÛ\x03@yœ¶è\x12F\x15!l"
  b"Ä?¸P3øD§‡;’ÃÅúTz"
  b"""
    ┼Kúuò\n
    Müôßʤ\x02!\x10¿
    """
  b"Å|Ø¸ÔØC~ŒÛS3¢Z$Ô"
  b"ü\x050رDâç]}áqg├ñ"
  b"ÈUqŽˆœFx‘ÖfP\x02CIl"
  b"ÈùŸJÞžCÉŠ%N†+Á\x11p"
  b"É?\x05ÔÆäK!º‚&§Íª\x0F2"
  b"╦"\x7Fºï¢FjïcÅ*$ñÅ╗"
  b"Ë—øÈ\x06\x1AG\x12¾\x1A\x1Ap4Ö;_"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"ÌfÃÝ£²Fj®°PKH–ä¦"
  b"Í›!UcšJÒƒ\x08\x19iºÚD0"
  b"Î]Ã`\x7Fõ@Ñ‚ð6¢£0Xc"
  b"ÎxcŠF·I€¢ÖUl™BÌ\x02"
  b"Ïúð\x17¸àO’Œl&ú~\x05pF"
  b"ÐZ\x13£¡HN{¿FÎð¸*Ž\x10"
  b"ÐΉõ«¤E<¨@3œ>5\x1E "
  b"ðÞ``Ç^FòùüÛ\rsâ┴""
  b"Ñ.¯eI\x02C¦º\x1A€aÈŸO†"
  b"Ò“pÂSµEú…\x00i0˜6X\x0E"
  b"Ôˆà‡ŽŠEY¸ú\x17\x08Jpé+"
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"Ö¿F\x1F\x07fHŸ¶vÙ¼K²ÌŠ"
  b"ÖÞœa@(Ml£×¦Ø\x06Ï¿\x13"
  b"Öù'rÞ›ENµ\x06'âÞ’ªÀ"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"Ø\x03SÁ÷ÒL“žÄH•Ö\x15üÁ"
  b"Øœ,°C²O5­]â%ø©|&"
  b"Ø¢´%\x01êGà»m‡6Ö[j-"
  b"Úd\x7F\x1EÃK^¡\x12§×åÒœ\x1A"
  b"ÛÝoOhqM\x17¦ÂäN8}É™"
  b"Ü\x15M­·@K\x14¡—±Ýh\x0E"
  b"Ó\x1E\x10▀▒ÏHÓ¼§Þü[\x04"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"áªE(†\x07MʸCQ†ûÇ\t1"
  b"ã…\x19:\x00lH\x07”#¹‹¸\x1F"
  b"õ6~▄)Ü@¹▓g¬6èS0Ø"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"æ\x11O²ÖNCÖ€Fì|ëì\x169"
  b"çªÎòÌ\tKu§\e\x11£t¼„3"
  b"èwr~¯dG\e¾‘(\x1Fso\x03W"
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"é!Ïj€ž@¸²×ô„\x12K:é"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"ëpìZëŸG® „-%dƒ\x18_"
  b"ì\x10\x10Z\x18D²µ"÷ \x06\e"
  b"ì\x1Eøæ9ÏI\x13¶AÂ4,%]‡"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"îXM6~9NÀ»jdårÁœ§"
  b"îâ÷ûÒÄMa—Z:\x02…ˆ™‹"
  b"´\x1F\x12éAûé╦¤d ┼ÿ╠"
  b"´É\x7FË©wF\r╗▓e▓v"
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"­pÛ└aìGEÖ▓Æ╣bgÂ╠"
  b"ðƪֱkA¿¤Ã\x17·mÄ¥"
  b"ðñ†/ÑËKÀ´ß™35¯j–"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"ò^|†ëÛO\tª)™%\x1CÜ\x1C"
  b"òhnÓñÛB6“Æ×ß[ú85"
  b"ó1Ç÷ÑfOù±Ž›ün=6\x7F"
  b"óC7Šà=M\x04˜\r\x10†'i"
  b"óÛ!ké7G¡¢\x18ÙO\x16çyÄ"
  b"õ„èVÖRBe‚à¨,®\x0E\x10i"
  b"÷ˆa\x1164DK…pÎH‚PRð"
  b"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"°\x114è╗ÀJ\x03Ø\v \x08y╗2╠"
  b"ø––­Æ¸Jдö®³¶¾qµ"
  b"ùÅ\x00+¼=D;¼Yþ™V(\x13Ã"
  b"·\x07\tO¡ÁB£¢UïÉ uè®"
  b"úzq°‹öM\x06 x=ò\x03ÿŸ÷"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"û¾Õ:WûN©¯›\r¢SÎmÁ"
  b"ûé´ôÝÝJãˆJ\x13˜\x13ˬP"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"³&\x06┬=ÕF^▒éíVSÒ╩É"
  b"ÿ`?÷ü¢GÒ’ù)UJ¸Tö"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"¶ÈÒ¹féMˆ®\x15‚Í–<ä"
  b"¼\fîÖ§fB[¦»³jÌ{Mû"
  b"yç-\x02«ÒOOù¤\eL\ÉÍ┌"
  b"\t¯è\x02lIõ╗ü·\x7F¡ÿr`"
  b"¾çU╬‗ÆCpå┼ÅUû-9Û"
  b"œŽî\x15àiLX§i_\f˜8¢+"
  b"DdRû│\x1CCoÖ#ûçõ\x16üO"
  b"""
    f²X·ëòMÕ™rÞ\n
    \x08c3\x1E
    """
  b"└├J¥<┘@ìØ±\x18Ðoj┼¸"
  b"³xeíÑÏNWØ\r\x06\x1EY"
  b"ª█.(┼wL\x1Fö;´▀÷Éãÿ"
  b"p'gsî\x15@#Øf!¯trà┴"
  b"ÿP{\x19\eÐB\t\x16\x14\x04"
  b"eAQ\ejŠL\x05¼`¶ÁD†®["
  b"ÜÕ¶5\x06ÜD:¬îìQ\fËÊp"
  b"6■öÄÅqM´áº_ÍwÈÐl"
  b"\rÀE¿x-AÆ¿å‰ó@MTº"
  b"„YÛ·sÈAÌŽ\f#uœ\x1A"
]
92 0.24 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Á÷"
]
93 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úê-ÅÍ+ \"
]
94 0.33 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/450-smr-2024-modelcode-F8403X0"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
95 0.43 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.%"
]
96 0.23 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.%"
]
97 0.19 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"
]
98 0.25 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ƒ"
]
99 0.28 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:
[]
100 0.16 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
101 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.26 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úê-ÅÍ+ \"
]
103 0.60 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"
]
104 0.43 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"
]
105 0.21 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.56 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
107 0.24 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:
[]
108 0.24 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
109 0.16 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.84 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"
]
111 0.43 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•ð"
]
112 0.75 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
113 0.66 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"
]
114 0.41 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•ð"
]
115 0.45 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"
]
116 0.69 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"
]
117 61.73 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/075251ee45644d14bfeae2fce50073a0"
  "/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/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/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/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/a4cc44e36e94457abdf2836e72f7ab58"
  "/detail/b7e3b02efc2a4eeab04eb34812857d64"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/e0b2ad927a764d96be6814ee71d200ea"
  "/detail/3c117d0bbeb04eb787dcd6735bfda256"
  "/detail/c45e2540a9344f7ab98b991ac5018cb8"
  "/detail/5852ef862cde45dc8e444ce33166315e"
  "/detail/691078792b274f9f83531f7d9f3594c5"
  "/detail/edb442ad1deb445c873f9f126c52f7af"
  "/detail/a5e016603cf640ad8a304abc76ab3f8e"
  "/detail/aa5ab64a92bb4051a6d6236f60206944"
  "/detail/de9e14ad69304d33bf3a8c204c14b8ef"
  "/detail/a07a3be0f30949a393b872d827a1a4cc"
  "/detail/429e375d05b046818ff1e3f2c47b395a"
  "/detail/78e17dd7af544681a0d5f78faf251c89"
  "/detail/295622bf13f44fb4ac63603b809174a2"
  "/detail/75ce99ec36a64aeabb14aa04dcdb1081"
  "/detail/21c4ed0b851e4067a77ceb238c5fde73"
  "/detail/07d9b04730414f4cbd2678f7c233d003"
  "/detail/9250ddd665854d9fb1728e7efd4dcc22"
  "/detail/67ccc0ad07394fcba05373ae540ade25"
  "/detail/7bfa51213e0c44b0823e9ae7a8520c09"
  "/detail/c9b286376b2f451b9fbed42d70a6a365"
  "/detail/93f72061b75642da84987e82384485be"
  "/detail/0c193da0fe4d4f87a60bf83b777dc5f9"
  "/detail/8ea308dd35814888b0447648a98eac94"
  "/detail/3bc2124409bc4207ad6336e8b91c28ab"
  "/detail/ddef77179efb4e7391fbf1fb73a9bc6f"
  "/detail/0375051f86d0493d864d34a781d2a863"
  "/detail/6c0e5e250c944f5bad5b829fee53423e"
  "/detail/57737907ce1543328bc0899c3b550d30"
  "/detail/f9d24574100344e4992aae3c048fd565"
  "/detail/acfe09fee4d84409abda8bdf16b410cd"
  "/detail/fdb3ec79a4624c67a7cfd5deeb3764fc"
  "/detail/42decf472ef54004914cd7a75f797865"
  "/detail/0938841b66414e3b958cdc70913d7a19"
  "/detail/9e81ce7f104642459841330a142790b8"
  "/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/4319ecd6d7184e3f8ca0693dfbe1faa9"
  "/detail/f6e744f8be6d4feb8f2075867643593d"
  "/detail/d687f11beef5486ca0a27df1e6295649"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/18dccc605f144d019921228c2b3e53fe"
  "/detail/176ff0789ced4844b12398901f601232"
  "/detail/6094db22fe244f87993560b16bee2684"
  "/detail/1ba80ee4d019453ba2aa88f20a2954b1"
  "/detail/d84fc0fdc8624de9b5d5f4b83a0a3c4e"
  "/detail/a40bda850bff4d1d98b3cdb44d79d403"
  "/detail/a710d1f4efe94c92902cf6494287c25f"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/75c130832b864b1d883c42c0521bc792"
  "/detail/5073c60bc4ea4e5ca1e1a95b6e85efb0"
  "/detail/b20eb8bfcb3a4423adfb9e456c2a4358"
  "/detail/9f9449529168465681b7916c3009e0f5"
  "/detail/a106d563ab484ee894fb475cc2d375c9"
  "/detail/36fcbddf5e7c422684204f34c1835d14"
  "/detail/f2686ed3f1db423693c6d7df5bfa3835"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/aeda7e86ae6a4dfc8d0ba5b4842e8b1a"
  "/detail/9ad3bd3d721f4d62b587e6f22b2f5217"
  "/detail/2b1e2e1b99f64a8c953cb49b6655e11a"
  "/detail/ad53b0bc19a249c08c54c5f91b3525f5"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/63550c50343f4641967f8f776d42fbe1"
  "/detail/648fc424799d456dbe6121285343f2dd"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/3a48210e9ad3424282ebde08136e4f13"
  "/detail/452d8f05ebb1404c999d06c85ddea204"
  "/detail/c1b13c84004c4c10a95842ce54235e6b"
  "/detail/accbd0eb05904cf0ba7f45fb3846c05e"
  "/detail/0e2a5d6f59ba41e592a0d9b987e9dc65"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/cba27da763cb40d096c8cf9016f8578d"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/153f5b2c7f0d4b8c9924440178d73d57"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/af8fc6baeb8a4d5092a900ee8b1186be"
  "/detail/5fe03b91b0114d1297f8d8192a92e1a2"
  "/detail/d77ea57816eb446db8adf9216f6909ff"
  "/detail/cc56ad7cb55c48b5a8023518a2115248"
  "/detail/b54a90632e0344a4afbc8c69eb57834b"
  "/detail/3e63cff24dff42a6aa160da2d2214e76"
  "/detail/00d93342ab3447dd87a95fe9cf6538fa"
  "/detail/7620826dd2a44c4ca6a06be43debd1cb"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/759c76794e1449b0900563c960e93e06"
  "/detail/c425b7441b65465a9682a936ee04c7dd"
  "/detail/0e2d83bd6ede4b7eaee72c04239fb5c1"
  "/detail/b46efb940b5d4e79a88dd8190836a198"
  "/detail/95795220855444de8a46076fcbc920ef"
  "/detail/b842e53bd9334206acec3cb3f9dea93c"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/04d529c53d7e483c98a09965f7083403"
  "/detail/d8b50cc93a37411bb2a7ccd0f3955da2"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/04675f9cbfc54e17b4b45d53e8228a12"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/e09e03b078a847ad85c38b68669e9f58"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/666b16484d6b4295810a852512e15120"
  "/detail/cc7f17b545b443259d7b3b91bdb635e9"
  "/detail/d9d87897bd6c49b8838c356ea465b8cd"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/34e92d2347424235bf7ef6df4bddfbce"
  "/detail/f962cc07b37948cb91111353c52f1223"
  "/detail/cc5edbc349824531a3f8ccfc44c850ea"
  "/detail/6d79251d20f642ba9679262ec19f15d6"
  "/detail/54b5b0234a434f679fd01ccd4f2ad855"
  "/detail/8ec34673c5f54bb984402530bce2eac0"
  "/detail/9b111a58cd7847fe837346c05a3504ab"
  "/detail/7428fbffc66f4a539830c3041995af91"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/893a8129ddfa459e90f9afe924aa70ad"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/4afe08830c094ce3a373ba6aa9df50bf"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/c225abf84ede4935b34646a1881258c8"
  "/detail/f0a9a1006f454e45884594ad2022374a"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/b7cd0dc6a17b4953b76c4a106295436f"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/e86e353355db42869c64ba98c3eb3cbb"
  "/detail/9538d78274684dc3acc2ca5a04382caa"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/a3c52de62b3b41b1819f8c35d9df9230"
  "/detail/642a78988ecf44919664a4d5307ec991"
  "/detail/1ddfee620b3640189f64316ae3561e81"
  "/detail/80f726953def42caab298d541ba142e4"
  "/detail/4d325f5aece543d68a8bbcbc91db308e"
  "/detail/6f77bc88b85b4276aeb992ecba83875a"
  "/detail/cab430f49b2b4fcb97d14676b9098659"
  "/detail/b62c5d77c4214fbbad888503d1a2a2df"
  "/detail/a2464becc4224fb595c2740b7fbc3f0f"
  "/detail/0198cc7e55d773e4adf3b67539e50728"
  "/detail/5a0ee20a58764b218afb3d3073331a8e"
  "/detail/e1bba7abedf94503a50f3b57c66fcef7"
  "/detail/0198cc7e945973bb806c3dfb2c1e9e61"
  "/detail/3a4f3221a8284e1c8f1d387f23c610e4"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/eb3c95e10d014c7f8552b11982a494a8"
  "/detail/a9e78a04d5f44da6837fcd1975d0eacb"
  "/detail/7056080ab01948d38c4510461884c998"
  "/detail/5fd5012f5d964ddab5fbae0080666310"
  "/detail/f91b6a1c62a3486b81a9dfbef131a09a"
  "/detail/b1727a636ed346299175ef8b31cc1cc5"
  "/detail/ddef8faac1a64821883aa2a86f75e46a"
  "/detail/3907687775984183ade7ecd46514a195"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/68de481656174c3192ae115d2059c286"
  "/detail/f8db9af53d614a309225f78069c6bee7"
  "/detail/d3eebd295b254a0797d541c7aa1738d7"
  "/detail/76ec7057d4ae4cbb8f1396d531a661bb"
  "/detail/1641f61e48b3452488b5c81fb259cced"
  "/detail/c06c005a10f3481ca869923a81f65657"
  "/detail/2e0526852a4c4ed9b26097292734d132"
  "/detail/6a54225a1ee44fb9a64f8d3042f7762b"
  "/detail/31f44c52fa7b4eb9aac13403b38677af"
  "/detail/84eb1580d9aa4ec39f068a45f19162ee"
  "/detail/798401e596784d3fb6dc21160094057a"
  "/detail/5d31054e5dea4347b76a8937b055b094"
  "/detail/16436aaa4f654cd1925044e6c7269896"
  "/detail/86747575a94a49688cb5ebf2a3413044"
  "/detail/ecca35e4dfd24b72900c802bc2ce606d"
  "/detail/120c0a2e7a2e426580a94cd7286c8b83"
  "/detail/ae5dd70989e2417d9177812ecd5bc39a"
  "/detail/0198cc7a74f272e1b1f526a1b9bb2c37"
  "/detail/1a8cddfc80fd4752a3edacbc699fa453"
  "/detail/809b98ec817b4057916d3d3a9b3d1c63"
  "/detail/3e00721b91ca4ece8e27ab0233981e97"
  "/detail/27bd7bc181f44f15b594598d740e6bae"
  "/detail/ee2e9edcad78457da22fa83eeca988b6"
  "/detail/3a1b61c3253646c68f5344cee8004044"
  "/detail/0f478a03ecc94b1aae821fb5e2072e8d"
  "/detail/26dd4b62604b41c4b33eb840592363a0"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/581bf54dad38482c989c3c0725d9dcd4"
  "/detail/60590204dd8d4449b9c489e35bc4d109"
  "/detail/686baa2f4b7c4c0594f09982479cb461"
  "/detail/e8b69bc615f446559364cf47efbba5c0"
  "/detail/2357d495879b4d7d99bf70dd74bae9e2"
  "/detail/e026d0f08c064093878fcf9d91bf61e9"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/3710488af9b840eca5c51868d3b2180f"
  "/detail/2f83db839c4748b6945508759836642f"
  "/detail/f495ce30e6864dea9b64bec20e41efd7"
  "/detail/a758223b5e2d42e69162112b7d0d0b50"
  "/detail/73c0f118252a4a4fbd5362c30d346c9d"
  "/detail/6ad702bb808143e5aa54e182097c2f52"
  "/detail/5b6f58bb3a6d404ea6dd97ada0b329ee"
  "/detail/604ee67e8c6841279faa0b3978b2ef90"
  "/detail/84c44cdc115d4f7f89312bcd2773386a"
  "/detail/40e6e5c772da4f1986e598a14063a2c1"
  "/detail/8ce4c441608547309d7f9990c3eb9c84"
  "/detail/48a7e2db33a3466eb8e13007c6b6bf76"
  "/detail/9158c85109da49f3b05d030691a06b35"
  "/detail/31d4d3cc96324fb6bc5c49e13640f3e7"
  "/detail/fc2606c23de5465eb182a15653e3ca90"
  "/detail/5f6d55149da14310bd6a08c07d0aad98"
  "/detail/4bb400e4ecd14ccbacaa3bae41bf925f"
  "/detail/3209fad6bcc24919a1fd8ccb513d354d"
  "/detail/6418968ec4574e5a840f5c596371eecf"
  "/detail/106fe7e19587400bb25462e0efb45dc7"
  "/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0"
  "/detail/9cb92f0c274f4ef4b71014076bd3ae1d"
  "/detail/d6722cc28bfa45c49931060876e460fd"
  "/detail/d1bbe08d2dd94f3892604e84ae94b283"
  "/detail/e4e45d774eaf4320a278ebfa73eee2ea"
  "/detail/0534c0826030449490c65e492f1f8918"
  "/detail/3bd15e46f3234161a3a86ac171766c25"
  "/detail/ea1652ed0e15455b8ae363c29f52c279"
  "/detail/eb4a2c8cb41b42d1947b8bc76ef16b41"
  "/detail/6b0aaa5c30944c05ac03d4d7b13fed5f"
  "/detail/2df2a8bacbe24e83b3e1ceecfa8cf947"
  "/detail/e4b7e49892e04a248787a35cf10d49d7"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/4b78305f60cc4d3cac00e727a27ded95"
  "/detail/c2e867cf301b4741bd08a9abc7710bcb"
  "/detail/3677a44317d6440087c7f5d8b87eaf22"
  "/detail/67727e33516d43dda5eb8f5ab3b2f53d"
  "/detail/dec8ae09254443b98a2d7f59bda8661c"
  "/detail/40569f1715a042c39eae0ce918e06b16"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/588e356b6b0e4aeab037b19db6e7c6d2"
  "/detail/ff4ba88899b845328cd49c5c09ae24df"
  "/detail/b233ca369adb47b3b0a58dab796ef3e5"
  "/detail/6b73d7dba29d4a149be3104bae26f4b6"
  "/detail/9f14d4f50aa446a4947517dbf0ef3889"
  "/detail/aba04a9c859c43d19d69ae3dfa0ee1f5"
  "/detail/757ec0257bea4c85bfca6138ef3e4078"
  "/detail/2fda2e47563e4193a8149e6809fdc652"
  "/detail/03fd671240f84a228ed69d60035e6702"
  "/detail/f99bf2ed0eaf43e7a424a129c8ee132b"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/7089bc03ae774135aa45a07a0706d775"
  "/detail/ea8663d80bf540048c694027fdecc649"
  "/detail/059d38e800a6496cab651d66e8dcd366"
  "/detail/0d6fce167f3c406ebe4fe92c4309af75"
  "/detail/d93132cfc0e3472c958e9c42976cc329"
  "/detail/c5a838b4dcf84c799d64789db4f2d69c"
  "/detail/66d65ab9ab034ac59e737c04ff6a6d36"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/7d682adedafb4e14ba05509ae01999e4"
  "/detail/4fe96258bc1144c3ac668d5967967b72"
  "/detail/e99e9446b3a64c908ac9a1b2b5ce3701"
  "/detail/f776882aa00f4f98ace09bf75b555f47"
  "/detail/bb4a87e5dbb644b5850efc2be155a656"
  "/detail/e954039c82de4243a515030f9e904857"
  "/detail/fdb18cb8005a4343a676d024c006e1b7"
  "/detail/c01bac15438d45f6bae42e6b55c3ad2b"
  "/detail/a9e4706e3d2c491f84fe1436228458da"
  "/detail/be0edf622c4b441db1aa7c4dea739d2c"
  "/detail/89320d5b21964d1f939b3b0b4fd339fc"
  "/detail/897de99adee64d499f46d5aa2f08a8cd"
  "/detail/4eb1f9f6d79a420a904253677f8e0079"
  "/detail/53ef3ff896ae4594b380ed1f523b2d6b"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/62bec9c6d80440eaa31555ed7d99eac1"
  "/detail/9402815442bb4192a7f612dff7b8736e"
  "/detail/e1c91b0bd9394074aaa09dd20442dbec"
  "/detail/1f2a8296b46a42509eaf16cc1a93ae5f"
  "/detail/2affdb82bdd64e12b3f0e5c48c8e1070"
  "/detail/0f5d680e153e4ff6867fb6da5dc39d94"
  "/detail/caed7ee8f9f44ae8a7e56656f38e653c"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/0ba8492e56e64f7fb14ef05d43d9f47f"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/9f6351143c2e4991a71d657a8af2c6f1"
  "/detail/3a3ae3723be546c582caaa1de842d6a7"
  "/detail/7bacb3348af0498e9faae4568ad76aed"
  "/detail/fa715384cbe44ccb9d2e4f08ecfe0a7e"
  "/detail/fcbd49c9da6a4eadb234e660b135f5c5"
  "/detail/92c7a39e2d4e497fb962294fe598fa2c"
  "/detail/4583daa6e172427baf5ed296d44d634e"
  "/detail/3afac8eb66354375baf372abc513e281"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/3b34348492ee484b9a232bf2e6ef6831"
  "/detail/d8c0b3993d624ff9bee5d0e7f65130b9"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/4aa63f56b73b4f4c9538b685e2f8c502"
  "/detail/6521888d55bf481b9c6bd732ceccc50c"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/0dd8ad95a902477389941e32a38eb882"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/9eef40caee164ec5ae9ff1a51e3798cb"
  "/detail/559b169dc1734451bc8d73f1a8d5cb70"
  "/detail/bc9b5323f26a487ea1df007b4cbfb900"
  "/detail/642decefc90a4d6b80fd2bc4ec5f73d6"
  "/detail/e27f481bf10b4360863c7d2ddbc78c85"
  "/detail/fa03cd4c81644558812b18d74109985e"
  "/detail/07601a5c5e2a4ae09cc173f33c1f9fd3"
  "/detail/200050d612de4de192a05a886c2a0d95"
  "/detail/961377cae203486fae11c811ae5e653d"
  "/detail/09b57ff4ed8b482a9b78589dade3dc73"
  "/detail/6a9d83423ffc43a99ca6cc2a0b336a93"
  "/detail/aa1fa94e3c954a688da24f834c65163b"
  "/detail/1fa56cd16fd342a68d7e7d8cdeabd399"
  "/detail/0eae0e6445054089b67c31ccf207384d"
  "/detail/5b2775da097e4b46b26b5ae71b4b687c"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/2d146b24d2af4b2697f234729062adbd"
  "/detail/ae97306d1dbf46ebb5c9c94edebfa5ab"
  "/detail/1a4d42041c444323aa4f77f41576c402"
  "/detail/abbd0cd0a6984868b486ea1c8ba1ca42"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/7266f2f810b64d63b49daba3c14c709a"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/7e29158e58cb430bab0a092d50f183b9"
  "/detail/cfa428b6b0014b83a4865fab29b579de"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/47931223a3544ad9bc757d88a20a2e4f"
  "/detail/f147c0dbd17246929f9d708a5e94e51c"
  "/detail/93948d7989b94abbacb620e3c3a4ec2b"
  "/detail/cd2a31b6fa7c4f04bf1b041aa337b39d"
  "/detail/4ffac914d17a43c0a775c4ef52ead09c"
  "/detail/2b17eb837cc749f3a9be753d7393c3bf"
  "/detail/9e854fcc08194421bb34ff19988ae0f9"
  "/detail/3a90ff6397f94d5787bab97401cde5cb"
  "/detail/b5e113ecd40243faaa59a71fbef398e7"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/37dd35171f004e1f89e061b5d501c2a4"
  "/detail/c15fd414f1bc46b797f7e593816fc92f"
  "/detail/5b67002b9991446e93ed17bd39e531c5"
  "/detail/c0678e4f6eba4488b56c6adc3001f0be"
  "/detail/dde2694ff12749c7a3d414ffecd206e0"
  "/detail/e6c92fcc9821413a9fc51e71035762d8"
  "/detail/9e89c0c4ad7349e29cab095051d09466"
  "/detail/2e6c30d139284d5581eddf84b4422800"
  "/detail/59b8ce25c30c4f238976e5db00e0f2f7"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/f90ecd3e3e9942c8b1819944f09685cf"
  "/detail/ca4628ff069446abbeec72c2ac481d08"
  "/detail/0587a02926ca47c39ded0bfcd7dbb17e"
  "/detail/a6f7d5ec8fe6423fa7a8b4f9dffdd638"
  "/detail/ae363d1a1e3e46f08e9107a89221c48c"
  "/detail/968266d9a14b4c0e8f5f36eb73add495"
  "/detail/8d6d660755524f43850266167e0b8c64"
  "/detail/71c59a37f63f46f583804cdddc13f42b"
  "/detail/f500f06511a94389a2198a48b86e16a9"
  "/detail/8d01c4a0502a40b3881f2f82b9028842"
  "/detail/1936d5b90e6243d5b5341bf69c6d79e6"
  "/detail/a54c089c018f4a49a5bc1398cab74c50"
  "/detail/2e2b1f3bd1314c9d92091b4099b806f5"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/637783e9613744b099a5a0aab46e32aa"
  "/detail/1ab0474ca9e6404bae9d78a07d8d8ee6"
  "/detail/18b0ceaf7a4f438d95cb7196fb71ed84"
  "/detail/4c12cd37e54e4f0b9f8c83f7a38fc505"
  "/detail/6c00ccb938bb40e4812675ceb2df7305"
  "/detail/8172d520bf5e4e3e82991f492bde5810"
  "/detail/c8f99f4ade9e43c98a254e862bc11170"
  "/detail/92a0633397d543fdaef64dc7dc5d20eb"
  "/detail/398430bc32194c28a737ad2c11c5df40"
  "/detail/9c631f86c38248ef86731e33d97644da"
  "/detail/e2ba2a5b9240464a9d567bebefaef501"
  "/detail/1bbcda4eacf94b0395a0ddc7b883c361"
  "/detail/e3ad0739d30e4920afbb9d885fe737dc"
  "/detail/1e79674314224906850ca0cbfbefa808"
  "/detail/a90ac493baa84d638f59267925de06f5"
  "/detail/15bee944bfa54641be01a881e37e4f07"
  "/detail/079d27f47d6548d2b022e2b61086b982"
  "/detail/951f8d45c17f4fcdb769bf662892cd04"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/57cbd7e0aebe42e8b705edc0bc913ca4"
  "/detail/aacb8fdea6a249e18b0ed74239d6f0c1"
  "/detail/be8da37b4b0f44f8860f6450e6ea6c1c"
  "/detail/044ac3e4cac94813b2ac2ce9c4069cda"
  "/detail/c8ee1e035a2040f79e9a81504cd37ccc"
  "/detail/9c78c2b420c94a99948fb66627ad6ce7"
  "/detail/a6118ac139464a39b43de2156b5d6411"
  "/detail/eceb774a231f4bd4aa96bf1d2ba08338"
  "/detail/26842f282df748c7a338d6b5ee83adbb"
  "/detail/15fed969af9942438c3c9e6542b17950"
  "/detail/646ed12f971d474f82245dec1f5eb940"
  "/detail/207c30a918a9483f9b9af9a808fc0333"
  "/detail/5871a29d1cd6458facf04e3a450000d6"
  "/detail/d87645b618c54fe7b4e5439d779d225b"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/824e6a9975464d37928abb7907e396f0"
  "/detail/544e4a0ef9734f0c8f100630f291f383"
  "/detail/11cdb8add0614c82ad3c2ff9b4ba26e9"
  "/detail/58a73a1465684b519de7df61b3180a28"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/4ab5056baf5d4622ada50811208425fe"
  "/detail/34f27dc9b3b946e19ae1408289a59422"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/182e58041edd4e77b67219aabbdf819e"
  "/detail/4dbeecf8de4b4b47bf140a7ca2887f0f"
  "/detail/6dff774d980d47bfbf305c33420b6bf3"
  "/detail/ad87d758758b46f98befd28392bd9784"
  "/detail/04ad11008d7f4a7185ab29a59c12db8f"
  "/detail/1e0e64331e484ef09a561250af6add91"
  "/detail/868712b0ac7d4440b653a5b3890a4caa"
  "/detail/fa38725245af4973aba61c6e0dc86d51"
  "/detail/15589b7a3f434fd7a696bf0ca915c44d"
  "/detail/e982d8b587d84adf9bf44a37f1ffac6b"
  "/detail/2b4d4c9e92df4d208a9e8541190cedd3"
  "/detail/2201c62bcf28490b9b9f3b79941dd830"
  "/detail/30f1644c01d04fe6a42199edf8cc72ff"
  "/detail/b28b85a47a524a16aec0ff420e32df1c"
  "/detail/9723236a3b334305afeee64f5fc9a0ec"
  "/detail/0d7d73a2179d4806816b48a04ec47d3b"
  "/detail/e9460face8af4c84889d4ccaba104731"
  "/detail/b536c77fb70d455db158e953c1a8cfb2"
  "/detail/26922401c8424e38b620d69648546bc1"
  "/detail/e15ea180a60b4c10bee9e75f0168a294"
  "/detail/157f9b6ab90a4b1b915b04ed356eb505"
  "/detail/81d588a65efa4215bd6b746599d8bf47"
  "/detail/307c51cff9fd4ddda750759b11f68c8f"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/b48a2f94c41d4a3e92c18bb5fcc26e04"
  "/detail/44f5643a9aa54a23bcbd89bad97dd752"
  "/detail/3fd779fbe9864aeba396b25cbe5642db"
  "/detail/44f5a654f8274258b67db104fabcfb76"
  "/detail/896d4671d5d04a838506a99ed07949d0"
  "/detail/beb4724f64a74e3a8557ae94b97f78fb"
  "/detail/dfca2538d5e540b8948ecf56ae57c074"
  "/detail/99ead72007414201b6928b05fbbba54e"
  "/detail/68c76f185e854e1baa6dc51068d4cedb"
  "/detail/5fb296c482ac4d8eb585dd4f1ce98a81"
  "/detail/173caba30d514adebc82424c039d30ba"
  "/detail/0f3cc4a1dbf94dc397405d87d05d672c"
  "/detail/7e6e360f37254c1a9e47ad7f8e54a267"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/904e770737a4479f85c978bf4837cb96"
  "/detail/45f9d35a14f54849be24be2ce989bc17"
  "/detail/df23e9d1df3e4a77a68a22340458a534"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/a4eb0ff41aef486797a10a5d1c265ace"
  "/detail/013ec079f14c420fbfea114271944993"
  "/detail/0b34e59d5eec441db41372e555e795bf"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/8744f38d033f46e3aaf2c06103e9e28d"
  "/detail/713c78b777b64ba3bb7bb54a0da92d81"
  "/detail/1f79f30839f94fb1ade532edf8578333"
  "/detail/2362e506f5b84075858270bcd2353e55"
  "/detail/9df631689b6346fd882cfd9130fb939f"
  "/detail/90da5a9ba72149c3a14c4e54d917847b"
  "/detail/f5b0fb0d2bfd44cf9e9687beced2283a"
  "/detail/a6164b0a27974713b09e4088be31fe42"
  "/detail/1843755294184dc1843ec5440770407b"
  "/detail/fa84795b2a134cb9975e684069324615"
  "/detail/d95a327b93cf43fa9c9b89a747c7e76c"
  "/detail/c82f3f2bdf8c42e6ad8acbe4f54966d1"
  "/detail/98468b4e3055497e9373e72926ba887b"
  "/detail/ad1ff5ecbc464e55b25e698bd01a3451"
  "/detail/1033004a3fcf4210ae8b4306a7ba95f9"
  "/detail/9489ddbd35164dc0a890f00432d14f18"
  "/detail/4d40f4076e034a0ab17f506ded5be735"
  "/detail/ba425bd697f44dbfbfa1f4ca5253bd7a"
  "/detail/743b3fc7e0aa4e5ab4a22f6c9804238e"
  "/detail/00ff429ae5cb4f57999f32f2ff495145"
  "/detail/6089ed7caeca45b4816bbac2305e8393"
  "/detail/ca640794e14c41058ab6310a39771622"
  "/detail/40682a2f02244a7ba81e187512dd8759"
  "/detail/8530049f706a435ebe247dcc3980bcd5"
  "/detail/e4ef3694d9d24cc880a155ec8d42d0d5"
  "/detail/558cd7e4bffb475fb1bb1d5c553f5c30"
  "/detail/7cd03d8fbe5149d29f832752d3eed41e"
  "/detail/8bdc30c055b74897b022a3c3410c0b7c"
  "/detail/3cfbbddd4b834120922086032518b141"
  "/detail/fcdd061c791b4732aa5dd3df03d29fd9"
  "/detail/9f242774fca54280b8082d872a6e4f08"
  "/detail/77e0e62f59c64cdf80ea1870d6213a9a"
  "/detail/419be1a22e4f4cde81cafcccf2346647"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/5d513020c8f4459c983663f91cb29f76"
  "/detail/f328ea530fbd4006bb85f8bed12f495a"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/1f02a248c8674e56967eae51584cd5a4"
  "/detail/92607abeea9747c881b9451b913767ca"
  "/detail/8267a6ed8fa245f083dbc3ffbaeb0739"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/232bd3033d3a4175a12eaa0213535571"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/1f0e6226fc544ea596b52eee94fc2038"
  "/detail/acd6e529a06b4b0c916e81a208467b82"
  "/detail/f24a972c47aa418db0d580dccadd48f3"
  "/detail/af047d256e3c4669a83d55cd27d233ac"
  "/detail/517ec521906741a3a518aae035f257cc"
  "/detail/d3dae4769c1f484d892c0a4ae14332b0"
  "/detail/3e42ae55854f4f30a25e7dc194a05a5c"
  "/detail/5dcdf0125af94a1a9da6fb792f66b63c"
  "/detail/c79da17df2f24712b6a2753177514329"
  "/detail/516b4eb5db7c4d06aaa12f84af9dfe1c"
  "/detail/76f8c965983e41938d05f042a45d27d6"
  "/detail/688b1b02284d41e9a37ad1cf87382211"
  "/detail/fd45c61b9423447dbc595278ec62b501"
  "/detail/e74c5842b9bd47b6847a0a7a0bffaf69"
  "/detail/eb4eae3c143645b5a1c9ba9848978add"
  "/detail/0e45ada47c0c4deda523009ea5153949"
  "/detail/bb7edcb919e84ad7906349eeb9e266a4"
  "/detail/7f974de3a010479a952964ea29bcd7c5"
  "/detail/5c8ccc79abf34acbba63eee33f345362"
  "/detail/4c9a1faecc38453e8c47b26af9cdf348"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/7abd39251b884db38d6570f67f42edbd"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/6fb9cecf44ef4cb2a97a5a7a8ade8b83"
  "/detail/6dec6491db8e432d8977216c47718247"
  "/detail/fdcd2583118541fc9130cdd0e73cda04"
  "/detail/f71d139eb65e4d1ba24b0480eb8fed69"
  "/detail/2945815daf8d4cad91e029295785953e"
  "/detail/e69d82f05cd3490489a4fa8b6ab69dd3"
  "/detail/d5e30a9deeeb41468b2430dd34b03335"
  "/detail/cfc910b80b5245ab84ba0ced40038bdb"
  "/detail/2070c1c33600459db6737c6f3f590c27"
  "/detail/b7bddbbe01c144fda09070a159706dd4"
  "/detail/607b80f82bbb42ea8d405f602a9fd714"
  "/detail/fec38e32d53d4c3190d9e75fc6e40d4a"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/57a114662b194695aed693e132f04197"
  "/detail/2992f1fe91f14e30a8709f035c50b75b"
  "/detail/ec1436da1e4c4f03bb092b218ca78cb2"
  "/detail/9cabdc4628d94dddb38263eebd47e238"
  "/detail/5875e90a4149478caf4f73ea218fae7d"
  "/detail/473a4af565d547afa4bfa757a9fef23f"
  "/detail/e7d84f606bcc4734a53313e6dae9eb88"
  "/detail/a47f15cbcd4f407d8dd51bdc1a9a602b"
  "/detail/514fd6203d524fcd88b087895f8eefac"
  "/detail/70a8035dabda4bedb2b9f67b0d995bbe"
  "/detail/454f5cd6f77f4e4bb23e2615979cb184"
  "/detail/ef6a7f4501dd41358cf6e679edd3b513"
  "/detail/6a00cac15c034917a152a1987e3df27f"
  "/detail/ebdcd2939e9c421a84be3992fd87600e"
  "/detail/dbf43df8a1b948aab93061e8abc3f0cc"
  "/detail/25f64c2f7596421da321b905ad075dcb"
  "/detail/361dd9a34f3a456a9f68813717f22cbb"
  "/detail/514f484e7e704979a05a7e588dc03e8f"
  "/detail/40e55bef76824d078e1633ec6a5aaa76"
  "/detail/fb41fb5c5cd44058ab2eb255f5ac2cda"
  "/detail/a8c6113dd1964cb2b135651479c84ded"
  "/detail/d660738c2622400db3ebfa42dae32653"
  "/detail/e8737eb96fe145d79ff2f5afbcce852a"
  "/detail/178283bbed8447ea8073a42361a3833f"
  "/detail/1c190a3932104c448889c0bf1c677c29"
  "/detail/b543471208ee4c9b83b113e674717e17"
  "/detail/320285ce5e1244249c95777a980f3fd7"
  "/detail/0198cc7e1711729489f6e81bd2aa77f1"
  "/detail/b1a52228e9df44da92a5409dde172ec6"
  "/detail/72b581e93dfe4a50bc6a71aae30ce48e"
  "/detail/0d9ef3d1351d4ec69c5571f3225ddc9b"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/6bbf0f0d9e3f426bb8398143e98a8d16"
  "/detail/bb7676e30c65491ba415bd9526cedf2a"
  "/detail/3850df110f5649fe8b8f5f747524d282"
  "/detail/894814d687bd49b2809420c8e89f4d37"
  "/detail/4dbc4799de1a481c8612152914fa3020"
  "/detail/dc4a12dd173345c698659e8ac851d425"
  "/detail/c4125ee9e4ce43cab7a746c20ae39129"
  "/detail/5942fa8a34bb4bb1ac256d187a2945a0"
  "/detail/003e010c35344948b53392b62804f7d3"
  "/detail/21821cc8aea44b06881653f897ee90ca"
  "/detail/70faae04c28e447fb706cc625e3111f2"
  "/detail/577ce87746dd404b99e1879a238f8c47"
  "/detail/96cee3ac724a42d290d2cc2c5d337482"
  "/detail/03f6f21d747448c9b94ef98376dd2761"
  "/detail/a2c4e7cc7104412d950b7285ce2251a5"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/e0dd03871a2c48cd8bd8984a57bc3aee"
  "/detail/8b24ebc3084b4c01998f16a2f8743c03"
  "/detail/024b5da43d1c4a84a4cb90cb6362a0f5"
  "/detail/4ca2f21f1be74b7a95fa742c908b14d5"
  "/detail/e326211d61c641f2b2fa9d0b073551db"
  "/detail/0036c681cc6243e0b1509c79d5b8b3d6"
  "/detail/f8b04970e2294ab2907d3bb6681a7a1c"
  "/detail/05c57f6ee55148bda10fa5f0f2e1177a"
  "/detail/f06455ec23d84b44a4569deb4972284a"
  "/detail/6a0f66ad837449d09ab1849fac5557dc"
  "/detail/a14f6ce4fff34c288d4a9c692776f67f"
  "/detail/b20fcd83f68848a984aabac83c4ce738"
  "/detail/9721855b4937454a904482d57c7e6414"
  "/detail/7a97ba16da8f4f098d36da943a85ead3"
  "/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8"
  "/detail/5d2d44c9ffd346b5be359b080d8b4bc1"
  "/detail/610b63661f894465a504577e88edbe89"
  "/detail/e046383707944c58bd9e4fa83e80bd38"
  "/detail/aed6704ead4e4ba4894cf6a95fa92e4c"
  "/detail/74bcd28d06d7415182762bbb26845f2e"
  "/detail/6457a634bc564e8b88ab325b1be45ea6"
  "/detail/90ea8ba2a59d4f208532c846bf8f8974"
  "/detail/1c2c36276ec542e69501720fc620c4c1"
  "/detail/7b17ed5e3aa44635a18d9be40ac720e5"
  "/detail/c620b2226c50471d90cb49129203c46b"
  "/detail/75c7cc67b7b3426195ced720034a03f2"
  "/detail/8a8093d4ecc746eb9d1b4e542077f079"
  "/detail/3b2d695bf22c4efeb6b8f89927d3f670"
  "/detail/ccfecb91167449f98cad00a2b2fd239d"
  "/detail/b60af243cd444c6c87e06ab495bbcaff"
  "/detail/55f4d6bb96154e2f9bbf1daa999902a6"
  "/detail/b99e7765034e455493d7de2349474c09"
  "/detail/9107f9eea68741a1b463fdd02e7b1554"
  "/detail/070a4aa12c6148e5983aeb20a5f801d2"
  "/detail/47b983ecb69a49329d2c0c59c618a183"
  "/detail/91702d9933db473b92ab7d7bd465bd3c"
  "/detail/f3a88783f0d34c01b5c527f413eb61fc"
  "/detail/1a27029f12e24557a268abc59ab9520c"
  "/detail/36f15f45c28849d1be142c4f48cfb748"
  "/detail/084d8960a47c43df8721e404766bca3f"
  "/detail/089c00f09c014ebeaa4444f56c2bfa63"
  "/detail/71e25291c79c46788d0c33e46fa4a11c"
  "/detail/a68396583ec946a49b0df605e3491828"
  "/detail/35f20e7796db4534be09cae5757d3a6a"
  "/detail/faa7bd4620c44e649b97583cf3ca6cf0"
  "/detail/6d2c967944904520989f13f15f6b202f"
  "/detail/fc6740c48f6b4351ac1abe8587b7a1dc"
  "/detail/990f4026d55d463d9d8174265472e4b2"
  "/detail/b64e0537f99f4a7c83cad1bfd3253c64"
  "/detail/63bbe5a8c1994b2489078b503777cc94"
  "/detail/f66bc1f85e094833a93e52d4c48e23ef"
  "/detail/dcc61734b33345eb9164795a46df55ac"
  "/detail/d1ea0bd3122a4039829e27222600aa8a"
  "/detail/3cfecf947bc2425b91aec0e07b83b869"
  "/detail/1716b7068eb742e0980ffce3fbce7f56"
  "/detail/8c5088fc54b2494da942057ed28654bf"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/a24a08e9a9eb4d08a24029f5fdbe0ef9"
  "/detail/50d39e4d03a84bfd944a2bcbb8dcb9d8"
  "/detail/dea1fa7860a943bb830d110d0a56cada"
  "/detail/e55803338fbe4d0c989028d392750b71"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/495085311b31474fa0edf2733d1a853f"
  "/detail/199cbbeeb7654bdba6420566863fcccf"
  "/detail/69168cd035bf47ed9bd02e232681c894"
  "/detail/f8303a03f7b546f5bd45447ca994e249"
  "/detail/aa1616365cb54f299db0a40ec687e6fd"
  "/detail/82da1c244d534a14ab0951b28c5dc643"
  "/detail/0877b8c6e2ae42e99789b93db1d34437"
  "/detail/0b3846e9833a4a5eab28a7958ed0530b"
  "/detail/863bf86661ee4a4492307726d3e530ad"
  "/detail/76788dbec2584747a062362d432ae2b0"
  "/detail/f21f46aacddf48049fc5297d6d2f3b63"
  "/detail/2cc19684a18f48a78c7f14328cdfc46e"
  "/detail/2ad2aad8ef234ed88de11f80593ec129"
  "/detail/f9c63323f7f7489a8591e6795cbf471e"
  "/detail/cdaad21653334a82b178166647cf3b56"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/b6992f4eaa2f48b2b97e4913224b6792"
  "/detail/b1c4c6ed3ccb4551863f3eba72a99cb5"
  "/detail/89c8e1cd4b134034a185cfe5e73130a2"
  "/detail/4c957496175748c58e91a52c7939740f"
  "/detail/3aacb9a31823400c9944ee671ab4400c"
  "/detail/09d08090d723497389f33315ade2119b"
  "/detail/acad633700664aaabd96d5594cc88e3c"
  "/detail/636327b52af24abead0c8c888f8ef310"
  "/detail/433e98202e5843349a95468b1773c128"
  "/detail/aecc2c19c6f34b2b802beaf970715036"
  "/detail/a27c8ad521464ebbaaeab7137e84beff"
  "/detail/550cc5f9eb5b422f9cedecd1cc32c8de"
  "/detail/c49b3f79f29c47caa213a1423f22d5f0"
  "/detail/cc2e0c973ab64a99a8a4c3368b790fe6"
  "/detail/8ca550a405f345c9821deb00f020a335"
  "/detail/2aebd3d588f14087b8c8b8da486bb616"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/9f2577edc6994376abd5f5ea9c7f4fdc"
  "/detail/a5052a1a3d21433db1fcb3516ee27d84"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/99b951830dfe4b1aae2675d97393bec8"
  "/detail/6e745d641e134ce7ad04962c52f0f5ed"
  "/detail/745bc46418a04d43af644efa17c4d941"
  "/detail/aee2db9894c044248d1afa57b60e68ce"
  "/detail/06b6ed741e82400b8d4a4d3ed36acbe9"
  "/detail/a17daf9d42694232854a5470ee37e81b"
  "/detail/edffa201774345e5b0f81c305824546b"
  "/detail/dcdf3edfb6274dc08c843049e6726ab1"
  "/detail/17229e05e63c43cf83ae32b8d1ecc4ac"
  "/detail/72cb648c18134010afa7e4856467a944"
  "/detail/e3d45daebf64484c954a3f563943485c"
  "/detail/9ed5a2d9c16242e2b99c202e6972be46"
  "/detail/19bb48ae47254cfb822c5574ba1714c1"
  "/detail/d10fea969ba3434588ec26e8af862d09"
  "/detail/6f8392a53ec3493bbe28c214d0689c87"
  "/detail/cce63c284b114a878fc280a9153df0c6"
  "/detail/f23a84767df44cc581280cbdd3a7fa13"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/bb92e2a3f7414cf7a6922193d9d32658"
  "/detail/0212b3840bd84ccb824d896e1b74b648"
  "/detail/9a838c319e93443584f7e57783e9297d"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/fc2091c8ae7d41058187f83ac733ba5b"
  "/detail/19d089600c8c47d7af39c945874bd9f4"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/bd3a6d60805d48ae92c199704d6d861c"
  "/detail/a57de2842461416c82f9015574f2a984"
  "/detail/152450f826f047a9857d63e499face33"
  "/detail/a31fa1b5f15e4c339a653fa40e7d1b90"
  "/detail/f9e62c3ee7be49648c08702f12055d67"
  "/detail/905eb35c7e7f4a26b89c6f3a8afa2771"
  "/detail/b1392737db6e444d8cc9dcedeaf683ac"
  "/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/1f15d3c9e2824c22a5e4972853804cca"
  "/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/d087ee161b9940988f81005687b53198"
  "/detail/82b42d5240384a9d846f4bfd26c51b65"
  "/detail/d444afa107264e84a72c3acff798882f"
  "/detail/2182950a7c184cca87c5c95a5792ffe1"
  "/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/269f168510b64c60961201460ad0aacd"
  "/detail/5c561a6ba57d4ee7804a3d3dd1b96a1b"
  "/detail/e0971f6503da4ecab944e2e8f4ac211f"
  "/detail/684f7a1f180b45c99c5ede49ba720339"
  "/detail/f5387f1822944a38954388f7aece2955"
  "/detail/459fb0289ae34aeab44a1f62570819e6"
  "/detail/6158fd5d218645aabb65718e9db1ad25"
  "/detail/7803247cf72044d9a32db52a136e1dcf"
  "/detail/146d869cc910426bbbd41ecc5185ab59"
  "/detail/d01b58810dc14974a4b3b541f2176a7f"
  "/detail/f6a6c765198f430da8d08a02f33ce6ff"
  "/detail/6c28f4d3dace47ffac9b3028a7079335"
  "/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/699d5c13465942b9a9e9369633cfac97"
  "/detail/006b0fac78a441d4a2122e88262dc3a4"
  "/detail/75faad870595455484eface7f7957084"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/767b10465edf4b1f8be0bb79ab01e2ea"
  "/detail/0198cc7c80e6738dab2e1a58ff4adb38"
  "/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/e77b63d8f8cb44a4878ff27d24ce24bd"
  "/detail/cf7d8177327b42aea09859034a7166aa"
  "/detail/3c084def220d493caf032aa1931bc1d1"
  "/detail/842d9707ef1343c2a7959e67a22b6b39"
  "/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/4c5b60a0500a4eabb9e45220e749353a"
  "/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/0198cc7b794c70c596d1dacc3c20c773"
  "/detail/b995ee0acd5b42e4919356469a44f07c"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/0198cc7b42c87003b7667673259ed040"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/04e2d9b50b024ee1aa1d7dc56a5ddc4c"
  "/detail/0b11c6b3f6c24ecf9b7ff0dac8d69723"
  "/detail/a4b08d7e53494823b9db9aad286338c4"
  "/detail/2a087b679bf241e3aaab6c1d75de3d3c"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/bc2a9569ec804d2b9cfe477d56d22707"
  "/detail/3c823c1a270a468b8070b06ea36f87a0"
  "/detail/7b99194bfe6e421b8d0aa89b27a01a12"
  "/detail/426027ae9aa245ee8f136ed2ec8b4bd4"
  "/detail/f4738aba146e4c76afe08df67977ae26"
  "/detail/71631defdba54ecbb561ff9317951627"
  "/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/91631143c2984c2f9dba27f2aa18cca4"
  "/detail/a57835dc1e2a4d37a4e375dc7da7ec70"
  "/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2"
  "/detail/fe039f02196e4b5ca658e9c0b67b612a"
  "/detail/004686d8f760498391f52ea7c8bdb640"
  "/detail/22eefc3e4e8647f6ac9096672cb8edf6"
  "/detail/8f3502d374e14b9e94862331e65a507a"
  "/detail/cd0e2e40890a4d15821f2359f2c4ea2b"
  "/detail/3ecbabf78cde443fbbe20c3f7746e105"
  "/detail/0d7beea0b0a0493797cca962f2133fcf"
  "/detail/ecc13e058ea74f999d89025ef24e200c"
  "/detail/d8b7ad7f1790433f9ea3d95228de6390"
  "/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba"
  "/detail/8601fa9ba1444b558648b0def7006a58"
  "/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3"
  "/detail/34a629ec7478437cb2fe74bf21ecac32"
  "/detail/cac0e859bc574557b35f78ff09b0e8b5"
  "/detail/f27f12b684a04cdc8f4d0cd858c5ba56"
  "/detail/513820e734b841bfb7a36d40271268fd"
  "/detail/11945980dd634f8cbfc3220cbaaa2b67"
  "/detail/dbb7d665b7ae483a85ddc00b00a6f4ff"
  "/detail/1cefbdeff00b4005b50a45a8187c459c"
  "/detail/a38274adf70d45419f15b6a5aaf8df4a"
  "/detail/7df94daa66a64bcead011f93b55d8b9d"
  "/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e"
  "/detail/e7123a43bd2d4c04b7f884f5f5f4ec83"
  "/detail/8a5ac200d25d4899ad75e11b6302be40"
  "/detail/57b06521d3fe4abf934d2b565836203c"
  "/detail/5d48e465f9a24e8a8b8f92844009b553"
  "/detail/1079bce747f04493a0b784b320384a9c"
  "/detail/24568e105b1c4ce39b7004adb96560ec"
  "/detail/bc64a70a35a6418d817e62896ebe84c3"
  "/detail/7ab660df1ff04a8c9d74a9e1ab0c387d"
  "/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c"
  "/detail/c0990ce6c3c04654bf8def2c3646fb58"
  "/detail/6632d9776fe84bba961029784e4d1b70"
  "/detail/27760bda084040e89b4cb4eb5ed70502"
  "/detail/fe720b4ddeee4981b54f628e3370d344"
  "/detail/17e55a566c5f4acfa9043f13095c5176"
  "/detail/107af436bc0643b6b104ee748fb58d76"
  "/detail/e0b6680ee6684e948069af0d6d72c2ce"
  "/detail/3084543115d3461f8706a53ea1608deb"
  "/detail/5a5625db9381412980f9430605b6298b"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/6fba9275227e424c9dddbab4e121ce31"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/6f58d7518d524e7b86495a2c5d614497"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/c86d452f82bc4b1d89899c7d23cc5b3d"
  "/detail/025717d91c214397bb2e830ae2c2b1c0"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/af35a74dc8b64a1793d07fe51394f187"
  "/detail/41076ea5e5cc4f58a625f3e80397021c"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/detail/430421d0d78d4dd09bb021ecedd7f924"
  "/detail/b3ef86c9fddd49bfb53b8821513b5290"
  "/detail/957c89df93fc4135a933f9e29c2d881e"
  "/detail/b81abad38ef14541ba35c9c73148533f"
  "/detail/547ff659e9df48c59050ac1885952ca0"
  "/detail/3e481a0fdfd04056b7ebde2e63c34d95"
  "/detail/72c93733f59844e094117cedb78f0b65"
  "/detail/d6bf461f0766489fb676d9bc4bb2cc8a"
  "/detail/f89696adc6b84ad0b4f6aeb3b6be71b5"
  "/detail/5418ff8594e84186a2412fc07731d0a7"
  "/detail/d6f92772de9b454eb50627e2de92aac0"
  "/detail/544052dbfb904afb88df96bb97f4649e"
  "/detail/f17c143e8030401fbb2cb3c31b7d2b1a"
  "/detail/9af21c4c025849978170a5ffaf2b4e31"
  "/detail/9ddde9c25d6649c5a976568c7b425fde"
  "/detail/0af3b7e057754baf9f358b609c82dc86"
  "/detail/8eb0bbc3367a4bf2885597f224668845"
  "/detail/eaf6170a147f4be3ab6a80de18c942a1"
  "/detail/5880b298bd1e40a691268b84f663b909"
  "/detail/b26bef89a19a429bb704aa49cb916050"
  "/detail/a5231cfed070466cae833594bdda8382"
  "/detail/f061302ae2764217b219e4d20817b00f"
  "/detail/7ff6f83f782d44b7a87021116a636a9e"
  "/detail/a35f304ff6e6407a8167dc0c7ae2b3c0"
  "/detail/0c8d01216caa443284ebd923b2e22621"
  "/detail/88befda331cc4ebcb390202c12666c3b"
  "/detail/86c2b59e49774c01b8cd112b8aa31989"
  "/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf"
  "/detail/d799c0685ddb49d2ba6676b962505d04"
  "/detail/2a2b04d344d6460f9595b2bca7648812"
  "/detail/9ae4096eee4840d4b891a033cace4884"
  "/detail/907ba621589b471086fce496439ff2ac"
  "/detail/d0ce89f5aba4453ca840339c3e351ea0"
  "/detail/531f7bc86b8d4ad9950ad8d6a3003996"
  "/detail/7275880756874d47afc90d38fba2f985"
  "/detail/2fac59314db54e6e9f6ab0ab4487fb06"
  "/detail/4deeef88eb0a45368c718274dbc8122e"
  "/detail/25009442956c4ef58f3f995000318ea9"
  "/detail/fa07094fadb5429cbd558b90ff758aa9"
  "/detail/ae0f6ce8b02744af93ea3dfa3bd33e7c"
  "/detail/1cb8a2a7c1014a8fa20e78303a8f2f24"
  "/detail/38f7a44063bd481e96c99204554cc2e1"
  "/detail/c93f05d4c6e44b21ba8226a7cdaa0f32"
  "/detail/119611c045894778978ea747d6024910"
  "/detail/bd1af5f41cdc490d982253dc0cbbaace"
  "/detail/8eed6b29670b4bb5b4c5237b6ea4987f"
  "/detail/27529f792a4f43b0963c313b55683fb6"
  "/detail/1a5c4e495d6e45e9938b4808e80066bc"
  "/detail/f0f1862fd1cb4bc0b4df993335af6a96"
  "/detail/c57cd8b8d4d8437e8cdb5333a25a24d4"
  "/detail/d0e86060805e46959781ea0d7383c122"
  "/detail/6a820636d5e84de884b3dcc04f481dd2"
  "/detail/9fdd80ec34374770a5a9ab887f8f6d8e"
  "/detail/f25e7c86ebdb4f09aa2999251cdc1c92"
  "/detail/914b1cff08474f9c87137c9175aed9e7"
  "/detail/abd949c704754d9e99ce029dcbb104ff"
  "/detail/1072564a319344aa90588d97c81af4d9"
  "/detail/7f0b42aaed13498e844d6009567bb83e"
  "/detail/e6114fb2d64e43d68046ec7cebec1639"
  "/detail/b8a45d7ade214dec9dd58d6f0799a90c"
  "/detail/23e1ecbb31744afa9a4b9e4e06d4407e"
  "/detail/3b9816d658eb431593edca6c419ec4a5"
  "/detail/834818950db54a29b25af3591e5214c6"
  "/detail/070681990a9e406d9fb631433db03381"
  "/detail/774314a704e848b0846c7e5d6c8ea640"
  "/detail/33b41a4088034322ad55f624f9028014"
  "/detail/a69f72b6b0674f8396bff0704476f4fa"
  "/detail/0d415cef6d9c4765a11df86c659fa846"
  "/detail/cb97f8c8061a4712be1a1a7034d63b5f"
  "/detail/6c81fd42f2974dbe935534cf277ed533"
  "/detail/2d90cc29b3a743b0b6319f7ddc8e16ab"
  "/detail/eee2f7fbd2c44d61975a3a028588998b"
  "/detail/f584e856d652426582e0a82cae0e1069"
  "/detail/279467833df44f6ca0ea4bbd357fc7c1"
  "/detail/9159baafc1c94e2986b3a0ab36ae2d04"
  "/detail/0fbaa27cfeb74a139d2f7c356446b568"
  "/detail/02c02a4dc9a64b7590ad83bc88019317"
  "/detail/57cad557f99e493d8103d49d648d621d"
  "/detail/70ff3247077d4870bbaafba5eec05610"
  "/detail/8bb7faf9b0044a3183bd8fb6d5f69553"
  "/detail/2dc7036909df47f79518d7768818c162"
  "/detail/a60ca61068764fe3ac85e06024863396"
  "/detail/c1a91e3120cb43d1bff221beba74bdfd"
  "/detail/1cb451268f774222bbd52d473517ad45"
  "/detail/4f3f34860c8849f6bf54b191ae83dabf"
  "/detail/66013a03c35f4a1b8ec529fb81623952"
  "/detail/b9e0088ab0f542a685bbe30fae69908b"
  "/detail/5ac256975f724973848aafbaf4a80604"
  "/detail/3b35def1f62d4a98b0e3132be04d7659"
  "/detail/fbbed53a57fb4ea9af9b0da253ce6dc1"
  "/detail/465a212eab6540cfb051f60505dfb877"
  "/detail/e7aacef2cc094b75a71b11a374bc8433"
  "/detail/006f30c9db0c45028428678b125723b1"
  "/detail/2842f76ffb8e4080a3218d305f5fa2b1"
  "/detail/346ee7ae4bf5405aa9892d7617718274"
  "/detail/8a28c012c2834f378697c36cba70265d"
  "/detail/f3db216be93747a1a218d94f16e779c4"
  "/detail/02eec4cb947044a1b23ca211f07a0745"
  "/detail/a1b6d0ca11bd4c3fb5ee192487205105"
  "/detail/fa7a71b08bf64d06a0783df203ff9ff7"
  "/detail/51c369615b434031a98e421b74c05d9e"
  "/detail/1efa475deed444358f32754c87197251"
  "/detail/86794eac518f43c2a43367b9f13a637c"
  "/detail/9f698075ad7045db9b9897024b0212ad"
  "/detail/3bcda45d100644ffa1cba95a0a3cf07f"
  "/detail/43a676958a4d4b51812547a5672c2124"
  "/detail/ef1f40901282419682cbcf6420c598cc"
  "/detail/5b87a40a45c54ee3a575515dfe4a6541"
  "/detail/46b94aebd506423b9ab132f8d3a6f50a"
  "/detail/aa23bfbb89f44a5e88a0d88c3c4c628f"
  "/detail/f78861113634444b8570ce48825052f0"
  "/detail/7675dc18674948d9a296b2e8abac8b0a"
  "/detail/75a7a48c507f4a5787fb863825c370a9"
  "/detail/cffaf017b8e04f928c6c26fa7e057046"
  "/detail/4f1a1bb370bd43588875f38068ff3d6a"
  "/detail/866d723baf9344d19fff2e19ba5a9bcf"
  "/detail/8dcdec44f078497283a2496f41ecd2b7"
  "/detail/d12eaf65490243a6ba1a8061c89f4f86"
  "/detail/95dd4887d6a94fb9867e0f2bec2e537e"
  "/detail/f9c5002bbc3d443bbc59fe99562813c3"
  "/detail/04e51ea5a2fe4a8798edb967b95dba5a"
  "/detail/3a0ce1ee068d4c12969e2b60e5d5ec2b"
  "/detail/d29370c253b545fa850069309836580e"
  "/detail/57402f96e3384793abd37469757939b9"
  "/detail/d488e0878e8a4559b8fa17084a70e92b"
  "/detail/89893fdb12d740118e1a0cd72438d924"
  "/detail/a06131f9094c4b28bc8d3c5a0ad444cd"
  "/detail/0ce03d65e5fa44fdbd72d3a2e511093b"
  "/detail/66b1e67ba90043e48e33a7e2599a3266"
  "/detail/28246221df5f4d4bbee93be8bd401b97"
  "/detail/05ffaf189544427a8b52d77cd047f0ac"
  "/detail/ff603ff7fca247d292f929554ab854f6"
  "/detail/1261a8fa4c264c589e157a2c73896907"
  "/detail/afb31fca324e4e4ea44c757b4b6a406b"
  "/detail/d05a13a3a1484e7bbf46cef0b82a8e10"
  "/detail/c3cda61101d845a392d3f6e6836059e1"
  "/detail/6930e81e3ae84d39bfffc36a2f522b01"
  "/detail/cc66c3dda3b2466aaeb0504b4896e4a6"
  "/detail/b8999e339818485192c75abc3cbc6952"
  "/detail/0fa3e0c7746e4827aa563dbf9a9160c8"
  "/detail/7821c15af70e48da8707f17080b14d47"
  "/detail/91b2e1a6034a43c093b5d883e35075a8"
  "/detail/6a6b2e9d43224867914a5afe524aa2ab"
  "/detail/e01e10dfb1d848e0acf5e8815b04639e"
  "/detail/71d723331c03415b8f43efc0a03ac4c7"
  "/detail/1472240305a74264b48f7a0615973425"
  "/detail/0c91f470e05a449e96870268d7308548"
  "/detail/933b7edb0383456b98fa6160a47d1504"
  "/detail/7d27fa7f8062454bb681e12b3bc6b92f"
  "/detail/d80353c1f7d24c939ec44895d615fcc1"
  "/detail/8e5c543aab7a47bc8180de44a364af73"
  "/detail/cb227fa78bbd466a8b638f2a24a48fbb"
  "/detail/da647f9b1ec34b5ea112a7d7e5d29c1a"
  "/detail/2e67189cb1c846c0a49997d46380c996"
  "/detail/12b75af9cef84f3e83be4d4f36abf898"
  "/detail/8ce03785273b40cdb63aefa83377bc44"
  "/detail/8e4fb7847b8b48278b907d3a25321c3d"
  "/detail/1da21f3c9125486495c9c06d564fc8a9"
  "/detail/c54ba375950a4d8193e1d2cf022110a8"
  "/detail/e877727eaf64471bbe91281f736f0357"
  "/detail/ec1ef8e639cf4913b641c2342c255d87"
  "/detail/888eb5ed484449ef91563c893d71107e"
  "/detail/0e8e19f9f00c4397bcda44eeca5258a1"
  "/detail/acdbe725e3024402862c740c19979cb0"
  "/detail/f343378ae03d4d04980d75ed10862769"
  "/detail/89bfa84854754a8fa1a051bc619314a8"
  "/detail/636de5603fef43d595a4c9b2de3a689e"
  "/detail/21007d3bd90f499480968628c163d815"
  "/detail/2387991307db4040a9105f26d93d8b47"
  "/detail/34abfdf8263d41fa8bccdd4bd2fd4c36"
  "/detail/b218f04236c3402ab2298b989cb04f2e"
  "/detail/dbdd6f4f68714d17a6c2e44e387dc999"
  "/detail/3a6d51fa7aa54b49b32262639367338f"
  "/detail/83b35cb6fd9b40cdbd3b42564096f1c4"
  "/detail/2c3aa960d845417585ea382342a3e76c"
  "/detail/6eea64fddc6c4e8fba6eb18851a84131"
  "/detail/243b5a3833f348859a24987108a7e492"
  "/detail/22ca243d008f413b9a0b8a6206a110d1"
  "/detail/e921cf6a809e40b8b2d7f484124b3ae9"
  "/detail/5cc4d3f94c7848239aa5c35b207b4cdb"
  "/detail/bb117e077ef74313b97791510a606fe3"
  "/detail/2919f1410e8744949b8fb4c97015094e"
  "/detail/4dbe21c40cb34ac7b557e114f1d4385a"
  "/detail/73b93531adac48628d746ba9d66f4a41"
  "/detail/13794d1d356b43989d19c3b1af20e6c3"
  "/detail/d60da055e3524a348ae7e6257115b8d9"
  "/detail/8b4c960a6c744c7b9ebd699a31954c79"
  "/detail/e8b3d773b0614d1bb68da34b30c65723"
  "/detail/812a9dc2ea7148f78642ad3685650770"
  "/detail/74a80cf179b14312b5ef235f6fe9c789"
  "/detail/f16eb61d445844d69951a30e9baa88d3"
  "/detail/3d9bc37233ef4acca274e8c7d34c1440"
  "/detail/9d31aa53c5b346c0ac563003547d704b"
  "/detail/a9315f49813548e9beb8e9958f71a82a"
  "/detail/fbabf9a543d54dd4a9812b30304aa4c1"
  "/detail/fc19ffd651714d7dba3bce939431c42b"
  "/detail/b5b52197b3234712938cec47012e98f8"
  "/detail/ff61ad2f52b045e0b8e246b66950898a"
  "/detail/c3f5956fdb0340799cb6e8124615216c"
  "/detail/ce5dc3607ff540d182f036a2a3305863"
  "/detail/c0a71d9024374467a97e5a6d5c6e7366"
  "/detail/1bd847bf3cd14a9089f2049abcd2d5d0"
  "/detail/a61f1dc8232f45a99c2c29666999f282"
  "/detail/277871996e0a48289201bafcc64c7ddb"
  "/detail/6a809d329b7746fd95bde580f51f1df4"
  "/detail/c3c54178e3a24000867009fd5076701d"
  "/detail/c43fb85033f844a7873b92c3c5fa547a"
  "/detail/33159f85309e48b0b959e3ae8c7c1231"
  "/detail/a6b6e7bf612c423299e365b3abf6ed40"
  "/detail/2d92018055954446ad4cb9af651b4b75"
  "/detail/11fa0687f446482398a2485e5750a9fa"
  "/detail/bebf909eed7945d0925a82d9d7bdd2f5"
  "/detail/bd4ca51c5a9345c69184c31d71502744"
  "/detail/0af6affec65c4885b40767871088623f"
  "/detail/040eae2c21d64e72a84ae4dc451440fd"
  "/detail/ad4c5a3e33654eb4ba4b50f74574dc86"
  "/detail/1ec05ee645da475db5ec28e393b89a4f"
  "/detail/2fe2887286c14c9d9c90704a2c894307"
  "/detail/89d39d1948de45a4abc0ad224da5832c"
  "/detail/37cb6d0398244386bb879aa64ad6ce09"
  "/detail/64e9d4f459d94a1dac09471cc105e744"
  "/detail/95f139a5e95940c5ba6e308b17cfb0d2"
  "/detail/0b02d58d03444c158a82e912f4a70941"
  "/detail/0e4ba75824384f42ad5eefb89860e1a1"
  "/detail/8b9119d40cd647ad8552925be1d70b25"
  "/detail/53a8cb42865a4fa0923f883c90f02fef"
  "/detail/d8a2b42501ea47e0bb6d8736d65b6a2d"
  "/detail/f0c6aad6b16b41c2bfa4c317b76dc4a5"
  "/detail/ef907fd3b877460dbbb2658cf7fdb276"
  "/detail/296b146044a1456ab127246be91f9d33"
  "/detail/077a49cd426f4d1895df130ce7e40059"
  "/detail/38b3413f9cf4480eb92893c58645cd55"
  "/detail/06828138c96349c4aa7bf13490382943"
  "/detail/5182825349bd423497761cf42290e438"
  "/detail/81bcdd71d4214bb9b19a15fb6e495840"
  "/detail/21d30ab131d44b44be73dba14e541122"
  "/detail/d89c2cb043b24f35ad5de225f8a97c26"
  "/detail/4bd4c74fda7d4610a2efeedd39f8f62b"
  "/detail/c855718e889c467891d666500243496c"
  "/detail/a89ec2b108244d4697074bae6779a113"
  "/detail/cd9b2155639a4ad283081969bada4430"
  "/detail/bc8b2f45c76e4ccb93c2d0f166f07455"
  "/detail/4c233074269a4e2aaca546b146f3d461"
  "/detail/92ba81cb41c84e1b86a88b8ce51fd054"
  "/detail/ec1085105a1844b2b522f720061b43e2"
  "/detail/48d266d754e5437a85a90a0f666301d9"
  "/detail/e1aa452886074dcab8435186fbc70931"
  "/detail/231e35dd6c024338952e745bc661c23a"
  "/detail/47b7574d9118463b8fb649d3bf6fede4"
  "/detail/8b2d61ad8731492c99807ca2709111d4"
  "/detail/6e01955b5ab349b3a1bbe899468d5670"
  "/detail/63ee072a3eea403c978191242ce7a888"
  "/detail/9a666ae702c44924b22eb08093ed03ef"
  "/detail/4055401c244c4901901472301e66d847"
  "/detail/e4367edc299a40fbb267aa368a53309d"
  "/detail/73e6210581e74c0e8e4e8c0f8d70b6ed"
  "/detail/e4890ab8b7d846a9978ef6be1a03d9b3"
  "/detail/2e4af58ddc2f457a95d60c0273abf75c"
  "/detail/97a6285c7653471687bc3878590a8a2d"
  "/detail/241c5e0ea5ad428c8408129e46fcd09b"
  "/detail/3a6dc9cc905048e89aef10f84409d02d"
  "/detail/bb331f27bea04ac3811c79942b0f24df"
  "/detail/4c7c2f42876d4f9489d9a4b0475da0cc"
  "/detail/ad6fef20a05942598a9a1339ef9986ab"
  "/detail/7e1bc62fa8024588b885248480c3addd"
  "/detail/25c6949f0ae141479143661642882b3b"
  "/detail/24583058f96741679ab5268b478f92b3"
  "/detail/eb70ec5aeb9f47aea0842d256483185f"
  "/detail/224e4c6835834e068056f01ee906024c"
  "/detail/3216b345fa2c43839e677bb4ca25402b"
  "/detail/6b1c063077c2446c96ee1182853d16ca"
  "/detail/892ebb02ca884d28ae45214bca7be611"
  "/detail/a0992e6180354da78304cd3b3c70a4a9"
  "/detail/c7ac05309df14483875d7da07167c3a4"
  "/detail/9091214806ee434295dff8753db52d18"
  "/detail/2206bfbce963418f861e5dca20257405"
  "/detail/647a9bb953854affad7e96b974014449"
  "/detail/42b1ce31b0d740cebbbf7fcb6c188ef3"
  "/detail/862ca18d0a42420a88d47c3f3cf0db7a"
  "/detail/02871920610e478abb79dfb43a60e29f"
  "/detail/67e9c3c3e5994cb5a7ba2aecffbaceaa"
  "/detail/b11863627c8f4039baa75948bf9b4fe4"
  "/detail/ee584d367e394ec0bb6a64e572c19ca7"
  "/detail/f070eac0618d474599b292b96267b6cc"
  "/detail/341773ef3b0f442ab0e460d42d44d948"
  "/detail/318b34e805744d20925bc3a681e1e692"
  "/detail/a943a03016fe454c8207b243ea4d4679"
  "/detail/0628e0c48bd44dcb943c06f3063c81bc"
  "/detail/8bc53501a498433d84d33aea7e86a733"
  "/detail/e385193a006c48079423b98bb81f68ea"
  "/detail/3a8db999526543b48e6b0a48b979f308"
  "/detail/dc154dadb7404b14a197b1dd680e7ed0"
  "/detail/1cc2aa7e5e1c4689823197e3fde68202"
  "/detail/489fdaea916a42bf99ab54a6cf9d496c"
  "/detail/0ed092f07eb54596bbd6f7582c96b152"
  "/detail/8c2fe5bc95c4464088ee37450ab10312"
  "/detail/3752d11c9e854d2694d11b2260511e53"
  "/detail/8c857bf252d2475ab56bde758267eb3f"
  "/detail/977f164bd1104c949d5b34a3056b1266"
  "/detail/fbe9b4f4dddd4ae3884a139813cbac50"
  "/detail/77dd33f603b74862898512ab6f4389dc"
  "/detail/d6de9c6140284d6ca3d7a6d806cfbf13"
  "/detail/f7c2881400fd41f2a364ec6f18875d7b"
  "/detail/47e018cb246d42f2aa590cbd4946e08a"
  "/detail/ee20a42d66ac4314a67ca8c25a10e628"
  "/detail/9b0d71093c0b43d0a76ab6878fd5724e"
  "/detail/8bf3d4e572624a54bf032256e0626c08"
  "/detail/3f2935b7267c4fb0b80e50c7745c1345"
  "/detail/6ee41ee1bf4a4d49b2da68843926509c"
  "/detail/f331c7f7d1664ff9b18e9bfc6e3d367f"
  "/detail/819f64b8ed59400ea6c95c72979d5aa4"
  "/detail/aed896931f284531bbef9c0cbbf6910b"
  "/detail/c352fd28052548f4b3c7fdf356c2000b"
  "/detail/d67a024c5bc14d298eb9b37f57f0f384"
  "/detail/62ae4990aeba411e9262e7657a2d1a0c"
  "/detail/968f1ca956804ea7941a1b48473a9c45"
  "/detail/4a82b75297e249af835a7c9b6327f8c0"
  "/detail/5f9b79f3f60947d3a8b8cae1b2ef0350"
  "/detail/3a0a6fbba9a44b859874f5684fdddca9"
  "/detail/f811348abbb74a039d0bff0879bb32cc"
  "/detail/20272dc598de46b498c1bef937810b0a"
  "/detail/a94619849a3545bbbcedc55fe9117e0e"
  "/detail/5e5ada428035490b910484bc952f99df"
  "/detail/e10d33cbf20d4255ba365224b30235d7"
  "/detail/42f2e46f15f1412d81c4a1f0fabf9574"
  "/detail/651c46c619d04db5bfc3cd7118efb90b"
  "/detail/05cdd8156305406787918c462c1549ea"
  "/detail/beaef5b7b5e4438698cb3cbdc8d4abb6"
  "/detail/7424edefde124c299d55e48cb7b944c8"
  "/detail/82684099dd6f49b49e889b6664fa210b"
  "/detail/50a584b39fb445828ef4deca0f5ba401"
  "/detail/ce78638a46b74980a2d6556c9942cc02"
  "/detail/ed76a3d76d5b40768d1558a9291f7093"
  "/detail/058176951f00484eaec8b4250fa889ae"
  "/detail/44fd29b89c874bb09cb67738a9709250"
  "/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b"
  "/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úê-ÅÍ+ \"
]
118 0.36 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.