GET https://staging.ktm-sturm.de/ersatzteilfinder/1290-super-duke-gt-2021-modelcode-F9903UE

Query Metrics

113 Database Queries
101 Different statements
970.19 ms Query time

Queries

Group similar statements

# Time Info
1 0.82 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.16 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.55 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.30 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.51 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.47 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/1290-super-duke-gt-2021-modelcode-F9903UE"
  "ersatzteilfinder/1290-super-duke-gt-2021-modelcode-F9903UE/"
]
7 0.33 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/1290-super-duke-gt-2021-modelcode-F9903UE"
]
8 0.87 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.24 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.31 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "Jdgm6T7r6fYJJKpAdphhfea0JnxMpqKs"
]
11 0.38 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.62 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.28 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.30 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.30 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.33 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.20 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.57 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.54 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.64 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.23 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.23 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Jdgm6T7r6fYJJKpAdphhfea0JnxMpqKs"
]
25 0.28 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.58 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.25 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.54 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.52 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.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˜Ð %Ærº¢¼DWR«3~"
]
32 0.41 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.25 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.83 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.36 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.23 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.37 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.58 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
40 0.60 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.40 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.32 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
43 0.30 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.29 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 2.06 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.01 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.58 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.41 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.72 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.48 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.72 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.25 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.20 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.22 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.17 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.31 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.55 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.46 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.58 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 0.73 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
62 0.34 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
63 0.36 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.88 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.24 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 589.06 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.70 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 0.29 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.30 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.27 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.74 ms
# cms::moorl-brand-slider-v2::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.61 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 1.88 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.30 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.39 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 4.62 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F9903UE%"
]
77 35.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:
[
  1001932183
]
78 19.24 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (13263,13269,14576,14626,14649,16123,17293,17294,17313,17324,17332,17333,17335,18853,18856,18857,49515,49561,49566,49870,51485,51614,53539,53653,53659,53675,53676,53679,53680,53681,53682,53685,53688,53689,53690,53691,53692,53693,53698,53699,53700,53701,54046,55144,55145,55152,55515,57353) ORDER BY number, part_type ASC
Parameters:
[]
79 131.74 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (13263,13269,14576,14626,14649,16123,17293,17294,17313,17324,17332,17333,17335,18853,18856,18857,49515,49561,49566,49870,51485,51614,53539,53653,53659,53675,53676,53679,53680,53681,53682,53685,53688,53689,53690,53691,53692,53693,53698,53699,53700,53701,54046,55144,55145,55152,55515,57353) AND article_number IN ("61005026000","61205122000","61205032000","61305035021","61305035022","61305035023","00050226706","00050220706","0025060126","61305031000","0081050161","60005026000","0625062062","60333001000","0618091312","0405263113","60333005000","61233042000","0417270150","60333003000","61233041000","0405222613","60333006000","60333002000","0625062040","60033040015","60033040016","60033040017","60033040018","60033040019","60033040020","60033040021","60033040022","77236080100","0770010010","61236008200","0770220020","77036003000","61236005000","61336009000","61336010100","61336109044","61336110100","61236001000","61236002000","61236113000","61230057100","0405151924","61230057050","61230057060","61330157000","61236002050","0770034015","61236080100","61236081000","0025060206","0770180020","6131308000158","69013082000","61313090100","69013020000","69013076000","62113020100","0603100141","76042025000","59009062013","61342004020","6131307500033S","76004142000","69013081000","61313083000","0025060106","6033505200041","61235061000","0024060136S","60335055100","60035055150","61235065244","0025060456","0025060256","0603061001","59030023000","07700900151","04720300121","61330157050","60335055110","6143000004424","0019050106S","61230084000","62638084044","0025050166","75038041200","07700390261","69030060144","60330047144","60030010000","60030023000","49030090000","61230044000","0025060806","61230043000","0025060906","0025060606","60038029200","77336056095","0018050103S","57031523100","45038017000","0025080166","0025060166S","61330099000","61230035000","6143003800024","0474050100","0471200120","60033043000","0625062043","60333011100","0405242813","60033044000","60333015000","0471029000","61233045000","60333014000","60333013000","60333016000","0471300151","61233046000","60333012100","61333010000","50330082000","0760304772","60033029017","60033129017","60033034000","60033035000","60307088000","61007089000","61007090100","0025060166","6131301500158","6131301600158","61442003000","69013025000","0035100559S","61313030000","61013020100","61313019000","69013018000","61313021000","6033002600041","61230027000","6143000104441","61230025100","60330026050","60330026053","60030126080","61434051000","0025060956","0025060306","0025060356","0025060856","0984050143S","61230058050","0405151917","61330058000","54632095000","61434005044","56534013100","0760142460","61434014000","54634020000","54634050000","58038023200","59034020000","50334018100","61234002100","61234001000","0024060206S","61434024000","75034052000","61234023000","0912060309S","61434015000","0625618050","61234003200","0625068080","60434012001","79234012020","61434050000","60411023000","6133403114433S","50232050001","50233041000","61034035000","61334041000","0035080306S","0625006087","0125080003","61334040000","0019080266S","6103403000033S","0025060206S","61334036044","69034032100","0912060453","48601082S2","48601081S2","48601099","48SAF1Q23R","48SAF1Q23L","91410122","00501020S1","R14054","R14047","R14040","S639200002000HG","52000212SET","48601166S1","T14034","R14063","01181Q2301","60004017000","61411015000","46812014S2","11000P05","91010347","14460661","R12012","46181307E","46181299","RP10009","61332044000","61332007000","61432005000","61332003000","0625060032","61232068100","0936220155","0126220373","61332006000","61332002000","60032021000","61332001044","60038001132","0618303526","60032020000","61232154000","0760091862","0402031780","61232069000","61232061051","60032061344","60032065000","60032061050","50332062000","0025060556","61332004000","60432011010","61041080000","61041085150","61041085100","60031098001","61311085050","0081050141","0025050256S","60306042010","61641040100","60341023044","60341023020","75041023010","60341013044","75041013060","61341031300","60341031050","61341001000","75041085030","75041085020","75041085010","75041085044","61011055045","0770191015","0770300020","0799070000","61338085000","60030063070","61238017000","61238021100","61338015200","0770140200","58030120000","0770125015","0770170200","61230065000","0025060256S","0799080000","60038007010","60038001324","0402041580","61238009144","60038128000","50337073000","61438026000","60038009000","61238002000","61238011100","61238010100","61238008150","61238008200","0402050980","61238051000","6923805000033","0025060506S","61238052000","0770012021","0025080206S","00050000068","14181Q2301","6140103202933S","6140103402933S","6140103904233S","6130103800033S","6900103600001","0035080306","0032100356S","59001037000","0934080003","0025080206","69001086100","69001084100","69001081000","16181N52ES","0025080256S","0988253505","69001081044","61230015100","0402040980","61430015000","612300151101","612300151102","612300151103","0888040050","612300820001","612300820002","612300820003","61630018000","60030026010","60032009050","60032009040","61430007000 I","61430007000 II","75030074000","61230055000","61230056000","61330030000","61330031000","61330032100","61430007010 I","61430007010 II","6100302323333S","61303028000","6130302600033S","61303027000","60303024100","0025080166S","0035100249","61303028001","61303023230","60411045000","62503027200","0084040123","61011094000","0035100309S","0985060003","0125060003","60440001000","0618101410","0625060016","60340117200","0405151913","60340122000","0618354220","61539005000","0912060206","60340020100","60040027000","60040027050","0025060300","0770033020","61236056000","61236060000","60036035200","60036035205","60036035210","60036035215","60036035220","60036035225","60036035230","60036035235","60036035240","60036035245","60036035250","60036035255","60036035260","60036035265","60036035270","60036035275","60036035280","60036035285","60036035290","60036035295","60036035300","60036035305","60036035310","60036035315","60036035320","60036035330","78036033000","61236032300","61236028100","59036027000","61236036100","61236030100","61236031400","61236030210","61535010000","62535009000","60035048000","41001052000","61535065001","60335066044","58007117000","60035067001","0081250141","60335044033","31008060000","60335005000","75014010050","0024060206","0025050106","54305058000","60335026000","00050396706","60335093000","00050331706","60335025000","69008021160","61235019100","61235017000","60335024000","60335027000","0024060123","61335049000","61342041000","62142041000","0021060003","83008000012","60035069000","60035068000","6140403014433A","61304050100","61304051000","61304060000","61304070000","69004037344","60004038200","61304042000","69008021060","61310021000","0025050126","46104066050","0760304073","60004034000","69004032000","60004032000","60004031000","60004033000","61304041100","61604041040","61604030010","69004230010","6131305004433S","61313052000","61013069000","6031306000030","69013069001","58303060051","69013099050","54603069000","0934060003","58007017000","54513155000","54513151000","60313056044","61713069020","00062030000","61502001000","60702112000","60702139100","60711012000","61312040200","61312041200","61312040050","0912080451","62002080053","61411174100","6130203014430","6130203100030","50302038200","61002043000","61002055144","61302055050","59413008000","61002051144","61002056000","6130204400030","83111049000","61002054000","59032062000","61032063100","61312040030","76011073110","61411174010","61411170100","61502079000CB","61502082000C1","61502083000C1","61503001000EB","6030300500033S","6030300600033S","0035100609S","0433100003","60303010000","6900314100033S","6900314000033S","6130303910033S","6130313800033S","60003044100","61003042000","0799060003","0035080256","61304076000","0025080356","61503085000","61403086000","69008021080","54603048000","61503001013","61007014000","61003088000","61412032040","61611064000","61503002000C1","6140300213091","0025080186S","47106003160","61407050050","69008025080","61303088000","61403002055","61407049000","61403002032","0984060103","61013013000","0025080606","60307048000","6140304800033S","6140304805033S","6140304900033S","6140304905033S","0035080206S","6900305003333S","6900305103333S","60003052000","60003152000","0125100003","61414040010","61305007200","61405050100","60405008100","61305083000","6140501100033","51010086100","69005005100","61305005005","75041090200","69005005005","69005050000","61405095050","60402052010","61005013000","61005014000","78105081010","61305090000","0024060256","0025080506","61305069000","61305068000","61441070050","61441070100","61441071000","61441070060","61508008000","61508001000","61508008050","61514078033","61508061000","61508026000","61408063000","61514080033","61508027000","61408062000","61508060000","61508021000","6150802001033","6150802002033","61508010000CB","6130801100033","60008008050","50307014000","61508026010","60012080100","60708008071","60708008070","61508021070","69007025014","61508002050","61508003050","61508008040","61508008030","61508008054","06923050003","61508008062","61508008060","61508008022","61508008023","0738050202","61508008032","61508008020","61511041000","0081025101","61511075033","61511085000","61311059050","61311076100","60711033050","60711033000","61508018020","61508018010","61111057000","60416031000","61311087050","60311034000","76211058000","0738060101","60312032000","61111018100","60414039000","60316029000","60311047000","60416063000","61411083000","61414039050","60711042000","60416061000","58605083014","61408019040","61542090000","61342090040","0024060106","61411098000","61342090050","60011053000","61311053050","62111059060","83008000015","44011076140","44011076200","44011076305","60311042050","60011093075","60416062000","61411049000","61611060033","61511078000","64111058010","58011109130","0081050181","69011168000","61511015000","6131310100030","61313029000","61013009203","61013013050","61513028000","61013021000","61013009004","60013020000","76013005100","61311050000","61013006000","61013008000","6101300200030","61442001000","61614001000","61614020100","61412032010","61614018100","61314140300","0522040003","60314047000","58412080400","60408061060","60314025000","60314026000","61414007100","61414008100","61514007010","61514008010","0797100003","58414030000","61614013050","61514021000","61514019000","61514020010","60714069000","61514062000","61614069020","61514069010","0738050082","61611266044","61611266000","61307050000","61407055000","60711267000","60711267010","60411067000","60411067010","61307050020","69007050050","0025060506","61514010010","60714071044","61414011040","0025080256","61514011000","61514010000","61514011010","0081045121","58512085160","60711067050","75015001200","76015015000","61415002000","61415021000","61315022000","60015022000","78015019000","54603048100","69015019010","61415025033","58431082100","78015119000","61315026000","59007017000","60011093060","61315027000","61315028100","61542031044","61442040000","61442050000","61442002000","61442004010","60311051000","61342046000","0025060306S","6160900113330","0760354771","0472047175","0625069068","61009011000","61412033000","61412033050","61412033060","6130906000033","76042020000","76009062000","61009012000","60009013000","61009081000","61009082000","76042125000","61009015000","6161000100030","61310385100","76010160000","76042121000","61310187000","61310186100","61310016000","61310010044","0760526880","61310019000","0770840035","0471078250","0472068250","0617456822","0625061909","61310014000","6131005404433S","61310059000","61310151038","54310086200","6131005000033S","76010116000","06923100003","61310086000","76010187000","76010052000","61310010011","61310213000","61310052000","61310265118","61310266000","00050002029","61507013044CB","61507008000","61507040000","61507047000","61407080000","58507003200","0912050253","61507058000","60006001021","61407016050","62607016044","0912080403","61007060000","61007065000","7720701000030","5850701050030","58031005000","61407018000","61507058050","0912050163","58407011100","60307008190","60307080090","00050157706","60007126001","61508050000CAA","61508051000CAA","61608098000","76008052050","61306095010","61306095020","61306095030","61408015030","61407040050","61407047050","61408019000","61408019050CB","61408023010","61408023000","61408022000","61408015020","61408042000CAB","61408041000CAB","61411054000","60006001023","61403002059","61412008000","0081050121","58312085100","83008100015","60035001000","16512180100","62512081100","61411054050","0014050123","76039006000","60439093000","60439094000","60339035000","59039034000","60039040020","61230040100","60339004000","6023010214441","07700240251","6003009400030","60339003000","61411095000","0984080305","0912060255","60736065000","78003023070","0770110021","61236099100","6073612010024","61330036085","0908120153","0835080165","60030063050","61236026001","61236025001","61236082100","0770150151","0770120020","6123615214433","60036052020","61336075100","0770298178","61236079050","61236079000","61336044000","61336048000","60036023200","61230045000","58038022000","0080060123","61236082150","59036006090","0770050012","61336074100","61330097000","6123605210033","61238091100","6073602010024","60011252000","0770100020","00063004012","00063004105","00063004202","00063004204","00063099014","20180189INT","20180195INT","312305","312313","3210917","3214306EN","61308192000","61312040300","61312041300","61502080000CB","61502081000CB","K5360002","61329099200","53012024100","60029070300","53012028200","60012015000","61329085000","61329083000","60012060000","50203098003","50307098000","61503098000","LI21-615-2","61303099000","61603098100","21007098000","21003094000","LI21-615-3","60306001200","60306002000","60330088100","0017060305","0770021020","60406016000","60706015000","60406017000","0770066025","60330088030","61506041000","61506040000","61406040050","61406041050","60015019001","61311099000","90515011000")
Parameters:
[]
80 0.36 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1001932183
]
81 0.26 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:
[
  "1001932183"
]
82 18.89 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"kâ!N´¦Dý¨$™NL\x03"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b"+W#ƒƒØF›€kh`$kßv"
  b"/â´H*ÒG‡ëÓIt£"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"\x1AÓóRG¥€j[·þTˆw"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"´SX°{jAF§±BŸ@Z‡""
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"ÚûeÝÉ\x08@ׄÙG®°ämµ"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"‹òñ:ðàFB˜\x1C6É%b]ü"
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"<Þ^&ìÊL\x06­t«âÙ„:Ò"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"„#räûƒAg•ßl*úf¢ø"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"Cz\x06©QìL˜«Þñ¡ìsOg"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"fÄý½#®Esº\x00°Té\x06"
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"̃~Ë+yB\váàßÅSX\e8"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"kïð\tà3O_¾Òj‰aÕUZ"
  b"m¶E/æ0B. –‹'™/\e"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"ÅXÊ6õVK■▒â╝\fw\x18┴*"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"""
    \rØ–aŒVO•ŸÞW_Âë\n
    g
    """
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"Þ\x05³Z!jC¸¤)`ˆ[¯k("
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"íKIùðmL£¾¡™-\x1E¨iÑ"
  b"¿+¹|1‰Có³Æ8…3 ¥½"
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"\fgæGMܱû©e±.ÍŠ"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x05<Ïám€@V©I\!–‹;:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"·õk=Lß@[üÝÍHÂuð╬"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"■¶îó├╔CwÅf%L▓\x1Fp0"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"\t?\f\rÀNAþ˜zi+}Uô\x00"
  b"|u;dj/NõŠ\fr=û Ã\x1F"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"\x0F(#\x13"¯B.žá/€ÅÁš&"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"išØ­ã(Fç¬Ñ¦ú\x08\x00$1"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"╦¿¶■`0MüòÑiƒÞ═Ç\x1A"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x07├ì¿A8ר"<&À├Î"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"®L²│j4A?ïwNpÏ\x17"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"r\x169\x1D•nC¥•AŠÜkÜcÒ"
  b"t‚˜Y*\x05H¢‰ÿrûÌ(Vß"
  b"$7>\x0E xCA¾½V\x16Á½\x02"
  b"Œì\x05^‡CI\x05š™ÇÉY#½µ"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"¾\x19(\x02└»ILüß`Gò\e )"
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"1øâ~2ŠNÀƒ¶¢ÌÙ,ÿ]"
  b"TrñÊú?Còž\x03@\x07ý\x17ë?"
  b"zßòc™\x19B⿽°>«<„ö"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"/‰T=;¶G—…•G\x10p°K‡"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"╝¿Ü\x01­¯NH╝╔ìãýo¶&"
  b"182\x07âòA\x1E‹×%\Èë\x02d"
  b"Y=÷8H@Nôì¶\x02÷¹aa\e"
  b"˜rá}¢;D©Žò…ö÷e{m"
  b"Æ\x03p\x15»kIx‰°‰ \x03¯íz"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"ê\x11ÍÀ o@$‚¾÷Ê7\x1CP\x0F"
  b"qšáîæ‘IĪç#@ŒIt@"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"`ÑFÜ\ræN│ÿàÉ/ÿkÁº"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"""
    6&ŠŽÏ©JÓ‡qm@ím\n
    w
    """
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b",þð$z-@BåçGì 5Ês"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"¦™\vO¤·Cc«\x03.I$éŸ""
  b"º+\x05²“×Gv³„U›¥(±í"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"ú\x04&V/ÔG5¥Â|ôÍæ\x1AÍ"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"æ\\x01p~ßOs€$y°FMÉï"
  b"IP…1\e1GO íòs=\x1A…?"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"Û§Ã$0\x00Eð†]‘µá\x16H."
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b" G\vÅ^/EÔ▒Ä|T¡u\x12="
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"½_±OIUGi˜ü¹]õø©l"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"^êãH½yEo„Vœ>IJ\x03Š"
  b"ÎU\'îiH”Œâ+\x106E¡\x1D"
  b"ó}£ñ\*DI»\x19…ËwS\x0FN"
  b"¯§%(\x1D«HK»ò;Tá—ö¢"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"k©¾┴$³@:«=╣┤▀│BÅ"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"Ýr[¡iÈ@àÅ\e┤çv╦╔N"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"\x1FenS–ŒHް܄+‚n±¾"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"Ý4Y©®ŒA·¤\x16!µ4èÃN"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b"├E2d®rJFÉÊ+য:/"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"ì)d\x17Í~I0┐\x01ìa┤Íàÿ"
  b"ѹÕ\x16 3D\x02—¤–‰\x05Ò\x01Å"
  b"?ù¶þʯCyì8╣OVLi6"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"<Í|\x13ìò@péõ&¢U©J\t"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"nìÓ▓§CA{ë╩\f\x17Â┘ݹ"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"oMr‹¸q@ ŽûÛh¾(ÊW"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"¸˜Ý\v|Á@2‚[Ù`\x06äGŠ"
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"\x7F<è#\x10ª@Ä›pi´¡N¡÷"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"_(êu┌vO"ƹ~ätì\x07»"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"\x16WO¯ÕíJvœ([°\x13\x19"
  b"""
    2b¥•äfFw»Ïsm\x06ò\n
    ˆ
    """
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"²\x1E£yeÃK>ØÍ\x0F\x01"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"e‘c­]uKDƒåà_WCéô"
  b"¯ù[š\r*@-„œu_&W\û"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"D¤uåÖ4J< “Éј…÷õ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"ää]wN¯C ¢xëúsîâê"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"¶É├\x11°1HRûÜı¸\x07UÎB"
  b"E\x0El\x7F­vL\f¶ ]/\x06=\x13·"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"╦K\x01F»^C°Ø¼soK³Ó\x05"
  b"•Ø7›\x03ÜD*œûã<Ïöˆž"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b"W`˜&\x13ÈNž¶ˆ(ù\x06³a8"
  b"¢ÍIþn]N6öߤ▄├╩tÅ"
  b"""
    \x0Eé\n
    OMÉ–tWµ C÷M
    """
  b"RÎù|{ûHôœ>iØ!'GN"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"\x01EfŒôõAE²1oܶÆ&t"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"GF³\x17\x16ŠD-¨§:ê\x10I¼å"
  b"O\x1FÅó▓@E▀×w╣?s█,\x10"
  b"wx\x01®4\x19Do‡ä„öÛeÈ"
  b"üûoø úN░úû{®þ\x00╝É"
  b"╠É¿rb¯Gáº├¥î├¶þf"
  b"\x16ˆi\x04ÒÑL)´Xvl\W™È"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"º^^M0»Bï’T$\x04Ø…2\x14"
  b"é!HÉ\x0EbAѸQ¦²6†Ã\x11"
  b"Ï|iƒƒ‡H›ž½²yŽ€A¨"
  b"ãL#\x02ú¹K\x0F G€³ÁÃìô"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"mn!┐OwIwì▒òD]─»*"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"wØá$bzBªÖbs╗äT.u"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b"WV: 7ØJSô²eÅ¿▓(├"
  b"Có»©Ä\x0FJÉŠÓ\x13\x19„)'—"
  b"¤\x12ƒ;­¶J╠Çæô└ÉÁñ╬"
  b"\x10[d„INBB£ÿ\x10¾h._4"
  b"Ø}U\x15‗xJ┘▓²;├▒Bã½"
  b"ùMRl─╬I¸â(╚}füV&"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"ò3¨×A\x1EL\x13ºw\x07Â\x06)\tQ"
  b"›„üs£kIë¥Áô¨?j”""
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"õ╣\x1Düÿ█F╬î*oiQP£Ý"
  b"hz¾Ÿ¸ŠI¥ƒß(£9Œ\x1Ag"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"I\x7FrèÅfG= ²\x004\t%*1"
  b":b±▒qü@ÁجqÅ|HÝ="
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ØU5—!µL¸¶\t‚ÂZ÷Í#"
  b"ô\x1CÄð£ÕJí¨ 6&’([\t"
  b"@U\x1Cn[(K*á╣Åg>d¿c"
  b"ò\vV©Þ\x1CEAµeî\x0F$ "\x08"
  b"aVUà\<E³É\x13À騣b¦"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"¯Êq█Ý3C│ó\rÎ\x02\x1Cü┴"
  b"n(¡ª9ÂI‘¨fãU\x03U–×"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"Qêõ;(ÊFïŠÈ‰É¹bß\x11"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b"Õ¨<2c9I‰³€qÄ[P‡¢"
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"O(\x17A\x08¢K"€Š)ìÅDYÃ"
  b"¥TU╦¥6@çüàÀ\x00\fwn\x1A"
  b"ÉŠ!¡\x7FùO³ž&­L(FÔx"
  b"18\x14\x16]ÐB\x13ü1║hµj¥µ"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ìCÎ\n\ÈA÷¥n'\x00!Â╬│"
  b"Þ×9nZWKZ¶\x119¿HÚ¿÷"
  b"['Öp„XKßú²\en|"
  b"õÚœxõ2IY›Î\t\x12¹øö¹"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"\x12QMÌØXH9¬ï▒▒µOªÆ"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"""
    J¾ŸDÕyH.›'Zh\x1C\n
    xY
    """
  b"""
    žôþßwQE|›àÜ\n
    ®Nn\x16
    """
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"Éû´O‡6EŸ§W4*ûÔCÞ"
  b"¿(:öÕ=D×»þ5ñ\x04áñB"
  b"„<Ê;\x17wNd½{y¹¶©\x03r"
  b"└╝éäPøC\x17ØX'P│═/┘"
  b"ôÖóž&†O\eª&F=u-\x1E"
  b"A\x18µ\x018pB¦»+\x01Å«\x13ÓW"
  b"–¶Dâà&F\v¼§V«¾H’ "
  b"{1╩Æ×$OÒ¥òObë═Å$"
  b"¸cÓ \x0E”C%±ˆ±1,\v¨r"
  b"nPu▓ú\x03@\vøëØ5¹ü██"
  b"Ÿ1êWY,Nß´Sœõ,¹á­"
  b"îÆx\eºüLû„\x03˜"¥Y+\r"
  b"χ…®A3Gñ¶÷B\x07݌ƅ"
  b"\x18ÊD┐Fé½\x162`Í:ì4"
  b"\rMGÐ$8M>░NUÇñüù>"
  b"Z\x01\x14¢fÝL^¥&0a\x1D˺ë"
  b"D┘'═i├M\x1DìƒBqr\x10\t"
  b"\x1Dކ\vö¾Jô«ê~\x07/Ý—Ä"
  b"Ä™\x16Ò’§Ak§‹ì‘\eâ{\x15"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x16Æ▒×M¸J─é,~Ø\x03ÿ=É"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"ÞŸ×Ó¾4I\x01³¥þ„DZ&²"
  b"œÄˆa‚\x19Jr…Ì¥^\x16vo¸"
  b"\x18\vbÜ@:K߲ÆÎp(\x1E;"
  b"""
    \eº mß5A\v‹A̰\x0F\n
    ¼œ
    """
  b"÷azöw┴Eô¡KìÐbû╩\x1F"
  b"¸î+mÅÔMغ3 \x16·ç@¼"
  b"ë\x03Â\v\x18ÃJSƒä\x1A\x10´Þ¢…"
  b"‘žA…\x01uDÿˆ"“\x06\x01qé÷"
  b"öÖ\ö\x15~Eïˆ\x16anbaY\x19"
  b"\x07@‡a@\¾ÊРçÊì´"
  b"\e8÷nšÊK\x05±”†\x14ÞˆçO"
  b"¿z\x04m¹@LVü\x1A¾█¬Û±J"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"ŽkV]3ÔL\x01³(Š*!ÿ4\x18"
  b"""
    ·›OààãD\n
    ¾Nö‹|2(¡
    """
  b"├┴\t\x03ÙıL\tøÂRÛÅz~Î"
  b"‹³#fê\eBø‡ M·\x04Ÿ´à"
  b"ŒßŸ4m;MOª«\x03Ÿ@Œß\x04"
  b"Î┴>─\x13ÀLD¢uÓ┐Ål©="
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"aé-±\tùJ\x1A½R5ñq\f-€"
  b"8‰TÓžLE7°œÔKmqyK"
  b"g┌\x04╠N£Düï¦ìn:╝}┼"
  b"┌:nzk\x08IÅ«ÛÔá\x03!«G"
  b"\x04u8+\x00þL│¢Ã\x04©ü╔▄Û"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"/aÉy\x03_Iâ¼]¼ZguÖ2"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"*Òk_ö E¬°\x18ËrwQ™\x11"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"qºÉ\eâ¦C´┐\x14)ƒRb¢¥"
  b"\véròAÏDØù¹kÚ)Z`K"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"\x00Fb‹q»J\x1A²GšÜè‘\x08\x00"
  b"\x016sxfRLÆ€\eî¬\x1Eøq~"
  b"\x17LZ\x10úï@¶…DDÅ89ð"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"WD\tyxcIéƒùˆ‚d?\rV"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"®Êy\x1C­ñM\x0E•æ\x124‘\x11û©"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"yJRQnAGÓ½ÊÊÅV‗ÏB"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"U\x13Ðjf\rL&¶ZJ:»ÌŽ€"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"┬ØåîææKJï&kw■zy\x0F"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"Q|\x19&\x08ÜB\x04å┴ÿØkó¶O"
  b"k—­.KnDÓ…AnÜò\x1CÔÝ"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"<­3Ì4xCšºÝ:\x7FÆ8bG"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"vVqwR╚BÅøñî£═é°H"
  b"© hı\x1FáGvü·£qly\x18²"
  b"ÑK╚ì¤ÑM©âì=¯ßk\f\x04"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"â®Ã}“\x19G`ƒ\x1FJF|2ÖQ"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"wfUúu7H“§®9üâò\tÃ"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b"ßA\%kdAÿ¹\x1DD\x1DDöÜñ"
  b"_åÈB░hO$â©ö╝ƒ ìÒ"
  b"¡é#ÀR)HûàÉ¡TÓ├ƒp"
  b"gåÄ 'SD,¥\v\x18\x19 a©ä"
  b"¨r±\x02àULµ€\x0E,XÊo“\x0F"
  b"êÂ\CýéH]½{sƒ\x0Fúôi"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"$jõy’+@›ž\x02V\x7Fon†\"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x10lPKGγ\x01ÔrkËÐæ"
  b"""
    |-T&ìúL\n
    èÒcA¬▒Â▒
    """
  b"~y2òéØDNäÓ[\x10ÊÂ×\x12"
  b"2Yú#b·JC”Ã\t؃\x1C"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"Ѝj\òUG?¯^5˜ÆB©)"
  b"î@i╩»6DÔ║\fÉJ\f╔/Õ"
  b"\v═┤Ô*RE\x03áõÅgîÊ╬Ò"
  b"\x04\x05©\x06Kô¡Ö€\e‰Amq"
  b"\x16ØÑPI+@T‹ïè¨\rç…´"
  b"Õð‘ƒÔFLžŸ¿õu\x12\x1C«›"
  b"õ“=è=ÔM\x04›¹Í«"z3+"
  b"\x1D„`W\x1D†M«½±(w\x1E+Ìà"
  b"´ýÜÁï\x0FDQÅy®░â▀¸\x1A"
  b"\x06í(zz¹F1ƒ3Õ›§Å\x0E½"
  b"ð\x07à©¢NEI•¤e¿}ioI"
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"˜ÎÑ\x0E\x10*I@»ä6H\e(©±"
  b"pÎ_@ùFGß²å˜ÎÌ>xO"
  b"®&\x11\x03Ì\x08AŒŸüïž“e¦°"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"\x07\x17\x03¸è­K&½xÅ‗ú┬r╝"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"é$3É¿ÓCñ¡1»Óä┐b$"
  b"Ï\x08åÌùÓK{ì^B×U\x12á\x03"
  b"³©5ÚT'Mì¼╠Áë«╔\v$"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"rŠÙ{­dMY‰\x02\¹èÙIî"
  b"\x04Ì|C?ÆB´°ï\x17h>™w;"
  b"ÆøE¡¦½M¼œžä9õ\x1FžB"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"""
     0L³b¨FÕ¥yA¼\n
    ½Ed
    """
  b"Ö^W0{òFG¾!\x0F–`óªÚ"
  b"\x06A▒├ASöØÕìîx\t"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Aež\x0F\x0F—AH¬=\x15ŽºsÖè"
  b"""
    C ƒ¤zñD└üh╔Õ╩\n
    \x0FÈ
    """
  b"\tS\x13┐Ø\x06H\x13¥┴ÐV╚\rÊé"
  b"ùè\x00\x1C¢<O°£Iƒ\î\x12ɯ"
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"“§\x10\x02Ê\x1DEHŠÕ‘ƒséã4"
  b"║§iAì■O%ƒ\x1C\x13'E!┐Å"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"̫ξӀ@U•³w:ÛN’3"
  b"9aH\x7F™YG£´Åæ•§]o`"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"\x01\x0E+QÎoOF‹\x12ü#Má6_"
  b"³\x00”•ç-O\x17¥ä¶I\x16\x04"
  b"\x05ï±è:õKk¨iƒ\x12\x7F|è)"
  b"\x1A\x0F\r(J>Jœ–†{¸d"”r"
  b"°ŒãÀ\x04íL\x07 ˆ€Ò/\x16ûG"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"¢ÆÓ¶Å"Bò§5Û\x05Â,åe"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"J£cPÐãHS¤+IZíôíT"
  b"4.…§\x1EÏ@–¾Dý7T+–?"
  b"›‘êŒâ¶LV¯Š\x04\x02_9\x7Fu"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"p2.gé1@R»¹gŒGöü3"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b"Tšó-æNJUŸßô리kP"
  b"""
    †E\x16\n
    ¡3D\x19·\x08aÒјJT
    """
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"à'{ÃKüEÏñı\x19ví´77"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"’ªŽ_8ÙK®È{\fq=†\f"
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"º([b¸GD\r©<{O/„ëC"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"/`/Íh®Af║a>ì³e─["
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b" û═dɬB°Å¼PDè9\x15E"
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"\x16;9ÅJ†˜ad=£i±3"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"\tß S{M¹Øzºòöh\v'"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"&\x1D=V\ƒM\x07‘š\x1E\x13ÝS{ø"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"5'1¥¶bH(¹KZ]|ɲ«"
  b"\x07\x7FD¨L2E\eêr×ü\x14/\x14Î"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"’í X-ÑOÞšxß„H\x18ì*"
  b"§RNZ{1I\x00®Pù÷\x19Þª/"
  b".’‹µ\x18‰HÞµ\x024\x0E²c\x00 "
  b"\f\x13░åCÍå²~ªG\e"
  b"""
    \n
    wJûºGl´¢\x135l\x18h 
    """
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"""
    OO\x01\x18¢\x04E¥†\n
    Ã9\x7Fo¶Š
    """
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"▄nëì®\x01F\x0FÖtÖ\x14\x11*"å"
  b"\f3Û+L¤O>¼Ó`\x07\x1D_èm"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"†-ýP}+E­¤gà›džB–"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"Æ|$|\x06ÌGa”\x02ÔeÁÄ2\x06"
  b"³¼\v`kÿJ¼ÿj$ÃØ]gg"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"Öº¡é\x08GC\x1F€öÚä³ê®”"
  b"\tD»~ôRE.Ž\x08\x7F+ã "
  b"îV@£\x14VJב[à–Š¼\x05¡"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b"├õèÌ;\x16Nóº]{µ╦É`®"
  b"\x06Ë─╣q╗JÞáă«=_jü"
  b"ì¦qÉqS@wæüúN~S#╔"
  b"¶NvØY8DƒÅgóD\x07zxR"
  b"t"u-Y│M9ï©┘ê\rØ‗\t"
  b"ãJ$é3\x0EM´›JÍôÍOY…"
  b"^1ö\x07ÏiLhƒÖ\x00K“\t—ª"
  b"±¦{£[\x1DKº…V<ž\x14…פ"
  b"»áÕ\x19d0Gì§fWYÉâ/Ð"
  b"äktfJ˜GVšzÃ\x1F8\x02"
  b"¾?═¨=╠DÉÆö±ù▓\x03\x1C"
  b"\x01^ËuKREü¹ëþ›hÀÈ\x00"
  b"\x0Fvì$\x08╩CÏ┐ñOä║YãÊ"
  b"¯\x7F$\x06a\x00M缑Ù÷ˆ–ƒ'"
  b"\x1E¦ÔzöqF¤Ÿí8[¬\x06Æ}"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"Ÿ\rÔ\õŠG…†Úq\x04ËN…ê"
  b"\rho¿L0E!ì▀RÅ3×\x0Ej"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"ó’‚1ÝwF+¥9œàaßy®"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"F“ø¹PŽKÚ‚(\x0E©ôÀ®\x08"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x18jm\er\x08CÅì\e\x08ø┬╣╝\t"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"qk\x1C\x14ˆ…Cµ½Ó5À¶º\x01à"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"\x10&î§H\x1EŽK\x0F>Žgup"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b":zùúÆöD; Uš4jx1C"
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"…m™6²GHô„§\t‚kâã®"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b";s{½½WNìì°\x174■Ø╝p"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"Ñ‚\x0EcÊwJ(©d,tè<`6"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"船\x19žLIý¯N‹òý\x1CØd"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"§ûq×õ½K$‡g³Jù\x08j\f"
  b"äœ\x7F\x11A"аE\e<SRÅ"
  b"¯e7&_ÜM%èØ¸_¹\x05sb"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"íõ¤\vÒ¡H¯ƒb\f2Õ(8Y"
  b"ü=ïÂháAûÁ@Ñ~sûìÚ"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"•é\x12&3\x1FD3“à¤xcUm~"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"Ó°\x02ߨŒ@ÿˆÝƒ2”^ì"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"\v\x0Fh:ç>A¥‡ÉYR¦d†\x19"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"@ÊèØ½ÛK¨áty /!öh"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"xu§˜ªœFCµZ"¹v$=è"
  b"¢ƒ\x04²ú¸L±¢ÊxÖË\x0F™'"
  b"JÌCw\x06ÞHǯ\^ƒw|–«"
  b"9°!╚7┴F¦¢ë@\x05Ú~ì\r"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
]
83 51.43 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"kâ!N´¦Dý¨$™NL\x03"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b"+W#ƒƒØF›€kh`$kßv"
  b"/â´H*ÒG‡ëÓIt£"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"\x1AÓóRG¥€j[·þTˆw"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"´SX°{jAF§±BŸ@Z‡""
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"ÚûeÝÉ\x08@ׄÙG®°ämµ"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"‹òñ:ðàFB˜\x1C6É%b]ü"
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"<Þ^&ìÊL\x06­t«âÙ„:Ò"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"„#räûƒAg•ßl*úf¢ø"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"Cz\x06©QìL˜«Þñ¡ìsOg"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"fÄý½#®Esº\x00°Té\x06"
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"̃~Ë+yB\váàßÅSX\e8"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"kïð\tà3O_¾Òj‰aÕUZ"
  b"m¶E/æ0B. –‹'™/\e"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"ÅXÊ6õVK■▒â╝\fw\x18┴*"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"""
    \rØ–aŒVO•ŸÞW_Âë\n
    g
    """
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"Þ\x05³Z!jC¸¤)`ˆ[¯k("
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"íKIùðmL£¾¡™-\x1E¨iÑ"
  b"¿+¹|1‰Có³Æ8…3 ¥½"
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"\fgæGMܱû©e±.ÍŠ"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x05<Ïám€@V©I\!–‹;:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"·õk=Lß@[üÝÍHÂuð╬"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"■¶îó├╔CwÅf%L▓\x1Fp0"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"\t?\f\rÀNAþ˜zi+}Uô\x00"
  b"|u;dj/NõŠ\fr=û Ã\x1F"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"\x0F(#\x13"¯B.žá/€ÅÁš&"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"išØ­ã(Fç¬Ñ¦ú\x08\x00$1"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"╦¿¶■`0MüòÑiƒÞ═Ç\x1A"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x07├ì¿A8ר"<&À├Î"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"®L²│j4A?ïwNpÏ\x17"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"r\x169\x1D•nC¥•AŠÜkÜcÒ"
  b"t‚˜Y*\x05H¢‰ÿrûÌ(Vß"
  b"$7>\x0E xCA¾½V\x16Á½\x02"
  b"Œì\x05^‡CI\x05š™ÇÉY#½µ"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"¾\x19(\x02└»ILüß`Gò\e )"
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"1øâ~2ŠNÀƒ¶¢ÌÙ,ÿ]"
  b"TrñÊú?Còž\x03@\x07ý\x17ë?"
  b"zßòc™\x19B⿽°>«<„ö"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"/‰T=;¶G—…•G\x10p°K‡"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"╝¿Ü\x01­¯NH╝╔ìãýo¶&"
  b"182\x07âòA\x1E‹×%\Èë\x02d"
  b"Y=÷8H@Nôì¶\x02÷¹aa\e"
  b"˜rá}¢;D©Žò…ö÷e{m"
  b"Æ\x03p\x15»kIx‰°‰ \x03¯íz"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"ê\x11ÍÀ o@$‚¾÷Ê7\x1CP\x0F"
  b"qšáîæ‘IĪç#@ŒIt@"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"`ÑFÜ\ræN│ÿàÉ/ÿkÁº"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"""
    6&ŠŽÏ©JÓ‡qm@ím\n
    w
    """
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b",þð$z-@BåçGì 5Ês"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"¦™\vO¤·Cc«\x03.I$éŸ""
  b"º+\x05²“×Gv³„U›¥(±í"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"ú\x04&V/ÔG5¥Â|ôÍæ\x1AÍ"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"æ\\x01p~ßOs€$y°FMÉï"
  b"IP…1\e1GO íòs=\x1A…?"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"Û§Ã$0\x00Eð†]‘µá\x16H."
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b" G\vÅ^/EÔ▒Ä|T¡u\x12="
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"½_±OIUGi˜ü¹]õø©l"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"^êãH½yEo„Vœ>IJ\x03Š"
  b"ÎU\'îiH”Œâ+\x106E¡\x1D"
  b"ó}£ñ\*DI»\x19…ËwS\x0FN"
  b"¯§%(\x1D«HK»ò;Tá—ö¢"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"k©¾┴$³@:«=╣┤▀│BÅ"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"Ýr[¡iÈ@àÅ\e┤çv╦╔N"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"\x1FenS–ŒHް܄+‚n±¾"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"Ý4Y©®ŒA·¤\x16!µ4èÃN"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b"├E2d®rJFÉÊ+য:/"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"ì)d\x17Í~I0┐\x01ìa┤Íàÿ"
  b"ѹÕ\x16 3D\x02—¤–‰\x05Ò\x01Å"
  b"?ù¶þʯCyì8╣OVLi6"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"<Í|\x13ìò@péõ&¢U©J\t"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"nìÓ▓§CA{ë╩\f\x17Â┘ݹ"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"oMr‹¸q@ ŽûÛh¾(ÊW"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"¸˜Ý\v|Á@2‚[Ù`\x06äGŠ"
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"\x7F<è#\x10ª@Ä›pi´¡N¡÷"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"_(êu┌vO"ƹ~ätì\x07»"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"\x16WO¯ÕíJvœ([°\x13\x19"
  b"""
    2b¥•äfFw»Ïsm\x06ò\n
    ˆ
    """
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"²\x1E£yeÃK>ØÍ\x0F\x01"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"e‘c­]uKDƒåà_WCéô"
  b"¯ù[š\r*@-„œu_&W\û"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"D¤uåÖ4J< “Éј…÷õ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"ää]wN¯C ¢xëúsîâê"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"¶É├\x11°1HRûÜı¸\x07UÎB"
  b"E\x0El\x7F­vL\f¶ ]/\x06=\x13·"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"╦K\x01F»^C°Ø¼soK³Ó\x05"
  b"•Ø7›\x03ÜD*œûã<Ïöˆž"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b"W`˜&\x13ÈNž¶ˆ(ù\x06³a8"
  b"¢ÍIþn]N6öߤ▄├╩tÅ"
  b"""
    \x0Eé\n
    OMÉ–tWµ C÷M
    """
  b"RÎù|{ûHôœ>iØ!'GN"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"\x01EfŒôõAE²1oܶÆ&t"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"GF³\x17\x16ŠD-¨§:ê\x10I¼å"
  b"O\x1FÅó▓@E▀×w╣?s█,\x10"
  b"wx\x01®4\x19Do‡ä„öÛeÈ"
  b"üûoø úN░úû{®þ\x00╝É"
  b"╠É¿rb¯Gáº├¥î├¶þf"
  b"\x16ˆi\x04ÒÑL)´Xvl\W™È"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"º^^M0»Bï’T$\x04Ø…2\x14"
  b"é!HÉ\x0EbAѸQ¦²6†Ã\x11"
  b"Ï|iƒƒ‡H›ž½²yŽ€A¨"
  b"ãL#\x02ú¹K\x0F G€³ÁÃìô"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"mn!┐OwIwì▒òD]─»*"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"wØá$bzBªÖbs╗äT.u"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b"WV: 7ØJSô²eÅ¿▓(├"
  b"Có»©Ä\x0FJÉŠÓ\x13\x19„)'—"
  b"¤\x12ƒ;­¶J╠Çæô└ÉÁñ╬"
  b"\x10[d„INBB£ÿ\x10¾h._4"
  b"Ø}U\x15‗xJ┘▓²;├▒Bã½"
  b"ùMRl─╬I¸â(╚}füV&"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"ò3¨×A\x1EL\x13ºw\x07Â\x06)\tQ"
  b"›„üs£kIë¥Áô¨?j”""
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"õ╣\x1Düÿ█F╬î*oiQP£Ý"
  b"hz¾Ÿ¸ŠI¥ƒß(£9Œ\x1Ag"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"I\x7FrèÅfG= ²\x004\t%*1"
  b":b±▒qü@ÁجqÅ|HÝ="
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ØU5—!µL¸¶\t‚ÂZ÷Í#"
  b"ô\x1CÄð£ÕJí¨ 6&’([\t"
  b"@U\x1Cn[(K*á╣Åg>d¿c"
  b"ò\vV©Þ\x1CEAµeî\x0F$ "\x08"
  b"aVUà\<E³É\x13À騣b¦"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"¯Êq█Ý3C│ó\rÎ\x02\x1Cü┴"
  b"n(¡ª9ÂI‘¨fãU\x03U–×"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"Qêõ;(ÊFïŠÈ‰É¹bß\x11"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b"Õ¨<2c9I‰³€qÄ[P‡¢"
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"O(\x17A\x08¢K"€Š)ìÅDYÃ"
  b"¥TU╦¥6@çüàÀ\x00\fwn\x1A"
  b"ÉŠ!¡\x7FùO³ž&­L(FÔx"
  b"18\x14\x16]ÐB\x13ü1║hµj¥µ"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ìCÎ\n\ÈA÷¥n'\x00!Â╬│"
  b"Þ×9nZWKZ¶\x119¿HÚ¿÷"
  b"['Öp„XKßú²\en|"
  b"õÚœxõ2IY›Î\t\x12¹øö¹"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"\x12QMÌØXH9¬ï▒▒µOªÆ"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"""
    J¾ŸDÕyH.›'Zh\x1C\n
    xY
    """
  b"""
    žôþßwQE|›àÜ\n
    ®Nn\x16
    """
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"Éû´O‡6EŸ§W4*ûÔCÞ"
  b"¿(:öÕ=D×»þ5ñ\x04áñB"
  b"„<Ê;\x17wNd½{y¹¶©\x03r"
  b"└╝éäPøC\x17ØX'P│═/┘"
  b"ôÖóž&†O\eª&F=u-\x1E"
  b"A\x18µ\x018pB¦»+\x01Å«\x13ÓW"
  b"–¶Dâà&F\v¼§V«¾H’ "
  b"{1╩Æ×$OÒ¥òObë═Å$"
  b"¸cÓ \x0E”C%±ˆ±1,\v¨r"
  b"nPu▓ú\x03@\vøëØ5¹ü██"
  b"Ÿ1êWY,Nß´Sœõ,¹á­"
  b"îÆx\eºüLû„\x03˜"¥Y+\r"
  b"χ…®A3Gñ¶÷B\x07݌ƅ"
  b"\x18ÊD┐Fé½\x162`Í:ì4"
  b"\rMGÐ$8M>░NUÇñüù>"
  b"Z\x01\x14¢fÝL^¥&0a\x1D˺ë"
  b"D┘'═i├M\x1DìƒBqr\x10\t"
  b"\x1Dކ\vö¾Jô«ê~\x07/Ý—Ä"
  b"Ä™\x16Ò’§Ak§‹ì‘\eâ{\x15"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x16Æ▒×M¸J─é,~Ø\x03ÿ=É"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"ÞŸ×Ó¾4I\x01³¥þ„DZ&²"
  b"œÄˆa‚\x19Jr…Ì¥^\x16vo¸"
  b"\x18\vbÜ@:K߲ÆÎp(\x1E;"
  b"""
    \eº mß5A\v‹A̰\x0F\n
    ¼œ
    """
  b"÷azöw┴Eô¡KìÐbû╩\x1F"
  b"¸î+mÅÔMغ3 \x16·ç@¼"
  b"ë\x03Â\v\x18ÃJSƒä\x1A\x10´Þ¢…"
  b"‘žA…\x01uDÿˆ"“\x06\x01qé÷"
  b"öÖ\ö\x15~Eïˆ\x16anbaY\x19"
  b"\x07@‡a@\¾ÊРçÊì´"
  b"\e8÷nšÊK\x05±”†\x14ÞˆçO"
  b"¿z\x04m¹@LVü\x1A¾█¬Û±J"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"ŽkV]3ÔL\x01³(Š*!ÿ4\x18"
  b"""
    ·›OààãD\n
    ¾Nö‹|2(¡
    """
  b"├┴\t\x03ÙıL\tøÂRÛÅz~Î"
  b"‹³#fê\eBø‡ M·\x04Ÿ´à"
  b"ŒßŸ4m;MOª«\x03Ÿ@Œß\x04"
  b"Î┴>─\x13ÀLD¢uÓ┐Ål©="
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"aé-±\tùJ\x1A½R5ñq\f-€"
  b"8‰TÓžLE7°œÔKmqyK"
  b"g┌\x04╠N£Düï¦ìn:╝}┼"
  b"┌:nzk\x08IÅ«ÛÔá\x03!«G"
  b"\x04u8+\x00þL│¢Ã\x04©ü╔▄Û"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"/aÉy\x03_Iâ¼]¼ZguÖ2"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"*Òk_ö E¬°\x18ËrwQ™\x11"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"qºÉ\eâ¦C´┐\x14)ƒRb¢¥"
  b"\véròAÏDØù¹kÚ)Z`K"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"\x00Fb‹q»J\x1A²GšÜè‘\x08\x00"
  b"\x016sxfRLÆ€\eî¬\x1Eøq~"
  b"\x17LZ\x10úï@¶…DDÅ89ð"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"WD\tyxcIéƒùˆ‚d?\rV"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"®Êy\x1C­ñM\x0E•æ\x124‘\x11û©"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"yJRQnAGÓ½ÊÊÅV‗ÏB"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"U\x13Ðjf\rL&¶ZJ:»ÌŽ€"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"┬ØåîææKJï&kw■zy\x0F"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"Q|\x19&\x08ÜB\x04å┴ÿØkó¶O"
  b"k—­.KnDÓ…AnÜò\x1CÔÝ"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"<­3Ì4xCšºÝ:\x7FÆ8bG"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"vVqwR╚BÅøñî£═é°H"
  b"© hı\x1FáGvü·£qly\x18²"
  b"ÑK╚ì¤ÑM©âì=¯ßk\f\x04"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"â®Ã}“\x19G`ƒ\x1FJF|2ÖQ"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"wfUúu7H“§®9üâò\tÃ"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b"ßA\%kdAÿ¹\x1DD\x1DDöÜñ"
  b"_åÈB░hO$â©ö╝ƒ ìÒ"
  b"¡é#ÀR)HûàÉ¡TÓ├ƒp"
  b"gåÄ 'SD,¥\v\x18\x19 a©ä"
  b"¨r±\x02àULµ€\x0E,XÊo“\x0F"
  b"êÂ\CýéH]½{sƒ\x0Fúôi"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"$jõy’+@›ž\x02V\x7Fon†\"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x10lPKGγ\x01ÔrkËÐæ"
  b"""
    |-T&ìúL\n
    èÒcA¬▒Â▒
    """
  b"~y2òéØDNäÓ[\x10ÊÂ×\x12"
  b"2Yú#b·JC”Ã\t؃\x1C"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"Ѝj\òUG?¯^5˜ÆB©)"
  b"î@i╩»6DÔ║\fÉJ\f╔/Õ"
  b"\v═┤Ô*RE\x03áõÅgîÊ╬Ò"
  b"\x04\x05©\x06Kô¡Ö€\e‰Amq"
  b"\x16ØÑPI+@T‹ïè¨\rç…´"
  b"Õð‘ƒÔFLžŸ¿õu\x12\x1C«›"
  b"õ“=è=ÔM\x04›¹Í«"z3+"
  b"\x1D„`W\x1D†M«½±(w\x1E+Ìà"
  b"´ýÜÁï\x0FDQÅy®░â▀¸\x1A"
  b"\x06í(zz¹F1ƒ3Õ›§Å\x0E½"
  b"ð\x07à©¢NEI•¤e¿}ioI"
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"˜ÎÑ\x0E\x10*I@»ä6H\e(©±"
  b"pÎ_@ùFGß²å˜ÎÌ>xO"
  b"®&\x11\x03Ì\x08AŒŸüïž“e¦°"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"\x07\x17\x03¸è­K&½xÅ‗ú┬r╝"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"é$3É¿ÓCñ¡1»Óä┐b$"
  b"Ï\x08åÌùÓK{ì^B×U\x12á\x03"
  b"³©5ÚT'Mì¼╠Áë«╔\v$"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"rŠÙ{­dMY‰\x02\¹èÙIî"
  b"\x04Ì|C?ÆB´°ï\x17h>™w;"
  b"ÆøE¡¦½M¼œžä9õ\x1FžB"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"""
     0L³b¨FÕ¥yA¼\n
    ½Ed
    """
  b"Ö^W0{òFG¾!\x0F–`óªÚ"
  b"\x06A▒├ASöØÕìîx\t"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Aež\x0F\x0F—AH¬=\x15ŽºsÖè"
  b"""
    C ƒ¤zñD└üh╔Õ╩\n
    \x0FÈ
    """
  b"\tS\x13┐Ø\x06H\x13¥┴ÐV╚\rÊé"
  b"ùè\x00\x1C¢<O°£Iƒ\î\x12ɯ"
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"“§\x10\x02Ê\x1DEHŠÕ‘ƒséã4"
  b"║§iAì■O%ƒ\x1C\x13'E!┐Å"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"̫ξӀ@U•³w:ÛN’3"
  b"9aH\x7F™YG£´Åæ•§]o`"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"\x01\x0E+QÎoOF‹\x12ü#Má6_"
  b"³\x00”•ç-O\x17¥ä¶I\x16\x04"
  b"\x05ï±è:õKk¨iƒ\x12\x7F|è)"
  b"\x1A\x0F\r(J>Jœ–†{¸d"”r"
  b"°ŒãÀ\x04íL\x07 ˆ€Ò/\x16ûG"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"¢ÆÓ¶Å"Bò§5Û\x05Â,åe"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"J£cPÐãHS¤+IZíôíT"
  b"4.…§\x1EÏ@–¾Dý7T+–?"
  b"›‘êŒâ¶LV¯Š\x04\x02_9\x7Fu"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"p2.gé1@R»¹gŒGöü3"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b"Tšó-æNJUŸßô리kP"
  b"""
    †E\x16\n
    ¡3D\x19·\x08aÒјJT
    """
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"à'{ÃKüEÏñı\x19ví´77"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"’ªŽ_8ÙK®È{\fq=†\f"
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"º([b¸GD\r©<{O/„ëC"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"/`/Íh®Af║a>ì³e─["
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b" û═dɬB°Å¼PDè9\x15E"
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"\x16;9ÅJ†˜ad=£i±3"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"\tß S{M¹Øzºòöh\v'"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"&\x1D=V\ƒM\x07‘š\x1E\x13ÝS{ø"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"5'1¥¶bH(¹KZ]|ɲ«"
  b"\x07\x7FD¨L2E\eêr×ü\x14/\x14Î"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"’í X-ÑOÞšxß„H\x18ì*"
  b"§RNZ{1I\x00®Pù÷\x19Þª/"
  b".’‹µ\x18‰HÞµ\x024\x0E²c\x00 "
  b"\f\x13░åCÍå²~ªG\e"
  b"""
    \n
    wJûºGl´¢\x135l\x18h 
    """
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"""
    OO\x01\x18¢\x04E¥†\n
    Ã9\x7Fo¶Š
    """
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"▄nëì®\x01F\x0FÖtÖ\x14\x11*"å"
  b"\f3Û+L¤O>¼Ó`\x07\x1D_èm"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"†-ýP}+E­¤gà›džB–"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"Æ|$|\x06ÌGa”\x02ÔeÁÄ2\x06"
  b"³¼\v`kÿJ¼ÿj$ÃØ]gg"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"Öº¡é\x08GC\x1F€öÚä³ê®”"
  b"\tD»~ôRE.Ž\x08\x7F+ã "
  b"îV@£\x14VJב[à–Š¼\x05¡"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b"├õèÌ;\x16Nóº]{µ╦É`®"
  b"\x06Ë─╣q╗JÞáă«=_jü"
  b"ì¦qÉqS@wæüúN~S#╔"
  b"¶NvØY8DƒÅgóD\x07zxR"
  b"t"u-Y│M9ï©┘ê\rØ‗\t"
  b"ãJ$é3\x0EM´›JÍôÍOY…"
  b"^1ö\x07ÏiLhƒÖ\x00K“\t—ª"
  b"±¦{£[\x1DKº…V<ž\x14…פ"
  b"»áÕ\x19d0Gì§fWYÉâ/Ð"
  b"äktfJ˜GVšzÃ\x1F8\x02"
  b"¾?═¨=╠DÉÆö±ù▓\x03\x1C"
  b"\x01^ËuKREü¹ëþ›hÀÈ\x00"
  b"\x0Fvì$\x08╩CÏ┐ñOä║YãÊ"
  b"¯\x7F$\x06a\x00M缑Ù÷ˆ–ƒ'"
  b"\x1E¦ÔzöqF¤Ÿí8[¬\x06Æ}"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"Ÿ\rÔ\õŠG…†Úq\x04ËN…ê"
  b"\rho¿L0E!ì▀RÅ3×\x0Ej"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"ó’‚1ÝwF+¥9œàaßy®"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"F“ø¹PŽKÚ‚(\x0E©ôÀ®\x08"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x18jm\er\x08CÅì\e\x08ø┬╣╝\t"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"qk\x1C\x14ˆ…Cµ½Ó5À¶º\x01à"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"\x10&î§H\x1EŽK\x0F>Žgup"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b":zùúÆöD; Uš4jx1C"
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"…m™6²GHô„§\t‚kâã®"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b";s{½½WNìì°\x174■Ø╝p"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"Ñ‚\x0EcÊwJ(©d,tè<`6"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"船\x19žLIý¯N‹òý\x1CØd"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"§ûq×õ½K$‡g³Jù\x08j\f"
  b"äœ\x7F\x11A"аE\e<SRÅ"
  b"¯e7&_ÜM%èØ¸_¹\x05sb"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"íõ¤\vÒ¡H¯ƒb\f2Õ(8Y"
  b"ü=ïÂháAûÁ@Ñ~sûìÚ"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"•é\x12&3\x1FD3“à¤xcUm~"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"Ó°\x02ߨŒ@ÿˆÝƒ2”^ì"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"\v\x0Fh:ç>A¥‡ÉYR¦d†\x19"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"@ÊèØ½ÛK¨áty /!öh"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"xu§˜ªœFCµZ"¹v$=è"
  b"¢ƒ\x04²ú¸L±¢ÊxÖË\x0F™'"
  b"JÌCw\x06ÞHǯ\^ƒw|–«"
  b"9°!╚7┴F¦¢ë@\x05Ú~ì\r"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
]
84 3.43 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"\x00Fb‹q»J\x1A²GšÜè‘\x08\x00"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b"\x01\x0E+QÎoOF‹\x12ü#Má6_"
  b"\x016sxfRLÆ€\eî¬\x1Eøq~"
  b"\x01EfŒôõAE²1oܶÆ&t"
  b"\x01^ËuKREü¹ëþ›hÀÈ\x00"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04u8+\x00þL│¢Ã\x04©ü╔▄Û"
  b"\x04Ì|C?ÆB´°ï\x17h>™w;"
  b"\x05<Ïám€@V©I\!–‹;:"
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"\x05ï±è:õKk¨iƒ\x12\x7F|è)"
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"\x06Ë─╣q╗JÞáă«=_jü"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x06í(zz¹F1ƒ3Õ›§Å\x0E½"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"\x07\x17\x03¸è­K&½xÅ‗ú┬r╝"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"\x07\x7FD¨L2E\eêr×ü\x14/\x14Î"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t?\f\rÀNAþ˜zi+}Uô\x00"
  b"\tD»~ôRE.Ž\x08\x7F+ã "
  b"\tS\x13┐Ø\x06H\x13¥┴ÐV╚\rÊé"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"\v\x0Fh:ç>A¥‡ÉYR¦d†\x19"
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b"\véròAÏDØù¹kÚ)Z`K"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v═┤Ô*RE\x03áõÅgîÊ╬Ò"
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f3Û+L¤O>¼Ó`\x07\x1D_èm"
  b"\f\x13░åCÍå²~ªG\e"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\rMGÐ$8M>░NUÇñüù>"
  b"\rho¿L0E!ì▀RÅ3×\x0Ej"
  b"""
    \rØ–aŒVO•ŸÞW_Âë\n
    g
    """
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"\x0F(#\x13"¯B.žá/€ÅÁš&"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"\x0Fvì$\x08╩CÏ┐ñOä║YãÊ"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x10[d„INBB£ÿ\x10¾h._4"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x12QMÌØXH9¬ï▒▒µOªÆ"
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x16WO¯ÕíJvœ([°\x13\x19"
  b"\x16ˆi\x04ÒÑL)´Xvl\W™È"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"\x16Æ▒×M¸J─é,~Ø\x03ÿ=É"
  b"\x16ØÑPI+@T‹ïè¨\rç…´"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"\x17LZ\x10úï@¶…DDÅ89ð"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"\x18\vbÜ@:K߲ÆÎp(\x1E;"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x18jm\er\x08CÅì\e\x08ø┬╣╝\t"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"\x1A\x0F\r(J>Jœ–†{¸d"”r"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\e8÷nšÊK\x05±”†\x14ÞˆçO"
  b"""
    \eº mß5A\v‹A̰\x0F\n
    ¼œ
    """
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1D„`W\x1D†M«½±(w\x1E+Ìà"
  b"\x1Dކ\vö¾Jô«ê~\x07/Ý—Ä"
  b"\x1E¦ÔzöqF¤Ÿí8[¬\x06Æ}"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"\x1FenS–ŒHް܄+‚n±¾"
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"$7>\x0E xCA¾½V\x16Á½\x02"
  b"$jõy’+@›ž\x02V\x7Fon†\"
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&\x1D=V\ƒM\x07‘š\x1E\x13ÝS{ø"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"*Òk_ö E¬°\x18ËrwQ™\x11"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+W#ƒƒØF›€kh`$kßv"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b",þð$z-@BåçGì 5Ês"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".’‹µ\x18‰HÞµ\x024\x0E²c\x00 "
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"/`/Íh®Af║a>ì³e─["
  b"/aÉy\x03_Iâ¼]¼ZguÖ2"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"/‰T=;¶G—…•G\x10p°K‡"
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/â´H*ÒG‡ëÓIt£"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"18\x14\x16]ÐB\x13ü1║hµj¥µ"
  b"182\x07âòA\x1E‹×%\Èë\x02d"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1øâ~2ŠNÀƒ¶¢ÌÙ,ÿ]"
  b"2Yú#b·JC”Ã\t؃\x1C"
  b"""
    2b¥•äfFw»Ïsm\x06ò\n
    ˆ
    """
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"4.…§\x1EÏ@–¾Dý7T+–?"
  b"5'1¥¶bH(¹KZ]|ɲ«"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"\x04\x05©\x06Kô¡Ö€\e‰Amq"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b"""
    6&ŠŽÏ©JÓ‡qm@ím\n
    w
    """
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8‰TÓžLE7°œÔKmqyK"
  b"\x07├ì¿A8ר"<&À├Î"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"9aH\x7F™YG£´Åæ•§]o`"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"9°!╚7┴F¦¢ë@\x05Ú~ì\r"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b":b±▒qü@ÁجqÅ|HÝ="
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":zùúÆöD; Uš4jx1C"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b"""
    \x0Eé\n
    OMÉ–tWµ C÷M
    """
  b";s{½½WNìì°\x174■Ø╝p"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"<­3Ì4xCšºÝ:\x7FÆ8bG"
  b"<Í|\x13ìò@péõ&¢U©J\t"
  b"<Þ^&ìÊL\x06­t«âÙ„:Ò"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b"\x06A▒├ASöØÕìîx\t"
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"?ù¶þʯCyì8╣OVLi6"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"@U\x1Cn[(K*á╣Åg>d¿c"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"@ÊèØ½ÛK¨áty /!öh"
  b"A\x18µ\x018pB¦»+\x01Å«\x13ÓW"
  b"Aež\x0F\x0F—AH¬=\x15ŽºsÖè"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"""
    C ƒ¤zñD└üh╔Õ╩\n
    \x0FÈ
    """
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"Cz\x06©QìL˜«Þñ¡ìsOg"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"Có»©Ä\x0FJÉŠÓ\x13\x19„)'—"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"D┘'═i├M\x1DìƒBqr\x10\t"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"E\x0El\x7F­vL\f¶ ]/\x06=\x13·"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"F“ø¹PŽKÚ‚(\x0E©ôÀ®\x08"
  b"\x18ÊD┐Fé½\x162`Í:ì4"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"GF³\x17\x16ŠD-¨§:ê\x10I¼å"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I\x7FrèÅfG= ²\x004\t%*1"
  b"J£cPÐãHS¤+IZíôíT"
  b"""
    J¾ŸDÕyH.›'Zh\x1C\n
    xY
    """
  b"JÌCw\x06ÞHǯ\^ƒw|–«"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"O\x1FÅó▓@E▀×w╣?s█,\x10"
  b"O(\x17A\x08¢K"€Š)ìÅDYÃ"
  b"""
    OO\x01\x18¢\x04E¥†\n
    Ã9\x7Fo¶Š
    """
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q|\x19&\x08ÜB\x04å┴ÿØkó¶O"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"Qêõ;(ÊFïŠÈ‰É¹bß\x11"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RÎù|{ûHôœ>iØ!'GN"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"TrñÊú?Còž\x03@\x07ý\x17ë?"
  b"Tšó-æNJUŸßô리kP"
  b"U\x13Ðjf\rL&¶ZJ:»ÌŽ€"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"WD\tyxcIéƒùˆ‚d?\rV"
  b"WV: 7ØJSô²eÅ¿▓(├"
  b"W`˜&\x13ÈNž¶ˆ(ù\x06³a8"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"Y=÷8H@Nôì¶\x02÷¹aa\e"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"Z\x01\x14¢fÝL^¥&0a\x1D˺ë"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"['Öp„XKßú²\en|"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"^1ö\x07ÏiLhƒÖ\x00K“\t—ª"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"^êãH½yEo„Vœ>IJ\x03Š"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"_(êu┌vO"ƹ~ätì\x07»"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_åÈB░hO$â©ö╝ƒ ìÒ"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`ÑFÜ\ræN│ÿàÉ/ÿkÁº"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aVUà\<E³É\x13À騣b¦"
  b"\x10lPKGγ\x01ÔrkËÐæ"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"aé-±\tùJ\x1A½R5ñq\f-€"
  b"\x07@‡a@\¾ÊРçÊì´"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"e‘c­]uKDƒåà_WCéô"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"fÄý½#®Esº\x00°Té\x06"
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"g┌\x04╠N£Düï¦ìn:╝}┼"
  b"gåÄ 'SD,¥\v\x18\x19 a©ä"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"hz¾Ÿ¸ŠI¥ƒß(£9Œ\x1Ag"
  b"išØ­ã(Fç¬Ñ¦ú\x08\x00$1"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"k—­.KnDÓ…AnÜò\x1CÔÝ"
  b"k©¾┴$³@:«=╣┤▀│BÅ"
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"kâ!N´¦Dý¨$™NL\x03"
  b"kïð\tà3O_¾Òj‰aÕUZ"
  b"mn!┐OwIwì▒òD]─»*"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"m¶E/æ0B. –‹'™/\e"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"n(¡ª9ÂI‘¨fãU\x03U–×"
  b"nPu▓ú\x03@\vøëØ5¹ü██"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"nìÓ▓§CA{ë╩\f\x17Â┘ݹ"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"oMr‹¸q@ ŽûÛh¾(ÊW"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"p2.gé1@R»¹gŒGöü3"
  b"pÎ_@ùFGß²å˜ÎÌ>xO"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"qk\x1C\x14ˆ…Cµ½Ó5À¶º\x01à"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"qšáîæ‘IĪç#@ŒIt@"
  b"qºÉ\eâ¦C´┐\x14)ƒRb¢¥"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"r\x169\x1D•nC¥•AŠÜkÜcÒ"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b"rŠÙ{­dMY‰\x02\¹èÙIî"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\x10&î§H\x1EŽK\x0F>Žgup"
  b"\fgæGMܱû©e±.ÍŠ"
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"t"u-Y│M9ï©┘ê\rØ‗\t"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"t‚˜Y*\x05H¢‰ÿrûÌ(Vß"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"vVqwR╚BÅøñî£═é°H"
  b"wfUúu7H“§®9üâò\tÃ"
  b"wx\x01®4\x19Do‡ä„öÛeÈ"
  b"wØá$bzBªÖbs╗äT.u"
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"xu§˜ªœFCµZ"¹v$=è"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"yJRQnAGÓ½ÊÊÅV‗ÏB"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{1╩Æ×$OÒ¥òObë═Å$"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"""
    |-T&ìúL\n
    èÒcA¬▒Â▒
    """
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|u;dj/NõŠ\fr=û Ã\x1F"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~y2òéØDNäÓ[\x10ÊÂ×\x12"
  b"\x16;9ÅJ†˜ad=£i±3"
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"\x7F<è#\x10ª@Ä›pi´¡N¡÷"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"ü=ïÂháAûÁ@Ñ~sûìÚ"
  b"üûoø úN░úû{®þ\x00╝É"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"""
    \n
    wJûºGl´¢\x135l\x18h 
    """
  b"é$3É¿ÓCñ¡1»Óä┐b$"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"„#räûƒAg•ßl*úf¢ø"
  b"„<Ê;\x17wNd½{y¹¶©\x03r"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"à'{ÃKüEÏñı\x19ví´77"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"…m™6²GHô„§\t‚kâã®"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"†-ýP}+E­¤gà›džB–"
  b"""
    †E\x16\n
    ¡3D\x19·\x08aÒјJT
    """
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"Ѝj\òUG?¯^5˜ÆB©)"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"‹³#fê\eBø‡ M·\x04Ÿ´à"
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"‹òñ:ðàFB˜\x1C6É%b]ü"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"î@i╩»6DÔ║\fÉJ\f╔/Õ"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ŒßŸ4m;MOª«\x03Ÿ@Œß\x04"
  b"Œì\x05^‡CI\x05š™ÇÉY#½µ"
  b"ì)d\x17Í~I0┐\x01ìa┤Íàÿ"
  b"ìCÎ\n\ÈA÷¥n'\x00!Â╬│"
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b"ì¦qÉqS@wæüúN~S#╔"
  b"ŽkV]3ÔL\x01³(Š*!ÿ4\x18"
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"ÅXÊ6õVK■▒â╝\fw\x18┴*"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘žA…\x01uDÿˆ"“\x06\x01qé÷"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’ªŽ_8ÙK®È{\fq=†\f"
  b"’í X-ÑOÞšxß„H\x18ì*"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"“§\x10\x02Ê\x1DEHŠÕ‘ƒséã4"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"•Ø7›\x03ÜD*œûã<Ïöˆž"
  b"•é\x12&3\x1FD3“à¤xcUm~"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"–¶Dâà&F\v¼§V«¾H’ "
  b"ùMRl─╬I¸â(╚}füV&"
  b"ùè\x00\x1C¢<O°£Iƒ\î\x12ɯ"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"˜rá}¢;D©Žò…ö÷e{m"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"˜ÎÑ\x0E\x10*I@»ä6H\e(©±"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"›„üs£kIë¥Áô¨?j”""
  b"›‘êŒâ¶LV¯Š\x04\x02_9\x7Fu"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œÄˆa‚\x19Jr…Ì¥^\x16vo¸"
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"Ø}U\x15‗xJ┘▓²;├▒Bã½"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"""
    žôþßwQE|›àÜ\n
    ®Nn\x16
    """
  b"Ÿ\rÔ\õŠG…†Úq\x04ËN…ê"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"Ÿ1êWY,Nß´Sœõ,¹á­"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"""
     0L³b¨FÕ¥yA¼\n
    ½Ed
    """
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¢ƒ\x04²ú¸L±¢ÊxÖË\x0F™'"
  b"¢ÆÓ¶Å"Bò§5Û\x05Â,åe"
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ÑK╚ì¤ÑM©âì=¯ßk\f\x04"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"¦™\vO¤·Cc«\x03.I$éŸ""
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"§RNZ{1I\x00®Pù÷\x19Þª/"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ûq×õ½K$‡g³Jù\x08j\f"
  b"¨r±\x02àULµ€\x0E,XÊo“\x0F"
  b"¿z\x04m¹@LVü\x1A¾█¬Û±J"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"¡é#ÀR)HûàÉ¡TÓ├ƒp"
  b"®&\x11\x03Ì\x08AŒŸüïž“e¦°"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®Êy\x1C­ñM\x0E•æ\x124‘\x11û©"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"¯\x7F$\x06a\x00M缑Ù÷ˆ–ƒ'"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b"¯§%(\x1D«HK»ò;Tá—ö¢"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"¯ù[š\r*@-„œu_&W\û"
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"°ŒãÀ\x04íL\x07 ˆ€Ò/\x16ûG"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"±¦{£[\x1DKº…V<ž\x14…פ"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"³\x00”•ç-O\x17¥ä¶I\x16\x04"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"´SX°{jAF§±BŸ@Z‡""
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"""
    ·›OààãD\n
    ¾Nö‹|2(¡
    """
  b"·õQ\x16fàL³°1•A,¬·­"
  b"© hı\x1FáGvü·£qly\x18²"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"¸cÓ \x0E”C%±ˆ±1,\v¨r"
  b"¸˜Ý\v|Á@2‚[Ù`\x06äGŠ"
  b"¸î+mÅÔMغ3 \x16·ç@¼"
  b"º([b¸GD\r©<{O/„ëC"
  b"º+\x05²“×Gv³„U›¥(±í"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"º^^M0»Bï’T$\x04Ø…2\x14"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"║§iAì■O%ƒ\x1C\x13'E!┐Å"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"»áÕ\x19d0Gì§fWYÉâ/Ð"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"╝¿Ü\x01­¯NH╝╔ìãýo¶&"
  b"½_±OIUGi˜ü¹]õø©l"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"¢ÍIþn]N6öߤ▄├╩tÅ"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"¥TU╦¥6@çüàÀ\x00\fwn\x1A"
  b"¿(:öÕ=D×»þ5ñ\x04áñB"
  b"¿+¹|1‰Có³Æ8…3 ¥½"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"└╝éäPøC\x17ØX'P│═/┘"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"┬ØåîææKJï&kw■zy\x0F"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"├E2d®rJFÉÊ+য:/"
  b"├┴\t\x03ÙıL\tøÂRÛÅz~Î"
  b"├õèÌ;\x16Nóº]{µ╦É`®"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"Ä™\x16Ò’§Ak§‹ì‘\eâ{\x15"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"Æ\x03p\x15»kIx‰°‰ \x03¯íz"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"Æ|$|\x06ÌGa”\x02ÔeÁÄ2\x06"
  b"ÆøE¡¦½M¼œžä9õ\x1FžB"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"ÉŠ!¡\x7FùO³ž&­L(FÔx"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"Éû´O‡6EŸ§W4*ûÔCÞ"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"╦K\x01F»^C°Ø¼soK³Ó\x05"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"╦¿¶■`0MüòÑiƒÞ═Ç\x1A"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"╠É¿rb¯Gáº├¥î├¶þf"
  b"̫ξӀ@U•³w:ÛN’3"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"ÎU\'îiH”Œâ+\x106E¡\x1D"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"¤\x12ƒ;­¶J╠Çæô└ÉÁñ╬"
  b"Ï|iƒƒ‡H›ž½²yŽ€A¨"
  b"χ…®A3Gñ¶÷B\x07݌ƅ"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"Ñ‚\x0EcÊwJ(©d,tè<`6"
  b"ѹÕ\x16 3D\x02—¤–‰\x05Ò\x01Å"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"Ó°\x02ߨŒ@ÿˆÝƒ2”^ì"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"Õ¨<2c9I‰³€qÄ[P‡¢"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"Õð‘ƒÔFLžŸ¿õu\x12\x1C«›"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"Ö^W0{òFG¾!\x0F–`óªÚ"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"Öº¡é\x08GC\x1F€öÚä³ê®”"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"Î┴>─\x13ÀLD¢uÓ┐Ål©="
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"Ï\x08åÌùÓK{ì^B×U\x12á\x03"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"ØU5—!µL¸¶\t‚ÂZ÷Í#"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"┌:nzk\x08IÅ«ÛÔá\x03!«G"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"ÚûeÝÉ\x08@ׄÙG®°ämµ"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"\tß S{M¹Øzºòöh\v'"
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"Û§Ã$0\x00Eð†]‘µá\x16H."
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"▄nëì®\x01F\x0FÖtÖ\x14\x11*"å"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"Ý4Y©®ŒA·¤\x16!µ4èÃN"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Þ\x05³Z!jC¸¤)`ˆ[¯k("
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"ÞŸ×Ó¾4I\x01³¥þ„DZ&²"
  b"Þ×9nZWKZ¶\x119¿HÚ¿÷"
  b"ßA\%kdAÿ¹\x1DD\x1DDöÜñ"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"â®Ã}“\x19G`ƒ\x1FJF|2ÖQ"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"ãJ$é3\x0EM´›JÍôÍOY…"
  b"ãL#\x02ú¹K\x0F G€³ÁÃìô"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"äktfJ˜GVšzÃ\x1F8\x02"
  b"äœ\x7F\x11A"аE\e<SRÅ"
  b"õ╣\x1Düÿ█F╬î*oiQP£Ý"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"æ\\x01p~ßOs€$y°FMÉï"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"船\x19žLIý¯N‹òý\x1CØd"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"é!HÉ\x0EbAѸQ¦²6†Ã\x11"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ê\x11ÍÀ o@$‚¾÷Ê7\x1CP\x0F"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"êÂ\CýéH]½{sƒ\x0Fúôi"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"ë\x03Â\v\x18ÃJSƒä\x1A\x10´Þ¢…"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"íKIùðmL£¾¡™-\x1E¨iÑ"
  b"Ýr[¡iÈ@àÅ\e┤çv╦╔N"
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"íõ¤\vÒ¡H¯ƒb\f2Õ(8Y"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"îV@£\x14VJב[à–Š¼\x05¡"
  b"¯e7&_ÜM%èØ¸_¹\x05sb"
  b"îÆx\eºüLû„\x03˜"¥Y+\r"
  b"¯Êq█Ý3C│ó\rÎ\x02\x1Cü┴"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"´ýÜÁï\x0FDQÅy®░â▀¸\x1A"
  b"ð\x07à©¢NEI•¤e¿}ioI"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"ò\vV©Þ\x1CEAµeî\x0F$ "\x08"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"ò3¨×A\x1EL\x13ºw\x07Â\x06)\tQ"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"¾\x19(\x02└»ILüß`Gò\e )"
  b"¾?═¨=╠DÉÆö±ù▓\x03\x1C"
  b"ó}£ñ\*DI»\x19…ËwS\x0FN"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"ó’‚1ÝwF+¥9œàaßy®"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"ô\x1CÄð£ÕJí¨ 6&’([\t"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"¶NvØY8DƒÅgóD\x07zxR"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"¶É├\x11°1HRûÜı¸\x07UÎB"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôÖóž&†O\eª&F=u-\x1E"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"õ“=è=ÔM\x04›¹Í«"z3+"
  b"õÚœxõ2IY›Î\t\x12¹øö¹"
  b"÷azöw┴Eô¡KìÐbû╩\x1F"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"öÖ\ö\x15~Eïˆ\x16anbaY\x19"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"ú\x04&V/ÔG5¥Â|ôÍæ\x1AÍ"
  b"·õk=Lß@[üÝÍHÂuð╬"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³¼\v`kÿJ¼ÿj$ÃØ]gg"
  b"³©5ÚT'Mì¼╠Áë«╔\v$"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"²\x1E£yeÃK>ØÍ\x0F\x01"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b"■¶îó├╔CwÅf%L▓\x1Fp0"
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b" G\vÅ^/EÔ▒Ä|T¡u\x12="
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b" û═dɬB°Å¼PDè9\x15E"
  b"\x1C}<ºA\x14N\r¥ÖÖKãu\x1Eº"
  b"÷î-\x03F\x00OÚûýèÂy±*ì"
]
85 3.04 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"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؆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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x16]8~ÉÆIê×ë═eäµ╚\x1C"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"Ī^†$ÒK0°1."p\x11"
  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"\x07RQîEdM\x14¿êâüå\x00"
  b"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"‰Ôd&ÔLDB™=KRJüY¤"
  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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"\x13¼ê\x17ÙLÖŒ\x0F\e\x01Éj„?"
  b"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"\x13¼ê\x17ÙLÖŒ\x0F\e\x01Éj„?"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"`,9çâëB¿®¼¶\x1A³U\x0Eô"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"\x07RQîEdM\x14¿êâüå\x00"
  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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 14.99 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"\x00Fb‹q»J\x1A²GšÜè‘\x08\x00"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b"\x01\x0E+QÎoOF‹\x12ü#Má6_"
  b"\x016sxfRLÆ€\eî¬\x1Eøq~"
  b"\x01EfŒôõAE²1oܶÆ&t"
  b"\x01^ËuKREü¹ëþ›hÀÈ\x00"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04u8+\x00þL│¢Ã\x04©ü╔▄Û"
  b"\x04Ì|C?ÆB´°ï\x17h>™w;"
  b"\x05<Ïám€@V©I\!–‹;:"
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"\x05ï±è:õKk¨iƒ\x12\x7F|è)"
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"\x06Ë─╣q╗JÞáă«=_jü"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x06í(zz¹F1ƒ3Õ›§Å\x0E½"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"\x07\x17\x03¸è­K&½xÅ‗ú┬r╝"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"\x07\x7FD¨L2E\eêr×ü\x14/\x14Î"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t?\f\rÀNAþ˜zi+}Uô\x00"
  b"\tD»~ôRE.Ž\x08\x7F+ã "
  b"\tS\x13┐Ø\x06H\x13¥┴ÐV╚\rÊé"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"\v\x0Fh:ç>A¥‡ÉYR¦d†\x19"
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b"\véròAÏDØù¹kÚ)Z`K"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v═┤Ô*RE\x03áõÅgîÊ╬Ò"
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f3Û+L¤O>¼Ó`\x07\x1D_èm"
  b"\f\x13░åCÍå²~ªG\e"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\rMGÐ$8M>░NUÇñüù>"
  b"\rho¿L0E!ì▀RÅ3×\x0Ej"
  b"""
    \rØ–aŒVO•ŸÞW_Âë\n
    g
    """
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"\x0F(#\x13"¯B.žá/€ÅÁš&"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"\x0Fvì$\x08╩CÏ┐ñOä║YãÊ"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x10[d„INBB£ÿ\x10¾h._4"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x12QMÌØXH9¬ï▒▒µOªÆ"
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x16WO¯ÕíJvœ([°\x13\x19"
  b"\x16ˆi\x04ÒÑL)´Xvl\W™È"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"\x16Æ▒×M¸J─é,~Ø\x03ÿ=É"
  b"\x16ØÑPI+@T‹ïè¨\rç…´"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"\x17LZ\x10úï@¶…DDÅ89ð"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"\x18\vbÜ@:K߲ÆÎp(\x1E;"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x18jm\er\x08CÅì\e\x08ø┬╣╝\t"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"\x1A\x0F\r(J>Jœ–†{¸d"”r"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\e8÷nšÊK\x05±”†\x14ÞˆçO"
  b"""
    \eº mß5A\v‹A̰\x0F\n
    ¼œ
    """
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1D„`W\x1D†M«½±(w\x1E+Ìà"
  b"\x1Dކ\vö¾Jô«ê~\x07/Ý—Ä"
  b"\x1E¦ÔzöqF¤Ÿí8[¬\x06Æ}"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"\x1FenS–ŒHް܄+‚n±¾"
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"$7>\x0E xCA¾½V\x16Á½\x02"
  b"$jõy’+@›ž\x02V\x7Fon†\"
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&\x1D=V\ƒM\x07‘š\x1E\x13ÝS{ø"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"*Òk_ö E¬°\x18ËrwQ™\x11"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+W#ƒƒØF›€kh`$kßv"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b",þð$z-@BåçGì 5Ês"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".’‹µ\x18‰HÞµ\x024\x0E²c\x00 "
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"/`/Íh®Af║a>ì³e─["
  b"/aÉy\x03_Iâ¼]¼ZguÖ2"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"/‰T=;¶G—…•G\x10p°K‡"
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/â´H*ÒG‡ëÓIt£"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"18\x14\x16]ÐB\x13ü1║hµj¥µ"
  b"182\x07âòA\x1E‹×%\Èë\x02d"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1øâ~2ŠNÀƒ¶¢ÌÙ,ÿ]"
  b"2Yú#b·JC”Ã\t؃\x1C"
  b"""
    2b¥•äfFw»Ïsm\x06ò\n
    ˆ
    """
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"4.…§\x1EÏ@–¾Dý7T+–?"
  b"5'1¥¶bH(¹KZ]|ɲ«"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"\x04\x05©\x06Kô¡Ö€\e‰Amq"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b"""
    6&ŠŽÏ©JÓ‡qm@ím\n
    w
    """
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8‰TÓžLE7°œÔKmqyK"
  b"\x07├ì¿A8ר"<&À├Î"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"9aH\x7F™YG£´Åæ•§]o`"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"9°!╚7┴F¦¢ë@\x05Ú~ì\r"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b":b±▒qü@ÁجqÅ|HÝ="
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":zùúÆöD; Uš4jx1C"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b"""
    \x0Eé\n
    OMÉ–tWµ C÷M
    """
  b";s{½½WNìì°\x174■Ø╝p"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"<­3Ì4xCšºÝ:\x7FÆ8bG"
  b"<Í|\x13ìò@péõ&¢U©J\t"
  b"<Þ^&ìÊL\x06­t«âÙ„:Ò"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b"\x06A▒├ASöØÕìîx\t"
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"?ù¶þʯCyì8╣OVLi6"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"@U\x1Cn[(K*á╣Åg>d¿c"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"@ÊèØ½ÛK¨áty /!öh"
  b"A\x18µ\x018pB¦»+\x01Å«\x13ÓW"
  b"Aež\x0F\x0F—AH¬=\x15ŽºsÖè"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"""
    C ƒ¤zñD└üh╔Õ╩\n
    \x0FÈ
    """
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"Cz\x06©QìL˜«Þñ¡ìsOg"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"Có»©Ä\x0FJÉŠÓ\x13\x19„)'—"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"D┘'═i├M\x1DìƒBqr\x10\t"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"E\x0El\x7F­vL\f¶ ]/\x06=\x13·"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"F“ø¹PŽKÚ‚(\x0E©ôÀ®\x08"
  b"\x18ÊD┐Fé½\x162`Í:ì4"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"GF³\x17\x16ŠD-¨§:ê\x10I¼å"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I\x7FrèÅfG= ²\x004\t%*1"
  b"J£cPÐãHS¤+IZíôíT"
  b"""
    J¾ŸDÕyH.›'Zh\x1C\n
    xY
    """
  b"JÌCw\x06ÞHǯ\^ƒw|–«"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"O\x1FÅó▓@E▀×w╣?s█,\x10"
  b"O(\x17A\x08¢K"€Š)ìÅDYÃ"
  b"""
    OO\x01\x18¢\x04E¥†\n
    Ã9\x7Fo¶Š
    """
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q|\x19&\x08ÜB\x04å┴ÿØkó¶O"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"Qêõ;(ÊFïŠÈ‰É¹bß\x11"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RÎù|{ûHôœ>iØ!'GN"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"TrñÊú?Còž\x03@\x07ý\x17ë?"
  b"Tšó-æNJUŸßô리kP"
  b"U\x13Ðjf\rL&¶ZJ:»ÌŽ€"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"WD\tyxcIéƒùˆ‚d?\rV"
  b"WV: 7ØJSô²eÅ¿▓(├"
  b"W`˜&\x13ÈNž¶ˆ(ù\x06³a8"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"Y=÷8H@Nôì¶\x02÷¹aa\e"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"Z\x01\x14¢fÝL^¥&0a\x1D˺ë"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"['Öp„XKßú²\en|"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"^1ö\x07ÏiLhƒÖ\x00K“\t—ª"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"^êãH½yEo„Vœ>IJ\x03Š"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"_(êu┌vO"ƹ~ätì\x07»"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_åÈB░hO$â©ö╝ƒ ìÒ"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`ÑFÜ\ræN│ÿàÉ/ÿkÁº"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aVUà\<E³É\x13À騣b¦"
  b"\x10lPKGγ\x01ÔrkËÐæ"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"aé-±\tùJ\x1A½R5ñq\f-€"
  b"\x07@‡a@\¾ÊРçÊì´"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"e‘c­]uKDƒåà_WCéô"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"fÄý½#®Esº\x00°Té\x06"
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"""
    gÌÀ­\x079OË Ss®T\n
    Þ%
    """
  b"g┌\x04╠N£Düï¦ìn:╝}┼"
  b"gåÄ 'SD,¥\v\x18\x19 a©ä"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"hz¾Ÿ¸ŠI¥ƒß(£9Œ\x1Ag"
  b"išØ­ã(Fç¬Ñ¦ú\x08\x00$1"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"k—­.KnDÓ…AnÜò\x1CÔÝ"
  b"k©¾┴$³@:«=╣┤▀│BÅ"
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"kâ!N´¦Dý¨$™NL\x03"
  b"kïð\tà3O_¾Òj‰aÕUZ"
  b"mn!┐OwIwì▒òD]─»*"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"m¶E/æ0B. –‹'™/\e"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"n(¡ª9ÂI‘¨fãU\x03U–×"
  b"nPu▓ú\x03@\vøëØ5¹ü██"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"nìÓ▓§CA{ë╩\f\x17Â┘ݹ"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"oMr‹¸q@ ŽûÛh¾(ÊW"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"p2.gé1@R»¹gŒGöü3"
  b"pÎ_@ùFGß²å˜ÎÌ>xO"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"qk\x1C\x14ˆ…Cµ½Ó5À¶º\x01à"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"qšáîæ‘IĪç#@ŒIt@"
  b"qºÉ\eâ¦C´┐\x14)ƒRb¢¥"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"r\x169\x1D•nC¥•AŠÜkÜcÒ"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b"rŠÙ{­dMY‰\x02\¹èÙIî"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\x10&î§H\x1EŽK\x0F>Žgup"
  b"\fgæGMܱû©e±.ÍŠ"
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"t"u-Y│M9ï©┘ê\rØ‗\t"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"t‚˜Y*\x05H¢‰ÿrûÌ(Vß"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"vVqwR╚BÅøñî£═é°H"
  b"wfUúu7H“§®9üâò\tÃ"
  b"wx\x01®4\x19Do‡ä„öÛeÈ"
  b"wØá$bzBªÖbs╗äT.u"
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"xu§˜ªœFCµZ"¹v$=è"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"yJRQnAGÓ½ÊÊÅV‗ÏB"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{1╩Æ×$OÒ¥òObë═Å$"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"""
    |-T&ìúL\n
    èÒcA¬▒Â▒
    """
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|u;dj/NõŠ\fr=û Ã\x1F"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~y2òéØDNäÓ[\x10ÊÂ×\x12"
  b"\x16;9ÅJ†˜ad=£i±3"
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"\x7F<è#\x10ª@Ä›pi´¡N¡÷"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"ü=ïÂháAûÁ@Ñ~sûìÚ"
  b"üûoø úN░úû{®þ\x00╝É"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"""
    \n
    wJûºGl´¢\x135l\x18h 
    """
  b"é$3É¿ÓCñ¡1»Óä┐b$"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"„#räûƒAg•ßl*úf¢ø"
  b"„<Ê;\x17wNd½{y¹¶©\x03r"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"à'{ÃKüEÏñı\x19ví´77"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"…m™6²GHô„§\t‚kâã®"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"†-ýP}+E­¤gà›džB–"
  b"""
    †E\x16\n
    ¡3D\x19·\x08aÒјJT
    """
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"‰ÈáÍK\x13@4¡…Ïåç10¢"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"Ѝj\òUG?¯^5˜ÆB©)"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"‹³#fê\eBø‡ M·\x04Ÿ´à"
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"‹òñ:ðàFB˜\x1C6É%b]ü"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"î@i╩»6DÔ║\fÉJ\f╔/Õ"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ŒßŸ4m;MOª«\x03Ÿ@Œß\x04"
  b"Œì\x05^‡CI\x05š™ÇÉY#½µ"
  b"ì)d\x17Í~I0┐\x01ìa┤Íàÿ"
  b"ìCÎ\n\ÈA÷¥n'\x00!Â╬│"
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b"ì¦qÉqS@wæüúN~S#╔"
  b"ŽkV]3ÔL\x01³(Š*!ÿ4\x18"
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"ÅXÊ6õVK■▒â╝\fw\x18┴*"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘žA…\x01uDÿˆ"“\x06\x01qé÷"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’ªŽ_8ÙK®È{\fq=†\f"
  b"’í X-ÑOÞšxß„H\x18ì*"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"“§\x10\x02Ê\x1DEHŠÕ‘ƒséã4"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"•Ø7›\x03ÜD*œûã<Ïöˆž"
  b"•é\x12&3\x1FD3“à¤xcUm~"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"–¶Dâà&F\v¼§V«¾H’ "
  b"ùMRl─╬I¸â(╚}füV&"
  b"ùè\x00\x1C¢<O°£Iƒ\î\x12ɯ"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"˜rá}¢;D©Žò…ö÷e{m"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"˜ÎÑ\x0E\x10*I@»ä6H\e(©±"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"›„üs£kIë¥Áô¨?j”""
  b"›‘êŒâ¶LV¯Š\x04\x02_9\x7Fu"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œÄˆa‚\x19Jr…Ì¥^\x16vo¸"
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"Ø}U\x15‗xJ┘▓²;├▒Bã½"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"""
    žôþßwQE|›àÜ\n
    ®Nn\x16
    """
  b"Ÿ\rÔ\õŠG…†Úq\x04ËN…ê"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"Ÿ1êWY,Nß´Sœõ,¹á­"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"""
     0L³b¨FÕ¥yA¼\n
    ½Ed
    """
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¢ƒ\x04²ú¸L±¢ÊxÖË\x0F™'"
  b"¢ÆÓ¶Å"Bò§5Û\x05Â,åe"
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ÑK╚ì¤ÑM©âì=¯ßk\f\x04"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"¦™\vO¤·Cc«\x03.I$éŸ""
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"§RNZ{1I\x00®Pù÷\x19Þª/"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ûq×õ½K$‡g³Jù\x08j\f"
  b"¨r±\x02àULµ€\x0E,XÊo“\x0F"
  b"¿z\x04m¹@LVü\x1A¾█¬Û±J"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"¡é#ÀR)HûàÉ¡TÓ├ƒp"
  b"®&\x11\x03Ì\x08AŒŸüïž“e¦°"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®Êy\x1C­ñM\x0E•æ\x124‘\x11û©"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"¯\x7F$\x06a\x00M缑Ù÷ˆ–ƒ'"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b"¯§%(\x1D«HK»ò;Tá—ö¢"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"¯ù[š\r*@-„œu_&W\û"
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"°ŒãÀ\x04íL\x07 ˆ€Ò/\x16ûG"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"±¦{£[\x1DKº…V<ž\x14…פ"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"³\x00”•ç-O\x17¥ä¶I\x16\x04"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"´SX°{jAF§±BŸ@Z‡""
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"""
    ·›OààãD\n
    ¾Nö‹|2(¡
    """
  b"·õQ\x16fàL³°1•A,¬·­"
  b"© hı\x1FáGvü·£qly\x18²"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"¸cÓ \x0E”C%±ˆ±1,\v¨r"
  b"¸˜Ý\v|Á@2‚[Ù`\x06äGŠ"
  b"¸î+mÅÔMغ3 \x16·ç@¼"
  b"º([b¸GD\r©<{O/„ëC"
  b"º+\x05²“×Gv³„U›¥(±í"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"º^^M0»Bï’T$\x04Ø…2\x14"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"║§iAì■O%ƒ\x1C\x13'E!┐Å"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"»áÕ\x19d0Gì§fWYÉâ/Ð"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"╝¿Ü\x01­¯NH╝╔ìãýo¶&"
  b"½_±OIUGi˜ü¹]õø©l"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"¢ÍIþn]N6öߤ▄├╩tÅ"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"¥TU╦¥6@çüàÀ\x00\fwn\x1A"
  b"¿(:öÕ=D×»þ5ñ\x04áñB"
  b"¿+¹|1‰Có³Æ8…3 ¥½"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"└╝éäPøC\x17ØX'P│═/┘"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"┬ØåîææKJï&kw■zy\x0F"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"├E2d®rJFÉÊ+য:/"
  b"├┴\t\x03ÙıL\tøÂRÛÅz~Î"
  b"├õèÌ;\x16Nóº]{µ╦É`®"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"Ä™\x16Ò’§Ak§‹ì‘\eâ{\x15"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"Æ\x03p\x15»kIx‰°‰ \x03¯íz"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"Æ|$|\x06ÌGa”\x02ÔeÁÄ2\x06"
  b"ÆøE¡¦½M¼œžä9õ\x1FžB"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"ÉŠ!¡\x7FùO³ž&­L(FÔx"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"Éû´O‡6EŸ§W4*ûÔCÞ"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"╦K\x01F»^C°Ø¼soK³Ó\x05"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"╦¿¶■`0MüòÑiƒÞ═Ç\x1A"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"╠É¿rb¯Gáº├¥î├¶þf"
  b"̫ξӀ@U•³w:ÛN’3"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"ÎU\'îiH”Œâ+\x106E¡\x1D"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"¤\x12ƒ;­¶J╠Çæô└ÉÁñ╬"
  b"Ï|iƒƒ‡H›ž½²yŽ€A¨"
  b"χ…®A3Gñ¶÷B\x07݌ƅ"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"Ñ‚\x0EcÊwJ(©d,tè<`6"
  b"ѹÕ\x16 3D\x02—¤–‰\x05Ò\x01Å"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"Ó°\x02ߨŒ@ÿˆÝƒ2”^ì"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"Õ¨<2c9I‰³€qÄ[P‡¢"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"Õð‘ƒÔFLžŸ¿õu\x12\x1C«›"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"Ö^W0{òFG¾!\x0F–`óªÚ"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"Öº¡é\x08GC\x1F€öÚä³ê®”"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"Î┴>─\x13ÀLD¢uÓ┐Ål©="
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"Ï\x08åÌùÓK{ì^B×U\x12á\x03"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"ØU5—!µL¸¶\t‚ÂZ÷Í#"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"┌:nzk\x08IÅ«ÛÔá\x03!«G"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"ÚûeÝÉ\x08@ׄÙG®°ämµ"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"\tß S{M¹Øzºòöh\v'"
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"Û§Ã$0\x00Eð†]‘µá\x16H."
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"▄nëì®\x01F\x0FÖtÖ\x14\x11*"å"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"Ý4Y©®ŒA·¤\x16!µ4èÃN"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Þ\x05³Z!jC¸¤)`ˆ[¯k("
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"ÞŸ×Ó¾4I\x01³¥þ„DZ&²"
  b"Þ×9nZWKZ¶\x119¿HÚ¿÷"
  b"ßA\%kdAÿ¹\x1DD\x1DDöÜñ"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"â®Ã}“\x19G`ƒ\x1FJF|2ÖQ"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"ãJ$é3\x0EM´›JÍôÍOY…"
  b"ãL#\x02ú¹K\x0F G€³ÁÃìô"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"äktfJ˜GVšzÃ\x1F8\x02"
  b"äœ\x7F\x11A"аE\e<SRÅ"
  b"õ╣\x1Düÿ█F╬î*oiQP£Ý"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"æ\\x01p~ßOs€$y°FMÉï"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"船\x19žLIý¯N‹òý\x1CØd"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"é!HÉ\x0EbAѸQ¦²6†Ã\x11"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ê\x11ÍÀ o@$‚¾÷Ê7\x1CP\x0F"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"êÂ\CýéH]½{sƒ\x0Fúôi"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"ë\x03Â\v\x18ÃJSƒä\x1A\x10´Þ¢…"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"íKIùðmL£¾¡™-\x1E¨iÑ"
  b"Ýr[¡iÈ@àÅ\e┤çv╦╔N"
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"íõ¤\vÒ¡H¯ƒb\f2Õ(8Y"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"îV@£\x14VJב[à–Š¼\x05¡"
  b"¯e7&_ÜM%èØ¸_¹\x05sb"
  b"îÆx\eºüLû„\x03˜"¥Y+\r"
  b"¯Êq█Ý3C│ó\rÎ\x02\x1Cü┴"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"´ýÜÁï\x0FDQÅy®░â▀¸\x1A"
  b"ð\x07à©¢NEI•¤e¿}ioI"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"ò\vV©Þ\x1CEAµeî\x0F$ "\x08"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"ò3¨×A\x1EL\x13ºw\x07Â\x06)\tQ"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"¾\x19(\x02└»ILüß`Gò\e )"
  b"¾?═¨=╠DÉÆö±ù▓\x03\x1C"
  b"ó}£ñ\*DI»\x19…ËwS\x0FN"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"ó’‚1ÝwF+¥9œàaßy®"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"ô\x1CÄð£ÕJí¨ 6&’([\t"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"¶NvØY8DƒÅgóD\x07zxR"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"¶É├\x11°1HRûÜı¸\x07UÎB"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôÖóž&†O\eª&F=u-\x1E"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"õ“=è=ÔM\x04›¹Í«"z3+"
  b"õÚœxõ2IY›Î\t\x12¹øö¹"
  b"÷azöw┴Eô¡KìÐbû╩\x1F"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"öÖ\ö\x15~Eïˆ\x16anbaY\x19"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"ú\x04&V/ÔG5¥Â|ôÍæ\x1AÍ"
  b"·õk=Lß@[üÝÍHÂuð╬"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³¼\v`kÿJ¼ÿj$ÃØ]gg"
  b"³©5ÚT'Mì¼╠Áë«╔\v$"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"²\x1E£yeÃK>ØÍ\x0F\x01"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b"■¶îó├╔CwÅf%L▓\x1Fp0"
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b" G\vÅ^/EÔ▒Ä|T¡u\x12="
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b" û═dɬB°Å¼PDè9\x15E"
  b"\x1C}<ºA\x14N\r¥ÖÖKãu\x1Eº"
  b"÷î-\x03F\x00OÚûýèÂy±*ì"
]
87 0.25 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
88 0.33 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
89 0.36 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/1290-super-duke-gt-2021-modelcode-F9903UE"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.54 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
91 0.27 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.23 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.28 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.31 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.20 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.23 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.31 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.70 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.62 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.26 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.66 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.32 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
103 0.26 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.26 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.14 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.55 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 1.10 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 0.97 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.54 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
110 0.54 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.55 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 47.01 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/5eeae348bd79456f84569c3ec4b2038a"
  "/detail/ce555c27ee6948948ce22b103645a11d"
  "/detail/f37da3f15c2a4449bb1985cb77530f4e"
  "/detail/afa725281dab484bbbf23b54e197f6a2"
  "/detail/e001eb4f13bb4fe1b89bb93dfc68bf36"
  "/detail/6bb8f3c124fc403aae3db9b4dfb3428f"
  "/detail/c9ad9306b48d4e5ca41bc5039e142069"
  "/detail/1aee9e1061a447aca5e7d5bf626f7184"
  "/detail/b661dbdf5ad54ef3a172f12bdd11b851"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/b842e53bd9334206acec3cb3f9dea93c"
  "/detail/44574f1b4b4d490e91d26e5b1d86c1d9"
  "/detail/0661ada35f4f48bcb604cd1d0cd0a038"
  "/detail/bb097bde92a74379a1837881c7239fd0"
  "/detail/ed725bad69d440858f1bb48776cbc94e"
  "/detail/156b2f47e8af46f0a69691dc456e9b29"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/3586baa2490b4595a40cb4454ba7ef72"
  "/detail/1f656e53968c488eb0dc842b826eb1be"
  "/detail/cb58d68adab7433ba9114ab43ceef6e1"
  "/detail/8e75c18f6c074105affc24a6074c1575"
  "/detail/7216391d956e43a595418adc6bdc63d2"
  "/detail/748298592a0548a289ff72fbcc2856df"
  "/detail/24373e0ea0784341bebd5616c1bd0285"
  "/detail/8cec055e874349059a99c7c95923bdb5"
  "/detail/f3192802c0af494c81e16047951bff29"
  "/detail/67ccc0ad07394fcba05373ae540ade25"
  "/detail/ba4a74b6e9a74759ba188d81aa8e92d0"
  "/detail/31f8e27e328a4ec083b6a2ccd92cff5d"
  "/detail/5472f1cafa3f43f29e034007fd17eb3f"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/9e81ce7f104642459841330a142790b8"
  "/detail/1f9932d762ed45ceba87b3d4ff8ddeaf"
  "/detail/4746b317168a442da8a73aea1049bce5"
  "/detail/4f1f8fa2b24045df9e77b93f73db2c10"
  "/detail/777801ae3419446f87e484f6c39b65c8"
  "/detail/81966f9b20a34eb0a3967ba9e700bc90"
  "/detail/cc90a87262ee47a0a7c3be8cc3f4e766"
  "/detail/16886904d2d14c29b458766c5c5799c8"
  "/detail/d71465d1b79b46d2ab506a7d0b60d809"
  "/detail/ba5e5e4d30bb42ef92542404d8853214"
  "/detail/e92148c90e6241d1b851a6b23686c311"
  "/detail/cf7c69838387489b9ebdb2798e8041a8"
  "/detail/e34c2302fab94b0fa04780b3c1c3ecf4"
  "/detail/7a157afbe0524e479bebea31f12b9ceb"
  "/detail/f3dc44b611504c2ba1155d92fdffbeac"
  "/detail/aa8a2554921642808d3d1b916c99485c"
  "/detail/bda5cb2663a94092a708d193138fa6b6"
  "/detail/d72e9332f10b457898151f91226f7907"
  "/detail/986b22337f9d49589976a6c1e914e9d3"
  "/detail/677b0ee9651e4184ada521e12f7fa169"
  "/detail/986af89c70ec4eb9bd8ad56f0c612ac4"
  "/detail/99c25c97366247dbb5e321cc121b59a1"
  "/detail/f45d107d259347168e230aa11817b417"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/6d6e21bf4f7749778db195445dc4af2a"
  "/detail/30d0a01c491c4c088ce63cca7ec3b79b"
  "/detail/45de068b3cd7446dac6ed2cd7147b70e"
  "/detail/779da024627a42a6996273bb84542e75"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/3b84ad079b094f88921149471a4a43be"
  "/detail/88aa0a0e95404f99ba5b0194856d7219"
  "/detail/3df78c98f2174b8d82ef9cc28cb40024"
  "/detail/57563a20379d4a5393fd658fa8b228c3"
  "/detail/43f3bba9c40f4ac98ad3131984292797"
  "/detail/cf129f3bf0f44acc809193c090b5a4ce"
  "/detail/105b6484494e4242a3ff10be682e5f34"
  "/detail/40551c6e5b284b2aa0b98f673e64a863"
  "/detail/f20b56a9de1c4541b565ee0f24a02208"
  "/detail/615655855c3c45fc9013b7829d9c62dd"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0"
  "/detail/c143635479bb4dd0ab2f2b45eff29906"
  "/detail/eed271dbed3343b3a20dd702bf1c81c1"
  "/detail/6e28a1aa39c24991a866e355035596d7"
  "/detail/01c79f4914f1456b9bfcd04235e8d472"
  "/detail/51eaf53b28ca46ef8ac889c9b962df11"
  "/detail/3a3a61f66e004c1ba712a101d61a71db"
  "/detail/d5a83c3263394989b38071c45b5087a2"
  "/detail/6bd6cc80f77b42198bf8b82342e28b41"
  "/detail/dde2694ff12749c7a3d414ffecd206e0"
  "/detail/d81db2ac9b334358974ac9a4f7b01704"
  "/detail/57761a6e525846b9bb52797f1f194629"
  "/detail/5f7dd71082de4ff1825a3e4fc530b61b"
  "/detail/4f28174108a24b22808a29ecc54459c3"
  "/detail/be5455cbbe3640878185b7000c776e1a"
  "/detail/c98a21a17ff94fb39e26ad4c2846d478"
  "/detail/313814165dd142138131ba68e66abee6"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/2890c17b2729402998e98388255467c3"
  "/detail/15aa916fa9c3441faddc5b646e32f047"
  "/detail/80b655fb9f6e4eee99cc2ac823239d0c"
  "/detail/f91503d085e64349a38f77e839be9135"
  "/detail/c7eb683cb67f400c9e4c1f944de23867"
  "/detail/135d7e3a28f048ec90fe4c0f9cf250d1"
  "/detail/b60eb06412fd4ee080f3e156dd9e0bb1"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/8d43d70a5cd441f6be6e270021b6ceb3"
  "/detail/9d7d5515f2784ad9b2fd3bc3b142c6ab"
  "/detail/974d526cc4ce49f78328c87d66815626"
  "/detail/85a7f785d3e74d18a400c5045f7d8507"
  "/detail/af78d91653a345168e413b52b9752562"
  "/detail/81109d6d5cbb442589401e5427212cfc"
  "/detail/3c7eb08c14f341a4a2f44336a6b65262"
  "/detail/f78cb0469bce4bbe8aad383a92e28bcf"
  "/detail/65c8a1db368c4b9eb51a25d8e06f40b3"
  "/detail/f233a8d7411e4c13ba7707c206290951"
  "/detail/9b84fc73a36b49eba5c1f4a83f6a9422"
  "/detail/79f23c0bf12e4a6d854b94d8b9ef06ca"
  "/detail/5ed2122c7b924173ad527ddd24dba6eb"
  "/detail/0be9922e711c4bc3a26882e99b23f4a7"
  "/detail/e4b91d8198db46ce8c2a6f6951509ced"
  "/detail/687abe9fb88a49a583df28a3398c1a67"
  "/detail/3722fe146fc24976887807d1d7f26600"
  "/detail/acbd753f384146fdac26f17321877267"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/497f72e8c566473da0b2003409252a31"
  "/detail/3a62f1b1718140b59daa718f7c48ed3d"
  "/detail/e9eaca9421214d5fabd77ac3e149ff17"
  "/detail/954a80cd883f465d967b956bdbac0d24"
  "/detail/d855359721b54cb8b60982c25af7cd23"
  "/detail/f41cc4f0a3d54aeda820362692285b09"
  "/detail/3f97f4e7d2ee43798d38b94f564c6936"
  "/detail/1925a762d09d495c96dc321c12cffa65"
  "/detail/03fec70b206444728def18f478b66e50"
  "/detail/b39f747b2d684923a155f0f172f11975"
  "/detail/875e14a837fa403ca9789324ea972ab5"
  "/detail/2ada5ed19c764d5693e6cb8407278ddf"
  "/detail/fb1ca09ba3364826988fa953d6bf9bd5"
  "/detail/3cd67c138d95407082e426bd55b84a09"
  "/detail/8f69300dad8f47c9b89f5ca301d4e5c2"
  "/detail/c2ecdde0aafa48328b8d42929b52549e"
  "/detail/025912f6c03241efae963e914b4a2da8"
  "/detail/f2150a5979fa4af3add9cd899a58661a"
  "/detail/434d104060724211af24c72eaa0bc284"
  "/detail/f490c311f8314852969ad5f70755d742"
  "/detail/450e6c7fad764c0cb6a05d2f063d13b7"
  "/detail/2e4fa366d66b4a0381d728b8a2bdda55"
  "/detail/e02a0ae250c04f13832ccbc3ce4b1855"
  "/detail/b382d38afaac459db8e65513088dfb50"
  "/detail/cb4b0146af5e43f89dac736f4bfce005"
  "/detail/95d8379b03dc442a9cfbe33ccff6889e"
  "/detail/e4e45d774eaf4320a278ebfa73eee2ea"
  "/detail/2312bb9e4d1444e4a9c0d61925eee42a"
  "/detail/62bbc41f7c2d460183c922abc307b81d"
  "/detail/f828f2616f40494bbc882dccd205ad64"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/8b2d191adbc8495aac0a0fda910336a1"
  "/detail/0e2d83bd6ede4b7eaee72c04239fb5c1"
  "/detail/272356eb911a452590bb2e241fd14568"
  "/detail/b1c73b8f86ab4f3f81b934385003a2fe"
  "/detail/cdb3fbfcff8543af82b8d655b5203fab"
  "/detail/3ee5d928293d4c899e82ecbfcdaf8904"
  "/detail/bc04f8d5ef8049b199bbff11bb4950bf"
  "/detail/22ac0755db874ee1a81f3f0119b3c9ca"
  "/detail/5760982613c84e9eb68828f906b36138"
  "/detail/bdd649e76e5d4e3694e1cfdcc3ca748f"
  "/detail/3aae0ee90a4f4dc9967457b52043f74d"
  "/detail/52cef97c7bfb48f49c3e69d82127474e"
  "/detail/2f89543d3bb647978595471070b04b87"
  "/detail/bca89a01f0ee4e48bcc98dc6ec6ff426"
  "/detail/31383207e2f2411e8bd7255cc8eb0264"
  "/detail/593df63848404e938df402f6fb61611b"
  "/detail/9872e17da23b44a98ef285f6f7657b6d"
  "/detail/c6037015bb6b497889b089a003afed7a"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/852f03be4ec944afae4fb6a178ed7ea0"
  "/detail/ea11cdc0206f402482bef7ca371c500f"
  "/detail/719ae1eee69149c4aae723408c497440"
  "/detail/ded7396e5a574b5ab61139bf48dabff7"
  "/detail/5b27d67084584befa186dffab21b6e7c"
  "/detail/f5da9c78f53249599bce0912b9f8f6b9"
  "/detail/f4307fd6d8a84ddd94d1e3b44b73d494"
  "/detail/12514dde9d584839aa8bb1b1e64fa692"
  "/detail/ba6462e1ce9d4920b1d4443bf5b4b453"
  "/detail/b0d61d176a8c434bba957be055f3c476"
  "/detail/84a65f6b2e1c47c2a758e3b5444b909b"
  "/detail/ca57f2eb9c414db9aca05d5a65177fe1"
  "/detail/a712472a1fd942558b43602bebac84d5"
  "/detail/908b71c25dd14f41bda94ff5cffb4a21"
  "/detail/4abe9f44d579482e9b275a681c0a7859"
  "/detail/9ef4fedf7751457c9be0dc0aae4e6e16"
  "/detail/f8ad70a1b8564e02a9cfe1334b4909db"
  "/detail/483bdd7458c54974ab60b38c7ff1e58d"
  "/detail/f495ce30e6864dea9b64bec20e41efd7"
  "/detail/fb343848556d448db04665d976281a47"
  "/detail/574306c1f4f44ad09688fb2d06cb8651"
  "/detail/d687f11beef5486ca0a27df1e6295649"
  "/detail/83a7440bf43b4e4babd1cd3cfaf45119"
  "/detail/5f6f6a46b4db4b6bb479db80d15073f3"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/c9fbb44f8736459fa757342afbd443de"
  "/detail/bf283af6d53d44d7bbfe35f104e1f142"
  "/detail/843cca3b17774e64bd7b79b9b6a90372"
  "/detail/c0bc8284509b43179d582750b3cd2fd9"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/95e91226331f443393e0a47863556d7e"
  "/detail/bb8b42c2717c4065a4920b6c6b0cba54"
  "/detail/d3b002dfd88c40ff88dd8332c2945eec"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/40569f1715a042c39eae0ce918e06b16"
  "/detail/b7f5511666e04cb3b03195412cacb7ad"
  "/detail/8698af0d3f204fc8b2dd551789c653cf"
  "/detail/0b0f683ae73e41a587c95952a6648619"
  "/detail/3f0cec85fae94894a441417531dbd9c3"
  "/detail/40d28a9dabea4bf9a07479202f219468"
  "/detail/29c9541db27e45638047dc1187e45c10"
  "/detail/6a08f52b0be34a1380028d1e6d0c472e"
  "/detail/07ab613be2a1415f9ec63c2869e7e301"
  "/detail/7875a798aa9c4643b55a22b976243de8"
  "/detail/a28304b2fab84cb1a2ca78d6cb0f9927"
  "/detail/4acc437706de48c7af5c5e83777c96ab"
  "/detail/39f821c837c146ddbd894005e97e8d0d"
  "/detail/16915865a9d04d4c9219a765ed1badd5"
  "/detail/7945903407aa4abfaa896a641f97c2cf"
  "/detail/2fc7f6baf63e4fc28659c259098a1c9a"
  "/detail/63c59405bbfb4b76947fd219da4b925f"
  "/detail/b05527092a6940348f4cbbf8376e0801"
  "/detail/61cda7c12ae64699b927e1385593aac4"
  "/detail/390dc82576214fa298aefae649ad063b"
  "/detail/6b3f3fdc56a949f9afdd7b54255f1fb7"
  "/detail/56f3246d418f49f98d3d98c686b2d9af"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/92eda0582dd14fde9a78df844818ec2a"
  "/detail/a7524e5a7b314900ae50f9f719deaa2f"
  "/detail/2e928bb5188948deb502340eb2630020"
  "/detail/0c5b8f13b08643d686fd7ea6471b7eb6"
  "/detail/820a774afbba476cb4a213356c186820"
  "/detail/a6a99f9475354a60892d173b04034d30"
  "/detail/e897c664879a480b9669494b170fab52"
  "/detail/4f4f0118a20445a5860ac3397f6fb68a"
  "/detail/a95198c1fa3440b3a409f813a46d7a63"
  "/detail/dc6e898da901460f99749914112a2286"
  "/detail/0c33db2b4ca44f3ebcd360071d5fe86d"
  "/detail/c805dc6b53344265bdda8d4acec4c147"
  "/detail/1fc4a2cd837448e6aeb133a80aba1c0f"
  "/detail/c2205521d27f442d8fbbae88cec3237c"
  "/detail/862dfd507d2b45ada467e09b649e4296"
  "/detail/ff4ba88899b845328cd49c5c09ae24df"
  "/detail/c67c247c06cc47619402d465c1c43206"
  "/detail/fcac0b606b984aac986a24c79d5d6767"
  "/detail/d0ffc82a39be4d63ae4f91900049d611"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/bb2142c7831f453e9a0dae1393a8399f"
  "/detail/ce067ae1cb2945018e064c2a3d14b9a0"
  "/detail/2f84c9a50c29420abda2ab744e543d10"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/4ff05630ecbc47ea8370808d20597514"
  "/detail/d6baa1e90847431f80f6dae4b3eaae94"
  "/detail/0944bb7ef452452e8e0827a67f2be3a0"
  "/detail/ee5640a314564ad7915be0968abc05a1"
  "/detail/8fbc0c2aabe847c19e2b1ed9bfd089d1"
  "/detail/c3e48ade3b164ea2a75d7be6cb9060a9"
  "/detail/06d3c4b971bb4ae8a08e9fae3d5f6a81"
  "/detail/8ddd7190715340779181a34e7e5323c9"
  "/detail/f4d6f39e26864f1baa26463d752d1e80"
  "/detail/4118e601387042ddaf2b018fae13e057"
  "/detail/96b644e2e026460bbca756abbe4892a0"
  "/detail/7b31ca929e244fe3be954f6289cd8f24"
  "/detail/b863d3a00e944325b188b1312c0ba872"
  "/detail/6e5075b2a303400b9b899d35fb81dbdb"
  "/detail/9f31ea57592c4edfb4539cf52cb9e1ad"
  "/detail/eec6781bbafc4cfb84039822a5592b0d"
  "/detail/cf8785ae413347f1b6f74207dd8cc685"
  "/detail/46b718d244bf4682ab163260d63a8d34"
  "/detail/0d4d47d124384d3eb04e5580a481973e"
  "/detail/5a0114a266dd4c5ea52630611dcbbaeb"
  "/detail/44d927cd69c34d1d8d9f4271721009c1"
  "/detail/1d8e860bf6be4af4abea7e072fdd97c4"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/cc7f17b545b443259d7b3b91bdb635e9"
  "/detail/c49916d292a7416ba78bec911be27b15"
  "/detail/48570e861f2a4d64b04c4b3f6f6db0e3"
  "/detail/e996dc4ad03c48fd9655bcdc4d45124d"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/1692b19e4df74ac4822c7e9d03983d90"
  "/detail/1a405474040b40db8722b8c5662805ec"
  "/detail/46fe94e807f34c4887797b1144d46390"
  "/detail/7ca7a8b852e2488282d122c35ddfa10f"
  "/detail/de9fd7d3be344901b3a5fe84c7b126b2"
  "/detail/9cc4886182194a7285cca55e16766fb8"
  "/detail/180b62dc403a4bdfb2c386ce70281e3b"
  "/detail/1bba206ddf35410b8b41ccb00f0abc9c"
  "/detail/f6617a9477c14593ad4b8dd16296ca1f"
  "/detail/b8ee2b6dc5d44dd8ba33a016b7e740bc"
  "/detail/eb03c20b18c34a5383e41a10b4dea285"
  "/detail/919e4185017544ff882293060171e9f7"
  "/detail/f6d65cf6157e45ef8816616e62615919"
  "/detail/61ee07408761405cbecad0a0e7caecb4"
  "/detail/1b38f76e9aca4b05b1948614de88e74f"
  "/detail/a87a046dfb404c56811af3dbaaeaf14a"
  "/detail/de429b7018d746d08888a6fc0be98228"
  "/detail/8e6b565d33d44c01b3288a2a21ff3418"
  "/detail/b79b4fe0e0e3440abe4ef68b7c3228a1"
  "/detail/c3c10903ebd54c099bb652ea8f7a7ed7"
  "/detail/8bb32366ea1b42f887a04db7049fb4e0"
  "/detail/f44e769d5938449f8f67a244077a7852"
  "/detail/7422752d59b34d398bb8d9880d9df209"
  "/detail/e34a24e9330e4db49b4acdf4cd4f5985"
  "/detail/5e31f607cf694c6883d6004b930997aa"
  "/detail/b1a67ba35b1d4bba85563c9e1485d7a4"
  "/detail/bbe1d519643047eca7665759c9e22fd0"
  "/detail/e46b74664a9847569a7ac31f38027d9c"
  "/detail/f33fcdf93dcc44909294f197b203c21c"
  "/detail/015ecb754b5245fcb9ebfe9b68c0c800"
  "/detail/aeca791cadf14d0e95e612349111fba9"
  "/detail/0f768d2408ca43d8bfa44f84ba59c6d2"
  "/detail/af7f240661004de7bc91d9f788968327"
  "/detail/1ea6d47af67146a49fed385bac06c67d"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/affe86959b3c4ca4a83bf06985082485"
  "/detail/961377cae203486fae11c811ae5e653d"
  "/detail/906f71a1a53c4361b9520285498f47cc"
  "/detail/f3851f154fbe4e5791df4e1662f307fa"
  "/detail/9f0dd45cf58a478586da7104cb4e85ea"
  "/detail/0d686fa84c3045218ddf528f339e0e6a"
  "/detail/e268901044d74f4997c8798505fdea63"
  "/detail/a2c6d3b6c52242f2a735db05c22ce565"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/5f27c2af01ea401594a8feef9fdea4d9"
  "/detail/4aa36350d0e34853a42b495aedf4ed54"
  "/detail/342e85a71ecf4096be44fd37542b963f"
  "/detail/9b91ea8ce2b64c56af8a04025f397f75"
  "/detail/9eb2710f0deb44d5a21211c8a43a3899"
  "/detail/d86be4291850477b9eca3ff7c2315406"
  "/detail/d905f2c0d0c64183ad95bb014dadf19c"
  "/detail/a412ad07b5ec4ed6b107941b2b5f34ae"
  "/detail/bbd322979bc447f7afccc5a34b012795"
  "/detail/8a25663c395540389b7a83f48d09b89f"
  "/detail/70322e67e9314052bbb9678c47f6fc33"
  "/detail/398c01a31065433b859085e3fc840c58"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/9fbe5b8e47f049ea9287d5a94adb24dd"
  "/detail/549af32de64e4a559fdff4eba6ac6b50"
  "/detail/8645160aa1334419b70861d2d1984a54"
  "/detail/7ad00890bead429dbbe4f3979fa955e4"
  "/detail/85277bc74b8145d8a4d51976a1ef3737"
  "/detail/22a2a6181bec4558bf439d0527b845eb"
  "/detail/92aa8e5f38d94bc2aec87b0c713d860c"
  "/detail/73c862fa97a146728a39e0c1acbd1e01"
  "/detail/c2487ff58a2f453a99b36dac6ff9c0ed"
  "/detail/cf8f2e2107b64eaabff1d9e3785b1b7e"
  "/detail/2fa0eb5422744debaf910a1e334f2628"
  "/detail/2518074f6e5744dfb3defdd40daece94"
  "/detail/ba285b62b847440da93c7b4f2f84eb43"
  "/detail/1731bf90540e4dc89e7b98b4424d8752"
  "/detail/99a000a38a4f41dd89b990b3cfdc4144"
  "/detail/8ccb16bddbaf4534b64545bce9b9e790"
  "/detail/bd7e47c4bb324a1badad6685c2780b98"
  "/detail/2f602fd668a94166ba613e8dfc65c45b"
  "/detail/f149dd1a4f994becbcd4567792dc689d"
  "/detail/62b16a7e1a8044e79fa65232d64943bd"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/d8d61e14aa1f4df1a2b8ba955217e518"
  "/detail/ff96cd6490aa42f88fac50448a391545"
  "/detail/96161e21d40648dcb8b23ffed4054df1"
  "/detail/7eb2163b39c54a869861643da369b133"
  "/detail/961f2547781944b88a5f8858916c8846"
  "/detail/db09e1ff537b4dfb9d7aa79594680b27"
  "/detail/eb7d2db9462b4283a9e0713b7806fd98"
  "/detail/d9e5615e51ef4ed886097a705743823c"
  "/detail/261d3d565c834d07919a1e13dd537bf8"
  "/detail/536f7ad5f38445edbe4e4c71b7e87cda"
  "/detail/be3c932ecf304b38b25330db5a2edc44"
  "/detail/352731a5b6624828b94b5a5d7cc9b2ab"
  "/detail/077f44f94c32451b88729e81142f14d7"
  "/detail/0e26d3acd44b4d2db46220ca4aa6a5e7"
  "/detail/8cdf9f346d3b4d4faaab039f408cdf04"
  "/detail/d7c13ec413b74c44bd75e0bf8f6cb83d"
  "/detail/19c0e2e2e4c743e99ee787c0045dec7f"
  "/detail/61e92db109f94a1abd5235f1710c2d80"
  "/detail/388954d39e4c4537b09cd44b6d71794b"
  "/detail/67da04cc4e9c44818bdd8d6e3abc7dc5"
  "/detail/da3a6e7a6b08498faeeae2a00321ae47"
  "/detail/0475382b00e74cb3bdc704b881c9dcea"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/2f61c979035f49e2bc5dbc5a6775d632"
  "/detail/0e8334cf19b742109ca540ef3a403f23"
  "/detail/81e4ac9426f449c5a7d7275cc2523bcf"
  "/detail/58975513246341babf3631bd886a00af"
  "/detail/7c3ad044a851497d947245b9d0295eef"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/2ad26b5ff62045acb018cb7277519911"
  "/detail/d89c3d81f6e24213b463a83b16eab02c"
  "/detail/e41ef68f48c246cc9a5dfe9c5837fa25"
  "/detail/71a7901b83dd43efbf14299f5262bdbe"
  "/detail/0b82729541d8449d97fb6be9295a604b"
  "/detail/0cac391bd1b44ce88ff91de5a6cff212"
  "/detail/1fafb862f61f489e9a12b424d2fd0e45"
  "/detail/fb083dad55e74aa2b1bb830916219176"
  "/detail/0046628b71bb4a1ab2479adce8910800"
  "/detail/0136737866524cc6801beeac1ef8717e"
  "/detail/174c5a10faef40b6854444c53839c3b0"
  "/detail/5627d0037d8d484297b1f9cbd0c61028"
  "/detail/57440979786349e983f98882643f0d56"
  "/detail/d97333ca46504a8389743badbc47d068"
  "/detail/43965097d33a4a36a50f50a8113e2ff7"
  "/detail/bad65f4d3c2346c08c2585f70d411ff7"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/5d0192bd30d84d41bef8a3149d006dec"
  "/detail/794a52516e4147e0abd2d28f56f2d842"
  "/detail/4582b1c11a6d4a2382114714f8cccbb8"
  "/detail/5513d06a660d4c26b65a4a3abbcc8e80"
  "/detail/c41b61361071473da137c88f19525e45"
  "/detail/bba406597e4b4c629c8de0f0dad9035b"
  "/detail/c29d868c91914b4a8b266b77fe7a790f"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/42998bc8b79a453d85e129041f68ed7b"
  "/detail/96936e32fcc6414e9e19963818ae3296"
  "/detail/517c1926089a420486c1989d6ba2f44f"
  "/detail/6b97ad2e4b6e44d385416edcf21cd4dd"
  "/detail/0be9ec77695742d5bd0bf215c11d59a8"
  "/detail/3cad33cc3478439abadd3a7fc6386247"
  "/detail/9d2d31909bac482297c7496fcb78e374"
  "/detail/fd98f2fd417a41fd8a9b132c628649db"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/7656717752c8428f9ba48c9ccd82f848"
  "/detail/b82068d51fa0477681fa9c716c7918fd"
  "/detail/ba890cfe14004312883256cedf0a7165"
  "/detail/fd31b865d24448938e667c57bdc44147"
  "/detail/b428786bb3804205afbb49619fb003ff"
  "/detail/990586e6164b4a079d755a284eead8f4"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/12c6cf175d2e415f9202f26f7f5ea267"
  "/detail/de7db8bbfd394d309bc002847cf993f4"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/5e76c7bcb4064e77ad2a222688108eaa"
  "/detail/084d8960a47c43df8721e404766bca3f"
  "/detail/ba6001d90ddf4b238eaf01ac4d92599e"
  "/detail/9d11b3596f6c4ee5825751227b3d8778"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/ae363d1a1e3e46f08e9107a89221c48c"
  "/detail/45d4c5d5e9a7417da671660753fd276f"
  "/detail/e9635ecdfd3341caaa0224cf32050c27"
  "/detail/0145668cf4f54145b2316fdcb6c62674"
  "/detail/a54bc88dcfa54db8838d3deee16b0c04"
  "/detail/b32a05780fe64a929079ed2203c18bd4"
  "/detail/5b67002b9991446e93ed17bd39e531c5"
  "/detail/c0678e4f6eba4488b56c6adc3001f0be"
  "/detail/e2aec37d93194760831f4a467c32d651"
  "/detail/9e89c0c4ad7349e29cab095051d09466"
  "/detail/2e6c30d139284d5581eddf84b4422800"
  "/detail/a6f7d5ec8fe6423fa7a8b4f9dffdd638"
  "/detail/776655fa75374893a7ae39fce2f209c3"
  "/detail/af85df3c95f24c6eb4f31f09750e5e9c"
  "/detail/0587a02926ca47c39ded0bfcd7dbb17e"
  "/detail/ca4628ff069446abbeec72c2ac481d08"
  "/detail/35f605239aa5481a8a893267581eac5b"
  "/detail/df415c256b6441ffb91d441d44f6dcf1"
  "/detail/4534fe06cc5e423db04f973aada13c00"
  "/detail/df56ccc6d98c4a02933e877afed94bee"
  "/detail/de05b35a216a43b8a42960885baf6b28"
  "/detail/d9a2303f763445de959ce25b0b3a3b2a"
  "/detail/f500f06511a94389a2198a48b86e16a9"
  "/detail/39f6f1ee3df149768b0edfeee6d74670"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/2e2b1f3bd1314c9d92091b4099b806f5"
  "/detail/a54c089c018f4a49a5bc1398cab74c50"
  "/detail/1936d5b90e6243d5b5341bf69c6d79e6"
  "/detail/e995f381e4a048c6a0a4ec20aba81d87"
  "/detail/793eeabdf5ed42caa2957420948ad2ce"
  "/detail/dafb65ddc90840d784d947aeb0e46db5"
  "/detail/532846cb1e3f45b1a9b7f416bf5fc8c2"
  "/detail/f28745d0c8b847cd8ed980fe6082a71b"
  "/detail/d55ef24466434b2188d8cf1abde920b5"
  "/detail/6e05a806ca874ea2bbffe7613748ef18"
  "/detail/3f9fac21d2514c71b5a502d7d4880fc8"
  "/detail/b45b0f64962a40e3ad6fe1ea89e56cf5"
  "/detail/16d8d150492b40548befe8a80de785b4"
  "/detail/d5f09183d4464c9e9fbff575121cab9b"
  "/detail/f5933de83dd44d049bb9cdab227a332b"
  "/detail/1d8460571d864dabbdb128771e2bcce0"
  "/detail/efec9ab58b0f44518f79a9b083dff71a"
  "/detail/06ed287a7ab946318333d59ba7c50ebd"
  "/detail/f007e0a9a24e454995a465bf7d696f49"
  "/detail/c8b03b1497a24ebc9487b3b2c17ca4c3"
  "/detail/98ced10e102a4940bbe436481b28a9b1"
  "/detail/70ce5f40f94647dfb2e598cecc3e784f"
  "/detail/ae261103cc08418c9ffcef9e9365a6b0"
  "/detail/1ec6e95b7cba429fae66f1c252c11ceb"
  "/detail/071703f78af04b26ab788ff2a3c272bc"
  "/detail/4fb8c1d979fd409ea3b83fb01547520e"
  "/detail/69c35cfa258e44b49fe89a2a5e117827"
  "/detail/354dedc90e1846c0a478ee2e699cf29c"
  "/detail/82243390a8e043a4ad31afe084bf6224"
  "/detail/d80886de97e04b7b8d5e429e5512a003"
  "/detail/fcb835e954274d8dacccb589aec90b24"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/728ad97bad644d5989025cb9e8d949ee"
  "/detail/04cc7c433fc642b4b0ef17683e99773b"
  "/detail/c6f845a1a6bd4dbc9c9ee439f51f9e42"
  "/detail/b7549288b1ee4e5cb0112d3de02d6658"
  "/detail/a0304cb362a846d5a57941bc0abd4564"
  "/detail/d65e57307bf24647be210f9660f3aada"
  "/detail/5f86d442b0684f2483b894bc9fff8de3"
  "/detail/ad8223b7522948968590ad54e0c39f70"
  "/detail/67e5c4a02753442ca50b1819a061a9e4"
  "/detail/a872b102e0554cb5800e2c58ca6f930f"
  "/detail/eac25c43fde9485dbd7b73830ffaf469"
  "/detail/18cf117e982c43fcaf5aef15bd9a49b8"
  "/detail/85eee9418ee141888bdb08d19efefe49"
  "/detail/4296a5cb65a142c68f73f4d87567b352"
  "/detail/246af579922b409b9e02567f6f6e865c"
  "/detail/8a8217f22c7a44babe8052550f89edfc"
  "/detail/03876e19063b4504ac6be53e7d1b79c8"
  "/detail/619c106c504b47ceb301d4726bcbd0e6"
  "/detail/7c2d54268da34c0a8ae36341aab1b6b1"
  "/detail/7e793295829d444e84e05b10d2b69e12"
  "/detail/3259fa2362b74a4394c309d8831c71fb"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/8aa86a5cf255473faf5e3598c642a929"
  "/detail/8c4069caaf3644e2ba0c904a0cc92fe5"
  "/detail/0bcdb4e22a524503a0e48f678cd2cee3"
  "/detail/35ae0405a9064bf4a1d6801b89416d71"
  "/detail/3d850641b1c34153949de58d8c7809db"
  "/detail/d313aa66fd2a4c76aeb9cdeb5d197563"
  "/detail/41659e0f0f974148ac3d158eba73d6e8"
  "/detail/43209fcf7aa444c08168c9e5ca0a0fd4"
  "/detail/095313bf9d064813bec1d156c80dd282"
  "/detail/978a001cbd3c4ff89c499f5c8c1290ee"
  "/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a"
  "/detail/93a71002ca1d45488ad5918373e9e334"
  "/detail/baf569418dfe4f259f1c13274521bf8f"
  "/detail/018031d7a6504c70bc9611effca5cb87"
  "/detail/f1dd3f32e8604b0ba0b55250a47a5b0b"
  "/detail/cbcd83969a784f79a80cf7c950700d16"
  "/detail/ccabcebed380405595b3773adb4e9233"
  "/detail/3961487f995947a3b4c5e695a75d6f60"
  "/detail/27fae0ebd4b84e4a83d7ae1ba6b1be8a"
  "/detail/e888b9199e4c49fdaf4e8bf2fd1cd864"
  "/detail/020c9c37ecaa4a1396ed95cc9ba9ab6e"
  "/detail/a7fb71d7f5bd4b248767b34af9086a0c"
  "/detail/e49c7f7af71141228ab0451b3c5352c5"
  "/detail/ee6537265f9a4d258a9df75ffb057362"
  "/detail/7935ea70cb7246e5a653da10df084028"
  "/detail/51b539a64b5748b89cc1750beb8a7c8d"
  "/detail/db74c43551ca45f9b869ddc5238c9440"
  "/detail/8652ebe5c8314cb2bec3ba7ac6cffdf6"
  "/detail/b59ec344f6194c4ea90dedc7bacae779"
  "/detail/3c802908877c454bbd14fec9b7031e89"
  "/detail/01a0bf4649ce4a73964643d64405b43a"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/5a6f2c08ac8f475b9bc2ae4f88c0ff3d"
  "/detail/f28e65ecad1e4b0eb1788d5edea31f6d"
  "/detail/0f08d21d46564b78ac88e7a908123e40"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/ed14f316012648bdbd2f882d6407c4ca"
  "/detail/7bb33da812174524ad56336155a2a8db"
  "/detail/9357d973761f4277a370e708712219c9"
  "/detail/dd3459a9ae8c41b7a41621b534e8c34e"
  "/detail/2e5adc141ea141a29bf9d7e588787cd9"
  "/detail/ec0750966ad5446e89da520aeb4a7836"
  "/detail/7228966447ae4b1e8171cefb5ab19f7f"
  "/detail/c3453264a9724a4690d22b85ddee3a2f"
  "/detail/38b4a9e36f84471ab6a9f673e3da9970"
  "/detail/afd95c15edf34f8682cb5633c9f87b9d"
  "/detail/278e945d261742e38051f3ac8e92f40f"
  "/detail/90564f89260242bfbea3537596604aa9"
  "/detail/987f9db50b1d4fb4919d3af4b6cfa62d"
  "/detail/9d5e28bdd9844aae9310e0b1a9606253"
  "/detail/8d296417d67e4930bf018d61b4d68598"
  "/detail/d1b9d5162033440297a4968905d201c5"
  "/detail/cc64617a47be408eb1a81799d1971a6c"
  "/detail/e9a801e3b5084afa88782bf400651e62"
  "/detail/c9e76a2e00cb467ebb3d40fd565e08c8"
  "/detail/ca4b01952c594110b053af64e42401be"
  "/detail/072ddbea5b304b41835ae3e6e06b4c73"
  "/detail/f7af72733c0740d79fbb107617a8cb81"
  "/detail/ed4b49f9f06d4ca3bea1992d1ea869d1"
  "/detail/bf2bb97c318943f3b3c638853320a5bd"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/328d72791751465a85e2677804a9adcf"
  "/detail/bfc5e4f7d714424fa7939b5a18ddbea7"
  "/detail/fafd20c4809646c7a8aa28103fd8dc15"
  "/detail/107030d9732f4bad8f421ca7b25823f6"
  "/detail/c950ff1a3e2649ebacfebe0a3607acc3"
  "/detail/e2c0c6b2b18f4d3693a9715946286572"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/d2efd893cd704433a99c43c3d576330f"
  "/detail/a8a9a96d4c484e2b95b697c45e9ca592"
  "/detail/66c4fdbd23ae4573ba00b054e90633a4"
  "/detail/f689ebac8c9f47a88331b196407b3b36"
  "/detail/6beff009e0334f5fbed26a8961d5555a"
  "/detail/6db6452fe630422ea0968b27992f1b8b"
  "/detail/df6bcf39defb4ea3b37061fce1191ae5"
  "/detail/437a06a951ec4c98abdef1a1ec734f67"
  "/detail/185bc39c5a1847e393741703c8d49628"
  "/detail/136ff81ae8184ca890b29e7bd691d042"
  "/detail/5540963725e4499d85867f74f77f6c0c"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/fba40109fc0f4e209831237e47930622"
  "/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d"
  "/detail/46c2082270fd404fba5b5aa622477c0a"
  "/detail/67e8bd2a8c9540f683cf1cb20da539a4"
  "/detail/7868ecbc308740eabfce5560b8913482"
  "/detail/6e85953b9fc84b2fbb82fa9340b15145"
  "/detail/a327f7ffb3234b9f89e7297d5492f7f7"
  "/detail/b40b21f077024a219e2f3786ff254454"
  "/detail/a6118ac139464a39b43de2156b5d6411"
  "/detail/ce895cc7385c49ebab512510a5010277"
  "/detail/25afe30a2a8f40a1b42355ee36e6b7e8"
  "/detail/bb412193d7a0408f8cd1f4ea34bc15de"
  "/detail/f7da26cb2a224dbeb0c0b9bd22390fd0"
  "/detail/89c8e1cd4b134034a185cfe5e73130a2"
  "/detail/abcb524a98af4710b9a3efa4c42a339b"
  "/detail/72c71ad3f35247a5806a5bb7fe548877"
  "/detail/ab0a05c6309845368f5da43b543dbcca"
  "/detail/de9f7ed32b79420ba085e18f53581b38"
  "/detail/ebdf2eab81ae4daf824dea015e95aa71"
  "/detail/6be2214eb4a644fda824994e4c0353e4"
  "/detail/d621847ae4004da5a8302803443dd61e"
  "/detail/bb2d410fe62c4ee3ae7efb5aac9d6a47"
  "/detail/c598e289427b4feba55399b3ff44b4e1"
  "/detail/b0ccec21aada4b82a5d288ed40d1bd45"
  "/detail/2bdff7bae2f5490d9147b4842a4ea8b3"
  "/detail/2b57238383d8469b806b6860246bdf76"
  "/detail/2fe2b4482ad247eea8b087ebd34974a3"
  "/detail/b68a1f29dc8e4a8ea2b87da55801f0a1"
  "/detail/3f3107b5b7174e52a079971b9d78ff8b"
  "/detail/f469b58710154f88b5fc0611015b45b0"
  "/detail/60a5469a0d914eb39885902f986bb5a7"
  "/detail/0629046ecd014c04bd3242bedf0edf0e"
  "/detail/01aa2b5c3b814a91bab79bbcbf0608fa"
  "/detail/c94202c94c144a72b5cee5edb1e96f46"
  "/detail/dce5d7ad25944c2ca90bbd98ecf0807c"
  "/detail/60769900904746d08145071f95ae0b63"
  "/detail/851e13c06c474f369e27d6f54c5c5733"
  "/detail/51bdb1af16004adb945c3ebcc6b40717"
  "/detail/eef5070092e34dc9bd6c1189431da8ad"
  "/detail/17d76d15d3e14c60b1bd14d889474b3e"
  "/detail/4296a8e955f448849a8a6821ce6267f5"
  "/detail/e36dec1dbd924d1583dcd380e14eec70"
  "/detail/07af73c3784649d5926648c0c865e28f"
  "/detail/36268a8ecfa94ad387716d40ed6d0a77"
  "/detail/9ce44c22947f40739104a360d0cf36e3"
  "/detail/3350967b109348f6906d150a829e7ce6"
  "/detail/01bfa712591a43ce977cf7e6811cebef"
  "/detail/2c37938bd05644f297972bcb2d12cf6a"
  "/detail/2ce7d0247a2d40428687478d2035d273"
  "/detail/dd0fac8be3134b5da0dd92b5d16c2bb1"
  "/detail/99ec52e145174085bd4693a30855eb34"
  "/detail/5e517a09acf64a9d9ca91656a88e305e"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/0f5dd6c0db134201a4870e3b467b90cb"
  "/detail/48207d4621944115be7f6b7344224d86"
  "/detail/3bd34335c98348b8a38afafc924acc61"
  "/detail/6e8ae77bc09a464092131b5271f5db15"
  "/detail/a643c9c54e584dd29e8df7f71023de81"
  "/detail/7221a6971e634b14a0cddadb6206b444"
  "/detail/06ea7bbd3a3446bbaa67215126f34b14"
  "/detail/05dd3bb1832b423890fd20c04ec7089e"
  "/detail/e08cf82d50014fd29c4fca6dab279fe1"
  "/detail/867fc351b58f4a5bac1232da495f4c75"
  "/detail/cb1f4d00a6994fb0bdbd029e76efa11d"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/0425b5da3c7a44ef815f90d414ebc89e"
  "/detail/312c7d79ca924963b75c19a5045af3b2"
  "/detail/240cbae615124d38b3effabe8dbf930d"
  "/detail/7fa3b0028f9441aeab876457603bebf5"
  "/detail/064042245aa548079f7131402c7b3b96"
  "/detail/65fd2f7e1baa428b8bd57de0000f0d20"
  "/detail/057ec95ee57b482998b45b1ea23a82f3"
  "/detail/46e20503cfbf48b19a0a796586e12283"
  "/detail/7e2a73eac0e540a49f10b0479ceaff6f"
  "/detail/2fc428e932794c7780de96530f1c82b5"
  "/detail/84fba17e371a43199bef699a7836a7b0"
  "/detail/c64d747bb8fe405497eb6f624daf43f7"
  "/detail/356a438f47d745d7b4e95c38d8d83cf1"
  "/detail/d96a86b5c2fa4ff8918795e9c5b0fc25"
  "/detail/8f58d236e4564bfeb183bc0c7718c12a"
  "/detail/1d4ff7befa364326aaac5307971b55b3"
  "/detail/37a6304940e84c0588019254d8eebc3a"
  "/detail/664d5fc3b7b745bfbaa6f966925c9d93"
  "/detail/3f2554490d9941c794bb71f5f764cccd"
  "/detail/81e7a1f7dbb34328b282efe868585bed"
  "/detail/9609627a0bbf4aa1bcef22567eb75aa5"
  "/detail/710ee4316d4f478eb30cd6f6f44109e1"
  "/detail/1ab2837686174409afc0f1f4bcb89ccb"
  "/detail/b86053a76dcf4858b8a5d123fe879979"
  "/detail/9f3016faafba451faee1026235fc73e7"
  "/detail/0dd896618c564f959fde575fc2eb0a67"
  "/detail/7fe92a8fb5ec436b8c2a0172186adc5d"
  "/detail/d406208f0aae4dfa8af21ac55e4b1d38"
  "/detail/f0baebe81b0e4e7298e3643b0f20b69f"
  "/detail/14c60f69be7d4e7ea2eab7fd9c2143d5"
  "/detail/ca8c9993b8f241d58ea242aada459048"
  "/detail/80d2b3b693a74279a0a5e636680f60bb"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/053ccfe16d804056a9495c21968b3b3a"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/fae46b3d4ce1405b81edd648b675d0ce"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/c06e36001f754ab992507c60d1ad4ab4"
  "/detail/15ce2d9099a04403af012572f9c8a739"
  "/detail/15ec139db52240aab53674c8a566c2c8"
  "/detail/0196497636b449568d52d709b4213e16"
  "/detail/fef48ca2c3c943778f66254cb21f7030"
  "/detail/cb3aae96c4ac46ae9a040201c36f1cb1"
  "/detail/762ed2470e2f405a90f91e8bdd3697d5"
  "/detail/c1fa34c78dec41298d918e7d64a818dc"
  "/detail/093f0c0dc04e41fe987a692b7d55f400"
  "/detail/7c753b646a2f4ef58a0c723dfb20c31f"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/392b96ff81f3442cb3743e8ff77db2d2"
  "/detail/5f520dd925c044029abd1fb2f04f2a73"
  "/detail/0f28231322af422e9ee12f80c5c19a26"
  "/detail/e7d84f606bcc4734a53313e6dae9eb88"
  "/detail/699ad8ade32846e7acd1a6fa08002431"
  "/detail/29e388a9ff344a1f8eff0d66eff5ccaf"
  "/detail/cba8f4fe60304d8195a5699fe8cd801a"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/38a907c38da841389ef9223c26b7c3d7"
  "/detail/ca4d89abd8b74be4b730e79fca15fae6"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/277f133b56f54e4f8898aa34308c0c8b"
  "/detail/06489503fe7e444792e7f07f88241790"
  "/detail/c6662d497ae64bd480aa7067eb33ba5f"
  "/detail/216cfe0522bc479f9d0035444727c9bd"
  "/detail/3262a595e4664677bbcf736d06f20a88"
  "/detail/a791698f060740ec81872561ef70bb34"
  "/detail/45ac4aee1f014f32a51b22ad98b3575b"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/fd1e9c7965c74b3e9dd60f75970172d5"
  "/detail/1d1a29cd288c4c8583cd2ccc7fb320bd"
  "/detail/43f3c004621146e4bc8758dfa13d63ab"
  "/detail/d89a493aa3f64a4982c9e5fb8256a410"
  "/detail/ee4541b88ddb4364805041461d825449"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/659163ad5d754b4483e5e05f5743e9f4"
  "/detail/aff95b9a0d2a402d849c755f26575cfb"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/0a4d6279d57a4eb3b65cbdc6483c1bdc"
  "/detail/f8ef46c57e6d4d66a5d5b7b20f856dfc"
  "/detail/197b54f75a8e44aa88c01443bec5049a"
  "/detail/d7e9c2b3349d49b8b078d6536f5a4928"
  "/detail/44a475e5d6344a3ca093c9d19885f7f5"
  "/detail/87e152c4bbb042499587a2a17c109296"
  "/detail/f254e3e0ee3c4fbd990566d00a733979"
  "/detail/6646f9a5bcae4f1eb31784dde6e4dbb9"
  "/detail/0e8c6e989a094a9f8c44ba2d17181a98"
  "/detail/d7a7aa3d9b0f4fa5ad56b021ccb2d0d1"
  "/detail/e59715cfff5944048ce8b35f62c843e5"
  "/detail/3a98e12d36a3444185fe587fdc9e18aa"
  "/detail/631ba6f1534045918ef5ed0caff92f32"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/6daf1315553c448a8b12badd9bb5ff66"
  "/detail/3878ab06503044469d3011ff05460da6"
  "/detail/8bf2f13af0e04642981c36c925625dfc"
  "/detail/8bda2b901649446d8e5aada1143278b3"
  "/detail/44ee2fb601b246b3b4183a7e98d4400a"
  "/detail/3cde5e26ecca4c06ad74abe2d9843ad2"
  "/detail/968caab51aca4804b7458062ae802cd8"
  "/detail/842372e4fb83416795df6c2afa66a2f8"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/9af169b568914fb0900ae89428169ea5"
  "/detail/ed9710331d32414dbaefde377cbf6533"
  "/detail/db079b29dd354d3691d94b8d2ea3bc97"
  "/detail/641db289fbc342c2812306e0a82359a5"
  "/detail/74da80176af94a41a1e564585fd5d4b6"
  "/detail/0381562c1f7d4f26be6a922e3f7c7cec"
  "/detail/0fcd4135a9e846b49cf849be143569ba"
  "/detail/3a0a89dd653e4c438162d400fe4450e6"
  "/detail/25cfd871b70546579654582382e68c0f"
  "/detail/9221db64cbc54ff0be53254824aace1b"
  "/detail/b068c8733e6d4375b4d47487242d4ad1"
  "/detail/4335c5ab23ba4b14a31783c2079f4e75"
  "/detail/8c13a50b7cde40a4900cd955e75ffc36"
  "/detail/0c0ca6470c144dd8ac25ba892dec27de"
  "/detail/046a73edcf054114a12a7d5993b944a1"
  "/detail/06d9fcbef8a64198a063d3bacb31fe03"
  "/detail/798bf61efaaa478b93cdbfbf892188e1"
  "/detail/6e91fa8fc0e64d38a52867cf050be050"
  "/detail/9d35225392f14a8a91fd3fe4d3e4b2e2"
  "/detail/a036a1692b0a4a5b8d05e87213341a7f"
  "/detail/93e012735e1f423f9c55286dc1f61059"
  "/detail/2b50c32def0640a2944ccbe759895f3f"
  "/detail/0e1db1394451456ab9d549e752caeabc"
  "/detail/2eb87d46b25e4f23bee6826e5a53fb1f"
  "/detail/d54539ebb0bb4eb59a7ee95af2c4baac"
  "/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea"
  "/detail/ec555bcae6bf4709829e2d5ef208806d"
  "/detail/224b6987209f4bd4a5168ae1af0b7636"
  "/detail/bd756dee9bba4d60b07d138dbdb64e4e"
  "/detail/9d8094e327fe44a6844669eade9f4575"
  "/detail/5e37f8ddbd4d41839bad35398d4cf015"
  "/detail/7f3ce82310aa40c49b7069b4a14ea1f7"
  "/detail/659c001e33b94eaea384074559e77085"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/812aee8f3adb4d3280941b90f08fa57c"
  "/detail/5f288875da764f2292fb7e84748d07af"
  "/detail/b4495b8eb4d1454fb7586b17e7401547"
  "/detail/16574fafd5ed4a769c285bb013779c19"
  "/detail/9828ff710a794a028f3f926ca2c24259"
  "/detail/086a3f28d9394f1e88cfb5a9d2607702"
  "/detail/716b1c14888543b5bdd335c0b6ba01e0"
  "/detail/1c31971ce40e498b82f1280c07c1b635"
  "/detail/96b1aad594d544018cf15516af8b6d20"
  "/detail/0602e95e54ea44bdba38dfcf8f575958"
  "/detail/72c81026eea7481e8e4b0f3e8e677570"
  "/detail/59bdd77281bb48f287caaa712d3b7dc9"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/7ba52c94c1994992813249067db8c522"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/f750a1d082c34a69954b00233ab30712"
  "/detail/eb864f5aec7f4042b04327ce707984a0"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/797c3f2b0ef849a1a8d99d367309107e"
  "/detail/7190a7a5a60f4f4bb59cdf6e217a05bb"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/6a7fbb9c8bda43aba20fa0e3341eaa3b"
  "/detail/7f6a07e988154e1c9a89fcbff04b6bfc"
  "/detail/084b8555627846ccb8abde0ebb5ffa97"
  "/detail/06079aae29a44e07a6a83f338b706f8c"
  "/detail/c23681698d8843eea30fc76657383fe3"
  "/detail/084e79aec59d4c14a7b99aecb6827b59"
  "/detail/837d7408835b4fbd8ccb52fd15685fb3"
  "/detail/856d9936b24748f484a709826be2e3ae"
  "/detail/fec0a984f3d54c78b76884b658bccf7b"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/454f5cd6f77f4e4bb23e2615979cb184"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/91118c3c5a434c50a79c690c0ef874f0"
  "/detail/474bbecae1904db19b69f7381771e74f"
  "/detail/882c1b031719487fbf98efb881342c03"
  "/detail/2656d81d00c74c21adb3a94d943bcb20"
  "/detail/b66670a788494100abcbcbbd2c17f3f7"
  "/detail/3b737babab574e8d8df81734fe9dbc70"
  "/detail/00a017d0a1f34ae0b1620b9b6cc068b5"
  "/detail/1c86779c496a420686f9bc1e8e7eac8b"
  "/detail/d1820e63ca774a28a9642c74e83c6036"
  "/detail/8ccb1be8f3df43d19e879c7b89c1d60d"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/7ce75d0999774cbc884dad693378499f"
  "/detail/71710cd9f5f046529ffa4a8ac09439c9"
  "/detail/9092ea202ce941878e6f39bbe6cfd5f6"
  "/detail/eafea5971fe34e5a8e15e9c8c70fafe4"
  "/detail/b1b64690b0a341558e986baaf548b483"
  "/detail/b45358b07b6a4146a7b1429f405a8722"
  "/detail/62ffb68b23b94da9a497c3200c5df24d"
  "/detail/3d3f15523c0d46edb33f650c302e21dd"
  "/detail/fcc9f77f31804f07a5eac897385df06d"
  "/detail/9559aa84cd274d60ace622940df6fe4c"
  "/detail/daf7ba54b3c5468ca0dec2b22a36f6bd"
  "/detail/06c44dc6034e42159bb9db3061a8beb7"
  "/detail/36b9aa0cf01e412eb82de64fe83b150c"
  "/detail/f266f0f4475742808185870448148d9b"
  "/detail/c8f3b9f7ce464d3d897812dbd0d07784"
  "/detail/b279d51053fc44f491a822ebf450dcea"
  "/detail/311804b8ef0d493b85cc178e50076a40"
  "/detail/3f8fe9475aab4bcb8827e6aecf0a9c48"
  "/detail/0bdb8b2b43b346779ac0c907cb51f54d"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/59482b08177a41e19a2f95f9132843f7"
  "/detail/a017cfb4cfc34900a69588e7715a1a08"
  "/detail/9c8404384bbd45938ef90d61c2fb112d"
  "/detail/9c631f86c38248ef86731e33d97644da"
  "/detail/668b90e0496e4f1b9ac49e55ffd4666a"
  "/detail/9084f1fd2f964a89a5b9e79c0f0f14fd"
  "/detail/13da9c91054e41a49152df9f90d52c07"
  "/detail/641b7d4bfff041b78d3bb89fb2436f90"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/207821a319a14df891b1da52cb633bd5"
  "/detail/7206abe6d3f046f99f29fd96b184b164"
  "/detail/fa0426562fd44735a5c27cf4cde61acd"
  "/detail/fc87213e8227412cb2cf1e6d6cea959d"
  "/detail/33ab56db441448479d4c4c4a219941a1"
  "/detail/e65c01707edf4f73802479b0464dc9ef"
  "/detail/495085311b31474fa0edf2733d1a853f"
  "/detail/2f1b327ad24d46718ffd13ad9f278426"
  "/detail/48165b0999a34551b7b2d61e64f95daf"
  "/detail/48a25d2d38ee45efb1f32db4b911afc5"
  "/detail/dba7c324300045f0865d91b5e116482e"
  "/detail/f86abaf8342a4867afa07328c1a917e3"
  "/detail/1222f86da81b46e89ef6c420f6b3b4cc"
  "/detail/199cbbeeb7654bdba6420566863fcccf"
  "/detail/90fb47c3261d4431b54f475ffa3e3ca8"
  "/detail/afba8ecfa4b54b22b853386739e9a8c4"
  "/detail/40bfe00eb0dc4a1ab52e9ef6c0455951"
  "/detail/6a9b545f19d94ea399145d13f337655a"
  "/detail/af9d5c245fe7435b8790102d49fa4c0f"
  "/detail/ff470b8f5e2f45e2b18e7c54ad75123d"
  "/detail/ff0632b1b42f4ca6bc412c446514cb07"
  "/detail/2cc19684a18f48a78c7f14328cdfc46e"
  "/detail/bd5fb14f4955476998fcb95df5f8a96c"
  "/detail/94a1dae0bf3d45c0b2afa1fbd2b624a1"
  "/detail/118158b9346743fdb696981de76ad39e"
  "/detail/8dc44e9b53364c0e9bda6e64bbdcf1bf"
  "/detail/084d914f7bb94319917283a48f6d91bf"
  "/detail/7f106beacf00459aab013a3d733c6078"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/6f4d728bb87140a08efbdb68be28ca57"
  "/detail/3a6819c1864843fbbb43562373d1f808"
  "/detail/f3928231dd77462ba5399ce061df79ae"
  "/detail/0708b481cc6a4f3b81c08816eab763b1"
  "/detail/4693f8b9508e4bda82280ea9f4c0ae08"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/a33f7277423340e3a47e91518487e082"
  "/detail/08ab6ceb986c4fe38ae8e5a62d07686b"
  "/detail/186a6d1b7208438f8d1b089bc2b9bc09"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/653f4b5d076c4668968332504a50c1e2"
  "/detail/91fd46b5cc594a408b32635e4a9ac47c"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/137ab040245b46419c5d19e61b554776"
  "/detail/0e6319c53a4c4c2a908f6e1acb1a2850"
  "/detail/6e8de0b2f543417b89ca0c17b6d9edfb"
  "/detail/7979893536284cd5a6fd2ade57ccb406"
  "/detail/b69d215e017e454e8544a3d2282f5539"
  "/detail/b898dd0b7cc14032825bd96006e4478a"
  "/detail/77f093eb0df94666848cfcb5173e2e08"
  "/detail/744ecac1937a4c9aacfc84379d5b68fd"
  "/detail/126292d2e20c46a7b7a40a3c68835068"
  "/detail/05eee692d5114a68859adb7344926009"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/90258630840c42ccb6f2bc7f13f3b087"
  "/detail/2980b1d2b47d4cd6b09109751df818ed"
  "/detail/cfc910b80b5245ab84ba0ced40038bdb"
  "/detail/d9dc99a4fa404606b7f5b85a897b60b4"
  "/detail/a6990b4fa4b74363ab032e4924e99f22"
  "/detail/ba2b05b293d74776b384559ba528b1ed"
  "/detail/9a838c319e93443584f7e57783e9297d"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/de15f44af1854aee8ce22e772c1d18d7"
  "/detail/f2f50f0aed914324a8bda706ee35f97a"
  "/detail/22561f355dc741b1af141fbd78c946bf"
  "/detail/e3899ab9b1d246459d40a61d913daeb2"
  "/detail/59b9535a6b4c4f9bb16693688d1f400a"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/33ca91081dd24798b354dd936e2fb541"
  "/detail/44c078d0808e4ee2995151e1c03c3c40"
  "/detail/010e2b51ce6f4f468b12fc234de1365f"
  "/detail/b3009495e72d4f17a5e4b649160466d2"
  "/detail/05efb1e83af54b6ba86983127f7ce829"
  "/detail/1a0f0d284a3e4a9c96867bb864229472"
  "/detail/b08ce3c004ed4c07a08880d22f16fb47"
  "/detail/3f485b23eaa548849d8fe58919bd7ce0"
  "/detail/d1368daa5f0e4c54963aa9d1bf36f286"
  "/detail/e69d82f05cd3490489a4fa8b6ab69dd3"
  "/detail/c4d2e060dc8e49ac845f19120879db19"
  "/detail/9ba27f9f49a24a53a249745845b487d4"
  "/detail/edf5a40bd2a148af83620c32d5283859"
  "/detail/813d8bb668a04196b540a57e73968de9"
  "/detail/7c897cf1ddaf4ca6a927c41ce075efb6"
  "/detail/72a2e20321774244b07cf45eca32404e"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
113 0.42 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.