GET https://staging.ktm-sturm.de/ersatzteilfinder/790-adventure-2022-modelcode-F9688V1

Query Metrics

113 Database Queries
101 Different statements
951.84 ms Query time

Queries

Group similar statements

# Time Info
1 0.64 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.18 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.51 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.26 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.46 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ersatzteilfinder/790-adventure-2022-modelcode-F9688V1"
  "ersatzteilfinder/790-adventure-2022-modelcode-F9688V1/"
]
7 0.31 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/790-adventure-2022-modelcode-F9688V1"
]
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.25 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "CwDprCOMjdaMwcXprrqH5BdsD7c93hpB"
]
11 0.30 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.41 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.21 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.20 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.30 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.24 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `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.25 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.24 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.15 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.37 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.38 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.42 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.17 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.16 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "CwDprCOMjdaMwcXprrqH5BdsD7c93hpB"
]
25 0.21 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.37 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.18 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.32 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.17 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.31 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.16 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.30 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.22 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.20 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.93 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.39 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 2.93 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.41 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.40 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.48 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.28 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.23 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.24 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `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.24 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
45 1.33 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 0.62 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.34 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.28 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.46 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.32 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.45 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.19 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.16 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.16 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.15 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 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`, `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.36 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.23 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.31 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.37 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.46 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.25 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.24 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.57 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.18 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 578.25 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.71 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.26 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\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.29 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.28 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.93 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.83 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 2.48 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.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"\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.49 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 3.38 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F9688V1%"
]
77 44.26 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:
[
  1002107429
]
78 26.67 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49107,49281,49507,49775,51618,51632,51633,51635,51636,51807,51814,51895,51900,51902,51903,51904,51906,51907,53292,53297,53299,53302,53337,53338,53923,53945,54077,54079,54218,54864,55441,55442,55443,55444,55445,55446,56306,56308,56333,56334,56335,57999,58120,58143,58223,58224,60006) ORDER BY number, part_type ASC
Parameters:
[]
79 138.70 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49107,49281,49507,49775,51618,51632,51633,51635,51636,51807,51814,51895,51900,51902,51903,51904,51906,51907,53292,53297,53299,53302,53337,53338,53923,53945,54077,54079,54218,54864,55441,55442,55443,55444,55445,55446,56306,56308,56333,56334,56335,57999,58120,58143,58223,58224,60006) AND article_number IN ("63503023000C1","61003024000","62503027200","63503028010","0738050202","6350302610033","93511045000","64103001099","0018050103","0035100309S","63503016040C1","90103029000","63503090000","63503098010","63503097010","6350309005033","63503090016","0025060106","0025060086","0025080406S","69014017000","61342041000","62142041000","60006001021","63503190017","69014117000","60307020000","56509064100","83008000012","63506041000","63506040000","63506040050","63506041050","69008021160","63506002000","0081050161","61041080000","63506001000","0081050121","63506002060","00050198706","63530087000","76006014000","50206020000","63506026000","77236048000","63506016000","60306015100","63506017000","63532048104","0471120010","63532044000","63532006000","63532005000","63532041000","63532003000","63532011010","63532034000","0625060017","60036073150","0252012103100","63532002000","63532021000","63532001044","60038001232","0405263525","63532020000","63532035000","6031000124433A","6031001014433","60010011000","0625062052","0472052200","0760305271","60310013000","60010015000","6031007010033A","60310071000","60310171000","60310072100","60310073100","60310177100","60309176000","59009062019","60142021100","63510060100","54610459000","06923080003","7501005004433","60110014000","0625060060","60110016000","60110012000","75010051045","0019080266S","69010181044","60010084000","61010086000","78010167118","78010166100","63510067118","00050002100","60310015000","63513001033","63513002044","64113006000","63513008000","64113031000","6351300500030","63542001000","62113020100","0603100141","63513015000","63513016000","63513030000","63513019000","64113021000","64113017000","62513020000","0035100559S","63542003000","0025050106","63513080000","63513075000","64113084000","63513083000","63513081000","64113020000","63513090000","63513085000","63542004000","64113069000","69013099050","64113026000","64142046000","58007017000","69013069001","6411306000030","64113061000","0025060256","63513050033C1","63513051000","014581050162","0025060206","0934060003","0625006087","54603069000","54603068000","0738060205S","54603062200","54310086200","014579080301S","63542002000","63503039051","63536509044","63536510044","63536080000","63536001000","63536002100","0035080256S","63536002150","63536013000","63536005000","0025060206S","77036003200","0770180020","0770220020","61236008200","0770010010","77236080100","63535010000","62535009000","41001052000","54603048100","0025060126","60035048000","63535040000","0024060156","43205062100","0024060106","60035001000","63535141044","63535041044","63535026000","63535027000","00050331706","10001120000","63535065001","60335066044","70003065000","60035068000","60035067001","58007117000","63507088000","64107189000","75007092000","00050157706","63507017000","76007028000","0025050126S","49007439000","63507090000","63508099000","63508042000AB","63508041000AB","63508042050","63508041050","63508041055","63508040120","47106003160","63511054010","63508051000EBA","63508050000EBA","63508024000","63508023000","63508024010","59001092050","0021060003","69008021080","0024060206","63508008000","63508004000","63508003000","63508001020","63508001010","63508008050","6351401200056","63514012010","63514010020","63514011020","63514011000","63514010000","63514011080","63514010080","63508010000C1","63508026000EBA","63508025000EBA","60012080100","63508019000","63508013000C1","63508015000","63508016000","63503002030","63514010040","60708008071","60708008070","69008021060","69014014000","60006001022","69004060150","54603048600","0025050166","63514011010","76503075000","54603048200","0025060166","63512009000","63512008000","6061201000030","0035080406S","75008023000","0025060166S","64112181000","58412080400","60708025030","63514010010","63508025010","93008082010","63507040070","014581060201","63511053050","63511097000","63511059000","63511059050","64111053000","62111059060","63508055010","63508055000","64111096000","6070200100033","64102090000","64132070000","0025050126","60702012000","60711012000","76011073110","76011074000","61411174010","76011170100","60702039100","90112041000","90112040000","63502031000","6350204400030","63502040000","64102038000","63511049000","6030217910030","63511075000","63511078000","63511085000","64111058010","76211058000","60011093045","60011093075","60111094100","61111057000","44011076140","44011076200","44011076305","58011109130","61111018100","64111059020","76011060100","63511048000","60311034000","58605083014","76011030000","60711042000","60311042050","010642060166S","63530168000","0625062280","63533001044","63533001030","0405242813G","63533005000","63533045000","0471026000","63533003000","63533006000","63533002000","63533032000","0625068910","63533088000","63533011000","0405242813","63533034000","63533015000","0471029000","63533033000","63533014000","0405263013G","63533013000","63533016000","63533012000","63533010000","49030023000","0770020220","63533030011","0760003247000","58033029116","51033031000","58033132300","00050000992","63530057044","63530057050","63530059200","0405151913","63530059060","63530059150","0984050123S","63540001000","0618101410","60038007010","60340117200","0625060016","63540022000","58440090000","63540029000","63540020000","0618354220","0770244031","63514001200","69014017000S","60314025000","60314026000","0433100003","0797100003","58414030000","0081040121","0081645121","63514040000","63514011090","63514010090","63541101000","63541113050","63541113044","63541013010","90841123000","63541085044","61236048000","63536044000","63511033050","63541031100","63541099000","01584S3601","0025120506S","63508075000","63511066044","63507050000","64111067000","64111067010","64107051000","76011064200","63514069100","60714069050","61314069051","63514062000","63507050050","6351401006033","0081045121","43578142","52000210SET","R14042","43578206","R516","43578219","43578198S1","43578197S1","0025080206","R14032","43578176S6","43578195S6","43578209S1","RP80002","43578324S","T14034","40540882S1","R12012","46180064","46180007","46148166","RP80004","46148223","46148256","46148098","52000213","0635C129T201112","0025080256","7720103800030","0032100356S","5940103903230","63501045010","6900103600033","0988253505","0015080256S","0025080306","6350103403030S","69001084100","69001181000","69001086100","6350103203030S","0025080356","69001181010","63501072000","0025080256S","16181S55E","54601099000","0985050003","0025050206","63511066010","07700900151","63536056000","63536060000","014579050086S","77036035172","77036035176","77036035180","77036035184","77036035188","77036035192","77036035196","77036035200","77036035204","77036035208","77036035212","77036035216","77036035220","77036035224","77036035228","77036035232","77036035236","77036035240","77036035244","77036035248","77036035252","77036035256","77036035260","63536032100","77036033000","90236027000","63536036000","63536030000","63536031000","63536056050","63536028044","6353505200041","63535053000","0024060136S","63535055000","60035055150","0760153459","77236072020","0025060306S","59030023100","60335061000","0603061001","63539005000","60339003000","63539004000","60039040020","63530040000","6353000200041","07700240251","6003009400030","0025060356","0025060306","59039034000","0025050166S","63539006100","77839093000","6353000024424","0906100100","59030019200","61030019050","0603082131","60030063070","63530010000","00002506030U0","00002506060U0","0025080906","00002508090U0","0025080656","0025080556","0025080456","00002508065U0","63530099000","63530065000","63538051000","63538050000","63538035000","63530086010","0019050121S","014580060166S","63638003000","63538001022","0799080000","60038001224","63538008050","60038011100","63538002000","0402041580","0402050980","0770120020","63538012000","0770140200","0770020020","60038128000","63538026000","50337073000","61238010100","63530086000","6353008500024","61238021100","0770125015","0770170200","61338015200","07700390261","75038041200","0770060025","0025080166S","0770070025","00050000068","6353000134441","63530025300","58030020100","0770191015","63532048003","63532049000","0799090003","0760122060","63532048233","014580060206S","63532052100","0934080006","0024060156S","63534015000","0625068070","63534011200","63534012001","0625068060","79234012020","79211023000","63533022000","63534005033","56534013100","54634020000","61234014000","54634050000","54632095000","0760142460","0007025241","63534050000","63534050010","0988142005","0471140100","6413403000033","50233041500","63534051000","63534024000","63534052000","63534023000","63534002000","63534001100","75034019100","0402080200","63534036044","6353403104433","54634032100","54634031050","63505183000","63505111000C1","78105181010","27005011011","69005005005","0024060256","69005050000","0025080356S","64105050000","63541090000","63541190000","64105007100","51010086100","64105005000","58405050065","54305068100","0019080506","60405069000","61305069000","63505015000","00063001022","00063004012","00063004105","00063004106","00063004108","00063004202","00063004204","20180189INT","20180195INT","6030218004430","6030218104430","60408061050","62142041100","3214292EN","63529099000","60012060032","60012060000","76029062000","50329070000","6350403004433","50304040100","60104142000","46104066050","64104066000","54804034000","0760253270","0618222812","59404032000","54603036000","64104030020","64104037000","76504038000","63504030010","0025060456","78004070100","63504061000","64104150010","63504050000","79004030010","75015001200","76015015000","63515026010","63515003010","6351500201033","63515021000","78015119000","63515024100","78015019000","63515028000","78015021000","64115026000","61315028100","0024060136","58431082100","61315026100","63503098030","69014015000","63507047000","63507040000","63507047044","63507113000C1A","63507058000","0912050083","0912050303","63507008050","63507080100","0912050163","58507003200","58031005000","63507016000","63515027100","61007065000","61007060000","0912080403","21007008151","60307080090","00001000015","0900000601200","50203098003","50307098000","63506097000","64104099100","63503095000","21007098000","21003094000","63503097000","6030900124433A","6030901014433","60309011000","0625069068","0472047175","0760354771","60309012100","60009013000","6030917010033A","60309071000","60312033050","60309073100","60309177000","60309081100","6900113600001","60342020000","63509060000","60609015000","6353602010024","60030063050","75036052010","75036055000","0025060556","0025060405","61238091100","79435047000","0770100020","0908120153","63530036400","58530014100","63535017000","63535019100","78630044000","77336089010","0770298178","63536075000","61136175050","63536053000","6353605200033","77036054150","77336054150","0770012030","63536081000","61236082150","0080060123","61738016000","63503001100C1","63703102006C1","63703102005C1","63508019050","6350304800033","6350304900033","6350300200733","60003044100","60003152000","60003051000","60003050000","60003052000","0799060003","6410301300033","6350309019033","6350309018033","6350800600033","6350800500033","63703039066C1","63703038066C1","08000010025U0","0035080356S","0035080206S","0035100209S","63503002093","63503002090","0025060126S","58411098100","0035100456S","0035100409S","0035100609S","0025080166","014579080506S","60003041010","60003040010","63503096000","0035080356","0125080003","60307048000","54803044000","78003041050","78003040050","54603041000","0125100003","0094032253","54603048000","0035100656S","64103088000","60003044010","54310086100","61407049000","63542031044","63542040000","76042125000","014580060166","63711051000","63742002000","62111051000","63742004000","54813026100","61542090000","6354219003033","60113146000","63530007000","63530031044","63530074000","63530015000","635300140001","635300140002","63630013000","63530018344","0888040050","635300820001","635300820002","635301820001","635301820002")
Parameters:
[]
80 0.28 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1002107429
]
81 0.21 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:
[
  "1002107429"
]
82 18.02 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":šÝ·Ï\tE{¬\e9À¬Ó[e"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"(\x0F ´§\x17M†¸°‹Åli˜ñ"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"è\rë\x11èâC¢ì▒PõÊðçv"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"õpO®KüK%ŸJP:\x0FÞ;a"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"_g–D1‹H5¨cýpͦ$¥"
  b"q&ÃòÙÆB\x03˜®I/ðôeþ"
  b"ž.\vÎ×ÉM¥£sÇ\x07.­éi"
  b"â\v;‚,ÏNâ²i*[A\x08õh"
  b"ØéÝX\x04QC{îÿ©I\x1C$╔╔"
  b"ž\x00üóˆ'D¨¹‡¿ÔæÈÝJ"
  b"ɶl\Ç0B)ä;®-`ÇÑn"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"1x{'8"J¡œìn°/–îz"
  b"WlÁD\r\x07CL‰Êœ\t\x1D©á"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"ð+çGÒÏD*íþ\RÊÍÜì"
  b"\x06‘ž§\x02AÏ \e\x0FLA‘\x18í"
  b")?G^7µ@£–\x7F8÷E}߬"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ää]wN¯C ¢xëúsîâê"
  b"’×A©º€NQ–³\rñ×Ò\x14I"
  b"─ëkðè\x17BÉÆ┐`e ]\\v"
  b"þ%ü╦9ûJÇ¥àäέâ╩¿"
  b"(iäÕ¾µD\x1D½Sóçlã\x00r"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"\x10Ð@ p!G\n”Q †MT\x00]"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"\x1C\x0E*7\x06ı@\x1D¿ü÷ÜÐê┌└"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"\x0E^n60&FŸ‚'æl[XÌÚ"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"5îèSHuEa’²p×ÌDÿš"
  b"├rN\x1D¹8OÛ½│°/[üµ'"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"Kõå┌ÒABÕÂ>Á¤d\x00áÉ"
  b"ËÍ>dϘF\t»\x05ȸðÄo\e"
  b"\ee‹ž?`G\e¿’òWœ¤`Q"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"\x134\x03R~9HÙ‹û-Ü¢"JO"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"\x14†Œáb¼M<¿Vþ\x07½áþ½"
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"_ѽœ3ÂN锕ËY‚~øc"
  b"¹¶YU1\x14A\f„꺅zºˆv"
  b"▀üï\túÌGv¢%╩hY\x7F8‗"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"îØÐç1ıK1îä\x16º¹\x02\x13"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"Ø‹óx²gLò«S/O\x11å\x07\x1C"
  b"¾n5¹i\J¥¶\‘<À\x10I}"
  b"┴á°╠Á­OØäsgN£jûj"
  b"yaª¯\x1EýO‘¡ÏY-/DN„"
  b"¹Q?ü\x1Eß@´Œû:\x1CCß§k"
  b"%ã76/ûF‰®¨2¼¼xÉ\x03"
  b"åBê┼\x04\x02E▀Å\x06ʹ1§²î"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"\x19¯·9µìK¬ŠbÚà[I©_"
  b"""
    Ö\x1Dè\n
    2îCØñ\t5╔0▓Üv
    """
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"n~†‰åtFgš÷\x1A4•B$ˆ"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"¼ÚaL>ÅI6¶Dg‚×èŽÂ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"vì7¬m&M└«3Õu½µQÁ"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"""
    z\x16\n
    ?E½Ø,└\r¨\x12ôÍ
    """
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"""
    ‗Â\n
    [└ØBAÀ2ç─îÄ\x05°
    """
  b"²Z‘|{”EJ¡Bßë\x17³G®"
  b"B"¦-/BB‹ž2\x17\x03À£yÌ"
  b"€ "P\x1AaEÀŠuÁ|u¾ä\"
  b"K\x0F\t\x02ÞNO‚4µl¢]××"
  b"A;àƒ^˜B\µ9©\x00\x1DR87"
  b"-\x19­gu}MÒš¡g…£y\ed"
  b"¯ág\x0FSõBýˆ¢²),ÿ8y"
  b"ɉ»\x0FV#E»‡ƒ›\‚;Hº"
  b"\x00þ HÀ3LEìÙ<'º│Lu"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"\x1C±*µ^ÀM$®^7"bIö("
  b"ŽëðQ°ÛA­±\x05\x1DÏÒ0é'"
  b"""
    \x1ALWÅtOÞ«­\n
    â`¯Ò½
    """
  b"Rª6@¨3FFžôóÃÕGvI"
  b"\x14þ·Áb·L\fª\x04ÔúÅd ½"
  b"ø£¤═BÓEm®\x0Fü÷2hÕÕ"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"È/r§!¤Bw°\x19\x1ACs\tÄÓ"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"=\jô'ÈCÀœ‚í&^ Ëb"
  b"¬ž«ÙlxEL–È€Á¿ÏD–"
  b".\x1Dz$Ã~MM–²Ýui=%L"
  b"ðH´\x03jqMƒ¥H\x00åi\x14\x1D "
  b"³ïúO•_@{ †ü9á\x02Åê"
  b"\x1D╦z Z[I|ø\x01$\x0Fü\x13┘2"
  b"\x0E\x04ƒ╬ÖOܺ\x0Ei\x08ì¸U╩"
  b"▄┐i±þÆAìöp┐DãU■J"
  b"3█ ┼Å┤Gƒï~┤\x136¿x\x1D"
  b"$FUJfH@hƒ~5ä'ÿ¨u"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"P\x06½Õì)A²║h\x1E:ç█nô"
  b"ñ§>ºô³I(É<╬UÈ}¬k"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"³░b\x7F\x08CÚ║┐I¦ÀØø\x17"
  b"ï’MƼ£Cˆ“…UÛd›X½"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"‘ŠŸ¬¯¡N온öLœ\x15„¦"
  b")*ñ½iº@Á‚q×òÝê\x03ª"
  b"ޝ~ì”ïK\x16¡È\x00ÌJTµõ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"d><˜B¼B}¡™GÈLj!X"
  b"=¿┐\x19j;IÇÅ╬&e,╠ı╣"
  b"!\x08e\x17aãFo†Õ‹GTáy³"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"zmÛi\x1C™Fq©BZ¾\x1D\x1FÁ\f"
  b"\x08på8G¸²•0$ø"F\x06"
  b"yÐ1é()DS­©\f\t‡n"
  b"""
    ”£jûïŠBz‚¦ó\n
    oŽñ\t
    """
  b"ì‚\r\x05”…Mí­(溢‚Åp"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"\x1F¦žÝª¿Mõ—\x1E#²Ç\x18ÕÝ"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"íøÅUlýCPó3╣^B«óÆ"
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x1A焺\x04?J‚œAU°@2òŽ"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"숿s¿pDÌšdM1ˆ™÷ê"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"â\x01\x02f¼|HÞŽÍ\x07¤h+u€"
  b"yúÔó\voBü„\fð°ø".."
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"mœ½º\x12‡E;¯àÝpæköƒ"
  b"\x16§5\x08¦×Al¤–7="-ñÐ"
  b"\x035%K1\x1FL░ìL\x04:´A¯¦"
  b"ŇÁ+\x0F\x05O\x11¯\x15á聾Äâ"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"õJi\x07\x06yGÏœ^4þ¦˜äm"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x06 #K€ÁD±¯þŸ}/Ó~|"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"\x1F`БSmJ\fбàÏM¼\x0EB"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Y+-ø‹ÍKkª6é‰=øÍ\f"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"¤[•a˜¸O\x1F¶ÿ\x13ìE$ZÌ"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"ÞŽ…±uHL”ŠNàwÚ²½W"
  b"€^Ï\x0F¼mA•ŸrØM³0´\x1A"
  b"8]VÑh±A]É¥PQ█\x12╗Á"
  b"ˆZï‚x\rAû¥F\x143¸Û.Ó"
  b"“„ÇŽ;oC\x1C¨Žy!èι¤"
  b"á╔Ûy┐«N;égÛî É;/"
  b"‚ìLrx\rMˆ ç›8F©¿n"
  b"\x04’´$´Lýºiɨ|Ƨ\x08"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"´Š4C­îA\x14¶ñKðÍ–\x16g"
  b"Ûqzó”$AÒ“Òip¦W«p"
  b"\x1A8T\x13à\x11N´¹Ÿ\x05·‚ Ù³"
  b"\x7FB¬í„dB¬²+ÑÞ«0çÅ"
  b"\x04q’\n^\x1AA¼º¤\x00–VŒ0ò"
  b"Ê\x06+X©&K}¨Þ³\x06«'Ǩ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"òwxû³\x14Għ–ôì­.|Î"
  b"ö\x04\x18K:èJt£\x17xšŒ09n"
  b"\x16ñP(|ùH\Ø ÚR(ãþe"
  b"-ÔÆ–Ð\tLP¹±C¼w°=Z"
  b"ðõÍ'\r^Jk€\x05\x05ƒ\x08®\x00Ð"
  b"§Ø\x0Fı\x1DpJ¡å*\x13÷┼\x1CÝ┘"
  b"»²®ø\x07„I‘‹J\x03i-`‹@"
  b"Kfþ²ÚìD+œÕ\x17”ÝrY\v"
  b"ê´‰4ŠžL\x1AŸ)\x176zØÀƒ"
  b"ÌØõµ█5Azê╝}I¼÷\x16\f"
  b"ÍHSA}ØJÕ£ÁHÝ©\x19éä"
  b"\x16¥è’K¶²€Ò\v>lœ§"
  b"cFnJ\x0F`D\x1E¬i¤sé¿9œ"
  b"»ÄáSc┤M╚íþÅìÀ╦¥\x06"
  b"¦4─║┬+CÅï¦ZCtÓëu"
  b"¥├¶è┬║OòªDòÔ'~+Ø"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"8┐\x0EÕ#│Ck«\x11Éßþ±!k"
  b"`y─┐§ØF═å\v┌U/±6\x02"
  b"dG,¨–éL¨¢Ð‚KáeÊœ"
  b"%=O~\x14%AN–\x11f’µ \x1Ci"
  b"\x11%\x1A3O\x19–Ñ\x01fâ%¯î"
  b"\x19A‰T\x15ÀDi“(Ètn\x06c„"
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"i1æv¹[I3¬-ËÓE„D‰"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"dªM]>ÈH[ƒúËÍ™8ÎA"
  b"ã3\x00æÑ½M|ž£›eGÁgy"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ÙVJ\x1C\x053E+‘*#NòÅ\x06ú"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"!5©\x1EȰGˆ½\x17~1j\x06\e."
  b"|Mû├ÏHMıÅ\x12═x3=╚\x0F"
  b"ÉíBß²½BÂçj:\x08\x06V«ø"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"e═ü┤├‗LK┐*\vwÒ3└²"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"\x08­ÕÝÛvL ³“ø»§Zkw"
  b"Ç\x7FìÌ”@O¸ŸuÎ"\\x7F(\x17"
  b"’pÿTúÙFÄ¿?ˆê\x04ñUI"
  b"×·ÏPÉ\x12C\x01âDïÃÅöë±"
  b"äWJ™ÓÙDȈ|üIWjÔÜ"
  b"@F\x03´w\x1DL’œVÀ\x10\t "
  b"\x00¾ª╔╠\fL`ü.\x1EW¼p=\x16"
  b"Nܦb°cC\x11¾x+œƒMt‹"
  b" ÉšÊf\x03Lý¡\x00~\x1C;wÄì"
  b"²%ºì«ÏF┴û┴\x06#-\x1Eã0"
  b"À4ïƒø“AŰ“¯°äÂ\x08ž"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"ôæyÇ│%B\vÅ\x10¼KVÞ1="
  b"ÃMH¤6AIÓŠÊ\x1AÑž;Äð"
  b"”g½”:…IE•ÿb\\x12q\x01K"
  b""\x1C¼-f¨BžŠ\x15Gp†°†1"
  b"è.j8Í4G.µ Áa†ÿôI"
  b"i؈¦ºyEÉ€\x18Á_;'º'"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b"üûoø úN░úû{®þ\x00╝É"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"6\x19,UËÍC<¸Só ×‡\x08S"
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b"Ú&#\x14ßéD\f“Êx¼I\x17\fx"
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"Ztÿò\x0E\x07BÛ†Ð6¹"ýº“"
  b"€Oë8cÉG\x02ˆõÕû¯\'3"
  b"ÉaÍávLM+ŠÝÇæn\x00º–"
  b"rN\x19º—\x18D»½,\x0FùF\x05ï™"
  b"<\x00ͺš¦N\x15§’íx!{“ÿ"
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"!;Ã╣█¨CÉèƒ_\x11┌èHã"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"=³µí4ÛC=‹ï\x16©\eùÙÉ"
  b"ñ\e½Jk\x01CÛ©\¹ÉÙVæH"
  b"N¡ÅO©\x06NT„­åé4([”"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"käóÖe§D§±@2s ºŒ4"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"xïl䈵FÛ¡¯ìfÔ™ÙŸ"
  b"\rïR-„ôA³±â­³i2HÈ"
  b"˜P§³ò†KƒŠÎ¥×wì%¼"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"±„sä\x01ÆC"¼¤\x001õz3o"
  b"ör\x17Š"cD—£'®ÝG™7u"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"╚┼,-!XLZîNæüSbÇ·"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"ßxv╔t\rN\x10ƒ]╣x░│Ø3"
  b"\x19j\x1EG€#B=‡©B\x19é«zÓ"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"±Æ§ªÉ▓OtïSÏ$ø:¸Í"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"\x07Ë_ÇLØB╣ƾ\x05&\r┘ì│"
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"Ø(²Æó#I\x1F‚°â\x16IYh¡"
  b"+Ë;‡åÏBµ¥Ãë\x7Fr#yˆ"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"Þ\x1C+ÊεCx¨t$x\x0E#Èñ"
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"ñAðñ—cJû”k{kšPv\x18"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"Mº¢g±7Jº©ã‹‰áZ>\x17"
  b"mê9╦'╣J ░╬k\x12åÕqØ"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"phÁ’McA–°Ò\x14\x19Ù+Ú›"
  b"xæ’Lè5N®»\x1CÛ Ý³p\x05"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"Èmt«¹hL¸°uäjz\x13b”"
  b"–nBñ\x12 In™MNêæ±ü\e"
  b"tu÷M»¶CÖ¶¤nf\x12\x06"
  b"""
    ¾øÁÉX▒LÔ®`\x14«\n
    \x1F
    """
  b"ë_Ø`*íHuûò‗▀▀D=\x1E"
  b"»z…Z…›Gª¦uéŒ\eÖ­\x04"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"«€ô~\x13r@²¸Ÿé‡ƒâç,"
  b"U\x01§╬┬SLgäÙ[ì.Åî+"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"…6Áz¼{Kb„\x07gÑÆ\fU "
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"@iõ2­*G£ñ─Í5#îü0"
  b"MàÔv\x19ÙEɆ\x03}VÏt2Ï"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"1\x1C3ŸdqOΊ¢ºš:\x108m"
  b"¿\x1DÕ5Ò\eIn€’‡-=ÏwË"
  b"­çñû^ýDe░,rtß¹ìi"
  b"õ”RŽ–KJ\x0FºÞáXµmʤ"
  b"# ñ·\x17mAâ‡$5œ±|Il"
  b"ü.ÚRLÛC:×µYJGÊ0\x1A"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"▄§ïì█ýFJÖ·&Ó6ÖÀò"
  b"]׺ñ ýJ\x16†@\f!ʹ°€"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"§©ô┴ÂøO╬ÁµQ▓³y╩ì"
  b"6.ÞÅMÖ@h³›·ËB¸g%"
  b"«Ó\x0E\x0Fî\x1AC¿½×Øb<\5f"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"(죸EæC—ŠÏ\x1DÔ»½|\x14"
  b"¾j\x10ÄñÚKͪÅ╦C\x15×\x1Dã"
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"½Eúf\x18CHS¹mÄ<×3\x1E|"
  b"╩WÂì-óB©┐î°FÉ%\x0E/"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"é\vy\x1D-\x0EOj¬\x01•˜º¿L´"
  b"ªq+\f©˜E×™(ê|3Á\ew"
  b"O²S®•:Có†\x04Ì4';àü"
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"üÄÜŠ\x05-E9¡ß\x05À\x1Ci#d"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"ú9\x03¨üæL\x07ö\x18G\x1CkuIÞ"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"©\x1DîÑù\x07FX¯°¼ö\x1C>²p"
  b"""
    ù)ãnN;N¬½\n
    ê4\n
    äÊq
    """
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"\x13ÿþÆDç¢üž`.™:€"
  b"\x16 å\x16¿\O\v¸+ýJgPdÊ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"³¶à„å†H&£\x0E\x1D1·@X&"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"ÛHTgYÆ@~©ÝÆ„9»-P"
  b"Çû˜•ÎÄHð¯]'þió½­"
  b"¿w\x06‘ÞrB\x04¬šVÌ™MFÎ"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"h=à´µ®MUšý\x00û0†É3"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"p┌\x13┘║nNÃØDt{\x0F│ÿ└"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"Ü_▒Þ~pJéô5IüOî▒?"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"îÿ╬A═%ESØø±6åmïä"
  b"bÅpáÿ‹F ´ÀÙ†`Ž)9"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"í[\x11\x05ˆmI\x14‘¦ÿtCñÿ."
  b"+Ę\x18IrC­»`¿BPв4"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"QF^\x1AñÉLK›^Æ-I \x1Cï"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b";NbgÞ¿G'¼I«8.æ³x"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"IŸF_+—@[€)(š‚Xå`"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"Oÿè$ÔÌNÓµºrÈá?¡’"
  b"\vÚú¨ü9N\x1C Ò«}J}l,"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"ÁÖ4Â@ßMCªÅ{Ûôk└▒"
  b" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"C]—”òÍMijĎnO€)Ï"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"›¶•[ .DË™}8B;ŸC("
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"\fgæGMܱû©e±.ÍŠ"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"ŽNSà,‚Ië¼aÞHÄ\Á“"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"j»hXƒãBíÂô\x12ìAÈ)■"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"¦o94£ÉG?åo7f┬{æy"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"õX-^+„G׎2kT\tÎLJ"
  b"ZkŠQy$Dð¦Ó¸ I´Gê"
  b"1ú’\x15±ÌEb—-÷2ÔÛ‰ð"
  b"±\x18ß«\x13\x05E·ºt[Ý–+}µ"
  b"mÚø`3ËJ§–¹Wµ®¯çŒ"
  b"ßd\x080ô«D*¶\x1FS\x1F\x153Î6"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"²ÓÆF\x14AAT”\t99Å2=«"
  b"ïbrö~"@\r·b¨HlH\x19"
  b"B´ˆrÍÿB,•á÷öž`òÍ"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"\x00æ¢ùHTIX¼-ôTç\x07NL"
  b"9¡Ô╗©DIõØä\x18╠╬PWÆ"
  b"\x1AI6ƒC)CϬ%hÇ.U=\x16"
  b"ÌX×_'¹C²³\x0EíIëœV\x02"
  b"IP…1\e1GO íòs=\x1A…?"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b":zùúÆöD; Uš4jx1C"
  b"Ü9N6¯åB2ª\x11ùXB76M"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"\x1F·ð„ \x11J\x17”*DÑYç«\x0E"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"ó\eÖâàÅJ\▒╣°)Ö¯Ñà"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"Œ\x10\x0E­A¾šHe}?9q$"
  b"|\x03Å4╝éNÀï\x12\x14h÷zwð"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"÷õ±_\x06”EÞª»ù…\x1C7у"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"\x14+dqOL¤gæ\x07¿Ê”Õ"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"L‚†z†òB¬‚aˆñ€¯O"
  b"Šþ²ð\x196LÔ…@`ç·*Áy"
  b"Ø\x04Ïì¬ÂEÌ░Ø®\f\x03Ë"
  b"ç­íÔk\x1EC<ƒÍö£à´ŒL"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"š\x1DöÓ\x12\x08@hƒwXý)SØ"
  b"Yü5▓¡\x05Kıæ+i\)Âîz"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"coÎ\x05Ø«H)öJýaƒ_Xë"
  b"ŽÃ¿­›?A–¨oŸ\x17Rýu"
  b"\x1D]\r¤L»╗\x02)ÀWÙíì"
  b".┐&‗(\x06Hò┐\¨Â÷╝É%"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"ÜÑWšWïBé÷kšü¢\vÙ"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"\x03“•ûËNAÓžo¯à‡òkH"
  b"\x02ìp¯^³E©üJmÞ¿╗xÿ"
  b"""
    \n
    XÚ[Y\x1EL–…\x7FØg\x1Ai\x1D
    """
  b"\x05¥\x05Û'qM½¢üe§\x18jë‰"
  b"?#Œ"žæFŸ¡+;cJƒl\x1E"
  b"-\t6RA1BߴމMµ=ª&"
  b"Z\x07:O\x12æIõ¥Q\x0Eú9w®9"
  b"█Æ\x14üòëL\x15£¶î|IçÐ\x18"
  b"†ð×\x1C5REç¿KNö: <ö"
  b"­\x06©s'ÁHãüe╬gıB\x1Fö"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"¤\x06|┬íÅK\x11íkê\x00Æé\x1E#"
  b"ÆÊ®ÿµ\x10I╔ì³vJ\x13╝L±"
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"Á‹2\x12n2K¢·H{M8\x01&\x16"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"gg—õò²Aq¼«6Óè‹DÁ"
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"ÍÚ;\x1Fñ¿Ayª#\x12\x19ã—"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"ÝË\x12¹oSB2…%\x0F™ì¿r÷"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"(HÀò—\tN7¶\x00(aùùìˆ"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"ÓCi½Õ═H\x01ɳºº)ÃB\"
  b"Zµ>ÈØVFy¡3 p‘ŒbØ"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"˜Ø˜>CíM½§4z?åÔRÂ"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"²Ÿ•h[xI\x12©ˆs\x1F\tèDÏ"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"F~óÅ[S@\x00╗o\x0FjÏ·\x1DÈ"
  b"}VÓ!ÖƒJ$£Q\x14½É§^Ê"
  b"¤ ò:{Aë¾!H¿\x08÷%2"
  b"ñ\x10\x17\fM§¶–i,\x02hjï"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"~Æ9\x01\x05ˆDœµ„W3—kîÿ"
  b"Áhiü¶ÊMWê─\x01©²T┤ò"
  b"8Ù¿Þƒ®Kf²FÔOm\x1C×\t"
  b"ä'\vÊp\tF#¨P0M‘øå4"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"\x06A▒├ASöØÕìîx\t"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Õå:Þº┌CÈÉÏÄn ËUÁ"
  b"·Ÿ¬\x13\x01…CK¦‡/Ì=Øö$"
  b"ªPN[Í7O\x19—“deV}!u"
  b"\x19\x14\x08Mµµ\x18‰‡¶vúk"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b",ü¤/\x14ƒE└í\x1A\x10wù±6Ê"
  b"db6ebQN\ŒÜÌE£&SÂ"
  b"á\x05¡ÿì¹I\x19äáO߃~Ew"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"U!J\x163ûJs¯ÛDÈ®\x1F\v\t"
  b"ܾ“ÜU˜Mº§Ï\x02•—\f°\x08"
  b"Í4VÁŠ/K˜‡ííRÀ/Sæ"
  b"\r\x08Å\fÑ7J@│\x13ÜÂù║ɺ"
  b"`p\x01×█ßF╦ƒ¸Éb×c;©"
  b"\x01 .╬\x14éEÀü¢Èíéõg¨"
  b"""
    _y\x13\x7F†ûI‡•\x07,3Ô\n
    G\x12
    """
  b"Ð\x1C=0þCBC╗¢ÅÓ¯ÕMP"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"ÚAu-3ÂM¥üî³$­¯\x11?"
  b"¡d#€Î'D—¹Sg¾±"fè"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"ü▄æv\x02╚L"Æ\x00┼ü\x0EÑ;k"
  b"\ðB\x1E\x1F>F\x14½×:\x16&g˜h"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b" 7Z×—\x12KQ¥¹«r&*²·"
  b"K_¤´=®@@²]Ä<”QQp"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"¥X#\x06:PF®‚3L½ÞŸn³"
  b"~Ñ…\e¥OL°£€øÐŽêßr"
  b"\x1Ež.æ\x1F\x11H1—êÍŠ}ÒÓU"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"ÉlPùÿlG░¢¤\x11ÃÌXó\x05"
  b"©Õ‹­•÷HG²º?h&\x1AÙ¶"
  b"6‰Ø4yØNÊ¡^³Ë&¤ßA"
  b";,\\x03Šˆ@\x1F¥\x02Û^íÜú\x0F"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"\x00wl÷þÁI·‹,êìßV/•"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"\x06«É`ºâN\x0E”¯/ì‘\x1F"
  b"M \x08r×[Fþ²q\x17Mðƒ~û"
  b"ØúÜœ¾\x15Jÿ›o“\x03Ó…ô–"
  b"ª&"\x10X\x1AL\rœ­~\e¾Ÿ½I"
  b"¸Ÿ_Å\vCN0¶jf‰–ìF°"
  b"ÊoAcSXM!¡)ƒØ0&X¢"
  b"\t\x1A{¦ñFžºS¥+ôtv¬"
  b"æSÓünkM¿½ñ▀ä\x11(▓¤"
  b" \x195└\x15-Lò┐{Étı\taB"
  b"""
    Ç-]╠} B\x19ÉØ²ã¨ö\n
     
    """
  b"¾·T¿À\x7FIë¯2Í댪²R"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"˸t…RNKK ”Ð=\x1AIƒ™"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"É^=\x1A»ÙH\tïvöÔºc~Q"
  b"I™KE\x1CˆB\eŒ\x10Ò•²yèœ"
  b",)$»SíJ®ÉÚ\x0Fµ¢\x08\x18M"
  b"\x11;.■yjAüäk│░ÕÈ÷¦"
  b"£\\x15«ÝŠD’¥2-Cò\x0F"
  b"╩[nEIüA^ƒ!âõ█áx§"
  b"Êâ;åê;KUì┼î`ÃdP:"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"ÂPÆ¢òÓJ_«÷®¨}“ÿ«"
  b"K›ÂJq>L\x07¼IÚe³pZþ"
  b"³N?Ä~bA7┤<\x1E¹¾Å\f±"
  b"\x15\x1A@}ë‘Fi„2U0—œÔp"
  b"""
     öñÎŒ)C\n
    £M<\x15UäSë
    """
  b"\x14Ér█\x11³N%Â\x14·ÚC\x00Z\x18"
  b"Ç¥rŸN\x1EJÍ¼ÜÆ®²ÛüG"
  b"\x17µNøÕCEP»û$È:3Nµ"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"┐ß¶o,╬Omì\x07?WÎ■\x10\x1A"
  b"6\x13'òŠ1B®‹F:\x01\x00Ç› "
  b"ÿ\x1DÞËW\x19BDœÿ6ÏE÷Qv"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"ÎÅ C\x1F\vE…‰˜·(üFQê"
  b"Bâ®éÝRH!ìÒï~╬OÅö"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"#OêcõAJŒ³žnb¾\x0853"
  b"äßî\x05–~F}º\x12øèLk‹\x05"
  b"®L²│j4A?ïwNpÏ\x17"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"Ûî·\x19XˆLÇ¢R¯ö\x07¯l‘"
  b"├▓\x1FîÉvN█│¸É¤i\x12m="
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b"†_ºk‚ÀA£œm¬¨\x03pÄõ"
  b"mló\x1C8@Dp ºªø\x7F.-Î"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"*-Ä8S\x1DKj™w½µÕFïo"
  b"\x02x.“\x0EÂAu­ê‰­Ð•(4"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"vÊÓhr┤@┴üYÊê░Â\x11Õ"
  b"\x1C‡M\x07!´GS¯L°V\fttj"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"dº;\x13u\x0EF¦Ç¬\vÉ©OÁ\"
  b"9Æç^ɦG┤┐╗³«·├\x02\x06"
  b"N§Z\x1D\x12ÔN╠î8ü½bhp:"
  b"†’˜\x11ûnH\x0F¦\e+\x13u˜Bo"
  b"21skGu@6Åû\x1EC¶╚¼ı"
  b";Ð첫wO£µ‡0)ÿ\x16ó["
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"ø¯,™,9I>†ä h÷Yñ6"
  b"ÝÐÚ¥@ÿE. 8sO;\vÓ]"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"UÉ$|BöE,‡:Š©|û7]"
]
83 44.66 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":šÝ·Ï\tE{¬\e9À¬Ó[e"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"(\x0F ´§\x17M†¸°‹Åli˜ñ"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"è\rë\x11èâC¢ì▒PõÊðçv"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"õpO®KüK%ŸJP:\x0FÞ;a"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"_g–D1‹H5¨cýpͦ$¥"
  b"q&ÃòÙÆB\x03˜®I/ðôeþ"
  b"ž.\vÎ×ÉM¥£sÇ\x07.­éi"
  b"â\v;‚,ÏNâ²i*[A\x08õh"
  b"ØéÝX\x04QC{îÿ©I\x1C$╔╔"
  b"ž\x00üóˆ'D¨¹‡¿ÔæÈÝJ"
  b"ɶl\Ç0B)ä;®-`ÇÑn"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"1x{'8"J¡œìn°/–îz"
  b"WlÁD\r\x07CL‰Êœ\t\x1D©á"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"ð+çGÒÏD*íþ\RÊÍÜì"
  b"\x06‘ž§\x02AÏ \e\x0FLA‘\x18í"
  b")?G^7µ@£–\x7F8÷E}߬"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ää]wN¯C ¢xëúsîâê"
  b"’×A©º€NQ–³\rñ×Ò\x14I"
  b"─ëkðè\x17BÉÆ┐`e ]\\v"
  b"þ%ü╦9ûJÇ¥àäέâ╩¿"
  b"(iäÕ¾µD\x1D½Sóçlã\x00r"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"\x10Ð@ p!G\n”Q †MT\x00]"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"\x1C\x0E*7\x06ı@\x1D¿ü÷ÜÐê┌└"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"\x0E^n60&FŸ‚'æl[XÌÚ"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"5îèSHuEa’²p×ÌDÿš"
  b"├rN\x1D¹8OÛ½│°/[üµ'"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"Kõå┌ÒABÕÂ>Á¤d\x00áÉ"
  b"ËÍ>dϘF\t»\x05ȸðÄo\e"
  b"\ee‹ž?`G\e¿’òWœ¤`Q"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"\x134\x03R~9HÙ‹û-Ü¢"JO"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"\x14†Œáb¼M<¿Vþ\x07½áþ½"
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"_ѽœ3ÂN锕ËY‚~øc"
  b"¹¶YU1\x14A\f„꺅zºˆv"
  b"▀üï\túÌGv¢%╩hY\x7F8‗"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"îØÐç1ıK1îä\x16º¹\x02\x13"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"Ø‹óx²gLò«S/O\x11å\x07\x1C"
  b"¾n5¹i\J¥¶\‘<À\x10I}"
  b"┴á°╠Á­OØäsgN£jûj"
  b"yaª¯\x1EýO‘¡ÏY-/DN„"
  b"¹Q?ü\x1Eß@´Œû:\x1CCß§k"
  b"%ã76/ûF‰®¨2¼¼xÉ\x03"
  b"åBê┼\x04\x02E▀Å\x06ʹ1§²î"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"\x19¯·9µìK¬ŠbÚà[I©_"
  b"""
    Ö\x1Dè\n
    2îCØñ\t5╔0▓Üv
    """
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"n~†‰åtFgš÷\x1A4•B$ˆ"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"¼ÚaL>ÅI6¶Dg‚×èŽÂ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"vì7¬m&M└«3Õu½µQÁ"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"""
    z\x16\n
    ?E½Ø,└\r¨\x12ôÍ
    """
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"""
    ‗Â\n
    [└ØBAÀ2ç─îÄ\x05°
    """
  b"²Z‘|{”EJ¡Bßë\x17³G®"
  b"B"¦-/BB‹ž2\x17\x03À£yÌ"
  b"€ "P\x1AaEÀŠuÁ|u¾ä\"
  b"K\x0F\t\x02ÞNO‚4µl¢]××"
  b"A;àƒ^˜B\µ9©\x00\x1DR87"
  b"-\x19­gu}MÒš¡g…£y\ed"
  b"¯ág\x0FSõBýˆ¢²),ÿ8y"
  b"ɉ»\x0FV#E»‡ƒ›\‚;Hº"
  b"\x00þ HÀ3LEìÙ<'º│Lu"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"\x1C±*µ^ÀM$®^7"bIö("
  b"ŽëðQ°ÛA­±\x05\x1DÏÒ0é'"
  b"""
    \x1ALWÅtOÞ«­\n
    â`¯Ò½
    """
  b"Rª6@¨3FFžôóÃÕGvI"
  b"\x14þ·Áb·L\fª\x04ÔúÅd ½"
  b"ø£¤═BÓEm®\x0Fü÷2hÕÕ"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"È/r§!¤Bw°\x19\x1ACs\tÄÓ"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"=\jô'ÈCÀœ‚í&^ Ëb"
  b"¬ž«ÙlxEL–È€Á¿ÏD–"
  b".\x1Dz$Ã~MM–²Ýui=%L"
  b"ðH´\x03jqMƒ¥H\x00åi\x14\x1D "
  b"³ïúO•_@{ †ü9á\x02Åê"
  b"\x1D╦z Z[I|ø\x01$\x0Fü\x13┘2"
  b"\x0E\x04ƒ╬ÖOܺ\x0Ei\x08ì¸U╩"
  b"▄┐i±þÆAìöp┐DãU■J"
  b"3█ ┼Å┤Gƒï~┤\x136¿x\x1D"
  b"$FUJfH@hƒ~5ä'ÿ¨u"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"P\x06½Õì)A²║h\x1E:ç█nô"
  b"ñ§>ºô³I(É<╬UÈ}¬k"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"³░b\x7F\x08CÚ║┐I¦ÀØø\x17"
  b"ï’MƼ£Cˆ“…UÛd›X½"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"‘ŠŸ¬¯¡N온öLœ\x15„¦"
  b")*ñ½iº@Á‚q×òÝê\x03ª"
  b"ޝ~ì”ïK\x16¡È\x00ÌJTµõ"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"d><˜B¼B}¡™GÈLj!X"
  b"=¿┐\x19j;IÇÅ╬&e,╠ı╣"
  b"!\x08e\x17aãFo†Õ‹GTáy³"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"zmÛi\x1C™Fq©BZ¾\x1D\x1FÁ\f"
  b"\x08på8G¸²•0$ø"F\x06"
  b"yÐ1é()DS­©\f\t‡n"
  b"""
    ”£jûïŠBz‚¦ó\n
    oŽñ\t
    """
  b"ì‚\r\x05”…Mí­(溢‚Åp"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"\x1F¦žÝª¿Mõ—\x1E#²Ç\x18ÕÝ"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"íøÅUlýCPó3╣^B«óÆ"
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x1A焺\x04?J‚œAU°@2òŽ"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"숿s¿pDÌšdM1ˆ™÷ê"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"â\x01\x02f¼|HÞŽÍ\x07¤h+u€"
  b"yúÔó\voBü„\fð°ø".."
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"mœ½º\x12‡E;¯àÝpæköƒ"
  b"\x16§5\x08¦×Al¤–7="-ñÐ"
  b"\x035%K1\x1FL░ìL\x04:´A¯¦"
  b"ŇÁ+\x0F\x05O\x11¯\x15á聾Äâ"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"õJi\x07\x06yGÏœ^4þ¦˜äm"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x06 #K€ÁD±¯þŸ}/Ó~|"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"\x1F`БSmJ\fбàÏM¼\x0EB"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Y+-ø‹ÍKkª6é‰=øÍ\f"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"¤[•a˜¸O\x1F¶ÿ\x13ìE$ZÌ"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"ÞŽ…±uHL”ŠNàwÚ²½W"
  b"€^Ï\x0F¼mA•ŸrØM³0´\x1A"
  b"8]VÑh±A]É¥PQ█\x12╗Á"
  b"ˆZï‚x\rAû¥F\x143¸Û.Ó"
  b"“„ÇŽ;oC\x1C¨Žy!èι¤"
  b"á╔Ûy┐«N;égÛî É;/"
  b"‚ìLrx\rMˆ ç›8F©¿n"
  b"\x04’´$´Lýºiɨ|Ƨ\x08"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"´Š4C­îA\x14¶ñKðÍ–\x16g"
  b"Ûqzó”$AÒ“Òip¦W«p"
  b"\x1A8T\x13à\x11N´¹Ÿ\x05·‚ Ù³"
  b"\x7FB¬í„dB¬²+ÑÞ«0çÅ"
  b"\x04q’\n^\x1AA¼º¤\x00–VŒ0ò"
  b"Ê\x06+X©&K}¨Þ³\x06«'Ǩ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"òwxû³\x14Għ–ôì­.|Î"
  b"ö\x04\x18K:èJt£\x17xšŒ09n"
  b"\x16ñP(|ùH\Ø ÚR(ãþe"
  b"-ÔÆ–Ð\tLP¹±C¼w°=Z"
  b"ðõÍ'\r^Jk€\x05\x05ƒ\x08®\x00Ð"
  b"§Ø\x0Fı\x1DpJ¡å*\x13÷┼\x1CÝ┘"
  b"»²®ø\x07„I‘‹J\x03i-`‹@"
  b"Kfþ²ÚìD+œÕ\x17”ÝrY\v"
  b"ê´‰4ŠžL\x1AŸ)\x176zØÀƒ"
  b"ÌØõµ█5Azê╝}I¼÷\x16\f"
  b"ÍHSA}ØJÕ£ÁHÝ©\x19éä"
  b"\x16¥è’K¶²€Ò\v>lœ§"
  b"cFnJ\x0F`D\x1E¬i¤sé¿9œ"
  b"»ÄáSc┤M╚íþÅìÀ╦¥\x06"
  b"¦4─║┬+CÅï¦ZCtÓëu"
  b"¥├¶è┬║OòªDòÔ'~+Ø"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"8┐\x0EÕ#│Ck«\x11Éßþ±!k"
  b"`y─┐§ØF═å\v┌U/±6\x02"
  b"dG,¨–éL¨¢Ð‚KáeÊœ"
  b"%=O~\x14%AN–\x11f’µ \x1Ci"
  b"\x11%\x1A3O\x19–Ñ\x01fâ%¯î"
  b"\x19A‰T\x15ÀDi“(Ètn\x06c„"
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"i1æv¹[I3¬-ËÓE„D‰"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"dªM]>ÈH[ƒúËÍ™8ÎA"
  b"ã3\x00æÑ½M|ž£›eGÁgy"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ÙVJ\x1C\x053E+‘*#NòÅ\x06ú"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"!5©\x1EȰGˆ½\x17~1j\x06\e."
  b"|Mû├ÏHMıÅ\x12═x3=╚\x0F"
  b"ÉíBß²½BÂçj:\x08\x06V«ø"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"e═ü┤├‗LK┐*\vwÒ3└²"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"\x08­ÕÝÛvL ³“ø»§Zkw"
  b"Ç\x7FìÌ”@O¸ŸuÎ"\\x7F(\x17"
  b"’pÿTúÙFÄ¿?ˆê\x04ñUI"
  b"×·ÏPÉ\x12C\x01âDïÃÅöë±"
  b"äWJ™ÓÙDȈ|üIWjÔÜ"
  b"@F\x03´w\x1DL’œVÀ\x10\t "
  b"\x00¾ª╔╠\fL`ü.\x1EW¼p=\x16"
  b"Nܦb°cC\x11¾x+œƒMt‹"
  b" ÉšÊf\x03Lý¡\x00~\x1C;wÄì"
  b"²%ºì«ÏF┴û┴\x06#-\x1Eã0"
  b"À4ïƒø“AŰ“¯°äÂ\x08ž"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"ôæyÇ│%B\vÅ\x10¼KVÞ1="
  b"ÃMH¤6AIÓŠÊ\x1AÑž;Äð"
  b"”g½”:…IE•ÿb\\x12q\x01K"
  b""\x1C¼-f¨BžŠ\x15Gp†°†1"
  b"è.j8Í4G.µ Áa†ÿôI"
  b"i؈¦ºyEÉ€\x18Á_;'º'"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b"üûoø úN░úû{®þ\x00╝É"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"6\x19,UËÍC<¸Só ×‡\x08S"
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b"Ú&#\x14ßéD\f“Êx¼I\x17\fx"
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"Ztÿò\x0E\x07BÛ†Ð6¹"ýº“"
  b"€Oë8cÉG\x02ˆõÕû¯\'3"
  b"ÉaÍávLM+ŠÝÇæn\x00º–"
  b"rN\x19º—\x18D»½,\x0FùF\x05ï™"
  b"<\x00ͺš¦N\x15§’íx!{“ÿ"
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"!;Ã╣█¨CÉèƒ_\x11┌èHã"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"=³µí4ÛC=‹ï\x16©\eùÙÉ"
  b"ñ\e½Jk\x01CÛ©\¹ÉÙVæH"
  b"N¡ÅO©\x06NT„­åé4([”"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"käóÖe§D§±@2s ºŒ4"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"xïl䈵FÛ¡¯ìfÔ™ÙŸ"
  b"\rïR-„ôA³±â­³i2HÈ"
  b"˜P§³ò†KƒŠÎ¥×wì%¼"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"±„sä\x01ÆC"¼¤\x001õz3o"
  b"ör\x17Š"cD—£'®ÝG™7u"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"╚┼,-!XLZîNæüSbÇ·"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"ßxv╔t\rN\x10ƒ]╣x░│Ø3"
  b"\x19j\x1EG€#B=‡©B\x19é«zÓ"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"±Æ§ªÉ▓OtïSÏ$ø:¸Í"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"\x07Ë_ÇLØB╣ƾ\x05&\r┘ì│"
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"Ø(²Æó#I\x1F‚°â\x16IYh¡"
  b"+Ë;‡åÏBµ¥Ãë\x7Fr#yˆ"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"Þ\x1C+ÊεCx¨t$x\x0E#Èñ"
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"ñAðñ—cJû”k{kšPv\x18"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"Mº¢g±7Jº©ã‹‰áZ>\x17"
  b"mê9╦'╣J ░╬k\x12åÕqØ"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"phÁ’McA–°Ò\x14\x19Ù+Ú›"
  b"xæ’Lè5N®»\x1CÛ Ý³p\x05"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"Èmt«¹hL¸°uäjz\x13b”"
  b"–nBñ\x12 In™MNêæ±ü\e"
  b"tu÷M»¶CÖ¶¤nf\x12\x06"
  b"""
    ¾øÁÉX▒LÔ®`\x14«\n
    \x1F
    """
  b"ë_Ø`*íHuûò‗▀▀D=\x1E"
  b"»z…Z…›Gª¦uéŒ\eÖ­\x04"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"«€ô~\x13r@²¸Ÿé‡ƒâç,"
  b"U\x01§╬┬SLgäÙ[ì.Åî+"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"…6Áz¼{Kb„\x07gÑÆ\fU "
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"@iõ2­*G£ñ─Í5#îü0"
  b"MàÔv\x19ÙEɆ\x03}VÏt2Ï"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"1\x1C3ŸdqOΊ¢ºš:\x108m"
  b"¿\x1DÕ5Ò\eIn€’‡-=ÏwË"
  b"­çñû^ýDe░,rtß¹ìi"
  b"õ”RŽ–KJ\x0FºÞáXµmʤ"
  b"# ñ·\x17mAâ‡$5œ±|Il"
  b"ü.ÚRLÛC:×µYJGÊ0\x1A"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"▄§ïì█ýFJÖ·&Ó6ÖÀò"
  b"]׺ñ ýJ\x16†@\f!ʹ°€"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"§©ô┴ÂøO╬ÁµQ▓³y╩ì"
  b"6.ÞÅMÖ@h³›·ËB¸g%"
  b"«Ó\x0E\x0Fî\x1AC¿½×Øb<\5f"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"(죸EæC—ŠÏ\x1DÔ»½|\x14"
  b"¾j\x10ÄñÚKͪÅ╦C\x15×\x1Dã"
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"½Eúf\x18CHS¹mÄ<×3\x1E|"
  b"╩WÂì-óB©┐î°FÉ%\x0E/"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"é\vy\x1D-\x0EOj¬\x01•˜º¿L´"
  b"ªq+\f©˜E×™(ê|3Á\ew"
  b"O²S®•:Có†\x04Ì4';àü"
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"üÄÜŠ\x05-E9¡ß\x05À\x1Ci#d"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"ú9\x03¨üæL\x07ö\x18G\x1CkuIÞ"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"©\x1DîÑù\x07FX¯°¼ö\x1C>²p"
  b"""
    ù)ãnN;N¬½\n
    ê4\n
    äÊq
    """
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"\x13ÿþÆDç¢üž`.™:€"
  b"\x16 å\x16¿\O\v¸+ýJgPdÊ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"³¶à„å†H&£\x0E\x1D1·@X&"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"ÛHTgYÆ@~©ÝÆ„9»-P"
  b"Çû˜•ÎÄHð¯]'þió½­"
  b"¿w\x06‘ÞrB\x04¬šVÌ™MFÎ"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"h=à´µ®MUšý\x00û0†É3"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"p┌\x13┘║nNÃØDt{\x0F│ÿ└"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"Ü_▒Þ~pJéô5IüOî▒?"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"îÿ╬A═%ESØø±6åmïä"
  b"bÅpáÿ‹F ´ÀÙ†`Ž)9"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"í[\x11\x05ˆmI\x14‘¦ÿtCñÿ."
  b"+Ę\x18IrC­»`¿BPв4"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"QF^\x1AñÉLK›^Æ-I \x1Cï"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b";NbgÞ¿G'¼I«8.æ³x"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"IŸF_+—@[€)(š‚Xå`"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"Oÿè$ÔÌNÓµºrÈá?¡’"
  b"\vÚú¨ü9N\x1C Ò«}J}l,"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"ÁÖ4Â@ßMCªÅ{Ûôk└▒"
  b" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"C]—”òÍMijĎnO€)Ï"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"›¶•[ .DË™}8B;ŸC("
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"\fgæGMܱû©e±.ÍŠ"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"ŽNSà,‚Ië¼aÞHÄ\Á“"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"j»hXƒãBíÂô\x12ìAÈ)■"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"¦o94£ÉG?åo7f┬{æy"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"õX-^+„G׎2kT\tÎLJ"
  b"ZkŠQy$Dð¦Ó¸ I´Gê"
  b"1ú’\x15±ÌEb—-÷2ÔÛ‰ð"
  b"±\x18ß«\x13\x05E·ºt[Ý–+}µ"
  b"mÚø`3ËJ§–¹Wµ®¯çŒ"
  b"ßd\x080ô«D*¶\x1FS\x1F\x153Î6"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"²ÓÆF\x14AAT”\t99Å2=«"
  b"ïbrö~"@\r·b¨HlH\x19"
  b"B´ˆrÍÿB,•á÷öž`òÍ"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"\x00æ¢ùHTIX¼-ôTç\x07NL"
  b"9¡Ô╗©DIõØä\x18╠╬PWÆ"
  b"\x1AI6ƒC)CϬ%hÇ.U=\x16"
  b"ÌX×_'¹C²³\x0EíIëœV\x02"
  b"IP…1\e1GO íòs=\x1A…?"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b":zùúÆöD; Uš4jx1C"
  b"Ü9N6¯åB2ª\x11ùXB76M"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"\x1F·ð„ \x11J\x17”*DÑYç«\x0E"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"ó\eÖâàÅJ\▒╣°)Ö¯Ñà"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"Œ\x10\x0E­A¾šHe}?9q$"
  b"|\x03Å4╝éNÀï\x12\x14h÷zwð"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"÷õ±_\x06”EÞª»ù…\x1C7у"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"\x14+dqOL¤gæ\x07¿Ê”Õ"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"L‚†z†òB¬‚aˆñ€¯O"
  b"Šþ²ð\x196LÔ…@`ç·*Áy"
  b"Ø\x04Ïì¬ÂEÌ░Ø®\f\x03Ë"
  b"ç­íÔk\x1EC<ƒÍö£à´ŒL"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"š\x1DöÓ\x12\x08@hƒwXý)SØ"
  b"Yü5▓¡\x05Kıæ+i\)Âîz"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"coÎ\x05Ø«H)öJýaƒ_Xë"
  b"ŽÃ¿­›?A–¨oŸ\x17Rýu"
  b"\x1D]\r¤L»╗\x02)ÀWÙíì"
  b".┐&‗(\x06Hò┐\¨Â÷╝É%"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"ÜÑWšWïBé÷kšü¢\vÙ"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"\x03“•ûËNAÓžo¯à‡òkH"
  b"\x02ìp¯^³E©üJmÞ¿╗xÿ"
  b"""
    \n
    XÚ[Y\x1EL–…\x7FØg\x1Ai\x1D
    """
  b"\x05¥\x05Û'qM½¢üe§\x18jë‰"
  b"?#Œ"žæFŸ¡+;cJƒl\x1E"
  b"-\t6RA1BߴމMµ=ª&"
  b"Z\x07:O\x12æIõ¥Q\x0Eú9w®9"
  b"█Æ\x14üòëL\x15£¶î|IçÐ\x18"
  b"†ð×\x1C5REç¿KNö: <ö"
  b"­\x06©s'ÁHãüe╬gıB\x1Fö"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"¤\x06|┬íÅK\x11íkê\x00Æé\x1E#"
  b"ÆÊ®ÿµ\x10I╔ì³vJ\x13╝L±"
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"Á‹2\x12n2K¢·H{M8\x01&\x16"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"gg—õò²Aq¼«6Óè‹DÁ"
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"ÍÚ;\x1Fñ¿Ayª#\x12\x19ã—"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"ÝË\x12¹oSB2…%\x0F™ì¿r÷"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"(HÀò—\tN7¶\x00(aùùìˆ"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"ÓCi½Õ═H\x01ɳºº)ÃB\"
  b"Zµ>ÈØVFy¡3 p‘ŒbØ"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"˜Ø˜>CíM½§4z?åÔRÂ"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"²Ÿ•h[xI\x12©ˆs\x1F\tèDÏ"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"F~óÅ[S@\x00╗o\x0FjÏ·\x1DÈ"
  b"}VÓ!ÖƒJ$£Q\x14½É§^Ê"
  b"¤ ò:{Aë¾!H¿\x08÷%2"
  b"ñ\x10\x17\fM§¶–i,\x02hjï"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"~Æ9\x01\x05ˆDœµ„W3—kîÿ"
  b"Áhiü¶ÊMWê─\x01©²T┤ò"
  b"8Ù¿Þƒ®Kf²FÔOm\x1C×\t"
  b"ä'\vÊp\tF#¨P0M‘øå4"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"\x06A▒├ASöØÕìîx\t"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Õå:Þº┌CÈÉÏÄn ËUÁ"
  b"·Ÿ¬\x13\x01…CK¦‡/Ì=Øö$"
  b"ªPN[Í7O\x19—“deV}!u"
  b"\x19\x14\x08Mµµ\x18‰‡¶vúk"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b",ü¤/\x14ƒE└í\x1A\x10wù±6Ê"
  b"db6ebQN\ŒÜÌE£&SÂ"
  b"á\x05¡ÿì¹I\x19äáO߃~Ew"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"U!J\x163ûJs¯ÛDÈ®\x1F\v\t"
  b"ܾ“ÜU˜Mº§Ï\x02•—\f°\x08"
  b"Í4VÁŠ/K˜‡ííRÀ/Sæ"
  b"\r\x08Å\fÑ7J@│\x13ÜÂù║ɺ"
  b"`p\x01×█ßF╦ƒ¸Éb×c;©"
  b"\x01 .╬\x14éEÀü¢Èíéõg¨"
  b"""
    _y\x13\x7F†ûI‡•\x07,3Ô\n
    G\x12
    """
  b"Ð\x1C=0þCBC╗¢ÅÓ¯ÕMP"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"ÚAu-3ÂM¥üî³$­¯\x11?"
  b"¡d#€Î'D—¹Sg¾±"fè"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"ü▄æv\x02╚L"Æ\x00┼ü\x0EÑ;k"
  b"\ðB\x1E\x1F>F\x14½×:\x16&g˜h"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b" 7Z×—\x12KQ¥¹«r&*²·"
  b"K_¤´=®@@²]Ä<”QQp"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"¥X#\x06:PF®‚3L½ÞŸn³"
  b"~Ñ…\e¥OL°£€øÐŽêßr"
  b"\x1Ež.æ\x1F\x11H1—êÍŠ}ÒÓU"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"ÉlPùÿlG░¢¤\x11ÃÌXó\x05"
  b"©Õ‹­•÷HG²º?h&\x1AÙ¶"
  b"6‰Ø4yØNÊ¡^³Ë&¤ßA"
  b";,\\x03Šˆ@\x1F¥\x02Û^íÜú\x0F"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"\x00wl÷þÁI·‹,êìßV/•"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"\x06«É`ºâN\x0E”¯/ì‘\x1F"
  b"M \x08r×[Fþ²q\x17Mðƒ~û"
  b"ØúÜœ¾\x15Jÿ›o“\x03Ó…ô–"
  b"ª&"\x10X\x1AL\rœ­~\e¾Ÿ½I"
  b"¸Ÿ_Å\vCN0¶jf‰–ìF°"
  b"ÊoAcSXM!¡)ƒØ0&X¢"
  b"\t\x1A{¦ñFžºS¥+ôtv¬"
  b"æSÓünkM¿½ñ▀ä\x11(▓¤"
  b" \x195└\x15-Lò┐{Étı\taB"
  b"""
    Ç-]╠} B\x19ÉØ²ã¨ö\n
     
    """
  b"¾·T¿À\x7FIë¯2Í댪²R"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"˸t…RNKK ”Ð=\x1AIƒ™"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"É^=\x1A»ÙH\tïvöÔºc~Q"
  b"I™KE\x1CˆB\eŒ\x10Ò•²yèœ"
  b",)$»SíJ®ÉÚ\x0Fµ¢\x08\x18M"
  b"\x11;.■yjAüäk│░ÕÈ÷¦"
  b"£\\x15«ÝŠD’¥2-Cò\x0F"
  b"╩[nEIüA^ƒ!âõ█áx§"
  b"Êâ;åê;KUì┼î`ÃdP:"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"ÂPÆ¢òÓJ_«÷®¨}“ÿ«"
  b"K›ÂJq>L\x07¼IÚe³pZþ"
  b"³N?Ä~bA7┤<\x1E¹¾Å\f±"
  b"\x15\x1A@}ë‘Fi„2U0—œÔp"
  b"""
     öñÎŒ)C\n
    £M<\x15UäSë
    """
  b"\x14Ér█\x11³N%Â\x14·ÚC\x00Z\x18"
  b"Ç¥rŸN\x1EJÍ¼ÜÆ®²ÛüG"
  b"\x17µNøÕCEP»û$È:3Nµ"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"┐ß¶o,╬Omì\x07?WÎ■\x10\x1A"
  b"6\x13'òŠ1B®‹F:\x01\x00Ç› "
  b"ÿ\x1DÞËW\x19BDœÿ6ÏE÷Qv"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"ÎÅ C\x1F\vE…‰˜·(üFQê"
  b"Bâ®éÝRH!ìÒï~╬OÅö"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"#OêcõAJŒ³žnb¾\x0853"
  b"äßî\x05–~F}º\x12øèLk‹\x05"
  b"®L²│j4A?ïwNpÏ\x17"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"Ûî·\x19XˆLÇ¢R¯ö\x07¯l‘"
  b"├▓\x1FîÉvN█│¸É¤i\x12m="
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b"†_ºk‚ÀA£œm¬¨\x03pÄõ"
  b"mló\x1C8@Dp ºªø\x7F.-Î"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"*-Ä8S\x1DKj™w½µÕFïo"
  b"\x02x.“\x0EÂAu­ê‰­Ð•(4"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"vÊÓhr┤@┴üYÊê░Â\x11Õ"
  b"\x1C‡M\x07!´GS¯L°V\fttj"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"dº;\x13u\x0EF¦Ç¬\vÉ©OÁ\"
  b"9Æç^ɦG┤┐╗³«·├\x02\x06"
  b"N§Z\x1D\x12ÔN╠î8ü½bhp:"
  b"†’˜\x11ûnH\x0F¦\e+\x13u˜Bo"
  b"21skGu@6Åû\x1EC¶╚¼ı"
  b";Ð첫wO£µ‡0)ÿ\x16ó["
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"ø¯,™,9I>†ä h÷Yñ6"
  b"ÝÐÚ¥@ÿE. 8sO;\vÓ]"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"UÉ$|BöE,‡:Š©|û7]"
]
84 3.66 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"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00wl÷þÁI·‹,êìßV/•"
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"\x00æ¢ùHTIX¼-ôTç\x07NL"
  b"\x00þ HÀ3LEìÙ<'º│Lu"
  b"\x00¾ª╔╠\fL`ü.\x1EW¼p=\x16"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x01 .╬\x14éEÀü¢Èíéõg¨"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02x.“\x0EÂAu­ê‰­Ð•(4"
  b"\x02ìp¯^³E©üJmÞ¿╗xÿ"
  b"\x035%K1\x1FL░ìL\x04:´A¯¦"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x03“•ûËNAÓžo¯à‡òkH"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"\x04q’\n^\x1AA¼º¤\x00–VŒ0ò"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"\x05¥\x05Û'qM½¢üe§\x18jë‰"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"\x06 #K€ÁD±¯þŸ}/Ó~|"
  b"\x06«É`ºâN\x0E”¯/ì‘\x1F"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07Ë_ÇLØB╣ƾ\x05&\r┘ì│"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x08­ÕÝÛvL ³“ø»§Zkw"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    XÚ[Y\x1EL–…\x7FØg\x1Ai\x1D
    """
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\vÚú¨ü9N\x1C Ò«}J}l,"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x08Å\fÑ7J@│\x13ÜÂù║ɺ"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"\rïR-„ôA³±â­³i2HÈ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0E^n60&FŸ‚'æl[XÌÚ"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"\x0E\x04ƒ╬ÖOܺ\x0Ei\x08ì¸U╩"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"\x10Ð@ p!G\n”Q †MT\x00]"
  b"\x11;.■yjAüäk│░ÕÈ÷¦"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x134\x03R~9HÙ‹û-Ü¢"JO"
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b"\x14†Œáb¼M<¿Vþ\x07½áþ½"
  b"\x14Ér█\x11³N%Â\x14·ÚC\x00Z\x18"
  b"\x14þ·Áb·L\fª\x04ÔúÅd ½"
  b"\x15\x1A@}ë‘Fi„2U0—œÔp"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"\x16 å\x16¿\O\v¸+ýJgPdÊ"
  b"\x16ñP(|ùH\Ø ÚR(ãþe"
  b"\x16§5\x08¦×Al¤–7="-ñÐ"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"\x17µNøÕCEP»û$È:3Nµ"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"\x19A‰T\x15ÀDi“(Ètn\x06c„"
  b"\x19j\x1EG€#B=‡©B\x19é«zÓ"
  b"\x19¯·9µìK¬ŠbÚà[I©_"
  b"\x1A8T\x13à\x11N´¹Ÿ\x05·‚ Ù³"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"\x1AI6ƒC)CϬ%hÇ.U=\x16"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A焺\x04?J‚œAU°@2òŽ"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\ee‹ž?`G\e¿’òWœ¤`Q"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C\x0E*7\x06ı@\x1D¿ü÷ÜÐê┌└"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"\x1C‡M\x07!´GS¯L°V\fttj"
  b"\x1C±*µ^ÀM$®^7"bIö("
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1D╦z Z[I|ø\x01$\x0Fü\x13┘2"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"\x1Ež.æ\x1F\x11H1—êÍŠ}ÒÓU"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b"\x1F`БSmJ\fбàÏM¼\x0EB"
  b"\x1F¦žÝª¿Mõ—\x1E#²Ç\x18ÕÝ"
  b"\x1F·ð„ \x11J\x17”*DÑYç«\x0E"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b" 7Z×—\x12KQ¥¹«r&*²·"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b" ÉšÊf\x03Lý¡\x00~\x1C;wÄì"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"!\x08e\x17aãFo†Õ‹GTáy³"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"!5©\x1EȰGˆ½\x17~1j\x06\e."
  b"!;Ã╣█¨CÉèƒ_\x11┌èHã"
  b""\x1C¼-f¨BžŠ\x15Gp†°†1"
  b"# ñ·\x17mAâ‡$5œ±|Il"
  b"#OêcõAJŒ³žnb¾\x0853"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"$FUJfH@hƒ~5ä'ÿ¨u"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"%=O~\x14%AN–\x11f’µ \x1Ci"
  b"%ã76/ûF‰®¨2¼¼xÉ\x03"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"(\x0F ´§\x17M†¸°‹Åli˜ñ"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"(HÀò—\tN7¶\x00(aùùìˆ"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"(iäÕ¾µD\x1D½Sóçlã\x00r"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(죸EæC—ŠÏ\x1DÔ»½|\x14"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")*ñ½iº@Á‚q×òÝê\x03ª"
  b")?G^7µ@£–\x7F8÷E}߬"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"*-Ä8S\x1DKj™w½µÕFïo"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+Ę\x18IrC­»`¿BPв4"
  b"+Ë;‡åÏBµ¥Ãë\x7Fr#yˆ"
  b",)$»SíJ®ÉÚ\x0Fµ¢\x08\x18M"
  b",ü¤/\x14ƒE└í\x1A\x10wù±6Ê"
  b"-\t6RA1BߴމMµ=ª&"
  b"-\x19­gu}MÒš¡g…£y\ed"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ÔÆ–Ð\tLP¹±C¼w°=Z"
  b".\x1Dz$Ã~MM–²Ýui=%L"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".┐&‗(\x06Hò┐\¨Â÷╝É%"
  b"\x11%\x1A3O\x19–Ñ\x01fâ%¯î"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1\x1C3ŸdqOΊ¢ºš:\x108m"
  b"1x{'8"J¡œìn°/–îz"
  b"1ú’\x15±ÌEb—-÷2ÔÛ‰ð"
  b"21skGu@6Åû\x1EC¶╚¼ı"
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"3█ ┼Å┤Gƒï~┤\x136¿x\x1D"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"5îèSHuEa’²p×ÌDÿš"
  b"6\x13'òŠ1B®‹F:\x01\x00Ç› "
  b"6\x19,UËÍC<¸Só ×‡\x08S"
  b"6.ÞÅMÖ@h³›·ËB¸g%"
  b"6‰Ø4yØNÊ¡^³Ë&¤ßA"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"8]VÑh±A]É¥PQ█\x12╗Á"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8┐\x0EÕ#│Ck«\x11Éßþ±!k"
  b"8Ù¿Þƒ®Kf²FÔOm\x1C×\t"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9Æç^ɦG┤┐╗³«·├\x02\x06"
  b"9¡Ô╗©DIõØä\x18╠╬PWÆ"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":zùúÆöD; Uš4jx1C"
  b":šÝ·Ï\tE{¬\e9À¬Ó[e"
  b";,\\x03Šˆ@\x1F¥\x02Û^íÜú\x0F"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";NbgÞ¿G'¼I«8.æ³x"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b";Ð첫wO£µ‡0)ÿ\x16ó["
  b"\x1D]\r¤L»╗\x02)ÀWÙíì"
  b"<\x00ͺš¦N\x15§’íx!{“ÿ"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"=\jô'ÈCÀœ‚í&^ Ëb"
  b"\x06A▒├ASöØÕìîx\t"
  b"=¿┐\x19j;IÇÅ╬&e,╠ı╣"
  b"=³µí4ÛC=‹ï\x16©\eùÙÉ"
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b"?#Œ"žæFŸ¡+;cJƒl\x1E"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"@F\x03´w\x1DL’œVÀ\x10\t "
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"@iõ2­*G£ñ─Í5#îü0"
  b"A;àƒ^˜B\µ9©\x00\x1DR87"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B"¦-/BB‹ž2\x17\x03À£yÌ"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"Bâ®éÝRH!ìÒï~╬OÅö"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"B´ˆrÍÿB,•á÷öž`òÍ"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"C]—”òÍMijĎnO€)Ï"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"F~óÅ[S@\x00╗o\x0FjÏ·\x1DÈ"
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I™KE\x1CˆB\eŒ\x10Ò•²yèœ"
  b"IŸF_+—@[€)(š‚Xå`"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"K\x0F\t\x02ÞNO‚4µl¢]××"
  b"K_¤´=®@@²]Ä<”QQp"
  b"Kfþ²ÚìD+œÕ\x17”ÝrY\v"
  b"K›ÂJq>L\x07¼IÚe³pZþ"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Kõå┌ÒABÕÂ>Á¤d\x00áÉ"
  b"L‚†z†òB¬‚aˆñ€¯O"
  b"M \x08r×[Fþ²q\x17Mðƒ~û"
  b"Mº¢g±7Jº©ã‹‰áZ>\x17"
  b"\x13ÿþÆDç¢üž`.™:€"
  b"MàÔv\x19ÙEɆ\x03}VÏt2Ï"
  b"N¡ÅO©\x06NT„­åé4([”"
  b"Nܦb°cC\x11¾x+œƒMt‹"
  b"N§Z\x1D\x12ÔN╠î8ü½bhp:"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O²S®•:Có†\x04Ì4';àü"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"Oÿè$ÔÌNÓµºrÈá?¡’"
  b"P\x06½Õì)A²║h\x1E:ç█nô"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QF^\x1AñÉLK›^Æ-I \x1Cï"
  b"Rª6@¨3FFžôóÃÕGvI"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"U\x01§╬┬SLgäÙ[ì.Åî+"
  b"U!J\x163ûJs¯ÛDÈ®\x1F\v\t"
  b"UÉ$|BöE,‡:Š©|û7]"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"\x08på8G¸²•0$ø"F\x06"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"WlÁD\r\x07CL‰Êœ\t\x1D©á"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"Y+-ø‹ÍKkª6é‰=øÍ\f"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"Yü5▓¡\x05Kıæ+i\)Âîz"
  b"Z\x07:O\x12æIõ¥Q\x0Eú9w®9"
  b"ZkŠQy$Dð¦Ó¸ I´Gê"
  b"Ztÿò\x0E\x07BÛ†Ð6¹"ýº“"
  b"Zµ>ÈØVFy¡3 p‘ŒbØ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"\ðB\x1E\x1F>F\x14½×:\x16&g˜h"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"\x19\x14\x08Mµµ\x18‰‡¶vúk"
  b"]׺ñ ýJ\x16†@\f!ʹ°€"
  b"_g–D1‹H5¨cýpͦ$¥"
  b"""
    _y\x13\x7F†ûI‡•\x07,3Ô\n
    G\x12
    """
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ѽœ3ÂN锕ËY‚~øc"
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"`p\x01×█ßF╦ƒ¸Éb×c;©"
  b"`y─┐§ØF═å\v┌U/±6\x02"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bÅpáÿ‹F ´ÀÙ†`Ž)9"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"cFnJ\x0F`D\x1E¬i¤sé¿9œ"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"coÎ\x05Ø«H)öJýaƒ_Xë"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d><˜B¼B}¡™GÈLj!X"
  b"dG,¨–éL¨¢Ð‚KáeÊœ"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"db6ebQN\ŒÜÌE£&SÂ"
  b"dº;\x13u\x0EF¦Ç¬\vÉ©OÁ\"
  b"dªM]>ÈH[ƒúËÍ™8ÎA"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"e═ü┤├‗LK┐*\vwÒ3└²"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"gg—õò²Aq¼«6Óè‹DÁ"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"h=à´µ®MUšý\x00û0†É3"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"i1æv¹[I3¬-ËÓE„D‰"
  b"i؈¦ºyEÉ€\x18Á_;'º'"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"j»hXƒãBíÂô\x12ìAÈ)■"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b"käóÖe§D§±@2s ºŒ4"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"mló\x1C8@Dp ºªø\x7F.-Î"
  b"mê9╦'╣J ░╬k\x12åÕqØ"
  b"mœ½º\x12‡E;¯àÝpæköƒ"
  b"\x14+dqOL¤gæ\x07¿Ê”Õ"
  b"mÚø`3ËJ§–¹Wµ®¯çŒ"
  b"n~†‰åtFgš÷\x1A4•B$ˆ"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"phÁ’McA–°Ò\x14\x19Ù+Ú›"
  b"p┌\x13┘║nNÃØDt{\x0F│ÿ└"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"q&ÃòÙÆB\x03˜®I/ðôeþ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"rN\x19º—\x18D»½,\x0FùF\x05ï™"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"\x16¥è’K¶²€Ò\v>lœ§"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"tu÷M»¶CÖ¶¤nf\x12\x06"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"vì7¬m&M└«3Õu½µQÁ"
  b"vÊÓhr┤@┴üYÊê░Â\x11Õ"
  b"xæ’Lè5N®»\x1CÛ Ý³p\x05"
  b"xïl䈵FÛ¡¯ìfÔ™ÙŸ"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"yaª¯\x1EýO‘¡ÏY-/DN„"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"yÐ1é()DS­©\f\t‡n"
  b"yúÔó\voBü„\fð°ø".."
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"""
    z\x16\n
    ?E½Ø,└\r¨\x12ôÍ
    """
  b"zmÛi\x1C™Fq©BZ¾\x1D\x1FÁ\f"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"|\x03Å4╝éNÀï\x12\x14h÷zwð"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|Mû├ÏHMıÅ\x12═x3=╚\x0F"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}VÓ!ÖƒJ$£Q\x14½É§^Ê"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"~Æ9\x01\x05ˆDœµ„W3—kîÿ"
  b"~Ñ…\e¥OL°£€øÐŽêßr"
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"\x7FB¬í„dB¬²+ÑÞ«0çÅ"
  b"€ "P\x1AaEÀŠuÁ|u¾ä\"
  b"""
    Ç-]╠} B\x19ÉØ²ã¨ö\n
     
    """
  b"€Oë8cÉG\x02ˆõÕû¯\'3"
  b"€^Ï\x0F¼mA•ŸrØM³0´\x1A"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü.ÚRLÛC:×µYJGÊ0\x1A"
  b"üûoø úN░úû{®þ\x00╝É"
  b"ü▄æv\x02╚L"Æ\x00┼ü\x0EÑ;k"
  b"‚ìLrx\rMˆ ç›8F©¿n"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"\t\x1A{¦ñFžºS¥+ôtv¬"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"…6Áz¼{Kb„\x07gÑÆ\fU "
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"åBê┼\x04\x02E▀Å\x06ʹ1§²î"
  b"†_ºk‚ÀA£œm¬¨\x03pÄõ"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"†’˜\x11ûnH\x0F¦\e+\x13u˜Bo"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"†ð×\x1C5REç¿KNö: <ö"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆZï‚x\rAû¥F\x143¸Û.Ó"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"ë_Ø`*íHuûò‗▀▀D=\x1E"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"è\rë\x11èâC¢ì▒PõÊðçv"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"Šþ²ð\x196LÔ…@`ç·*Áy"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"Œ\x10\x0E­A¾šHe}?9q$"
  b"îÿ╬A═%ESØø±6åmïä"
  b"îØÐç1ıK1îä\x16º¹\x02\x13"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"ŽNSà,‚Ië¼aÞHÄ\Á“"
  b"ޝ~ì”ïK\x16¡È\x00ÌJTµõ"
  b"ŽÃ¿­›?A–¨oŸ\x17Rýu"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"ŽëðQ°ÛA­±\x05\x1DÏÒ0é'"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"É^=\x1A»ÙH\tïvöÔºc~Q"
  b"ÉlPùÿlG░¢¤\x11ÃÌXó\x05"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉíBß²½BÂçj:\x08\x06V«ø"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"ɶl\Ç0B)ä;®-`ÇÑn"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"æSÓünkM¿½ñ▀ä\x11(▓¤"
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"‘ŠŸ¬¯¡N온öLœ\x15„¦"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"’pÿTúÙFÄ¿?ˆê\x04ñUI"
  b"ÆÊ®ÿµ\x10I╔ì³vJ\x13╝L±"
  b"’×A©º€NQ–³\rñ×Ò\x14I"
  b"\x06‘ž§\x02AÏ \e\x0FLA‘\x18í"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"“„ÇŽ;oC\x1C¨Žy!èι¤"
  b"ôæyÇ│%B\vÅ\x10¼KVÞ1="
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”g½”:…IE•ÿb\\x12q\x01K"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"""
    ”£jûïŠBz‚¦ó\n
    oŽñ\t
    """
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"–nBñ\x12 In™MNêæ±ü\e"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"˜P§³ò†KƒŠÎ¥×wì%¼"
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"˜Ø˜>CíM½§4z?åÔRÂ"
  b"""
    Ö\x1Dè\n
    2îCØñ\t5╔0▓Üv
    """
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š\x1DöÓ\x12\x08@hƒwXý)SØ"
  b"Ü_▒Þ~pJéô5IüOî▒?"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"ø£¤═BÓEm®\x0Fü÷2hÕÕ"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"›¶•[ .DË™}8B;ŸC("
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x04Ïì¬ÂEÌ░Ø®\f\x03Ë"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"ØéÝX\x04QC{îÿ©I\x1C$╔╔"
  b"ž\x00üóˆ'D¨¹‡¿ÔæÈÝJ"
  b"ž.\vÎ×ÉM¥£sÇ\x07.­éi"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"×·ÏPÉ\x12C\x01âDïÃÅöë±"
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"á\x05¡ÿì¹I\x19äáO߃~Ew"
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"á╔Ûy┐«N;égÛî É;/"
  b"""
     öñÎŒ)C\n
    £M<\x15UäSë
    """
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡d#€Î'D—¹Sg¾±"fè"
  b"íøÅUlýCPó3╣^B«óÆ"
  b"ó\eÖâàÅJ\▒╣°)Ö¯Ñà"
  b"ú9\x03¨üæL\x07ö\x18G\x1CkuIÞ"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"£\\x15«ÝŠD’¥2-Cò\x0F"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤ ò:{Aë¾!H¿\x08÷%2"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤[•a˜¸O\x1F¶ÿ\x13ìE$ZÌ"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"ñ§>ºô³I(É<╬UÈ}¬k"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"¥X#\x06:PF®‚3L½ÞŸn³"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"©\x1DîÑù\x07FX¯°¼ö\x1C>²p"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"©Õ‹­•÷HG²º?h&\x1AÙ¶"
  b"ª&"\x10X\x1AL\rœ­~\e¾Ÿ½I"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªPN[Í7O\x19—“deV}!u"
  b"ªq+\f©˜E×™(ê|3Á\ew"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"«€ô~\x13r@²¸Ÿé‡ƒâç,"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"¬ž«ÙlxEL–È€Á¿ÏD–"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"«Ó\x0E\x0Fî\x1AC¿½×Øb<\5f"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"»ÄáSc┤M╚íþÅìÀ╦¥\x06"
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"¯ág\x0FSõBýˆ¢²),ÿ8y"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"±\x18ß«\x13\x05E·ºt[Ý–+}µ"
  b"±„sä\x01ÆC"¼¤\x001õz3o"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"²Z‘|{”EJ¡Bßë\x17³G®"
  b"²Ÿ•h[xI\x12©ˆs\x1F\tèDÏ"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²ÓÆF\x14AAT”\t99Å2=«"
  b"³¶à„å†H&£\x0E\x1D1·@X&"
  b"³ïúO•_@{ †ü9á\x02Åê"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"´Š4C­îA\x14¶ñKðÍ–\x16g"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"Áhiü¶ÊMWê─\x01©²T┤ò"
  b"ÁÖ4Â@ßMCªÅ{Ûôk└▒"
  b"\x04’´$´Lýºiɨ|Ƨ\x08"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"·Ÿ¬\x13\x01…CK¦‡/Ì=Øö$"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸Ÿ_Å\vCN0¶jf‰–ìF°"
  b"¹Q?ü\x1Eß@´Œû:\x1CCß§k"
  b"¹¶YU1\x14A\f„꺅zºˆv"
  b"""
    \x1ALWÅtOÞ«­\n
    â`¯Ò½
    """
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"»z…Z…›Gª¦uéŒ\eÖ­\x04"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"»²®ø\x07„I‘‹J\x03i-`‹@"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"¼ÚaL>ÅI6¶Dg‚×èŽÂ"
  b"½Eúf\x18CHS¹mÄ<×3\x1E|"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"¾n5¹i\J¥¶\‘<À\x10I}"
  b"¾·T¿À\x7FIë¯2Í댪²R"
  b"¥├¶è┬║OòªDòÔ'~+Ø"
  b"¿\x1DÕ5Ò\eIn€’‡-=ÏwË"
  b"¿w\x06‘ÞrB\x04¬šVÌ™MFÎ"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"┐ß¶o,╬Omì\x07?WÎ■\x10\x1A"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À4ïƒø“AŰ“¯°äÂ\x08ž"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"Á‹2\x12n2K¢·H{M8\x01&\x16"
  b"┴á°╠Á­OØäsgN£jûj"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ÂPÆ¢òÓJ_«÷®¨}“ÿ«"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"ÃMH¤6AIÓŠÊ\x1AÑž;Äð"
  b"├rN\x1D¹8OÛ½│°/[üµ'"
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"├▓\x1FîÉvN█│¸É¤i\x12m="
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"─ëkðè\x17BÉÆ┐`e ]\\v"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"ŇÁ+\x0F\x05O\x11¯\x15á聾Äâ"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Ç\x7FìÌ”@O¸ŸuÎ"\\x7F(\x17"
  b"Ç¥rŸN\x1EJÍ¼ÜÆ®²ÛüG"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"Çû˜•ÎÄHð¯]'þió½­"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"È/r§!¤Bw°\x19\x1ACs\tÄÓ"
  b"Èmt«¹hL¸°uäjz\x13b”"
  b"╚┼,-!XLZîNæüSbÇ·"
  b"ÉaÍávLM+ŠÝÇæn\x00º–"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"ɉ»\x0FV#E»‡ƒ›\‚;Hº"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06+X©&K}¨Þ³\x06«'Ǩ"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"╩WÂì-óB©┐î°FÉ%\x0E/"
  b"╩[nEIüA^ƒ!âõ█áx§"
  b"ÊoAcSXM!¡)ƒØ0&X¢"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"˸t…RNKK ”Ð=\x1AIƒ™"
  b"ËÍ>dϘF\t»\x05ȸðÄo\e"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"ÌX×_'¹C²³\x0EíIëœV\x02"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"Í4VÁŠ/K˜‡ííRÀ/Sæ"
  b"ÍÚ;\x1Fñ¿Ayª#\x12\x19ã—"
  b"ÎÅ C\x1F\vE…‰˜·(üFQê"
  b"¤\x06|┬íÅK\x11íkê\x00Æé\x1E#"
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"ð+çGÒÏD*íþ\RÊÍÜì"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"Ð\x1C=0þCBC╗¢ÅÓ¯ÕMP"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"Êâ;åê;KUì┼î`ÃdP:"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"ÍHSA}ØJÕ£ÁHÝ©\x19éä"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Ø(²Æó#I\x1F‚°â\x16IYh¡"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Ø‹óx²gLò«S/O\x11å\x07\x1C"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"ØúÜœ¾\x15Jÿ›o“\x03Ó…ô–"
  b"ÙVJ\x1C\x053E+‘*#NòÅ\x06ú"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ú&#\x14ßéD\f“Êx¼I\x17\fx"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"ÛHTgYÆ@~©ÝÆ„9»-P"
  b"Ûqzó”$AÒ“Òip¦W«p"
  b"█Æ\x14üòëL\x15£¶î|IçÐ\x18"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Ûî·\x19XˆLÇ¢R¯ö\x07¯l‘"
  b"Ü9N6¯åB2ª\x11ùXB76M"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܾ“ÜU˜Mº§Ï\x02•—\f°\x08"
  b"▄┐i±þÆAìöp┐DãU■J"
  b"ÜÑWšWïBé÷kšü¢\vÙ"
  b"▄§ïì█ýFJÖ·&Ó6ÖÀò"
  b"¦4─║┬+CÅï¦ZCtÓëu"
  b"¦o94£ÉG?åo7f┬{æy"
  b"ÝË\x12¹oSB2…%\x0F™ì¿r÷"
  b"ÝÐÚ¥@ÿE. 8sO;\vÓ]"
  b"Þ\x1C+ÊεCx¨t$x\x0E#Èñ"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"ÞŽ…±uHL”ŠNàwÚ²½W"
  b"ÌØõµ█5Azê╝}I¼÷\x16\f"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"ßd\x080ô«D*¶\x1FS\x1F\x153Î6"
  b"▀üï\túÌGv¢%╩hY\x7F8‗"
  b"ÓCi½Õ═H\x01ɳºº)ÃB\"
  b"àF87\x07”LX½žO¨>€½8"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"ßxv╔t\rN\x10ƒ]╣x░│Ø3"
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"â\x01\x02f¼|HÞŽÍ\x07¤h+u€"
  b"â\v;‚,ÏNâ²i*[A\x08õh"
  b"ã3\x00æÑ½M|ž£›eGÁgy"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"ä'\vÊp\tF#¨P0M‘øå4"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"äWJ™ÓÙDȈ|üIWjÔÜ"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"äßî\x05–~F}º\x12øèLk‹\x05"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"Õå:Þº┌CÈÉÏÄn ËUÁ"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"þ%ü╦9ûJÇ¥àäέâ╩¿"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"ç­íÔk\x1EC<ƒÍö£à´ŒL"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"è.j8Í4G.µ Áa†ÿôI"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"é\vy\x1D-\x0EOj¬\x01•˜º¿L´"
  b"ÚAu-3ÂM¥üî³$­¯\x11?"
  b"ê´‰4ŠžL\x1AŸ)\x176zØÀƒ"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ì‚\r\x05”…Mí­(溢‚Åp"
  b"숿s¿pDÌšdM1ˆ™÷ê"
  b"í[\x11\x05ˆmI\x14‘¦ÿtCñÿ."
  b"ïbrö~"@\r·b¨HlH\x19"
  b"ï’MƼ£Cˆ“…UÛd›X½"
  b"­\x06©s'ÁHãüe╬gıB\x1Fö"
  b"ðH´\x03jqMƒ¥H\x00åi\x14\x1D "
  b"­dUý#ÏKDñVØÙIr(J"
  b"­çñû^ýDe░,rtß¹ìi"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"ðõÍ'\r^Jk€\x05\x05ƒ\x08®\x00Ð"
  b"ñ\x10\x17\fM§¶–i,\x02hjï"
  b"ñ\e½Jk\x01CÛ©\¹ÉÙVæH"
  b"ñAðñ—cJû”k{kšPv\x18"
  b"±Æ§ªÉ▓OtïSÏ$ø:¸Í"
  b"òwxû³\x14Għ–ôì­.|Î"
  b"""
    ‗Â\n
    [└ØBAÀ2ç─îÄ\x05°
    """
  b"¾j\x10ÄñÚKͪÅ╦C\x15×\x1Dã"
  b"""
    ¾øÁÉX▒LÔ®`\x14«\n
    \x1F
    """
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"õJi\x07\x06yGÏœ^4þ¦˜äm"
  b"õX-^+„G׎2kT\tÎLJ"
  b"õpO®KüK%ŸJP:\x0FÞ;a"
  b"õ”RŽ–KJ\x0FºÞáXµmʤ"
  b"§Ø\x0Fı\x1DpJ¡å*\x13÷┼\x1CÝ┘"
  b"§©ô┴ÂøO╬ÁµQ▓³y╩ì"
  b"ö\x04\x18K:èJt£\x17xšŒ09n"
  b"ör\x17Š"cD—£'®ÝG™7u"
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"÷õ±_\x06”EÞª»ù…\x1C7у"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"ø¯,™,9I>†ä h÷Yñ6"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"""
    ù)ãnN;N¬½\n
    ê4\n
    äÊq
    """
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"³N?Ä~bA7┤<\x1E¹¾Å\f±"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³░b\x7F\x08CÚ║┐I¦ÀØø\x17"
  b"üÄÜŠ\x05-E9¡ß\x05À\x1Ci#d"
  b"²%ºì«ÏF┴û┴\x06#-\x1Eã0"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b" \x195└\x15-Lò┐{Étı\taB"
  b"ÿ\x1DÞËW\x19BDœÿ6ÏE÷Qv"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
]
85 2.71 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"¾÷A\x06Ì\vA%—…S$oñjÖ"
  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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"Ī^†$Ò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"õ•"¨‡ù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"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"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"DD$ÿ“‘J'¤\x01é »3—n"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"û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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"`,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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"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"õ•"¨‡ù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"\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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b":¼R))8Hɲü\e'ý=„!"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 13.79 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"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00wl÷þÁI·‹,êìßV/•"
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"\x00æ¢ùHTIX¼-ôTç\x07NL"
  b"\x00þ HÀ3LEìÙ<'º│Lu"
  b"\x00¾ª╔╠\fL`ü.\x1EW¼p=\x16"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x01 .╬\x14éEÀü¢Èíéõg¨"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02x.“\x0EÂAu­ê‰­Ð•(4"
  b"\x02ìp¯^³E©üJmÞ¿╗xÿ"
  b"\x035%K1\x1FL░ìL\x04:´A¯¦"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x03“•ûËNAÓžo¯à‡òkH"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"\x04q’\n^\x1AA¼º¤\x00–VŒ0ò"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"\x05¥\x05Û'qM½¢üe§\x18jë‰"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06a­£_OH¼¶\x04Í\x1D\fР8"
  b"\x06 #K€ÁD±¯þŸ}/Ó~|"
  b"\x06«É`ºâN\x0E”¯/ì‘\x1F"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07Ë_ÇLØB╣ƾ\x05&\r┘ì│"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x08­ÕÝÛvL ³“ø»§Zkw"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    XÚ[Y\x1EL–…\x7FØg\x1Ai\x1D
    """
  b"\vN\ÄÖ«N¨¸3\x08b·(º\x1A"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\vÚú¨ü9N\x1C Ò«}J}l,"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x08Å\fÑ7J@│\x13ÜÂù║ɺ"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"\rïR-„ôA³±â­³i2HÈ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0E^n60&FŸ‚'æl[XÌÚ"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"\x0E\x04ƒ╬ÖOܺ\x0Ei\x08ì¸U╩"
  b"\x0F║ó|■ÀJ\x13Ø/|5dFÁh"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"\x10Ð@ p!G\n”Q †MT\x00]"
  b"\x11;.■yjAüäk│░ÕÈ÷¦"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x134\x03R~9HÙ‹û-Ü¢"JO"
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x13┌£æ\x05NAñæR▀ƒÉı,\x07"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b"\x14†Œáb¼M<¿Vþ\x07½áþ½"
  b"\x14Ér█\x11³N%Â\x14·ÚC\x00Z\x18"
  b"\x14þ·Áb·L\fª\x04ÔúÅd ½"
  b"\x15\x1A@}ë‘Fi„2U0—œÔp"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"\x16 å\x16¿\O\v¸+ýJgPdÊ"
  b"\x16ñP(|ùH\Ø ÚR(ãþe"
  b"\x16§5\x08¦×Al¤–7="-ñÐ"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"\x17µNøÕCEP»û$È:3Nµ"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"\x19A‰T\x15ÀDi“(Ètn\x06c„"
  b"\x19j\x1EG€#B=‡©B\x19é«zÓ"
  b"\x19¯·9µìK¬ŠbÚà[I©_"
  b"\x1A8T\x13à\x11N´¹Ÿ\x05·‚ Ù³"
  b"\x1A@Tt\x04\v@Û‡"¸Åf(\x05ì"
  b"\x1AI6ƒC)CϬ%hÇ.U=\x16"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A焺\x04?J‚œAU°@2òŽ"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\ee‹ž?`G\e¿’òWœ¤`Q"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C\x0E*7\x06ı@\x1D¿ü÷ÜÐê┌└"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"\x1C‡M\x07!´GS¯L°V\fttj"
  b"\x1C±*µ^ÀM$®^7"bIö("
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1D╦z Z[I|ø\x01$\x0Fü\x13┘2"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"\x1Ež.æ\x1F\x11H1—êÍŠ}ÒÓU"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b"\x1F`БSmJ\fбàÏM¼\x0EB"
  b"\x1F¦žÝª¿Mõ—\x1E#²Ç\x18ÕÝ"
  b"\x1F·ð„ \x11J\x17”*DÑYç«\x0E"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b" 7Z×—\x12KQ¥¹«r&*²·"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b" ÉšÊf\x03Lý¡\x00~\x1C;wÄì"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"!\x08e\x17aãFo†Õ‹GTáy³"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"!5©\x1EȰGˆ½\x17~1j\x06\e."
  b"!;Ã╣█¨CÉèƒ_\x11┌èHã"
  b""\x1C¼-f¨BžŠ\x15Gp†°†1"
  b"# ñ·\x17mAâ‡$5œ±|Il"
  b"#OêcõAJŒ³žnb¾\x0853"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"$FUJfH@hƒ~5ä'ÿ¨u"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"%=O~\x14%AN–\x11f’µ \x1Ci"
  b"%ã76/ûF‰®¨2¼¼xÉ\x03"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"(\x0F ´§\x17M†¸°‹Åli˜ñ"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"(HÀò—\tN7¶\x00(aùùìˆ"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"(iäÕ¾µD\x1D½Sóçlã\x00r"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(죸EæC—ŠÏ\x1DÔ»½|\x14"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")*ñ½iº@Á‚q×òÝê\x03ª"
  b")?G^7µ@£–\x7F8÷E}߬"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"*-Ä8S\x1DKj™w½µÕFïo"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+Ę\x18IrC­»`¿BPв4"
  b"+Ë;‡åÏBµ¥Ãë\x7Fr#yˆ"
  b",)$»SíJ®ÉÚ\x0Fµ¢\x08\x18M"
  b",ü¤/\x14ƒE└í\x1A\x10wù±6Ê"
  b"-\t6RA1BߴމMµ=ª&"
  b"-\x19­gu}MÒš¡g…£y\ed"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ÔÆ–Ð\tLP¹±C¼w°=Z"
  b".\x1Dz$Ã~MM–²Ýui=%L"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".┐&‗(\x06Hò┐\¨Â÷╝É%"
  b"\x11%\x1A3O\x19–Ñ\x01fâ%¯î"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1\x1C3ŸdqOΊ¢ºš:\x108m"
  b"1x{'8"J¡œìn°/–îz"
  b"1ú’\x15±ÌEb—-÷2ÔÛ‰ð"
  b"21skGu@6Åû\x1EC¶╚¼ı"
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"3█ ┼Å┤Gƒï~┤\x136¿x\x1D"
  b"5†º¢I\vE•¤\f´EK§ïr"
  b"5îèSHuEa’²p×ÌDÿš"
  b"6\x13'òŠ1B®‹F:\x01\x00Ç› "
  b"6\x19,UËÍC<¸Só ×‡\x08S"
  b"6.ÞÅMÖ@h³›·ËB¸g%"
  b"6‰Ø4yØNÊ¡^³Ë&¤ßA"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"8]VÑh±A]É¥PQ█\x12╗Á"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8┐\x0EÕ#│Ck«\x11Éßþ±!k"
  b"8Ù¿Þƒ®Kf²FÔOm\x1C×\t"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9Æç^ɦG┤┐╗³«·├\x02\x06"
  b"9¡Ô╗©DIõØä\x18╠╬PWÆ"
  b"::aön\x00L\e§\x12¡\x01Ö\x1A"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":zùúÆöD; Uš4jx1C"
  b":šÝ·Ï\tE{¬\e9À¬Ó[e"
  b";,\\x03Šˆ@\x1F¥\x02Û^íÜú\x0F"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";NbgÞ¿G'¼I«8.æ³x"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b";Ð첫wO£µ‡0)ÿ\x16ó["
  b"\x1D]\r¤L»╗\x02)ÀWÙíì"
  b"<\x00ͺš¦N\x15§’íx!{“ÿ"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"=\jô'ÈCÀœ‚í&^ Ëb"
  b"\x06A▒├ASöØÕìîx\t"
  b"=¿┐\x19j;IÇÅ╬&e,╠ı╣"
  b"=³µí4ÛC=‹ï\x16©\eùÙÉ"
  b"=¸îÿ‗\x17Kìé´£┬î┤\x00$"
  b"?#Œ"žæFŸ¡+;cJƒl\x1E"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"@F\x03´w\x1DL’œVÀ\x10\t "
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"@iõ2­*G£ñ─Í5#îü0"
  b"A;àƒ^˜B\µ9©\x00\x1DR87"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B"¦-/BB‹ž2\x17\x03À£yÌ"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"Bâ®éÝRH!ìÒï~╬OÅö"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"B™‹È·šE=…á)\x04\x1Fhí{"
  b"B´ˆrÍÿB,•á÷öž`òÍ"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"C]—”òÍMijĎnO€)Ï"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"F~óÅ[S@\x00╗o\x0FjÏ·\x1DÈ"
  b"F■öÞ\x07¾LHçy{\x11DÈcÉ"
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"H\x16[\t™£EQ·²Ö\x1Edù]¯"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I™KE\x1CˆB\eŒ\x10Ò•²yèœ"
  b"IŸF_+—@[€)(š‚Xå`"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"K\x0F\t\x02ÞNO‚4µl¢]××"
  b"K_¤´=®@@²]Ä<”QQp"
  b"Kfþ²ÚìD+œÕ\x17”ÝrY\v"
  b"K›ÂJq>L\x07¼IÚe³pZþ"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Kõå┌ÒABÕÂ>Á¤d\x00áÉ"
  b"L‚†z†òB¬‚aˆñ€¯O"
  b"M \x08r×[Fþ²q\x17Mðƒ~û"
  b"Mº¢g±7Jº©ã‹‰áZ>\x17"
  b"\x13ÿþÆDç¢üž`.™:€"
  b"MàÔv\x19ÙEɆ\x03}VÏt2Ï"
  b"N¡ÅO©\x06NT„­åé4([”"
  b"Nܦb°cC\x11¾x+œƒMt‹"
  b"N§Z\x1D\x12ÔN╠î8ü½bhp:"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O²S®•:Có†\x04Ì4';àü"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"Oÿè$ÔÌNÓµºrÈá?¡’"
  b"P\x06½Õì)A²║h\x1E:ç█nô"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QF^\x1AñÉLK›^Æ-I \x1Cï"
  b"Rª6@¨3FFžôóÃÕGvI"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"U\x01§╬┬SLgäÙ[ì.Åî+"
  b"U!J\x163ûJs¯ÛDÈ®\x1F\v\t"
  b"UÉ$|BöE,‡:Š©|û7]"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"V'ð\x03}ìHBù▒¨╦ðã\x10("
  b"\x08på8G¸²•0$ø"F\x06"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"WlÁD\r\x07CL‰Êœ\t\x1D©á"
  b"Wv\x1AnRXF¹»Ry\x7F\x1F\x19F)"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"Y+-ø‹ÍKkª6é‰=øÍ\f"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"Yü5▓¡\x05Kıæ+i\)Âîz"
  b"Z\x07:O\x12æIõ¥Q\x0Eú9w®9"
  b"ZkŠQy$Dð¦Ó¸ I´Gê"
  b"Ztÿò\x0E\x07BÛ†Ð6¹"ýº“"
  b"Zµ>ÈØVFy¡3 p‘ŒbØ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"\ðB\x1E\x1F>F\x14½×:\x16&g˜h"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"\x19\x14\x08Mµµ\x18‰‡¶vúk"
  b"]׺ñ ýJ\x16†@\f!ʹ°€"
  b"_g–D1‹H5¨cýpͦ$¥"
  b"""
    _y\x13\x7F†ûI‡•\x07,3Ô\n
    G\x12
    """
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ѽœ3ÂN锕ËY‚~øc"
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"`p\x01×█ßF╦ƒ¸Éb×c;©"
  b"`y─┐§ØF═å\v┌U/±6\x02"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bÅpáÿ‹F ´ÀÙ†`Ž)9"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"cFnJ\x0F`D\x1E¬i¤sé¿9œ"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"coÎ\x05Ø«H)öJýaƒ_Xë"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d><˜B¼B}¡™GÈLj!X"
  b"dG,¨–éL¨¢Ð‚KáeÊœ"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"db6ebQN\ŒÜÌE£&SÂ"
  b"dº;\x13u\x0EF¦Ç¬\vÉ©OÁ\"
  b"dªM]>ÈH[ƒúËÍ™8ÎA"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"e═ü┤├‗LK┐*\vwÒ3└²"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"gg—õò²Aq¼«6Óè‹DÁ"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"h=à´µ®MUšý\x00û0†É3"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"i1æv¹[I3¬-ËÓE„D‰"
  b"i؈¦ºyEÉ€\x18Á_;'º'"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"j»hXƒãBíÂô\x12ìAÈ)■"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b"käóÖe§D§±@2s ºŒ4"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"mló\x1C8@Dp ºªø\x7F.-Î"
  b"mê9╦'╣J ░╬k\x12åÕqØ"
  b"mœ½º\x12‡E;¯àÝpæköƒ"
  b"\x14+dqOL¤gæ\x07¿Ê”Õ"
  b"mÚø`3ËJ§–¹Wµ®¯çŒ"
  b"n~†‰åtFgš÷\x1A4•B$ˆ"
  b"ow¼ˆ¸[Bv®¹’캃‡Z"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"phÁ’McA–°Ò\x14\x19Ù+Ú›"
  b"p┌\x13┘║nNÃØDt{\x0F│ÿ└"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"q&ÃòÙÆB\x03˜®I/ðôeþ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"rN\x19º—\x18D»½,\x0FùF\x05ï™"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"r¢â\x03!wBD°|ô^Ê2@N"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"\x16¥è’K¶²€Ò\v>lœ§"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"tu÷M»¶CÖ¶¤nf\x12\x06"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"vì7¬m&M└«3Õu½µQÁ"
  b"vÊÓhr┤@┴üYÊê░Â\x11Õ"
  b"xæ’Lè5N®»\x1CÛ Ý³p\x05"
  b"xïl䈵FÛ¡¯ìfÔ™ÙŸ"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"yaª¯\x1EýO‘¡ÏY-/DN„"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"yÐ1é()DS­©\f\t‡n"
  b"yúÔó\voBü„\fð°ø".."
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"""
    z\x16\n
    ?E½Ø,└\r¨\x12ôÍ
    """
  b"zmÛi\x1C™Fq©BZ¾\x1D\x1FÁ\f"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"|\x03Å4╝éNÀï\x12\x14h÷zwð"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|Mû├ÏHMıÅ\x12═x3=╚\x0F"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}VÓ!ÖƒJ$£Q\x14½É§^Ê"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"~Æ9\x01\x05ˆDœµ„W3—kîÿ"
  b"~Ñ…\e¥OL°£€øÐŽêßr"
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"\x7FB¬í„dB¬²+ÑÞ«0çÅ"
  b"€ "P\x1AaEÀŠuÁ|u¾ä\"
  b"""
    Ç-]╠} B\x19ÉØ²ã¨ö\n
     
    """
  b"€Oë8cÉG\x02ˆõÕû¯\'3"
  b"€^Ï\x0F¼mA•ŸrØM³0´\x1A"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü.ÚRLÛC:×µYJGÊ0\x1A"
  b"üûoø úN░úû{®þ\x00╝É"
  b"ü▄æv\x02╚L"Æ\x00┼ü\x0EÑ;k"
  b"‚ìLrx\rMˆ ç›8F©¿n"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"\t\x1A{¦ñFžºS¥+ôtv¬"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"…6Áz¼{Kb„\x07gÑÆ\fU "
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"åBê┼\x04\x02E▀Å\x06ʹ1§²î"
  b"†_ºk‚ÀA£œm¬¨\x03pÄõ"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"†’˜\x11ûnH\x0F¦\e+\x13u˜Bo"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"†ð×\x1C5REç¿KNö: <ö"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆZï‚x\rAû¥F\x143¸Û.Ó"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"ë_Ø`*íHuûò‗▀▀D=\x1E"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"è\rë\x11èâC¢ì▒PõÊðçv"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"Šþ²ð\x196LÔ…@`ç·*Áy"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"Œ\x10\x0E­A¾šHe}?9q$"
  b"îÿ╬A═%ESØø±6åmïä"
  b"îØÐç1ıK1îä\x16º¹\x02\x13"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"ŽNSà,‚Ië¼aÞHÄ\Á“"
  b"ޝ~ì”ïK\x16¡È\x00ÌJTµõ"
  b"ŽÃ¿­›?A–¨oŸ\x17Rýu"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"ŽëðQ°ÛA­±\x05\x1DÏÒ0é'"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"É^=\x1A»ÙH\tïvöÔºc~Q"
  b"ÉlPùÿlG░¢¤\x11ÃÌXó\x05"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉíBß²½BÂçj:\x08\x06V«ø"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"ɶl\Ç0B)ä;®-`ÇÑn"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"æSÓünkM¿½ñ▀ä\x11(▓¤"
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"‘ŠŸ¬¯¡N온öLœ\x15„¦"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"’pÿTúÙFÄ¿?ˆê\x04ñUI"
  b"ÆÊ®ÿµ\x10I╔ì³vJ\x13╝L±"
  b"’×A©º€NQ–³\rñ×Ò\x14I"
  b"\x06‘ž§\x02AÏ \e\x0FLA‘\x18í"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"“„ÇŽ;oC\x1C¨Žy!èι¤"
  b"ôæyÇ│%B\vÅ\x10¼KVÞ1="
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”g½”:…IE•ÿb\\x12q\x01K"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"""
    ”£jûïŠBz‚¦ó\n
    oŽñ\t
    """
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"–nBñ\x12 In™MNêæ±ü\e"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"˜P§³ò†KƒŠÎ¥×wì%¼"
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"˜Ø˜>CíM½§4z?åÔRÂ"
  b"""
    Ö\x1Dè\n
    2îCØñ\t5╔0▓Üv
    """
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š\x1DöÓ\x12\x08@hƒwXý)SØ"
  b"Ü_▒Þ~pJéô5IüOî▒?"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"ø£¤═BÓEm®\x0Fü÷2hÕÕ"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"›¶•[ .DË™}8B;ŸC("
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x04Ïì¬ÂEÌ░Ø®\f\x03Ë"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø-1Éø¼H"ùÃIo╦xÒt"
  b"ØéÝX\x04QC{îÿ©I\x1C$╔╔"
  b"ž\x00üóˆ'D¨¹‡¿ÔæÈÝJ"
  b"ž.\vÎ×ÉM¥£sÇ\x07.­éi"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"×·ÏPÉ\x12C\x01âDïÃÅöë±"
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"á\x05¡ÿì¹I\x19äáO߃~Ew"
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"á╔Ûy┐«N;égÛî É;/"
  b"""
     öñÎŒ)C\n
    £M<\x15UäSë
    """
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡d#€Î'D—¹Sg¾±"fè"
  b"íøÅUlýCPó3╣^B«óÆ"
  b"ó\eÖâàÅJ\▒╣°)Ö¯Ñà"
  b"ú9\x03¨üæL\x07ö\x18G\x1CkuIÞ"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"£\\x15«ÝŠD’¥2-Cò\x0F"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤ ò:{Aë¾!H¿\x08÷%2"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤[•a˜¸O\x1F¶ÿ\x13ìE$ZÌ"
  b"ñ\x7F\x15╦═O@}ìı\e\x1AÜ`+"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"ñ§>ºô³I(É<╬UÈ}¬k"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"¥X#\x06:PF®‚3L½ÞŸn³"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"©\x1DîÑù\x07FX¯°¼ö\x1C>²p"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"©Õ‹­•÷HG²º?h&\x1AÙ¶"
  b"ª&"\x10X\x1AL\rœ­~\e¾Ÿ½I"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªPN[Í7O\x19—“deV}!u"
  b"ªq+\f©˜E×™(ê|3Á\ew"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"«€ô~\x13r@²¸Ÿé‡ƒâç,"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"¬ž«ÙlxEL–È€Á¿ÏD–"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"«Ó\x0E\x0Fî\x1AC¿½×Øb<\5f"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"»ÄáSc┤M╚íþÅìÀ╦¥\x06"
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"¯ág\x0FSõBýˆ¢²),ÿ8y"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"±\x18ß«\x13\x05E·ºt[Ý–+}µ"
  b"±„sä\x01ÆC"¼¤\x001õz3o"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"²Z‘|{”EJ¡Bßë\x17³G®"
  b"²Ÿ•h[xI\x12©ˆs\x1F\tèDÏ"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²ÓÆF\x14AAT”\t99Å2=«"
  b"³¶à„å†H&£\x0E\x1D1·@X&"
  b"³ïúO•_@{ †ü9á\x02Åê"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"´Š4C­îA\x14¶ñKðÍ–\x16g"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"Áhiü¶ÊMWê─\x01©²T┤ò"
  b"ÁÖ4Â@ßMCªÅ{Ûôk└▒"
  b"\x04’´$´Lýºiɨ|Ƨ\x08"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"·T’ˆ±îN\°\x11-=à-fX"
  b"·Ÿ¬\x13\x01…CK¦‡/Ì=Øö$"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸Ÿ_Å\vCN0¶jf‰–ìF°"
  b"¹Q?ü\x1Eß@´Œû:\x1CCß§k"
  b"¹¶YU1\x14A\f„꺅zºˆv"
  b"""
    \x1ALWÅtOÞ«­\n
    â`¯Ò½
    """
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"»z…Z…›Gª¦uéŒ\eÖ­\x04"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"»²®ø\x07„I‘‹J\x03i-`‹@"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"¼ÚaL>ÅI6¶Dg‚×èŽÂ"
  b"½Eúf\x18CHS¹mÄ<×3\x1E|"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"¾n5¹i\J¥¶\‘<À\x10I}"
  b"¾·T¿À\x7FIë¯2Í댪²R"
  b"¥├¶è┬║OòªDòÔ'~+Ø"
  b"¿\x1DÕ5Ò\eIn€’‡-=ÏwË"
  b"¿w\x06‘ÞrB\x04¬šVÌ™MFÎ"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"┐ß¶o,╬Omì\x07?WÎ■\x10\x1A"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À4ïƒø“AŰ“¯°äÂ\x08ž"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"Á‹2\x12n2K¢·H{M8\x01&\x16"
  b"┴á°╠Á­OØäsgN£jûj"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ÂPÆ¢òÓJ_«÷®¨}“ÿ«"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"ÃMH¤6AIÓŠÊ\x1AÑž;Äð"
  b"├rN\x1D¹8OÛ½│°/[üµ'"
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"├▓\x1FîÉvN█│¸É¤i\x12m="
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"─ëkðè\x17BÉÆ┐`e ]\\v"
  b"ÄÒà`ÜŽI¬„_\x19\x12\x08\x19"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"ŇÁ+\x0F\x05O\x11¯\x15á聾Äâ"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Ç\x7FìÌ”@O¸ŸuÎ"\\x7F(\x17"
  b"Ç¥rŸN\x1EJÍ¼ÜÆ®²ÛüG"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"Çû˜•ÎÄHð¯]'þió½­"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"È/r§!¤Bw°\x19\x1ACs\tÄÓ"
  b"Èmt«¹hL¸°uäjz\x13b”"
  b"╚┼,-!XLZîNæüSbÇ·"
  b"ÉaÍávLM+ŠÝÇæn\x00º–"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"ɉ»\x0FV#E»‡ƒ›\‚;Hº"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06+X©&K}¨Þ³\x06«'Ǩ"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"╩WÂì-óB©┐î°FÉ%\x0E/"
  b"╩[nEIüA^ƒ!âõ█áx§"
  b"ÊoAcSXM!¡)ƒØ0&X¢"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"˸t…RNKK ”Ð=\x1AIƒ™"
  b"ËÍ>dϘF\t»\x05ȸðÄo\e"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"ÌX×_'¹C²³\x0EíIëœV\x02"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"Í4VÁŠ/K˜‡ííRÀ/Sæ"
  b"ÍÚ;\x1Fñ¿Ayª#\x12\x19ã—"
  b"ÎÅ C\x1F\vE…‰˜·(üFQê"
  b"¤\x06|┬íÅK\x11íkê\x00Æé\x1E#"
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"ð+çGÒÏD*íþ\RÊÍÜì"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"Ð\x1C=0þCBC╗¢ÅÓ¯ÕMP"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"Êâ;åê;KUì┼î`ÃdP:"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"ÍHSA}ØJÕ£ÁHÝ©\x19éä"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Ø(²Æó#I\x1F‚°â\x16IYh¡"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Ø‹óx²gLò«S/O\x11å\x07\x1C"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"ØúÜœ¾\x15Jÿ›o“\x03Ó…ô–"
  b"ÙVJ\x1C\x053E+‘*#NòÅ\x06ú"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ú&#\x14ßéD\f“Êx¼I\x17\fx"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"ÛHTgYÆ@~©ÝÆ„9»-P"
  b"Ûqzó”$AÒ“Òip¦W«p"
  b"█Æ\x14üòëL\x15£¶î|IçÐ\x18"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Ûî·\x19XˆLÇ¢R¯ö\x07¯l‘"
  b"Ü9N6¯åB2ª\x11ùXB76M"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܾ“ÜU˜Mº§Ï\x02•—\f°\x08"
  b"▄┐i±þÆAìöp┐DãU■J"
  b"ÜÑWšWïBé÷kšü¢\vÙ"
  b"▄§ïì█ýFJÖ·&Ó6ÖÀò"
  b"¦4─║┬+CÅï¦ZCtÓëu"
  b"¦o94£ÉG?åo7f┬{æy"
  b"ÝË\x12¹oSB2…%\x0F™ì¿r÷"
  b"ÝÐÚ¥@ÿE. 8sO;\vÓ]"
  b"Þ\x1C+ÊεCx¨t$x\x0E#Èñ"
  b"ÞB›p\x18×FЈˆ¦ü\vé‚("
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"ÞŽ…±uHL”ŠNàwÚ²½W"
  b"ÌØõµ█5Azê╝}I¼÷\x16\f"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"ßd\x080ô«D*¶\x1FS\x1F\x153Î6"
  b"▀üï\túÌGv¢%╩hY\x7F8‗"
  b"ÓCi½Õ═H\x01ɳºº)ÃB\"
  b"àF87\x07”LX½žO¨>€½8"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"ßxv╔t\rN\x10ƒ]╣x░│Ø3"
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"â\x01\x02f¼|HÞŽÍ\x07¤h+u€"
  b"â\v;‚,ÏNâ²i*[A\x08õh"
  b"ã3\x00æÑ½M|ž£›eGÁgy"
  b"õ\x1E÷ÅH┬F╠Ü]■£X7·%"
  b"ä'\vÊp\tF#¨P0M‘øå4"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"äWJ™ÓÙDȈ|üIWjÔÜ"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"äßî\x05–~F}º\x12øèLk‹\x05"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"Õå:Þº┌CÈÉÏÄn ËUÁ"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"þ%ü╦9ûJÇ¥àäέâ╩¿"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"ç­íÔk\x1EC<ƒÍö£à´ŒL"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"è.j8Í4G.µ Áa†ÿôI"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"é\vy\x1D-\x0EOj¬\x01•˜º¿L´"
  b"ÚAu-3ÂM¥üî³$­¯\x11?"
  b"ê´‰4ŠžL\x1AŸ)\x176zØÀƒ"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ì‚\r\x05”…Mí­(溢‚Åp"
  b"숿s¿pDÌšdM1ˆ™÷ê"
  b"í[\x11\x05ˆmI\x14‘¦ÿtCñÿ."
  b"ïbrö~"@\r·b¨HlH\x19"
  b"ï’MƼ£Cˆ“…UÛd›X½"
  b"­\x06©s'ÁHãüe╬gıB\x1Fö"
  b"ðH´\x03jqMƒ¥H\x00åi\x14\x1D "
  b"­dUý#ÏKDñVØÙIr(J"
  b"­çñû^ýDe░,rtß¹ìi"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"ðõÍ'\r^Jk€\x05\x05ƒ\x08®\x00Ð"
  b"ñ\x10\x17\fM§¶–i,\x02hjï"
  b"ñ\e½Jk\x01CÛ©\¹ÉÙVæH"
  b"ñAðñ—cJû”k{kšPv\x18"
  b"±Æ§ªÉ▓OtïSÏ$ø:¸Í"
  b"òwxû³\x14Għ–ôì­.|Î"
  b"""
    ‗Â\n
    [└ØBAÀ2ç─îÄ\x05°
    """
  b"¾j\x10ÄñÚKͪÅ╦C\x15×\x1Dã"
  b"""
    ¾øÁÉX▒LÔ®`\x14«\n
    \x1F
    """
  b"õ\x00ðe\x11©C‰¢\x19ŠH¸n\x16©"
  b"õJi\x07\x06yGÏœ^4þ¦˜äm"
  b"õX-^+„G׎2kT\tÎLJ"
  b"õpO®KüK%ŸJP:\x0FÞ;a"
  b"õ”RŽ–KJ\x0FºÞáXµmʤ"
  b"§Ø\x0Fı\x1DpJ¡å*\x13÷┼\x1CÝ┘"
  b"§©ô┴ÂøO╬ÁµQ▓³y╩ì"
  b"ö\x04\x18K:èJt£\x17xšŒ09n"
  b"ör\x17Š"cD—£'®ÝG™7u"
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"÷õ±_\x06”EÞª»ù…\x1C7у"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"ø¯,™,9I>†ä h÷Yñ6"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"""
    ù)ãnN;N¬½\n
    ê4\n
    äÊq
    """
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"³N?Ä~bA7┤<\x1E¹¾Å\f±"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³░b\x7F\x08CÚ║┐I¦ÀØø\x17"
  b"üÄÜŠ\x05-E9¡ß\x05À\x1Ci#d"
  b"²%ºì«ÏF┴û┴\x06#-\x1Eã0"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b" \x195└\x15-Lò┐{Étı\taB"
  b"ÿ\x1DÞËW\x19BDœÿ6ÏE÷Qv"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
]
87 0.45 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.37 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.42 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/790-adventure-2022-modelcode-F9688V1"
  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.28 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.24 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.31 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.34 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.22 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.20 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.28 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.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"
  "SwagGmvReporting"
]
99 0.49 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.23 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.61 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.35 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.25 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.21 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.03 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.54 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 0.72 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.64 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.40 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.42 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.56 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 33.73 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/28eca3b845e643978acf1dd4bbbd7c14"
  "/detail/f36a108ea4e94bd6a68fcb43159e1dc6"
  "/detail/a04028c7174d47188e03f3039efc91bc"
  "/detail/20d96bbb533d481ea04b9d4e49ab7052"
  "/detail/88bcf3c46a49400da3995abf847d8c5d"
  "/detail/ca9c0b81264347a894630408aa3962c5"
  "/detail/bd45fa6618434853b96dc43cd7331e7c"
  "/detail/ca57b68d2da242b8bf8cf84690250e2f"
  "/detail/b842e53bd9334206acec3cb3f9dea93c"
  "/detail/cb8254f4b77e477e844874c67c425b3d"
  "/detail/e90b791d2d0e4f6aac019598babf4cb4"
  "/detail/aa712b0ca99845d79928ea7c33c11b77"
  "/detail/4fb253ae953a43f38604cc34273be0fc"
  "/detail/4717b782d81f4ac9b1f38ba0dc75f742"
  "/detail/fcc4dc8a052d4539a1df05c01c692364"
  "/detail/9e81ce7f104642459841330a142790b8"
  "/detail/a572323b2c8c49f18ca0da5d9b8559cb"
  "/detail/1620e516bf5c4f0bb82bfd4a675064ca"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/b3b6e084e5864826a30e1d31b7405826"
  "/detail/1aee9e1061a447aca5e7d5bf626f7184"
  "/detail/db48546759c6407ea9ddc68439bb2d50"
  "/detail/c7fb9895cec448f0af5d27fe69f3bdad"
  "/detail/bf770691de724204ac9a56cc994d46ce"
  "/detail/3586baa2490b4595a40cb4454ba7ef72"
  "/detail/c9789dff64a84e818673ad6b63714ed6"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/683de0b4b5ae4d559afd00fb3086c933"
  "/detail/bb097bde92a74379a1837881c7239fd0"
  "/detail/70da13d9ba6e4ec79d44747b0fb398c0"
  "/detail/0661ada35f4f48bcb604cd1d0cd0a038"
  "/detail/9a5fb1e87e704a82933549814f8cb13f"
  "/detail/5f7dd71082de4ff1825a3e4fc530b61b"
  "/detail/8c98ce41cd2545539d9bf136866d8b84"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/62c570e1ff8b46a0b4c0d986608e2939"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/ed5b1105886d491491a6ff7443f1ff2e"
  "/detail/2bc49818497243adbb60bf4250d0b234"
  "/detail/d744bf7892ae4da48aba62c8bbf2d386"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/51465e1af1c94c4b9b5ec62d49201cef"
  "/detail/221cbc2d66a8429e8a15477086b08631"
  "/detail/e82e6a38cd34472eb520c16186fff449"
  "/detail/69d888a6ba7945c98018c15f3b27ba27"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/6b48c0add6044d6cac3ebf4870fd9a59"
  "/detail/81966f9b20a34eb0a3967ba9e700bc90"
  "/detail/88aa0a0e95404f99ba5b0194856d7219"
  "/detail/36192c55cbcd433cb853f3a0d7870853"
  "/detail/3df78c98f2174b8d82ef9cc28cb40024"
  "/detail/da262314dfe9440c93ca78bc49170c78"
  "/detail/40659a680b7043a8ae085e91eabcd302"
  "/detail/5a74fff20e0742db86d036b922fdba93"
  "/detail/804feb3863c9470288f5d5fbaf5c2733"
  "/detail/c961cde1764c4d2b8addc7e66e00ba96"
  "/detail/724e19ba971844bbbd2c0ff94605ef99"
  "/detail/3c00cdba9aa64e15a792ed78217b93ff"
  "/detail/0a037cec6f2f490883c0ecc734851968"
  "/detail/213bc7b9dbf943908a9f5f11da8a48c6"
  "/detail/0fbaa27cfeb74a139d2f7c356446b568"
  "/detail/9e2e0bced7c94da5a373c7072eade969"
  "/detail/e20b3b822ccf4ee2b2692a5b4108f568"
  "/detail/9d82ed580451437b8c98b8491c24c9c9"
  "/detail/9e00fcf3882744a8b987bfd4e6c8dd4a"
  "/detail/90f46c5c80304229843ba92d6080a56e"
  "/detail/6cac5c8418864d1e83240af4a4918714"
  "/detail/31787b2738224aa19cec6eb02f96ee7a"
  "/detail/576cc1440d07434c89ca9c09971da9e1"
  "/detail/631ba6f1534045918ef5ed0caff92f32"
  "/detail/5d0192bd30d84d41bef8a3149d006dec"
  "/detail/a95198c1fa3440b3a409f813a46d7a63"
  "/detail/d02b8747e3d8442aa1e75c52d2d69a8d"
  "/detail/9306919ea70241cfa01b0f4c419118ed"
  "/detail/293f475e37b540a3967f38f7457ddfac"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/e4e45d774eaf4320a278ebfa73eee2ea"
  "/detail/905e3d1aafeb48098b7694e2a7637e51"
  "/detail/49994b451c88421b8c10d295b279e89c"
  "/detail/2c2924af53a14aa990e90fe6bd08184d"
  "/detail/113b2efe796a4181846bb3b0e5d4f6dd"
  "/detail/a35c15abdd8a4492a5322d43f20f26a6"
  "/detail/ca5b6e454981415e9f2183e4dba078f5"
  "/detail/d2833b86883b4b558dc58c60c764503a"
  "/detail/80b655fb9f6e4eee99cc2ac823239d0c"
  "/detail/c7eb683cb67f400c9e4c1f944de23867"
  "/detail/66599a8892fb4a938fce89ead4dcb099"
  "/detail/5968d52d1e024f78b80ee805e02a57a4"
  "/detail/f91503d085e64349a38f77e839be9135"
  "/detail/135d7e3a28f048ec90fe4c0f9cf250d1"
  "/detail/c250c6a2f2d34a5fabf7aea87d93ffab"
  "/detail/4b9bc24a713e4c07bc49da65b3705afe"
  "/detail/fc4e3f8e7e624137b43c1efbf38f0cf1"
  "/detail/151a407deb91466984325530979cd470"
  "/detail/a0f6f1ce8c29430aa34d3c1555e453eb"
  "/detail/79d031e928294453ada90c79c509876e"
  "/detail/149072db11fc4e25b614fae943005a18"
  "/detail/c7a5729f4e1e4acdbcdcc6aeb2dbfc47"
  "/detail/17b54ef8d5434550bbfb24c83a334eb5"
  "/detail/af70bbbb98c14853a111515d3dc63dad"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/44ee2fb601b246b3b4183a7e98d4400a"
  "/detail/bfe1f46f2cce4f6d8d073f57d7fe101a"
  "/detail/434d104060724211af24c72eaa0bc284"
  "/detail/361327f28a3142ae8b463a0100c79ba0"
  "/detail/ff1ddecb571942449cff36cf45f75176"
  "/detail/99b951830dfe4b1aae2675d97393bec8"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/cec520431f0b45858998b728fc4651ea"
  "/detail/4283a982ed5248218de38b7ece4f8f94"
  "/detail/2ada5ed19c764d5693e6cb8407278ddf"
  "/detail/af78d91653a345168e413b52b9752562"
  "/detail/5c8ccc79abf34acbba63eee33f345362"
  "/detail/de9f7ed32b79420ba085e18f53581b38"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/7a6ddb691c994671a9425abe1d1fc10c"
  "/detail/47000ca728e74358b965c8d777954474"
  "/detail/382c2a07c8a847aea74ed5a46702c522"
  "/detail/d429eb8ffe8940e4a499e74bfddee156"
  "/detail/084d8960a47c43df8721e404766bca3f"
  "/detail/234fea63f5414a8cb39e6e62be083533"
  "/detail/e4dfee05967e467dba12f8e84c6b8b05"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/57761a6e525846b9bb52797f1f194629"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/bfc64fec939b4277815adefb930295a1"
  "/detail/2361115f142d49e1b5fa2aff566b7514"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/e33300e6d1bd4d7c9ea39b6547c16779"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/d0ffc82a39be4d63ae4f91900049d611"
  "/detail/dbeeb71958884cc7a252aff607af6c91"
  "/detail/c3b21f8c90764edbb3f790cf69126d3d"
  "/detail/15ad00f10c3640a6a206ce1f645317e4"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/3a3a61f66e004c1ba712a101d61a71db"
  "/detail/3a9addb7cf09457bac1b39c0acd35b65"
  "/detail/106950daa9db47fe8c6a495ef55870cb"
  "/detail/c2ecdde0aafa48328b8d42929b52549e"
  "/detail/280fa0b4a7174d86b8b08bc56c6998f1"
  "/detail/de429b7018d746d08888a6fc0be98228"
  "/detail/8a0d89118a8343bd8db150e4d2d08776"
  "/detail/28320a2ba675413ba7955c0dba8eeba8"
  "/detail/f5704fae4bfc4b259f4a503a0fde3b61"
  "/detail/a3ef09bf6a504734b046e22f90a5f2d5"
  "/detail/5f679644318b4835a863fd70cda624a5"
  "/detail/7126c3f2d9c6420398ae492ff0f465fe"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/a33903f981914c079418471c6b7549e8"
  "/detail/4570100a52c74fb0b920361946661659"
  "/detail/be2a8b5796ad4e87b0dca06d554db6f7"
  "/detail/fc48a8e93ea141e181c1a596fe6d051e"
  "/detail/a91deed1f9074658afb0bcf61c3eb270"
  "/detail/f929e36e4e3b4eacbd0aea340ae4ca71"
  "/detail/e1813d1953c34d33b0d9b27ed5873886"
  "/detail/4dc113fffec644e7a2fc9e602e993a80"
  "/detail/4de0d47619d945c986037d56cf7432cf"
  "/detail/5bf95e9020ee4c2da987f042b175ec3e"
  "/detail/311c339f64714fce8aa2ba9a3a10386d"
  "/detail/5ab53ec8d8564679a133a070918c62d8"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/98d8983e43ed4dbda7347a3fe5d452c2"
  "/detail/8b2d191adbc8495aac0a0fda910336a1"
  "/detail/b29f95685b784912a988731f09e844cf"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/f0a9a1006f454e45884594ad2022374a"
  "/detail/c225abf84ede4935b34646a1881258c8"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/467ea28f5b534000bb6f0f6ad8fa1dd4"
  "/detail/7d56d321d6834a24a35114bdc9a75eca"
  "/detail/a420c3b23a7b41ebbe2148bf08f72532"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/f110177ec70c4da7b696692c02686aef"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/7ec639010588449cb5845733976beeff"
  "/detail/b5686981f4d24d5788c401b8fd54b495"
  "/detail/38d9bfde83ae4b66b246d44f6d1cd709"
  "/detail/e4270bca70094623a850304d91f8e534"
  "/detail/6f77bc88b85b4276aeb992ecba83875a"
  "/detail/cf067cc2a18f4b11a16b880092821e23"
  "/detail/92d2a998e61049c98dfc764a13bc4cf1"
  "/detail/7f0fa547fcc34059bbb0c46ff443f1ad"
  "/detail/c18b32126e324ba2b7487b4d38012616"
  "/detail/a712472a1fd942558b43602bebac84d5"
  "/detail/574306c1f4f44ad09688fb2d06cb8651"
  "/detail/908b71c25dd14f41bda94ff5cffb4a21"
  "/detail/8ba007392e584243aca6846dc71bb165"
  "/detail/676797f5f2b24171bcab36d3e88b44c1"
  "/detail/7909112a58e74515bb2d4d013c3fc975"
  "/detail/10896259c828421daf47d56064fadfc6"
  "/detail/cdda3b1ff1bf4179aa231235b219e397"
  "/detail/ba6462e1ce9d4920b1d4443bf5b4b453"
  "/detail/3ca896b05b2445b6b57834f3ef90b590"
  "/detail/2f6ac7a3a6964cfcbaee618d16ebfd7a"
  "/detail/8eeabd8e0de14592906fd3ee3ee9d094"
  "/detail/ddcb12b96f53423285250f99ecbf72f7"
  "/detail/17634eb70e384a1d919db189894cb0b5"
  "/detail/83a7440bf43b4e4babd1cd3cfaf45119"
  "/detail/d078894672bf41f9bbaff5896e4a7b6a"
  "/detail/92d741a9ba804e5196b30df1d7d21449"
  "/detail/c4896bd08a17429092bf6065205d5c0b"
  "/detail/e72581cb39964a80be8584d7f083caa8"
  "/detail/2869e4d5beb5441dbd53f3e76ce30072"
  "/detail/10d040207021470a945120864d54005d"
  "/detail/b7f5511666e04cb3b03195412cacb7ad"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/1c0e2a3706d5401da881f69ad188dac0"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/0e5e6e363026469f8227e66c5b58ccda"
  "/detail/728a78fae9654d95840bc49a84d36e54"
  "/detail/bbd137805814411fa7b7f697f56461b5"
  "/detail/b0239028184245b8b810699db194703a"
  "/detail/35eee8534875456192b270d7cc44ff9a"
  "/detail/c3724e1dfb384feaabb3f82f5b81e627"
  "/detail/b64e0537f99f4a7c83cad1bfd3253c64"
  "/detail/4be486dae34142e5b63eb5cf6400a090"
  "/detail/cbcd3e64cf984609bb05c8b8f0c46f1b"
  "/detail/1b658b9e3f60471bbf92f2579ca46051"
  "/detail/1f60d091536d4a0c8ab1e0cf4dbc0e42"
  "/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe"
  "/detail/acdb9f1daa634d018578184eae25fbe3"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/592b2df88bcd4b6baa36e9893df8cd0c"
  "/detail/aac6c602fa1f46d887f9442ff111ad40"
  "/detail/a45b956198b84f1fb6ff13ec45245acc"
  "/detail/8423275330d44d93abcc4c61c3c73b69"
  "/detail/de8e85b175484c948a4ee077dab2bd57"
  "/detail/0d088f0ca5374a40b3139ab697ba90a7"
  "/detail/6070019edbe146cb9ff790629e633bb8"
  "/detail/01ff2ece148245b781bdd4a182e467f9"
  "/detail/5f79137f86fb498795072c33d40a4712"
  "/detail/d11c3d30e7434243bbbd8fe0eee54d50"
  "/detail/e71bc9b393fe4133bf1fb32b20fc1f32"
  "/detail/09f5aba97b0348ed953a7bbf6793b6eb"
  "/detail/e941752d33b64dbe818cfc24f0ee113f"
  "/detail/a1642380ce274497b95367beb12266e8"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/a6a99f9475354a60892d173b04034d30"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/81dc917602c84c229200c5810ea53b6b"
  "/detail/5cf0421e1f3e4614bdd73a1626679868"
  "/detail/c2205521d27f442d8fbbae88cec3237c"
  "/detail/1fc4a2cd837448e6aeb133a80aba1c0f"
  "/detail/c805dc6b53344265bdda8d4acec4c147"
  "/detail/a7f16b5461ad42e6b6070810aaf8eaee"
  "/detail/2f84c9a50c29420abda2ab744e543d10"
  "/detail/20375ad797124b51a5b9ab72262ab2b7"
  "/detail/4b5fa4b43dae4040b25dc43c94515170"
  "/detail/805ecf0fbc6d41959f72d84db330b41a"
  "/detail/385d56a568f1415d90be5051db12bbb5"
  "/detail/885aef82780d41fba5461433b8db2ed3"
  "/detail/9384c78e3b6f431ca88e7921e8ceb9a4"
  "/detail/a0c9ea79bfae4e3b8267ea8c20903b2f"
  "/detail/82ec4c72780d4d88a0e79b3846a9bf6e"
  "/detail/b60492b424b44cfdba69c9a87cc6a708"
  "/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0"
  "/detail/b48a3443adee4114b6f14bf0cd961667"
  "/detail/db717af3942441d293d26970a657ab70"
  "/detail/1a385413e0114eb4b99f05b78220d9b3"
  "/detail/7f42aced846442acb22bd1deab30e7c5"
  "/detail/0471920a5e1a41bcbaa40096568c30f2"
  "/detail/ca062b58a9264b7da8deb306ab27c7a8"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/3722fe146fc24976887807d1d7f26600"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/ebf0e6ea0a2d4d7c9f4bb6f952f1b15d"
  "/detail/f27778fbb31447c4a796f4ecad2e7cce"
  "/detail/f604184b3ae84a74a317789a8c30396e"
  "/detail/16a450287c97485c9dffe95228c6e765"
  "/detail/2dd4c696d0094c50b9b143bc77b03d5a"
  "/detail/f0f5cd270d5e4a6b8005058308ae00d0"
  "/detail/f59d0fd51d704aad862a13f6c51cedd9"
  "/detail/bbb2aef8078449918b4a03692d608b40"
  "/detail/4b66feb2daec442b9cd51794dd72590b"
  "/detail/eab489348a9e4c1a9f2917367ad8c083"
  "/detail/de9de4e6db35417a88bc7d49acf6160c"
  "/detail/d64853417d9d4ae59cb548edb8198284"
  "/detail/73c916a5e8924bb6b280d20b3e6c9ca7"
  "/detail/63466e4a0f60441eac69a473e9bf399c"
  "/detail/af8ea05363b44dc8a1e78f8db7cbbe06"
  "/detail/dd34c4bac22b438f8bdd5a4374e08975"
  "/detail/bec3f48ac2ba4f95a64495e2277e2b9d"
  "/detail/1a405474040b40db8722b8c5662805ec"
  "/detail/38bf0ee523b3436bae1190e1e7f1216b"
  "/detail/6079c4bff59d46cd860bda552ff13602"
  "/detail/64472ca896e94ca8a2d0824be165ca9c"
  "/detail/253d4f7e1425414e96116692b5a01c69"
  "/detail/2eea11251a334f1996d10166e225afee"
  "/detail/1941895415c044699328c8746e066384"
  "/detail/46fe94e807f34c4887797b1144d46390"
  "/detail/7ca7a8b852e2488282d122c35ddfa10f"
  "/detail/acbd753f384146fdac26f17321877267"
  "/detail/6931e676b95b4933ac2dcbd345844489"
  "/detail/42ceea7e8d074557829fd56bfd3a51a7"
  "/detail/64aa4d5d3ec8485b83facbcd9938ce41"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/d9564a1c0533452b912a234ef2c506fa"
  "/detail/17f99a06aa2546058f9aafaf592c0e1c"
  "/detail/cc7f17b545b443259d7b3b91bdb635e9"
  "/detail/a98c66392c6e4c9187f118b80267894d"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/2135a91ec8b04788bd177e316a061b2e"
  "/detail/7c4d96c3d8484dd58f12cd78333dc80f"
  "/detail/90a142e1fdab42b6876a3a080656ae9b"
  "/detail/042bc51d2ebe4e669c648a29c12877ac"
  "/detail/1b8f5060b25449c9a095c6b2f6bf7b03"
  "/detail/65cd81b4c3f24c4bbf2a0b77e333c0fd"
  "/detail/4296a5cb65a142c68f73f4d87567b352"
  "/detail/08add5dddb764c20b393f8bba75a6b77"
  "/detail/c77feccc94404fb89f75ce225c7f2817"
  "/detail/a9d58bad95f74847b2ba3f68261ad9b6"
  "/detail/3689d83479d84ecaa15eb3cb26a4df41"
  "/detail/3b2c5c038a88401fa502db5eeddcfa0f"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/00776cf7fec149b78b2ceaecdf562f95"
  "/detail/bbd322979bc447f7afccc5a34b012795"
  "/detail/06abc960bae24e0e94af2fec911f479f"
  "/detail/4d200872d75b46feb271174df0837efb"
  "/detail/7961aaaf1efd4f91a1cf592d2f444e84"
  "/detail/864288c5040245df8f06d2fb31f5fd8c"
  "/detail/d8fadc9cbe154aff9b6f9303d385f496"
  "/detail/aa262210581a4c0d9cad7e1bbe9fbd49"
  "/detail/b89f5fc50b434e30b66a668996ec46b0"
  "/detail/ca6f416353584d21a12983d8302658a2"
  "/detail/84091a7ba6f1469eba53a52bf47476ac"
  "/detail/9153e0816e6b4da8aba4df841128b2cf"
  "/detail/ff1935c0152d4c95bf7b9074d5096142"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/802d5dcc7d204219909dfdc6f9940a20"
  "/detail/5fd1bd9c33c24ee99495cb59827ef863"
  "/detail/b9b659553114410c84eaba857aba8876"
  "/detail/df818b09a3de4776bd25ca68597f38f2"
  "/detail/978648c238af48d3b655595f0883865a"
  "/detail/ff99c8aff36b44eab0e1ce60a3ccd39b"
  "/detail/4a5521c0a1f04f648418d834bc420e4d"
  "/detail/8c9dd18731d54b318c8416a7fb0213f2"
  "/detail/8d35f0c6664c405396cc9d071b872140"
  "/detail/d88bf378b2674cf2ab532f4f11e5071c"
  "/detail/be6e35b9695c4aa5b65c913cc010497d"
  "/detail/c1a0f8ccb5f04f9d8473674e9c6a966a"
  "/detail/b9513ffc1edf40b48cfb3a1c43dfa76b"
  "/detail/25e337362ffb4689aea832bcbc78c903"
  "/detail/19afb739b5ec4bac8a62dae05b49a95f"
  "/detail/991d8a0a328c439da40935c930b29a76"
  "/detail/d77a75a1b1794617acd5175f6e6b8746"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/6e7e8689e57446679af71a3495422488"
  "/detail/6778590043c94554a2e2ca279cf89edf"
  "/detail/161a8c230cd3493ab870a65235a494ae"
  "/detail/572d5705e956482dac2f41bb553a37bc"
  "/detail/5cef6d13783b4e3cbefa1994ca672e30"
  "/detail/bcda614c3ec54936b6446782d7e88ec2"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/768d37aa6d264dc0ae33e575abe651b5"
  "/detail/57963422e4df4c9cbc4cd46a258f4d43"
  "/detail/7a1625f80a3f45ab9d2cc00df91293d6"
  "/detail/e622420c326744279690d723db04a127"
  "/detail/f2b60a5bc09d4241b73287c48c8e05f8"
  "/detail/b25a917c7b94454aa142dfeb17b347ae"
  "/detail/4222a62d2f42428b9e321703c0a379cc"
  "/detail/802022501a6145c08a75c17c75bee45c"
  "/detail/9270ff54fad946c4bf3f88ea04f15549"
  "/detail/9efad8509012430183448bc78f9489f1"
  "/detail/e4574a99d3d944c8887cfc49576ad4dc"
  "/detail/404603b4771d4c929c56c01069e609a0"
  "/detail/00f3a6c9cc0c4c60812e1e57ac703d16"
  "/detail/4edca662b0634311be782b9c834d748b"
  "/detail/20c99aca66034cfda1007e1c3b77c4ec"
  "/detail/fd25a78daed846c196c106232d1ec630"
  "/detail/c034ef83f89341c5b093afb0e4c2089e"
  "/detail/bba406597e4b4c629c8de0f0dad9035b"
  "/detail/93917980b325420b8f10ac4b56e8313d"
  "/detail/c34d48a4364149d38aca1ad19e3bc4f0"
  "/detail/9467bd943a85494595ff625c1271014b"
  "/detail/3db3b5ed34db433d8bef16a91bf9d9c9"
  "/detail/f11bbd4a6b0143dba95cb9c9d956e648"
  "/detail/4ea1c54fa9064e5484ade5e934285b94"
  "/detail/9d2d31909bac482297c7496fcb78e374"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/6be4f3d665a744a7b140327320ba8c34"
  "/detail/96936e32fcc6414e9e19963818ae3296"
  "/detail/63570e68e8ce4cbb80edc3a7c8e212b9"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/fd98f2fd417a41fd8a9b132c628649db"
  "/detail/e41ef68f48c246cc9a5dfe9c5837fa25"
  "/detail/78ef6ce488b546dba1afec66d499d99f"
  "/detail/0def522d84f441b3b1e2adb3693248c8"
  "/detail/9850a7b3f2864b838acea5d777ec25bc"
  "/detail/7c3ad044a851497d947245b9d0295eef"
  "/detail/d97333ca46504a8389743badbc47d068"
  "/detail/212ce41a64be4a16905b20a822b1d2f8"
  "/detail/5627d0037d8d484297b1f9cbd0c61028"
  "/detail/42998bc8b79a453d85e129041f68ed7b"
  "/detail/2446554a66484068837e35e427ffa875"
  "/detail/c143635479bb4dd0ab2f2b45eff29906"
  "/detail/5006abe58d2941fdba681e3a87db6e93"
  "/detail/a4f53ea793fc4928903cce55d47daa6b"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/de7db8bbfd394d309bc002847cf993f4"
  "/detail/fcb0627fca0843e9babf49ddb79d9b17"
  "/detail/ef924dc6bca34388938555db649b58bd"
  "/detail/918a9facafa14eec98a8f64c9c1584a6"
  "/detail/292af1bd69ba40c18271d7f2ddea03aa"
  "/detail/8eaf7eec94ef4b16a1c800cc4a54b5f5"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/9d11b3596f6c4ee5825751227b3d8778"
  "/detail/643e3c9842bc427da19947c84c6a2158"
  "/detail/3da8bf196a3b49808fce26652cccd5b9"
  "/detail/2108651761e3466f86d58b4754e179b3"
  "/detail/12c6cf175d2e415f9202f26f7f5ea267"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/56d00870e53847b8b2953024f8224606"
  "/detail/3d5c6af427c843c09c82ed265e20cb62"
  "/detail/ac9eabd96c78454c96c880c1bfcf4496"
  "/detail/2e1d7a24c37e4d4d96b2dd75693d254c"
  "/detail/f048b4036a714d83a54800e569141da0"
  "/detail/b3effa4f955f407ba086fc39e102c5ea"
  "/detail/1dcb7aff5a5b497c9b01240f8113d932"
  "/detail/0ed9049fce994f9aa70e69088df755ca"
  "/detail/dcbf69f1e792418d9470bf44c655fe4a"
  "/detail/33dbffc58fb4479f8b7eb41336a8781d"
  "/detail/1cb12ab55ec04d24ae5e37226249f628"
  "/detail/8eebf051b0db41adb1051dcfd230e927"
  "/detail/ba1a4c578f744fe8aef00a8360eee3ab"
  "/detail/52aa3640a83346469ef4f3c3d5477649"
  "/detail/14e7fab562fa4c0ca604e2a38f6420ab"
  "/detail/9b9ccfcd42e0456da90f81f63268e5e5"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/f500f06511a94389a2198a48b86e16a9"
  "/detail/c82f72a721a44277b0191a437309c4d3"
  "/detail/4b0f099902de4e4f8234b56ca25dd7d7"
  "/detail/413be0835e98425cb539a9001d523837"
  "/detail/2d19ad67757d4dd29aa16785a3791b64"
  "/detail/afe1670f53f542fd88a2b2292cff3879"
  "/detail/c989bb0f562345bb87839b5c823b48ba"
  "/detail/00e7ff48b7334c458deb3c27a7b34c75"
  "/detail/7068c1924d634196b0d21419d92bda9b"
  "/detail/78e6924ce8354eaebb1cdb20ddb37005"
  "/detail/8a8217f22c7a44babe8052550f89edfc"
  "/detail/03876e19063b4504ac6be53e7d1b79c8"
  "/detail/81109d6d5cbb442589401e5427212cfc"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/008f36161ee342efa69164d184297a33"
  "/detail/ac5291b5f4214f35a3d67d60837f71af"
  "/detail/c86d74abb9684cb8b075e46a7a136294"
  "/detail/966e42f112a0496e994d4eeae6b1fc1b"
  "/detail/7475f74dbbb643d6b6a46e6612062b8c"
  "/detail/bf1dd535d21b496e8092872d3dcf77cb"
  "/detail/f087a4965eec4465b02c7274e1fb8d69"
  "/detail/f594528e964b4a0fbadee158b56dcaa4"
  "/detail/2320f1b7176d41e28724359cb17c496c"
  "/detail/812ee9524cea433a9ee6594a47d2301a"
  "/detail/da3c330183b04e42a6635b2e5d30438a"
  "/detail/dcf58b8ddbec464a99fa26e03699b795"
  "/detail/5dd7baf1a0fd4a1686400c21cab9b080"
  "/detail/6a221cc6b2e649aebd4ee43c4d38aff4"
  "/detail/f5b893c1b69b4fceb5e651b2fc79ca8d"
  "/detail/362edec54dd64068b39bb7cb42b86725"
  "/detail/aee00e0f8c1a43a8ab9e9d623c5c3566"
  "/detail/b7549288b1ee4e5cb0112d3de02d6658"
  "/detail/3d850641b1c34153949de58d8c7809db"
  "/detail/d313aa66fd2a4c76aeb9cdeb5d197563"
  "/detail/e5863ae8a7da43d490d88e6e20d355b5"
  "/detail/b79fac130185434ba6872fcc3dd8f624"
  "/detail/aa504e5bcd374f1997936465567d2175"
  "/detail/5da8191489084db5b5188987b676fa6b"
  "/detail/018031d7a6504c70bc9611effca5cb87"
  "/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a"
  "/detail/2c81cf2f149f45c0a11a107797f136d2"
  "/detail/6462366562514e5c8cdccc45a32653c2"
  "/detail/a005ad988dfb491984a04fe19f7e4577"
  "/detail/48a25d2d38ee45efb1f32db4b911afc5"
  "/detail/27fae0ebd4b84e4a83d7ae1ba6b1be8a"
  "/detail/a4566694f5354a1c993527ed1ef82a0e"
  "/detail/07ab613be2a1415f9ec63c2869e7e301"
  "/detail/55214a1633fb4a73afdb44c8ae1f0b09"
  "/detail/dcbe93dc55984dbaa7cf0295970cb008"
  "/detail/cd3456c18a2f4b9887eded52c02f53e6"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/bd7a78bc52d347328de55d912501b2b5"
  "/detail/c3e20abd85ff4ad19f0620233107fce0"
  "/detail/83a9d3fe8c1a41238a095afbf14f1190"
  "/detail/2848c0f297094e37b6002861f9f9ec88"
  "/detail/b4181d8ce73848a095e0901004caeecf"
  "/detail/3c802908877c454bbd14fec9b7031e89"
  "/detail/e4d4ad0bb4724866901c2b0001776d70"
  "/detail/e04369abe5cd480190fca7a729c7425c"
  "/detail/4ef55a1d12e24ecc8c3881ab6268703a"
  "/detail/86929811fb6e480fa61b2b137598426f"
  "/detail/3231736b477540368f961e43f4c8acd5"
  "/detail/3bd0ecb2ab774fa3b5873029ff16f35b"
  "/detail/d149a7c522d4471bb575cd5d97cf3ae1"
  "/detail/37f514d652f343d9b13d2ca93e050123"
  "/detail/f8af2c992c39493e86e4a068f759f136"
  "/detail/ddd0daa540ff452ea038734f3b0bd35d"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/d6e454bdd3cf42d89d49cf24495ae307"
  "/detail/8586480551b84599b3cd9416a888ec37"
  "/detail/797d6d115cb9446b8d22aaf8aef84334"
  "/detail/55c9247c42f6452c873a8aa97cfb375d"
  "/detail/93296fdaeb9544cab48fef4532f507b3"
  "/detail/1dd550e8247f49dfab75e16a6fbe8fdd"
  "/detail/8cfed6c00ed74961888007e6baa2e64a"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/1e79674314224906850ca0cbfbefa808"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/c3884a40497e45eda5dcf043d787e045"
  "/detail/e7dfb69c5e1344a782640a0fd69d2c1b"
  "/detail/60380264bdf342edbc59c0df04d6263d"
  "/detail/1f504ff9448747eabed610df12223329"
  "/detail/f780bced7e0f45fca7f2c6ec54aa6058"
  "/detail/1e218971147d4a04bc1d76b575cefe00"
  "/detail/98669351a3f74799bbb5c3973fa091c3"
  "/detail/208a4a179b7e47fcbb64ece38cc5d847"
  "/detail/6aaf68589fc642a1b693128d41d429fe"
  "/detail/aacb8fdea6a249e18b0ed74239d6f0c1"
  "/detail/d87645b618c54fe7b4e5439d779d225b"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/4ab5056baf5d4622ada50811208425fe"
  "/detail/9c631f86c38248ef86731e33d97644da"
  "/detail/3bc6175191e54e9c8b9c9e7639df25c6"
  "/detail/73efb3c9f8834765af8b9f9abc747b69"
  "/detail/05a09c16d7ec4e5ab81490235462ba75"
  "/detail/bbb01165934c45129d9806e241c4c118"
  "/detail/87de4d2ab53b415db45c786d8ce590fa"
  "/detail/ead5ebfc0daa40c9976065d365c664ad"
  "/detail/dd6f39349c90473f866f3766c27b9179"
  "/detail/fac01b295e044b589ca4f8b2ccb2868a"
  "/detail/8d4b14a849134050baf1e6131514fc49"
  "/detail/f5582d5e2b8447d78e326b5409cec787"
  "/detail/de1c2bcaceb54378a87424780e23c8f1"
  "/detail/afbae945fd2b45f18a2e31493b0a9b8f"
  "/detail/f141f0f197634afb946b7b6b9a507618"
  "/detail/0e6319c53a4c4c2a908f6e1acb1a2850"
  "/detail/4dbaa267b1374abaa9e38b89e15a3e17"
  "/detail/6d8839cb27b94affb0ce6b1286e5719d"
  "/detail/a816faeb3ba44c0f9d649b1dba370929"
  "/detail/4fc73c81afc14af3a51c8f90e0f6efef"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/211fafbc86f1403f97ad514f5bed6d56"
  "/detail/f8a3775e786e432d9c0dedfb38f5cdf5"
  "/detail/133403527e3948d98bfb2ddca2224a4f"
  "/detail/caa6cb1b15f94506baee94ab6dabdb2f"
  "/detail/1210ef73292e4834bb02477a20995ae7"
  "/detail/14868ce162bc4d3cbf56fe07bde1febd"
  "/detail/7ad6c54c9be34f03b445d31d6927edfe"
  "/detail/932cf84722f9420db0fe81ba479611f6"
  "/detail/68e99532eaea480a9e1a058351bb9088"
  "/detail/135726f264c04274ab108b3c72d4391e"
  "/detail/a4c8c6ebd449449486bb8befc80f7894"
  "/detail/792b461266cd474cae2356aa7b2a6d0f"
  "/detail/d10a5fa44fca4975bf014f432f0a51d3"
  "/detail/9157d39a06994163a92f1bcd6f774ade"
  "/detail/4f1a2c8c5ae44faba1bf9340c0809894"
  "/detail/a5dc0ed02ccf4ed4ad4e4f1eeb0cc7ef"
  "/detail/d124c09cea9042ec8ce2eea49f7105b2"
  "/detail/7dca61ad5162418aa5ab73367e106739"
  "/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2"
  "/detail/89eda59c8ab2485188603fe1844bf9fd"
  "/detail/1d4ff7befa364326aaac5307971b55b3"
  "/detail/e747ef8356fe4db9b003b66ff2e5060b"
  "/detail/f192f5a690b24f748b53d8249b3af7d6"
  "/detail/3f2554490d9941c794bb71f5f764cccd"
  "/detail/b525f7bbaf204f47b762228f4ecfd0ab"
  "/detail/07d35f804c9d42b992f305260dd98db3"
  "/detail/74c23def2f2842418af16064a77dc50e"
  "/detail/d828b2c6f323491f82b0e216495968a1"
  "/detail/2bcb3b87e5cf42b5a5c3eb7f72237988"
  "/detail/c7b07d450d924cdea940dbae5e6b5916"
  "/detail/0b580d4db1af437bb52ae681045fa3d8"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/250f1f1afc27405c820f4cad012e18bc"
  "/detail/e09c649155144829b8154605f353de63"
  "/detail/0811ac5adc8647b3886e7cc0900fc5e2"
  "/detail/49bd26cd2d784a939e1b345b7c8a882a"
  "/detail/cb7dbcfaca054aefac7fa4a960e2ab23"
  "/detail/7db3d8dc2e1e49b1b4b7fe441e8676f6"
  "/detail/c1d1a8eafb3249ff8f0401fb18f4e8d2"
  "/detail/7372870a4dfe4bf993af313e8bdd6797"
  "/detail/b18473e401c64322bca40031f57a336f"
  "/detail/f672178a22634497a327aedd47993775"
  "/detail/abe6bf27ecb84f93966f2c666754177d"
  "/detail/28671cfd645e4120a224fe0230649357"
  "/detail/c8c52c2d21584c5a8c4e9181536280fa"
  "/detail/cfd6dc9af5f44b3b933547476f6b88a6"
  "/detail/a9c3208b26794b119dabd142b2665f90"
  "/detail/e17876c9740d4e109f5db978b0b39d33"
  "/detail/196a1e478023423d87a94219e9ab7ad3"
  "/detail/925043830b4143a9afb3ad97282c079d"
  "/detail/f73d29328d6a477197db55ff5e1d7068"
  "/detail/4c82867a86f242ac8261c288f180af4f"
  "/detail/8afeb2f019364cd4854060e7b72ac179"
  "/detail/044ac3e4cac94813b2ac2ce9c4069cda"
  "/detail/9d04d88daab645deb09da90c25c603d3"
  "/detail/e7adedd46b1e433c83cdf6a3e0b48c4c"
  "/detail/ac2402552ac84121b755adf37f39d2ef"
  "/detail/e7d84f606bcc4734a53313e6dae9eb88"
  "/detail/a47f15cbcd4f407d8dd51bdc1a9a602b"
  "/detail/9a1df6d312084068837758fd2953c398"
  "/detail/598135b2ad054bd5912b695c29b68c7a"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/42678bebba584d12b643e7d1d36bbdda"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/636fd7059dae4829944aec619f5f5889"
  "/detail/8ec3bfad9b3f41c296a86f9f1752fd75"
  "/detail/3be71d5d0dcf4cafbb0229b757eba18d"
  "/detail/2ebf26f228064895bf5cf9b6f6bc9025"
  "/detail/c0ce13b4cc094ebeaeae8b84145b1a2e"
  "/detail/dcd1579a57ef42c3a9f76b9afca20bd9"
  "/detail/ec1436da1e4c4f03bb092b218ca78cb2"
  "/detail/039395fbcb4e41d39e6fafe087f26b48"
  "/detail/028d70ee5efc45b8814a6de8a8bb7898"
  "/detail/0a58da5b591e4c96857fd8671a691d84"
  "/detail/05a505db27714dbda2fc65a7186aeb89"
  "/detail/3f238c229ee6469fa12b3b634a836c1e"
  "/detail/2d093652413142dfb48e894db53daa26"
  "/detail/5a073a4f12e649f5a5510efa3977ae39"
  "/detail/db92148195894c159cf48c7c4987d118"
  "/detail/86f0d71c355245e7bf4b4ef63aa03cf6"
  "/detail/f006b87327b548c68165ce67d5421f94"
  "/detail/e875fa8f02ea4fb2a896e60a66b34ca8"
  "/detail/ca06e673c9d0430d8b8831d91e4a53fc"
  "/detail/201f1d195b21477f85e256d1514f3191"
  "/detail/0ff6d821c0e64e42adb0cd735b0a1dfc"
  "/detail/435d9794f2cd4dc4b3c48e6e4f8029cf"
  "/detail/968caab51aca4804b7458062ae802cd8"
  "/detail/1b98e8c17eca4d62a7e844987e00fb6e"
  "/detail/99c5987c1a554f82a53be83488bb074f"
  "/detail/a8a9a96d4c484e2b95b697c45e9ca592"
  "/detail/e69d82f05cd3490489a4fa8b6ab69dd3"
  "/detail/7b16ae7d9c224220badd4897b4dbb082"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/ec88bf73bf7044cc9a644d318899f7ea"
  "/detail/a791698f060740ec81872561ef70bb34"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/45ac4aee1f014f32a51b22ad98b3575b"
  "/detail/e2010266bc7c48de8ecd07a4682b7580"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/1b225e5aad7241169c4aaa5780549791"
  "/detail/906f71a1a53c4361b9520285498f47cc"
  "/detail/6d9cbdba1287453bafe0dd70e66bf683"
  "/detail/16a73508a6d7416ca496373d222df1d0"
  "/detail/0335254b311f4cb08d4c043aef41eedd"
  "/detail/c587c12b0f054f11af15e1efa585c4e2"
  "/detail/44a475e5d6344a3ca093c9d19885f7f5"
  "/detail/a821025b13f0464c84e855512a64902e"
  "/detail/f54a6907067947cf9c5e34fea698e46d"
  "/detail/1d1a29cd288c4c8583cd2ccc7fb320bd"
  "/detail/06a0234b80c144b1affe9f7d2fd37e7c"
  "/detail/3878ab06503044469d3011ff05460da6"
  "/detail/43f3c004621146e4bc8758dfa13d63ab"
  "/detail/986b22337f9d49589976a6c1e914e9d3"
  "/detail/f7da26cb2a224dbeb0c0b9bd22390fd0"
  "/detail/13e3cf4faada49ec9dc3170dadfa7c92"
  "/detail/3b4e6267debf4727bc49ab382ee6b378"
  "/detail/6f795b1803aa45b8a7b50bfea44a3a0c"
  "/detail/f06455ec23d84b44a4569deb4972284a"
  "/detail/6a0f66ad837449d09ab1849fac5557dc"
  "/detail/a14f6ce4fff34c288d4a9c692776f67f"
  "/detail/b20fcd83f68848a984aabac83c4ce738"
  "/detail/9721855b4937454a904482d57c7e6414"
  "/detail/7a97ba16da8f4f098d36da943a85ead3"
  "/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8"
  "/detail/5d2d44c9ffd346b5be359b080d8b4bc1"
  "/detail/610b63661f894465a504577e88edbe89"
  "/detail/e046383707944c58bd9e4fa83e80bd38"
  "/detail/aed6704ead4e4ba4894cf6a95fa92e4c"
  "/detail/74bcd28d06d7415182762bbb26845f2e"
  "/detail/6457a634bc564e8b88ab325b1be45ea6"
  "/detail/90ea8ba2a59d4f208532c846bf8f8974"
  "/detail/1c2c36276ec542e69501720fc620c4c1"
  "/detail/7b17ed5e3aa44635a18d9be40ac720e5"
  "/detail/c620b2226c50471d90cb49129203c46b"
  "/detail/75c7cc67b7b3426195ced720034a03f2"
  "/detail/8a8093d4ecc746eb9d1b4e542077f079"
  "/detail/3b2d695bf22c4efeb6b8f89927d3f670"
  "/detail/ccfecb91167449f98cad00a2b2fd239d"
  "/detail/b60af243cd444c6c87e06ab495bbcaff"
  "/detail/55f4d6bb96154e2f9bbf1daa999902a6"
  "/detail/499f465f2b97405b8029289a8258e560"
  "/detail/71d51e54921a4752be1673dd49ceceec"
  "/detail/95d06322efe8470bbe34cb40d98ff8a0"
  "/detail/125ae32265c3488e9e324615cb3de9e0"
  "/detail/4fffe824d4cc4ed3b5ba72c8e13fa192"
  "/detail/0bdafaa8fc394e1ca0d2ab7d4a7d6c2c"
  "/detail/9b241a386a174ba9ad6c089472be81f4"
  "/detail/b59934b640e14d43a68f7bea936bc0b1"
  "/detail/beb754bfc07f49ebaf32cdeb8caab252"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/56251d06c9e9477f8a2ff494cae75053"
  "/detail/7d66ff816bfc43e5a35df0f504cfe3b2"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/70e52fd4923a42919e958298024dcdf3"
  "/detail/1c86779c496a420686f9bc1e8e7eac8b"
  "/detail/63bbe5a8c1994b2489078b503777cc94"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/cbb87485524e4b4ba094d03d1a498399"
  "/detail/44f5643a9aa54a23bcbd89bad97dd752"
  "/detail/89e95ff3c52a4fce8211b37ed9ab1f0c"
  "/detail/49c6e0c5cdb2403ea954001e794c0a36"
  "/detail/32387b88a1614242b91ec7a2717fe9bd"
  "/detail/6d2c967944904520989f13f15f6b202f"
  "/detail/9c628946fde6469583ee3e041ae49269"
  "/detail/17bfd861909c4763b5d79fcce7c5297b"
  "/detail/06079aae29a44e07a6a83f338b706f8c"
  "/detail/972098d9517b48bf8ad65553219a1376"
  "/detail/c53115eaefb049369199492d4a43af8f"
  "/detail/d20e81a8e75f4cf2bc22be5bdf8d0950"
  "/detail/9142e63958174e4bb1a3ea5a8ad7bc96"
  "/detail/7e9a82b6453d4808b782e8b95658f6c2"
  "/detail/a351c4d4343b468692d4c13cfcd59b61"
  "/detail/84ac473aa0cf46249a13d69b6a087633"
  "/detail/f9e1c02cc8c146ad98dee5cb5f3fcdbb"
  "/detail/474bbecae1904db19b69f7381771e74f"
  "/detail/91118c3c5a434c50a79c690c0ef874f0"
  "/detail/b1cabafa54e24559af98da7f27501052"
  "/detail/94a36afbef8a427a82a6f30a6f8ef109"
  "/detail/ec820d0594854dedad28e6baa282c570"
  "/detail/e42e9acdb7a84db1a5dc21cfa70f766f"
  "/detail/8669e125b004411293092d9df9bf34c5"
  "/detail/1fa69eddaabf4df5971e23b2c718d5dd"
  "/detail/a530e5cbbfe84b63868c03bfd7f6bbc1"
  "/detail/b22c51687a18469eb5dc632323ec34c7"
  "/detail/a19b8f556cec4350a233b95e42aea292"
  "/detail/9f06f4cf55274037add5d68b2c250986"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/1ae784ba043f4a829c4155b04032f28e"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/71710cd9f5f046529ffa4a8ac09439c9"
  "/detail/7ce75d0999774cbc884dad693378499f"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/5a6b8a51792444f0a6d3b82049b447ea"
  "/detail/31fa9215b1cc4562972df732d4db89f0"
  "/detail/b118dfab130545b7ba745bdd962b7db5"
  "/detail/6ddaf86033cb4aa796b957b5aeafe78c"
  "/detail/df640830f4ab442ab61f531f1533ce36"
  "/detail/b2d3c6461441415494093939c5323dab"
  "/detail/ef6272f67e22400db762a8486c481987"
  "/detail/42b48872cdff422c95e1f7f69e60f2cd"
  "/detail/fc87213e8227412cb2cf1e6d6cea959d"
  "/detail/33ab56db441448479d4c4c4a219941a1"
  "/detail/00e6a2f948544958bc2df454e7074e4c"
  "/detail/39ade2bbb84449e49d8418ccce505792"
  "/detail/1a493683432943cfac2568c72e553d16"
  "/detail/cc58d75f27b943b2b30eed49eb9c5602"
  "/detail/495085311b31474fa0edf2733d1a853f"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/dc394e36afe54232aa11f9584237364d"
  "/detail/641b7d4bfff041b78d3bb89fb2436f90"
  "/detail/1fb7f084a0114a17942a44d159e7ab0e"
  "/detail/48165b0999a34551b7b2d61e64f95daf"
  "/detail/a21b9983858f4a5cb1b9f82999eea585"
  "/detail/90fb47c3261d4431b54f475ffa3e3ca8"
  "/detail/8c104fdc0ead41be9a48657d3f397124"
  "/detail/7c038f34bc824eb78b121468f67a77d0"
  "/detail/9084f1fd2f964a89a5b9e79c0f0f14fd"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/207821a319a14df891b1da52cb633bd5"
  "/detail/13da9c91054e41a49152df9f90d52c07"
  "/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d"
  "/detail/fba40109fc0f4e209831237e47930622"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/f7f5b15f069445deaabbf9851c37d183"
  "/detail/6dd6142b64714f4ca467e607bfca94d5"
  "/detail/94a1dae0bf3d45c0b2afa1fbd2b624a1"
  "/detail/9bb6955ba02e44cb997d38423b9f4328"
  "/detail/08ab6ceb986c4fe38ae8e5a62d07686b"
  "/detail/0371f4f2e7c542de93cb7694b7750199"
  "/detail/3a6819c1864843fbbb43562373d1f808"
  "/detail/fc5115b1aa25416ab9ef9f0411d21ef3"
  "/detail/68c8508cc9634437913bf4c1f5609124"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/a33f7277423340e3a47e91518487e082"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/8e4e53e02c8249ebbc61de48c45cc193"
  "/detail/cc2e0c973ab64a99a8a4c3368b790fe6"
  "/detail/8aca9a1afd67418aa7e887d5a99563e9"
  "/detail/91fd46b5cc594a408b32635e4a9ac47c"
  "/detail/137ab040245b46419c5d19e61b554776"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/969f97d75dec4c0ca834882186e06f00"
  "/detail/72eeb6bfb10f4cd98a94f245bcad4114"
  "/detail/658af58c8421444b8d1921fdb61b2947"
  "/detail/a56791c8fe6441978612fce3e3353256"
  "/detail/7979893536284cd5a6fd2ade57ccb406"
  "/detail/1eb30bad1f894151bb0d50fea2210872"
  "/detail/f39bb59058b14ce2a96014ae0a36a51f"
  "/detail/895f9d602aa148759695f2dfdf443d1e"
  "/detail/bb7a855a859b47aaa675e98c1bd6ad04"
  "/detail/84d0789314454723a3e7d9e34328fd4f"
  "/detail/ab80f47e137240b2b89fe98783e2e72c"
  "/detail/5501f5cec2534c6784eb5b8d2e8f8c2b"
  "/detail/8536c17abc7b4b62840767d1c60c5520"
  "/detail/cf739fe71fa7405c8da1e454c4fe9074"
  "/detail/4069e432f02a479ca4c4d635238c8130"
  "/detail/865fba6b82c041a39c6daca80370c4f5"
  "/detail/6d6cf31c38404470a0baaaf87f2e2dce"
  "/detail/398c01a31065433b859085e3fc840c58"
  "/detail/0d649f80d88242aeb2e5b317364aa3d7"
  "/detail/2a2dc438531d4b6a9977bdb5d546ef6f"
  "/detail/02782e930ec24175adea89add0952834"
  "/detail/1777f0f2727e486a85165af0983f2dcf"
  "/detail/76d2e06872b440c18159d288b0b611e5"
  "/detail/1c874d0721b44753af4cb0560c74746a"
  "/detail/43965097d33a4a36a50f50a8113e2ff7"
  "/detail/64a73b13750e46dd80aa0b90b84fb55c"
  "/detail/3992875e90dd47b4bfbbfcaefac30206"
  "/detail/c4d2e060dc8e49ac845f19120879db19"
  "/detail/9ba27f9f49a24a53a249745845b487d4"
  "/detail/a55823063a5046ae82334cbdde9f6eb3"
  "/detail/7ed1851ba54f4cb0a380f8d08eeadf72"
  "/detail/1e9e2ee61f11483197eacd8a7dd2d355"
  "/detail/7c897cf1ddaf4ca6a927c41ce075efb6"
  "/detail/72a2e20321774244b07cf45eca32404e"
  "/detail/906c5097986c47b0bdcf11c7de58a205"
  "/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.45 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.