GET https://staging.ktm-sturm.de/ersatzteilfinder/fe-501-limited-edition-2014-modelcode-F2403N4

Query Metrics

113 Database Queries
101 Different statements
977.36 ms Query time

Queries

Group similar statements

# Time Info
1 0.69 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.18 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.42 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.21 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.43 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.42 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/fe-501-limited-edition-2014-modelcode-F2403N4"
  "ersatzteilfinder/fe-501-limited-edition-2014-modelcode-F2403N4/"
]
7 0.31 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/fe-501-limited-edition-2014-modelcode-F2403N4"
]
8 1.02 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.25 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.20 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "mkktnEoRjLimUx9d7I1zAr5LNavwzs8h"
]
11 0.25 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.40 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.19 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.21 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.30 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.22 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.25 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.23 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.15 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.43 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.36 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.41 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
23 0.17 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.17 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "mkktnEoRjLimUx9d7I1zAr5LNavwzs8h"
]
25 0.22 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.44 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.20 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.19 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.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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.21 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.28 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.18 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.80 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.38 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.51 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
38 0.37 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
39 0.41 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.36 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.27 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.33 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
43 0.24 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.26 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.25 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.76 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.47 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.34 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.61 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.38 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.61 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.31 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
53 0.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.23 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.27 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.58 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.32 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.40 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.47 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.44 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.30 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.29 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 0.70 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.29 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 563.90 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.83 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.27 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.43 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.34 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.58 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.45 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 1.39 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.24 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.31 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 3.21 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F2403N4%"
]
77 36.63 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:
[
  1000264023
]
78 19.83 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (10550,10634,12445,12576,12583,12595,12597,12604,12616,12622,12657,13483,13680,13748,13764,13817,13869,13948,13952,13957,13983,14385,14390,15128,15133,15136,15142,15203,15258,15260,15263,15296,15311,15313,15319,15325,15335,15348,15377,15392,15404,15407,15418,15508) ORDER BY number, part_type ASC
Parameters:
[]
79 181.98 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (10550,10634,12445,12576,12583,12595,12597,12604,12616,12622,12657,13483,13680,13748,13764,13817,13869,13948,13952,13957,13983,14385,14390,15128,15133,15136,15142,15203,15258,15260,15263,15296,15311,15313,15319,15325,15335,15348,15377,15392,15404,15407,15418,15508) AND article_number IN ("18157N6901","77204089000","8030950104430","77709010044","54809011000","0625069068","78009015000","0760354771","78009012000","77109071226","77109072000","8120907010030","50309073000","00050000916","78109090000","77110090050","77309060000","59009062013","77309081000","54809082000","54809081050","55003135000","54809081070","8031050114430","78010010144","59010011000","0625060058","0472047175","0760324771","78010016000","77110071193","8121007010030","77310060000","50310073200","78010015000","5831015104830","5831015105030","5831015105230","0019080266S","06923080003","78010167118","78010166000","78110090000","50210086000","77310085044","50310084000","50304040100","58414030000","50310099000","00050002031","00050002036","00050000957","54813080101","50313081200","54813082000","54813090300","77713083000","54813018000","54813075000","54613218000","77213070100","62513020000","0603100141","78130000033","57031523145","60030063070","75030010100","54830027000","59030023000","51030026100","0770035020","81230064000","0912040103","58038022000","58030021000","0018050103","78033032000","78033132000","0019050121S","0025060406","0025060606","0025060756","0025060806","0025060856","78130099000","78133001050","78033005100","78033003000","78033006100","78033002000","56033030000","0405222613","78033033000","0471250120","78033031000","78033001110","0625062054","0019050106","0625062036","78033010000","78033011100","78033015000","78033013000","78033014000","78033016000","78033012100","0405222611","59033080000","0405202612","0471170015","0625062035","49030023000","0760324571","0770020220","78133014000","50033029013","50033029014","50033029015","59033034044","00050000941","61230045000","81235055020","81235055110","0760123073","0402040980","78135053000","78135052000","0025060256","0025060656","0603061001","81235055015","78136120044","78930036010","78036052000DA","78036053100","78036054100","75036052010","77236044000","0025060166S","78136139000","78036041000","58030010200","78036024000","77136026001","78136025001","78630044000","77336089010","59030296000","0025060086","61036047000","77236048000","0770100020","60011252000","58431082300","78130087000","78038001017","0458030080","75030003050","75030003051","81205027003","81205027004","78138102000","0402041580","61238111000","0770440020","78038004000","0799060000","58038007755","78138001029","78138003000","59038011012","0770012021","0402251980","0402251180","0770020170","78138015001","59038017000","0770170200","07701250151","59038016100","77038005044","07700390261","75038041200","0770125015","0025050166","0401090003","58038023300","0908120153","78040028000","0988172405","0471170010","0912060208","78938015010","78730038200","78030035000","58530014100","77241001000","81241085044","81241013044","75041023144","81241077044","81241056044","81241060000","81241056020","61041077010","81241077030","75041085010","81241085020","81241085030","75041023020","75041023010","75041013010","81241031100","77241031050","61041080000","61041088000","0025060206","77111014050","77507017000","77013060044","54813062100","54813063000","50311051100","77213070000","77213050044","54813051000","0025050126","54603062000","0025060206S","54813056000","0985060003","54813055000","0032100406S","59001037000","46030045000","0625060002","54630044000","0025060126","00062030000","78130056100","78130056132","78130056101","0888030037","0618121912","78132001076","0405252910","78132015100","77232009100","78132002200","78132013000","78132003000","78132025100","78132004000","59032011100","59032010200","78132054100","78132018000","0936181505","0025060306","59032065000","54832061044","54832066000","54832067000","54832069000","78132063000","50329050000","59032010100","78132057044","78132006100","78132005000","78132002111","78932010000","78932010033","78140001000","0770250030","0912060404","78040016004","78040029000","78040016100","78940022000","78940020033","75040026000","78103190100","59003090350","78103190030","8130711304499","50307011000","7810700804455","50307014000","0026060136","50330022000","78007029000","8130805400028A","50308052000","0017060206","81307840000","81307840050","78107089000","81207090000","78107088000","78107088014","78107088017","00050157706","77407116000","58507012000","78107016100","5850701050030","77707010000","78141013190","0017060255","8120800110028","8130801010028","81208003000","0081050181","8120800910030","50308009051","50308009050","0024060156","50211086000","8130801300028A","81308015000","78108016050","58412080000","83008100020","0017060205","78130001244","78130626000KA","78130027000","78130025000","78030095100","61030019050","0471190120","0770160021","49030090000","0770191015","58030120000","83033056000","0760142460","78030080000","58030081000","0025060556","77713001144","77713003000","77713008100","50313005000","77713006000","77713002000","77713007100","77713004000","77711050000","58012040150","59013011000","54813020100","54802051000","7701301500101","77013014000","77013021000","77013019000","77013017000","77013018000","77713030000","61013020100","0025080356S","78730218000","78730215044","78730007200 I","78730007200 II","78930030000","78930032000","78130033000","77330074000","0625062071","78030029200","78132000032","78036014200","0760354774","0888030050","00050002308","00050000211","00050000212","59034031000","50232050001","54632095000","54634050000","54634014100","54634020000","56534013100","78034005144","54634008044","78034020000","58038023200","50334018100","78134015044","78034012000","0012060303","78134024044","0025050206","54634052300","60034023000","78034019000","59034001100","0021050003","59034002100","0625618050","50233041000","78034003100","77035007300","78035008100","77335016000","77235071044","10001020000","42013037400","58335099000","50303089000","50335030001","78135025000","78135027000","78135126033","0770320020","59435117000","0016040183","7733503400030","77235073000","41001052000","77335001000","0023060123","77735045000","58435041000","81235943000","0011400800","00050000131","78936030100","78036031000","78936036000","59036027000","77036027000","78936028000","78936032000","78136032000","77336033100","77036033000","78036061044","78036056200","78036060044","0770110015","78036081000","77036080000","78036080000","77036035172","77036035176","77036035180","77036035184","77036035188","77036035192","77036035196","77036035200","77036035204","77036035208","77036035212","77036035216","77036035220","77036035224","77036035228","77036035232","77036035236","77036035240","77036035244","77036035248","77036035252","77036035256","77036035260","78136029044","78136028044","78136030010","78736010033","78036012033","0799050000","59036003050","59036003000","0025060166","0618182414","0618404712","78636013000","78136002100","78136001000","77236001160","78136018000","24187N6901","0025080256","0025080406","0025080506","0032100356S","0025080256S","0770025035","8130103202030","7720103402030","54801036000","77201038000","59401039032","59401039037","59401039042","54201081100","54601084100","54601184000","78001085000DA","78101086000","59001092050","78001094200DA","00050000921","00050000930","48601029S1","48601028S1","48601008","48601009","48600013","48601179","48600070","48601178","48600736","91410081S","91410082S","91410083S","91410084S","91410085S","91410086S","91410092S","48600456","48600458","48601050E","48601116E","R14033","48601031S","R14034","48601279S","48601025S1","R14035","48601123S","R14036","48600382","48601054S","48601035S","48601021S","48601021S2","48601021S3","48601021S4","46811265","48601166S1","T511","R24001","7800200100017","80302602044","13011070060","0934040003","0084040223","0985040203","7770207900028","50311070000","78102010000","80302021000","44011076140","44011076200","50311029000","54802030144","54802031000","54802032000","5480200310030","54802052000","54802037000","54802038100","54802046000","58412040000","58412041000","58412040050","54802005100","78111074000","78102091000","58012040000","58012140000","8130360120028","8130300211030","8130300212030","8130300213030","78703113000","60011093075","77207012000","58111076000","78103035000","0934080003","77036079000","0035080206S","56530079000S","47106003160","81303002011","0019080306S","0035080306S","54310086100","0025080306","78003040050","78003041050","54803044000","54603041000","0125100003","0094032253","78003040033","55007016001","78103096000","77203053000","77203053010","78103096010","78003023044","58605083014","78003023090","78003023080","0770180020","78003023070","81203024000","78003023182","0019080206S","0770120020","78003023083","78003023081","78003024100","78003023155","50303018000","50180944S1","50180213S15","50180218","R12012","46180010","52000087","50180095","46810893","36120151","46811208","50180937","14460042","50180938","50180965","91210102S","91210103S","91210104S","91210105S","50180793","50180824","50180273","50180141","50180836","50180786S","50180801","50180603SA","50180780","50180798","50180800","50180605S","50180604","46180119","50180103","50180606","50180126","50180626","50181077","46811205","50180773SA1","50180751S1","R12022","7720408014401","7720408304401","77404084000","54603097000","0760253270","77204080130","54603081000","0760243050","77204080020","77204085000","77204087000","77204080010","0618182416","77204084010","0618222820","0760222841","77404084020","77404084010","54603090010","54603090020","54603090030","77204080110","77204080090","77204083010","81304030044","77304066050","0009050106","76504042000","54804034000","59404032000","0618222812","54603036000","78104070100","59009062019","0025060456","78104060000","56509064100","0021060003","77304037000","54804038000","77204041000","77204066010","54603055051","78104060010","78104070010","59404230110","81305681000","81305011050","81305681080","77705081050","81305069000","0137060003","77205169000","77205068000","0770740015","50305016000","50305116000","78105081010","8130501100030","77308013010","0081050121","54603048000","78705081060","77005081065","77005081055","78905078700","78705009000","75041090100","59405069000","77405009065","78105091000","00050000817","8130600400028C","8130610110030","8130600300028C","81306001010","78006027000","81306026000","77206016000","77206015000","78106014000","78106012000","78106012050","77306010000","81306017000","77306010010","80308599000","80308597600","80308592110","80308590000","78111075133","77711079000","78111034000","44011076305","83013026000","44611207200","58211031100","49111425200","81211096000","81311059000","77240099000","58411059100","76211058000","58011109120","61111057000","81311059050","58511053000","81311037000","0902060083","77711094000","77711094050","50311060200","78011061000","0125050003","0934050003","77711083000","81214001000","54814001050","44111038000","0912050353","81208008000","49011435100","54811001050","81208003010","78114040000","75014047000","77711081000","0081250181","54814025200","54814026200","44111015100","0797100003","54814028000","81314069000","81314069010","81314068000","60111094000","81314069050","0471009104","77714060000","0081645121","58011024300","54813026000","00062030019","00063004202","52000115","58411098100","77229072000","80312002000","80312099000","81212016100","HQV0110","3402008EN","80329899000","50329080100","78130002300KA","78130040000","59039034000","77139090000","75039093000","0019040106S","81230002010","58439006000","78039205000","83039004000","0137120000","49030021000","0025050306","0026060186")
Parameters:
[]
80 0.40 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000264023
]
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:
[
  "1000264023"
]
82 21.98 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"hkª/K|L\x05”ð™‚Gœ´a"
  b"®ó¾Ë˜+Jë»drtP/³­"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"\tÑÞNŸˆ¹YµáJ2×"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"""
    O6Øñj\n
    I\x1F¿Èî:lÕMÉ
    """
  b"ÛRwkK…D"‚±rÇ\tØ(Ü"
  b"ú)tEgtO½µ3~oÀdÚ­"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"Gm 6R4OJ²eprû¬#["
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"""
    \n
    Å\n
    \x0F1]B»║▀d\x01UÔúG
    """
  b"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"Û\x0FØCÆ\x1CMÊøòØ\x15Õ1\x13É"
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Å(Ü\x06äçB\x00ô╠(E┴YoÏ"
  b"ÿ~†æä©Bµ°~6Âe\x1FªD"
  b"(\x12\x01ò¾ûG■Ø▒~─#├Yc"
  b"Ãg\x02ØØØA«ôKém#ı`\x17"
  b"T;\x03³õ\eE■òÉ\x13Ø!\x10\t"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\x0E=’øøF6ŸÙHÈøÃR\x19"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"""
    l\x7FÇ·æÎL&´\x13\n
    ŒL¤}ü
    """
  b"À\x011íüXIʼf»M┬\v╝´"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"""
    0©z\n
    \x02XDü”;®‰}}ï…
    """
  b"àÂj¸\x16ÂB\¡\x01רÜ}Å\x15"
  b"\x1F¾ö'—€LЄòú\x02\x15+|µ"
  b"""
    4s_ÙÌZ@J”\n
    f˜`\x1A
    """
  b"V†Cp¦ùI\x0F¿!¬^³.Ç¢"
  b"ݦú±?\x1DH╩®└pnôØ▄Ò"
  b"áÕ‰~‡­Gä‡f\x0Fz\x07Î\x1C("
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"xößNʯEd»Q\x03MvšÓù"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"ã®Àg“0E¢“KÑã…l&:"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"s&ñ\x1F$¯B\x08…8lî¨ÐÊÓ"
  b"[,Þ~ÿgNÓ¨|Z\x0Få—Jw"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    ¦F½:ãšFØ›‘‘È\n
    (Zu
    """
  b"€…ƒK×\x01J´¾,à¡«`.Ç"
  b"█╩Ú┬ÅkJ%Å>è^@├"Ã"
  b"\x19ÏÊ'\x03jGiŲà╔─═ÇX"
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"Ñ{Þ\x18¶+Kwì¹/eÖÃÏÞ"
  b"""
    A\n
    ÿ]VÅKu³Õy”‚k(x
    """
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b"mP\x1Al\x19\x15L*│µ\x1Fã\x03áü\x07"
  b"""
    \n
    ?/╔P=Iƒÿ´\x14Ø▄/\x1F\t
    """
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"å(Ò\x14+YLÅëRäFºEü╔"
  b"*ñ‚KiºCųÜ9Œu‡…ì"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"HR•!©çHë®Æ8`ƒ\x10à\e"
  b"5▒F¶ðMLÍìbx═~Ýçµ"
  b"\x1EÛ\x04.\tEp¦ Ÿ”\x0EA—\x14"
  b"IP…1\e1GO íòs=\x1A…?"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"lÉÔtBŠM”µèªÎàmñR"
  b">ãh­\x0F¶LØò³\x01Ø\x02±/B"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"ÿœ»\x00\x14žC‡‘:$³NÔ†}"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"†;øfaîJD’0w&Óå0­"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"\x18~▀ÍYÃLIücø#à├\x00È"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"Aív½-¤J•½{w”¬ÖÝÅ"
  b"n¾Åå=?G\x19¥¡‗\nrÑ╬\x00"
  b"÷ä\x17|n\x02D¢¯æiuJõam"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Ÿ% RîÅDþV©´çs)f"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"”{FXqüKÀ¶[Aé¹lAl"
  b"ùWÃ:€\x0EHÜŠRaýãÌöz"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"#¦ÄО”CG½ƒe‡m žœ"
  b"omèð=îI´å»¼¢ü>Ø3"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"\x03F3ÝyðDª¬³Šœ™ Žn"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"þ'\tÌ\x0EmOû…Îȵ\x11ò`s"
  b"[o\x1Còe1GEóIlü"\r"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"éK®m“pMƒ¯‘îT±9×ø"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"s·(4(\x03C¶µé,\x04Bu³å"
  b"Œˆ\x13Yá©O=„•ó‰Ñ‹ÌÈ"
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"÷árЂTNb»B:‚W~i²"
  b"""
    jÆM\n
    \x02dFÚ¨#¾¤"4w†
    """
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"o\x16zŸfKBƒ¢½Ps‘üã\x03"
  b"""
    xs\n
    å'_MV”_‚Ë×§\x04i
    """
  b"ê/\x1A\x1F\x1Fg@§»(\x03BÞò„*"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"""
    J±ñ┌"JA¸ü°ÖÄÊ\n
    ½\x1D
    """
  b"V_Óøã¯FDëÉh\·÷<W"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"Ë'©A»SId“ˆ•r«šs7"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"Ä`{ •jD3¤¥\x0E♀\x17Â"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"ü²9▓;[Kçà­TOûz¬1"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"zí]½óOE®‹s\vù11‹´"
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"Æ­ëÖ×\x01Bã¥┐.M^ÉÏõ"
  b"Á[µÀ└£E'ëã<YÙ╔ìõ"
  b"ÐO\fÛÌnI¤§£±ðeNø\x02"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"\tM¼ü_\x1DM"ÖåXö1U╝╔"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b".\x7Fnå▀©JØÿC¿[ÈıC\t"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"K\ú╦z\x1FD\x14Éýfò~Þ8\x16"
  b"ë╗õ°■EA(º╚@uèØ_:"
  b"yúÔó\voBü„\fð°ø".."
  b"Qü┌ô┤¨OøüÂ\x17­Äc[_"
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"4Üf\x04Ý{Kv¼Ú+h\rÜÉ3"
  b"\x0F…Ãj‰HKB²g„c\x1CPÇ*"
  b"S¨7\x0EM,Hùžr)âOÏŠb"
  b"n\x00Óà\x148O\x0EЏŸ/¢elo"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"#-\x7FíÎÓMÖÆÅ\x0E )(Hû"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"j¾@žm;H›œ\x1DêjY€9g"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"«@IZfCNh·›ïª­\x045D"
  b"»\x1E%eªÑO©Œbà§Ÿ[õ\x08"
  b"<ÇþáL)K\x17\x01 ▒ÙXÅ2"
  b"ìÔŒ´š\x12Dq…×G£Ÿ\x1A~\"
  b"á>hE\x010B騰UÊVÖœ("
  b"ï‚ÿ'Ô¡G\x03¬Ÿy\x19Ð|qƒ"
  b"W-£žY>K—«-0´ˆd+\x08"
  b"…c\x1D¦‚ŠLV¦\x08¬\x08Äõ\x14Ê"
  b"\x19üõîŒØCh±ï´±Œ`\x08<"
  b"¦┬?@·WFƒì\x0F\x7Fò®qî"
  b"^å¦$§;F«—œøÉH੎"
  b"\x15#àcIm‹ˆ[,ÒÀs'"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"/²l\x1E°šJq˜Ïo»-»JÅ"
  b"D\x07?+¦jEÚœà\x17vÊÖÞ\e"
  b"G\fä}┴üGµ╝ÍD#┘ª─ë"
  b"ï^Á}G9DM‹¦ª=µ\x7Fr\e"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"j_.uµuL²—R'†Ý9&Ê"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"ÊIÛ`å\x1AJ"Š »ä\x7FØor"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16â¦CK\x00ú\x0EÜàg Îì"
  b"\x1A±Yh‚âI?ªŸ\tÒ\x7F×\tr"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"u\x1Ey5Î<G\eèØùÿ\x1F"Lý"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"\r©1p/ÂE¤“8p•íTý\x19"
  b"âo¼€³ñATµ;Ð\x14\x07Q™v"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"çÍmË)\x00K³‰Ì\x08í&\x1D\x07K"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Ëe¾ã\x03kKK„?;x\eg|7"
  b"T›Z\x14=\x11B…ªá»\x02\x00•üd"
  b"\x0EáF´-¦MXâ.cDÅ]█\x11"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"ès~¹oáEןòõ¯¼Î…*"
  b"´² \x02Î\x1AB¡»âRð´G”\"
  b">‘HóÙeI8¢bîð‘!\x08\x12"
  b"à3÷\x0FÞ\tJü¬ó ³<è\f\x12"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"—¦ùÄ\x00”Bÿ¥\x10j•¤ÿuÞ"
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"\x02■ºV!LHÓØwHÐ\x11h═À"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"\O˜Š¢\rGò¸ô\t‹&*\x00"
  b"œù“‘N<I’¹<G›&\x1F¹’"
  b"Qow\eü\x08C™¤˜,o]‡¸U"
  b"<ä’JH`Eµ«\tæ¤Ú•îó"
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"ÈAì╗¥ÎB╚ö»r_ïÂÍ÷"
  b"UG»«ÀnF±“¼\x0FGÓ4!M"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b""\x1C8u¶†D1½‹‘\x05‚­Î\v"
  b"/ßJ1(ùA¡©\‘*úªbá"
  b"úB8nòXLâªä¶\x07Îûß\x0F"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"YÓQóWiNküñP¦¤,®÷"
  b"š\x14\x05]\x10]AÛŠÏ\x02r†dÎ,"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"Zûûä!ôL\x14­B\x17\x17‚§ä‚"
  b"\x03k\x00\x08\x08‰E+Œû×z¬Æ|T"
  b"VY8Z¾\x0FKÛìı╣9þâ\x1F>"
  b"\x1CÜP\f‚TKœ‚-£\x7FŒ\x0EKP"
  b"kh┴ô!+JèÑò└C´¡ÅJ"
  b"VJ\x19T}6J,†´'å±­ó7"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"_S`õYìJ&ë1╣Ñ█0£6"
  b"$?\x07Š"7M‘±Îf”%Ê©;"
  b"Éc[°J╬EËûıÒ! ©Ò┘"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"®\x03I:EsB×ÿI`3b\x06üi"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"`”Û"þ$O‡™5`±kî&„"
  b"éOÎdÖÒI‚š¾¢X¶\x7F¯¥"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¦/t\x10ßiA4žt€6\x12›“+"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"""
    \tÖ│N=*GÒê¸ÉcÌ\n
    ▀u
    """
  b"¾×7Bı\A\x15Öëì\éö┌Æ"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"n\x0EÖr®ŸJ7‘÷œ¿\x01Œ+a"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"Ã5çRÑ├OÝì¬Ï~¯▓\x04°"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"`ï}·{^Joƒ|³aDËzN"
  b"\x1E\x10ŒFyŒHŽˆi঎éNŒ"
  b"#x—S@\x01M( -®ÞySßO"
  b"\x07M¿‹!Iª…Åù¤Ü4\vD"
  b"Þ RÌÓÞO€ƒ›\x05\x08ŽdØ^"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"7Ñ ’\x13tI™ªÜÜÿ°…ìÙ"
  b"\rÔ’„ŠÙN:‡´æ#¿‡\x16"
  b"ž ¹d\x13<I¸g¡¬r¥¶Ž"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"S│╦■i\x10F║╗V×ì½}ä "
  b"£#¨AoÇE\tž]Ø\x10ù‹–>"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"òÎãd>ÿJ®è\x04·àª²ØØ"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"¡r═\x1D╔ßEتºu\x19Q=Øï"
  b"$║\x17íÿúNéì7ö2/▒¿+"
  b"\x015F¡\x02ÌCn¿™~œ{¸†Ó"
  b"åÿ0áPaK¾–ÿá\x03…*¯c"
  b"zßòc™\x19B⿽°>«<„ö"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"²úäy}pIƢ˿ª\x01T“ÿ"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"\x0E4'´Jc§›\x16è8©Q\x17"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b")p% µJOyÉPóH0\rÈ="
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"?×yûé†J룖²\¾VBÛ"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"¾´rOd§N:…W®”¹\x7F"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"ë5Ãɽ▀N9ªõÞ0!in®"
  b"4Ž+DlæD߆KÐÜv‰±\x15"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"¹H}í\x00OH$Á"Ôìóùd:"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"┌æ═y\råL┬û\x16Å─ø4ZO"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"\f\v¾mC:ƒ\x10\x19š\eÔZ}"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b":zùúÆöD; Uš4jx1C"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b":!¦ý±×Cô½:kÆöh|‹"
  b"*~C5\x07(M׋'5óN7î²"
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"■▄¹õ^ëDñü++zð8W)"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"yN}J mFUÅØÒùÆ]\x00."
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"\x18t—to3F€†ÐÄ_è§®B"
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"qbyÜûlM6‡QëÙó=*+"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"O\x00fæàHOG£vÝP\x05\x7F"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b"ÂnHg`\x03I▄ƒ=ìT░\x18ÕÆ"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\túuc5àKuìÞ/U\x05íY|"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"â{=×o•E¯¥_HÜ2ImÓ"
  b"ûÎÇ®╚JK.Üv┬oØý¬N"
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"¨‚n\x1A÷jNe§à'=\x12ÚTØ"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"\x05Ѱ?ñwB5¥Í”Ú¦˜•·"
  b"\x12\x1FUOèwJЉæLÂùo\x17"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"©ìƒ\x01╦þM\x11»(┼║¢\x06¬ê"
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"Û²_Ó@®Fm¥Ó\rט-å\x04"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"\x1Fs¤êu\x06Kt‘éÑS[\x1DZ\x1E"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"°`gÂï\x04KgŒz\x1C@2~q\x04"
  b"í¨\x19r[·@ì¾\êÏÁÂ'Â"
  b"Mh?▒\x11ãBuæ■ÉH■│A\"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"‘£ù„@\x04Cz†´(º·â)r"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"░åbB²wGÅìóaN▓Ü▄Î"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"À·§¾Ý\x1ABõ·\v\x19p~ì`\x05"
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"\x16#¾Í˜‚I ¾ÑõØèZU/"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"2├ÝV▒PDsÁí|└Éü\rq"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"\x1Dõ%úxL_Ñ\x14▒ü¾║Í\x1A"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"À\x075\x02 ÄO▄ɰ¥×÷c¯\x06"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"2ªÊ\vÇÐE5›wòOŠÓI˜"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b"\x1Dq\x02ÎOEC\e’ó{áþ\f\x02\n"
  b"$URdš…@™“_‹F·8Ò\e"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"\x121‡ñ7'C\x05¶°@˜ ñŠÊ"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"Ô░ûòJõDÑ╣Qðì\x06Å©E"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
]
83 55.46 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"hkª/K|L\x05”ð™‚Gœ´a"
  b"®ó¾Ë˜+Jë»drtP/³­"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"\tÑÞNŸˆ¹YµáJ2×"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"""
    O6Øñj\n
    I\x1F¿Èî:lÕMÉ
    """
  b"ÛRwkK…D"‚±rÇ\tØ(Ü"
  b"ú)tEgtO½µ3~oÀdÚ­"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"Gm 6R4OJ²eprû¬#["
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"""
    \n
    Å\n
    \x0F1]B»║▀d\x01UÔúG
    """
  b"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"Û\x0FØCÆ\x1CMÊøòØ\x15Õ1\x13É"
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Å(Ü\x06äçB\x00ô╠(E┴YoÏ"
  b"ÿ~†æä©Bµ°~6Âe\x1FªD"
  b"(\x12\x01ò¾ûG■Ø▒~─#├Yc"
  b"Ãg\x02ØØØA«ôKém#ı`\x17"
  b"T;\x03³õ\eE■òÉ\x13Ø!\x10\t"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\x0E=’øøF6ŸÙHÈøÃR\x19"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"""
    l\x7FÇ·æÎL&´\x13\n
    ŒL¤}ü
    """
  b"À\x011íüXIʼf»M┬\v╝´"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"""
    0©z\n
    \x02XDü”;®‰}}ï…
    """
  b"àÂj¸\x16ÂB\¡\x01רÜ}Å\x15"
  b"\x1F¾ö'—€LЄòú\x02\x15+|µ"
  b"""
    4s_ÙÌZ@J”\n
    f˜`\x1A
    """
  b"V†Cp¦ùI\x0F¿!¬^³.Ç¢"
  b"ݦú±?\x1DH╩®└pnôØ▄Ò"
  b"áÕ‰~‡­Gä‡f\x0Fz\x07Î\x1C("
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"xößNʯEd»Q\x03MvšÓù"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"ã®Àg“0E¢“KÑã…l&:"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"s&ñ\x1F$¯B\x08…8lî¨ÐÊÓ"
  b"[,Þ~ÿgNÓ¨|Z\x0Få—Jw"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    ¦F½:ãšFØ›‘‘È\n
    (Zu
    """
  b"€…ƒK×\x01J´¾,à¡«`.Ç"
  b"█╩Ú┬ÅkJ%Å>è^@├"Ã"
  b"\x19ÏÊ'\x03jGiŲà╔─═ÇX"
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"Ñ{Þ\x18¶+Kwì¹/eÖÃÏÞ"
  b"""
    A\n
    ÿ]VÅKu³Õy”‚k(x
    """
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b"mP\x1Al\x19\x15L*│µ\x1Fã\x03áü\x07"
  b"""
    \n
    ?/╔P=Iƒÿ´\x14Ø▄/\x1F\t
    """
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"å(Ò\x14+YLÅëRäFºEü╔"
  b"*ñ‚KiºCųÜ9Œu‡…ì"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"HR•!©çHë®Æ8`ƒ\x10à\e"
  b"5▒F¶ðMLÍìbx═~Ýçµ"
  b"\x1EÛ\x04.\tEp¦ Ÿ”\x0EA—\x14"
  b"IP…1\e1GO íòs=\x1A…?"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"lÉÔtBŠM”µèªÎàmñR"
  b">ãh­\x0F¶LØò³\x01Ø\x02±/B"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"ÿœ»\x00\x14žC‡‘:$³NÔ†}"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"†;øfaîJD’0w&Óå0­"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"\x18~▀ÍYÃLIücø#à├\x00È"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"Aív½-¤J•½{w”¬ÖÝÅ"
  b"n¾Åå=?G\x19¥¡‗\nrÑ╬\x00"
  b"÷ä\x17|n\x02D¢¯æiuJõam"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Ÿ% RîÅDþV©´çs)f"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"”{FXqüKÀ¶[Aé¹lAl"
  b"ùWÃ:€\x0EHÜŠRaýãÌöz"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"#¦ÄО”CG½ƒe‡m žœ"
  b"omèð=îI´å»¼¢ü>Ø3"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"\x03F3ÝyðDª¬³Šœ™ Žn"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"þ'\tÌ\x0EmOû…Îȵ\x11ò`s"
  b"[o\x1Còe1GEóIlü"\r"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"éK®m“pMƒ¯‘îT±9×ø"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"s·(4(\x03C¶µé,\x04Bu³å"
  b"Œˆ\x13Yá©O=„•ó‰Ñ‹ÌÈ"
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"÷árЂTNb»B:‚W~i²"
  b"""
    jÆM\n
    \x02dFÚ¨#¾¤"4w†
    """
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"o\x16zŸfKBƒ¢½Ps‘üã\x03"
  b"""
    xs\n
    å'_MV”_‚Ë×§\x04i
    """
  b"ê/\x1A\x1F\x1Fg@§»(\x03BÞò„*"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"""
    J±ñ┌"JA¸ü°ÖÄÊ\n
    ½\x1D
    """
  b"V_Óøã¯FDëÉh\·÷<W"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"Ë'©A»SId“ˆ•r«šs7"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"Ä`{ •jD3¤¥\x0E♀\x17Â"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"ü²9▓;[Kçà­TOûz¬1"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"zí]½óOE®‹s\vù11‹´"
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"Æ­ëÖ×\x01Bã¥┐.M^ÉÏõ"
  b"Á[µÀ└£E'ëã<YÙ╔ìõ"
  b"ÐO\fÛÌnI¤§£±ðeNø\x02"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"\tM¼ü_\x1DM"ÖåXö1U╝╔"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b".\x7Fnå▀©JØÿC¿[ÈıC\t"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"K\ú╦z\x1FD\x14Éýfò~Þ8\x16"
  b"ë╗õ°■EA(º╚@uèØ_:"
  b"yúÔó\voBü„\fð°ø".."
  b"Qü┌ô┤¨OøüÂ\x17­Äc[_"
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"4Üf\x04Ý{Kv¼Ú+h\rÜÉ3"
  b"\x0F…Ãj‰HKB²g„c\x1CPÇ*"
  b"S¨7\x0EM,Hùžr)âOÏŠb"
  b"n\x00Óà\x148O\x0EЏŸ/¢elo"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"#-\x7FíÎÓMÖÆÅ\x0E )(Hû"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"j¾@žm;H›œ\x1DêjY€9g"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"«@IZfCNh·›ïª­\x045D"
  b"»\x1E%eªÑO©Œbà§Ÿ[õ\x08"
  b"<ÇþáL)K\x17\x01 ▒ÙXÅ2"
  b"ìÔŒ´š\x12Dq…×G£Ÿ\x1A~\"
  b"á>hE\x010B騰UÊVÖœ("
  b"ï‚ÿ'Ô¡G\x03¬Ÿy\x19Ð|qƒ"
  b"W-£žY>K—«-0´ˆd+\x08"
  b"…c\x1D¦‚ŠLV¦\x08¬\x08Äõ\x14Ê"
  b"\x19üõîŒØCh±ï´±Œ`\x08<"
  b"¦┬?@·WFƒì\x0F\x7Fò®qî"
  b"^å¦$§;F«—œøÉH੎"
  b"\x15#àcIm‹ˆ[,ÒÀs'"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"/²l\x1E°šJq˜Ïo»-»JÅ"
  b"D\x07?+¦jEÚœà\x17vÊÖÞ\e"
  b"G\fä}┴üGµ╝ÍD#┘ª─ë"
  b"ï^Á}G9DM‹¦ª=µ\x7Fr\e"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"j_.uµuL²—R'†Ý9&Ê"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"ÊIÛ`å\x1AJ"Š »ä\x7FØor"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16â¦CK\x00ú\x0EÜàg Îì"
  b"\x1A±Yh‚âI?ªŸ\tÒ\x7F×\tr"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"u\x1Ey5Î<G\eèØùÿ\x1F"Lý"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"\r©1p/ÂE¤“8p•íTý\x19"
  b"âo¼€³ñATµ;Ð\x14\x07Q™v"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"çÍmË)\x00K³‰Ì\x08í&\x1D\x07K"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Ëe¾ã\x03kKK„?;x\eg|7"
  b"T›Z\x14=\x11B…ªá»\x02\x00•üd"
  b"\x0EáF´-¦MXâ.cDÅ]█\x11"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"ès~¹oáEןòõ¯¼Î…*"
  b"´² \x02Î\x1AB¡»âRð´G”\"
  b">‘HóÙeI8¢bîð‘!\x08\x12"
  b"à3÷\x0FÞ\tJü¬ó ³<è\f\x12"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"—¦ùÄ\x00”Bÿ¥\x10j•¤ÿuÞ"
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"\x02■ºV!LHÓØwHÐ\x11h═À"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"\O˜Š¢\rGò¸ô\t‹&*\x00"
  b"œù“‘N<I’¹<G›&\x1F¹’"
  b"Qow\eü\x08C™¤˜,o]‡¸U"
  b"<ä’JH`Eµ«\tæ¤Ú•îó"
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"ÈAì╗¥ÎB╚ö»r_ïÂÍ÷"
  b"UG»«ÀnF±“¼\x0FGÓ4!M"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b""\x1C8u¶†D1½‹‘\x05‚­Î\v"
  b"/ßJ1(ùA¡©\‘*úªbá"
  b"úB8nòXLâªä¶\x07Îûß\x0F"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"YÓQóWiNküñP¦¤,®÷"
  b"š\x14\x05]\x10]AÛŠÏ\x02r†dÎ,"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"Zûûä!ôL\x14­B\x17\x17‚§ä‚"
  b"\x03k\x00\x08\x08‰E+Œû×z¬Æ|T"
  b"VY8Z¾\x0FKÛìı╣9þâ\x1F>"
  b"\x1CÜP\f‚TKœ‚-£\x7FŒ\x0EKP"
  b"kh┴ô!+JèÑò└C´¡ÅJ"
  b"VJ\x19T}6J,†´'å±­ó7"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"_S`õYìJ&ë1╣Ñ█0£6"
  b"$?\x07Š"7M‘±Îf”%Ê©;"
  b"Éc[°J╬EËûıÒ! ©Ò┘"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"®\x03I:EsB×ÿI`3b\x06üi"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"`”Û"þ$O‡™5`±kî&„"
  b"éOÎdÖÒI‚š¾¢X¶\x7F¯¥"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¦/t\x10ßiA4žt€6\x12›“+"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"""
    \tÖ│N=*GÒê¸ÉcÌ\n
    ▀u
    """
  b"¾×7Bı\A\x15Öëì\éö┌Æ"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"n\x0EÖr®ŸJ7‘÷œ¿\x01Œ+a"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"Ã5çRÑ├OÝì¬Ï~¯▓\x04°"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"`ï}·{^Joƒ|³aDËzN"
  b"\x1E\x10ŒFyŒHŽˆi঎éNŒ"
  b"#x—S@\x01M( -®ÞySßO"
  b"\x07M¿‹!Iª…Åù¤Ü4\vD"
  b"Þ RÌÓÞO€ƒ›\x05\x08ŽdØ^"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"7Ñ ’\x13tI™ªÜÜÿ°…ìÙ"
  b"\rÔ’„ŠÙN:‡´æ#¿‡\x16"
  b"ž ¹d\x13<I¸g¡¬r¥¶Ž"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"S│╦■i\x10F║╗V×ì½}ä "
  b"£#¨AoÇE\tž]Ø\x10ù‹–>"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"òÎãd>ÿJ®è\x04·àª²ØØ"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"¡r═\x1D╔ßEتºu\x19Q=Øï"
  b"$║\x17íÿúNéì7ö2/▒¿+"
  b"\x015F¡\x02ÌCn¿™~œ{¸†Ó"
  b"åÿ0áPaK¾–ÿá\x03…*¯c"
  b"zßòc™\x19B⿽°>«<„ö"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"²úäy}pIƢ˿ª\x01T“ÿ"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"\x0E4'´Jc§›\x16è8©Q\x17"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b")p% µJOyÉPóH0\rÈ="
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"?×yûé†J룖²\¾VBÛ"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"¾´rOd§N:…W®”¹\x7F"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"ë5Ãɽ▀N9ªõÞ0!in®"
  b"4Ž+DlæD߆KÐÜv‰±\x15"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"¹H}í\x00OH$Á"Ôìóùd:"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"┌æ═y\råL┬û\x16Å─ø4ZO"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"\f\v¾mC:ƒ\x10\x19š\eÔZ}"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b":zùúÆöD; Uš4jx1C"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b":!¦ý±×Cô½:kÆöh|‹"
  b"*~C5\x07(M׋'5óN7î²"
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"■▄¹õ^ëDñü++zð8W)"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"yN}J mFUÅØÒùÆ]\x00."
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"\x18t—to3F€†ÐÄ_è§®B"
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"qbyÜûlM6‡QëÙó=*+"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"O\x00fæàHOG£vÝP\x05\x7F"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b"ÂnHg`\x03I▄ƒ=ìT░\x18ÕÆ"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\túuc5àKuìÞ/U\x05íY|"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"â{=×o•E¯¥_HÜ2ImÓ"
  b"ûÎÇ®╚JK.Üv┬oØý¬N"
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"¨‚n\x1A÷jNe§à'=\x12ÚTØ"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"\x05Ѱ?ñwB5¥Í”Ú¦˜•·"
  b"\x12\x1FUOèwJЉæLÂùo\x17"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"©ìƒ\x01╦þM\x11»(┼║¢\x06¬ê"
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"Û²_Ó@®Fm¥Ó\rט-å\x04"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"\x1Fs¤êu\x06Kt‘éÑS[\x1DZ\x1E"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"°`gÂï\x04KgŒz\x1C@2~q\x04"
  b"í¨\x19r[·@ì¾\êÏÁÂ'Â"
  b"Mh?▒\x11ãBuæ■ÉH■│A\"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"‘£ù„@\x04Cz†´(º·â)r"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"░åbB²wGÅìóaN▓Ü▄Î"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"À·§¾Ý\x1ABõ·\v\x19p~ì`\x05"
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"\x16#¾Í˜‚I ¾ÑõØèZU/"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"2├ÝV▒PDsÁí|└Éü\rq"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"\x1Dõ%úxL_Ñ\x14▒ü¾║Í\x1A"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"À\x075\x02 ÄO▄ɰ¥×÷c¯\x06"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"2ªÊ\vÇÐE5›wòOŠÓI˜"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b"\x1Dq\x02ÎOEC\e’ó{áþ\f\x02\n"
  b"$URdš…@™“_‹F·8Ò\e"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"\x121‡ñ7'C\x05¶°@˜ ñŠÊ"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"Ô░ûòJõDÑ╣Qðì\x06Å©E"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
]
84 2.07 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"\x015F¡\x02ÌCn¿™~œ{¸†Ó"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"\x02■ºV!LHÓØwHÐ\x11h═À"
  b"\x03F3ÝyðDª¬³Šœ™ Žn"
  b"\x03k\x00\x08\x08‰E+Œû×z¬Æ|T"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x05Ѱ?ñwB5¥Í”Ú¦˜•·"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"\tM¼ü_\x1DM"ÖåXö1U╝╔"
  b"""
    \tÖ│N=*GÒê¸ÉcÌ\n
    ▀u
    """
  b"\túuc5àKuìÞ/U\x05íY|"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"""
    \n
    ?/╔P=Iƒÿ´\x14Ø▄/\x1F\t
    """
  b"""
    \n
    Å\n
    \x0F1]B»║▀d\x01UÔúG
    """
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\v¾mC:ƒ\x10\x19š\eÔZ}"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\r©1p/ÂE¤“8p•íTý\x19"
  b"\rÔ’„ŠÙN:‡´æ#¿‡\x16"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b"\x0EáF´-¦MXâ.cDÅ]█\x11"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x0F…Ãj‰HKB²g„c\x1CPÇ*"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x12\x1FUOèwJЉæLÂùo\x17"
  b"\x121‡ñ7'C\x05¶°@˜ ñŠÊ"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16#¾Í˜‚I ¾ÑõØèZU/"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"\x18t—to3F€†ÐÄ_è§®B"
  b"\x18~▀ÍYÃLIücø#à├\x00È"
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"\x19ÏÊ'\x03jGiŲà╔─═ÇX"
  b"\x19üõîŒØCh±ï´±Œ`\x08<"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x1A±Yh‚âI?ªŸ\tÒ\x7F×\tr"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1CÜP\f‚TKœ‚-£\x7FŒ\x0EKP"
  b"\x1Dq\x02ÎOEC\e’ó{áþ\f\x02\n"
  b"\x1Dõ%úxL_Ñ\x14▒ü¾║Í\x1A"
  b"\x1E\x10ŒFyŒHŽˆi঎éNŒ"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"\x1Fs¤êu\x06Kt‘éÑS[\x1DZ\x1E"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1F¾ö'—€LЄòú\x02\x15+|µ"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\tÑÞNŸˆ¹YµáJ2×"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"\x16â¦CK\x00ú\x0EÜàg Îì"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"!¥8ÂCkKužÒNØG!Zx"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""\x1C8u¶†D1½‹‘\x05‚­Î\v"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#-\x7FíÎÓMÖÆÅ\x0E )(Hû"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"#x—S@\x01M( -®ÞySßO"
  b"#¦ÄО”CG½ƒe‡m žœ"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"$?\x07Š"7M‘±Îf”%Ê©;"
  b"$URdš…@™“_‹F·8Ò\e"
  b"$║\x17íÿúNéì7ö2/▒¿+"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"\x0E4'´Jc§›\x16è8©Q\x17"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"(\x12\x01ò¾ûG■Ø▒~─#├Yc"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")p% µJOyÉPóH0\rÈ="
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*~C5\x07(M׋'5óN7î²"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"*ñ‚KiºCųÜ9Œu‡…ì"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".\x7Fnå▀©JØÿC¿[ÈıC\t"
  b"/²l\x1E°šJq˜Ïo»-»JÅ"
  b"/ßJ1(ùA¡©\‘*úªbá"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"""
    0©z\n
    \x02XDü”;®‰}}ï…
    """
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"2ªÊ\vÇÐE5›wòOŠÓI˜"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"2├ÝV▒PDsÁí|└Éü\rq"
  b"""
    4s_ÙÌZ@J”\n
    f˜`\x1A
    """
  b"4Ž+DlæD߆KÐÜv‰±\x15"
  b"4Üf\x04Ý{Kv¼Ú+h\rÜÉ3"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5▒F¶ðMLÍìbx═~Ýçµ"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"7Ñ ’\x13tI™ªÜÜÿ°…ìÙ"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":!¦ý±×Cô½:kÆöh|‹"
  b":zùúÆöD; Uš4jx1C"
  b"\x15#àcIm‹ˆ[,ÒÀs'"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<ÇþáL)K\x17\x01 ▒ÙXÅ2"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"<ä’JH`Eµ«\tæ¤Ú•îó"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b">‘HóÙeI8¢bîð‘!\x08\x12"
  b">ãh­\x0F¶LØò³\x01Ø\x02±/B"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?×yûé†J룖²\¾VBÛ"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"""
    A\n
    ÿ]VÅKu³Õy”‚k(x
    """
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"Aív½-¤J•½{w”¬ÖÝÅ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"D\x07?+¦jEÚœà\x17vÊÖÞ\e"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"G\fä}┴üGµ╝ÍD#┘ª─ë"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"Gm 6R4OJ²eprû¬#["
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"HR•!©çHë®Æ8`ƒ\x10à\e"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"IP…1\e1GO íòs=\x1A…?"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"""
    J±ñ┌"JA¸ü°ÖÄÊ\n
    ½\x1D
    """
  b"K\ú╦z\x1FD\x14Éýfò~Þ8\x16"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"Mh?▒\x11ãBuæ■ÉH■│A\"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"O\x00fæàHOG£vÝP\x05\x7F"
  b"""
    O6Øñj\n
    I\x1F¿Èî:lÕMÉ
    """
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Qow\eü\x08C™¤˜,o]‡¸U"
  b"Qü┌ô┤¨OøüÂ\x17­Äc[_"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S¨7\x0EM,Hùžr)âOÏŠb"
  b"S│╦■i\x10F║╗V×ì½}ä "
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"T;\x03³õ\eE■òÉ\x13Ø!\x10\t"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T›Z\x14=\x11B…ªá»\x02\x00•üd"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"UG»«ÀnF±“¼\x0FGÓ4!M"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"VJ\x19T}6J,†´'å±­ó7"
  b"VY8Z¾\x0FKÛìı╣9þâ\x1F>"
  b"V_Óøã¯FDëÉh\·÷<W"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"V†Cp¦ùI\x0F¿!¬^³.Ç¢"
  b"W-£žY>K—«-0´ˆd+\x08"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"YÓQóWiNküñP¦¤,®÷"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"Zûûä!ôL\x14­B\x17\x17‚§ä‚"
  b"[,Þ~ÿgNÓ¨|Z\x0Få—Jw"
  b"[o\x1Còe1GEóIlü"\r"
  b"\O˜Š¢\rGò¸ô\t‹&*\x00"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"^å¦$§;F«—œøÉH੎"
  b"_S`õYìJ&ë1╣Ñ█0£6"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`ï}·{^Joƒ|³aDËzN"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"j_.uµuL²—R'†Ý9&Ê"
  b"jØâB?³C®£ª╠*\v3jô"
  b"j¾@žm;H›œ\x1DêjY€9g"
  b"""
    jÆM\n
    \x02dFÚ¨#¾¤"4w†
    """
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"kh┴ô!+JèÑò└C´¡ÅJ"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"""
    l\x7FÇ·æÎL&´\x13\n
    ŒL¤}ü
    """
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"lÉÔtBŠM”µèªÎàmñR"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"mP\x1Al\x19\x15L*│µ\x1Fã\x03áü\x07"
  b"n\x00Óà\x148O\x0EЏŸ/¢elo"
  b"n\x0EÖr®ŸJ7‘÷œ¿\x01Œ+a"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"n¾Åå=?G\x19¥¡‗\nrÑ╬\x00"
  b"o\x16zŸfKBƒ¢½Ps‘üã\x03"
  b"omèð=îI´å»¼¢ü>Ø3"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"qbyÜûlM6‡QëÙó=*+"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"s&ñ\x1F$¯B\x08…8lî¨ÐÊÓ"
  b"s·(4(\x03C¶µé,\x04Bu³å"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"u\x1Ey5Î<G\eèØùÿ\x1F"Lý"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"""
    xs\n
    å'_MV”_‚Ë×§\x04i
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"yN}J mFUÅØÒùÆ]\x00."
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"yúÔó\voBü„\fð°ø".."
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zßòc™\x19B⿽°>«<„ö"
  b"zí]½óOE®‹s\vù11‹´"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"€…ƒK×\x01J´¾,à¡«`.Ç"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü²9▓;[Kçà­TOûz¬1"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"à3÷\x0FÞ\tJü¬ó ³<è\f\x12"
  b"…c\x1D¦‚ŠLV¦\x08¬\x08Äõ\x14Ê"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\x07M¿‹!Iª…Åù¤Ü4\vD"
  b"å(Ò\x14+YLÅëRäFºEü╔"
  b"†;øfaîJD’0w&Óå0­"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ë5Ãɽ▀N9ªõÞ0!in®"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"ë╗õ°■EA(º╚@uèØ_:"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"Œˆ\x13Yá©O=„•ó‰Ñ‹ÌÈ"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å(Ü\x06äçB\x00ô╠(E┴YoÏ"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"Éc[°J╬EËûıÒ! ©Ò┘"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"‘£ù„@\x04Cz†´(º·â)r"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"Æ­ëÖ×\x01Bã¥┐.M^ÉÏõ"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”{FXqüKÀ¶[Aé¹lAl"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"òÎãd>ÿJ®è\x04·àª²ØØ"
  b"\x1EÛ\x04.\tEp¦ Ÿ”\x0EA—\x14"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"ûÎÇ®╚JK.Üv┬oØý¬N"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—¦ùÄ\x00”Bÿ¥\x10j•¤ÿuÞ"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š\x14\x05]\x10]AÛŠÏ\x02r†dÎ,"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"œù“‘N<I’¹<G›&\x1F¹’"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž ¹d\x13<I¸g¡¬r¥¶Ž"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"Ÿ% RîÅDþV©´çs)f"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b" /þ\x14k‰Ni§m<ªROúF"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"£#¨AoÇE\tž]Ø\x10ù‹–>"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"Ñ{Þ\x18¶+Kwì¹/eÖÃÏÞ"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"¦/t\x10ßiA4žt€6\x12›“+"
  b"""
    ¦F½:ãšFØ›‘‘È\n
    (Zu
    """
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"¨‚n\x1A÷jNe§à'=\x12ÚTØ"
  b"®\x03I:EsB×ÿI`3b\x06üi"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"«@IZfCNh·›ïª­\x045D"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"¡r═\x1D╔ßEتºu\x19Q=Øï"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"®ó¾Ë˜+Jë»drtP/³­"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"°`gÂï\x04KgŒz\x1C@2~q\x04"
  b"░åbB²wGÅìóaN▓Ü▄Î"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²úäy}pIƢ˿ª\x01T“ÿ"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´² \x02Î\x1AB¡»âRð´G”\"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"Á[µÀ└£E'ëã<YÙ╔ìõ"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"\x0E=’øøF6ŸÙHÈøÃR\x19"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"ÂnHg`\x03I▄ƒ=ìT░\x18ÕÆ"
  b"À\x011íüXIʼf»M┬\v╝´"
  b"À\x075\x02 ÄO▄ɰ¥×÷c¯\x06"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"©ìƒ\x01╦þM\x11»(┼║¢\x06¬ê"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"»\x1E%eªÑO©Œbà§Ÿ[õ\x08"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¾´rOd§N:…W®”¹\x7F"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"À·§¾Ý\x1ABõ·\v\x19p~ì`\x05"
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Ä`{ •jD3¤¥\x0E♀\x17Â"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"Ã5çRÑ├OÝì¬Ï~¯▓\x04°"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"Ãg\x02ØØØA«ôKém#ı`\x17"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"ÊIÛ`å\x1AJ"Š »ä\x7FØor"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"Ëe¾ã\x03kKK„?;x\eg|7"
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"ÐO\fÛÌnI¤§£±ðeNø\x02"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"ÈAì╗¥ÎB╚ö»r_ïÂÍ÷"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"┌æ═y\råL┬û\x16Å─ø4ZO"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"ÛRwkK…D"‚±rÇ\tØ(Ü"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Û²_Ó@®Fm¥Ó\rט-å\x04"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"█╩Ú┬ÅkJ%Å>è^@├"Ã"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"¦┬?@·WFƒì\x0F\x7Fò®qî"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"Þ RÌÓÞO€ƒ›\x05\x08ŽdØ^"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"àF87\x07”LX½žO¨>€½8"
  b"àÂj¸\x16ÂB\¡\x01רÜ}Å\x15"
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"á>hE\x010B騰UÊVÖœ("
  b"áÕ‰~‡­Gä‡f\x0Fz\x07Î\x1C("
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"âo¼€³ñATµ;Ð\x14\x07Q™v"
  b"â{=×o•E¯¥_HÜ2ImÓ"
  b"Ô░ûòJõDÑ╣Qðì\x06Å©E"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"åÿ0áPaK¾–ÿá\x03…*¯c"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"çÍmË)\x00K³‰Ì\x08í&\x1D\x07K"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"éK®m“pMƒ¯‘îT±9×ø"
  b"éOÎdÖÒI‚š¾¢X¶\x7F¯¥"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"Û\x0FØCÆ\x1CMÊøòØ\x15Õ1\x13É"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"ê/\x1A\x1F\x1Fg@§»(\x03BÞò„*"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ìÔŒ´š\x12Dq…×G£Ÿ\x1A~\"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"í¨\x19r[·@ì¾\êÏÁÂ'Â"
  b"ݦú±?\x1DH╩®└pnôØ▄Ò"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"ï^Á}G9DM‹¦ª=µ\x7Fr\e"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"ï‚ÿ'Ô¡G\x03¬Ÿy\x19Ð|qƒ"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"­dUý#ÏKDñVØÙIr(J"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b"¾×7Bı\A\x15Öëì\éö┌Æ"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"÷árЂTNb»B:‚W~i²"
  b"÷ä\x17|n\x02D¢¯æiuJõam"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"ùWÃ:€\x0EHÜŠRaýãÌöz"
  b"ú)tEgtO½µ3~oÀdÚ­"
  b"úB8nòXLâªä¶\x07Îûß\x0F"
  b"¹H}í\x00OH$Á"Ôìóùd:"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"þ'\tÌ\x0EmOû…Îȵ\x11ò`s"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■▄¹õ^ëDñü++zð8W)"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ~†æä©Bµ°~6Âe\x1FªD"
  b"ÿœ»\x00\x14žC‡‘:$³NÔ†}"
  b"VÏ(`cÁAƒ—…Æ{%\x19Ff"
]
85 1.53 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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"¢íDűD׫xÓm=ð}¾"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"\x07ÍÈ┬u=C\x15üD5v:unÂ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"r +éJ8NÜî\x11«j■*Øu"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"\x0E·êø\x06*B<ÅÐ\x1As░.(¶"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01™/!Q<\x7Fʃ\x11A¶z\v¢¦"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"CÈ=R(pI:Š²ßŠ»]Ul"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  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 7.88 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00ÿBšåËOW™Ÿ2òÿIQE"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"\x015F¡\x02ÌCn¿™~œ{¸†Ó"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"\x02K]ñ=\x1CJäñ╦É╦cbá§"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"\x02■ºV!LHÓØwHÐ\x11h═À"
  b"\x03F3ÝyðDª¬³Šœ™ Žn"
  b"\x03k\x00\x08\x08‰E+Œû×z¬Æ|T"
  b"\x04JÃäÊÉH\x13²¬,éÄ\x06œÚ"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x05Ѱ?ñwB5¥Í”Ú¦˜•·"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07Ø'¶}eHÊ░"ÔÂ\x10å╣é"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"\tM¼ü_\x1DM"ÖåXö1U╝╔"
  b"""
    \tÖ│N=*GÒê¸ÉcÌ\n
    ▀u
    """
  b"\túuc5àKuìÞ/U\x05íY|"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"""
    \n
    ?/╔P=Iƒÿ´\x14Ø▄/\x1F\t
    """
  b"""
    \n
    Å\n
    \x0F1]B»║▀d\x01UÔúG
    """
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\v¾mC:ƒ\x10\x19š\eÔZ}"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\r©1p/ÂE¤“8p•íTý\x19"
  b"\rÔ’„ŠÙN:‡´æ#¿‡\x16"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b"\x0EáF´-¦MXâ.cDÅ]█\x11"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x0F…Ãj‰HKB²g„c\x1CPÇ*"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x12\x1FUOèwJЉæLÂùo\x17"
  b"\x121‡ñ7'C\x05¶°@˜ ñŠÊ"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16#¾Í˜‚I ¾ÑõØèZU/"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"\x18t—to3F€†ÐÄ_è§®B"
  b"\x18~▀ÍYÃLIücø#à├\x00È"
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"\x19ÏÊ'\x03jGiŲà╔─═ÇX"
  b"\x19üõîŒØCh±ï´±Œ`\x08<"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1A░GL®µ@K«Øxá}ìĵ"
  b"\x1A±Yh‚âI?ªŸ\tÒ\x7F×\tr"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1CÜP\f‚TKœ‚-£\x7FŒ\x0EKP"
  b"\x1Dq\x02ÎOEC\e’ó{áþ\f\x02\n"
  b"\x1Dõ%úxL_Ñ\x14▒ü¾║Í\x1A"
  b"\x1E\x10ŒFyŒHŽˆi঎éNŒ"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"\x1F\x0Eb&üTN¥–µ.î”ü 8"
  b"\x1Fs¤êu\x06Kt‘éÑS[\x1DZ\x1E"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1F¾ö'—€LЄòú\x02\x15+|µ"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\tÑÞNŸˆ¹YµáJ2×"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"\x16â¦CK\x00ú\x0EÜàg Îì"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"!¥8ÂCkKužÒNØG!Zx"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""\x1C8u¶†D1½‹‘\x05‚­Î\v"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#-\x7FíÎÓMÖÆÅ\x0E )(Hû"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"#x—S@\x01M( -®ÞySßO"
  b"#¦ÄО”CG½ƒe‡m žœ"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"$?\x07Š"7M‘±Îf”%Ê©;"
  b"$URdš…@™“_‹F·8Ò\e"
  b"$║\x17íÿúNéì7ö2/▒¿+"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"\x0E4'´Jc§›\x16è8©Q\x17"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"(\x12\x01ò¾ûG■Ø▒~─#├Yc"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")p% µJOyÉPóH0\rÈ="
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*~C5\x07(M׋'5óN7î²"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"*ñ‚KiºCųÜ9Œu‡…ì"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".\x7Fnå▀©JØÿC¿[ÈıC\t"
  b"/²l\x1E°šJq˜Ïo»-»JÅ"
  b"/ßJ1(ùA¡©\‘*úªbá"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"""
    0©z\n
    \x02XDü”;®‰}}ï…
    """
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"2ªÊ\vÇÐE5›wòOŠÓI˜"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"2├ÝV▒PDsÁí|└Éü\rq"
  b"""
    4s_ÙÌZ@J”\n
    f˜`\x1A
    """
  b"4Ž+DlæD߆KÐÜv‰±\x15"
  b"4Üf\x04Ý{Kv¼Ú+h\rÜÉ3"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5▒F¶ðMLÍìbx═~Ýçµ"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"7Ñ ’\x13tI™ªÜÜÿ°…ìÙ"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":!¦ý±×Cô½:kÆöh|‹"
  b":zùúÆöD; Uš4jx1C"
  b"\x15#àcIm‹ˆ[,ÒÀs'"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<ÇþáL)K\x17\x01 ▒ÙXÅ2"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"<ä’JH`Eµ«\tæ¤Ú•îó"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b">‘HóÙeI8¢bîð‘!\x08\x12"
  b">ãh­\x0F¶LØò³\x01Ø\x02±/B"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?×yûé†J룖²\¾VBÛ"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"""
    A\n
    ÿ]VÅKu³Õy”‚k(x
    """
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"Aív½-¤J•½{w”¬ÖÝÅ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"D\x07?+¦jEÚœà\x17vÊÖÞ\e"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"G\fä}┴üGµ╝ÍD#┘ª─ë"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"Gm 6R4OJ²eprû¬#["
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"HR•!©çHë®Æ8`ƒ\x10à\e"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"IP…1\e1GO íòs=\x1A…?"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"""
    J±ñ┌"JA¸ü°ÖÄÊ\n
    ½\x1D
    """
  b"K\ú╦z\x1FD\x14Éýfò~Þ8\x16"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"Mh?▒\x11ãBuæ■ÉH■│A\"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"O\x00fæàHOG£vÝP\x05\x7F"
  b"""
    O6Øñj\n
    I\x1F¿Èî:lÕMÉ
    """
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Qow\eü\x08C™¤˜,o]‡¸U"
  b"Qü┌ô┤¨OøüÂ\x17­Äc[_"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S¨7\x0EM,Hùžr)âOÏŠb"
  b"S│╦■i\x10F║╗V×ì½}ä "
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"T;\x03³õ\eE■òÉ\x13Ø!\x10\t"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T›Z\x14=\x11B…ªá»\x02\x00•üd"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"UG»«ÀnF±“¼\x0FGÓ4!M"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"VJ\x19T}6J,†´'å±­ó7"
  b"VY8Z¾\x0FKÛìı╣9þâ\x1F>"
  b"V_Óøã¯FDëÉh\·÷<W"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"V†Cp¦ùI\x0F¿!¬^³.Ç¢"
  b"W-£žY>K—«-0´ˆd+\x08"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"YÓQóWiNküñP¦¤,®÷"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"Zûûä!ôL\x14­B\x17\x17‚§ä‚"
  b"[,Þ~ÿgNÓ¨|Z\x0Få—Jw"
  b"[o\x1Còe1GEóIlü"\r"
  b"\O˜Š¢\rGò¸ô\t‹&*\x00"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"^å¦$§;F«—œøÉH੎"
  b"_S`õYìJ&ë1╣Ñ█0£6"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`ï}·{^Joƒ|³aDËzN"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"j_.uµuL²—R'†Ý9&Ê"
  b"jØâB?³C®£ª╠*\v3jô"
  b"j¾@žm;H›œ\x1DêjY€9g"
  b"""
    jÆM\n
    \x02dFÚ¨#¾¤"4w†
    """
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"kh┴ô!+JèÑò└C´¡ÅJ"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"""
    l\x7FÇ·æÎL&´\x13\n
    ŒL¤}ü
    """
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"lÉÔtBŠM”µèªÎàmñR"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"mP\x1Al\x19\x15L*│µ\x1Fã\x03áü\x07"
  b"n\x00Óà\x148O\x0EЏŸ/¢elo"
  b"n\x0EÖr®ŸJ7‘÷œ¿\x01Œ+a"
  b"nt]d\x1E\x13Lç­\x04–,Rðõí"
  b"n¾Åå=?G\x19¥¡‗\nrÑ╬\x00"
  b"o\x16zŸfKBƒ¢½Ps‘üã\x03"
  b"omèð=îI´å»¼¢ü>Ø3"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"pú®\x04ÂŽD\x7F·\x06Ìb^1\x11ò"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"qbyÜûlM6‡QëÙó=*+"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"s&ñ\x1F$¯B\x08…8lî¨ÐÊÓ"
  b"s·(4(\x03C¶µé,\x04Bu³å"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"u\x1Ey5Î<G\eèØùÿ\x1F"Lý"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"""
    xs\n
    å'_MV”_‚Ë×§\x04i
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"yN}J mFUÅØÒùÆ]\x00."
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"yúÔó\voBü„\fð°ø".."
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zßòc™\x19B⿽°>«<„ö"
  b"zí]½óOE®‹s\vù11‹´"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"€…ƒK×\x01J´¾,à¡«`.Ç"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü²9▓;[Kçà­TOûz¬1"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"à3÷\x0FÞ\tJü¬ó ³<è\f\x12"
  b"…c\x1D¦‚ŠLV¦\x08¬\x08Äõ\x14Ê"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\x07M¿‹!Iª…Åù¤Ü4\vD"
  b"å(Ò\x14+YLÅëRäFºEü╔"
  b"†;øfaîJD’0w&Óå0­"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ë5Ãɽ▀N9ªõÞ0!in®"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"ë╗õ°■EA(º╚@uèØ_:"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"Œˆ\x13Yá©O=„•ó‰Ñ‹ÌÈ"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å(Ü\x06äçB\x00ô╠(E┴YoÏ"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"Éc[°J╬EËûıÒ! ©Ò┘"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"‘£ù„@\x04Cz†´(º·â)r"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"Æ­ëÖ×\x01Bã¥┐.M^ÉÏõ"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”{FXqüKÀ¶[Aé¹lAl"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"òÎãd>ÿJ®è\x04·àª²ØØ"
  b"\x1EÛ\x04.\tEp¦ Ÿ”\x0EA—\x14"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"ûÎÇ®╚JK.Üv┬oØý¬N"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—¦ùÄ\x00”Bÿ¥\x10j•¤ÿuÞ"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š\x14\x05]\x10]AÛŠÏ\x02r†dÎ,"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"œù“‘N<I’¹<G›&\x1F¹’"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž ¹d\x13<I¸g¡¬r¥¶Ž"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"""
    Ÿ\x14Ôõ\n
    ¤F¤”u\x17Ûðï8‰
    """
  b"Ÿ% RîÅDþV©´çs)f"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b" /þ\x14k‰Ni§m<ªROúF"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"£#¨AoÇE\tž]Ø\x10ù‹–>"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"Ñ{Þ\x18¶+Kwì¹/eÖÃÏÞ"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"¦/t\x10ßiA4žt€6\x12›“+"
  b"""
    ¦F½:ãšFØ›‘‘È\n
    (Zu
    """
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"¨‚n\x1A÷jNe§à'=\x12ÚTØ"
  b"®\x03I:EsB×ÿI`3b\x06üi"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"«@IZfCNh·›ïª­\x045D"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"¡r═\x1D╔ßEتºu\x19Q=Øï"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"®ó¾Ë˜+Jë»drtP/³­"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"°`gÂï\x04KgŒz\x1C@2~q\x04"
  b"░åbB²wGÅìóaN▓Ü▄Î"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²úäy}pIƢ˿ª\x01T“ÿ"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´² \x02Î\x1AB¡»âRð´G”\"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"Á[µÀ└£E'ëã<YÙ╔ìõ"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"\x0E=’øøF6ŸÙHÈøÃR\x19"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"ÂnHg`\x03I▄ƒ=ìT░\x18ÕÆ"
  b"À\x011íüXIʼf»M┬\v╝´"
  b"À\x075\x02 ÄO▄ɰ¥×÷c¯\x06"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"©ìƒ\x01╦þM\x11»(┼║¢\x06¬ê"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"»\x1E%eªÑO©Œbà§Ÿ[õ\x08"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¾´rOd§N:…W®”¹\x7F"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"À·§¾Ý\x1ABõ·\v\x19p~ì`\x05"
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Ä`{ •jD3¤¥\x0E♀\x17Â"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"Ã5çRÑ├OÝì¬Ï~¯▓\x04°"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"Ãg\x02ØØØA«ôKém#ı`\x17"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"ÊIÛ`å\x1AJ"Š »ä\x7FØor"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"Ëe¾ã\x03kKK„?;x\eg|7"
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"ÐO\fÛÌnI¤§£±ðeNø\x02"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"ÈAì╗¥ÎB╚ö»r_ïÂÍ÷"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"┌æ═y\råL┬û\x16Å─ø4ZO"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"ÛRwkK…D"‚±rÇ\tØ(Ü"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Û²_Ó@®Fm¥Ó\rט-å\x04"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"█╩Ú┬ÅkJ%Å>è^@├"Ã"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"¦┬?@·WFƒì\x0F\x7Fò®qî"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"Þ RÌÓÞO€ƒ›\x05\x08ŽdØ^"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"àF87\x07”LX½žO¨>€½8"
  b"àÂj¸\x16ÂB\¡\x01רÜ}Å\x15"
  b"àÝ\x03\x1A,Hؘ͋JW¼:î"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"á>hE\x010B騰UÊVÖœ("
  b"áÕ‰~‡­Gä‡f\x0Fz\x07Î\x1C("
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"âo¼€³ñATµ;Ð\x14\x07Q™v"
  b"â{=×o•E¯¥_HÜ2ImÓ"
  b"Ô░ûòJõDÑ╣Qðì\x06Å©E"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"åÿ0áPaK¾–ÿá\x03…*¯c"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"çÍmË)\x00K³‰Ì\x08í&\x1D\x07K"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"éK®m“pMƒ¯‘îT±9×ø"
  b"éOÎdÖÒI‚š¾¢X¶\x7F¯¥"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"Û\x0FØCÆ\x1CMÊøòØ\x15Õ1\x13É"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"ê/\x1A\x1F\x1Fg@§»(\x03BÞò„*"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ìÔŒ´š\x12Dq…×G£Ÿ\x1A~\"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"í¨\x19r[·@ì¾\êÏÁÂ'Â"
  b"ݦú±?\x1DH╩®└pnôØ▄Ò"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"ï^Á}G9DM‹¦ª=µ\x7Fr\e"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"ï‚ÿ'Ô¡G\x03¬Ÿy\x19Ð|qƒ"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"­dUý#ÏKDñVØÙIr(J"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"ò\x1FFªÍßH\x04ŸÅ)}m/;c"
  b"¾×7Bı\A\x15Öëì\éö┌Æ"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"ökÁø^\tH3©>RÔÄŽ#ï"
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"÷árЂTNb»B:‚W~i²"
  b"÷ä\x17|n\x02D¢¯æiuJõam"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"ùWÃ:€\x0EHÜŠRaýãÌöz"
  b"ú)tEgtO½µ3~oÀdÚ­"
  b"úB8nòXLâªä¶\x07Îûß\x0F"
  b"¹H}í\x00OH$Á"Ôìóùd:"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"³g@─ÅkCQ¼\x1A¥àçÀí▄"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"þ'\tÌ\x0EmOû…Îȵ\x11ò`s"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■▄¹õ^ëDñü++zð8W)"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ~†æä©Bµ°~6Âe\x1FªD"
  b"ÿœ»\x00\x14žC‡‘:$³NÔ†}"
  b"VÏ(`cÁAƒ—…Æ{%\x19Ff"
]
87 0.34 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.25 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.27 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/fe-501-limited-edition-2014-modelcode-F2403N4"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.34 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
91 0.18 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.15 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.20 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.26 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.19 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.19 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.26 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.39 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.30 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.15 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.61 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.43 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.33 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.82 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.45 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.76 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.59 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.36 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.36 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.35 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 40.20 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/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/d687f11beef5486ca0a27df1e6295649"
  "/detail/1aee9e1061a447aca5e7d5bf626f7184"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/6094db22fe244f87993560b16bee2684"
  "/detail/1ba80ee4d019453ba2aa88f20a2954b1"
  "/detail/e94fce64d6d249829abea258b67fafa5"
  "/detail/a3a3fb91815e40c48bcfdfad9234db23"
  "/detail/fcc702a4c921415ab52281e3a9d24da0"
  "/detail/a182d7e966db4dffb57fb90d5b12dd8c"
  "/detail/a339938ee1a14087b010804547e59490"
  "/detail/7739abfc1cdb4cb4bbab8a6b647c3613"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/81152c3787a148d4b16100936b96453d"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/ad53b0bc19a249c08c54c5f91b3525f5"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/a62f7410df6941349e748036129b932b"
  "/detail/a3b25fd1f93d40fa962fd9d1b9d76c21"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/0999b34e3d2a47e388f79063de0adf75"
  "/detail/f39e3742d55c411599898d5c8294da92"
  "/detail/6690839bd7554f839eb16de3c24cd593"
  "/detail/78cda2ea8d79479c848cf388cfacbbaa"
  "/detail/c5ccccc7263e414e8fedb14c411adf61"
  "/detail/6e0ed672ae9f4a3791f79cbf018c2b61"
  "/detail/4633ec13da664845aa7e3659b8411011"
  "/detail/c7358752a5c34fed8daad87eeeb204f8"
  "/detail/b2bc7ed9faed4559ac5b93dd0d79f0b1"
  "/detail/60ef7db77b5e4a6f837cb36144cb7a4e"
  "/detail/1e108c46798c488e8869e0a68ee94e8c"
  "/detail/2378975340014d28a02daede7953df4f"
  "/detail/86074dbf8b2149aa85c5f9a4dc340b44"
  "/detail/dea052ccd3de4f80839b05088e64d85e"
  "/detail/0212e763aab642888603d1a0444e6b88"
  "/detail/923ad5fc9fcc4b26b45f262f7d2e2015"
  "/detail/2e06a5c4f603483595cf97b9d36e1ad2"
  "/detail/f44432f02e874a4ba4c7d1245ede81de"
  "/detail/49a14a7c6728403597329b26ae0691e2"
  "/detail/37d1a09213744999aadcdcffb085ecd9"
  "/detail/0dd492848ad94e3a87b4e623bf871696"
  "/detail/9ea0b964133c49c2b867a1ac72a5b68e"
  "/detail/ea11b8ea4ee3448ebb232fc8009aeec2"
  "/detail/dc1b21fd25eb42f19c35d504ebddcbcb"
  "/detail/53b3cbfe691046babb569e8dab7d84ff"
  "/detail/a323a8416fc745099e5dd810f98b963e"
  "/detail/babfb1603cfd4a86a1e186a18fc85a90"
  "/detail/95d7c6643e984aa98a04fa85a6fd9d9d"
  "/detail/fd8da8f4bac445c0a33365491b8608e9"
  "/detail/ad72cd1dc9e1459da6a77519513d9d8b"
  "/detail/24ba17a198a34e828d3794322fb1a82b"
  "/detail/013546a102cc436ebf997e9c7bb886d3"
  "/detail/e5ff30e150614bbe96ffe103852aaf63"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/b2fae4797d7049c6a2cbbfaa015493ff"
  "/detail/aee0faf9bcad45fb86e75fbd92cb5405"
  "/detail/a34a206fc24f407e9af91e9f21b0028d"
  "/detail/60542cbae796468ca7f948df15869b80"
  "/detail/ddf563281cc74ab3832a044eefac1891"
  "/detail/67de6d67304c4b8482e958ab729a82f4"
  "/detail/26be0e3427b44a63a79b16e838a95117"
  "/detail/61d0c4ad19ca41f8bec59bc811cf0775"
  "/detail/297025ffe64a4f799050a248300dd43d"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/2df837200cf440d5b49d1d74384c0dd0"
  "/detail/3fd779fbe9864aeba396b25cbe5642db"
  "/detail/44f5a654f8274258b67db104fabcfb76"
  "/detail/896d4671d5d04a838506a99ed07949d0"
  "/detail/beb4724f64a74e3a8557ae94b97f78fb"
  "/detail/dfca2538d5e540b8948ecf56ae57c074"
  "/detail/99ead72007414201b6928b05fbbba54e"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/68c76f185e854e1baa6dc51068d4cedb"
  "/detail/5fb296c482ac4d8eb585dd4f1ce98a81"
  "/detail/173caba30d514adebc82424c039d30ba"
  "/detail/3b1e50d6d0bb4c9e957045944ddb9a8f"
  "/detail/41bf63563eff414d967bd9c3c462a642"
  "/detail/cac219f237144b3daa4f904f2664fadd"
  "/detail/f0e98e85f304428ead68fdafff39c972"
  "/detail/0f3cc4a1dbf94dc397405d87d05d672c"
  "/detail/e94bae6d93704d83af91ee54b139d7f8"
  "/detail/8935c790abdf4e39a6e4e83021696ea9"
  "/detail/348e2b446ce644df864bd0dc7689b115"
  "/detail/ca60856d40f8414fac23be931b9f69e4"
  "/detail/78564017ef234bf9a78932629948724e"
  "/detail/4af1a4da224a41f781f8998ed20aab1d"
  "/detail/565fe09bc6ee46448990685cfaf63c57"
  "/detail/e5973bb9904c4430959cd270ac39102e"
  "/detail/fb487da1004f4824b522e28da297643a"
  "/detail/96936e32fcc6414e9e19963818ae3296"
  "/detail/e24230f3b44c446c952b157820703915"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/6d0770084b0d42228a102325315ecdf9"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/e203eaae49f2440781e18ab317a9ffe7"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/3cc8833d9873469caa29a64749a5b381"
  "/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0"
  "/detail/c378ca2395b040bcbb38149f08c307d0"
  "/detail/8b42c653accf4b4db2cd83e4b74957ca"
  "/detail/b661dbdf5ad54ef3a172f12bdd11b851"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/2361115f142d49e1b5fa2aff566b7514"
  "/detail/bfc64fec939b4277815adefb930295a1"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/5a7c1b2b5709496fbc7984c60fab67c4"
  "/detail/6ac99b6a187a49d0962e40890ac916f7"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/da91cd790d864cc296168fc49b345a4f"
  "/detail/c20b5bd5982a44d0b2651a7ae419ca6f"
  "/detail/d677b00b15404677815d61e0f5031e4b"
  "/detail/0c43cb0bbe6d433a8310199a1bd45a7d"
  "/detail/b25fa60cd3c54c16aa831e8cb80657d9"
  "/detail/d97333ca46504a8389743badbc47d068"
  "/detail/c87d078fdf5c490980c604abeeb7a3d8"
  "/detail/3e590151b90f4b839078179c4c5b21bf"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/1c31971ce40e498b82f1280c07c1b635"
  "/detail/c1f130d7a69342b29c1d3461040004a3"
  "/detail/aff580d8365245578854545e35675fb7"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/e0e0fa773c904c77ada7689ac2b747da"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/f7500530ac154a198fdf4e76f800b2ce"
  "/detail/9407c0d86e204d9395004aac16562b61"
  "/detail/7dea04ced036459d8aa83b33f38b6d75"
  "/detail/60a3cc9218ca47219a0e3c04a3023893"
  "/detail/cce8f77ed1d34a8c88336c9a69c03ef4"
  "/detail/676153cdf00c4eb284824e1f0c5d3cc7"
  "/detail/e9f7f1af6ae84a82b8ab676c91d39509"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/d7624963bb454897a5dadd741f964715"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/589eb46af3424f3faa9b9dd0b2dfece0"
  "/detail/fedcfbe45e8944a4812b2b7ad0385729"
  "/detail/96c9a4fdd06e4622b57cdb6a4c8d9f74"
  "/detail/87a37e70c12e4d11b345e8da1259da6e"
  "/detail/887fab7884184b97b32f3b5bfb02ae32"
  "/detail/0b6fc5a273cf4acb89e91ac53291d824"
  "/detail/3b1a9c59a6e74cd7b598f3e656e448ff"
  "/detail/c758120a5ac240f7a86d0859c6d24f92"
  "/detail/794e7d4aff6d46558f9de397925d002e"
  "/detail/eb3c95e10d014c7f8552b11982a494a8"
  "/detail/187497746f33468086d0c45fe8a7ae42"
  "/detail/cb9dd672ad1444099fe5daae3e1d0a6c"
  "/detail/42dfa224b9bb46c2b2a0d2a5b48a3261"
  "/detail/a47443a4dbec498ba70e35d4d1ce51f9"
  "/detail/e33c013790c2496e826c6dbc73f88cad"
  "/detail/716279dcfb6c4d368751ebd9f33d2a2b"
  "/detail/9c84f35b99014b3bb1b38e951ec080d5"
  "/detail/0129c25da396432db902599d5290cefd"
  "/detail/686baa2f4b7c4c0594f09982479cb461"
  "/detail/f5c19568f9e54cd9b0178116900fcf61"
  "/detail/049d0a7919754206badd1335ca2ea04b"
  "/detail/bf0d5734973d47f3bb7c62e07bd40312"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/2cf4ed4d46754be58a2374a1a5c8e248"
  "/detail/aabb8894758a4b358d03091b4da6584c"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/4d63769a9d4b473eb5bc76019c11bb6a"
  "/detail/3907687775984183ade7ecd46514a195"
  "/detail/cecb9370357347fd9cc2951501e55e1c"
  "/detail/98cf92a3f3dc4718a596b952f4147236"
  "/detail/22861a1a2825421ab78aabbc02951510"
  "/detail/a674d10cbc894ddd9fa5218d01ec29b9"
  "/detail/9f58215af81d46569c027634b5885fc4"
  "/detail/71139c97314a42d493eb5edbcbbecd20"
  "/detail/19897d0193784f97ac4aa7dedec3d496"
  "/detail/024d52802a054b2989f5477fba040d87"
  "/detail/13e149cb12ec4e5281be122f1e58d19a"
  "/detail/0915e163618f4f03a11194ad746e0fab"
  "/detail/e552d325ad8e4cc19ae2010d16c8bede"
  "/detail/3a21a6fdb1d743f4bd3a6bc6f6687c8b"
  "/detail/2a7e433507284dd78b2735f34e37eeb2"
  "/detail/c49fcae3f4f24362bf5b49f8015c2f41"
  "/detail/61bc8884c42e4dc0a89bef558e08f023"
  "/detail/90207c06fde14a4785d5ae5234ef2912"
  "/detail/d65225fd9d774f73a95505ecaa6d1085"
  "/detail/44cb3f0ca8244c1097c94f19ec649d1c"
  "/detail/6b65f04ebbd34a83b3c11037826500c6"
  "/detail/cc6ca6f547de4a6a8636b5dfce9aca12"
  "/detail/6fe1a96b95f54dd5827665b8bd533b66"
  "/detail/1a8cddfc80fd4752a3edacbc699fa453"
  "/detail/bf6c14c7142e4da2bcaafc2db037e780"
  "/detail/3a1b61c3253646c68f5344cee8004044"
  "/detail/aab9bfb9a64c469da00aceca3912063b"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/6c2593b2a53e46a5a18ecbc43c358446"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/a7e9dec6f7c747d5a5946b4655c31a40"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/c225abf84ede4935b34646a1881258c8"
  "/detail/f0a9a1006f454e45884594ad2022374a"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/23de107cde304a00b8bedbc0a43fb2fe"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/1ee912573c94435797d58de25715984c"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/80f726953def42caab298d541ba142e4"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/d5367698027746638e4934f016f0fcf3"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/a3c52de62b3b41b1819f8c35d9df9230"
  "/detail/13b044071c454f778b2087cfb1e279c2"
  "/detail/642a78988ecf44919664a4d5307ec991"
  "/detail/9127fb1f28cc47ad9958ffb85ff10125"
  "/detail/a10ce6c5beea476ebc4549f9262d2b01"
  "/detail/4f0066e6e0484f47a376dd50057f229c"
  "/detail/3b01f72755ea4e86900c46bea127b712"
  "/detail/b66e4867600349dc9f3d8d54b018e592"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/e026d0f08c064093878fcf9d91bf61e9"
  "/detail/2357d495879b4d7d99bf70dd74bae9e2"
  "/detail/dc2e70ea367645688c0bc5c41dd65da1"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/09a3756335854b758de82f5505a1597c"
  "/detail/f495ce30e6864dea9b64bec20e41efd7"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/8fecf669e0f64cc9a65159b1808fb1f7"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/e27b3dd76f9545afa55f48dc32496dd3"
  "/detail/96d780a9c84a4b2e9a76c26f9decaa4e"
  "/detail/76d8745e72f24b5aa7d0f6f2bbdd770b"
  "/detail/a8826e1af76a4e65a7e0273d12da54d8"
  "/detail/64f42b9ac2354196ad534503de2608cf"
  "/detail/213d83a7a57842498e0ff3601d461c87"
  "/detail/05d1b03ff1774235a5cd94daa69895b7"
  "/detail/121f554fe8774a8a89e64cc2f96f1796"
  "/detail/a7dc51cd164440c7bec1196b8819eb70"
  "/detail/5f6d55149da14310bd6a08c07d0aad98"
  "/detail/b88d9f01cbe74d11af28c5babd06aa88"
  "/detail/58aff77864664b98859230e4b89e01ff"
  "/detail/31ed4b1a07834fcfad0a531c15837827"
  "/detail/dbb25fd340ae466da5d30dd7982de504"
  "/detail/34bf7e7ea2c04e95a43fe92649011044"
  "/detail/1f73a4ea75064b7491e9d1535b1d5a1e"
  "/detail/1e4292406cf14081b676624ce918953b"
  "/detail/0e40249cd2a241abbcb4836b9f3ddab1"
  "/detail/fb9de5d0de7949a1ac3bc4a99b7d7c25"
  "/detail/cb27a941bb53496493889572ab9a7337"
  "/detail/8764f470800142ffb15e20147c37dbbf"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/6b0aaa5c30944c05ac03d4d7b13fed5f"
  "/detail/c4607ba0956a4433a4a50ee2998017c2"
  "/detail/4a38cbc1fbc849d9949072848c82ade3"
  "/detail/81fd39b23b5b4b8785f0544f967aaa31"
  "/detail/dc4bca56cd39464e9ef554ee88628a1a"
  "/detail/7aed5dbdf34f45ae8b730bf931318bb4"
  "/detail/7005cb5442db4968b91ed9590f61f7f8"
  "/detail/92f089999e0142c6bebf2e4d5e90d8e4"
  "/detail/b55be6b7c09c452789c63c59ebc98de4"
  "/detail/d04f0cdbcc6e49a4a7a3b1f0654ef802"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/094dac815f1d4d22998658943155bcc9"
  "/detail/6b73d7dba29d4a149be3104bae26f4b6"
  "/detail/2e7f6e86dfb84a9d9843a85bd4d54309"
  "/detail/ff4ba88899b845328cd49c5c09ae24df"
  "/detail/9f14d4f50aa446a4947517dbf0ef3889"
  "/detail/b233ca369adb47b3b0a58dab796ef3e5"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/4b5ca3cb7a1f441490ec66957ee83816"
  "/detail/89bbe4f8fe454128a7c840758a9d5f3a"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/5181da93b4f94f9b81b617f08e635b5f"
  "/detail/8add5bf3cdac4163976e7ead1b5c314a"
  "/detail/db5460fd7959419788ec414be3947d20"
  "/detail/4581b68910d94c84b3af52d300b2e262"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/aef3becb982b4aebbb647274502fb3ad"
  "/detail/66d65ab9ab034ac59e737c04ff6a6d36"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/42dedb859ad242e3b373431ec41367e2"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/5fefe2bff31c463693511c2a4916c1ae"
  "/detail/4de2d84af4b2488ba8ab66fa32574aa1"
  "/detail/53e9a4a0c7a9468396d67475312984f7"
  "/detail/4d41a922761c4a8aab09cd382439a652"
  "/detail/1a28462341b049dea52897bcb7876d3a"
  "/detail/b9dadca3f5bd4f318a50f03e2737a288"
  "/detail/d7380a9a4f3b49ff8351cec5c4f3a5e4"
  "/detail/ab8775d01f5949539dea74ca9a4a3e9a"
  "/detail/dac92fddd87541de95677c1f561575ee"
  "/detail/1f91f7bf98fe4ca4a4a8f43d1f2a2117"
  "/detail/a41a2b49d4c44939a167da5473798789"
  "/detail/18669f63d98c4a49938345f9056fbb26"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/ca1af9555eeb465fa3e545ced2610563"
  "/detail/92a413fdbecb4aa999389472f24d07a9"
  "/detail/016e8c0882bd4f25acfad4431b428d43"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/d87909fe7d604c139579f2f72c2fd375"
  "/detail/2059ab09d1de4e9f88b959b5e14a32d7"
  "/detail/f1d7f77b3cb649cea1e20a6c2a8db422"
  "/detail/4947d6bd2cc24a69889095e157ca11eb"
  "/detail/9e7777e2ff5c4c0ebcd219dc43b4efbc"
  "/detail/4f36d8f16a0a491fbfc8ee3a6cd54dc9"
  "/detail/db52776b4b85442282b172c709d828dc"
  "/detail/fa29744567744fbdb5337e6fc064daad"
  "/detail/e622420c326744279690d723db04a127"
  "/detail/476da03652344f4ab2657072fbac235b"
  "/detail/76926eb3d6fd40259255ca26eebde304"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/28b703d996fb4b5aab548c025947e87c"
  "/detail/98428dab5b8045bcbcbe767dd35fd311"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/0a8f0a0f315d42afbadf640155e2a347"
  "/detail/b06067c2ef044b678c7a1c40327e7104"
  "/detail/eda819725bb740ecbe5ceacfc1c227c2"
  "/detail/4d683fb111c6427591fe9048feb3415c"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/3afac8eb66354375baf372abc513e281"
  "/detail/665373766f2b4618a12287e0a3d70e26"
  "/detail/28e74198aa3e4ca596e82d5481068904"
  "/detail/7d5321cab3d94cde8880f36a685e76e8"
  "/detail/b1d1e03598054ce5919809e1c214ea70"
  "/detail/91a3f9844004437a86b428bab7e22972"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/9eef40caee164ec5ae9ff1a51e3798cb"
  "/detail/be8a988944814504b3125c6592151087"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/667ff3262dbb4cc2a21be302e44230c1"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/57e9a1112cff4e8a9c7798bc2d8a9329"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/552d014bc63649c596868058872ead93"
  "/detail/b0866242fd77478f8da2614eb29adcd7"
  "/detail/36704ac385884d7f8f8d725d1b9af66d"
  "/detail/c096e9b67b244fe789309ffa5275d137"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/76ac5dc7d2024b94983c2c30e855de54"
  "/detail/416d41694dee4be79cb688438c4eaf9e"
  "/detail/9f308d735bcb45bf885dfd7773987b14"
  "/detail/ccbec01b6215447b958d69714049ba7e"
  "/detail/b7fe7724a1e54ffa91c3a13f0d450ecf"
  "/detail/3d22f41677d94976936216f44b7d1d96"
  "/detail/812d1d6712984713a099b4b9c534e63d"
  "/detail/d5e375ad9cf54f30b03e5cf799887413"
  "/detail/13fc6081b463493bae72fd022e0ce175"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/8ba007392e584243aca6846dc71bb165"
  "/detail/db30ed5db63e48b187d4940f7d917510"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/0eae0e6445054089b67c31ccf207384d"
  "/detail/6155bc5b03894f179e6eb4c1eb2f6032"
  "/detail/8afd4184fa7f4d01a834757de91b5059"
  "/detail/f610e40f63224b12aed908f3a7e93fb2"
  "/detail/d79ec83fbf0a41f7a049ad4c21634a00"
  "/detail/ade0fda859d64d3c8ad1ab7783a9f735"
  "/detail/fc5709bec47340b7b8a0b5d90253fa17"
  "/detail/368235120d5d47078fcb695cb31d8aba"
  "/detail/dbb9e2c1350a4b0dbfe3ef47d1c1c790"
  "/detail/6abe409e6d3b489b9c1dea6a59803967"
  "/detail/31b346aeed5b46aba76643c29e915341"
  "/detail/f147c0dbd17246929f9d708a5e94e51c"
  "/detail/93948d7989b94abbacb620e3c3a4ec2b"
  "/detail/cd2a31b6fa7c4f04bf1b041aa337b39d"
  "/detail/2b17eb837cc749f3a9be753d7393c3bf"
  "/detail/9e854fcc08194421bb34ff19988ae0f9"
  "/detail/7f6a5bae59a14435a2de2ffffed3112d"
  "/detail/981b740bc0854ffc8a813be0c27bd3e9"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/6a9d83423ffc43a99ca6cc2a0b336a93"
  "/detail/aa1fa94e3c954a688da24f834c65163b"
  "/detail/1fa56cd16fd342a68d7e7d8cdeabd399"
  "/detail/06cc3c21be7f4f78a486f73054751394"
  "/detail/b1fb2a168ebd43b7833acdb9f2727e7c"
  "/detail/5666078ee7e546f6a7f75c23149f43ae"
  "/detail/85c980ada17a46b68e810afbbada8659"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/ee56b117ca1d45d5aa1e74c5a31c88a8"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/7266f2f810b64d63b49daba3c14c709a"
  "/detail/c46d0d6318e14d67967aaac0a2f0873c"
  "/detail/8180a9afecda4cc59134e6a5278beda0"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/1de425c7a7784c5fa514b181f3bad61a"
  "/detail/7b8cb365dc514f0a82548aa6e3f52545"
  "/detail/2df8eee4d29f40779dcaed0c9e1d1545"
  "/detail/a457caacef3e47d69fca23f72434c78f"
  "/detail/c6c1c6af1f5f46beb6a1999cd2224bde"
  "/detail/50bd5c5d13d5461b8715fa535c5ae243"
  "/detail/dc76a7cf0f134a3f8ea54383f1f68f79"
  "/detail/ac5291b5f4214f35a3d67d60837f71af"
  "/detail/7f686c413f524d07a1d5928dbb3a7ff4"
  "/detail/27d0a21c8cdd46d3a6f5d01750b43f1a"
  "/detail/c0b7a7bedd1a42f5b70b19707eec6005"
  "/detail/d836a63fc8e6416eb98518fcf71ea27b"
  "/detail/96d59f0d6e494207aa52795071b588d1"
  "/detail/1623becd988249a0bed1f5d8e85a552f"
  "/detail/aef09c55b7154e64a364d71544061d61"
  "/detail/9409f1d2380249a7be19ee278d70c716"
  "/detail/32c3ed56b1504473b5a17cc090810d71"
  "/detail/bab95e955895461e871b252d683cb887"
  "/detail/920ba0364ac64d3f903d41a0424d398f"
  "/detail/d07110ee0f6240758baa1046822d3c57"
  "/detail/47c93d7e0a0044e1846405fa51d74fd6"
  "/detail/70b646d460de4e41821945423f55a8eb"
  "/detail/621f06fd17c0438195b50ef9ff5196de"
  "/detail/05816584747c426f9371c7f5f52b001d"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/f3fe54c84d3f487484186e2142ad3098"
  "/detail/a4848e60ddee4a09af4527fdd1854ebc"
  "/detail/be87ab13df0a465ba80adae244775869"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/e68cdd1a72a34eaca74d8af7edbebc3c"
  "/detail/1ab0474ca9e6404bae9d78a07d8d8ee6"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/947b465871fc4bc0b65b41e9b96c416c"
  "/detail/f957c33a800e48dc8a5261fde3ccf67a"
  "/detail/0d7d73a2179d4806816b48a04ec47d3b"
  "/detail/23a6c4d09e944347bd8365876d209e9c"
  "/detail/6ef38f863d3f4719beadf20a72a5ce00"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/f7e4177c6e0244a2afe669754af5616d"
  "/detail/44f5643a9aa54a23bcbd89bad97dd752"
  "/detail/8c34b26ea6e34aba991c260ee26744ec"
  "/detail/9c631f86c38248ef86731e33d97644da"
  "/detail/ac3b2b22a0bf43fea96bd689b077716f"
  "/detail/28902fe587fc4d2c8907793bfc3fa7fb"
  "/detail/d99441374e184c50a9ccb1deb4a0a30e"
  "/detail/15bee944bfa54641be01a881e37e4f07"
  "/detail/079d27f47d6548d2b022e2b61086b982"
  "/detail/a564df702edc437f8b2e30452c1bd0fc"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/a3ef09bf6a504734b046e22f90a5f2d5"
  "/detail/ea0f9d43921c4dd29b959d15e5311390"
  "/detail/9c06f08dfec04c80ab9d044faa5a88dd"
  "/detail/044ac3e4cac94813b2ac2ce9c4069cda"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/25afe30a2a8f40a1b42355ee36e6b7e8"
  "/detail/fc6740c48f6b4351ac1abe8587b7a1dc"
  "/detail/a6118ac139464a39b43de2156b5d6411"
  "/detail/d2efd893cd704433a99c43c3d576330f"
  "/detail/8f289a068487420093cc2845c1596fd8"
  "/detail/ab40495a66434e68b79befaaad043544"
  "/detail/bb1e2565aad14fa98c62e0a79f5bf508"
  "/detail/3c80e7a04c294b17b00120b1eb588f32"
  "/detail/ecd48cb49a12447185d747a39f1a7e5c"
  "/detail/e13e6845013042e9a8b055ca56d69c28"
  "/detail/ef82ff27d4a14703ac9f7919d07c7183"
  "/detail/572da39e593e4b97ab2d30b488642b08"
  "/detail/85631da6828a4c56a608ac08c4f514ca"
  "/detail/19fcf5ee8cd84368b1efb4b18c60083c"
  "/detail/ddc23f40fa57469f8d0ffe7f95a9718c"
  "/detail/5ee5a624a73b46ab979cf8c948e0a98e"
  "/detail/3ab21523e063496d8b885b2cd2c07327"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/2fb26c1eb09a4a7198cf6fbb2dbb4ac5"
  "/detail/44073f2ba66a45da9ce01776cad6de1b"
  "/detail/470c847dc18147e6bcd64423d9a6c489"
  "/detail/349a6604ed7b4b76ace92b680d9a9033"
  "/detail/0f85c36a89484b42b26784631c50c72a"
  "/detail/53a8370e4d2c48f99e7229e24fcf8a62"
  "/detail/6e00d3e014384f0e8ab89f2fa2656c6f"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/21a538c2436b4b759ed24ed847215a78"
  "/detail/9b4c7318e4a8486c98247e883aa9c1b1"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/9ce62b59bdd24024a02375c243a82de0"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/544e4a0ef9734f0c8f100630f291f383"
  "/detail/232d7fa1d7e04d99928f0e2029284896"
  "/detail/fd7c156aa4004998996b1eed3d603ac4"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/6f6d8ad03d8c49ef86afacbd813e9d33"
  "/detail/743b3fc7e0aa4e5ab4a22f6c9804238e"
  "/detail/00ff429ae5cb4f57999f32f2ff495145"
  "/detail/16a6fdcfa0434e47a6250760dcdfe815"
  "/detail/496ab62c0c804fd782d83f0d8f05944a"
  "/detail/ec9a0c00d5cb4574aa7d0b53ab3de3ac"
  "/detail/034633dd79f044aaacb38a9c99208e6e"
  "/detail/611555a6088941779503f03eb0c969d2"
  "/detail/04bc86fd972c4219a16e2a5ec36b40fa"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/9e487ece72b24f1183882c6ae6be480b"
  "/detail/40682a2f02244a7ba81e187512dd8759"
  "/detail/fe2709cc0e6d4ffb85cec8b511f26073"
  "/detail/5b6f1c9565314745a2496c81220d4588"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/7109ca42d8e0412580e57609eccdbfcd"
  "/detail/742961d221f64543b83155799b9bcc7e"
  "/detail/c8104e658e794eda8086e6d26563b7ff"
  "/detail/10e55948a62e46fea9c0cf3b30160aea"
  "/detail/2210fe4bb2a140c1819193b8a04cb93c"
  "/detail/e4ef3694d9d24cc880a155ec8d42d0d5"
  "/detail/73b72834280343b6b5e92c044275b3e5"
  "/detail/8c881359e1a94f3d8495f389d18bccc8"
  "/detail/32a1a48b09594d77901d0f75bd798453"
  "/detail/383629d6f84b4e9885b52e0501270834"
  "/detail/8530049f706a435ebe247dcc3980bcd5"
  "/detail/f7e172d082544e62bb423a82577e69b2"
  "/detail/30a97a0a025844fc943bae897d7def85"
  "/detail/e0c26ab816c2425ca101d7d8dc7dc515"
  "/detail/1fbef62797804cd084f2fa02152b7cb5"
  "/detail/34735fd9cc5a404a940a6698601a78aa"
  "/detail/56864370a6f9490fbf21ac5eb32ec7a2"
  "/detail/eddda3f13f1d48caa9c0706e939ddce3"
  "/detail/e1d5897e87ad47e487660f7a07ce1c28"
  "/detail/3ba61e6e69e0488e9c0f30428ff2c22c"
  "/detail/67c52fe7ee564689bcd4dc7d559670fb"
  "/detail/6c7fc7b7e6ce4c26b4130a8c4ca47dfc"
  "/detail/b60e3d92f8f846369fd948c8f8c35219"
  "/detail/d0981aefcfb34994a4119221fe2708bd"
  "/detail/8267a6ed8fa245f083dbc3ffbaeb0739"
  "/detail/d3dae4769c1f484d892c0a4ae14332b0"
  "/detail/e3aec067933045a2934bd1e3856c263a"
  "/detail/64a9bb7c99a84ac8b1403824509e0ee9"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/232bd3033d3a4175a12eaa0213535571"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/1f0e6226fc544ea596b52eee94fc2038"
  "/detail/94f84ab90215495590411fee68cad100"
  "/detail/d6f6780a31854142974c0372bf28c77f"
  "/detail/af047d256e3c4669a83d55cd27d233ac"
  "/detail/d8376d8fcb3d41aa8f083424ca07186d"
  "/detail/ff7e86e6e4a942b5b07e36c2651faa44"
  "/detail/28120195f39647fe9db17ec423c35963"
  "/detail/c767029d9d9d41ae934b826d23d56017"
  "/detail/543b03fce41b45fe9590139d2110c409"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/b70131a1815849d2ac66af4dc20bbcef"
  "/detail/6fc81ce2b2814604be87189a5db36e0f"
  "/detail/c1067fa7e42b48338ffa0d8e9024c178"
  "/detail/ef5ec17d4739444d8ba6aa3db57f721b"
  "/detail/084d8960a47c43df8721e404766bca3f"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/878330506c8048a5b8cbe05be1239b17"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/6a5f2e75b5754cb297522786dd3926ca"
  "/detail/8b1154fdafad47d8b4068c634475afa8"
  "/detail/ca49db60e51a4a228a20bbe47fd86f72"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/15ce2d9099a04403af012572f9c8a739"
  "/detail/20ba1683dd434b00a30e9a856720d78d"
  "/detail/1ab1596882e2493faa9f09d27fd70972"
  "/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0"
  "/detail/751e7935d73c471b8a9d97981f224cec"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/2070c1c33600459db6737c6f3f590c27"
  "/detail/3c8361b669074524bbed3fd2311f0f0e"
  "/detail/0da931702fc245a493387095ed54fd19"
  "/detail/e26fbc80b3f14154b53bd01407519976"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/e7cd6dcb29004bb389cc08ed261d074b"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/cb65bee3036b4b4b843f3b781b677c37"
  "/detail/549b5a143d114285aae1bb020095fc64"
  "/detail/0ea046ef2ddd4d58832e63448f5ddb11"
  "/detail/a586c82466c94a2f9e2e7183d44a0972"
  "/detail/802ea2bb6bf040c597b1a2f18b74e032"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/df5a58b8dcc94914b6615912041afb04"
  "/detail/bfac73b9f4c64d388d9434f6d7488bcd"
  "/detail/e8737eb96fe145d79ff2f5afbcce852a"
  "/detail/b4b2a002ce1a42a1bbe252f0b447945c"
  "/detail/3e9148f3d9654938a262eef091210812"
  "/detail/8533f60fe8094a81aaa220fc3c8a0c12"
  "/detail/38c8fee1db68429e84bf2d0ff7cf28d1"
  "/detail/97a6f9c4009442ffa5106a95a4ff75de"
  "/detail/d73e16d28eff419d9649067012f694a2"
  "/detail/5c4ff66b06994a6491ac10f38b0f9746"
  "/detail/e9cee1db6d5d417a94513afcae4ea745"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/bfec767c40a44ed2aabb7c649b99973c"
  "/detail/02fea756214c48e09d7748d11168cdb7"
  "/detail/d1204c8056004e1f8da6ba6da3fbfa3c"
  "/detail/5c4f988aa20d47f2b8f4098b262a0097"
  "/detail/9cf993914e3c4992b93c479b261fb992"
  "/detail/454f5cd6f77f4e4bb23e2615979cb184"
  "/detail/ef6a7f4501dd41358cf6e679edd3b513"
  "/detail/6a00cac15c034917a152a1987e3df27f"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/7326f11f24af420885386ceea8d0cad3"
  "/detail/5b2cde7eff674ed3a87c5a0fe5974a77"
  "/detail/9c78c2b420c94a99948fb66627ad6ce7"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/a646bd3ae39a46d89b9191c80a285a75"
  "/detail/516f771bfc084399a4982c6f5d87b855"
  "/detail/3ce4924a486045b5ab09e6a4da95eef3"
  "/detail/30e22e70eb494e9a8465a73db8077fe4"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/853308421f6c4d7399317c39a686f12e"
  "/detail/e0dd03871a2c48cd8bd8984a57bc3aee"
  "/detail/d4418dbbbed742c894af725f8bb6d6f6"
  "/detail/5547bbabc06e46b193bc0f47d334214d"
  "/detail/024b5da43d1c4a84a4cb90cb6362a0f5"
  "/detail/71d51e54921a4752be1673dd49ceceec"
  "/detail/221c3875b6864431bd8b910582adce0b"
  "/detail/2fdf4a3128f941a1a95c912afaaa62e1"
  "/detail/fa42386ef2584ce2aae4b607cefbdf0f"
  "/detail/54adad90d5d142599143abae18e31e46"
  "/detail/02bada9031a74f2ab691132e30b12ea0"
  "/detail/59e051a257694e6b81a450ddcf2ca9f6"
  "/detail/9a14055d105d41db8acf02728664ce2c"
  "/detail/f06455ec23d84b44a4569deb4972284a"
  "/detail/6a0f66ad837449d09ab1849fac5557dc"
  "/detail/a14f6ce4fff34c288d4a9c692776f67f"
  "/detail/b20fcd83f68848a984aabac83c4ce738"
  "/detail/9721855b4937454a904482d57c7e6414"
  "/detail/7a97ba16da8f4f098d36da943a85ead3"
  "/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8"
  "/detail/5d2d44c9ffd346b5be359b080d8b4bc1"
  "/detail/610b63661f894465a504577e88edbe89"
  "/detail/e046383707944c58bd9e4fa83e80bd38"
  "/detail/aed6704ead4e4ba4894cf6a95fa92e4c"
  "/detail/74bcd28d06d7415182762bbb26845f2e"
  "/detail/6457a634bc564e8b88ab325b1be45ea6"
  "/detail/90ea8ba2a59d4f208532c846bf8f8974"
  "/detail/1c2c36276ec542e69501720fc620c4c1"
  "/detail/7b17ed5e3aa44635a18d9be40ac720e5"
  "/detail/c620b2226c50471d90cb49129203c46b"
  "/detail/75c7cc67b7b3426195ced720034a03f2"
  "/detail/8a8093d4ecc746eb9d1b4e542077f079"
  "/detail/3b2d695bf22c4efeb6b8f89927d3f670"
  "/detail/ccfecb91167449f98cad00a2b2fd239d"
  "/detail/b60af243cd444c6c87e06ab495bbcaff"
  "/detail/55f4d6bb96154e2f9bbf1daa999902a6"
  "/detail/5afbfbe421f44c14ad42171782a7e482"
  "/detail/036b00080889452b8cfbd77aacc67c54"
  "/detail/5659385af30f4bea8dd5b939e7831f3e"
  "/detail/1cdc500c82544b9c822da37f8c0e4b50"
  "/detail/6b68c193212b4a8aa595c043efad8f4a"
  "/detail/564a19547d364a2c86b427e5b1adf337"
  "/detail/c04f1b42b4d9406592a6a8288e6627f9"
  "/detail/894814d687bd49b2809420c8e89f4d37"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/ce1b842bcc6341fcb9d7152f88efc748"
  "/detail/c4125ee9e4ce43cab7a746c20ae39129"
  "/detail/5f5360e4598d4a268931b9a5db309c36"
  "/detail/243f078a22374d91b1ce669425caa93b"
  "/detail/90635bf84ace45d396d5e321ffb8e3d9"
  "/detail/70faae04c28e447fb706cc625e3111f2"
  "/detail/a903493a4573429e9849603362068169"
  "/detail/8085834bd7014ab4be2ce0a1ab602ec7"
  "/detail/dbcae9c28f6b4a258f3e8a5e40c322c7"
  "/detail/19d8d227036a47698ffd85c9c4cd8058"
  "/detail/fc430b9d26a744da935b32e3a418ebfb"
  "/detail/56251d06c9e9477f8a2ff494cae75053"
  "/detail/f1e5849c864243d7973bbd83f51217e6"
  "/detail/a57be818f42b4b778dfb2f6599c7d8e8"
  "/detail/410aff5d56c54b75b3d57994826b2878"
  "/detail/e2ba2a5b9240464a9d567bebefaef501"
  "/detail/f21f46aacddf48049fc5297d6d2f3b63"
  "/detail/6d501a6c19154c2ab3e61fc603a08107"
  "/detail/0a3f2fc9503d499f98ef149ddc2f1f09"
  "/detail/32387b88a1614242b91ec7a2717fe9bd"
  "/detail/6d2c967944904520989f13f15f6b202f"
  "/detail/be8da37b4b0f44f8860f6450e6ea6c1c"
  "/detail/6cac5c8418864d1e83240af4a4918714"
  "/detail/990f4026d55d463d9d8174265472e4b2"
  "/detail/b64e0537f99f4a7c83cad1bfd3253c64"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/8ccb1be8f3df43d19e879c7b89c1d60d"
  "/detail/f66bc1f85e094833a93e52d4c48e23ef"
  "/detail/8628e3142b594c8f89528446a74581c9"
  "/detail/2af1824b69ba43c5b3dc398c758785ec"
  "/detail/a02ffe146b894e69a76d3caa524ffa46"
  "/detail/f8b18940b0034a7f891f8ce888d4f8c0"
  "/detail/4725c178b1934736830ed0cc2f89fd8b"
  "/detail/48529521a9e748ebaec638608310e01b"
  "/detail/35b146f4d04d4cd68d6278cd7eed87e6"
  "/detail/961edb042e094570a6209f940e419714"
  "/detail/495085311b31474fa0edf2733d1a853f"
  "/detail/d0b4c829edac462bb326f417943c22c5"
  "/detail/69168cd035bf47ed9bd02e232681c894"
  "/detail/d071234e651140459f27c2229c4ae788"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/6cc9d474428a4d94b5e8aacee06df152"
  "/detail/3ec668f00ff44c9d95fc019d02f12f42"
  "/detail/f8870ca51b7840b5b07dbca9dccbad2f"
  "/detail/2cc19684a18f48a78c7f14328cdfc46e"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/0877b8c6e2ae42e99789b93db1d34437"
  "/detail/ff9cbb00149e4387913a24b34ed4867d"
  "/detail/2a26f6c9ddbd45d9ac94992a859a9f50"
  "/detail/207821a319a14df891b1da52cb633bd5"
  "/detail/aa1616365cb54f299db0a40ec687e6fd"
  "/detail/9316860e82434d6785e22a0eb8ccbaf8"
  "/detail/dc2374889d3340c2890dce6250087344"
  "/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d"
  "/detail/fba40109fc0f4e209831237e47930622"
  "/detail/863bf86661ee4a4492307726d3e530ad"
  "/detail/f00ad7da6f83479e92657faf48821bee"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/187edfd659c74c4981639b2385c300d4"
  "/detail/5e93936feda244d986f2d4ad3b042d6e"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/0e128cfc3eca44fab089cf27507879fe"
  "/detail/41ed76bd2da44a95bd7b7794acd6ddc5"
  "/detail/b7073502208e4fdc90f8be9ef663ee06"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/32aaca0bc7d045359b77f24f8ad34998"
  "/detail/08ee16a407734e28b733c3b4d7b38fab"
  "/detail/1d7102ce4f45431b92f37be1fe0c020a"
  "/detail/245552649a854099935f8b46b738d21b"
  "/detail/8ca550a405f345c9821deb00f020a335"
  "/detail/123187f137274305b6b0409820f18aca"
  "/detail/dd28496b01394097b3881483c5d1d563"
  "/detail/28ad40325b0149f6b52df356aa5633c4"
  "/detail/058907348d8d410ebd3e4bb59fcf9b79"
  "/detail/e2b096954ae444a5b951d08d068fb845"
  "/detail/2aebd3d588f14087b8c8b8da486bb616"
  "/detail/6ac64d0a026446daa823bea422347786"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/09bc02b79ac2487d899fe2620f19ed24"
  "/detail/6e745d641e134ce7ad04962c52f0f5ed"
  "/detail/6f167a9f664b4283a2bd507391fce303"
  "/detail/78730ae5275f4d56945f82cbd7a70469"
  "/detail/ea2f1a1f1f6740a7bb280342def2842a"
  "/detail/aee2db9894c044248d1afa57b60e68ce"
  "/detail/80b71b72d8ad45e899eb3ae09069a7f3"
  "/detail/6d42a5dad9f04dee928bf36dcf48144c"
  "/detail/cb45959bd6164d5b97f1e18891f506fd"
  "/detail/902a7335645d424380571668af4b6015"
  "/detail/5662510164544e3482398e8a284e9227"
  "/detail/8c7d3e6bd1634671ba573bf849d0c4a9"
  "/detail/4b9c68f78fd44c24ba4601e80c53f6e1"
  "/detail/b4ddf3758cd34ffd999a16924d265357"
  "/detail/8587c302b02c46948a6006c66fe2ef6e"
  "/detail/49e8576b4560414ba56274976eec2a1a"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/15b17ea524e84bba850d83bfa3e823fc"
  "/detail/0212b3840bd84ccb824d896e1b74b648"
  "/detail/7c28d5cc7d75431ba019f4bca0e5b962"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/32ac3eaa97f543e2bb1dd1b46879b60e"
  "/detail/9f252052eec544c3be56a9b4e7732966"
  "/detail/df18138f0f8a4eaeadee3726e3797a13"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/809bc28dcf4143bdb35baf4a618b4263"
  "/detail/4119c8ca632544ee9002448c8539e77c"
  "/detail/2c0a8979ec0247ecbfb8f14ba0d1c212"
  "/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.57 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.