GET https://staging.ktm-sturm.de/ersatzteilfinder/rc-200-2022-modelcode-F5103V1L

Query Metrics

113 Database Queries
101 Different statements
859.37 ms Query time

Queries

Group similar statements

# Time Info
1 0.99 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.27 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.29 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.20 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.37 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.33 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/rc-200-2022-modelcode-F5103V1L"
  "ersatzteilfinder/rc-200-2022-modelcode-F5103V1L/"
]
7 0.25 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/rc-200-2022-modelcode-F5103V1L"
]
8 0.55 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.23 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.44 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "kbtNtphJSK4zZWnUvIseJ9DLdPmvVrRt"
]
11 0.37 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.58 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.24 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.23 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.33 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.38 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.33 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.30 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.19 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.53 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.68 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.73 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.27 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.35 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "kbtNtphJSK4zZWnUvIseJ9DLdPmvVrRt"
]
25 0.40 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.48 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.37 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.55 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.30 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.61 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.25 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.37 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.24 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.21 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.78 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
36 0.55 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 3.74 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.48 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
39 0.63 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.29 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.22 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.22 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.18 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.64 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.61 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`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.47 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.80 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.55 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.77 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.29 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.23 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.30 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.23 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.37 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.66 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.36 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.54 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.64 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
61 0.78 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
62 0.40 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
63 0.36 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 1.06 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.26 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 619.77 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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.80 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.31 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\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.31 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.29 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.91 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.80 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.50 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.37 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.39 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 2.30 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F5103V1L%"
]
77 27.02 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:
[
  1002106983
]
78 33.58 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11052,11079,12827,17761,49979,50905,53861,53863,53916,56205,57811,57825,57830,57839,57841,57844,57847,57849,57850,57851,57856,57857,57859,57860,57862,57863,57864,57865,57866,57868,57881,57883,57897,57898,57901,57924,57927,57929,57931,57932,59550,59551) ORDER BY number, part_type ASC
Parameters:
[]
79 36.97 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11052,11079,12827,17761,49979,50905,53861,53863,53916,56205,57811,57825,57830,57839,57841,57844,57847,57849,57850,57851,57856,57857,57859,57860,57862,57863,57864,57865,57866,57868,57881,57883,57897,57898,57901,57924,57927,57929,57931,57932,59550,59551) AND article_number IN ("90630038000","90130035000","90130003007","90140001000","90140023033","90140023045","90140023060","90140023075","90140023090","90140022000","90640020000","J618253216","J025060256","90111059000","90632001044","90132003000","90132020000","90132010000","90132011000","90132111000","90132211000","90132034000","90132035000","90632002000","90632005000","90132006000","90132001001","90132095000","90632038000","90132019000","90632011010","90630057244","J625062030","90130055000","90130055001","90130057150","90130055006","90135058000","90130055103","90633001000","93533001011","J005060123S","90130004002","J625062040","90133032000","90133006000","90133001003","90633033000","J471020122","90133003000","90133005000","90633002000","90633001004","J618152114","90138007133","90138002044","90138001000","J471010100","J028060303S","90130024000","90238015033","J770017721","90138015050","90138015052","J025060161","90138006000","J770039326","90138015000","90138015010","93533010000","J471020121","90133034000","90633012100","93033015000","J900001602600","93033013000","J900002001100","90133014000","93033016000","90133001009","90133011000","J125150006","90130004003","J625062041","J770017515","90133030000","90230077000","J472037150","90133029014","90110049000","90110057000","00050000982","91235052000","90135053000","90135055044","J025060224","90134013000","J603061001","J025060104","J760122455","0760122406","90135055210","93636009033","93636010033","J912080323","90136009002","90136009001","90136018000","0028060164","90136001000","90136013000","90136002000","90130004007","90136003003","J770010015","90136003000","J025060204","90136003002","94136031000","90636030000","94036036000","90136027000","94036028000","90136032000","90136033000","90136035010","90136035200","90136035204","90136035208","90136035212","90136035216","90136035220","90136035224","90136035228","90136035232","90136035236","90136035240","90136035244","90136035248","90136035252","90136035256","90136035260","90136035264","90136035268","90136035272","90136035276","90136035280","90136035284","90136035288","90136035292","90136035296","90136035300","90136035304","90136060000","90136056000","J770010312","90136056001","90636032000","90236033000","90236027000","94136030010","94503001000C1","94503002000EB","94503002054","94503002053","94503002065","94503002057","J025080246","90512042020","94508049010","90507047041","94503082000","94503002085","90507047042","90107013004","90508024050","90508016070","94541088010","90508006001","95811055010","94503001080","J690000801500","J031080146","94503001035","J650001901402","J800000701400","90507012000","93303006000C1","93303005000C1","J912080251","J125080006","94603001010","94603001020","J025060103","94515003000","J900000601001","93615005000","93035004000","J125090006","94507012000","94503001097","94603099000","J690000600101","94503082010","J900001001600","94603001030","J650002401600","J025060101","94105083000","90605007200","90105004100","94305050172","94305051000","90103097000","90205086001","90205068000","90105000002","94341090000","J926080003","J027081053","90105084000","90105068100","28305011033","93805011003","J025060146","94005065033","J026060903","J126061252","J926060001","J028060143","94507013000EB","94508049000C1","94507040000","94607047000","94512909000C1","94512908000C1","93007040010","94507013030","94507013010","J900000802200","90105017000","J025060221","93008019010","90808043001","90808010050","90108060001","J912050151","95829099000","90507013005","90507013006","J912060256","SXS03540700","94508062000","J800000800400","J912080303","94508008000","J650003503000","94514011000","94514010000","J650002201400","93014017000","93014018100","93006039000","94508047010","94508013000","94514013000BM","J005050123","94514013010","J912060183","J900000801901","94514013030","90113055010","94514013040","94514011010","94514010010","94512041033","94512040033","J690002400100","94508019000","94508019001","94508019010","94508030000","J650002001400","90808043000","J800000600701","94508010000C1","93009059000","J031050161","93014096000","90514007010","93014095000","93008040000","94508015010","94508015030","J340001201100","90514045000","J025060202","94508015020","93008020060","93014098000","90808016000","90514044000","93008015010","J690000600100","93008036000","J06923050053","90102031010","J910000600504","93008015060","94508019002","94614001000","94514026000","94514025000","90514036100","90514035100","90114047000","J125100009","J06797100183","J081040121","J900000500900","J934100001","94514040000","J926060000","90814044000","94614001050","94508051020EB","94508050010EB","94508051000C1","94508050000C1","94508027010","94508026010","94508020000","94508043010","93808027000","90508006003","93808026100","J900000609000","J900000604502","J900000601200","J910000600600","94508048000","93011068010","J125070004","94508047000","94508041050","27005211011","J900000501403","90505090050","94508018001C1","94508018050","94508018010C1","94508018020C1","94508018040","94508018030","94508018070","94508018060","90108050001","95835016000","J800000600700","J031050123","J900000601403","J650001701300","J900000602004","95808041020","28104030044C1","90104031000","90104032000","90104036000","90104034001","90104034000","90104046000","90104042000","90104038000","90104037000","90104040000","90110084000","J025060169","90604062000","J900000600800","90904070020","J025050504","94508022000","J912050141","94604060000","J650003002300","94504060010","J900000601605","90504060050","90508008001","90504067000","J900000601400","90804066000","J650002401900","94604060020","93015001000","94515002000","90607830000","J926060006","94515020432","94515020196","94515020075","94515020383","J610000600400","J600000532300","94515020275","94515020080","90507015000","94515020186","90515011000","95835068000","90111093200","90107013008","90107018011","90607017001","90607017003","90207016004","J300000801000","90607017002","94515020092","90507017000","94507088000","94507013050","J025060128","93807018000","94507016010","94507016000","28107028000","J300000701600","XY","90135016100","95835041044","93335001000","J127060001","J926060003","94635024010","90635071033","94035026000","94635025000","93035028000","90135020003","94535036000","J031060101","J900000601404","90135017000","90135020001","90135020000","J900000501900","90135066000","90102055000","J6000000517000","J600000645500","94535065033","94835044010","90135065050","93008084010","J025060141","J770018530","94006001000","93006002000","93006020050","93006015000","93006001060","94506040000","93006001080","90106001007","94805058030","93041080000","J005050126","94505013000","J005050101","94641040000","94041002010","93030087200","93030089000","90130087001","93006021000","93006001015","93041080050","93041080070","94542031044","94842001000","94542004000","94842003000","94542002000","90113013000","90113026000","90111051000","94142025000","94542020000","J900000500800","J900000601606","93811093000","93813147000","93813035000","J910000800500","J025050206","J320001505300","94513026000","94801085000","J900000602201","J025060181","J025050103","93013068010","93013068000","J025060109","93035065020","94513046000","94142040000","J900000601801","94513015000","93813030044","90113021000","90113018000","90113017000","J01008060S","94513080000","90113075000","90113090000","90113121000","93513001033","90113002100","90113001007","90111050000","94813060033","90130059000","J920000602100","J125070001","J094020153","94513050044","J625060800","95834035000","90534031020","90534034300","J934060001","J900000602003","90113052000","94609001044EB","94509011000","J410003001300","J710005500200","J780003955000","90109076000","94509060000","J900000802501","93009081100","94509012000","94509082000","94610001044EB","90210086000","90610087000","90110013000","94510060000","90110062000","J472042170","J760264208","J625063021","90110011000","J625062023","90610054000","90210059100","90210050000","90810052000","94610051042","J625062050","J760295207","90510052000","90210085000","90109011001","76910065118","90110053000","76910066000","SPA214U423K118B","90110015100","94601001000","94601002000","94501032035","90101080044","90101086000","90101036100","90501044000","93013055000","J021060156","90201025000","94512082010","J910000600505","94512082000","43570624","43570623","48601166S1","94501092000","94501093000","90501045000","94501034035C1","J900000604002","90511006000","94602006000","94602005000","94502006010","94502005010","90511006100","94502010033","94502039000","94602031044","93002031000","J025060251","93802031100","J982050006","90232014002","90102016000","94611074000","90111070000","93002090000","93502091100","94604010044","J020100806","J900001006200","90104010003","90104010002","94606010000","J900000601402","94608099400","93803026000","90111040100","93503029000","90103027000","28103023000","J900000501200","J982101253","93511045000","28111046000","90603024000","93003034000","93003027000","95803034000","94503049000C1","94503048000C1","94503039000C1","94503038000C1","94603049050","94603048050","94603060010","94603060020","J920000804701","90503052000","90503053000","J770009015","90503048010","J094020186","93003042000","93003151033","93003150033","93003141033","93003140033","94603039010","94603039020","J025060083","J029060103S","95804070000","90103038002","95803039010","95803038010","J025102656","J650001200500","90134005033","90134009000","90134022000","90134014000","90134050000","90134016000","90634031010","J025060223","94534036044","94534031044","95834032000","93034001000","90134019000","90134001000","90134098000","90134015000","90134012002","93534012000","90134012003","90134012001","90134025000","90134030000","90134024033","J125061416","90134023000","90134190000","95714069000","94514060010","94614060000","J900000501002","J650002001100","21011066000","J900000601601","94507050033","J025060183","90107050151","90107050051","94611066044","90111067000","90111067100","90107050050","94511068000","94641001000","90641002000","93041085000","90641072000","90141023000","90141001001","90141023002","90141023003","94607016130","90141023005","95707024000","55641023020","28241038000","90141071001","55641023010","94541030000","28141031000R","J991060203S","90641002300","90141002006","93530000044","90230022000","J618131912","90130004004","90130078000","J01665060123S","90130082000","90230079000","90130164000","90130003004","90130058000","90130047000","90130003005","J011050133","90530003001","J025050163S","93311023000","90140020002","90130096000","J025060401","90630042000","90130042010","90630039000","94130002233","93530040100","93839010100","J770015824","J025050081","90139004002","90139090001","93839091000","93839093000","90103096000","J025060451","J025060301","J912050353S","90130018044","90104060010","90130001000","J797060003","90130001001","90140026000","93039006033","94539006010","J900000603000","90508016050","90630018000","90130018006","90230069000","90130018008","J021100003","J025100509S","90130018003","90132024000","90136014017","90130029050","90132025000","J950001300400","90630015000","90630015001","90630015002","90630015010","90630015011","90630015012","90630007000","90630030010","90630033000","90630074000","00050002314","00050000215","93636020033","93336052001","93536053000","93630036000","90136025100","90130064000","J900000604003","J025060356","90136020005","90136020003","90130080000","90136020001","90136038000","90135047000","J770000817800","90138091000","90138091001","90136052020","90136052010","J770023019","90636025000","93530026044","93530027100","93532048033","90132048004","90132048005","90132051000","90132050000","90130020000","J770013824","90130095001","90130095100","90132054000","90134027000","90130026003","93030059000")
Parameters:
[]
80 0.30 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1002106983
]
81 0.23 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:
[
  "1002106983"
]
82 16.36 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"½#┌0Ñ\x1CEUì2\rRíM=8"
  b"\vJ\rbûGNzŸ&a­~D‘™"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"›0óýãzBO™…s\r?\x0EÃ\x17"
  b"_Lâ\t\x04¢Mä¥òŒê?\†N"
  b"\fid&¶€A\n»\x01Ò“5P\x00ö"
  b"“ã\x05„4ÈIr½\x1AaŒ}\x01‘'"
  b"│)õ¿0áFtì5¥\x1D)h±#"
  b"A/w×þ*C7ïì"\x13¯\x1F?'"
  b"üÜèw\x01'JÀèu2ñª\r┘î"
  b"ý>¢zžšL̆æW명Žs"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"÷\x0F”µˆÃO\x19£o\x10ìùî\x10x"
  b"\x1C!\x07Óoû@}‰Ü\fK_tëÏ"
  b"¶‘öþ;mIæ›§ëý¿¾nk"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b"\x14\x10Ä9H–DJ¬ò\x0EÓmßA{"
  b"\x02mÅÍèfCÞ£^'│ñoÌ░"
  b",ºxW_\rN]§FïÇz€\tÔ"
  b"”^HSCÜGá›ŒÂø{\x05†ú"
  b"Éb‚7”$NC›iƒ\x1Dª\x1CI"
  b"âVµ~îeF/ NÞ&yG¥R"
  b"È\x16x\x17W{M:·0Ã\e>\x7F\x15."
  b".\x07ÿ­\x1DäF'¾|¦\x11[d¼ó"
  b"ÒˆÍ\x1FîxO“®å¿\x1D);G\x0E"
  b"KrrY–«@5œ¤\x07›hæ\x00ë"
  b"u\x7F\r\r®hJN–S@\x0F\x1Fg‡"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"ñæE¨╠╠Eûä\x16ü«ƒ┐║D"
  b"pT\x06\x14@ ì\x00\x02Ý'å±Q"
  b"‡…ÚcÒóE\x07£ÎÌïb~,\x11"
  b"Ôñaü–­JJ‚hCN£K~ß"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b">C<Àd\x19J­¸ =d{\x14"."
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"Yd│\x149ZJküx{[î¶3ó"
  b"■┐öü┌lJîâNVÃ[\x03i\x18"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"""
    ý]ÐNRþNh¸ˆ\n
    0éñ±O
    """
  b"Kô…‘s!D°™Þ?]Ø\v"
  b"lXL©>VA{╗ÿÅ┌╦\x15æ╠"
  b"\x13ò\x14]¥hFÿ•~Û_\x00&k\f"
  b"""
    \vgéÅQäE¤¯ÐÓ\n
    }:ò\x07
    """
  b")¸GëÞ`Jê„\x1C\e'<ê\x05Ò"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"Öùdø2F%Ø╔r3ÁQ&»"
  b"g̃m¸2@O¤\x17\x1E¨Ë@\x104"
  b"8v\x00ЧoE\x08¢?‹\x002ûƒH"
  b"\x06þ»ªÑì@\x03­ê(P­\x1D\x10U"
  b"º+¹Ù£pI\”øÿ2avƒá"
  b"ðã[(Þ\x17D'³ÃO¬s\x08T\x19"
  b"""
    $\n
    ‗9\t\x18C¯½5üÜrj╦É
    """
  b"Ü6Wø°ZM-»\rÖof3øÞ"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"""
    »M\n
    ¯èÎE\x0FŸ\x0E§Y¢%=ç
    """
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"Ã\x1FcÇ/ËGç»ÿ‗.JÅQê"
  b"ð\x02\eÙ¹OÔüËÁ!1,Â\x04"
  b"\x15ü`¥!ÅI╣Â\x00½Á\x19æ╦┌"
  b"""
    ~֋\v\n
    ÙHîüÐ.n/\x04
    """
  b"Q\x14öï°vIê›[ÑËã<®."
  b"^üÂø \x1EJ\x01®\x02Ø*ß\x10òY"
  b"bÁ)Fù6HÀ‹–Úƒ\r\x05y\x01"
  b"Ü0žíGªIl¨?zï=9b“"
  b"œQ\x05¨HµCó¤ç1p$Ã=œ"
  b"¢J8\x1FjÉEǤ\fð:!Ó<."
  b"v\\x17\x01´¤OÅ•ÏrÓñnVž"
  b"\x7F·ˆ«ÎF`˜î\x08ZÍmP!"
  b"áö#\f4ÔFÞ²A¡@JÔK\x00"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"èmÀ˜@ŠDŸ˜²Fu\x12Íq–"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"R&╠l>WM ù\x1A\x05\x0E"
  b"!ü¾sµ\x1C@\x13¢]\x1CÜß·—:"
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"Ú1+‰°#FN‡öì‰ü|+)"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"b ŽDª¡B,º7Æ"\x18`|‚"
  b"/■\x19\x1A▓·E¿Ø9┘ûUÚmÎ"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"╬ü\x0Fw▒KM§ò╗\eÐ^hfc"
  b"r\x12am26O?‘5Þ\x1EBžâd"
  b"q#e]DçGŒ¦G}\x01\x10¬Pˆ"
  b"Ÿé5¥‡†B›€s7$¨oá\x19"
  b"‚y†H\x05_Dÿ†q]çÀ((e"
  b"å┤àC\x19\tFðÅÀU¯╔\x1Aã\x1D"
  b"ep\x02<âwC[ɼZbþ\r@H"
  b"HNP¨ïåEˆ\x06…S"»§q"
  b"X±ƒçr\eHg¥\x15àouÒæ\f"
  b"ÃVÑ\x10¬ÅNáà×-\fr┼7y"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"þý‘…»\x06Mp‡ \x18Àëâ2¼"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"ê\x11\x1D=ÁäO%›\x08T¢žM±t"
  b"·\ep®ØçO:«êÊcÏ'a~"
  b"É\x06\f¢ì\vJs▓\x19\x02▄Ò4\x00ß"
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b"ìY;?£\x06@┘Ñ█EËÿ·Æ)"
  b"£µÊÝ\x11žJ·…[¢8²;ùh"
  b"«\tÄ1█GÏü°ý8%ç+¼"
  b"m\x06IG®@L'¾É+JÈî¥G"
  b"\x07\x02│░&\x0EJãíì(¢zÔID"
  b"\e5\x19" N┼┤F\x05ü1JÒ\x1E"
  b"%ŸÄ›\x1F³K\x0E„JAk·\x14"
  b"ÕU?À,aBS´õÖ"Ø&“."
  b"}—ÊŽ(éCŒ£ó¶Å*s;g"
  b"ø\x05ô5¢æ@Zµ·Ã”þsœÌ"
  b"íàÑèür@>“RÐIœÈâ|"
  b"\x0Fk\x17oQZOן‰ˆŸvße)"
  b"¯o¬ì'¸Iaò:Þ_O=┐6"
  b"""
    rC߆®\n
    CÚ­á§¹˜8ã©
    """
  b"{ó&¡║NAxì7ßþü°ƒ="
  b"æ¾\x17{£»@O™\x11\x07ð¯ú\x12\x00"
  b"›?šW\x1F†HÿŸRÊ\x04ˆ!“î"
  b"A\x06(Ä|I\t±/xOM,\x153"
  b"?XëD?ÆHíòÉ5Ê\x03?éb"
  b"ÑØk¬;H¬â>wdS¬·‗"
  b"Ñü§ð#ÑL&º¡sð\x11\x19ð«"
  b"ßòµðm3Câ±\x14ˆ'Ѩ*õ"
  b"Q\g\x14™8L\x05Še÷ö°ö\x04L"
  b"äO[Íå¹C´—\x17ÆSßGذ"
  b"|‚ŒïxcA„‘]ÅÌäw˜Þ"
  b"eЩ¿\x17+AÇ¥³N[ò˜3È"
  b"±ëåêT[@\x14—‚ó›:§\x17×"
  b"š6%' áFj›}„¦sql "
  b"\x02`•¶œ‚G\x03¨G0Ûí\x10\x1D¥"
  b"&6¡D0\eMɉþžGïyû""
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"\e\eì╣íQ@5óÌÞÅ_\x14\x18g"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"‰(XµçQLc¼\x1F&…¦™\x1Aì"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"hU\x12°åEMË¡Q©)s`\x10"
  b"¨'\x13Ê/┌I\x05ùeê┐üïÏØ"
  b"¤¢_°Ù{Ibì@"~*Yµ\x14"
  b"ý v¾§0KBÖä:Å@F;┬"
  b"yuWüz«EF¿*ДA ‹†"
  b"╚OkIð\x07@®ª-'À)«É§"
  b"╗ñõؼEJìè└\x1Dõ2¥¾╦"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"\x01\x15ì|GPF;ïÍ)1:V'È"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"‰¨E×YËI‰²<‚\eShÝÝ"
  b"û\x15©g\\H>Ø)┬│ÛQm±"
  b"¼;▄\x05‗¨Bc£┐Þìù"hK"
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"pW\x13õ‰%E޲3ö€µ=˜L"
  b"ÄL~\x01\x18zLG¾\x13\x17X\ôœ|"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ŽJ{ƒç¬I* Ü\vöM“ƒ…"
  b"S€ºþ_eBý b°ÇÁŸê#"
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"¢KcöZ]I¡‡í\t\x16\x076[\x04"
  b"K•!è§ÌG&´)‰zªKU²"
  b"Ë‚¨ºE\vHú¢óê\x7F†ôßÀ"
  b"mÚQ\x04¹"Oý’\x13ò¨ºX‹S"
  b"\x13˜7˜ü˜L6½Íœkô\x11Á‡"
  b"¼\x18h\fÑfG‹Ÿû»"\x0F¿’{"
  b"\x06‚Nx<ÛLÊ»›–óàÈ \x06"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"%áÃâ\x03æMw¬\x7Fµ™\f®Ü\x17"
  b"\x10©\x1C>ÿ—G‹‚ ¹\x1DX•ä\x01"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"\f\x15yBìvM‰­Q\f\x06ÐF"
  b"\x0Fœ\x1EêLW‰Õ…\rÔ\x14µ."
  b"Óþ1ç)ÊDì¤Y9Z›—š§"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b"-?78úÂEÖ‰-\x7Fÿ›‡qò"
  b"-2\x01G*\x1EKü¾ióªþ€ËZ"
  b"J2eìÐ╠F\x18ï£D4\x1DUØ'"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"\x13\x19>@?¬TšðµÉlž"
  b"""
    f”'E_kN̸Ïc\n
    @–l\x10
    """
  b"W\x0EÈ\x05Æ\x18CXüûùß█─ı\x02"
  b"Ä\x06ÏÆ$`AX˜U\x01\eî‰ÀÍ"
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b"ÑcÄ\vÆãF+‹cróês\x11Ô"
  b"""
    ™øÕ¿n\x0EG\x14¢\n
    ²^yÖ|5
    """
  b"px[nayN¤¸ÃïfñÏGù"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"UÛb`xbCYº!?¹±4šò"
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"ªà¥:]\rB˜Žˆ`ä\x08è¾\x04"
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"¯\fÛ7CVM ŠQÒ´\rçpu"
  b"\x1Aºv\x0E\x02[M%ü┘\x15EµV7┘"
  b"c\vþ‗\x00dFªì\x07L¦└èr°"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"\x15°8‡V€Cµ·íº}Ê\x7F"="
  b"‰JÖ7%1FÀ£ºt€HÎð("
  b"\x14=p\x12\x0EKó¾ýnÊ"%f®"
  b"""
    !ÑXâ÷¹C\x02®V\n
    \x11ŸÎÇ&
    """
  b"ùaüä¢íJ_╗"\téÁ-a▒"
  b"\x02z\x1A!MG®$ö<=o"¹"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"ˆ$¦,Ç.D¦»^?2w¯\x1C="
  b"ì±R;\x1CiE)»?0Ñõk4h"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"ªYñǨ^@ˆ·Ô;³*äŠ\x1A"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"§DÐ\x1C{DKL»\x1F\x11u.•$¨"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"ú\er\x1DÁuFs°\x00†ˆ\x00\x10–Ô"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"üÁjEþã@¤«Q÷¬fÇÒK"
  b"lÎéÿªj@@ìÃk(MBÒ["
  b"ˆ>ãv\x03£Oå¢\x1A\x04‡Éý’ƒ"
  b"ºèô\x15-8E…¢\x17O9¹ñ˜º"
  b"ÕqÃëg¦EÒÖO\x15üjcVÁ"
  b"╠p░Ý ÌFÉëÁn·^\rÖ\"
  b"Ù¬\vwFèO»ç&³üÿ\x07?╩"
  b"\x04\x02þ«O\x15\x1FîØ╝\x7Fà1"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"\x1C¸€ß_¢H\ª\x01ðŠ>P\x00\"
  b"´\x16ÍMZ╠C°║Å\x01(\r┴§U"
  b"?$7µ}QA5–í\x1CÚãqG1"
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x11öT°.CMß“DóÔÐ×\x1AÐ"
  b"-ûËTªB Ø9 À\x05ó¦`"
  b"I¦úŠësLí¸Ùäý—¢þx"
  b":A\x1F¦ ?H\x16ü\x10ý░5¸¥""
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"ñ±°æq0D­²7åÜ1ž°ö"
  b"¸_ƒ\x07\x11\x17GÖ¥Ž\x14\x0E¸*\x1Cð"
  b""\x11)ýN&D\x06ª5›)¡qÃ&"
  b"┐~t¤ijL\x18éû\iÍÉîB"
  b"o\x10\x07\x03KìLVåáp,Ô<Ë▄"
  b"p|\x1Aö6ßD1±Æiï´Þ^ù"
  b"ý¼¼\x08©nIܧY\x03#.oÇx"
  b"R¯W\x7F(†IC’0ð]³gúª"
  b"\x01▓fçÆOÖ¿╬ëÄlTµü"
  b"©—¥\x1DH’@…¤ß{ä¸Ê˜Î"
  b"U├u█ MKìóàÐñHR▄³"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"üD<├_uOfæ6å\x1A\x00Ä\x12ê"
  b"­mwíÓîA¯›W^Sòg-Š"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"\x1Azì║│:Hýö\x00KxÈö)¹"
  b"ÒRP\x19góK[‡q¾j+>ªÑ"
  b"""
    ï4"ܳZI2º“my›\n
    !X
    """
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"Y¬ŽO.ðK\x08©]\x0Eêx–O¶"
  b"ñžP§L¼H\x19¤‹š\x01êaD\x16"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"„Hˆ‡¬øH1´ó(ƒ´^‚Å"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"Ûñ7ŸÞ8N·¢ï[CŒ\e"
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"Ä\x1F\x17pG8¨oœFn\t\x18a"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"ºÉZ*ü±C│ÖR'÷┬%0Î"
  b"D{Q\x04,\x01B(”k°\eú\x13Ù¡"
  b"¤ˆÔþ·âKb·\x03Ѳ¸nÉ›"
  b"ÌQ‘\x08lnL7œTÇSÍ5l‹"
  b"È|B&¡WG:‰C¼jÞùøº"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"åUÅ:¸\x02Jîû\x7F\x17SÈ5═╣"
  b"G‡½«“§F4ŒùÄ\x1E»‰\x16""
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"¤\x14‰ª\x7F‚KàŽ+J•*0Nq"
  b"[Fæ§…+@Ÿ¦ó‰\x05\x13\f#"
  b"Ax#ˆ;ûO&±Y,dÒ°\x01®"
  b"Ê\x15àÉ-7G÷ëÙ┴\x16ò┘çc"
  b"Íà¿ü×ÓK`¥▓▄ûBùÛd"
  b"µ%A­v—G\v–ÚÜIÍ\x14ÉË"
  b"Z‹ôˆu'Fƃ\x12.\vü™\fÑ"
  b"ÝÄf\x0E░YNøü\t‗×»y.\x12"
  b"\x17LZNÐJx§Ë+õôÐ\x15h"
  b"µ–úJ1PLH¤´-¸uºB”"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"ZO×ULÕHζ\A7\x1EÏý"
  b"Ã|¸5¶êCC½z(©\x1C\x07îá"
  b"ò•\x16¢Ô\x11N]³©?j¡Ñ>h"
  b"\x16r{aM£ª$éýî\x0E"
  b"õ\x1FÂñÑBN!”‰²ä·)Ìú"
  b";ØçXÊ8A\x19À\x10╬»═\eÎH"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"""
    úíϲ\n
    óBf‹ÌçÉp˜Ko
    """
  b"\vwVì%\x15A¹ªŒ#e®\t\n"
  b"ÎÜôú_þI˜…¸ª{\x1DûÉ\e"
  b"Ž—¼\x17f_B› ò’\x01Cžá²"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"/\x1FgÄ÷\x02EÚ‘K¦^3ö\x13\x08"
  b"=U░\vüeMÜâpÖù19«ü"
  b"}µÐÄöQM»ž/&N\x0F\x17"
  b"½ö«Ùð”Mä–ÏÇ1BBÄ\x11"
  b"""
    G·à\n
    \x16/N\x19¦±œkàFyk
    """
  b"ÜrO›µ\Iì»ÚÜ\x06°lb}"
  b"õ\x1EšŸt\x04@‡»e\x12­(ôëã"
  b"ÈÂI\x02\x08GF7¢Ý8ħ’yð"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"ÍqT¾ö&DI╝Å\x04¤mXñZ"
  b"»ÓöÄ\x05ÓA\t¬¶lÎIo\eV"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"\x18PÏ■ÑÇA¤ÉÂkeJÿ╝ê"
  b"tóÚïÇFA#‚C\x0E#L¢ÇO"
  b"<Ö*[\x12<E˜¹)«\x02\x0FfÖY"
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"Rsò^‡IB˂߭հT¡y"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"Ý\x1E>\x00Î×E ªCÖF\x00جÊ"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"î`£¤╩\x07I5¡\x1F.X┌äéü"
  b"úaÍ║ý\x11Bʬ?²Òmù▒É"
  b"yЀ\x03s¥DO¯œÒsáR’("
  b"§Ü݇õÌB\e˜ø\x02ý“·—U"
  b"Ë"Cì\x19\x16Cxù\x1F═<Lþ\x16þ"
  b""ö4¹þìL>¶ým`°ƒÝE"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"éê†\x11®:HR”ZÐ\eÊw0Ô"
  b"òËÅê\x7FƒLqÂ>\x1F\x01i¦³ "
  b"£wš†2¹Kƒµ7Ùñò³Ï\f"
  b"þ•¬¶9QIð¯Ïã–^fYJ"
  b"=Ãh­ï)@\x08³ûò\x16┦p"
  b"E2gƒ\x0EýHæ‹ô­\x12˜ÖP\x19"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"x\x10ƒK°ALλ¨r‡<ÃÅ:"
  b"R╠\x04¿:w@╚ÅÎ╦`åÈl\t"
  b"Æ-­Ë1)I\x17™Š^¼|#.Z"
  b"8-YÛ@3AH†?^†ÐBâý"
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"_›ÍùIõ@@žŒ%xlý]z"
  b"\x18°b[•ŸLèº0´\x16p"›u"
  b"Û'²0F”F¹”#Æûq'\x1Dç"
  b"øDŒUF–C´‚—NëV×9|"
  b"Ë&M$nGAk–[zY’–ÉÈ"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"""
    ég\x01¡yüB\x0E»ˆ\x10C\n
    ›¼ä
    """
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"7à¾*<;G]œ\x07¹~?äM¡"
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"^/Å3\x07êGÉü3VÏk¹l\x7F"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"ïî\x1Fç╩¦F!Ø└}lË1▒Ô"
  b"QË&µ.\x18DG’£ë!ßíQC"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"\x06ñ`ßDÄÅB®\tRƒm\x1C"
  b"\x18\vºàĦEêŽÎS£\x01ÆD\x08"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"#\x1DN”­vO\x17¤vƒïaÈÊô"
  b"~†ë(7\x08O\e€²y÷W1\x06Æ"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"Õ¤°i-ÄN­¸S\x10Ê\x1D*#¨"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"c@C:Ü@ND¥”%Ý£\x13 £"
  b"æ¬+©½\rMœ¯<šOcõ\x06¤"
  b"\x11\x14]nÓ╔J=¬,ìÅ└"G2"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"Ç╝\x«¯KÉ│Ø·h\x07=×î"
  b"ƒ\x13ïwÉ;N¥ˆ‘N`°¨&Â"
  b"¡©\x7FâDÕF\x1Dœ³´¬‰´á "
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"53P#?┼@­©Qª\x14èÅ O"
  b"fNû†\x03|OÖ¬s¿uÅ!'ë"
  b"½ÍŽ’c»IÝ€Ÿ yÑ{\x05õ"
  b"á^½\x1CŸ(NLªí8I¥s¬/"
  b"Ý»)Ùn=B\x04ŒœE\x0EÊÇ?ä"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"\x16╗<äÄüA`öR\x01│Û°\x17á"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"’²€]ï§By§ã¹j9m³½"
  b"EïÞûúUD/Šš3\fÖv\x15"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"è\x13/-´ÊKH½D….\réЪ"
  b"l5\t\x1CÝÄNÛœD哸"Db"
  b"j<wÇšÀCM³Ä\x16Î¥X*("
  b"ÿ&¥Ð\v@E°º/Kw·\v©\x17"
  b"¦È7\x01žDB\r¾ul¼3Êó\x16"
  b"QW«×>ªEÿœ*½_ç\x08\x04`"
  b"Xmû\x17\x07‚F\v„»Ó&9!+Ž"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"\x11H@™NãL\x14´\x15䟻5ƒÑ"
  b"Wɧ\x14 YHá•–\x17R\x17­\:"
  b"É+!„Ø\tM·‰æ˜«\x14"ô¢"
  b"½"‘É)\x1AD+Ÿ\x04\x7FDD2OC"
  b"ŽWÍ\x11g™Mä‹\x0E%’]Mo”"
  b"®'“#p:LE––bë\x15™Á”"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"ߢ╠\x162µIOÅxG±P»FÁ"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"~v[í!&F*üVı÷øÂã┌"
  b"ɸ-9\x07¨I®±'\eöÕ–»$"
  b"""
    ¤ðÉÕ\x17xA$Ü¡\n
    åè*¥~
    """
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b" ÔtlËPO#·šÉsý g@"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"eч_¾…J/€\x08«U”\x03æ "
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"ud°&\x04»O\x1C€OW_'[gB"
  b"ŸáQÆ?_D@³žÃ*gžUO"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"J\x1FÍQÆÂ@S¨<ÿA\x07-lÍ"
  b"‹áæ,S‚EiˆEð‚ª²Òl"
  b"죮ÒÜ®BÔÇ£\x1F*áÖ6▄"
  b"\x17²ê3\x06bL=˜&ñMZ$+Â"
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"\x19Ñ"Ò\x11\x17@\x03¬­âïð\x033…"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"TßUÉþþFЦ*Êåm\x01A\x18"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"Xp€\x155åHv¦¦”À;,d;"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b" !í;'QI§»Î¼ê>>Q"
  b"Áå\x12v¬ÁHÙ¥8áfT„G+"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ø«â…hpIÒ½\x00q\x18g)Ÿ\x1A"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"\f`\x00ÇŽ&@ö‡XbìVì%Ó"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"E\x11òèäòCÀ¥=¦¤nG^\r"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"""
    Fê<\x14\n
    AG3”G\v¤~X—Ã
    """
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"F2½ì\x1F/@qÁl3hñó¿S"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"³\x07!‰ž/L÷º\x0EÆLW(û_"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ç–\x06\x17L„H®€ÈvŠòT''"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"öTD\roDL÷€T°ÀñL›³"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"“~ó9ÍôH{Š\x1C¥‚ö<#á"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"=R-e \x03DÄ†ŠˆpQ\x1DÑ\x19"
  b"Èqôbk\x05Cì½sä/\x1F:k""
  b"¸Ãª\x1EzÑOd›\x12iÛ×íp0"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"y$\rŠ¿ŽAš¹ÍfCS\x18/€"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"zßòc™\x19B⿽°>«<„ö"
  b"M£­ˆR‘Cj·-UÙ_œFú"
  b"""
    Yþm\x02¬‚M*–õO\n
    [ÒüÕ
    """
  b"└+\$æ\x06AWáüG#E^\eo"
  b"0pUÁ\x0FßO7¢c›ÖÑÁ'ë"
  b"Ƭ\x08b\x0E®JëÅp{Ò▓¿±▀"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"l\t¿fòÌCEšÐèʨ\rÕ\x05"
  b"\x19Üãæi#N»¹ÒšÕ:h~ü"
  b"+Ê}Ĭ³I°”ö*§‚¬‡‚"
  b"й'\x199ôFƒ¶'\x1C¾"ÀjJ"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"õÂ:‘Ü€Gø›\x12”öÃ\x12D\x1F"
  b"›ñâl\x17ÿH\x17±\x1DÁÕQaÿ\x16"
  b"rŸéÐhùM\€~'q(g\rz"
  b"^úæÛ└OM²âSÃLcì\x7Fã"
  b"╣»°3╚µLº»çÚ!ß$ÎØ"
  b"£K\x15Û³YOî║Å╣oqVñ¢"
  b"¦yS&µï@,¸Eé>Úoò&"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"þ█È─i¡C"¿éüŧ\x1EmL"
  b"\x1F\x14ÛþtJÑ xÓr’8îÕ"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"ê\x01(P)&GN¹\x05$c%ñ\x13"
  b"╬▓>▄═AF>ºü┬\x12z\t"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"ð.ò/ÝóI,üÜùÕ}eqß"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"úÞøìhôLm U\x19ôõiÿ"
  b"ê$M\x07¡\x19K ìe2░ÄA\x02û"
  b"K\x1F\x1A\x08M¹N3ÿ(Êì│«\x06\f"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"𥷝c\x03N_¼ÜÄ~~\e"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"ó╝XqL¨L\x14ÿ\x03_gðÚÉ\x1C"
  b"e9œ#¬\x14MAµ²\v\r¾\x15´ñ"
  b"Oré¦ËíNà¢À1dÞ Ûü"
  b"•HÀçð¨Mƒ—7\x05Q»¤ý·"
  b"tO'VÞ}N‹¼˜Pl\x1D\É£"
  b"¸z§…è›H*µ<9G&Ü%$"
  b"4f NªYF|˜5ÎÚLé8Ù"
  b"ZïqH®*Fœ†= öœÁ(½"
  b"\x04‚0aØ KX³×À\x1FAçØ\x02"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b";4œrZD¦³¢q÷q¨Ü0"
  b"Ì3äÿÎÆ@ª¹4\x12Òd˜ál"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"l¦½E]ÑO ì▄yJ3=X\x0E"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"jˆÞ¦\x0FA‹ šìHý\x04b~"
  b"ÝtxùÜaFÕ¸ki‡±È§\x18"
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"▄þ\x14)¢/Fɺ{\x03Ò~²¶u"
  b"\x13%û7\v¡Ao‘‰–ë\x07èË‹"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"\rç**#ƒ@■┐´ÉH▓õ\t\x0F"
  b"çŽîM4¾I€BFm\x00ø/."
  b"Ðs˜f¿ÙL‰š"ý3aî\x02u"
  b"\x7F"qØZ║Mo╣«#\x12E\vôq"
  b"\x02\x17/ Î\x7FM\x00º\x06Àlâ«’ª"
  b"Ñ\x04ôÔÍ?O\x0E®Šxbô\x03\x18È"
  b"ϲØ'¥bN\º5.ðEÈá×"
  b"h\x1F.•¿®N7¦â¢F\x16¶ív"
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b"ïFKè\x7F÷Os„ï¦\x01m‘Ñ'"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"""
    s\n
    Ó½S\x1CLﯢ=&ÜlÑ1
    """
  b"\x1FIH£\x7F\x15Iî¥K\x01\‘qÕi"
  b"í—¢ß/äGÊ„=*Wµíð½"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"\vµ┴╠\ìJnÖwì\x04\x18{8N"
  b"ÿ\x0F¤[ó\vNa­n ÜíPîÇ"
  b"1§OO7\x0FM\x16┤rÅ8`\x03@▄"
  b"€Ã\eþ3dJáŠÿ´ýyol!"
  b"*\x07\eª²‹JL‡zjÿ\x05ª\x13ã"
  b"\x0F6\x11dhuDtƒßîB%2í\x04"
  b"nF\x1Aö‘ÙAF±¶ÌÓ9\x0Fv\x13"
  b"c_öÒG?@™¢ý?\x14q/Zé"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"Ok\x7F\x1F¿\D\x03²½ g¬\x0F$3"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"\x07Ø]\x1El├B‗ì\x0En■é'¹Ý"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"""
    Ì\n
    Åwf&@\x17¿ù§╠­\x19
    """
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"ÇòÞÉXËJÀƒÒ=ÛÍú¼á"
  b"—è\x03Mª¨HªŸV\x0E¢þBœ\x03"
  b"2¹?JÏ\x14Cœ MþU´àÞ©"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"""
    7Z\x01¤ÈyHиô\n
    íí\x13\x18
    """
  b"\x06¨U™¬VL&¨Ó,ÕõJRÇ"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"\x1FT—úêÔK̹Õ|l[X‰\x7F"
  b"e™·×«H#¼i¬N²žýt"
  b"I¢îŠrqN?©ðtêMaìf"
  b"~6â}\x07èE´³ä65%$â]"
  b"Ñ"\x03\x13ÄÏHÛ°>±5zŽ¡\v"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"""
    b└&]¯\n
    A{ÉÈ&T¬ø\x1DÏ
    """
  b"""
    \n
    HKœB¦B³Ž\x16ŒË8\x12g\x01
    """
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"üÖÍP>¾NQ«ùÔ´àá´J"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"M¶øZÿhJ╦ü¥_└{éø³"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"LüòäoðO\§ŠG…†©ñð"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"\x10\x00\x05-¯€NʲoÊRëN7E"
  b"P`\v¤\x12%Cʉƒ%îwIAÞ"
  b"b\Ë`\x16\x1FE$©pKiÅ\e"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"4\x08¸Ëý█Oìz\x11øÑ0É└"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"Rj%A0ËGO£5Ûs\x7F+‰\n"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"4çzs7ñEŒšßc¡È=Qß"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"’ÄmMÅ9MÓœ2±\tË!Úô"
  b"\x16®?àGlKž¹š®ÞUy\x1CÁ"
  b"ß6ËM¶XCò¯\fHd\x15\x1C"
  b"""
    d›j×\n
    uKç¸ì³Œ:\x10\x1Cf
    """
  b"X¿$5ú\x11NY╣┤W ■-RØ"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"0s^lɬF^▓ú[MÖêáÕ"
  b"(»ÖÅÆýH║ôEç╬\á╔\x0E"
  b"u,˜‹Ï¥Hœ³•õQØ×‚î"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"À¿.÷¾ãM9²â@ÓCè§\x06"
  b"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"*#àã«qEÊ“^ñ.ÛØ\x07Ú"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b""ÆýÜfÔKŬ¶9@\vïAõ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"}לG\x1F\x02Ný‰/\x00únƒÕ}"
  b"OÃ&ë—ÍL ‘øO(TC¶³"
  b"OÓsý'▄Ek«Â\x1A2\x15¬ØÏ"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"│9¯ìÑëA1¢ñÂ\e\x02´.j"
  b"·\x13Ø}B„I(¨/ÀÕ›%K;"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E"
  b"\x14¯2ÓÛAG¬°FúB\x16\x16å\x0F"
  b"N·æ^[ÅH«í·ã\x17¯<Íû"
  b"±dmJÚ§LsŒ—,ù‘Ð"\x1E"
  b"’VŒo\x16÷N¯‘Þ7~E¼¼}"
  b"O\eqè¨~H6¢¶\x0EåÌ\x00dz"
  b"`■ôßü\x11J╗ÁÐıV÷½5."
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"ál┼÷ËåLúç┬iJrØ╝╠"
  b"\x02ZÌ┼╝AÇÅe╬|í\eÙ▓"
  b"\x03.$Ý\x08¤GwØßu \x14|ô²"
  b"\x16ˆ—§iäJZ¯Ë[b\x00\x01"
  b"""
    Ï8q\n
    ÉLI\x03®®\eZ■è#T
    """
  b"\x03\x0Fû\x1A1ÉCÄšö§ý±†-V"
  b"¼ÂöI\x11£Ad•\x16\x06§pÑ"
  b"L\x01æ´JßJÁ¢\x11­ˆ’©!\x0F"
  b"ÁkôþgàB½Šu+ÜÕònÀ"
  b"õa’\e\x1EÕG7©P<y6Í•_"
  b"º\x07\x01“L&‚Çp5«'7@"
  b"""
    çæ\x15þ"\n
    N¬¬™Á«YÜvÛ
    """
  b"B¹®–i/K\x01\tõÐY–ή"
  b"¦÷ȾÌKA_–¶Zü™|óÔ"
  b"¤Tì¼Õ~IÔ½ \t(¸╠pÅ"
  b"¾b¢Ëù¸F›¶¢H¢Û‚¾\x18"
  b"È\fN8ÜCG3…Z2*š\x14e•"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"░Ê╬Ý"ðJÌêì\x00\f┐jçE"
  b"\x1CHM©³±Gö§oˆ‚YM0r"
  b"ê\x06\x1A­CR»\x16¦³\x1EÛ\x07Ñ"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"42{åÛ´H•”S9XŠC´f"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"üvU kÖDî¢h│0*b)ü"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"óîßõeéݧQß„w²W"
  b"Õv»Ò\x12´A¯î╗ì¬íI'\x1C"
  b"ƒ¥\x7FÁ'NCIüjô¿¦.c!"
  b"EN\x1Cö»\x16EH”FÀ=©’â±"
  b"G╩Q¯ƒÇD¡ì┐÷\x07\x17lKã"
  b"ÒPrŸhÀNUŒ\x03|RBä\x15{"
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"\x17#*\x14ØâMɃ?x·©A\x01 "
  b"n±╔┤ð\x15NKÅhîp═└\fÌ"
  b"tÎ[ª¹¨A%É<\x07@#╣¡ñ"
  b"æÏÏ÷\x1A»Iå®ÿ¿s\v7x×"
]
83 37.98 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"½#┌0Ñ\x1CEUì2\rRíM=8"
  b"\vJ\rbûGNzŸ&a­~D‘™"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"›0óýãzBO™…s\r?\x0EÃ\x17"
  b"_Lâ\t\x04¢Mä¥òŒê?\†N"
  b"\fid&¶€A\n»\x01Ò“5P\x00ö"
  b"“ã\x05„4ÈIr½\x1AaŒ}\x01‘'"
  b"│)õ¿0áFtì5¥\x1D)h±#"
  b"A/w×þ*C7ïì"\x13¯\x1F?'"
  b"üÜèw\x01'JÀèu2ñª\r┘î"
  b"ý>¢zžšL̆æW명Žs"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"÷\x0F”µˆÃO\x19£o\x10ìùî\x10x"
  b"\x1C!\x07Óoû@}‰Ü\fK_tëÏ"
  b"¶‘öþ;mIæ›§ëý¿¾nk"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b"\x14\x10Ä9H–DJ¬ò\x0EÓmßA{"
  b"\x02mÅÍèfCÞ£^'│ñoÌ░"
  b",ºxW_\rN]§FïÇz€\tÔ"
  b"”^HSCÜGá›ŒÂø{\x05†ú"
  b"Éb‚7”$NC›iƒ\x1Dª\x1CI"
  b"âVµ~îeF/ NÞ&yG¥R"
  b"È\x16x\x17W{M:·0Ã\e>\x7F\x15."
  b".\x07ÿ­\x1DäF'¾|¦\x11[d¼ó"
  b"ÒˆÍ\x1FîxO“®å¿\x1D);G\x0E"
  b"KrrY–«@5œ¤\x07›hæ\x00ë"
  b"u\x7F\r\r®hJN–S@\x0F\x1Fg‡"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"ñæE¨╠╠Eûä\x16ü«ƒ┐║D"
  b"pT\x06\x14@ ì\x00\x02Ý'å±Q"
  b"‡…ÚcÒóE\x07£ÎÌïb~,\x11"
  b"Ôñaü–­JJ‚hCN£K~ß"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b">C<Àd\x19J­¸ =d{\x14"."
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"Yd│\x149ZJküx{[î¶3ó"
  b"■┐öü┌lJîâNVÃ[\x03i\x18"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"""
    ý]ÐNRþNh¸ˆ\n
    0éñ±O
    """
  b"Kô…‘s!D°™Þ?]Ø\v"
  b"lXL©>VA{╗ÿÅ┌╦\x15æ╠"
  b"\x13ò\x14]¥hFÿ•~Û_\x00&k\f"
  b"""
    \vgéÅQäE¤¯ÐÓ\n
    }:ò\x07
    """
  b")¸GëÞ`Jê„\x1C\e'<ê\x05Ò"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"Öùdø2F%Ø╔r3ÁQ&»"
  b"g̃m¸2@O¤\x17\x1E¨Ë@\x104"
  b"8v\x00ЧoE\x08¢?‹\x002ûƒH"
  b"\x06þ»ªÑì@\x03­ê(P­\x1D\x10U"
  b"º+¹Ù£pI\”øÿ2avƒá"
  b"ðã[(Þ\x17D'³ÃO¬s\x08T\x19"
  b"""
    $\n
    ‗9\t\x18C¯½5üÜrj╦É
    """
  b"Ü6Wø°ZM-»\rÖof3øÞ"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"""
    »M\n
    ¯èÎE\x0FŸ\x0E§Y¢%=ç
    """
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"Ã\x1FcÇ/ËGç»ÿ‗.JÅQê"
  b"ð\x02\eÙ¹OÔüËÁ!1,Â\x04"
  b"\x15ü`¥!ÅI╣Â\x00½Á\x19æ╦┌"
  b"""
    ~֋\v\n
    ÙHîüÐ.n/\x04
    """
  b"Q\x14öï°vIê›[ÑËã<®."
  b"^üÂø \x1EJ\x01®\x02Ø*ß\x10òY"
  b"bÁ)Fù6HÀ‹–Úƒ\r\x05y\x01"
  b"Ü0žíGªIl¨?zï=9b“"
  b"œQ\x05¨HµCó¤ç1p$Ã=œ"
  b"¢J8\x1FjÉEǤ\fð:!Ó<."
  b"v\\x17\x01´¤OÅ•ÏrÓñnVž"
  b"\x7F·ˆ«ÎF`˜î\x08ZÍmP!"
  b"áö#\f4ÔFÞ²A¡@JÔK\x00"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"èmÀ˜@ŠDŸ˜²Fu\x12Íq–"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"R&╠l>WM ù\x1A\x05\x0E"
  b"!ü¾sµ\x1C@\x13¢]\x1CÜß·—:"
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"Ú1+‰°#FN‡öì‰ü|+)"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"b ŽDª¡B,º7Æ"\x18`|‚"
  b"/■\x19\x1A▓·E¿Ø9┘ûUÚmÎ"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"╬ü\x0Fw▒KM§ò╗\eÐ^hfc"
  b"r\x12am26O?‘5Þ\x1EBžâd"
  b"q#e]DçGŒ¦G}\x01\x10¬Pˆ"
  b"Ÿé5¥‡†B›€s7$¨oá\x19"
  b"‚y†H\x05_Dÿ†q]çÀ((e"
  b"å┤àC\x19\tFðÅÀU¯╔\x1Aã\x1D"
  b"ep\x02<âwC[ɼZbþ\r@H"
  b"HNP¨ïåEˆ\x06…S"»§q"
  b"X±ƒçr\eHg¥\x15àouÒæ\f"
  b"ÃVÑ\x10¬ÅNáà×-\fr┼7y"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"þý‘…»\x06Mp‡ \x18Àëâ2¼"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"ê\x11\x1D=ÁäO%›\x08T¢žM±t"
  b"·\ep®ØçO:«êÊcÏ'a~"
  b"É\x06\f¢ì\vJs▓\x19\x02▄Ò4\x00ß"
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b"ìY;?£\x06@┘Ñ█EËÿ·Æ)"
  b"£µÊÝ\x11žJ·…[¢8²;ùh"
  b"«\tÄ1█GÏü°ý8%ç+¼"
  b"m\x06IG®@L'¾É+JÈî¥G"
  b"\x07\x02│░&\x0EJãíì(¢zÔID"
  b"\e5\x19" N┼┤F\x05ü1JÒ\x1E"
  b"%ŸÄ›\x1F³K\x0E„JAk·\x14"
  b"ÕU?À,aBS´õÖ"Ø&“."
  b"}—ÊŽ(éCŒ£ó¶Å*s;g"
  b"ø\x05ô5¢æ@Zµ·Ã”þsœÌ"
  b"íàÑèür@>“RÐIœÈâ|"
  b"\x0Fk\x17oQZOן‰ˆŸvße)"
  b"¯o¬ì'¸Iaò:Þ_O=┐6"
  b"""
    rC߆®\n
    CÚ­á§¹˜8ã©
    """
  b"{ó&¡║NAxì7ßþü°ƒ="
  b"æ¾\x17{£»@O™\x11\x07ð¯ú\x12\x00"
  b"›?šW\x1F†HÿŸRÊ\x04ˆ!“î"
  b"A\x06(Ä|I\t±/xOM,\x153"
  b"?XëD?ÆHíòÉ5Ê\x03?éb"
  b"ÑØk¬;H¬â>wdS¬·‗"
  b"Ñü§ð#ÑL&º¡sð\x11\x19ð«"
  b"ßòµðm3Câ±\x14ˆ'Ѩ*õ"
  b"Q\g\x14™8L\x05Še÷ö°ö\x04L"
  b"äO[Íå¹C´—\x17ÆSßGذ"
  b"|‚ŒïxcA„‘]ÅÌäw˜Þ"
  b"eЩ¿\x17+AÇ¥³N[ò˜3È"
  b"±ëåêT[@\x14—‚ó›:§\x17×"
  b"š6%' áFj›}„¦sql "
  b"\x02`•¶œ‚G\x03¨G0Ûí\x10\x1D¥"
  b"&6¡D0\eMɉþžGïyû""
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"\e\eì╣íQ@5óÌÞÅ_\x14\x18g"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"‰(XµçQLc¼\x1F&…¦™\x1Aì"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"hU\x12°åEMË¡Q©)s`\x10"
  b"¨'\x13Ê/┌I\x05ùeê┐üïÏØ"
  b"¤¢_°Ù{Ibì@"~*Yµ\x14"
  b"ý v¾§0KBÖä:Å@F;┬"
  b"yuWüz«EF¿*ДA ‹†"
  b"╚OkIð\x07@®ª-'À)«É§"
  b"╗ñõؼEJìè└\x1Dõ2¥¾╦"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"\x01\x15ì|GPF;ïÍ)1:V'È"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"‰¨E×YËI‰²<‚\eShÝÝ"
  b"û\x15©g\\H>Ø)┬│ÛQm±"
  b"¼;▄\x05‗¨Bc£┐Þìù"hK"
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"pW\x13õ‰%E޲3ö€µ=˜L"
  b"ÄL~\x01\x18zLG¾\x13\x17X\ôœ|"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ŽJ{ƒç¬I* Ü\vöM“ƒ…"
  b"S€ºþ_eBý b°ÇÁŸê#"
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"¢KcöZ]I¡‡í\t\x16\x076[\x04"
  b"K•!è§ÌG&´)‰zªKU²"
  b"Ë‚¨ºE\vHú¢óê\x7F†ôßÀ"
  b"mÚQ\x04¹"Oý’\x13ò¨ºX‹S"
  b"\x13˜7˜ü˜L6½Íœkô\x11Á‡"
  b"¼\x18h\fÑfG‹Ÿû»"\x0F¿’{"
  b"\x06‚Nx<ÛLÊ»›–óàÈ \x06"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"%áÃâ\x03æMw¬\x7Fµ™\f®Ü\x17"
  b"\x10©\x1C>ÿ—G‹‚ ¹\x1DX•ä\x01"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"\f\x15yBìvM‰­Q\f\x06ÐF"
  b"\x0Fœ\x1EêLW‰Õ…\rÔ\x14µ."
  b"Óþ1ç)ÊDì¤Y9Z›—š§"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b"-?78úÂEÖ‰-\x7Fÿ›‡qò"
  b"-2\x01G*\x1EKü¾ióªþ€ËZ"
  b"J2eìÐ╠F\x18ï£D4\x1DUØ'"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"\x13\x19>@?¬TšðµÉlž"
  b"""
    f”'E_kN̸Ïc\n
    @–l\x10
    """
  b"W\x0EÈ\x05Æ\x18CXüûùß█─ı\x02"
  b"Ä\x06ÏÆ$`AX˜U\x01\eî‰ÀÍ"
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b"ÑcÄ\vÆãF+‹cróês\x11Ô"
  b"""
    ™øÕ¿n\x0EG\x14¢\n
    ²^yÖ|5
    """
  b"px[nayN¤¸ÃïfñÏGù"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"UÛb`xbCYº!?¹±4šò"
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"ªà¥:]\rB˜Žˆ`ä\x08è¾\x04"
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"¯\fÛ7CVM ŠQÒ´\rçpu"
  b"\x1Aºv\x0E\x02[M%ü┘\x15EµV7┘"
  b"c\vþ‗\x00dFªì\x07L¦└èr°"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"\x15°8‡V€Cµ·íº}Ê\x7F"="
  b"‰JÖ7%1FÀ£ºt€HÎð("
  b"\x14=p\x12\x0EKó¾ýnÊ"%f®"
  b"""
    !ÑXâ÷¹C\x02®V\n
    \x11ŸÎÇ&
    """
  b"ùaüä¢íJ_╗"\téÁ-a▒"
  b"\x02z\x1A!MG®$ö<=o"¹"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"ˆ$¦,Ç.D¦»^?2w¯\x1C="
  b"ì±R;\x1CiE)»?0Ñõk4h"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"ªYñǨ^@ˆ·Ô;³*äŠ\x1A"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"§DÐ\x1C{DKL»\x1F\x11u.•$¨"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"ú\er\x1DÁuFs°\x00†ˆ\x00\x10–Ô"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"üÁjEþã@¤«Q÷¬fÇÒK"
  b"lÎéÿªj@@ìÃk(MBÒ["
  b"ˆ>ãv\x03£Oå¢\x1A\x04‡Éý’ƒ"
  b"ºèô\x15-8E…¢\x17O9¹ñ˜º"
  b"ÕqÃëg¦EÒÖO\x15üjcVÁ"
  b"╠p░Ý ÌFÉëÁn·^\rÖ\"
  b"Ù¬\vwFèO»ç&³üÿ\x07?╩"
  b"\x04\x02þ«O\x15\x1FîØ╝\x7Fà1"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"\x1C¸€ß_¢H\ª\x01ðŠ>P\x00\"
  b"´\x16ÍMZ╠C°║Å\x01(\r┴§U"
  b"?$7µ}QA5–í\x1CÚãqG1"
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x11öT°.CMß“DóÔÐ×\x1AÐ"
  b"-ûËTªB Ø9 À\x05ó¦`"
  b"I¦úŠësLí¸Ùäý—¢þx"
  b":A\x1F¦ ?H\x16ü\x10ý░5¸¥""
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"ñ±°æq0D­²7åÜ1ž°ö"
  b"¸_ƒ\x07\x11\x17GÖ¥Ž\x14\x0E¸*\x1Cð"
  b""\x11)ýN&D\x06ª5›)¡qÃ&"
  b"┐~t¤ijL\x18éû\iÍÉîB"
  b"o\x10\x07\x03KìLVåáp,Ô<Ë▄"
  b"p|\x1Aö6ßD1±Æiï´Þ^ù"
  b"ý¼¼\x08©nIܧY\x03#.oÇx"
  b"R¯W\x7F(†IC’0ð]³gúª"
  b"\x01▓fçÆOÖ¿╬ëÄlTµü"
  b"©—¥\x1DH’@…¤ß{ä¸Ê˜Î"
  b"U├u█ MKìóàÐñHR▄³"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"üD<├_uOfæ6å\x1A\x00Ä\x12ê"
  b"­mwíÓîA¯›W^Sòg-Š"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"\x1Azì║│:Hýö\x00KxÈö)¹"
  b"ÒRP\x19góK[‡q¾j+>ªÑ"
  b"""
    ï4"ܳZI2º“my›\n
    !X
    """
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"Y¬ŽO.ðK\x08©]\x0Eêx–O¶"
  b"ñžP§L¼H\x19¤‹š\x01êaD\x16"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"„Hˆ‡¬øH1´ó(ƒ´^‚Å"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"Ûñ7ŸÞ8N·¢ï[CŒ\e"
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"Ä\x1F\x17pG8¨oœFn\t\x18a"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"ºÉZ*ü±C│ÖR'÷┬%0Î"
  b"D{Q\x04,\x01B(”k°\eú\x13Ù¡"
  b"¤ˆÔþ·âKb·\x03Ѳ¸nÉ›"
  b"ÌQ‘\x08lnL7œTÇSÍ5l‹"
  b"È|B&¡WG:‰C¼jÞùøº"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"åUÅ:¸\x02Jîû\x7F\x17SÈ5═╣"
  b"G‡½«“§F4ŒùÄ\x1E»‰\x16""
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"¤\x14‰ª\x7F‚KàŽ+J•*0Nq"
  b"[Fæ§…+@Ÿ¦ó‰\x05\x13\f#"
  b"Ax#ˆ;ûO&±Y,dÒ°\x01®"
  b"Ê\x15àÉ-7G÷ëÙ┴\x16ò┘çc"
  b"Íà¿ü×ÓK`¥▓▄ûBùÛd"
  b"µ%A­v—G\v–ÚÜIÍ\x14ÉË"
  b"Z‹ôˆu'Fƃ\x12.\vü™\fÑ"
  b"ÝÄf\x0E░YNøü\t‗×»y.\x12"
  b"\x17LZNÐJx§Ë+õôÐ\x15h"
  b"µ–úJ1PLH¤´-¸uºB”"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"ZO×ULÕHζ\A7\x1EÏý"
  b"Ã|¸5¶êCC½z(©\x1C\x07îá"
  b"ò•\x16¢Ô\x11N]³©?j¡Ñ>h"
  b"\x16r{aM£ª$éýî\x0E"
  b"õ\x1FÂñÑBN!”‰²ä·)Ìú"
  b";ØçXÊ8A\x19À\x10╬»═\eÎH"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"""
    úíϲ\n
    óBf‹ÌçÉp˜Ko
    """
  b"\vwVì%\x15A¹ªŒ#e®\t\n"
  b"ÎÜôú_þI˜…¸ª{\x1DûÉ\e"
  b"Ž—¼\x17f_B› ò’\x01Cžá²"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"/\x1FgÄ÷\x02EÚ‘K¦^3ö\x13\x08"
  b"=U░\vüeMÜâpÖù19«ü"
  b"}µÐÄöQM»ž/&N\x0F\x17"
  b"½ö«Ùð”Mä–ÏÇ1BBÄ\x11"
  b"""
    G·à\n
    \x16/N\x19¦±œkàFyk
    """
  b"ÜrO›µ\Iì»ÚÜ\x06°lb}"
  b"õ\x1EšŸt\x04@‡»e\x12­(ôëã"
  b"ÈÂI\x02\x08GF7¢Ý8ħ’yð"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"ÍqT¾ö&DI╝Å\x04¤mXñZ"
  b"»ÓöÄ\x05ÓA\t¬¶lÎIo\eV"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"\x18PÏ■ÑÇA¤ÉÂkeJÿ╝ê"
  b"tóÚïÇFA#‚C\x0E#L¢ÇO"
  b"<Ö*[\x12<E˜¹)«\x02\x0FfÖY"
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"Rsò^‡IB˂߭հT¡y"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"Ý\x1E>\x00Î×E ªCÖF\x00جÊ"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"î`£¤╩\x07I5¡\x1F.X┌äéü"
  b"úaÍ║ý\x11Bʬ?²Òmù▒É"
  b"yЀ\x03s¥DO¯œÒsáR’("
  b"§Ü݇õÌB\e˜ø\x02ý“·—U"
  b"Ë"Cì\x19\x16Cxù\x1F═<Lþ\x16þ"
  b""ö4¹þìL>¶ým`°ƒÝE"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"éê†\x11®:HR”ZÐ\eÊw0Ô"
  b"òËÅê\x7FƒLqÂ>\x1F\x01i¦³ "
  b"£wš†2¹Kƒµ7Ùñò³Ï\f"
  b"þ•¬¶9QIð¯Ïã–^fYJ"
  b"=Ãh­ï)@\x08³ûò\x16┦p"
  b"E2gƒ\x0EýHæ‹ô­\x12˜ÖP\x19"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"x\x10ƒK°ALλ¨r‡<ÃÅ:"
  b"R╠\x04¿:w@╚ÅÎ╦`åÈl\t"
  b"Æ-­Ë1)I\x17™Š^¼|#.Z"
  b"8-YÛ@3AH†?^†ÐBâý"
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"_›ÍùIõ@@žŒ%xlý]z"
  b"\x18°b[•ŸLèº0´\x16p"›u"
  b"Û'²0F”F¹”#Æûq'\x1Dç"
  b"øDŒUF–C´‚—NëV×9|"
  b"Ë&M$nGAk–[zY’–ÉÈ"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"""
    ég\x01¡yüB\x0E»ˆ\x10C\n
    ›¼ä
    """
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"7à¾*<;G]œ\x07¹~?äM¡"
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"^/Å3\x07êGÉü3VÏk¹l\x7F"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"ïî\x1Fç╩¦F!Ø└}lË1▒Ô"
  b"QË&µ.\x18DG’£ë!ßíQC"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"\x06ñ`ßDÄÅB®\tRƒm\x1C"
  b"\x18\vºàĦEêŽÎS£\x01ÆD\x08"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"#\x1DN”­vO\x17¤vƒïaÈÊô"
  b"~†ë(7\x08O\e€²y÷W1\x06Æ"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"Õ¤°i-ÄN­¸S\x10Ê\x1D*#¨"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"c@C:Ü@ND¥”%Ý£\x13 £"
  b"æ¬+©½\rMœ¯<šOcõ\x06¤"
  b"\x11\x14]nÓ╔J=¬,ìÅ└"G2"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"Ç╝\x«¯KÉ│Ø·h\x07=×î"
  b"ƒ\x13ïwÉ;N¥ˆ‘N`°¨&Â"
  b"¡©\x7FâDÕF\x1Dœ³´¬‰´á "
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"53P#?┼@­©Qª\x14èÅ O"
  b"fNû†\x03|OÖ¬s¿uÅ!'ë"
  b"½ÍŽ’c»IÝ€Ÿ yÑ{\x05õ"
  b"á^½\x1CŸ(NLªí8I¥s¬/"
  b"Ý»)Ùn=B\x04ŒœE\x0EÊÇ?ä"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"\x16╗<äÄüA`öR\x01│Û°\x17á"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"’²€]ï§By§ã¹j9m³½"
  b"EïÞûúUD/Šš3\fÖv\x15"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"è\x13/-´ÊKH½D….\réЪ"
  b"l5\t\x1CÝÄNÛœD哸"Db"
  b"j<wÇšÀCM³Ä\x16Î¥X*("
  b"ÿ&¥Ð\v@E°º/Kw·\v©\x17"
  b"¦È7\x01žDB\r¾ul¼3Êó\x16"
  b"QW«×>ªEÿœ*½_ç\x08\x04`"
  b"Xmû\x17\x07‚F\v„»Ó&9!+Ž"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"\x11H@™NãL\x14´\x15䟻5ƒÑ"
  b"Wɧ\x14 YHá•–\x17R\x17­\:"
  b"É+!„Ø\tM·‰æ˜«\x14"ô¢"
  b"½"‘É)\x1AD+Ÿ\x04\x7FDD2OC"
  b"ŽWÍ\x11g™Mä‹\x0E%’]Mo”"
  b"®'“#p:LE––bë\x15™Á”"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"ߢ╠\x162µIOÅxG±P»FÁ"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"~v[í!&F*üVı÷øÂã┌"
  b"ɸ-9\x07¨I®±'\eöÕ–»$"
  b"""
    ¤ðÉÕ\x17xA$Ü¡\n
    åè*¥~
    """
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b" ÔtlËPO#·šÉsý g@"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"eч_¾…J/€\x08«U”\x03æ "
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"ud°&\x04»O\x1C€OW_'[gB"
  b"ŸáQÆ?_D@³žÃ*gžUO"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"J\x1FÍQÆÂ@S¨<ÿA\x07-lÍ"
  b"‹áæ,S‚EiˆEð‚ª²Òl"
  b"죮ÒÜ®BÔÇ£\x1F*áÖ6▄"
  b"\x17²ê3\x06bL=˜&ñMZ$+Â"
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"\x19Ñ"Ò\x11\x17@\x03¬­âïð\x033…"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"TßUÉþþFЦ*Êåm\x01A\x18"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"Xp€\x155åHv¦¦”À;,d;"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b" !í;'QI§»Î¼ê>>Q"
  b"Áå\x12v¬ÁHÙ¥8áfT„G+"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ø«â…hpIÒ½\x00q\x18g)Ÿ\x1A"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"\f`\x00ÇŽ&@ö‡XbìVì%Ó"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"E\x11òèäòCÀ¥=¦¤nG^\r"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"""
    Fê<\x14\n
    AG3”G\v¤~X—Ã
    """
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"F2½ì\x1F/@qÁl3hñó¿S"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"³\x07!‰ž/L÷º\x0EÆLW(û_"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ç–\x06\x17L„H®€ÈvŠòT''"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"öTD\roDL÷€T°ÀñL›³"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"“~ó9ÍôH{Š\x1C¥‚ö<#á"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"=R-e \x03DÄ†ŠˆpQ\x1DÑ\x19"
  b"Èqôbk\x05Cì½sä/\x1F:k""
  b"¸Ãª\x1EzÑOd›\x12iÛ×íp0"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"y$\rŠ¿ŽAš¹ÍfCS\x18/€"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"zßòc™\x19B⿽°>«<„ö"
  b"M£­ˆR‘Cj·-UÙ_œFú"
  b"""
    Yþm\x02¬‚M*–õO\n
    [ÒüÕ
    """
  b"└+\$æ\x06AWáüG#E^\eo"
  b"0pUÁ\x0FßO7¢c›ÖÑÁ'ë"
  b"Ƭ\x08b\x0E®JëÅp{Ò▓¿±▀"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"l\t¿fòÌCEšÐèʨ\rÕ\x05"
  b"\x19Üãæi#N»¹ÒšÕ:h~ü"
  b"+Ê}Ĭ³I°”ö*§‚¬‡‚"
  b"й'\x199ôFƒ¶'\x1C¾"ÀjJ"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"õÂ:‘Ü€Gø›\x12”öÃ\x12D\x1F"
  b"›ñâl\x17ÿH\x17±\x1DÁÕQaÿ\x16"
  b"rŸéÐhùM\€~'q(g\rz"
  b"^úæÛ└OM²âSÃLcì\x7Fã"
  b"╣»°3╚µLº»çÚ!ß$ÎØ"
  b"£K\x15Û³YOî║Å╣oqVñ¢"
  b"¦yS&µï@,¸Eé>Úoò&"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"þ█È─i¡C"¿éüŧ\x1EmL"
  b"\x1F\x14ÛþtJÑ xÓr’8îÕ"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"ê\x01(P)&GN¹\x05$c%ñ\x13"
  b"╬▓>▄═AF>ºü┬\x12z\t"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"ð.ò/ÝóI,üÜùÕ}eqß"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"úÞøìhôLm U\x19ôõiÿ"
  b"ê$M\x07¡\x19K ìe2░ÄA\x02û"
  b"K\x1F\x1A\x08M¹N3ÿ(Êì│«\x06\f"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"𥷝c\x03N_¼ÜÄ~~\e"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"ó╝XqL¨L\x14ÿ\x03_gðÚÉ\x1C"
  b"e9œ#¬\x14MAµ²\v\r¾\x15´ñ"
  b"Oré¦ËíNà¢À1dÞ Ûü"
  b"•HÀçð¨Mƒ—7\x05Q»¤ý·"
  b"tO'VÞ}N‹¼˜Pl\x1D\É£"
  b"¸z§…è›H*µ<9G&Ü%$"
  b"4f NªYF|˜5ÎÚLé8Ù"
  b"ZïqH®*Fœ†= öœÁ(½"
  b"\x04‚0aØ KX³×À\x1FAçØ\x02"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b";4œrZD¦³¢q÷q¨Ü0"
  b"Ì3äÿÎÆ@ª¹4\x12Òd˜ál"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"l¦½E]ÑO ì▄yJ3=X\x0E"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"jˆÞ¦\x0FA‹ šìHý\x04b~"
  b"ÝtxùÜaFÕ¸ki‡±È§\x18"
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"▄þ\x14)¢/Fɺ{\x03Ò~²¶u"
  b"\x13%û7\v¡Ao‘‰–ë\x07èË‹"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"\rç**#ƒ@■┐´ÉH▓õ\t\x0F"
  b"çŽîM4¾I€BFm\x00ø/."
  b"Ðs˜f¿ÙL‰š"ý3aî\x02u"
  b"\x7F"qØZ║Mo╣«#\x12E\vôq"
  b"\x02\x17/ Î\x7FM\x00º\x06Àlâ«’ª"
  b"Ñ\x04ôÔÍ?O\x0E®Šxbô\x03\x18È"
  b"ϲØ'¥bN\º5.ðEÈá×"
  b"h\x1F.•¿®N7¦â¢F\x16¶ív"
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b"ïFKè\x7F÷Os„ï¦\x01m‘Ñ'"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"""
    s\n
    Ó½S\x1CLﯢ=&ÜlÑ1
    """
  b"\x1FIH£\x7F\x15Iî¥K\x01\‘qÕi"
  b"í—¢ß/äGÊ„=*Wµíð½"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"\vµ┴╠\ìJnÖwì\x04\x18{8N"
  b"ÿ\x0F¤[ó\vNa­n ÜíPîÇ"
  b"1§OO7\x0FM\x16┤rÅ8`\x03@▄"
  b"€Ã\eþ3dJáŠÿ´ýyol!"
  b"*\x07\eª²‹JL‡zjÿ\x05ª\x13ã"
  b"\x0F6\x11dhuDtƒßîB%2í\x04"
  b"nF\x1Aö‘ÙAF±¶ÌÓ9\x0Fv\x13"
  b"c_öÒG?@™¢ý?\x14q/Zé"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"Ok\x7F\x1F¿\D\x03²½ g¬\x0F$3"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"\x07Ø]\x1El├B‗ì\x0En■é'¹Ý"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"""
    Ì\n
    Åwf&@\x17¿ù§╠­\x19
    """
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"ÇòÞÉXËJÀƒÒ=ÛÍú¼á"
  b"—è\x03Mª¨HªŸV\x0E¢þBœ\x03"
  b"2¹?JÏ\x14Cœ MþU´àÞ©"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"""
    7Z\x01¤ÈyHиô\n
    íí\x13\x18
    """
  b"\x06¨U™¬VL&¨Ó,ÕõJRÇ"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"\x1FT—úêÔK̹Õ|l[X‰\x7F"
  b"e™·×«H#¼i¬N²žýt"
  b"I¢îŠrqN?©ðtêMaìf"
  b"~6â}\x07èE´³ä65%$â]"
  b"Ñ"\x03\x13ÄÏHÛ°>±5zŽ¡\v"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"""
    b└&]¯\n
    A{ÉÈ&T¬ø\x1DÏ
    """
  b"""
    \n
    HKœB¦B³Ž\x16ŒË8\x12g\x01
    """
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"üÖÍP>¾NQ«ùÔ´àá´J"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"M¶øZÿhJ╦ü¥_└{éø³"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"LüòäoðO\§ŠG…†©ñð"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"\x10\x00\x05-¯€NʲoÊRëN7E"
  b"P`\v¤\x12%Cʉƒ%îwIAÞ"
  b"b\Ë`\x16\x1FE$©pKiÅ\e"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"4\x08¸Ëý█Oìz\x11øÑ0É└"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"Rj%A0ËGO£5Ûs\x7F+‰\n"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"4çzs7ñEŒšßc¡È=Qß"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"’ÄmMÅ9MÓœ2±\tË!Úô"
  b"\x16®?àGlKž¹š®ÞUy\x1CÁ"
  b"ß6ËM¶XCò¯\fHd\x15\x1C"
  b"""
    d›j×\n
    uKç¸ì³Œ:\x10\x1Cf
    """
  b"X¿$5ú\x11NY╣┤W ■-RØ"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"0s^lɬF^▓ú[MÖêáÕ"
  b"(»ÖÅÆýH║ôEç╬\á╔\x0E"
  b"u,˜‹Ï¥Hœ³•õQØ×‚î"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"À¿.÷¾ãM9²â@ÓCè§\x06"
  b"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"*#àã«qEÊ“^ñ.ÛØ\x07Ú"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b""ÆýÜfÔKŬ¶9@\vïAõ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"}לG\x1F\x02Ný‰/\x00únƒÕ}"
  b"OÃ&ë—ÍL ‘øO(TC¶³"
  b"OÓsý'▄Ek«Â\x1A2\x15¬ØÏ"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"│9¯ìÑëA1¢ñÂ\e\x02´.j"
  b"·\x13Ø}B„I(¨/ÀÕ›%K;"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E"
  b"\x14¯2ÓÛAG¬°FúB\x16\x16å\x0F"
  b"N·æ^[ÅH«í·ã\x17¯<Íû"
  b"±dmJÚ§LsŒ—,ù‘Ð"\x1E"
  b"’VŒo\x16÷N¯‘Þ7~E¼¼}"
  b"O\eqè¨~H6¢¶\x0EåÌ\x00dz"
  b"`■ôßü\x11J╗ÁÐıV÷½5."
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"ál┼÷ËåLúç┬iJrØ╝╠"
  b"\x02ZÌ┼╝AÇÅe╬|í\eÙ▓"
  b"\x03.$Ý\x08¤GwØßu \x14|ô²"
  b"\x16ˆ—§iäJZ¯Ë[b\x00\x01"
  b"""
    Ï8q\n
    ÉLI\x03®®\eZ■è#T
    """
  b"\x03\x0Fû\x1A1ÉCÄšö§ý±†-V"
  b"¼ÂöI\x11£Ad•\x16\x06§pÑ"
  b"L\x01æ´JßJÁ¢\x11­ˆ’©!\x0F"
  b"ÁkôþgàB½Šu+ÜÕònÀ"
  b"õa’\e\x1EÕG7©P<y6Í•_"
  b"º\x07\x01“L&‚Çp5«'7@"
  b"""
    çæ\x15þ"\n
    N¬¬™Á«YÜvÛ
    """
  b"B¹®–i/K\x01\tõÐY–ή"
  b"¦÷ȾÌKA_–¶Zü™|óÔ"
  b"¤Tì¼Õ~IÔ½ \t(¸╠pÅ"
  b"¾b¢Ëù¸F›¶¢H¢Û‚¾\x18"
  b"È\fN8ÜCG3…Z2*š\x14e•"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"░Ê╬Ý"ðJÌêì\x00\f┐jçE"
  b"\x1CHM©³±Gö§oˆ‚YM0r"
  b"ê\x06\x1A­CR»\x16¦³\x1EÛ\x07Ñ"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"42{åÛ´H•”S9XŠC´f"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"üvU kÖDî¢h│0*b)ü"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"óîßõeéݧQß„w²W"
  b"Õv»Ò\x12´A¯î╗ì¬íI'\x1C"
  b"ƒ¥\x7FÁ'NCIüjô¿¦.c!"
  b"EN\x1Cö»\x16EH”FÀ=©’â±"
  b"G╩Q¯ƒÇD¡ì┐÷\x07\x17lKã"
  b"ÒPrŸhÀNUŒ\x03|RBä\x15{"
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"\x17#*\x14ØâMɃ?x·©A\x01 "
  b"n±╔┤ð\x15NKÅhîp═└\fÌ"
  b"tÎ[ª¹¨A%É<\x07@#╣¡ñ"
  b"æÏÏ÷\x1A»Iå®ÿ¿s\v7x×"
]
84 2.68 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"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"\x01\x15ì|GPF;ïÍ)1:V'È"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"\x02\x17/ Î\x7FM\x00º\x06Àlâ«’ª"
  b"\x02`•¶œ‚G\x03¨G0Ûí\x10\x1D¥"
  b"\x02mÅÍèfCÞ£^'│ñoÌ░"
  b"\x03\x0Fû\x1A1ÉCÄšö§ý±†-V"
  b"\x03.$Ý\x08¤GwØßu \x14|ô²"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x04‚0aØ KX³×À\x1FAçØ\x02"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"\x06‚Nx<ÛLÊ»›–óàÈ \x06"
  b"\x06¨U™¬VL&¨Ó,ÕõJRÇ"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b"\x06þ»ªÑì@\x03­ê(P­\x1D\x10U"
  b"\x07\x02│░&\x0EJãíì(¢zÔID"
  b"\x07Ø]\x1El├B‗ì\x0En■é'¹Ý"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"""
    \n
    HKœB¦B³Ž\x16ŒË8\x12g\x01
    """
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\vJ\rbûGNzŸ&a­~D‘™"
  b"""
    \vgéÅQäE¤¯ÐÓ\n
    }:ò\x07
    """
  b"\vwVì%\x15A¹ªŒ#e®\t\n"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"\vµ┴╠\ìJnÖwì\x04\x18{8N"
  b"\f\x15yBìvM‰­Q\f\x06ÐF"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"\f`\x00ÇŽ&@ö‡XbìVì%Ó"
  b"\fid&¶€A\n»\x01Ò“5P\x00ö"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"\rç**#ƒ@■┐´ÉH▓õ\t\x0F"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"\x0F6\x11dhuDtƒßîB%2í\x04"
  b"\x0Fk\x17oQZOן‰ˆŸvße)"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10\x00\x05-¯€NʲoÊRëN7E"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"\x10©\x1C>ÿ—G‹‚ ¹\x1DX•ä\x01"
  b"\x11\x14]nÓ╔J=¬,ìÅ└"G2"
  b"\x11H@™NãL\x14´\x15䟻5ƒÑ"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"\x11öT°.CMß“DóÔÐ×\x1AÐ"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"\x13\x19>@?¬TšðµÉlž"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x13%û7\v¡Ao‘‰–ë\x07èË‹"
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"\x13˜7˜ü˜L6½Íœkô\x11Á‡"
  b"\x13ò\x14]¥hFÿ•~Û_\x00&k\f"
  b"\x14\x10Ä9H–DJ¬ò\x0EÓmßA{"
  b"\x14=p\x12\x0EKó¾ýnÊ"%f®"
  b"\x14¯2ÓÛAG¬°FúB\x16\x16å\x0F"
  b"\x15ü`¥!ÅI╣Â\x00½Á\x19æ╦┌"
  b"\x15°8‡V€Cµ·íº}Ê\x7F"="
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"\x16ˆ—§iäJZ¯Ë[b\x00\x01"
  b"\x16®?àGlKž¹š®ÞUy\x1CÁ"
  b"\x16╗<äÄüA`öR\x01│Û°\x17á"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x17#*\x14ØâMɃ?x·©A\x01 "
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"\x17²ê3\x06bL=˜&ñMZ$+Â"
  b"\x18\vºàĦEêŽÎS£\x01ÆD\x08"
  b"\x18PÏ■ÑÇA¤ÉÂkeJÿ╝ê"
  b"\x18°b[•ŸLèº0´\x16p"›u"
  b"\x19Ñ"Ò\x11\x17@\x03¬­âïð\x033…"
  b"\x19Üãæi#N»¹ÒšÕ:h~ü"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"\x1Azì║│:Hýö\x00KxÈö)¹"
  b"\x1Aºv\x0E\x02[M%ü┘\x15EµV7┘"
  b"\e\eì╣íQ@5óÌÞÅ_\x14\x18g"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"\x1C!\x07Óoû@}‰Ü\fK_tëÏ"
  b"\x1CHM©³±Gö§oˆ‚YM0r"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"\x1C¸€ß_¢H\ª\x01ðŠ>P\x00\"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x1FIH£\x7F\x15Iî¥K\x01\‘qÕi"
  b"\x1FT—úêÔK̹Õ|l[X‰\x7F"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b" !í;'QI§»Î¼ê>>Q"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"""
    !ÑXâ÷¹C\x02®V\n
    \x11ŸÎÇ&
    """
  b"!ü¾sµ\x1C@\x13¢]\x1CÜß·—:"
  b""\x11)ýN&D\x06ª5›)¡qÃ&"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b""ÆýÜfÔKŬ¶9@\vïAõ"
  b""ö4¹þìL>¶ým`°ƒÝE"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"#\x1DN”­vO\x17¤vƒïaÈÊô"
  b"""
    $\n
    ‗9\t\x18C¯½5üÜrj╦É
    """
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"%ŸÄ›\x1F³K\x0E„JAk·\x14"
  b"%áÃâ\x03æMw¬\x7Fµ™\f®Ü\x17"
  b"&6¡D0\eMɉþžGïyû""
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b"(»ÖÅÆýH║ôEç╬\á╔\x0E"
  b")¸GëÞ`Jê„\x1C\e'<ê\x05Ò"
  b"*\x07\eª²‹JL‡zjÿ\x05ª\x13ã"
  b"*#àã«qEÊ“^ñ.ÛØ\x07Ú"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"+Ê}Ĭ³I°”ö*§‚¬‡‚"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",ºxW_\rN]§FïÇz€\tÔ"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"-2\x01G*\x1EKü¾ióªþ€ËZ"
  b"-?78úÂEÖ‰-\x7Fÿ›‡qò"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"-ûËTªB Ø9 À\x05ó¦`"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b".\x07ÿ­\x1DäF'¾|¦\x11[d¼ó"
  b"/\x1FgÄ÷\x02EÚ‘K¦^3ö\x13\x08"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"/■\x19\x1A▓·E¿Ø9┘ûUÚmÎ"
  b"0pUÁ\x0FßO7¢c›ÖÑÁ'ë"
  b"0s^lɬF^▓ú[MÖêáÕ"
  b"\x02z\x1A!MG®$ö<=o"¹"
  b"1§OO7\x0FM\x16┤rÅ8`\x03@▄"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"2¹?JÏ\x14Cœ MþU´àÞ©"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"4\x08¸Ëý█Oìz\x11øÑ0É└"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"42{åÛ´H•”S9XŠC´f"
  b"4f NªYF|˜5ÎÚLé8Ù"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"4çzs7ñEŒšßc¡È=Qß"
  b"53P#?┼@­©Qª\x14èÅ O"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"""
    7Z\x01¤ÈyHиô\n
    íí\x13\x18
    """
  b"7à¾*<;G]œ\x07¹~?äM¡"
  b"8-YÛ@3AH†?^†ÐBâý"
  b"8v\x00ЧoE\x08¢?‹\x002ûƒH"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b":A\x1F¦ ?H\x16ü\x10ý░5¸¥""
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b";4œrZD¦³¢q÷q¨Ü0"
  b";ØçXÊ8A\x19À\x10╬»═\eÎH"
  b"<Ö*[\x12<E˜¹)«\x02\x0FfÖY"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"=R-e \x03DÄ†ŠˆpQ\x1DÑ\x19"
  b"=U░\vüeMÜâpÖù19«ü"
  b"=Ãh­ï)@\x08³ûò\x16┦p"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b">C<Àd\x19J­¸ =d{\x14"."
  b"?$7µ}QA5–í\x1CÚãqG1"
  b"?XëD?ÆHíòÉ5Ê\x03?éb"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"A\x06(Ä|I\t±/xOM,\x153"
  b"A/w×þ*C7ïì"\x13¯\x1F?'"
  b"Ax#ˆ;ûO&±Y,dÒ°\x01®"
  b"B¹®–i/K\x01\tõÐY–ή"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"D{Q\x04,\x01B(”k°\eú\x13Ù¡"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"E\x11òèäòCÀ¥=¦¤nG^\r"
  b"E2gƒ\x0EýHæ‹ô­\x12˜ÖP\x19"
  b"EN\x1Cö»\x16EH”FÀ=©’â±"
  b"EïÞûúUD/Šš3\fÖv\x15"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"F2½ì\x1F/@qÁl3hñó¿S"
  b"""
    Fê<\x14\n
    AG3”G\v¤~X—Ã
    """
  b"G‡½«“§F4ŒùÄ\x1E»‰\x16""
  b"""
    G·à\n
    \x16/N\x19¦±œkàFyk
    """
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"G╩Q¯ƒÇD¡ì┐÷\x07\x17lKã"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"HNP¨ïåEˆ\x06…S"»§q"
  b"I¢îŠrqN?©ðtêMaìf"
  b"I¦úŠësLí¸Ùäý—¢þx"
  b"J\x1FÍQÆÂ@S¨<ÿA\x07-lÍ"
  b"J2eìÐ╠F\x18ï£D4\x1DUØ'"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"K\x1F\x1A\x08M¹N3ÿ(Êì│«\x06\f"
  b"KrrY–«@5œ¤\x07›hæ\x00ë"
  b"K•!è§ÌG&´)‰zªKU²"
  b"Kô…‘s!D°™Þ?]Ø\v"
  b"L\x01æ´JßJÁ¢\x11­ˆ’©!\x0F"
  b"LüòäoðO\§ŠG…†©ñð"
  b"M£­ˆR‘Cj·-UÙ_œFú"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"\x0Fœ\x1EêLW‰Õ…\rÔ\x14µ."
  b"M¶øZÿhJ╦ü¥_└{éø³"
  b"N·æ^[ÅH«í·ã\x17¯<Íû"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"O\eqè¨~H6¢¶\x0EåÌ\x00dz"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"Ok\x7F\x1F¿\D\x03²½ g¬\x0F$3"
  b"Oré¦ËíNà¢À1dÞ Ûü"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"OÃ&ë—ÍL ‘øO(TC¶³"
  b"OÓsý'▄Ek«Â\x1A2\x15¬ØÏ"
  b"P`\v¤\x12%Cʉƒ%îwIAÞ"
  b"Q\x14öï°vIê›[ÑËã<®."
  b"QW«×>ªEÿœ*½_ç\x08\x04`"
  b"Q\g\x14™8L\x05Še÷ö°ö\x04L"
  b"QË&µ.\x18DG’£ë!ßíQC"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"R&╠l>WM ù\x1A\x05\x0E"
  b"Rj%A0ËGO£5Ûs\x7F+‰\n"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯W\x7F(†IC’0ð]³gúª"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"R╠\x04¿:w@╚ÅÎ╦`åÈl\t"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"S€ºþ_eBý b°ÇÁŸê#"
  b"TßUÉþþFЦ*Êåm\x01A\x18"
  b"U├u█ MKìóàÐñHR▄³"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"UÛb`xbCYº!?¹±4šò"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"W\x0EÈ\x05Æ\x18CXüûùß█─ı\x02"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"Wɧ\x14 YHá•–\x17R\x17­\:"
  b"Xmû\x17\x07‚F\v„»Ó&9!+Ž"
  b"Xp€\x155åHv¦¦”À;,d;"
  b"X¿$5ú\x11NY╣┤W ■-RØ"
  b"X±ƒçr\eHg¥\x15àouÒæ\f"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"Yd│\x149ZJküx{[î¶3ó"
  b"Y¬ŽO.ðK\x08©]\x0Eêx–O¶"
  b"""
    Yþm\x02¬‚M*–õO\n
    [ÒüÕ
    """
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"ZO×ULÕHζ\A7\x1EÏý"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"Z‹ôˆu'Fƃ\x12.\vü™\fÑ"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"ZïqH®*Fœ†= öœÁ(½"
  b"[Fæ§…+@Ÿ¦ó‰\x05\x13\f#"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"^/Å3\x07êGÉü3VÏk¹l\x7F"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"^üÂø \x1EJ\x01®\x02Ø*ß\x10òY"
  b"^úæÛ└OM²âSÃLcì\x7Fã"
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"_Lâ\t\x04¢Mä¥òŒê?\†N"
  b"_›ÍùIõ@@žŒ%xlý]z"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`■ôßü\x11J╗ÁÐıV÷½5."
  b"b ŽDª¡B,º7Æ"\x18`|‚"
  b"b\Ë`\x16\x1FE$©pKiÅ\e"
  b"""
    b└&]¯\n
    A{ÉÈ&T¬ø\x1DÏ
    """
  b"bÁ)Fù6HÀ‹–Úƒ\r\x05y\x01"
  b"c\vþ‗\x00dFªì\x07L¦└èr°"
  b"c@C:Ü@ND¥”%Ý£\x13 £"
  b"c_öÒG?@™¢ý?\x14q/Zé"
  b"""
    d›j×\n
    uKç¸ì³Œ:\x10\x1Cf
    """
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"e9œ#¬\x14MAµ²\v\r¾\x15´ñ"
  b"ep\x02<âwC[ɼZbþ\r@H"
  b"e™·×«H#¼i¬N²žýt"
  b"eЩ¿\x17+AÇ¥³N[ò˜3È"
  b"eч_¾…J/€\x08«U”\x03æ "
  b"fNû†\x03|OÖ¬s¿uÅ!'ë"
  b"""
    f”'E_kN̸Ïc\n
    @–l\x10
    """
  b"\x06ñ`ßDÄÅB®\tRƒm\x1C"
  b"g̃m¸2@O¤\x17\x1E¨Ë@\x104"
  b"h\x1F.•¿®N7¦â¢F\x16¶ív"
  b"hU\x12°åEMË¡Q©)s`\x10"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"j<wÇšÀCM³Ä\x16Î¥X*("
  b"jˆÞ¦\x0FA‹ šìHý\x04b~"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"l\t¿fòÌCEšÐèʨ\rÕ\x05"
  b"l5\t\x1CÝÄNÛœD哸"Db"
  b"lXL©>VA{╗ÿÅ┌╦\x15æ╠"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"lÎéÿªj@@ìÃk(MBÒ["
  b"l¦½E]ÑO ì▄yJ3=X\x0E"
  b"m\x06IG®@L'¾É+JÈî¥G"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"mÚQ\x04¹"Oý’\x13ò¨ºX‹S"
  b"nF\x1Aö‘ÙAF±¶ÌÓ9\x0Fv\x13"
  b"n±╔┤ð\x15NKÅhîp═└\fÌ"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"o\x10\x07\x03KìLVåáp,Ô<Ë▄"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"pT\x06\x14@ ì\x00\x02Ý'å±Q"
  b"pW\x13õ‰%E޲3ö€µ=˜L"
  b"px[nayN¤¸ÃïfñÏGù"
  b"p|\x1Aö6ßD1±Æiï´Þ^ù"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"q#e]DçGŒ¦G}\x01\x10¬Pˆ"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"r\x12am26O?‘5Þ\x1EBžâd"
  b"""
    rC߆®\n
    CÚ­á§¹˜8ã©
    """
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"rŸéÐhùM\€~'q(g\rz"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"""
    s\n
    Ó½S\x1CLﯢ=&ÜlÑ1
    """
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"tO'VÞ}N‹¼˜Pl\x1D\É£"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"tÎ[ª¹¨A%É<\x07@#╣¡ñ"
  b"tóÚïÇFA#‚C\x0E#L¢ÇO"
  b"u,˜‹Ï¥Hœ³•õQØ×‚î"
  b"ud°&\x04»O\x1C€OW_'[gB"
  b"u\x7F\r\r®hJN–S@\x0F\x1Fg‡"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"v\\x17\x01´¤OÅ•ÏrÓñnVž"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"x\x10ƒK°ALλ¨r‡<ÃÅ:"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"y$\rŠ¿ŽAš¹ÍfCS\x18/€"
  b"yuWüz«EF¿*ДA ‹†"
  b"yЀ\x03s¥DO¯œÒsáR’("
  b"\x04\x02þ«O\x15\x1FîØ╝\x7Fà1"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"{ó&¡║NAxì7ßþü°ƒ="
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"|‚ŒïxcA„‘]ÅÌäw˜Þ"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"}—ÊŽ(éCŒ£ó¶Å*s;g"
  b"}µÐÄöQM»ž/&N\x0F\x17"
  b"}לG\x1F\x02Ný‰/\x00únƒÕ}"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"~6â}\x07èE´³ä65%$â]"
  b"~v[í!&F*üVı÷øÂã┌"
  b"~†ë(7\x08O\e€²y÷W1\x06Æ"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x16r{aM£ª$éýî\x0E"
  b"""
    ~֋\v\n
    ÙHîüÐ.n/\x04
    """
  b"\x7F"qØZ║Mo╣«#\x12E\vôq"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"ÇòÞÉXËJÀƒÒ=ÛÍú¼á"
  b"Ç╝\x«¯KÉ│Ø·h\x07=×î"
  b"€Ã\eþ3dJáŠÿ´ýyol!"
  b"üD<├_uOfæ6å\x1A\x00Ä\x12ê"
  b"üvU kÖDî¢h│0*b)ü"
  b"üÖÍP>¾NQ«ùÔ´àá´J"
  b"üÜèw\x01'JÀèu2ñª\r┘î"
  b"‚y†H\x05_Dÿ†q]çÀ((e"
  b"ƒ\x13ïwÉ;N¥ˆ‘N`°¨&Â"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"„Hˆ‡¬øH1´ó(ƒ´^‚Å"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"åUÅ:¸\x02Jîû\x7F\x17SÈ5═╣"
  b"å┤àC\x19\tFðÅÀU¯╔\x1Aã\x1D"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"\x17LZNÐJx§Ë+õôÐ\x15h"
  b"‡…ÚcÒóE\x07£ÎÌïb~,\x11"
  b"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"ê$M\x07¡\x19K ìe2░ÄA\x02û"
  b"ˆ$¦,Ç.D¦»^?2w¯\x1C="
  b"ˆ>ãv\x03£Oå¢\x1A\x04‡Éý’ƒ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"‰(XµçQLc¼\x1F&…¦™\x1Aì"
  b"‰JÖ7%1FÀ£ºt€HÎð("
  b"‰¨E×YËI‰²<‚\eShÝÝ"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"ïî\x1Fç╩¦F!Ø└}lË1▒Ô"
  b"‹áæ,S‚EiˆEð‚ª²Òl"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"î`£¤╩\x07I5¡\x1F.X┌äéü"
  b"ìY;?£\x06@┘Ñ█EËÿ·Æ)"
  b"죮ÒÜ®BÔÇ£\x1F*áÖ6▄"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"ŽJ{ƒç¬I* Ü\vöM“ƒ…"
  b"ŽWÍ\x11g™Mä‹\x0E%’]Mo”"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"Ž—¼\x17f_B› ò’\x01Cžá²"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"É\x06\f¢ì\vJs▓\x19\x02▄Ò4\x00ß"
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"’VŒo\x16÷N¯‘Þ7~E¼¼}"
  b"Ƭ\x08b\x0E®JëÅp{Ò▓¿±▀"
  b"’²€]ï§By§ã¹j9m³½"
  b"’ÄmMÅ9MÓœ2±\tË!Úô"
  b"\x1F\x14ÛþtJÑ xÓr’8îÕ"
  b"“~ó9ÍôH{Š\x1C¥‚ö<#á"
  b"\x7F·ˆ«ÎF`˜î\x08ZÍmP!"
  b"“ã\x05„4ÈIr½\x1AaŒ}\x01‘'"
  b"”^HSCÜGá›ŒÂø{\x05†ú"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"•HÀçð¨Mƒ—7\x05Q»¤ý·"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"òËÅê\x7FƒLqÂ>\x1F\x01i¦³ "
  b"û\x15©g\\H>Ø)┬│ÛQm±"
  b"ùaüä¢íJ_╗"\téÁ-a▒"
  b"—è\x03Mª¨HªŸV\x0E¢þBœ\x03"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"Öùdø2F%Ø╔r3ÁQ&»"
  b"""
    ™øÕ¿n\x0EG\x14¢\n
    ²^yÖ|5
    """
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"š6%' áFj›}„¦sql "
  b"𥷝c\x03N_¼ÜÄ~~\e"
  b"›0óýãzBO™…s\r?\x0EÃ\x17"
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"›?šW\x1F†HÿŸRÊ\x04ˆ!“î"
  b"›ñâl\x17ÿH\x17±\x1DÁÕQaÿ\x16"
  b"£K\x15Û³YOî║Å╣oqVñ¢"
  b"œQ\x05¨HµCó¤ç1p$Ã=œ"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"ƒ¥\x7FÁ'NCIüjô¿¦.c!"
  b"ŸáQÆ?_D@³žÃ*gžUO"
  b"Ÿé5¥‡†B›€s7$¨oá\x19"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"ál┼÷ËåLúç┬iJrØ╝╠"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b" ÔtlËPO#·šÉsý g@"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"¡©\x7FâDÕF\x1Dœ³´¬‰´á "
  b"¢J8\x1FjÉEǤ\fð:!Ó<."
  b"¢KcöZ]I¡‡í\t\x16\x076[\x04"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"ó╝XqL¨L\x14ÿ\x03_gðÚÉ\x1C"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"úaÍ║ý\x11Bʬ?²Òmù▒É"
  b"£wš†2¹Kƒµ7Ùñò³Ï\f"
  b"£µÊÝ\x11žJ·…[¢8²;ùh"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"¤\x14‰ª\x7F‚KàŽ+J•*0Nq"
  b"¤ˆÔþ·âKb·\x03Ѳ¸nÉ›"
  b"ñæE¨╠╠Eûä\x16ü«ƒ┐║D"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"Ñü§ð#ÑL&º¡sð\x11\x19ð«"
  b"ÑØk¬;H¬â>wdS¬·‗"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"¦yS&µï@,¸Eé>Úoò&"
  b"¦È7\x01žDB\r¾ul¼3Êó\x16"
  b"¦÷ȾÌKA_–¶Zü™|óÔ"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"§DÐ\x1C{DKL»\x1F\x11u.•$¨"
  b"ºÉZ*ü±C│ÖR'÷┬%0Î"
  b"§Ü݇õÌB\e˜ø\x02ý“·—U"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"©—¥\x1DH’@…¤ß{ä¸Ê˜Î"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"ªYñǨ^@ˆ·Ô;³*äŠ\x1A"
  b"ªà¥:]\rB˜Žˆ`ä\x08è¾\x04"
  b"½#┌0Ñ\x1CEUì2\rRíM=8"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¼;▄\x05‗¨Bc£┐Þìù"hK"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"­mwíÓîA¯›W^Sòg-Š"
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"®'“#p:LE––bë\x15™Á”"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"«\tÄ1█GÏü°ý8%ç+¼"
  b"¯\fÛ7CVM ŠQÒ´\rçpu"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"░Ê╬Ý"ðJÌêì\x00\f┐jçE"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"\e5\x19" N┼┤F\x05ü1JÒ\x1E"
  b"±dmJÚ§LsŒ—,ù‘Ð"\x1E"
  b"±ëåêT[@\x14—‚ó›:§\x17×"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"³\x07!‰ž/L÷º\x0EÆLW(û_"
  b"│)õ¿0áFtì5¥\x1D)h±#"
  b"│9¯ìÑëA1¢ñÂ\e\x02´.j"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µ%A­v—G\v–ÚÜIÍ\x14ÉË"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"µ–úJ1PLH¤´-¸uºB”"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"¶‘öþ;mIæ›§ëý¿¾nk"
  b"·\x13Ø}B„I(¨/ÀÕ›%K;"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸_ƒ\x07\x11\x17GÖ¥Ž\x14\x0E¸*\x1Cð"
  b"¸z§…è›H*µ<9G&Ü%$"
  b"¸Ãª\x1EzÑOd›\x12iÛ×íp0"
  b"╣»°3╚µLº»çÚ!ß$ÎØ"
  b"º\x07\x01“L&‚Çp5«'7@"
  b"º+¹Ù£pI\”øÿ2avƒá"
  b"ºèô\x15-8E…¢\x17O9¹ñ˜º"
  b"""
    »M\n
    ¯èÎE\x0FŸ\x0E§Y¢%=ç
    """
  b"╗ñõؼEJìè└\x1Dõ2¥¾╦"
  b"»ÓöÄ\x05ÓA\t¬¶lÎIo\eV"
  b"\x01▓fçÆOÖ¿╬ëÄlTµü"
  b"¼\x18h\fÑfG‹Ÿû»"\x0F¿’{"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"¼ÂöI\x11£Ad•\x16\x06§pÑ"
  b"½"‘É)\x1AD+Ÿ\x04\x7FDD2OC"
  b"½ÍŽ’c»IÝ€Ÿ yÑ{\x05õ"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"½ö«Ùð”Mä–ÏÇ1BBÄ\x11"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"¾b¢Ëù¸F›¶¢H¢Û‚¾\x18"
  b"┐~t¤ijL\x18éû\iÍÉîB"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"À¿.÷¾ãM9²â@ÓCè§\x06"
  b"ÁkôþgàB½Šu+ÜÕònÀ"
  b"Áå\x12v¬ÁHÙ¥8áfT„G+"
  b"\x02ZÌ┼╝AÇÅe╬|í\eÙ▓"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"Ã|¸5¶êCC½z(©\x1C\x07îá"
  b"Ä\x06ÏÆ$`AX˜U\x01\eî‰ÀÍ"
  b"Ä\x1F\x17pG8¨oœFn\t\x18a"
  b"ÄL~\x01\x18zLG¾\x13\x17X\ôœ|"
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"Æ-­Ë1)I\x17™Š^¼|#.Z"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"Ã\x1FcÇ/ËGç»ÿ‗.JÅQê"
  b"ÃVÑ\x10¬ÅNáà×-\fr┼7y"
  b"Ç–\x06\x17L„H®€ÈvŠòT''"
  b"È\fN8ÜCG3…Z2*š\x14e•"
  b"È\x16x\x17W{M:·0Ã\e>\x7F\x15."
  b"╚OkIð\x07@®ª-'À)«É§"
  b"È|B&¡WG:‰C¼jÞùøº"
  b"ÈÂI\x02\x08GF7¢Ý8ħ’yð"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"É+!„Ø\tM·‰æ˜«\x14"ô¢"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"Éb‚7”$NC›iƒ\x1Dª\x1CI"
  b"ɸ-9\x07¨I®±'\eöÕ–»$"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"Ë&M$nGAk–[zY’–ÉÈ"
  b"Ë‚¨ºE\vHú¢óê\x7F†ôßÀ"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"Ì3äÿÎÆ@ª¹4\x12Òd˜ál"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"ÌQ‘\x08lnL7œTÇSÍ5l‹"
  b"╠p░Ý ÌFÉëÁn·^\rÖ\"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"╬ü\x0Fw▒KM§ò╗\eÐ^hfc"
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"╬▓>▄═AF>ºü┬\x12z\t"
  b"ÎÜôú_þI˜…¸ª{\x1DûÉ\e"
  b"¤Tì¼Õ~IÔ½ \t(¸╠pÅ"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"¤¢_°Ù{Ibì@"~*Yµ\x14"
  b"""
    ¤ðÉÕ\x17xA$Ü¡\n
    åè*¥~
    """
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"ð\x02\eÙ¹OÔüËÁ!1,Â\x04"
  b"ð.ò/ÝóI,üÜùÕ}eqß"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Ðs˜f¿ÙL‰š"ý3aî\x02u"
  b"й'\x199ôFƒ¶'\x1C¾"ÀjJ"
  b"Ñ\x04ôÔÍ?O\x0E®Šxbô\x03\x18È"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñ"\x03\x13ÄÏHÛ°>±5zŽ¡\v"
  b"ÑcÄ\vÆãF+‹cróês\x11Ô"
  b"Ê\x15àÉ-7G÷ëÙ┴\x16ò┘çc"
  b"ÒPrŸhÀNUŒ\x03|RBä\x15{"
  b"ÒRP\x19góK[‡q¾j+>ªÑ"
  b"ÒˆÍ\x1FîxO“®å¿\x1D);G\x0E"
  b"Ë"Cì\x19\x16Cxù\x1F═<Lþ\x16þ"
  b"Óþ1ç)ÊDì¤Y9Z›—š§"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"Èqôbk\x05Cì½sä/\x1F:k""
  b"Ôñaü–­JJ‚hCN£K~ß"
  b"ÕU?À,aBS´õÖ"Ø&“."
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"Õ¤°i-ÄN­¸S\x10Ê\x1D*#¨"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"ÍqT¾ö&DI╝Å\x04¤mXñZ"
  b"Íà¿ü×ÓK`¥▓▄ûBùÛd"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"""
    Ï8q\n
    ÉLI\x03®®\eZ■è#T
    """
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"ϲØ'¥bN\º5.ðEÈá×"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"Ú1+‰°#FN‡öì‰ü|+)"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"Û'²0F”F¹”#Æûq'\x1Dç"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Ûñ7ŸÞ8N·¢ï[CŒ\e"
  b"Ü0žíGªIl¨?zï=9b“"
  b"Ü6Wø°ZM-»\rÖof3øÞ"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÜrO›µ\Iì»ÚÜ\x06°lb}"
  b"▄þ\x14)¢/Fɺ{\x03Ò~²¶u"
  b"Ý\x1E>\x00Î×E ªCÖF\x00جÊ"
  b"ÝtxùÜaFÕ¸ki‡±È§\x18"
  b"Ý»)Ùn=B\x04ŒœE\x0EÊÇ?ä"
  b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"""
    Ì\n
    Åwf&@\x17¿ù§╠­\x19
    """
  b"ß6ËM¶XCò¯\fHd\x15\x1C"
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"ßòµðm3Câ±\x14ˆ'Ѩ*õ"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"á^½\x1CŸ(NLªí8I¥s¬/"
  b"ߢ╠\x162µIOÅxG±P»FÁ"
  b"áö#\f4ÔFÞ²A¡@JÔK\x00"
  b"âVµ~îeF/ NÞ&yG¥R"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  b"äO[Íå¹C´—\x17ÆSßGذ"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"ÕqÃëg¦EÒÖO\x15üjcVÁ"
  b"Õv»Ò\x12´A¯î╗ì¬íI'\x1C"
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"æ¬+©½\rMœ¯<šOcõ\x06¤"
  b"æ¾\x17{£»@O™\x11\x07ð¯ú\x12\x00"
  b"æÏÏ÷\x1A»Iå®ÿ¿s\v7x×"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"çŽîM4¾I€BFm\x00ø/."
  b"þ█È─i¡C"¿éüŧ\x1EmL"
  b"""
    çæ\x15þ"\n
    N¬¬™Á«YÜvÛ
    """
  b"è\x13/-´ÊKH½D….\réЪ"
  b"èmÀ˜@ŠDŸ˜²Fu\x12Íq–"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"""
    ég\x01¡yüB\x0E»ˆ\x10C\n
    ›¼ä
    """
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"éê†\x11®:HR”ZÐ\eÊw0Ô"
  b"ê\x01(P)&GN¹\x05$c%ñ\x13"
  b"ê\x06\x1A­CR»\x16¦³\x1EÛ\x07Ñ"
  b"ê\x11\x1D=ÁäO%›\x08T¢žM±t"
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"Ù¬\vwFèO»ç&³üÿ\x07?╩"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ì±R;\x1CiE)»?0Ñõk4h"
  b"ý v¾§0KBÖä:Å@F;┬"
  b"ÝÄf\x0E░YNøü\t‗×»y.\x12"
  b"í—¢ß/äGÊ„=*Wµíð½"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"íàÑèür@>“RÐIœÈâ|"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"¯o¬ì'¸Iaò:Þ_O=┐6"
  b"´\x16ÍMZ╠C°║Å\x01(\r┴§U"
  b"""
    ï4"ܳZI2º“my›\n
    !X
    """
  b"ïFKè\x7F÷Os„ï¦\x01m‘Ñ'"
  b"ðã[(Þ\x17D'³ÃO¬s\x08T\x19"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"ñžP§L¼H\x19¤‹š\x01êaD\x16"
  b"ñ±°æq0D­²7åÜ1ž°ö"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"ò•\x16¢Ô\x11N]³©?j¡Ñ>h"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"óîßõeéݧQß„w²W"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"õ\x1EšŸt\x04@‡»e\x12­(ôëã"
  b"õ\x1FÂñÑBN!”‰²ä·)Ìú"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"õa’\e\x1EÕG7©P<y6Í•_"
  b"õÂ:‘Ü€Gø›\x12”öÃ\x12D\x1F"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"öTD\roDL÷€T°ÀñL›³"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"÷\x0F”µˆÃO\x19£o\x10ìùî\x10x"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"ø\x05ô5¢æ@Zµ·Ã”þsœÌ"
  b"øDŒUF–C´‚—NëV×9|"
  b"ø«â…hpIÒ½\x00q\x18g)Ÿ\x1A"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"¨'\x13Ê/┌I\x05ùeê┐üïÏØ"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"·\ep®ØçO:«êÊcÏ'a~"
  b"ú\er\x1DÁuFs°\x00†ˆ\x00\x10–Ô"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"úÞøìhôLm U\x19ôõiÿ"
  b"""
    úíϲ\n
    óBf‹ÌçÉp˜Ko
    """
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"üÁjEþã@¤«Q÷¬fÇÒK"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"ý>¢zžšL̆æW명Žs"
  b"""
    ý]ÐNRþNh¸ˆ\n
    0éñ±O
    """
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"ý¼¼\x08©nIܧY\x03#.oÇx"
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"þ•¬¶9QIð¯Ïã–^fYJ"
  b"■┐öü┌lJîâNVÃ[\x03i\x18"
  b"þý‘…»\x06Mp‡ \x18Àëâ2¼"
  b"ÿ\x0F¤[ó\vNa­n ÜíPîÇ"
  b"ÿ&¥Ð\v@E°º/Kw·\v©\x17"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
]
85 1.89 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"‰Ôd&ÔLDB™=KRJüY¤"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  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 5.61 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"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"\x01\x15ì|GPF;ïÍ)1:V'È"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"\x02\x17/ Î\x7FM\x00º\x06Àlâ«’ª"
  b"\x02`•¶œ‚G\x03¨G0Ûí\x10\x1D¥"
  b"\x02mÅÍèfCÞ£^'│ñoÌ░"
  b"\x03\x0Fû\x1A1ÉCÄšö§ý±†-V"
  b"\x03.$Ý\x08¤GwØßu \x14|ô²"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x04‚0aØ KX³×À\x1FAçØ\x02"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"\x06‚Nx<ÛLÊ»›–óàÈ \x06"
  b"\x06¨U™¬VL&¨Ó,ÕõJRÇ"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b"\x06þ»ªÑì@\x03­ê(P­\x1D\x10U"
  b"\x07\x02│░&\x0EJãíì(¢zÔID"
  b"\x07Ø]\x1El├B‗ì\x0En■é'¹Ý"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"""
    \n
    HKœB¦B³Ž\x16ŒË8\x12g\x01
    """
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\vJ\rbûGNzŸ&a­~D‘™"
  b"""
    \vgéÅQäE¤¯ÐÓ\n
    }:ò\x07
    """
  b"\vwVì%\x15A¹ªŒ#e®\t\n"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"\vµ┴╠\ìJnÖwì\x04\x18{8N"
  b"\f\x15yBìvM‰­Q\f\x06ÐF"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"\f`\x00ÇŽ&@ö‡XbìVì%Ó"
  b"\fid&¶€A\n»\x01Ò“5P\x00ö"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"\rç**#ƒ@■┐´ÉH▓õ\t\x0F"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"\x0F6\x11dhuDtƒßîB%2í\x04"
  b"\x0Fk\x17oQZOן‰ˆŸvße)"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10\x00\x05-¯€NʲoÊRëN7E"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"\x10©\x1C>ÿ—G‹‚ ¹\x1DX•ä\x01"
  b"\x11\x14]nÓ╔J=¬,ìÅ└"G2"
  b"\x11H@™NãL\x14´\x15䟻5ƒÑ"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"\x11öT°.CMß“DóÔÐ×\x1AÐ"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"\x13\x19>@?¬TšðµÉlž"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x13%û7\v¡Ao‘‰–ë\x07èË‹"
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"\x13˜7˜ü˜L6½Íœkô\x11Á‡"
  b"\x13ò\x14]¥hFÿ•~Û_\x00&k\f"
  b"\x14\x10Ä9H–DJ¬ò\x0EÓmßA{"
  b"\x14=p\x12\x0EKó¾ýnÊ"%f®"
  b"\x14¯2ÓÛAG¬°FúB\x16\x16å\x0F"
  b"\x15ü`¥!ÅI╣Â\x00½Á\x19æ╦┌"
  b"\x15°8‡V€Cµ·íº}Ê\x7F"="
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"\x16ˆ—§iäJZ¯Ë[b\x00\x01"
  b"\x16®?àGlKž¹š®ÞUy\x1CÁ"
  b"\x16╗<äÄüA`öR\x01│Û°\x17á"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x17#*\x14ØâMɃ?x·©A\x01 "
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"\x17²ê3\x06bL=˜&ñMZ$+Â"
  b"\x18\vºàĦEêŽÎS£\x01ÆD\x08"
  b"\x18PÏ■ÑÇA¤ÉÂkeJÿ╝ê"
  b"\x18°b[•ŸLèº0´\x16p"›u"
  b"\x19Ñ"Ò\x11\x17@\x03¬­âïð\x033…"
  b"\x19Üãæi#N»¹ÒšÕ:h~ü"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"\x1Azì║│:Hýö\x00KxÈö)¹"
  b"\x1Aºv\x0E\x02[M%ü┘\x15EµV7┘"
  b"\e\eì╣íQ@5óÌÞÅ_\x14\x18g"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"\x1C!\x07Óoû@}‰Ü\fK_tëÏ"
  b"\x1CHM©³±Gö§oˆ‚YM0r"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"\x1C¸€ß_¢H\ª\x01ðŠ>P\x00\"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x1FIH£\x7F\x15Iî¥K\x01\‘qÕi"
  b"\x1FT—úêÔK̹Õ|l[X‰\x7F"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b" !í;'QI§»Î¼ê>>Q"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"""
    !ÑXâ÷¹C\x02®V\n
    \x11ŸÎÇ&
    """
  b"!ü¾sµ\x1C@\x13¢]\x1CÜß·—:"
  b""\x11)ýN&D\x06ª5›)¡qÃ&"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b""ÆýÜfÔKŬ¶9@\vïAõ"
  b""ö4¹þìL>¶ým`°ƒÝE"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"#\x1DN”­vO\x17¤vƒïaÈÊô"
  b"""
    $\n
    ‗9\t\x18C¯½5üÜrj╦É
    """
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"%ŸÄ›\x1F³K\x0E„JAk·\x14"
  b"%áÃâ\x03æMw¬\x7Fµ™\f®Ü\x17"
  b"&6¡D0\eMɉþžGïyû""
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b"(»ÖÅÆýH║ôEç╬\á╔\x0E"
  b")¸GëÞ`Jê„\x1C\e'<ê\x05Ò"
  b"*\x07\eª²‹JL‡zjÿ\x05ª\x13ã"
  b"*#àã«qEÊ“^ñ.ÛØ\x07Ú"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"+Ê}Ĭ³I°”ö*§‚¬‡‚"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",ºxW_\rN]§FïÇz€\tÔ"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"-2\x01G*\x1EKü¾ióªþ€ËZ"
  b"-?78úÂEÖ‰-\x7Fÿ›‡qò"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"-ûËTªB Ø9 À\x05ó¦`"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b".\x07ÿ­\x1DäF'¾|¦\x11[d¼ó"
  b"/\x1FgÄ÷\x02EÚ‘K¦^3ö\x13\x08"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"/■\x19\x1A▓·E¿Ø9┘ûUÚmÎ"
  b"0pUÁ\x0FßO7¢c›ÖÑÁ'ë"
  b"0s^lɬF^▓ú[MÖêáÕ"
  b"\x02z\x1A!MG®$ö<=o"¹"
  b"1§OO7\x0FM\x16┤rÅ8`\x03@▄"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"2¹?JÏ\x14Cœ MþU´àÞ©"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"4\x08¸Ëý█Oìz\x11øÑ0É└"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"42{åÛ´H•”S9XŠC´f"
  b"4f NªYF|˜5ÎÚLé8Ù"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"4çzs7ñEŒšßc¡È=Qß"
  b"53P#?┼@­©Qª\x14èÅ O"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"""
    7Z\x01¤ÈyHиô\n
    íí\x13\x18
    """
  b"7à¾*<;G]œ\x07¹~?äM¡"
  b"8-YÛ@3AH†?^†ÐBâý"
  b"8v\x00ЧoE\x08¢?‹\x002ûƒH"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b":A\x1F¦ ?H\x16ü\x10ý░5¸¥""
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b";4œrZD¦³¢q÷q¨Ü0"
  b";ØçXÊ8A\x19À\x10╬»═\eÎH"
  b"<Ö*[\x12<E˜¹)«\x02\x0FfÖY"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"=R-e \x03DÄ†ŠˆpQ\x1DÑ\x19"
  b"=U░\vüeMÜâpÖù19«ü"
  b"=Ãh­ï)@\x08³ûò\x16┦p"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b">C<Àd\x19J­¸ =d{\x14"."
  b"?$7µ}QA5–í\x1CÚãqG1"
  b"?XëD?ÆHíòÉ5Ê\x03?éb"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"A\x06(Ä|I\t±/xOM,\x153"
  b"A/w×þ*C7ïì"\x13¯\x1F?'"
  b"Ax#ˆ;ûO&±Y,dÒ°\x01®"
  b"B¹®–i/K\x01\tõÐY–ή"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"D{Q\x04,\x01B(”k°\eú\x13Ù¡"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"E\x11òèäòCÀ¥=¦¤nG^\r"
  b"E2gƒ\x0EýHæ‹ô­\x12˜ÖP\x19"
  b"EN\x1Cö»\x16EH”FÀ=©’â±"
  b"EïÞûúUD/Šš3\fÖv\x15"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"F2½ì\x1F/@qÁl3hñó¿S"
  b"""
    Fê<\x14\n
    AG3”G\v¤~X—Ã
    """
  b"G‡½«“§F4ŒùÄ\x1E»‰\x16""
  b"""
    G·à\n
    \x16/N\x19¦±œkàFyk
    """
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"G╩Q¯ƒÇD¡ì┐÷\x07\x17lKã"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"HNP¨ïåEˆ\x06…S"»§q"
  b"I¢îŠrqN?©ðtêMaìf"
  b"I¦úŠësLí¸Ùäý—¢þx"
  b"J\x1FÍQÆÂ@S¨<ÿA\x07-lÍ"
  b"J2eìÐ╠F\x18ï£D4\x1DUØ'"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"K\x1F\x1A\x08M¹N3ÿ(Êì│«\x06\f"
  b"KrrY–«@5œ¤\x07›hæ\x00ë"
  b"K•!è§ÌG&´)‰zªKU²"
  b"Kô…‘s!D°™Þ?]Ø\v"
  b"L\x01æ´JßJÁ¢\x11­ˆ’©!\x0F"
  b"LüòäoðO\§ŠG…†©ñð"
  b"M£­ˆR‘Cj·-UÙ_œFú"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"\x0Fœ\x1EêLW‰Õ…\rÔ\x14µ."
  b"M¶øZÿhJ╦ü¥_└{éø³"
  b"N·æ^[ÅH«í·ã\x17¯<Íû"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"O\eqè¨~H6¢¶\x0EåÌ\x00dz"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"Ok\x7F\x1F¿\D\x03²½ g¬\x0F$3"
  b"Oré¦ËíNà¢À1dÞ Ûü"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"OÃ&ë—ÍL ‘øO(TC¶³"
  b"OÓsý'▄Ek«Â\x1A2\x15¬ØÏ"
  b"P`\v¤\x12%Cʉƒ%îwIAÞ"
  b"Q\x14öï°vIê›[ÑËã<®."
  b"QW«×>ªEÿœ*½_ç\x08\x04`"
  b"Q\g\x14™8L\x05Še÷ö°ö\x04L"
  b"QË&µ.\x18DG’£ë!ßíQC"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"R&╠l>WM ù\x1A\x05\x0E"
  b"Rj%A0ËGO£5Ûs\x7F+‰\n"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯W\x7F(†IC’0ð]³gúª"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"R╠\x04¿:w@╚ÅÎ╦`åÈl\t"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"S€ºþ_eBý b°ÇÁŸê#"
  b"TßUÉþþFЦ*Êåm\x01A\x18"
  b"U├u█ MKìóàÐñHR▄³"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"UÛb`xbCYº!?¹±4šò"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"W\x0EÈ\x05Æ\x18CXüûùß█─ı\x02"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"Wɧ\x14 YHá•–\x17R\x17­\:"
  b"Xmû\x17\x07‚F\v„»Ó&9!+Ž"
  b"Xp€\x155åHv¦¦”À;,d;"
  b"X¿$5ú\x11NY╣┤W ■-RØ"
  b"X±ƒçr\eHg¥\x15àouÒæ\f"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"Yd│\x149ZJküx{[î¶3ó"
  b"Y¬ŽO.ðK\x08©]\x0Eêx–O¶"
  b"""
    Yþm\x02¬‚M*–õO\n
    [ÒüÕ
    """
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"ZO×ULÕHζ\A7\x1EÏý"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"Z‹ôˆu'Fƃ\x12.\vü™\fÑ"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"ZïqH®*Fœ†= öœÁ(½"
  b"[Fæ§…+@Ÿ¦ó‰\x05\x13\f#"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"^/Å3\x07êGÉü3VÏk¹l\x7F"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"^üÂø \x1EJ\x01®\x02Ø*ß\x10òY"
  b"^úæÛ└OM²âSÃLcì\x7Fã"
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"_Lâ\t\x04¢Mä¥òŒê?\†N"
  b"_›ÍùIõ@@žŒ%xlý]z"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`■ôßü\x11J╗ÁÐıV÷½5."
  b"b ŽDª¡B,º7Æ"\x18`|‚"
  b"b\Ë`\x16\x1FE$©pKiÅ\e"
  b"""
    b└&]¯\n
    A{ÉÈ&T¬ø\x1DÏ
    """
  b"bÁ)Fù6HÀ‹–Úƒ\r\x05y\x01"
  b"c\vþ‗\x00dFªì\x07L¦└èr°"
  b"c@C:Ü@ND¥”%Ý£\x13 £"
  b"c_öÒG?@™¢ý?\x14q/Zé"
  b"""
    d›j×\n
    uKç¸ì³Œ:\x10\x1Cf
    """
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"e9œ#¬\x14MAµ²\v\r¾\x15´ñ"
  b"ep\x02<âwC[ɼZbþ\r@H"
  b"e™·×«H#¼i¬N²žýt"
  b"eЩ¿\x17+AÇ¥³N[ò˜3È"
  b"eч_¾…J/€\x08«U”\x03æ "
  b"fNû†\x03|OÖ¬s¿uÅ!'ë"
  b"""
    f”'E_kN̸Ïc\n
    @–l\x10
    """
  b"\x06ñ`ßDÄÅB®\tRƒm\x1C"
  b"g̃m¸2@O¤\x17\x1E¨Ë@\x104"
  b"h\x1F.•¿®N7¦â¢F\x16¶ív"
  b"hU\x12°åEMË¡Q©)s`\x10"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"j<wÇšÀCM³Ä\x16Î¥X*("
  b"jˆÞ¦\x0FA‹ šìHý\x04b~"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"l\t¿fòÌCEšÐèʨ\rÕ\x05"
  b"l5\t\x1CÝÄNÛœD哸"Db"
  b"lXL©>VA{╗ÿÅ┌╦\x15æ╠"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"lÎéÿªj@@ìÃk(MBÒ["
  b"l¦½E]ÑO ì▄yJ3=X\x0E"
  b"m\x06IG®@L'¾É+JÈî¥G"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"mÚQ\x04¹"Oý’\x13ò¨ºX‹S"
  b"nF\x1Aö‘ÙAF±¶ÌÓ9\x0Fv\x13"
  b"n±╔┤ð\x15NKÅhîp═└\fÌ"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"o\x10\x07\x03KìLVåáp,Ô<Ë▄"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"pT\x06\x14@ ì\x00\x02Ý'å±Q"
  b"pW\x13õ‰%E޲3ö€µ=˜L"
  b"px[nayN¤¸ÃïfñÏGù"
  b"p|\x1Aö6ßD1±Æiï´Þ^ù"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"q#e]DçGŒ¦G}\x01\x10¬Pˆ"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"r\x12am26O?‘5Þ\x1EBžâd"
  b"""
    rC߆®\n
    CÚ­á§¹˜8ã©
    """
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"rŸéÐhùM\€~'q(g\rz"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"""
    s\n
    Ó½S\x1CLﯢ=&ÜlÑ1
    """
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"tO'VÞ}N‹¼˜Pl\x1D\É£"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"tÎ[ª¹¨A%É<\x07@#╣¡ñ"
  b"tóÚïÇFA#‚C\x0E#L¢ÇO"
  b"u,˜‹Ï¥Hœ³•õQØ×‚î"
  b"ud°&\x04»O\x1C€OW_'[gB"
  b"u\x7F\r\r®hJN–S@\x0F\x1Fg‡"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"v\\x17\x01´¤OÅ•ÏrÓñnVž"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"x\x10ƒK°ALλ¨r‡<ÃÅ:"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"y$\rŠ¿ŽAš¹ÍfCS\x18/€"
  b"yuWüz«EF¿*ДA ‹†"
  b"yЀ\x03s¥DO¯œÒsáR’("
  b"\x04\x02þ«O\x15\x1FîØ╝\x7Fà1"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"{ó&¡║NAxì7ßþü°ƒ="
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"|‚ŒïxcA„‘]ÅÌäw˜Þ"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"}—ÊŽ(éCŒ£ó¶Å*s;g"
  b"}µÐÄöQM»ž/&N\x0F\x17"
  b"}לG\x1F\x02Ný‰/\x00únƒÕ}"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"~6â}\x07èE´³ä65%$â]"
  b"~v[í!&F*üVı÷øÂã┌"
  b"~†ë(7\x08O\e€²y÷W1\x06Æ"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x16r{aM£ª$éýî\x0E"
  b"""
    ~֋\v\n
    ÙHîüÐ.n/\x04
    """
  b"\x7F"qØZ║Mo╣«#\x12E\vôq"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"ÇòÞÉXËJÀƒÒ=ÛÍú¼á"
  b"Ç╝\x«¯KÉ│Ø·h\x07=×î"
  b"€Ã\eþ3dJáŠÿ´ýyol!"
  b"üD<├_uOfæ6å\x1A\x00Ä\x12ê"
  b"üvU kÖDî¢h│0*b)ü"
  b"üÖÍP>¾NQ«ùÔ´àá´J"
  b"üÜèw\x01'JÀèu2ñª\r┘î"
  b"‚y†H\x05_Dÿ†q]çÀ((e"
  b"ƒ\x13ïwÉ;N¥ˆ‘N`°¨&Â"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"„Hˆ‡¬øH1´ó(ƒ´^‚Å"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"åUÅ:¸\x02Jîû\x7F\x17SÈ5═╣"
  b"å┤àC\x19\tFðÅÀU¯╔\x1Aã\x1D"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"\x17LZNÐJx§Ë+õôÐ\x15h"
  b"‡…ÚcÒóE\x07£ÎÌïb~,\x11"
  b"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"ê$M\x07¡\x19K ìe2░ÄA\x02û"
  b"ˆ$¦,Ç.D¦»^?2w¯\x1C="
  b"ˆ>ãv\x03£Oå¢\x1A\x04‡Éý’ƒ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"‰(XµçQLc¼\x1F&…¦™\x1Aì"
  b"‰JÖ7%1FÀ£ºt€HÎð("
  b"‰¨E×YËI‰²<‚\eShÝÝ"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"ïî\x1Fç╩¦F!Ø└}lË1▒Ô"
  b"‹áæ,S‚EiˆEð‚ª²Òl"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"î`£¤╩\x07I5¡\x1F.X┌äéü"
  b"ìY;?£\x06@┘Ñ█EËÿ·Æ)"
  b"죮ÒÜ®BÔÇ£\x1F*áÖ6▄"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"ŽJ{ƒç¬I* Ü\vöM“ƒ…"
  b"ŽWÍ\x11g™Mä‹\x0E%’]Mo”"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"Ž—¼\x17f_B› ò’\x01Cžá²"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"É\x06\f¢ì\vJs▓\x19\x02▄Ò4\x00ß"
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"’VŒo\x16÷N¯‘Þ7~E¼¼}"
  b"Ƭ\x08b\x0E®JëÅp{Ò▓¿±▀"
  b"’²€]ï§By§ã¹j9m³½"
  b"’ÄmMÅ9MÓœ2±\tË!Úô"
  b"\x1F\x14ÛþtJÑ xÓr’8îÕ"
  b"“~ó9ÍôH{Š\x1C¥‚ö<#á"
  b"\x7F·ˆ«ÎF`˜î\x08ZÍmP!"
  b"“ã\x05„4ÈIr½\x1AaŒ}\x01‘'"
  b"”^HSCÜGá›ŒÂø{\x05†ú"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"•HÀçð¨Mƒ—7\x05Q»¤ý·"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"òËÅê\x7FƒLqÂ>\x1F\x01i¦³ "
  b"û\x15©g\\H>Ø)┬│ÛQm±"
  b"ùaüä¢íJ_╗"\téÁ-a▒"
  b"—è\x03Mª¨HªŸV\x0E¢þBœ\x03"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"Öùdø2F%Ø╔r3ÁQ&»"
  b"""
    ™øÕ¿n\x0EG\x14¢\n
    ²^yÖ|5
    """
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"š6%' áFj›}„¦sql "
  b"𥷝c\x03N_¼ÜÄ~~\e"
  b"›0óýãzBO™…s\r?\x0EÃ\x17"
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"›?šW\x1F†HÿŸRÊ\x04ˆ!“î"
  b"›ñâl\x17ÿH\x17±\x1DÁÕQaÿ\x16"
  b"£K\x15Û³YOî║Å╣oqVñ¢"
  b"œQ\x05¨HµCó¤ç1p$Ã=œ"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"ƒ¥\x7FÁ'NCIüjô¿¦.c!"
  b"ŸáQÆ?_D@³žÃ*gžUO"
  b"Ÿé5¥‡†B›€s7$¨oá\x19"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"ál┼÷ËåLúç┬iJrØ╝╠"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b" ÔtlËPO#·šÉsý g@"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"¡©\x7FâDÕF\x1Dœ³´¬‰´á "
  b"¢J8\x1FjÉEǤ\fð:!Ó<."
  b"¢KcöZ]I¡‡í\t\x16\x076[\x04"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"ó╝XqL¨L\x14ÿ\x03_gðÚÉ\x1C"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"úaÍ║ý\x11Bʬ?²Òmù▒É"
  b"£wš†2¹Kƒµ7Ùñò³Ï\f"
  b"£µÊÝ\x11žJ·…[¢8²;ùh"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"¤\x14‰ª\x7F‚KàŽ+J•*0Nq"
  b"¤ˆÔþ·âKb·\x03Ѳ¸nÉ›"
  b"ñæE¨╠╠Eûä\x16ü«ƒ┐║D"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"Ñü§ð#ÑL&º¡sð\x11\x19ð«"
  b"ÑØk¬;H¬â>wdS¬·‗"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"¦yS&µï@,¸Eé>Úoò&"
  b"¦È7\x01žDB\r¾ul¼3Êó\x16"
  b"¦÷ȾÌKA_–¶Zü™|óÔ"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"§DÐ\x1C{DKL»\x1F\x11u.•$¨"
  b"ºÉZ*ü±C│ÖR'÷┬%0Î"
  b"§Ü݇õÌB\e˜ø\x02ý“·—U"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"©—¥\x1DH’@…¤ß{ä¸Ê˜Î"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"ªYñǨ^@ˆ·Ô;³*äŠ\x1A"
  b"ªà¥:]\rB˜Žˆ`ä\x08è¾\x04"
  b"½#┌0Ñ\x1CEUì2\rRíM=8"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¼;▄\x05‗¨Bc£┐Þìù"hK"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"­mwíÓîA¯›W^Sòg-Š"
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"®'“#p:LE––bë\x15™Á”"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"«\tÄ1█GÏü°ý8%ç+¼"
  b"¯\fÛ7CVM ŠQÒ´\rçpu"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"░Ê╬Ý"ðJÌêì\x00\f┐jçE"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"\e5\x19" N┼┤F\x05ü1JÒ\x1E"
  b"±dmJÚ§LsŒ—,ù‘Ð"\x1E"
  b"±ëåêT[@\x14—‚ó›:§\x17×"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"³\x07!‰ž/L÷º\x0EÆLW(û_"
  b"│)õ¿0áFtì5¥\x1D)h±#"
  b"│9¯ìÑëA1¢ñÂ\e\x02´.j"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µ%A­v—G\v–ÚÜIÍ\x14ÉË"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"µ–úJ1PLH¤´-¸uºB”"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"¶‘öþ;mIæ›§ëý¿¾nk"
  b"·\x13Ø}B„I(¨/ÀÕ›%K;"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸_ƒ\x07\x11\x17GÖ¥Ž\x14\x0E¸*\x1Cð"
  b"¸z§…è›H*µ<9G&Ü%$"
  b"¸Ãª\x1EzÑOd›\x12iÛ×íp0"
  b"╣»°3╚µLº»çÚ!ß$ÎØ"
  b"º\x07\x01“L&‚Çp5«'7@"
  b"º+¹Ù£pI\”øÿ2avƒá"
  b"ºèô\x15-8E…¢\x17O9¹ñ˜º"
  b"""
    »M\n
    ¯èÎE\x0FŸ\x0E§Y¢%=ç
    """
  b"╗ñõؼEJìè└\x1Dõ2¥¾╦"
  b"»ÓöÄ\x05ÓA\t¬¶lÎIo\eV"
  b"\x01▓fçÆOÖ¿╬ëÄlTµü"
  b"¼\x18h\fÑfG‹Ÿû»"\x0F¿’{"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"¼ÂöI\x11£Ad•\x16\x06§pÑ"
  b"½"‘É)\x1AD+Ÿ\x04\x7FDD2OC"
  b"½ÍŽ’c»IÝ€Ÿ yÑ{\x05õ"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"½ö«Ùð”Mä–ÏÇ1BBÄ\x11"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"¾b¢Ëù¸F›¶¢H¢Û‚¾\x18"
  b"┐~t¤ijL\x18éû\iÍÉîB"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"À¿.÷¾ãM9²â@ÓCè§\x06"
  b"ÁkôþgàB½Šu+ÜÕònÀ"
  b"Áå\x12v¬ÁHÙ¥8áfT„G+"
  b"\x02ZÌ┼╝AÇÅe╬|í\eÙ▓"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"Ã|¸5¶êCC½z(©\x1C\x07îá"
  b"Ä\x06ÏÆ$`AX˜U\x01\eî‰ÀÍ"
  b"Ä\x1F\x17pG8¨oœFn\t\x18a"
  b"ÄL~\x01\x18zLG¾\x13\x17X\ôœ|"
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"Æ-­Ë1)I\x17™Š^¼|#.Z"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"Ã\x1FcÇ/ËGç»ÿ‗.JÅQê"
  b"ÃVÑ\x10¬ÅNáà×-\fr┼7y"
  b"Ç–\x06\x17L„H®€ÈvŠòT''"
  b"È\fN8ÜCG3…Z2*š\x14e•"
  b"È\x16x\x17W{M:·0Ã\e>\x7F\x15."
  b"╚OkIð\x07@®ª-'À)«É§"
  b"È|B&¡WG:‰C¼jÞùøº"
  b"ÈÂI\x02\x08GF7¢Ý8ħ’yð"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"É+!„Ø\tM·‰æ˜«\x14"ô¢"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"Éb‚7”$NC›iƒ\x1Dª\x1CI"
  b"ɸ-9\x07¨I®±'\eöÕ–»$"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"Ë&M$nGAk–[zY’–ÉÈ"
  b"Ë‚¨ºE\vHú¢óê\x7F†ôßÀ"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"Ì3äÿÎÆ@ª¹4\x12Òd˜ál"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"ÌQ‘\x08lnL7œTÇSÍ5l‹"
  b"╠p░Ý ÌFÉëÁn·^\rÖ\"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"╬ü\x0Fw▒KM§ò╗\eÐ^hfc"
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"╬▓>▄═AF>ºü┬\x12z\t"
  b"ÎÜôú_þI˜…¸ª{\x1DûÉ\e"
  b"¤Tì¼Õ~IÔ½ \t(¸╠pÅ"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"¤¢_°Ù{Ibì@"~*Yµ\x14"
  b"""
    ¤ðÉÕ\x17xA$Ü¡\n
    åè*¥~
    """
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"ð\x02\eÙ¹OÔüËÁ!1,Â\x04"
  b"ð.ò/ÝóI,üÜùÕ}eqß"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Ðs˜f¿ÙL‰š"ý3aî\x02u"
  b"й'\x199ôFƒ¶'\x1C¾"ÀjJ"
  b"Ñ\x04ôÔÍ?O\x0E®Šxbô\x03\x18È"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñ"\x03\x13ÄÏHÛ°>±5zŽ¡\v"
  b"ÑcÄ\vÆãF+‹cróês\x11Ô"
  b"Ê\x15àÉ-7G÷ëÙ┴\x16ò┘çc"
  b"ÒPrŸhÀNUŒ\x03|RBä\x15{"
  b"ÒRP\x19góK[‡q¾j+>ªÑ"
  b"ÒˆÍ\x1FîxO“®å¿\x1D);G\x0E"
  b"Ë"Cì\x19\x16Cxù\x1F═<Lþ\x16þ"
  b"Óþ1ç)ÊDì¤Y9Z›—š§"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"Èqôbk\x05Cì½sä/\x1F:k""
  b"Ôñaü–­JJ‚hCN£K~ß"
  b"ÕU?À,aBS´õÖ"Ø&“."
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"Õ¤°i-ÄN­¸S\x10Ê\x1D*#¨"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"ÍqT¾ö&DI╝Å\x04¤mXñZ"
  b"Íà¿ü×ÓK`¥▓▄ûBùÛd"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"""
    Ï8q\n
    ÉLI\x03®®\eZ■è#T
    """
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"ϲØ'¥bN\º5.ðEÈá×"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"Ú1+‰°#FN‡öì‰ü|+)"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"Û'²0F”F¹”#Æûq'\x1Dç"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Ûñ7ŸÞ8N·¢ï[CŒ\e"
  b"Ü0žíGªIl¨?zï=9b“"
  b"Ü6Wø°ZM-»\rÖof3øÞ"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÜrO›µ\Iì»ÚÜ\x06°lb}"
  b"▄þ\x14)¢/Fɺ{\x03Ò~²¶u"
  b"Ý\x1E>\x00Î×E ªCÖF\x00جÊ"
  b"ÝtxùÜaFÕ¸ki‡±È§\x18"
  b"Ý»)Ùn=B\x04ŒœE\x0EÊÇ?ä"
  b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"""
    Ì\n
    Åwf&@\x17¿ù§╠­\x19
    """
  b"ß6ËM¶XCò¯\fHd\x15\x1C"
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"ßòµðm3Câ±\x14ˆ'Ѩ*õ"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"á^½\x1CŸ(NLªí8I¥s¬/"
  b"ߢ╠\x162µIOÅxG±P»FÁ"
  b"áö#\f4ÔFÞ²A¡@JÔK\x00"
  b"âVµ~îeF/ NÞ&yG¥R"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  b"äO[Íå¹C´—\x17ÆSßGذ"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"ÕqÃëg¦EÒÖO\x15üjcVÁ"
  b"Õv»Ò\x12´A¯î╗ì¬íI'\x1C"
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"æ¬+©½\rMœ¯<šOcõ\x06¤"
  b"æ¾\x17{£»@O™\x11\x07ð¯ú\x12\x00"
  b"æÏÏ÷\x1A»Iå®ÿ¿s\v7x×"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"çŽîM4¾I€BFm\x00ø/."
  b"þ█È─i¡C"¿éüŧ\x1EmL"
  b"""
    çæ\x15þ"\n
    N¬¬™Á«YÜvÛ
    """
  b"è\x13/-´ÊKH½D….\réЪ"
  b"èmÀ˜@ŠDŸ˜²Fu\x12Íq–"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"""
    ég\x01¡yüB\x0E»ˆ\x10C\n
    ›¼ä
    """
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"éê†\x11®:HR”ZÐ\eÊw0Ô"
  b"ê\x01(P)&GN¹\x05$c%ñ\x13"
  b"ê\x06\x1A­CR»\x16¦³\x1EÛ\x07Ñ"
  b"ê\x11\x1D=ÁäO%›\x08T¢žM±t"
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"Ù¬\vwFèO»ç&³üÿ\x07?╩"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ì±R;\x1CiE)»?0Ñõk4h"
  b"ý v¾§0KBÖä:Å@F;┬"
  b"ÝÄf\x0E░YNøü\t‗×»y.\x12"
  b"í—¢ß/äGÊ„=*Wµíð½"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"íàÑèür@>“RÐIœÈâ|"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"¯o¬ì'¸Iaò:Þ_O=┐6"
  b"´\x16ÍMZ╠C°║Å\x01(\r┴§U"
  b"""
    ï4"ܳZI2º“my›\n
    !X
    """
  b"ïFKè\x7F÷Os„ï¦\x01m‘Ñ'"
  b"ðã[(Þ\x17D'³ÃO¬s\x08T\x19"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"ñžP§L¼H\x19¤‹š\x01êaD\x16"
  b"ñ±°æq0D­²7åÜ1ž°ö"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"ò•\x16¢Ô\x11N]³©?j¡Ñ>h"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"óîßõeéݧQß„w²W"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"õ\x1EšŸt\x04@‡»e\x12­(ôëã"
  b"õ\x1FÂñÑBN!”‰²ä·)Ìú"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"õa’\e\x1EÕG7©P<y6Í•_"
  b"õÂ:‘Ü€Gø›\x12”öÃ\x12D\x1F"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"öTD\roDL÷€T°ÀñL›³"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"÷\x0F”µˆÃO\x19£o\x10ìùî\x10x"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"ø\x05ô5¢æ@Zµ·Ã”þsœÌ"
  b"øDŒUF–C´‚—NëV×9|"
  b"ø«â…hpIÒ½\x00q\x18g)Ÿ\x1A"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"¨'\x13Ê/┌I\x05ùeê┐üïÏØ"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"·\ep®ØçO:«êÊcÏ'a~"
  b"ú\er\x1DÁuFs°\x00†ˆ\x00\x10–Ô"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"úÞøìhôLm U\x19ôõiÿ"
  b"""
    úíϲ\n
    óBf‹ÌçÉp˜Ko
    """
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"üÁjEþã@¤«Q÷¬fÇÒK"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"ý>¢zžšL̆æW명Žs"
  b"""
    ý]ÐNRþNh¸ˆ\n
    0éñ±O
    """
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"ý¼¼\x08©nIܧY\x03#.oÇx"
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"þ•¬¶9QIð¯Ïã–^fYJ"
  b"■┐öü┌lJîâNVÃ[\x03i\x18"
  b"þý‘…»\x06Mp‡ \x18Àëâ2¼"
  b"ÿ\x0F¤[ó\vNa­n ÜíPîÇ"
  b"ÿ&¥Ð\v@E°º/Kw·\v©\x17"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
]
87 0.46 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.30 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.33 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/ersatzteilfinder/rc-200-2022-modelcode-F5103V1L"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.42 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.20 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.21 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.23 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.28 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.17 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.22 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.44 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.38 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.21 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.52 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.27 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.24 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.79 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.34 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.79 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.85 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.43 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.55 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.62 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 24.72 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/3d522d65a00344c4868a8870511dd119"
  "/detail/d47193626b05438dab73842f1f3a6b22"
  "/detail/b8c3aa1e7ad14f649b1269dbd7ed7030"
  "/detail/d65aeab29e4b44b58eabe5880ed888c7"
  "/detail/0ec4b5e3b2c940b0a5f6f670066b4973"
  "/detail/db0d7d9964294fc0a84d9a7098503d71"
  "/detail/f973a6ee457046eb8b1e19c7b03cee93"
  "/detail/79240d8abf8e419ab9cd664353182f80"
  "/detail/ad5314af466d48e5b86eb778c6fb1b4d"
  "/detail/041c8ed6153641caabef692eb7599e42"
  "/detail/d9f2458a7c044b59bef1d91fb7c2f814"
  "/detail/ab845fe1fd8047f8ade92cc8be8e8c03"
  "/detail/78d558eb2fa6428ebc6837547f2cecb3"
  "/detail/af773ae6214b4121b82455a673cba897"
  "/detail/f26ed72a78224e039e3c803b0fd76400"
  "/detail/9eaacaa0a47942198afe1bb4b4771535"
  "/detail/e6e8b7da026a452eb323409ad06b9956"
  "/detail/e94c714dd1174c07a03de0e9a1930e71"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/4da3ad885291436ab72d55d95f9c46fa"
  "/detail/59fe6d02ac824d2a96f54f0a5bd2fcd5"
  "/detail/c02b5c2491064157a0814723455e1b6f"
  "/detail/307055c10fdf4f37a2639bd6d1c127eb"
  "/detail/92aa08620ea94a898f707be3b2a8f1df"
  "/detail/ddcb7a272bca4361a5c11a6f053c3ce1"
  "/detail/6c09bf66f2cc43459ad0e8caa80dd505"
  "/detail/19dce3e669234ebbb9d29ad53a687efc"
  "/detail/2bca7dc4acb349b094f62aa782ac8782"
  "/detail/d0b9271939f44683b6271cbe22c06a4a"
  "/detail/a099825feb7d43b9a5039f763a1b1f10"
  "/detail/f5c23a91dc8047f89b1294f6c312441f"
  "/detail/9bf1e26c17ff4817b11dc1d55161ff16"
  "/detail/729fe9d068f94d5c807e277128670d7a"
  "/detail/5ea391eac04f4dfd8353c74c638d7fc6"
  "/detail/b9aff833c8e64ca7af87e921e124d79d"
  "/detail/9c4b15eafc594f8cba8fb96f7156a4bd"
  "/detail/a6795326b5ef402cb845e93eda6ff226"
  "/detail/2d020203dbb8489b8704938c4d27013b"
  "/detail/2075ff76509e4401986aaeb252a47eaf"
  "/detail/e7dbd4c469ad4322a882818ff51e6d4c"
  "/detail/931f14dbfe744ad1a078d3729238eed5"
  "/detail/4dc83ef9d5a34b86ab77d2844f160fd1"
  "/detail/ea0128502926474eb905246325f11393"
  "/detail/a2bc58714cf94c1498035f67d0e9901c"
  "/detail/65399c23ac144d41b5b20b0dbe15b4f1"
  "/detail/4f72e9a6cbed4ee0a2c03164dea0dbfc"
  "/detail/9548c0e7f0a84d8397370551bba4fdb7"
  "/detail/744f2756de7d4e8bbc98506c1d5cc9a3"
  "/detail/b87aa785e89b482ab53c394726dc2524"
  "/detail/3466204eaa59467c9835ceda4ce938d9"
  "/detail/5aef7148ae2a469c863d20f69cc128bd"
  "/detail/04823061d8204b58b3d7c01f41e7d802"
  "/detail/9922611931c64c3f8e12bfd06a9dc01c"
  "/detail/c4f4220cd37744b49a8296914639078b"
  "/detail/268fc412578b406f8945566b61785612"
  "/detail/da9061e2f1ef4c4fa4688c85ae4dd603"
  "/detail/c8ec2e4c062e4021bd7c7166442873f1"
  "/detail/7b5b8413e4af440780d41a419a972862"
  "/detail/0fb17958d9654b9c9b30535001c901f9"
  "/detail/a16d92237ab9441aab63138b567888ad"
  "/detail/8ece3612f7b44fd2bdd16d9c40fef6f3"
  "/detail/7587b8731fac40a9bc731ae9167a44ca"
  "/detail/44bee7c8bf264f12905ce8f20941524a"
  "/detail/3b34c29c725a44a6b3a271f771a8dc30"
  "/detail/cc33e4ffcec640aab93412d26498e16c"
  "/detail/4f6871b81f474fe29ccc09e30c7efd94"
  "/detail/abdc821dfc124f4bb3f103ba037b8a1a"
  "/detail/845c2851698245d988f548dd8af3898a"
  "/detail/a361d6baec1142d2aa3ffde36d97b190"
  "/detail/6cddab455da54f208ddc794a333d580e"
  "/detail/69d50d5f3bfb4f5a9a9fce48460cddb8"
  "/detail/6a88dec2a60f418ba09aec48fd04627e"
  "/detail/dd7478f9dc6146d5b86b6987b1c8a718"
  "/detail/24d2c2ca37c74e36bea954596b6dfa6f"
  "/detail/dce71429bd2f4690a77b03e37efdf475"
  "/detail/f3886d83eae4443a84ae9eca0ce3d26c"
  "/detail/749e039f8c104575ae7fb9c644aa3cd1"
  "/detail/a2aed6da517948e59f97c52cbcb50d84"
  "/detail/b2d045dfefd8447fb20e3d12e6e605bd"
  "/detail/9aa5b7af63034e5fbcdcc47e7e1b2dc5"
  "/detail/5a2339703e1740e784bbd5208f53e2b2"
  "/detail/e9467d4a59514abb9c220c0eac2a4efd"
  "/detail/28320a2ba675413ba7955c0dba8eeba8"
  "/detail/fdc0c94fc70b44a3bad59d3fef0aeb60"
  "/detail/9469b02a549e44419b9edddb315d50c6"
  "/detail/a72f5551539541b79ccdb5b8645a79f1"
  "/detail/fa1dc96797a84685b561a897f777d654"
  "/detail/d8832393450f4f1aa6e0b269ac03a49f"
  "/detail/f92713d22fda4905976588bf818bd89d"
  "/detail/cfbd5ff8eb7b49628d40227e2a59e614"
  "/detail/ecff76f3f5304b4299843a8f40463bc2"
  "/detail/797557fc7aab4546bf2ad09441a08b86"
  "/detail/c84f6b49d00740a9a62d27b729ae90f5"
  "/detail/bba4e49dac454a8d8ac01de432bef3cb"
  "/detail/dbca05a82a604a488fd04de4db6c509f"
  "/detail/444857e51d3048a69359ef6c849bd7e4"
  "/detail/01158d7c4750463b8bd629313a5627d4"
  "/detail/f8eb3f4099c0468bb7a1d0568c3d423e"
  "/detail/89a845d759cb4989b23c821b5368dddd"
  "/detail/9615b8675c5c483e9d29c2b3ea516df1"
  "/detail/ac3bdc05f2f942639cbfe88d9722684b"
  "/detail/5ebb1ee0ecab4305ae161be719f5a35e"
  "/detail/ae475da383374ea8b26f92ec8bede2cf"
  "/detail/705713f58925458eb233f680b53d984c"
  "/detail/c44c7e01187a4c47be1317585cf49c7c"
  "/detail/889c3f1529e94cdf946d121c03e33e63"
  "/detail/8e4a7b83e7ac492aa0dc0bf64d938385"
  "/detail/5380bafe5f6542fda062b0c7c19fea23"
  "/detail/a57099dda04946348b57d8fc0513aa66"
  "/detail/a24b63f65a5d49a187ed091607365b04"
  "/detail/4b9521e8a7cc4726b429897aaa4b55b2"
  "/detail/cb82a8ba450b48faa2f3ea7f86f4dfc0"
  "/detail/6dda5104b9224ffd9213f2a8ba588b53"
  "/detail/13983798fc984c36bdcd9c6bf411c187"
  "/detail/bc18680cd166478b9ffbbb220fbf927b"
  "/detail/06824e783cdb4ccabb9b96f3e0c82006"
  "/detail/e3b0cdcc387d41e2b9d393f67bdff079"
  "/detail/7df70695707044559057ea36a1e018a5"
  "/detail/25e1c3e203e64d77ac7fb5990caedc17"
  "/detail/10a91c3eff97478b8220b91d5895e401"
  "/detail/3fcec18e38194644bd78a30f29b2ece6"
  "/detail/0c157942ec764d89ad510c28f606d046"
  "/detail/4def0f9c1eea4c5789d5850dd414b52e"
  "/detail/d3fe31e729ca44eca459395a9b979aa7"
  "/detail/5650bde8b7ea475caa9ceb2eca8d43ce"
  "/detail/bfe78af60d354bb2a439558f43c43f3e"
  "/detail/2d3f3738fac245d6892d7fff9b8771f2"
  "/detail/2d3201472a1e4bfcbe69f3aafe80cb5a"
  "/detail/4a32658dd1cc46188b9c44341d559d27"
  "/detail/13193eee9982403fac549af0b5c96c9e"
  "/detail/669427455f6b4eccb8cf630a40966c10"
  "/detail/570ed40592184358819697e1dbc4d502"
  "/detail/c406cfc6246041589855011bee89c0cd"
  "/detail/3ad375d44e0742509aff254c49af1c99"
  "/detail/ceb23edccd41463ea781c2127a0935d8"
  "/detail/1a415083786342fc913803f233c82d8e"
  "/detail/d02e952feda2492c819a97e57d6571e1"
  "/detail/57c91979f5584dbab641c5f4d9b77e7a"
  "/detail/f97caa237c294498b3af603eaa8d3363"
  "/detail/fadef8ec68f44c6da05519f4f569c3bf"
  "/detail/88244d07ad194bff8d6532b08e410296"
  "/detail/1fe697e7cd67471698ca4010bc0e7ea4"
  "/detail/446f9e26ce4a46668bd5d731bc37e27f"
  "/detail/c2a3573b7a8d4c4f9626afbceb45bf5b"
  "/detail/607c9234c5ac4c3b9d8edd13ce102902"
  "/detail/a90319796686407b9795490fbc7029fe"
  "/detail/5273f25e874942cb82dfadd5b054a179"
  "/detail/9841cb38efe945399e3b75d39c3e9bec"
  "/detail/4fa581632de14e8a9353c500c7d00dee"
  "/detail/213422ad4e8242e4af7e3500637396d3"
  "/detail/b56d774bbc8c4b63b09f411d56e6cb02"
  "/detail/c702036a9bcf499ba4878fab1225f73d"
  "/detail/f976d218d4d143b0a1692393af0a89b0"
  "/detail/e2dc4c0becc24226bee305ee0f4c759a"
  "/detail/e551282611564003b8e80f1e0b3148a1"
  "/detail/dd1e3e00ced745a0aa43d64600d8acca"
  "/detail/7faa0e375e9241a18edc4966d57ed5e1"
  "/detail/20ff565100df4cc090a07a2d2100cb9c"
  "/detail/8c609ccfca074935ad1f2e58da848281"
  "/detail/0c3397f4449847659b9c0bc11718d929"
  "/detail/79d0800373a5444faf9cd273e1529228"
  "/detail/a7dcdd87f5cc421b98f802fd93b79755"
  "/detail/d322438d19164378971fcd3c4ce716e7"
  "/detail/5c33aecb111b4514bfc1ea972cef897d"
  "/detail/22f634b9feec4c3eb6fd6d60b083dd45"
  "/detail/2ddfc2a92ba9435290923177d527302c"
  "/detail/06c60db52bc04b1585276e864131ebc0"
  "/detail/a013d8a5c05c4c179ed5ee67ba295b05"
  "/detail/e9ea8611ae3a4852945ad01bca7730d4"
  "/detail/95d38f887f9f4c71b63e1f0169ddfcff"
  "/detail/a3779a8632b94b83b537d9f1f2b3cf0c"
  "/detail/fe95acb6395149f0afcfe3965e66594a"
  "/detail/7f575898cca44b77846d351643c356ec"
  "/detail/d163c40bc6e3462b8b6372f3ea7311d4"
  "/detail/99f8d5bf6e0e4714a20ab25e79d67c35"
  "/detail/70785b6e61794ea4b8c3ef66f1cf47f9"
  "/detail/271e00996e0d46e2b60cab0cc352f774"
  "/detail/fc00ea90786f45e39050e9f6758d86c7"
  "/detail/3410b846409243ba8f817be282cb5a55"
  "/detail/0a331222acd74a0e9e08d7a7c95cf4d1"
  "/detail/55db626078624359ba213fb9b1349af2"
  "/detail/ea3b467c72984345adf5231b04eac57f"
  "/detail/51e7e0c7af764663930c8bd50d60acf3"
  "/detail/d77bb67537b841ffb93ea50a41acb86c"
  "/detail/b0e53b9fb82a4310ab995285d3068dc2"
  "/detail/0baef82cde864f539d677a178cae3a18"
  "/detail/aae0a53a5d0d42988e8860e408e8be04"
  "/detail/73a798034b6545e5bea76edc19c9bdbd"
  "/detail/57b07df483c2418bac4fe8ee2dbbf806"
  "/detail/af0cdb3743564d208a51d2b40de77075"
  "/detail/1aa7760e025b4d2581d91545e65637d9"
  "/detail/630be7f2006446a68d074cddc08a72f8"
  "/detail/1f94385726494b83af2c5f3bd048ad5b"
  "/detail/16bb3c848e814160945201b3eaf817a0"
  "/detail/c94d92e5db154f43a79ffcdf6c6e97fe"
  "/detail/4a8a1b582b0a4fa1a94af1ade88c5158"
  "/detail/90dbbdb809734e2d93df7812cdb4e488"
  "/detail/01580734a1414939aa5ceae154543ec7"
  "/detail/92b2805defa74279a7e3b96a396db3bd"
  "/detail/45efdefbfa55442f8a9a330cd67615b6"
  "/detail/52b7b31a3bef417eb75af8b85bec7f33"
  "/detail/ae1fb46290fd43ea8d7b3c4b73e072db"
  "/detail/2fdf6b2d4c8140d48edd0401184828be"
  "/detail/e8132f2db4ca4b48bd44852e0de9d0aa"
  "/detail/6c35091cddc44edb9c44e593f8224462"
  "/detail/6a3c77c79ac0434db3c416cea5582a28"
  "/detail/ff26a5d00b4045b0ba2f4b77b70ba917"
  "/detail/a6c837019e44420dbe756cbc33caf316"
  "/detail/5157abd73eaa45ff9c2abd5fe7080460"
  "/detail/586dfb170782460b84bbd32639212b8e"
  "/detail/f3de2b0d9ff04b2bb0154c414b445c33"
  "/detail/64c716fb13374fc5b87c1723ff5c37f1"
  "/detail/70f92aa4fc234debb1d604c714324c90"
  "/detail/eddb871875af4b7a8950eab5bb98481b"
  "/detail/114840994ee34c14b415e49fbb3583d1"
  "/detail/57c9a714205948e19596175217ad5c3a"
  "/detail/66f706a460e1448e8f42a909529f6d1c"
  "/detail/180bbae0c4a645ea8ece53a301c64408"
  "/detail/dc5d00d7416c4d2a8b908e16e91b6d1e"
  "/detail/329d0f3d697d4b25a5b6176ed3202830"
  "/detail/231d4e94ad764f17a47683ef61c8caf4"
  "/detail/7e86eb2837084f1b80b279f7573106c6"
  "/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1"
  "/detail/fffb2b11c72f4660818822a59e8b4094"
  "/detail/15b03887568043b5b7edba7dca7f223d"
  "/detail/894ad637253146c0a3ba748048cef028"
  "/detail/143d7012930e4bf3befd6eca222566ae"
  "/detail/21d158e2f7b94302ae560a119fcec726"
  "/detail/97618184bda14a5fbb220982b52d61b1"
  "/detail/31f1027a1a214d47ae24f63c3d6f22b9"
  "/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9"
  "/detail/8824a62cc72e44a6bb5e3f3277af1c3d"
  "/detail/ecb1523b1c694529bb3f30d1f56b3468"
  "/detail/0f01a3413914486d85103982b814090c"
  "/detail/72947c0213214597b5339601402088ff"
  "/detail/cc4aad47be664cca85d59d0d3e04c370"
  "/detail/aa59f1c7a85e4088b7d43bb32ae48a1a"
  "/detail/400e9ae67ca243e8a761edf743747534"
  "/detail/74553eda248b45a49ba21385943df95e"
  "/detail/a744d01c7b444b4cbb1f11752e9524a8"
  "/detail/a3b68df5d25e4b659da71a6af45d886e"
  "/detail/fa1b721dc1754673b0008688001096d4"
  "/detail/fbde07facd774f74855d8d47686f9818"
  "/detail/0adb99c7aba642dcbbb3fa69226a51df"
  "/detail/fcc16a45fee340a4ab51f7ac66c7d24b"
  "/detail/6cd78298a66a40408dc76b284d42e35b"
  "/detail/883ee37603a34fe5a21a0487c9fd9283"
  "/detail/bae8f4152d384585a2174f39b9f198ba"
  "/detail/e571c78967dd45e3994f15816a6356b5"
  "/detail/4b1f1a084dfb4e339828d28db3ae060c"
  "/detail/cc70b0edffde469089b56efa5e0d995c"
  "/detail/ebaa0b77468a4faf8726fc8198073fca"
  "/detail/7a9d0402e7ae4f15b91f8c9dbc7f8531"
  "/detail/fbf48885af454151b05ef13af1a59b7e"
  "/detail/094062d5a06b4f258c793771a85e6d0e"
  "/detail/caf0d1a8a04e420e98a0468382f869a0"
  "/detail/1cb880df5fa2485caa01f08a3e50005c"
  "/detail/ef16d64d5acc43f8ba8f01280dc1f555"
  "/detail/3f2437b57d51413596ed1cdae3714731"
  "/detail/0480cf6c01b44b77ad919bfc5c8c10b0"
  "/detail/11f654b02e434ddf9344f3d4d0d71ad0"
  "/detail/2d96d354b6a642ff9d3920b705a2dd60"
  "/detail/49a6fa8aeb734cedb8d9e4fd97a2fe78"
  "/detail/3a411fddff3f48168110ecb035f7be22"
  "/detail/f1b1b0e6713044adb237e5dc319eb0f6"
  "/detail/b85f8307111747d6a58e140eb82a1cf0"
  "/detail/221129fd4e264406aa359b29a171c326"
  "/detail/bf7e74cf696a4c1882965c69d6908c42"
  "/detail/6f1007034b8d4c5686a0702ce23cd3dc"
  "/detail/707c1af636df4431b1c669efb4de5ef9"
  "/detail/fdbcbc08a96e49dca75903232e6fc778"
  "/detail/52af577f288649439230f05db367faaa"
  "/detail/bc01b26687924f99a8ce898e6c54e681"
  "/detail/a997a51d48924085a4df7be4b8ca98ce"
  "/detail/55c375db204d4b8da285d1a44852dcfc"
  "/detail/9a10cbdb98f441b6ab4b95a14b1de64e"
  "/detail/81443cc35f754f669136861a008e1288"
  "/detail/ad6d77edd3ee41af9b575e53f2672d8a"
  "/detail/1283c1400a0d47a4b55294344eab581c"
  "/detail/e5ffa708ce984619aeafa104750eed13"
  "/detail/097706d792774d37b015aae3fcbb66d4"
  "/detail/b1ef814782c14bb7a5560cdf0c96e896"
  "/detail/1a7a8dbab33a48ec94004b78d49429fb"
  "/detail/d252501967f34b5b8771be6a2b3eaad1"
  "/detail/ef3422dcb35a4932ba936d799b0a2158"
  "/detail/9b3b15b2f80844d1bb545a1357161662"
  "/detail/59ac8e4f2ef04b08a95d0eea78964fb6"
  "/detail/f19e50a74cbc4819a48b9a01ea614416"
  "/detail/84488887acf84831b4f32883b45e82c5"
  "/detail/6b25e01ce660495cb08618e144634079"
  "/detail/c2df9bc5c07545f187535e63cfc542e6"
  "/detail/dbf1379fde384eb7a2ef5b438c1b6fb5"
  "/detail/904066013a1048299eca7a3aa4badc8f"
  "/detail/c41f65e617704738a86f9c466e091861"
  "/detail/dc5bf063dfd441b5a3f48d74ee985030"
  "/detail/07b9d9a3dffb4190a0dc531a585cac14"
  "/detail/a7905a2a81f143b3995227f6c22530d7"
  "/detail/447b51042c014228946bb01bfa13d9a1"
  "/detail/5b46e6a7852b409fa6f3890513850c23"
  "/detail/417823883bfb4f26b1592c64d2b001ae"
  "/detail/d21585902d3747f689ebc11695d98763"
  "/detail/d685a8819ee04b60beb2dc964297ea64"
  "/detail/b52541ad7697470b96dadc49cd14c9cb"
  "/detail/5a8bf488752746c683122e0bfc990cd1"
  "/detail/ed8e660eb0594e9b8109f29eaf792e12"
  "/detail/87174c5a4ed04a78a7cb2bf5f4d01568"
  "/detail/b596fa4a31504c48a4b42db875ba4294"
  "/detail/b7fe95c53ff24ddc8321bf596a086e3d"
  "/detail/5a4fd7554cd548ceb65c41371ecfc3bd"
  "/detail/c37cb835b6ea4343bd7a28a91c07eee1"
  "/detail/f29516a2d4114e5db3a93f6aa1d13e68"
  "/detail/7eaa16727b614da3aa24e9fdee0e43f3"
  "/detail/f51fc2f1d1424e219489b2e4b729ccfa"
  "/detail/3b9d8758d2384119b710ceafcd1bd748"
  "/detail/dae677519f5f47d2ab6fe3e085036063"
  "/detail/f474bedea62d4a53b963998157005ff3"
  "/detail/faedcfb20af342668bcce7c970984b6f"
  "/detail/0b7756ec251541b9aa8c2365ae09940a"
  "/detail/cedcf4fa5ffe499885b8aa7b1dfbc91b"
  "/detail/8e97bc17665f429ba0f29201439ee1b2"
  "/detail/366105cf0a684e6c91099c72ee6e663b"
  "/detail/2f1f67c4f70245da914ba65e33f61308"
  "/detail/3d55b00b81654d9a837099973139ae81"
  "/detail/7db5d0c4f6514dbb9e2f264e0f172bdb"
  "/detail/bdf6abd9f0944de496cfc7314242c411"
  "/detail/47b7e00a162f4e19a6b19c6be046796b"
  "/detail/dc724f9bb55c49ecbbdadc06b06c627d"
  "/detail/f51e9a9f74044087bb6512ad28f4ebe3"
  "/detail/c8c2490208474637a2dd38c4a79279f0"
  "/detail/6d759189c4a14728927a26b23acf20f9"
  "/detail/8a0834417c324b28a7f87fc3d2502016"
  "/detail/d67154f394264449bc8f04cf6d58a45a"
  "/detail/bbd3f6c405d34109acb66cce496f1b56"
  "/detail/5b492eee32624e18a10ae00710171a51"
  "/detail/1850d8fea58041cf90b66b654a98bc88"
  "/detail/74f3daefc746412382430e234ca2c74f"
  "/detail/3cd62a5b123c4598b929ab020f66d659"
  "/detail/4511f2e8e4f243c0a53da6a46e475e0d"
  "/detail/7cd50ee1670c4eae902c5bc838e1ecba"
  "/detail/ce9d3f65442348a291d3ea1866260111"
  "/detail/46ea3c140a41473394470ba47e5897c3"
  "/detail/a49e2c96d51e452a9c826326d0e7a35b"
  "/detail/47bc81469e414437bf4e17eb65a9dc3f"
  "/detail/595385791fcd4762bf22509a343ce5db"
  "/detail/d71dcca83fbd403ab43287b83f2c819c"
  "/detail/16cee3ccd79b42a59dc5de8d4c242f35"
  "/detail/cc3a6c37198b4653b8a6ec370130b625"
  "/detail/32b9534f777f4d78aa54e6fcbe704792"
  "/detail/9d86050731fa43209d2f20209835e424"
  "/detail/4459b94bd6bf407a967f90d12f091c2b"
  "/detail/4632ab8d1f2f4071b56c3368a4a2a853"
  "/detail/b0d93573b4c04e08b298c76a272d1e6d"
  "/detail/f68cee8194c74e2cb6d795988f8bb3a2"
  "/detail/0a8fe50e8fbc4c9b85f5616504211292"
  "/detail/b30721899e2f4cf7ba0ec64c5728fb5f"
  "/detail/8e7acf4d31b24bb389ef016a81b1d04b"
  "/detail/5e698bb89d274d55971858d23a38965b"
  "/detail/7e97188f6a0b4f2b8e4ff473a0b90d44"
  "/detail/005bbee48ee94b5a83cbbdeffffce3a2"
  "/detail/edf06480192b494ebec0a2ed46f6070f"
  "/detail/99a34e306c83466a97bae1001bba5e1b"
  "/detail/6f05af985fbe4797a8f3d9602df6a509"
  "/detail/534c00f26d494bd8ab2c2f832fcdf3ae"
  "/detail/7b1cd1e8d51d4e59a73d04942aff8f22"
  "/detail/cffd568823ba4fc0b5d0cebdd1ce4c51"
  "/detail/c79606174c8448ae80c8768af2542727"
  "/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2"
  "/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed"
  "/detail/747c60779f4d4da5b94d9a1491009880"
  "/detail/2d5d8f227cad458e854a3de1cd832b06"
  "/detail/70ee4054ca6b4858ac71a86dbef1a64b"
  "/detail/d111a4ed259949168d6de0efc59a7d22"
  "/detail/f654440d6f444cf78054b0c0f14c9bb3"
  "/detail/71296ff2bb444c5787edc4a31aec1ad0"
  "/detail/937ef339cdf4487b8a1ca582f63c23e1"
  "/detail/2503ae508f24411bbacebe2b01bd79ea"
  "/detail/54df55c9fefe46d0a62acae56d014118"
  "/detail/3dda150f78bb400a90cbc7cbd15eba35"
  "/detail/5870801535e54876a6a694c03b2c643b"
  "/detail/f7275334a23a4b5b86033b6d17ebf19f"
  "/detail/2021ed3b275149c2a7bbcebcea3e3e51"
  "/detail/c1e51276acc148d9a538e1665484472b"
  "/detail/aa0633837d8044d2968e25cf48b70685"
  "/detail/f8abe285687049d2bd00711867299f1a"
  "/detail/7604073c50704eff91c818a6dd0efd4f"
  "/detail/1c5da60806ca4b2b90c57aed8c764e68"
  "/detail/ca7f979ca3004c07a5f94d1ce10ad1ae"
  "/detail/0c6000c78e2640f6875862ec56ec25d3"
  "/detail/bdeca04863514d94ada203cf379ba2fc"
  "/detail/17b2ea3306624c3d9826f14d5a242bc2"
  "/detail/2ae07198dbfb46d4a6cddd41ff692c6d"
  "/detail/6cd1396ea58246d39a8de490c29b1324"
  "/detail/918362c75b23493ea15aa042b43277a6"
  "/detail/cd38b49b55824307ba643e86f68c315d"
  "/detail/ec87571f6fa4427b9a981ffe261a279d"
  "/detail/19d122d211174003acade2eff0033385"
  "/detail/d92b802ac7a74c6c8e016fa09c141450"
  "/detail/e47d04e31b3d4a47bf25d0f5f545ba12"
  "/detail/226e15c39ed2481a8d37401e19131d78"
  "/detail/7fa9143fc5814b5ab1698f13b42b9cc8"
  "/detail/9ed89748c8f246d8bca41141232f426c"
  "/detail/f61937c6d8c14ac9a980dd41edaf6915"
  "/detail/bc3c0e1d84cb4fe89e0a4150a65baf77"
  "/detail/a488d4feb7e24b62b703d1b2b86ec99b"
  "/detail/cc5191086c6e4c379c54c753cd356c8b"
  "/detail/c87c4226a157473a8943bc6adef9f8ba"
  "/detail/1076c9e5754c45488a3fc0d8a44c638e"
  "/detail/6cb91170bc6641d8998f5f8886377c0c"
  "/detail/f3a7c98109c94a078cb1d75554b0e821"
  "/detail/b4f8ad5aaba14d52987da89603d9adfe"
  "/detail/fcedeb14cbee4fd183853781722cff17"
  "/detail/c5bc52851db7466a87facec1a4a4cf9c"
  "/detail/86558f3af7024a8c967f1753d435cdb9"
  "/detail/4787bdab93a746348cf9c41ebb891622"
  "/detail/adb42016585941a3982efe96f98dc6e9"
  "/detail/a493bc46f0044218a75e231431cdcdac"
  "/detail/a41489aa7f824be08e2b4a952a304e71"
  "/detail/31f54f4f370f4d16b4728f38600340dc"
  "/detail/80c31bfe33644ae18affb4fd796f6c21"
  "/detail/2a071baab28b4a4c877a6aff05aa13e3"
  "/detail/0f3611646875447483dfee422532ed04"
  "/detail/6e461af691d94146b1b6ccd3390f7613"
  "/detail/635ff6d2473f4099a2fd3f14712f5ae9"
  "/detail/092d2c7b29524716af65fedfa8cee6ee"
  "/detail/4f6b7f1fbf5c4403b2bd2067ac0f2433"
  "/detail/3f5e3337d20244908bf2c9c878e760c2"
  "/detail/079d5d1e6cc342f28d0e6efe8227fbed"
  "/detail/905cdd327be941b28c590ccf7c84eaaf"
  "/detail/de0a8f7766264017a897f5ccf0195e8a"
  "/detail/c628f59954254962bc11917ab328d2d9"
  "/detail/26cfb58d138a4542ae52afd1e3593a6f"
  "/detail/0f00667e976a4fa1933fd5dd1abd3431"
  "/detail/8095e89058d34ab79fe33dead6a3aca0"
  "/detail/3dc368adef294008b3fbf216e294a670"
  "/detail/453267830efd48e68bf4ad1298d65019"
  "/detail/277c1ca3ac12482ab7e9fecd573040b6"
  "/detail/b0fd632a0e6340439933065b8b0d0a52"
  "/detail/7810834bb0414ccebba872873cc3c53a"
  "/detail/52cc04a83a7740c88fd7cb6086d46c09"
  "/detail/c62dadcb31294917998a5ebc7c232e5a"
  "/detail/382d59db40334148863f5e86d042e2fd"
  "/detail/11eee5926ff645dba7f49f4c394e51d4"
  "/detail/5f9bcdf949f540409e8c25786cfd5d7a"
  "/detail/18b0625b959f4ce8ba30b41670229b75"
  "/detail/db27b230469446b99423c6fb71271de7"
  "/detail/f8448c55469643b482974eeb56d7397c"
  "/detail/cb264d246e47416b965b7a599296c9c8"
  "/detail/2fc7f6baf63e4fc28659c259098a1c9a"
  "/detail/5d22d59ce064476a89112cbf924157b7"
  "/detail/e96701a179fc420ebb8810430a9bbce4"
  "/detail/adb037322bee43e9bfbdaa19c04ceb0f"
  "/detail/00a01c299ef74da5bcf5b5ebc7834a06"
  "/detail/37e0be2a3c3b475d9c07b97e3fe44da1"
  "/detail/5c04429bacf1423b81f90b062117c6b6"
  "/detail/5e2f8f3307884790813356d86bfb6c7f"
  "/detail/dbd660f43048485eaa18f15ba70e2daa"
  "/detail/8b8c1f87cadd46219dc07d6cd331b1e2"
  "/detail/51cb26b52e18444792a3eb21dfed5143"
  "/detail/cf85821eedcb4e65b5882ee55daf5781"
  "/detail/387d3840d338476a83d5c4f2dde4b35b"
  "/detail/4bf48591732144b099de3f5dd80b58ec"
  "/detail/fd5dd04e52fe4e68b8880a30e9f1b14f"
  "/detail/aa2cff4f43ea45b8af20d545ea6e188a"
  "/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b"
  "/detail/e86dc098408a449f98b2467512cd7196"
  "/detail/d034064cfa704468bc2c2d7035e2b0f7"
  "/detail/526a2e9ef8174e219b0095559127df2b"
  "/detail/4df49b5a98684acb81be5fc07b829bfc"
  "/detail/b5e7bc5a11674771937219faa177eb50"
  "/detail/4cfcf2e46ff04f5ca78a478586a9f1f0"
  "/detail/0581b1a7ed82414484eb48ea555b3f18"
  "/detail/ba2bb9d9a370495c94f8ff32617683e1"
  "/detail/15e00533a5f84a22b3558a03a0745e32"
  "/detail/9243366d8f8c46f38f9625d54aa65880"
  "/detail/dfca4da5892e4388b2ef929bde7dc739"
  "/detail/21a374a2294747f6a30854538504e0b9"
  "/detail/cf85813f532e4972ac69189b9516a94f"
  "/detail/1000052daf804ecab26fca52eb4e3745"
  "/detail/d40e51054a8e454cb29b9bcbedf6f65a"
  "/detail/50600ba4122543ca898325ee774941de"
  "/detail/4fbf7d7c8d13488e947d1e92b1bea87c"
  "/detail/625ccb60161f4524a9704b69c51b4cb1"
  "/detail/52af8ad28b1c4ee6a0e10470e4de88b4"
  "/detail/3408f7d3ecdb4fc7aa7a119ba53090c0"
  "/detail/13240e7d85b3475ebdc20a465a4b52e3"
  "/detail/526a254130cb474fa335db737f2b890a"
  "/detail/a5f9bfab0d5a40f888c15c0da47b8242"
  "/detail/6570023c8377435b90ac5a62e70d4048"
  "/detail/34e77a7337f1458c9adf63a1c83d51df"
  "/detail/13136a881abd4475bf7565b7d212080c"
  "/detail/92c46d4dc5394dd39c32b109cb21daf4"
  "/detail/16ae3fe0476c4b9eb99aaede55791cc1"
  "/detail/df36cb4db65843f2af0c4864151c2fe9"
  "/detail/b339ee8da5894131bda4b61b02ef2e6a"
  "/detail/b713d87d42844928a82fc0d59b254b3b"
  "/detail/6d540b91fd6343faacdff28c1f40b0dc"
  "/detail/f12f9530d1f743c095fb311297311d07"
  "/detail/ddc0c256d536499bb1915ba07c74d30e"
  "/detail/14af32d3db4147acb046fa421616e50f"
  "/detail/4efa915e5b8f48aea1fac617ee3cd696"
  "/detail/b1646d4adaa74c738c972cf991d0221e"
  "/detail/92568c6f16f74eaf91de377e45bcbc7d"
  "/detail/4f1b71e8a87e4836a2b60ee5cc00c7b3"
  "/detail/60fe93e181114abbb5d1d556f6ab352e"
  "/detail/da93f47604f64a8db09d293a26096ad8"
  "/detail/a06cc5f6d3864ca387c2694a729dbccc"
  "/detail/c2025adec5bc41808f65ce7ca11bebb2"
  "/detail/032e24ed08cf47779de17520147c93fd"
  "/detail/168897a769e44a5aafcb5b62000133d7"
  "/detail/d838710a904c4903a9a91b5afe8a2354"
  "/detail/030ffb1a31c943c49af6a7fdb1862d56"
  "/detail/bcc2f64911a34164951631c906a770d1"
  "/detail/4c01e6b44adf4ac1a211ad8892a9210f"
  "/detail/c16bf4fe67e042bd8a752bdcd5f26ec0"
  "/detail/f561921b1ed54737a9503c7936cd955f"
  "/detail/ba074cc301934c2682c77035ab273740"
  "/detail/e7e615fe220a4eacac99c1ab59dc76db"
  "/detail/9fbe7fb5274e4349816a93a8dd2e6321"
  "/detail/454e1cf6bb1645489446c03da992e2b1"
  "/detail/47ca51ee9f8044ad8dbff607176c4bc6"
  "/detail/d250729f68c04e558c037c5242e4157b"
  "/detail/136d39ef4cc9401d865f6894cb362676"
  "/detail/cfef3b0b7d9248c994f0d80d82fd6226"
  "/detail/d6a2d5d8f19b482b8b6126678687995c"
  "/detail/24e2c71a7c4b4edea18ca5b290c5ec66"
  "/detail/e9e61673a188435cbe9c33995dd4e2f4"
  "/detail/8e624e74b90d438ba44a2ec81a5f030b"
  "/detail/fd6303c9f48345f0bc41e5cf01873f03"
  "/detail/2a23e0e3ab7145ca935ef12edbd807da"
  "/detail/17232a149d834d909f3f78fab84101ff"
  "/detail/6ef1c9b4d0154e4b8f688c70cdc00cde"
  "/detail/74d75ba6fbf94125903c074023b9ada4"
  "/detail/5aab08894a0f4b5a80ecf031bd2bde03"
  "/detail/40e5aba8ec1f4d3eba60a57d0686ee42"
  "/detail/e6cfcff71abb49e5aeffbf730b3778d7"
  "/detail/8785da63d2f34507a3ceccef627e2c11"
  "/detail/d4f161fc96ad4a4a8268434ea34b7edf"
  "/detail/8442e3f4157640e38c112561981854a3"
  "/detail/f3383896fe934ab288a51c224ba97b53"
  "/detail/ac3de86ae57849829e89247eed4c1d9f"
  "/detail/3e433cc064194aadb8203d647b14222e"
  "/detail/6f93c260dd3f478ea9e1513be9e04d89"
  "/detail/5a33b8c1827d4404919f19a8e35bd54d"
  "/detail/ab23da30a51c45558d320d52a14d3d38"
  "/detail/0b4a0d62fb474e7a9f2661ad7e449199"
  "/detail/1c2107d36ffb407d89dc0c4b5f74ebcf"
  "/detail/b691f6fe3b6d49e69ba7ebfdbfbe6e6b"
  "/detail/2dd49dbaa57346909b2c79834adf3a7c"
  "/detail/1410c4394896444aacf20ed36ddf417b"
  "/detail/026d8fd68a6643e89c5e27b3a46fdeb0"
  "/detail/2cba78575f0d4e5da746efc77a8009d4"
  "/detail/945e485343dc47e19b8cc2f87b0586fa"
  "/detail/c962823794244e439b69c2831daa1c49"
  "/detail/e256b57eee65462fa04ede267947a552"
  "/detail/c8167817577b4d3ab730c31b3e7f152e"
  "/detail/2e07ffad1de44627be7ca6115b64bcf3"
  "/detail/d288cd1fee784f93aee5bf1d293b470e"
  "/detail/4b72725996ab40359ca4079b68e600eb"
  "/detail/757f0d0dae684a4e9653400f921f6787"
  "/detail/95d08747f0ed44bdab07eb9d842f47a6"
  "/detail/a49145f9cccc4596841681ae9fbfba44"
  "/detail/7054065fa61440ff8d0002ed2786f151"
  "/detail/d002cb1bebfb4fe281d3b521312cb604"
  "/detail/158160be218f49b9b600abb51991cbda"
  "/detail/7ef6c60b0aeb488c81d12e6e2f046ac6"
  "/detail/5114f6efb07649ea9b5bd1cbe33cae2e"
  "/detail/0b67e9c551e445a4afd0d30a7d3af207"
  "/detail/2fe5e5214e9b418ca1495af1a0afba6f"
  "/detail/5e81b69b201e4a01a9029d2ae1109559"
  "/detail/62c12946f93648c08b96da830d057901"
  "/detail/dc309eed47aa496ca83f7aef3d396293"
  "/detail/9c5105a848b543f3a4e7317024c33d9c"
  "/detail/a24a381f6ac945c7a40cf03a21d33c2e"
  "/detail/765c1701b4a44fc595cf72d3f16e569e"
  "/detail/937fb788abce466098ee085acd6d5021"
  "/detail/e1f6230c34d446deb241a1404ad44b00"
  "/detail/2d8755344d0f435c829956e143465fcd"
  "/detail/5226cc6c3e574dff971a798f050e609c"
  "/detail/21fcbe73b51c4013a25d1cdcdfb7973a"
  "/detail/da312b89b023464e87f6ec89fc7c2b29"
  "/detail/5ce5e9fbf3294602b1219454a79dadf5"
  "/detail/69fa34dd2af5429abb86901ee7221702"
  "/detail/62208e44aaa1422cba37c62218607c82"
  "/detail/5964b314395a4a6b81787b5b8cf433a2"
  "/detail/febf9481da6c4a8c834e56c75b036918"
  "/detail/6c584cb83e56417bbb988fdacb1591cc"
  "/detail/13f2145da56846ff957edb5f00266b0c"
  "/detail/29b847ebde604aea841c1b273cea05d2"
  "/detail/99c7fb649b3246259dc97233b55126af"
  "/detail/67cc836db832404fa4171ea8cb401034"
  "/detail/3876008aa76f4508a23f8b0032fb8348"
  "/detail/06febbaad1ec4003adea2850ad1d1055"
  "/detail/1325fb370ba1416f918996eb07e8cb8b"
  "/detail/062d13cc787348868e2680d96a86bd92"
  "/detail/b1ee1b8a5c4c4c018f51202148a00583"
  "/detail/0d15763fb7e64ab780762a3ba601ae6c"
  "/detail/d9ad9bc07d9448f0b0b59e95bcc67d89"
  "/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c"
  "/detail/0d872a2a239f40febfef9048b2e4090f"
  "/detail/e78eee4d34be49c28042466d00f82f2e"
  "/detail/d0739866bfd94c899a22fd3361ee0275"
  "/detail/7f22719d5aba4d6fb9ae2312450b9371"
  "/detail/02172f20ce7f4d00ba06c06ce2ab92aa"
  "/detail/d104f4d4cd3f4f0eae8a7862f40318c8"
  "/detail/d8fd9d27be624e5ca7352ed045d4a09e"
  "/detail/681f2e95bfae4e37a6e2a24616b6ed76"
  "/detail/2847112ed39949fcabf76aec4f9b034f"
  "/detail/ef464be87ff74f7384efa6016d91d127"
  "/detail/4af5313c097844cabc8cade116493d04"
  "/detail/7c6f17798a754c749f038bb588490847"
  "/detail/730ad3bd531c4cefafa23d26dc6cd131"
  "/detail/1f4948a37f1549eea54b015c9171d569"
  "/detail/ed97a2df2fe447ca843d2a57b5edf0bd"
  "/detail/be47d99ee46d4e159ddbce9cf878eacf"
  "/detail/8c2481e41a8344b881669094eb365491"
  "/detail/0647dc33b8154413bad2c9d3a2084bb8"
  "/detail/5fb347f6832c4aea85dd26fb2819f3b9"
  "/detail/0be6c1cc5c8d4a6e99778d04187b384e"
  "/detail/ff0fa45bf30b4e61ad6e20dced50eec7"
  "/detail/e9dc974193e947cebe057b7a3219d2e4"
  "/detail/2314d7e634584b51b90c8255fe582db3"
  "/detail/ff47575010874dd6b0d222de992a55db"
  "/detail/4aa1d3295d2945caa5cdcb4118996401"
  "/detail/f4c646a34a7047be9f567ef37e0071c5"
  "/detail/d5a4b0692dc44eadb85310ca1d2a23a8"
  "/detail/86f04e70e67f46568eb521825176c31c"
  "/detail/6340433adc404e44a59425dda313a0a3"
  "/detail/e6ac2ba9bd0d4d9caf3c9a4f63f506a4"
  "/detail/11145d6ee0c94a3daa2c8d8fc0224732"
  "/detail/56d7e06eb90f4444a6aa37b6cfc7e0f0"
  "/detail/80bc5c78aeee4b90b39dfa68073d9e8c"
  "/detail/8313ef77c93b4ea588914e60b0a826c2"
  "/detail/a1a97fe244d5461d9cb3b4ac89b4e120"
  "/detail/ce94d0cc7d7443aa92ba14cbfda2d6b6"
  "/detail/0111f8535a3948e8a96489cb9d915f48"
  "/detail/c5fc0999f6c34be3be06b6ad4ba126e8"
  "/detail/5d22a0bec8634139bbe89a12fe66b022"
  "/detail/8df3c243b65241c78bcb534b6025f147"
  "/detail/89c7c39b12ef4800af0649b3a826a1c2"
  "/detail/353350233fc540f0b851a6148a8f204f"
  "/detail/664efb86037c4fd6ac73bf75c52127eb"
  "/detail/bdcd8e9263bb49dd809f2079d17b05f5"
  "/detail/e15ebd1c9f284e4caaed3849a573ac2f"
  "/detail/ddbb29d96e3d42048c9c450ecac73fe4"
  "/detail/56c8ce10adeb4f28af64dcff620846a9"
  "/detail/fbf480d78c31411cb61f9f5880799938"
  "/detail/2ffe191ab2fa45a89d39d99655e96dd7"
  "/detail/6b4e2dec349c4b00898f097bd92b5e9a"
  "/detail/4a9ff0ccc1d34df2a355b732aff60588"
  "/detail/5770483d54134b85a9b3f9215ea64724"
  "/detail/27ca355fa1134be9a8844e6abbfebbee"
  "/detail/2a41ec16eb304af5b52103615066fe91"
  "/detail/ca224ec76679424d8c2dc947f02039e6"
  "/detail/ea111d3dc1e44f259b0854a29e4db174"
  "/detail/fa1b70a99d874f3aae88d263d827617e"
  "/detail/90060cbd8d0b4a73b21902dce33400e1"
  "/detail/3df51872cbdc48af886dbe2da5db7074"
  "/detail/8d593b3f9c0640d9a5db45d398fa9229"
  "/detail/a3b5cadd119e4ab7855ba238b23bf968"
  "/detail/ae5c748e31db47d881f8ec3825872bac"
  "/detail/6d064947ae404c27bec92b4ac8eea547"
  "/detail/0702b3b0260e4ac6a18d28bd7ae24944"
  "/detail/b11b351922204ec5b4460581314ae31e"
  "/detail/259fc49b1fb34b0e844a416bb71455c8"
  "/detail/d5553fc02c614253b4f5d622d826932e"
  "/detail/7d97ca8e28e9438ca3f3b6c52a733b67"
  "/detail/f805f435a2e6405ab5b7c394fe739ccc"
  "/detail/ede0d1e8fc72403e9352d0499cc8e27c"
  "/detail/0f6b176f515a4fd79f89889f76df6529"
  "/detail/ee6faa8d27f74961953ae85f4f3dbf36"
  "/detail/7243df86ae0a43daade1a7b99838e3a9"
  "/detail/7ba226adba4e41788d37e1e781f89f3d"
  "/detail/e6be177ba3bb404f991107f0affa1200"
  "/detail/9b3f9a571f8648ff9f52ca04882193ee"
  "/detail/410628c3847c4909b12f784f4d2c1533"
  "/detail/3f5889443f9248a1959035d2033f8262"
  "/detail/a59d6bb6aa3b48aa833e776453aafaf2"
  "/detail/a581f5d023a54c26a7ad73d01119d0ae"
  "/detail/dff2b5f06d3343e2b1148827d1a82af5"
  "/detail/515c671499384c058a65f7f6b0f6044c"
  "/detail/e44f5bcde5b943b49717c653df47d8b0"
  "/detail/7c828cef78634184915dc5cce47798de"
  "/detail/65d0a9bf172b41c7a5b34e5bf29833c8"
  "/detail/b1ebe5ea545b40149782f39b3aa717d7"
  "/detail/9a36252720e1466a9b7d84a673716c20"
  "/detail/026095b69c824703a84730dbed101da5"
  "/detail/2636a144301b4dc989fe9e47ef79fb22"
  "/detail/c2cd843a111e4f8092310788318afc09"
  "/detail/1b1b8db9a1514035a2dee88f5f141867"
  "/detail/f5564cbc6d2c47ec95ed7a76c53fb08b"
  "/detail/7c0edbb6ff3545dd9126fb3810bc5b6b"
  "/detail/892858b5e7514c63bc1f2685a6991aec"
  "/detail/f4f6f810c6b24cd89fb0237e72fdc361"
  "/detail/95d06322efe8470bbe34cb40d98ff8a0"
  "/detail/685512b0e5454dcba151a9297360109b"
  "/detail/ce810f77b14b4df595bb1bd15e686663"
  "/detail/7212616d32364f3f9135de1e429ee264"
  "/detail/7123655d44e7478ca6477d0110ac5088"
  "/detail/9fe935a58786429b80733724a86fe119"
  "/detail/82798648055f44ff86715de7c0282865"
  "/detail/86b48543190946d08fb755eec91ac61d"
  "/detail/484e50a8efe545c28806855322bba771"
  "/detail/58b183e7721b4867a515e06f75d2e60c"
  "/detail/c756a510aa8f4ea0859e2d0c72c53779"
  "/detail/d57f92a7bb7147a2899aa10333e95942"
  "/detail/b4b64acc90c6411482fd9db6c8f96f49"
  "/detail/cc0b9d31db3c49f0aeceadba1584b210"
  "/detail/fefd9185bb064d7087a018c0ebe232bc"
  "/detail/103eda8dc91c4e488343d49116cd82c9"
  "/detail/484e0c21b86b4f4b8052439585b7d6cc"
  "/detail/42b9ae96692f4b019509f5d05996ceae"
  "/detail/a6f7c8becc4b415f96b65afc997cf3d4"
  "/detail/cf548dace57e49e2ab200928f7cc708f"
  "/detail/be62a2cbf9b8469bb6a248a2db82be18"
  "/detail/c80c4e38dc434733855a322a9a146595"
  "/detail/7e056788ef0a45058d3cf97da16c6e34"
  "/detail/b0d2ceed22d04ade888d000cbf6a8745"
  "/detail/1c484da9b3b147f6a76f8882594d3072"
  "/detail/ea0662d31aad4352bb16a6b31edb07d1"
  "/detail/11e82f3879f146199c413df3478fc820"
  "/detail/34327be5dbb44895945339588a43b466"
  "/detail/bfcd7d83e3824f00ba86a7bf80940c88"
  "/detail/817655206b99448cbd68b3302a622981"
  "/detail/1778ab2716bd45b29f775bd00b0c30ac"
  "/detail/e08d5535bd5b4ca593ae61b710b78113"
  "/detail/72514b1532b64f73a9fbf47baf255ab4"
  "/detail/76b7abe8a51e421da1d8e557b84c7ce8"
  "/detail/f3eedff565e949cc87a751df8477b257"
  "/detail/e576afe312ef41ee8cbb8daaa149271c"
  "/detail/f0e35b28de174427b3c34fac73085419"
  "/detail/240af239091843eeab35819a726acb90"
  "/detail/dc3657f8b05a4d2dbb0dd66f6633f8de"
  "/detail/cd95379199a5406d9c46add05f4c8bfa"
  "/detail/9cb7f32a8ae54db9baee55861d5de426"
  "/detail/fd23b9a0fba645699cca21b095960ffc"
  "/detail/c5ade040a70d4f22b34caedc3d93c441"
  "/detail/7ab4f209095f479daeb7052cda65a52a"
  "/detail/4eff0540dbb748d3b39b989d37828734"
  "/detail/081dc4ad32da47f8a5e9c9d165565072"
  "/detail/bb4d0aafe8ce450f9f0ea759a2253de7"
  "/detail/c604732e69e54395a57431b3decbcde5"
  "/detail/2c09d73bd90245b4a8c7778d55fb0d3c"
  "/detail/c71f63802fd34787af98f22e4a8f5188"
  "/detail/649b6ad70a754be7b8ecb38c3a101c66"
  "/detail/58a82435a3114e59b9b45720fe2d529d"
  "/detail/55c94acc7de74aeba67ef1aa0cd4131c"
  "/detail/1f177ebea7a74a3589e30eed1a97752d"
  "/detail/30735e6c90aa465eb2a35b4d9988a0e5"
  "/detail/28af998f92ec48ba934587ce5ca0c90e"
  "/detail/752c988bcfa5489cb395f551d8d782ee"
  "/detail/72a9f1781e754b2198f8826a6f71f5cb"
  "/detail/d752e882de7645eb8ad0b6d20dc118cf"
  "/detail/c0bf2ef7bee34d39b2e240d343e8a706"
  "/detail/87c6574bc8b44c33a696f1917c5f0834"
  "/detail/1bbf818f2aaf434fbba4c88a80c30013"
  "/detail/22c6fddc66d44bc5acb639400bef41f5"
  "/detail/c91b25fc051e458aa7d52a63cbceb487"
  "/detail/fb27462615b64401b36b3ae0c4709ebf"
  "/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2"
  "/detail/fc5a03670cf94cde80a990eea0db8e18"
  "/detail/9fe151c63f5f4440b39ec32a679e554f"
  "/detail/7dd79c471f024efd892f00fa6e83d57d"
  "/detail/4fc326eb97cd4ca091f84f285443b6b3"
  "/detail/4fe073ec27dc456baeb61a3215aa9dd8"
  "/detail/5cb7161f18834128b5ce919e1cf41bc6"
  "/detail/9b30f3fde37a424f9985730d3f0ec317"
  "/detail/5f4ce20904a24de4a5f28cea3f5c864e"
  "/detail/0c696426b680410abb01d293355000f6"
  "/detail/93e3058434c84972bd1a618c7d019127"
  "/detail/b329e4a830a046748d35be1d2968f123"
  "/detail/412f779ee72a43378b8d2213ee1f3f27"
  "/detail/819a8a7701274ab78a7532a4a60dd98c"
  "/detail/fd3ea27a9e9a4ccc86e657ebaa858e73"
  "/detail/3d44da570e384ee5aa11a94e08c25762"
  "/detail/f70f94b588c34f19a36f10ecf9ee1078"
  "/detail/97e8034daaa848aa9f560ea2fe429c03"
  "/detail/32b93f4acf14439ca04dfe55b4e0dea9"
  "/detail/c9473f029a1a4a78b4a89bcdcce13b77"
  "/detail/375a01a4c87948d0b8f40aeded131885"
  "/detail/06a85599ac564c26a8d32cd5f54a52c7"
  "/detail/90d2d49d95e244ca963853b5c550a967"
  "/detail/1f5497faead44bccb9d57c6c5b58897f"
  "/detail/6599b7d7c2ab4823bc69ac4eb29efd74"
  "/detail/49a2ee8a72714e3fa9f074ea4d61ec66"
  "/detail/7e36e27d07e845b4b3e436352524e25d"
  "/detail/d1220313c4cf48dbb03eb1357a8ea10b"
  "/detail/fb881b050804476897098861e68d745e"
  "/detail/5a88dab8596d436d889e560c822f6e26"
  "/detail/65139590dc384732a2c0a4330e2e1586"
  "/detail/62c0265dee0a417b90d42654aa9b1dd8"
  "/detail/0a484b9c42a642b38e168ccb38126701"
  "/detail/348e1d4026c7433d9ddb3d8d7b16b839"
  "/detail/8199d6503ef34e51ae97e2ef85a0ef4a"
  "/detail/fab972d88179476e8cc8ac674308c14d"
  "/detail/c92b2184d8094db789e698ab1422f4a2"
  "/detail/bd2291c9291a442b9f047f4444324f43"
  "/detail/8e57cd1167994de48b0e25925d4d6f94"
  "/detail/ae279323703a4c45969662eb1599c194"
  "/detail/88a853f8d360444f89bd1a3d16e2b226"
  "/detail/c6c244fecbb04c999bff987241025147"
  "/detail/c21799bca01b4daea4af8b407e627edd"
  "/detail/e1bdcc1632e6494f8f7847f150af46b5"
  "/detail/7e765ba12126462a8156d5f69bb6c6da"
  "/detail/c9b82d3907a849aeb1271bf6d596bb24"
  "/detail/cfd090e5177841249aad0a868a2abe7e"
  "/detail/9fa306c764344cf2a08bf02d94840004"
  "/detail/a0d4746ccb504f23b79ac973fda06740"
  "/detail/1a78805abfb049da85dfcdcb877c624d"
  "/detail/65d1875fbe854a2f8008ab559403e6a0"
  "/detail/be5a036021484e7c9c2f2446e8f73432"
  "/detail/7564b02604bb4f1c804f575f275b6742"
  "/detail/8b12e2a54bef442192b72b493483a129"
  "/detail/5edd100250754adeba488ca084933b05"
  "/detail/d5d625385776481fa8f546ad58115134"
  "/detail/72c8ba90cdf643ce9cbfb14d5e628cde"
  "/detail/a19c25e6fb4043c49b1454814494c0da"
  "/detail/fa71c118f9ad4bd484f6b3a33163d138"
  "/detail/4a1fcd51c6c24053a83cff41072d6ccd"
  "/detail/8be1e62c538245698845f082aab2d26c"
  "/detail/8d9ca9e39aa942e2809c1f2aa09936dc"
  "/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.47 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.