GET https://staging.ktm-sturm.de/ersatzteilfinder/640-adventure-2007-modelcode-9703G1

Query Metrics

113 Database Queries
101 Different statements
1647.42 ms Query time

Queries

Group similar statements

# Time Info
1 0.95 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.27 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.52 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.34 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.47 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.35 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/640-adventure-2007-modelcode-9703G1"
  "ersatzteilfinder/640-adventure-2007-modelcode-9703G1/"
]
7 0.24 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/640-adventure-2007-modelcode-9703G1"
]
8 0.54 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.39 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "RTR0QVQb6UNQQFKPbCg9PFFQ0mA7wBWt"
]
11 0.31 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.67 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.23 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.26 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.33 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.30 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.30 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.26 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.19 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.42 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.62 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.55 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.21 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.22 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "RTR0QVQb6UNQQFKPbCg9PFFQ0mA7wBWt"
]
25 4.11 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.63 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.19 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.35 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.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˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.50 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.40 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.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.19 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.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.35 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.12 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
38 0.41 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
39 0.54 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.51 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.38 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.28 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.37 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.28 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.67 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.81 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.48 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.42 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.76 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.46 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.69 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 3.88 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 2.56 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.20 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.29 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.59 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.35 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.50 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
60 0.52 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
61 0.68 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.47 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
63 0.36 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 0.96 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
65 0.29 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 953.30 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 2.21 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.75 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.49 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.67 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.98 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.78 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.99 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
74 0.37 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.47 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 2.83 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%9703G1%"
]
77 95.64 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:
[
  1000176203
]
78 24.28 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (1063,1070,1078,1373,1379,2248,2253,2260,2264,2267,2272,2276,2283,2293,2306,2334,2344,2387,2388,2390,2393,2394,2396,2398,2399,2400,2403,2406,2409,3261,3264,3266,3268,3270,3274,3311,3315,3316,3317,3318,372,3855,4064,4065,4066,4067,4667,467,503) ORDER BY number, part_type ASC
Parameters:
[]
79 323.23 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (1063,1070,1078,1373,1379,2248,2253,2260,2264,2267,2272,2276,2283,2293,2306,2334,2344,2387,2388,2390,2393,2394,2396,2398,2399,2400,2403,2406,2409,3261,3264,3266,3268,3270,3274,3311,3315,3316,3317,3318,372,3855,4064,4065,4066,4067,4667,467,503) AND article_number IN ("58333002100","56533010300","58333004002","58333006004","58333008008","0405222613","56533016300","52033096000","56533015000","56533093000","58533025000","0015060123","58334005044","56534013100","58034010000","58034014000","58334020000","0770125020","58033027000","58034002300","58034004000","58034001300","58034003000","0015060653","58334024044","58034023500","58334017000","50334018100","58334012000","0625006087","0625618050","58434015044","0912060404","51006097000","58434031144","50232050000","50232050001","0015060163","50233041000","36205018000","58335050044","0471120010","0472280120","0625060016","0760152472","54435010000","0770047015","58035002644","56535005300","0021050003","0912050123","56535003300","58335001244","0984060203","0603061001","0402025580","0770049025","58335025350","58335099000","58335013044","0770320020","58335017000","0770021020","0912060453","0125060003","60013001000","60013003000","60013005000","0015060253","60013008000","60013007000","60013006000","60013002000","60013004000","60013012000","42013226000","50213025000","00062030000","60013016000","60013015000","60013018000","54613218000","60013020000","60013030000","60013017100","60013017000","60013013000","60013092000","60013083000","60013019000","60013049000","60013049100","0015080353","60013025100","0015080163","60013025050","6899785","48600020S1","46810340","48600018","40540603","48600028","48600044","48600058","48600009","48600043","48600019","48600421E","48600016","48600429","48600013","48600399","48600070","48600400","48600428","48600417","48600380S1","48600094","48600412","48600189","48600046","48600033","48600113","48600036","48600037","48600053","91410006S","91410019S","48600021","48600383S","48600239","48600403","48600203","35480377","48600062","48600068","48600215","48600216","40540401","40540402","40540403","40540405","40540406","40540414","40540415","40540447","40541391","48600063","48600065","48600116","48600060","48600042","40540486","48600140","48600048","48600433","48600434","0015080303","48600163","48600202","48600152S1","48600061","48600047","46811499","35480320","48600152","48600190","48600049","48600051","48600034","48600004","48600141","48600401S1","T511","R14013","5750302210030","58303070000","0934080003","54310086200","5830302700030","10003021000","5820701333370B","58507023000","58507003000","0014060103","58307106100","58407008100","50232050003","58307014000","58007044000","54435024001","58205035001","58507116100","58007117000","58007017000","58007117200","58512087000","58212071300","0015060203","0021060003","5851209200030","50107015000","0912060163","0014060153","50235033300","58307113250","12011016000","58207040500","58207040550","58307019000","0015060103","55007006200","51107004000","0912050163","54603048100","58207080000","58211001160","58211001161","58312085100","51005067100","0015060353","50308052000","50308053000","58012058000","58012058050","58329099000","5841201020030","0991060203","40006006000","56509064100","58412011100","0021080003","58207081000","58207081050","0015050123","5840804100070","5840804210070","6000900104430","60009010044","60009014000","0625069068","0472047175","0760354771","60009012000","60009013000","6000907000030","60009071000","58309072000","60009073000","60009081000","60009082000","60009060000","60009065000","59009062013","00050000913","60009015010","58211075500","58411096100","44611207200","58411057000","58011109110","58011109120","58211083300","58211083100","49111435100","54511048000","54611448000","0912050083","58411034100","58411055200","58414040051","60011025000","58411049100","50311051100","44011076100","44011076200","44011076305","58411176300","58411059100","58411059350","58411058000","58411058050","58411053100","58411053050","58411097100","58411098100","60011074000","58211070100","50311060000","0985060003","58211042000","58211050050","60011050000","0797050003","58440099000","58311010000","58311038000","58311044000","0125080003","31008060000","0933050123","58311011000","12003007052","54603073000","58311039000","44111005100","58302126000","58311110000","49011435100","44111015100","58414030000","0797100003","0125100003","5841402500030","5841402600030","58414028000","58414040100","58414042000","41001052000","58714048000","0985050003","58414047000","58214075100","61014069000","58211001065","58214069051","58214067000","58214070151","58214070152","58214070300","58214070150","71001012100","0587060001","56032005100","55011022100","0084040083","60014069150","58411066244","58303080244","54603097000","54603081000","54603090010","54603090020","54603090030","0760253270","58303090000","58303085100","54203083050","72003035000","53003099000","54403135000","58303083000","54603182044","54603015000","56503195100","0760182442","58303084100","49103415000","58405008500","58405007400","58405058100","58405005100","50305016000","5830506504430","54305068100","0738060181","51005067000","54603048000","0991080353","58303061000","58403070244","58413048000","0797060003","13003062000","0985080003","0933080223","58303062000","58303068100","54634131000","54634032100","54634031050","50313060100","54513150000","54513038000","50213161000","54513030044","58007016101","54305069000","0015060303","0137060003","58405085044","58305165244","56505069000","0902060083","58405083300","54308042000","58405161100","58405098100","58406001200","57005020001","36111021000","58406004000","58406003100","58406003150","58406090100","0015050203","54606010000","72210079000","0017060203","58406026000","51006027000","55006028000","58406015100","58406016000","58406017050","58406017100","56012001044","58329003000","58012005025","58012009000","58429009000","58429031000","51012016000","58012015101","58529015102","59029021044","58012019000","6276470","59029019000","58429059000","15112017000","15112018000","15112018100","58429012000","309098","58429037040","58429037043","58030080000","51012012000","54629027000","58029026007","59030022000","31007107001","59029034000","58329039000","59029041000","58429048000","58430018300","58430015044","56530081000","56530081100","56530081300","0888030050","6946005","56030081000","56030081100","56030081200","58030082000","56530123000","0760304772","58330095000","58430028000","58030019000","0936200155","0760122270","58330031300","58330932100","58330833000","58430007100 I","58430007100 II","58430074000","58430032000","57330057044","0625160040","0412174012","5843000510023","58630035200","0835100456","0331100003","0402040980","58330023000","58431001600","58431045000","58431031000","58431032000","58431007045","58431007047","58431030000","58431009000","58431014000","58431094000","58431017000","58431019000","58431020000","58431021689","58431023140","58431023142","58431023145","58431023147","58431023150","58431023152","58431023155","58431023157","58431023160","58431023162","58431023165","58431023167","58431023170","58431023172","58431023175","58431023177","58431023180","58431026000","58431027000","58431028000","58331029017","58631029020","584310346G5","58431035000","58431132000","58431037000","58431042000","58431043000","58431049000","58431050000","58431053000","52031137001","58031005000","57931001010","58431099000","58432001144","58432001000","58332026000","58532000131","58532000079","58332028000","58332112000","58332011300","58332111300","58332002300","58332018000","0936181505","58332003300","58332080000","58432081000","0770116030","57332017044","58332007000","57532013000","0094020163","50332070000","56532095000","50332061044","50332062000","58632065000","0401070003","50332066000","0912060303","0984060163","0912060253","50329050000","56533005300","58333113010","58333007003","58333009005","58333011009","56533018300","56533098000","49030023000","0760324771","0770250021","58033029014","58033029015","58033029016","58033029017","54633014100","58033032200","51033031000","58333003100","58335008000","58035016000","58335008200","58035034000","58035034100","58035134000","58035134100","56535025001","58335026000","58435025800","58335024001","10001020000","55007016001","50303089000","58435002000","58435003000","0770017015","0908180153","58435045098","58435041000","58435044000","58435044050","0081500181","58036014000","58336011001","58036013000","58036001000","58036009000","58036002000","0923080120","0912060208","58038022100","58336018000","58336112000","58036012000","58036096000","0625060040","58336110044","58036097000","36003014200","58036003144","58036005100","58036004100","58036006100","58036007100","58036007050","0402031780","58038022000","58036008100","0417200120","58336015000","58336016052","54211052000","58036030000","58536031000","57336036000","58036028000","58536029044","58036032700","58036033000","58536060144","58536061144","58036062600","0934070756","58036061090","58336061090","58536056100","58036095000","0988162202","0988162205","0988162210","58036050100","54334015000","54334015100","54334015200","58036059200","0770100221","58036048000","58036049500","0912060103","58439005100","58439004000","5843000214423","58430040000","0912050253","58430095000","49030090000","58439034000","58639031500","58439006000","59039093100","58439090000","58439030200","58439030250","0017050181","0015060803","58440001000","0770250030","58440090100","58440020079","58440026000","58440025000","0912060121","58440098000","5844001010023","58540042000","5844001110023","58440011050","58440022000","58440090000","58440021018","58440028000","58440029000","0402040780","0015060453","0015060503","0015060953","46811558S","46811560S2","46811545S","46811222","46811263","46811261","46811262","46811205","46811221","46811050","46811268","46811259","46811078","46811027","46811500","46810365","46811045","46811044","46810325","46811540S1","46811002","46811042","46811481","46810016","46810093","46810346","46811561","46811512","46811511","46810109","46810108","46810010","46810893","36120151","91010110","91010111","91010253","46810063","46811208","50180342S1","46811216","46811005","46810491","46810492","46810493","46810498","46810507","46810521","46810522","46810523","46810524","46810606","46810610","46810520","46810607","46810641","46811218","46810035","46811206","46180056","46811258","46180060","46811453","46810322","46811043","46810324","46811209","46811539S","46810334","46810333","46811272S","50180095","5821100120070","54208042000","60007020040","54601097000","58308013250","5840801410070","58408015000","58308015100","5840801200004","0966050163","0125050003","58211002100","58414040050","6000801000070A","0014060133","59001092050","6000802500070A","58412080000","58412080050","60012080000","58207198500","5821000114430","5841001034491","58410011000","0625062052","0760325272","58410016000","54610416300","54610471000","50310071197","58210070000","0472052200","58410073200","58710060000","58310051038","58310051042","58310151040","58310151045","58310151048","58310151050","58310151052","54510052100","50310800118","50310366000","50310866000","58310050344","54610417300","54610459000","0625060058","54610018000","55003135000","50210086000","77310085044","50310084000","50304040100","50310099000","58212090144","58212090150","58403026600","0912100303","0912100256","58403030000","58403030100","58214069044","6000207910004","6000207910030","5840302390090","58203027200","58411045000","60012024000","60012024100","60012024160","60012025060","58412019000","58412020000","54603014100","50230211000","58404030344","54611076100","0009050103","50203081700","59004031000","59004033100","54603090000","58307060000","58307060250","20012062055","58404060150","58307073000","58404070000","0015060553","5843000034423","50130027000","51030026100","50130010000","58033097000","58330011000","56530017000","0991060166","0603082121","58530039400","0985050103","60030064070","49030029000","58440091000","0603100141","5833010124423","58530025000","58411085000","58030020100","0770191015","61030019050","59030019000","58011081100","58333041000","58430047200","58730047100","58430060100","54613038150","58030021000","58038017100","58038019100","0908120153","58038023300","58038028000","58430099200","0015060403","0603082131","0908080013","58405026100","58405021000","0934060003","58405029001","45031005000","58405019000","00049170121","58405027100","58436054000","58405020000","58431082100","58431070100","58405030000","58431067000","58431072000","58431069100","60031068000","58431071000","58431097000","58431097100","58036065100","58431082000","5843602020023","58530090000","58036152600","58036052200","58036053000","58330036000","0912060353","49030028000","54330043000","58036099100","0993012000","58036026644","58036126644","0603070122","0015060083","58336020190","58436039100","58036140100","58036041000","58036040100","58336024000","58436044000","58536044000","56530061000","59030061000","0912060203","51005074000","0912070553","0912070603","0912060653","0912060703","42011252000","0910100003","0770100020","60011252000","0402251980","58038007700","58038007755","0799060000","58438001000","54313025000","58038005100","58530041000","58030008700","0910160153","0603162220","0984060103","58038234700","58338034000","58338034100","58438034000","58038033200","58038029000","58038130000","58038033000","58038032300","58338045100","5821401010030","58211045000","54335031000","0015080503","58214012000","312305","312313","3210039","3211196","14187B26","0984100856","60003088000","58213010150","60008019000","58201032118","50101033100","58401034318","50301036000","59001038200","59001039100","56401042000","56401040000","56401142000","0982100003","58201041000","59001043000","54201081100","54601084100","54601184000","54201086000","00050000930","58402001000","58007016001","58702010000","58402091600","58302021100","58412040100","59002047000","58402030000","60002031000","50302032000","59002033000","50302034000","59002035000","50302036200","50302037000","50302038000","50302030150","59002044000","0965040123","58402050000","58402095100","58432063000","58402094000","5820300174430","5840300234430","58303002090","5810300420030","5840304800030","58403056000","59001037000","58003012000","58307015000","58303055000","58403013000","54630044000","49109481052","58403002370","43205062100","58403002010","0912100250","58403014000","31004001100","54606004000","54606004100","58403038100","60003040033","59003040250","60003040010","60003044010","54603041000","54803044000","0094032253","59003041250","60003041010","58303050044","58303150044","58303051000","58403060000","58403060065","51103053000","51103053051","36003014000","0015080453","54510052200","58303010000","58412099044","58003012200","01187B04","56503086000","56503093000","54310086100","44906890","40540400","40540404","40540407","40540408","40540409","40540410","40540411","40540412","40540413","40540417","40540418","40540419","40540423","40540425","40540426","40540427","40540448","40540449","40540450","40540494","40540774","40541383","40541393","40541402","40541403","40541404","40541405","40541406","40541408","40541414","40541416","40541417","48600064","48600069","48600095","48600096","48600097","48600099","48600100","48600102","48600139","48600217","48600325","48600327","48600329","48600331","48600332","48600333","48600479","40540477","43570120","44916098","44916130","44916180","48600213","48600214","48600346","48600351","48600357","48600480","48600555","48600607","36120284","36120298","36120312","36120314","36120325","36120327","36120328","36120329","36120330","36120331","36120332","36120334","36120335","36120336","36120337","36120338","36120339","36120340","36120342","36120343","36120344","36120345","36120346","36120349","36120350","36120604","40140275","50180010","46810490","46810494","46810495","46810496","46810497","46810499","46810500","46810501","46810502","46810503","46810504","46810505","46810508","46810509","46810510","46810512","46810513","46810517","46810518","46810519","46810525","46810604","46810608","46810611","46810612","46810615","46810624","46810631","46810633","46810636","46810637","46810638","46810639","46810640","46811580","46811582","46811046","50180006","50180007","50180008","50180012","50180019","50180069","50180056","50180057","50180058","50180059","50180060","50180061","50180062","50180063","50180064","50180065","50180066","50180067","50180068","50180024","50180070","50180071","50180072","50180073","50180074","50180075","50180076","50180077","50180078","50180079","50180080","50180177","50180210","50180054","50180055","50180022","50180026","50180027","50180028","50180031","50180032","50180033","50180034","50180035","50180036","50180037","50180038","50180039","50180041","50180053","50180040","50180052","50180051","50180050","50180049","50180048","50180047","50180046","50180045","50180044","50180043","50180665","50180662","50180657","50180656","50180655","50180654","50180653","50180666","50180634","48600212","50180209","50180330","50180578","50180635","40541061","36120469","36120471","46811637","48600460","50600065","50600002","58213080044","54613318200","54613310200","54613309500","59013090100","54613309200","50313090000","54613305200","58313070000","42013026000","58430087000","42013037200","57530090000","58430089000")
Parameters:
[]
80 0.39 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000176203
]
81 0.33 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:
[
  "1000176203"
]
82 26.72 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"\vðU \f#Dʪv“ñWØ\x18 "
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"4èg^½yB⬕ïÌ\x12®ÖE"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"Ï(iÀö\x16F╠Åx Þß]¯▓"
  b":8E!!ëBˆ½\x11ì±y`´q"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"""
    ¯–\n
    \x16Œ$M׳\x1Aþ\x02\x07moj
    """
  b"üRíY5ºJ\f×(┴c÷¹ÓÂ"
  b"┐E\x17Ç┴CE´ûì÷╠Á¢ò7"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"?¥Î\x058rC^¶gZæ!_s’"
  b"^íùà\x08>Jì¦|[<\x19\x0F"
  b"n(Þ;┘WDC®¼ßÅðYÜ6"
  b"&\x15H\e«vF”¸s‡äw\f¿Ÿ"
  b";(º¢Å\x01G‡Šµj\x08•ÁL…"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"°Ÿ·\v]\x06MJ¿ûQ¡*rÚ\x10"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"@8]„àüMn§Öà?LÖ•È"
  b"£åÑ€\eÏNs«qN3ag7'"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"l\«Iã¥DÈŠ9f›ª0åÅ"
  b"ÏÀÎVUÕ@\x06Œ÷ß\x00DÉŠ\x18"
  b"FVWp\x00ZHª‡šåÖ¾Û’‰"
  b"é¡s\x1Ejo@â£d¦#âËAã"
  b"7¸\x05–yL\¶\x01\x00Œ\x11fF\x01"
  b"_\x16²╔═\x04Jzó▄ìkcÁBé"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"""
    ër½&EüBñæk\n
    ël\x15ƹ
    """
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"ƒ~½Ò ÑLâ›\x14uÚq“\x0Fô"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b"\x10\x19ÃS‚bOª­³©”Çhñ8"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"ÌRÜ!õjKÑìÏh▓ıæ┤ï"
  b"ÅWnÚ?;A‗É┴2m¿\x1A╣²"
  b"äÝ\x7FИ–GÈ™/T`˜K^}"
  b"X7\f@3ÙF³Åè┴E\x08\x19+╦"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"†¯á„\x1D\x15D‡¦^—ì\x1Eè‹#"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ízšf>\r@!’4â@«G£“"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"\x15\x12?\x1DNz³p\x1CL$~Œë"
  b"|/j'z‚Lï€mØô¾iÊ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ÿì'(\tmG~║oJZ«1▓Ô"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"ÀJüõ´■IÈ╝\x01\x14R6▀ËÝ"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"[Í¡á`®B\x1AˆOUŒbÂèÃ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"N▄O!┬xAIôs{5\re╬Ø"
  b"\x0E„öúX«N®¿A¸«nøÙé"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"`Çn¶À╚O▒üÄþ*½<¾Ö"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"Ž–å†\x0E³HKŠ)á¦n\x02b\x07"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"Hõx†‰¼Mç³µ\x00SºˆÑÆ"
  b"øŠd\r¿NK`¦$ä:|B\x08"
  b"Œ\rRYûKCλ8ò\x01ÿ3bŒ"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"üXÜ(ÎGI–·fe3Ÿ é\r"
  b"EûŸB½ÝK…³\x03u\v„›I„"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\x1F\x02xì║K\täþ\x1Fó╗Mç\f"
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"\x0F.\fÆ<tEê®@2«†Þj\x17"
  b"sýè\x1Ag│Lí󨡍‗²ƒ""
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"5…G:‡\x1FB>˜MBçïé/ë"
  b"Îì╝«­·Kïò█´pê\x11y-"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"ºfÀ\x13ì—MŒ¹s‰\x13døà\x0E"
  b"$\x15¸ˆ\x1FþLÈŒ\x06\x15\x19Í&Š­"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b".\x17Œ’ÄiE[Ÿ®¸'©g¥"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"K†¢qÓ\x19N\x06¥\x01Ž\x02iž#E"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¦PÉ‘ÔSEûލ>"õl·'"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"˜5ê³\x1F¸O:‘ì\x05{\v¶/½"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"®L²│j4A?ïwNpÏ\x17"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"KŲÌle@A´/=Íö*j\x10"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b",\x12ç±a\x11GëªöÀ6Rë\x1F˜"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"øÒ`*û%D£ì╔*Yo¿î#"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"─¢Íj]\x04M«▓qJ\x0FafÉ­"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"mN\e0Ä,A2”r°Y •¼\x1A"
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"ëufÙA±OÑ­ëjà×ó’Þ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"<%qŒ­tJù“´\fXû[ÌU"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"\x0E\x03ðãvýD̦E÷–ømŽâ"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"^\x04å€8‰Bš¢bÝ¿Eo®€"
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"3d,cwàC¿éPseóìNN"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"""
    òp\n
    ì┌╗O½ô\x0E▓DÒáê─
    """
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ç¨jä#¢EÈ©WÌ£DP§·"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"¢ÈCkƒÔLPŒ§‡®È\x07†ù"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"`gý$›ªE\x1D±/>xÀ±f­"
  b"ÆÕL´OvCR╝oìtÕå\±"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"m¯\ù0ÕGQªEièÿëUò"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"vò‡#Œ\x06G!¥Y»Ú\x1D„¤T"
  b"s- êhMDÞŠÐ?]\x10\rw‘"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"I\f/\x7FfR@††ÄmÖ×éï<"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"”KD/¢àM(„Nét]#OÝ"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b"ÆqyìBÀL\x1C▓Ôd_¹\x08£░"
  b"î·lv´ÍCÿ‡×â²\x7F\x06ï\v"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"VZL¥@.F¾€åQ™kËiþ"
  b"ŸP>£ÑKE͘öÌ\x18ÎCN¿"
  b"\x00?Û€žƒCå‡m1Bf¹b˜"
  b"úIüƒ’vNÔƒƒ\x0EÉÈo3""
  b"º´ÃS³½K“±)\x1E¿Ðx\x06{"
  b"\x1C|¨Ì3TLš’#Zñé7Yw"
  b"u\r¬T┴\x19I~Às\x0F»\x15É!W"
  b"Ï_l\x11/ŠCfª+Ó\x18ÆÅ\x1AÓ"
  b"ä–Ç“h`G3‡Rý_±Þ’\x14"
  b",·ØBB?C:╣Eæâ┘¯▀ª"
  b"Q?ÖvØçLt®´║r´_°í"
  b"""
    ÒÕ\x15<¹L$¼ò·¬ª\n
    X\x1D
    """
  b"بõßYrDûƒ\x15³╣Ö█#Ñ"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"å/Ñ{¸\x08FŠ’<\x1Coµ€iy"
  b"lis†¸àB~¯Ð\x12\x1C\x08j"
  b"v€\x06X\f8A䯨Ÿ¼Í(9³"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b";å§;=VO±ºùÓÔZГj"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"O┌[û\x17\x06H߯d╗ıØQl╝"
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"G½Ð¨’\x7FCñŒ5jÚ\x12s°•"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"¼]"wu^JÀ’çïB¸g€}"
  b"§s•¦—FIæ“\v\x1C§EÔ"
  b" \x10ý†- L0®1d½êÆ I"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"aç¾\x12Ä┤A\x1Cû0°©ì░\x11µ"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"gb^\x11“¹JB…êDá¦[`ª"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"ˆ\x17N\x13"QFÖ²A"ƒ štJ"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Àj\ª{aJÁÖpv}ü╠V\x07"
  b"<þr²˜ÉCL³Ó\e-ÿ\x0F"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"\x00ÓÍ=\x19\x1AD\x06‚øø\x06+nÉ»"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"ò?SºÐ\x01NÔ€±™ˆoC˜ê"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b"\fÔz?)rB\v€F—–CoÅë"
  b"±²~i< HXƒ“b\x12\x02\x19"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b" \x00ŸuØŸAÚ€pM\x0888²é"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"\vï\x08î‚wL´œš²0\x11Œþa"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"¨Ú>¡¯\r@´¥xgÉ_A²í"
  b"RS\x0F\x08OtA\e‰Ô/ž˜åà­"
  b"ŠS™oÝcM™‘¹E@7ÏÀè"
  b"""
    Ú* ô\n
    ­C`¯¥SŽ\x10ëüÏ
    """
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"®\x19ÃÔ\x0FÁCf¡P!Ñ-Ú^Ø"
  b"8û«\x17ïK@’¼L–nº\x10ö\x11"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"_VŒ©ÛO@–°’Ê;´q\x1CT"
  b"8\x07Ö\fß\x06Fù®w\x10\x02á¯Ô&"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"¼cÚ\x16­\vG´ƒ\x08rЕÛ}z"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"é}geëÄLD bþßÙÿ€ý"
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"süYÂ\x0EñKù‘î\x1CAP­ž\e"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"├]\x7Fש\x15H¬«\x7Fɪ\x11·;l"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"Ñ/®¿©lJæ‡\x105$µ´pN"
  b"ÖÃ\r\x08V¾LgìÉK\x18çlú┬"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"ûø"ÁÑ\x08J\t£¦å\x00ýƒÃQ"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"|¼ÆVIwO‡°nŸwyþr¶"
  b"Ìtèy\x7FSB©šÇ\tÈ>\x16HE"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"""
    \n
    y\n
    Á€ Cöo\x1Až\x1E\x13M…
    """
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"dhD\r|ÑEÌ•¥›°-vÏ…"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"ë çÑLÍAƘԋ–á—¨Ø"
  b"\x0Eàëì8bBóÀ\x04W\W■õj"
  b"\vaÅŒ¸ÈCE©¤`AÔ|\x05¦"
  b"!t!þALE\x12†uû\x11ÇûI["
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"<0§&$€OöŒ:~‹YáÙ£"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"ï═┴FâdJÀÖ*w³gü@("
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"Ï\x1C\x06Œ•¦Ju¾\vÖ¤ûºmÈ"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Ǧ\x15Ik/FÉénW°R1Ke"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b">¾sG;ýKr´,<ôtãwø"
  b"CégsŒøH„‡\x1F3f{\x1Eâä"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"\x06¡üsI(¦å‚jëëóu"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b":Ö&x#KC\fž|WcË ðÍ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"p#Åç_\x10L`Ö+0Ñù\x7FÀ`"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"½Þ'kšøG»¹æ\x7F*\x12õÒI"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"▒Fô?¡ÍI\x13Á\eùÓ'Rü\v"
  b"UYÅë&#Nµ▓Z#╦-═½_"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"Œc'J¾òJŸƒõ#¾\x04bXå"
  b"\x04à1g┤ÎI═ØÛ£▒╩³Þê"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"s\x1D¡\r/·F\x15Øk\x1D«B8ZP"
  b":ƒ«\x0E75MÔ®j kü\x05¤╗"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"à.`Ü¡ÓEŇcšmÁYïÙ"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"m\tåN\t·B$í\x15Øw|═,░"
  b"ŸG¥3l%C\x02¯Õ•©ÝU\x08ý"
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"\x02¦RƒQ‰GÈ›…Ëž\x19¶’Ý"
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"‡k%÷ü‡O㵃6›Ñ\x16å#"
  b"WæîÎÎ\x12O\x00¨7X*Ÿ]L~"
  b"Â\x16k5Á^O÷¢n9ÎJ˜\t"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"\f—<Î\x1CìG\x01³±‹gù__Œ"
  b"\x01±­║RßBNƒÅåÄm\x02\x10A"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"·ò\x15'\x06øOÏŠ‡ô<ÝòǺ"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"¯▒\x17+ÛÔ@M▒└ìVK¬eì"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b":ö–噂J‘š€œB°¹éö"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"8\x10²/\x0FöOÊ¥@ÝZ¢³óx"
  b"""
    :°‡yÂRI¹„›¢m;z\n
    +
    """
  b"o]ª)x\x00B¨ƒõ¿ö\x01pù—"
  b"\x10ò\x1A?ã!GË©­\f)üŒN™"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\x0F.™ðÃ`LI¸°Xƒ\x7FÀ”%"
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"ã\x05@²‰K̬yÞ8}<P°"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"…¼`—\x12CD~¼†D\x10Mø‰,"
  b"¿µÑ¸Á”OÛ•¬Á&äf,W"
  b"2g¢7\x1A°Cô›*”:ùEň"
  b"é\x0EJáŠH~¦\x16\x108ÒÖ?§"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"´.L¯tü@\e³O¥!âm—O"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"¶ƒYÄk*LqÉ¿┴─®T¶╬"
  b"ì╦½àÜ|Bý╝»Qéero\e"
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"É^│\~\x7FJ&©£o:è·'q"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"L”aªŸ#Gˑۿck1œ?"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"sèéø]LI=¶rñl<‘e“"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"Äd*çãáDh·ã„óv@\x050"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"\r{î ° I7—Ì©bò\x13"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Å5\x02ËtßK×öå#1µZPz"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"JhÎm$üDŒ¯½¤p\x1AØúÚ"
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
]
83 91.76 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"\vðU \f#Dʪv“ñWØ\x18 "
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"4èg^½yB⬕ïÌ\x12®ÖE"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"Ï(iÀö\x16F╠Åx Þß]¯▓"
  b":8E!!ëBˆ½\x11ì±y`´q"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"""
    ¯–\n
    \x16Œ$M׳\x1Aþ\x02\x07moj
    """
  b"üRíY5ºJ\f×(┴c÷¹ÓÂ"
  b"┐E\x17Ç┴CE´ûì÷╠Á¢ò7"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"?¥Î\x058rC^¶gZæ!_s’"
  b"^íùà\x08>Jì¦|[<\x19\x0F"
  b"n(Þ;┘WDC®¼ßÅðYÜ6"
  b"&\x15H\e«vF”¸s‡äw\f¿Ÿ"
  b";(º¢Å\x01G‡Šµj\x08•ÁL…"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"°Ÿ·\v]\x06MJ¿ûQ¡*rÚ\x10"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"@8]„àüMn§Öà?LÖ•È"
  b"£åÑ€\eÏNs«qN3ag7'"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"l\«Iã¥DÈŠ9f›ª0åÅ"
  b"ÏÀÎVUÕ@\x06Œ÷ß\x00DÉŠ\x18"
  b"FVWp\x00ZHª‡šåÖ¾Û’‰"
  b"é¡s\x1Ejo@â£d¦#âËAã"
  b"7¸\x05–yL\¶\x01\x00Œ\x11fF\x01"
  b"_\x16²╔═\x04Jzó▄ìkcÁBé"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"""
    ër½&EüBñæk\n
    ël\x15ƹ
    """
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"ƒ~½Ò ÑLâ›\x14uÚq“\x0Fô"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b"\x10\x19ÃS‚bOª­³©”Çhñ8"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"ÌRÜ!õjKÑìÏh▓ıæ┤ï"
  b"ÅWnÚ?;A‗É┴2m¿\x1A╣²"
  b"äÝ\x7FИ–GÈ™/T`˜K^}"
  b"X7\f@3ÙF³Åè┴E\x08\x19+╦"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"†¯á„\x1D\x15D‡¦^—ì\x1Eè‹#"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ízšf>\r@!’4â@«G£“"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"\x15\x12?\x1DNz³p\x1CL$~Œë"
  b"|/j'z‚Lï€mØô¾iÊ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ÿì'(\tmG~║oJZ«1▓Ô"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"ÀJüõ´■IÈ╝\x01\x14R6▀ËÝ"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"[Í¡á`®B\x1AˆOUŒbÂèÃ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"N▄O!┬xAIôs{5\re╬Ø"
  b"\x0E„öúX«N®¿A¸«nøÙé"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"`Çn¶À╚O▒üÄþ*½<¾Ö"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"Ž–å†\x0E³HKŠ)á¦n\x02b\x07"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"Hõx†‰¼Mç³µ\x00SºˆÑÆ"
  b"øŠd\r¿NK`¦$ä:|B\x08"
  b"Œ\rRYûKCλ8ò\x01ÿ3bŒ"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"üXÜ(ÎGI–·fe3Ÿ é\r"
  b"EûŸB½ÝK…³\x03u\v„›I„"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\x1F\x02xì║K\täþ\x1Fó╗Mç\f"
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"\x0F.\fÆ<tEê®@2«†Þj\x17"
  b"sýè\x1Ag│Lí󨡍‗²ƒ""
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"5…G:‡\x1FB>˜MBçïé/ë"
  b"Îì╝«­·Kïò█´pê\x11y-"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"ºfÀ\x13ì—MŒ¹s‰\x13døà\x0E"
  b"$\x15¸ˆ\x1FþLÈŒ\x06\x15\x19Í&Š­"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b".\x17Œ’ÄiE[Ÿ®¸'©g¥"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"K†¢qÓ\x19N\x06¥\x01Ž\x02iž#E"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¦PÉ‘ÔSEûލ>"õl·'"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"˜5ê³\x1F¸O:‘ì\x05{\v¶/½"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"®L²│j4A?ïwNpÏ\x17"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"KŲÌle@A´/=Íö*j\x10"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b",\x12ç±a\x11GëªöÀ6Rë\x1F˜"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"øÒ`*û%D£ì╔*Yo¿î#"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"─¢Íj]\x04M«▓qJ\x0FafÉ­"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"mN\e0Ä,A2”r°Y •¼\x1A"
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"ëufÙA±OÑ­ëjà×ó’Þ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"<%qŒ­tJù“´\fXû[ÌU"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"\x0E\x03ðãvýD̦E÷–ømŽâ"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"^\x04å€8‰Bš¢bÝ¿Eo®€"
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"3d,cwàC¿éPseóìNN"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"""
    òp\n
    ì┌╗O½ô\x0E▓DÒáê─
    """
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ç¨jä#¢EÈ©WÌ£DP§·"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"¢ÈCkƒÔLPŒ§‡®È\x07†ù"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"`gý$›ªE\x1D±/>xÀ±f­"
  b"ÆÕL´OvCR╝oìtÕå\±"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"m¯\ù0ÕGQªEièÿëUò"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"vò‡#Œ\x06G!¥Y»Ú\x1D„¤T"
  b"s- êhMDÞŠÐ?]\x10\rw‘"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"I\f/\x7FfR@††ÄmÖ×éï<"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"”KD/¢àM(„Nét]#OÝ"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b"ÆqyìBÀL\x1C▓Ôd_¹\x08£░"
  b"î·lv´ÍCÿ‡×â²\x7F\x06ï\v"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"VZL¥@.F¾€åQ™kËiþ"
  b"ŸP>£ÑKE͘öÌ\x18ÎCN¿"
  b"\x00?Û€žƒCå‡m1Bf¹b˜"
  b"úIüƒ’vNÔƒƒ\x0EÉÈo3""
  b"º´ÃS³½K“±)\x1E¿Ðx\x06{"
  b"\x1C|¨Ì3TLš’#Zñé7Yw"
  b"u\r¬T┴\x19I~Às\x0F»\x15É!W"
  b"Ï_l\x11/ŠCfª+Ó\x18ÆÅ\x1AÓ"
  b"ä–Ç“h`G3‡Rý_±Þ’\x14"
  b",·ØBB?C:╣Eæâ┘¯▀ª"
  b"Q?ÖvØçLt®´║r´_°í"
  b"""
    ÒÕ\x15<¹L$¼ò·¬ª\n
    X\x1D
    """
  b"بõßYrDûƒ\x15³╣Ö█#Ñ"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"å/Ñ{¸\x08FŠ’<\x1Coµ€iy"
  b"lis†¸àB~¯Ð\x12\x1C\x08j"
  b"v€\x06X\f8A䯨Ÿ¼Í(9³"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b";å§;=VO±ºùÓÔZГj"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"O┌[û\x17\x06H߯d╗ıØQl╝"
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"G½Ð¨’\x7FCñŒ5jÚ\x12s°•"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"¼]"wu^JÀ’çïB¸g€}"
  b"§s•¦—FIæ“\v\x1C§EÔ"
  b" \x10ý†- L0®1d½êÆ I"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"aç¾\x12Ä┤A\x1Cû0°©ì░\x11µ"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"gb^\x11“¹JB…êDá¦[`ª"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"ˆ\x17N\x13"QFÖ²A"ƒ štJ"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Àj\ª{aJÁÖpv}ü╠V\x07"
  b"<þr²˜ÉCL³Ó\e-ÿ\x0F"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"\x00ÓÍ=\x19\x1AD\x06‚øø\x06+nÉ»"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"ò?SºÐ\x01NÔ€±™ˆoC˜ê"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b"\fÔz?)rB\v€F—–CoÅë"
  b"±²~i< HXƒ“b\x12\x02\x19"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b" \x00ŸuØŸAÚ€pM\x0888²é"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"\vï\x08î‚wL´œš²0\x11Œþa"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"¨Ú>¡¯\r@´¥xgÉ_A²í"
  b"RS\x0F\x08OtA\e‰Ô/ž˜åà­"
  b"ŠS™oÝcM™‘¹E@7ÏÀè"
  b"""
    Ú* ô\n
    ­C`¯¥SŽ\x10ëüÏ
    """
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"®\x19ÃÔ\x0FÁCf¡P!Ñ-Ú^Ø"
  b"8û«\x17ïK@’¼L–nº\x10ö\x11"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"_VŒ©ÛO@–°’Ê;´q\x1CT"
  b"8\x07Ö\fß\x06Fù®w\x10\x02á¯Ô&"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"¼cÚ\x16­\vG´ƒ\x08rЕÛ}z"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"é}geëÄLD bþßÙÿ€ý"
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"süYÂ\x0EñKù‘î\x1CAP­ž\e"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"├]\x7Fש\x15H¬«\x7Fɪ\x11·;l"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"Ñ/®¿©lJæ‡\x105$µ´pN"
  b"ÖÃ\r\x08V¾LgìÉK\x18çlú┬"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"ûø"ÁÑ\x08J\t£¦å\x00ýƒÃQ"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"|¼ÆVIwO‡°nŸwyþr¶"
  b"Ìtèy\x7FSB©šÇ\tÈ>\x16HE"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"""
    \n
    y\n
    Á€ Cöo\x1Až\x1E\x13M…
    """
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"dhD\r|ÑEÌ•¥›°-vÏ…"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"ë çÑLÍAƘԋ–á—¨Ø"
  b"\x0Eàëì8bBóÀ\x04W\W■õj"
  b"\vaÅŒ¸ÈCE©¤`AÔ|\x05¦"
  b"!t!þALE\x12†uû\x11ÇûI["
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"<0§&$€OöŒ:~‹YáÙ£"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"ï═┴FâdJÀÖ*w³gü@("
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"Ï\x1C\x06Œ•¦Ju¾\vÖ¤ûºmÈ"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Ǧ\x15Ik/FÉénW°R1Ke"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b">¾sG;ýKr´,<ôtãwø"
  b"CégsŒøH„‡\x1F3f{\x1Eâä"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"\x06¡üsI(¦å‚jëëóu"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b":Ö&x#KC\fž|WcË ðÍ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"p#Åç_\x10L`Ö+0Ñù\x7FÀ`"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"½Þ'kšøG»¹æ\x7F*\x12õÒI"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"▒Fô?¡ÍI\x13Á\eùÓ'Rü\v"
  b"UYÅë&#Nµ▓Z#╦-═½_"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"Œc'J¾òJŸƒõ#¾\x04bXå"
  b"\x04à1g┤ÎI═ØÛ£▒╩³Þê"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"s\x1D¡\r/·F\x15Øk\x1D«B8ZP"
  b":ƒ«\x0E75MÔ®j kü\x05¤╗"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"à.`Ü¡ÓEŇcšmÁYïÙ"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"m\tåN\t·B$í\x15Øw|═,░"
  b"ŸG¥3l%C\x02¯Õ•©ÝU\x08ý"
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"\x02¦RƒQ‰GÈ›…Ëž\x19¶’Ý"
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"‡k%÷ü‡O㵃6›Ñ\x16å#"
  b"WæîÎÎ\x12O\x00¨7X*Ÿ]L~"
  b"Â\x16k5Á^O÷¢n9ÎJ˜\t"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"\f—<Î\x1CìG\x01³±‹gù__Œ"
  b"\x01±­║RßBNƒÅåÄm\x02\x10A"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"·ò\x15'\x06øOÏŠ‡ô<ÝòǺ"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"¯▒\x17+ÛÔ@M▒└ìVK¬eì"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b":ö–噂J‘š€œB°¹éö"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"8\x10²/\x0FöOÊ¥@ÝZ¢³óx"
  b"""
    :°‡yÂRI¹„›¢m;z\n
    +
    """
  b"o]ª)x\x00B¨ƒõ¿ö\x01pù—"
  b"\x10ò\x1A?ã!GË©­\f)üŒN™"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\x0F.™ðÃ`LI¸°Xƒ\x7FÀ”%"
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"ã\x05@²‰K̬yÞ8}<P°"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"…¼`—\x12CD~¼†D\x10Mø‰,"
  b"¿µÑ¸Á”OÛ•¬Á&äf,W"
  b"2g¢7\x1A°Cô›*”:ùEň"
  b"é\x0EJáŠH~¦\x16\x108ÒÖ?§"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"´.L¯tü@\e³O¥!âm—O"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"¶ƒYÄk*LqÉ¿┴─®T¶╬"
  b"ì╦½àÜ|Bý╝»Qéero\e"
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"É^│\~\x7FJ&©£o:è·'q"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"L”aªŸ#Gˑۿck1œ?"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"sèéø]LI=¶rñl<‘e“"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"Äd*çãáDh·ã„óv@\x050"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"\r{î ° I7—Ì©bò\x13"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Å5\x02ËtßK×öå#1µZPz"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"JhÎm$üDŒ¯½¤p\x1AØúÚ"
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
]
84 3.19 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00?Û€žƒCå‡m1Bf¹b˜"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x00ÓÍ=\x19\x1AD\x06‚øø\x06+nÉ»"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x01±­║RßBNƒÅåÄm\x02\x10A"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02¦RƒQ‰GÈ›…Ëž\x19¶’Ý"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04à1g┤ÎI═ØÛ£▒╩³Þê"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"""
    \n
    y\n
    Á€ Cöo\x1Až\x1E\x13M…
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\vaÅŒ¸ÈCE©¤`AÔ|\x05¦"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"\vï\x08î‚wL´œš²0\x11Œþa"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"\f—<Î\x1CìG\x01³±‹gù__Œ"
  b"\fÔz?)rB\v€F—–CoÅë"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E\x03ðãvýD̦E÷–ømŽâ"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0E„öúX«N®¿A¸«nøÙé"
  b"\x0Eàëì8bBóÀ\x04W\W■õj"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F.\fÆ<tEê®@2«†Þj\x17"
  b"\x0F.™ðÃ`LI¸°Xƒ\x7FÀ”%"
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"\x10\x19ÃS‚bOª­³©”Çhñ8"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10ò\x1A?ã!GË©­\f)üŒN™"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x15\x12?\x1DNz³p\x1CL$~Œë"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\x1C|¨Ì3TLš’#Zñé7Yw"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" \x00ŸuØŸAÚ€pM\x0888²é"
  b" \x10ý†- L0®1d½êÆ I"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"!t!þALE\x12†uû\x11ÇûI["
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"$\x15¸ˆ\x1FþLÈŒ\x06\x15\x19Í&Š­"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"&\x15H\e«vF”¸s‡äw\f¿Ÿ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"\x06¡üsI(¦å‚jëëóu"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b",\x12ç±a\x11GëªöÀ6Rë\x1F˜"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",·ØBB?C:╣Eæâ┘¯▀ª"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b".\x17Œ’ÄiE[Ÿ®¸'©g¥"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".1Ôý³uNü×b¶`╗╣}3"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"2g¢7\x1A°Cô›*”:ùEň"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3d,cwàC¿éPseóìNN"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"4èg^½yB⬕ïÌ\x12®ÖE"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"5…G:‡\x1FB>˜MBçïé/ë"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"7¸\x05–yL\¶\x01\x00Œ\x11fF\x01"
  b"8\x07Ö\fß\x06Fù®w\x10\x02á¯Ô&"
  b"8\x10²/\x0FöOÊ¥@ÝZ¢³óx"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"8û«\x17ïK@’¼L–nº\x10ö\x11"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":8E!!ëBˆ½\x11ì±y`´q"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b":ƒ«\x0E75MÔ®j kü\x05¤╗"
  b"""
    :°‡yÂRI¹„›¢m;z\n
    +
    """
  b":Ö&x#KC\fž|WcË ðÍ"
  b":ö–噂J‘š€œB°¹éö"
  b";(º¢Å\x01G‡Šµj\x08•ÁL…"
  b";å§;=VO±ºùÓÔZГj"
  b"<%qŒ­tJù“´\fXû[ÌU"
  b"<0§&$€OöŒ:~‹YáÙ£"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"<þr²˜ÉCL³Ó\e-ÿ\x0F"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">¾sG;ýKr´,<ôtãwø"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"?¥Î\x058rC^¶gZæ!_s’"
  b"@8]„àüMn§Öà?LÖ•È"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"CégsŒøH„‡\x1F3f{\x1Eâä"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"EûŸB½ÝK…³\x03u\v„›I„"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FVWp\x00ZHª‡šåÖ¾Û’‰"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G½Ð¨’\x7FCñŒ5jÚ\x12s°•"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"Hõx†‰¼Mç³µ\x00SºˆÑÆ"
  b"I\f/\x7FfR@††ÄmÖ×éï<"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"JhÎm$üDŒ¯½¤p\x1AØúÚ"
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"K†¢qÓ\x19N\x06¥\x01Ž\x02iž#E"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KŲÌle@A´/=Íö*j\x10"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"N▄O!┬xAIôs{5\re╬Ø"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O┌[û\x17\x06H߯d╗ıØQl╝"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q?ÖvØçLt®´║r´_°í"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RS\x0F\x08OtA\e‰Ô/ž˜åà­"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"UYÅë&#Nµ▓Z#╦-═½_"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"VZL¥@.F¾€åQ™kËiþ"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W°e!ÓþJ¿“M+VX6 <"
  b"WæîÎÎ\x12O\x00¨7X*Ÿ]L~"
  b"X7\f@3ÙF³Åè┴E\x08\x19+╦"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Í¡á`®B\x1AˆOUŒbÂèÃ"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"^\x04å€8‰Bš¢bÝ¿Eo®€"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"^íùà\x08>Jì¦|[<\x19\x0F"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b"_\x16²╔═\x04Jzó▄ìkcÁBé"
  b"_VŒ©ÛO@–°’Ê;´q\x1CT"
  b"`gý$›ªE\x1D±/>xÀ±f­"
  b"`Çn¶À╚O▒üÄþ*½<¾Ö"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"aç¾\x12Ä┤A\x1Cû0°©ì░\x11µ"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"dhD\r|ÑEÌ•¥›°-vÏ…"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gb^\x11“¹JB…êDá¦[`ª"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l\«Iã¥DÈŠ9f›ª0åÅ"
  b"lis†¸àB~¯Ð\x12\x1C\x08j"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"m\tåN\t·B$í\x15Øw|═,░"
  b"mN\e0Ä,A2”r°Y •¼\x1A"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"m¯\ù0ÕGQªEièÿëUò"
  b"n(Þ;┘WDC®¼ßÅðYÜ6"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"o]ª)x\x00B¨ƒõ¿ö\x01pù—"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"p#Åç_\x10L`Ö+0Ñù\x7FÀ`"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"s\x1D¡\r/·F\x15Øk\x1D«B8ZP"
  b"s- êhMDÞŠÐ?]\x10\rw‘"
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"sèéø]LI=¶rñl<‘e“"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"sýè\x1Ag│Lí󨡍‗²ƒ""
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"süYÂ\x0EñKù‘î\x1CAP­ž\e"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"u\r¬T┴\x19I~Às\x0F»\x15É!W"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v€\x06X\f8A䯨Ÿ¼Í(9³"
  b"vò‡#Œ\x06G!¥Y»Ú\x1D„¤T"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"|/j'z‚Lï€mØô¾iÊ"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|¼ÆVIwO‡°nŸwyþr¶"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"Ǧ\x15Ik/FÉénW°R1Ke"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"üRíY5ºJ\f×(┴c÷¹ÓÂ"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ~½Ò ÑLâ›\x14uÚq“\x0Fô"
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"…¼`—\x12CD~¼†D\x10Mø‰,"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"†¯á„\x1D\x15D‡¦^—ì\x1Eè‹#"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"‡k%÷ü‡O㵃6›Ñ\x16å#"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ˆ\x17N\x13"QFÖ²A"ƒ štJ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"""
    ër½&EüBñæk\n
    ël\x15ƹ
    """
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"ŠS™oÝcM™‘¹E@7ÏÀè"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ï═┴FâdJÀÖ*w³gü@("
  b"Œ\rRYûKCλ8ò\x01ÿ3bŒ"
  b"Œc'J¾òJŸƒõ#¾\x04bXå"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"ì╦½àÜ|Bý╝»Qéero\e"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž–å†\x0E³HKŠ)á¦n\x02b\x07"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"ÅWnÚ?;A‗É┴2m¿\x1A╣²"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"É^│\~\x7FJ&©£o:è·'q"
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"ÆqyìBÀL\x1C▓Ôd_¹\x08£░"
  b"ÆÕL´OvCR╝oìtÕå\±"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”KD/¢àM(„Nét]#OÝ"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    òp\n
    ì┌╗O½ô\x0E▓DÒáê─
    """
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜5ê³\x1F¸O:‘ì\x05{\v¶/½"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"ÿì'(\tmG~║oJZ«1▓Ô"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖÃ\r\x08V¾LgìÉK\x18çlú┬"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"øÒ`*û%D£ì╔*Yo¿î#"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"بõßYrDûƒ\x15³╣Ö█#Ñ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"ŸG¥3l%C\x02¯Õ•©ÝU\x08ý"
  b"ŸP>£ÑKE͘öÌ\x18ÎCN¿"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¢ÈCkƒÔLPŒ§‡®È\x07†ù"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£åÑ€\eÏNs«qN3ag7'"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¦PÉ‘ÔSEûލ>"õl·'"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§s•¦—FIæ“\v\x1C§EÔ"
  b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨Ú>¡¯\r@´¥xgÉ_A²í"
  b"®\x19ÃÔ\x0FÁCf¡P!Ñ-Ú^Ø"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"""
    ¯–\n
    \x16Œ$M׳\x1Aþ\x02\x07moj
    """
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"°Ÿ·\v]\x06MJ¿ûQ¡*rÚ\x10"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"▒Fô?¡ÍI\x13Á\eùÓ'Rü\v"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±²~i< HXƒ“b\x12\x02\x19"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"\x1F\x02xì║K\täþ\x1Fó╗Mç\f"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"ÀJüõ´■IÈ╝\x01\x14R6▀ËÝ"
  b"Àj\ª{aJÁÖpv}ü╠V\x07"
  b"·ò\x15'\x06øOÏŠ‡ô<ÝòǺ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"ºfÀ\x13ì—MŒ¹s‰\x13døà\x0E"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"º´ÃS³½K“±)\x1E¿Ðx\x06{"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"¼]"wu^JÀ’çïB¸g€}"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"¼cÚ\x16­\vG´ƒ\x08rЕÛ}z"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"½Þ'kšøG»¹æ\x7F*\x12õÒI"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"┐E\x17Ç┴CE´ûì÷╠Á¢ò7"
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"¿µÑ¸Á”OÛ•¬Á&äf,W"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Â\x16k5Á^O÷¢n9ÎJ˜\t"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"├]\x7Fש\x15H¬«\x7Fɪ\x11·;l"
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"ã\x05@²‰K̬yÞ8}<P°"
  b"é\x0EJáŠH~¦\x16\x108ÒÖ?§"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Äd*çãáDh·ã„óv@\x050"
  b"─¢Íj]\x04M«▓qJ\x0FafÉ­"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"Ìtèy\x7FSB©šÇ\tÈ>\x16HE"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Ï\x1C\x06Œ•¦Ju¾\vÖ¤ûºmÈ"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Ï_l\x11/ŠCfª+Ó\x18ÆÅ\x1AÓ"
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"ÏÀÎVUÕ@\x06Œ÷ß\x00DÉŠ\x18"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"Ñ/®¿©lJæ‡\x105$µ´pN"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"""
    ÒÕ\x15<¹L$¼ò·¬ª\n
    X\x1D
    """
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"Îì╝«­·Kïò█´pê\x11y-"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ï(iÀö\x16F╠Åx Þß]¯▓"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"""
    Ú* ô\n
    ­C`¯¥SŽ\x10ëüÏ
    """
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"ÌRÜ!õjKÑìÏh▓ıæ┤ï"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"à.`Ü¡ÓEŇcšmÁYïÙ"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"ä–Ç“h`G3‡Rý_±Þ’\x14"
  b"äÝ\x7FИ–GÈ™/T`˜K^}"
  b"å/Ñ{¸\x08FŠ’<\x1Coµ€iy"
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"ç¨jä#¢EÈ©WÌ£DP§·"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"é}geëÄLD bþßÙÿ€ý"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"é¡s\x1Ejo@â£d¦#âËAã"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"ë çÑLÍAƘԋ–á—¨Ø"
  b"ëufÙA±OÑ­ëjà×ó’Þ"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯▒\x17+ÛÔ@M▒└ìVK¬eì"
  b"î·lv´ÍCÿ‡×â²\x7F\x06ï\v"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"ò?SºÐ\x01NÔ€±™ˆoC˜ê"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"¶ƒYÄk*LqÉ¿┴─®T¶╬"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"øŠd\r¿NK`¦$ä:|B\x08"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"úIüƒ’vNÔƒƒ\x0EÉÈo3""
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"ûø"ÁÑ\x08J\t£¦å\x00ýƒÃQ"
  b"üXÜ(ÎGI–·fe3Ÿ é\r"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"°°\x15¢9UKÛ·Ú9Tww&\x04"
]
85 2.33 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"õ•"¨‡ù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"\x01\x16•‡¼~òƒ)(9\x11\x08®ö"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"W(\x04Ñ\tþJıì\x18ı.­¤Ù<"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"W(\x04Ñ\tþJıì\x18ı.­¤Ù<"
  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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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ù\x16æ╗8\x7F\x7Fìoªè┼╝x░"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"Ã`\x00éÉÏM║«?oKâ&ئ"
  b"ض¡ªôÐMl╝ð\x1D\x04uÜb "
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"k¨üãƒ[Kʉ\eaê‚Õ‹Û"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"{\x18'\x11¡)Oi®"fµã{[Ä"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"Ã`\x00éÉÏM║«?oKâ&ئ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 9.85 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00?Û€žƒCå‡m1Bf¹b˜"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x00ÓÍ=\x19\x1AD\x06‚øø\x06+nÉ»"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x01±­║RßBNƒÅåÄm\x02\x10A"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02¦RƒQ‰GÈ›…Ëž\x19¶’Ý"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04à1g┤ÎI═ØÛ£▒╩³Þê"
  b"\x05#ˆå!’Kåµ\x16¡gS¤\x05è"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07\x00*Œt÷O\vµí…Ø¥ž‡["
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"""
    \n
    y\n
    Á€ Cöo\x1Až\x1E\x13M…
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\vaÅŒ¸ÈCE©¤`AÔ|\x05¦"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"\vï\x08î‚wL´œš²0\x11Œþa"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"\f—<Î\x1CìG\x01³±‹gù__Œ"
  b"\fÔz?)rB\v€F—–CoÅë"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E\x03ðãvýD̦E÷–ømŽâ"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0E„öúX«N®¿A¸«nøÙé"
  b"\x0Eàëì8bBóÀ\x04W\W■õj"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F.\fÆ<tEê®@2«†Þj\x17"
  b"\x0F.™ðÃ`LI¸°Xƒ\x7FÀ”%"
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"\x10\x19ÃS‚bOª­³©”Çhñ8"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10ò\x1A?ã!GË©­\f)üŒN™"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x15\x12?\x1DNz³p\x1CL$~Œë"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\x1C|¨Ì3TLš’#Zñé7Yw"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" \x00ŸuØŸAÚ€pM\x0888²é"
  b" \x10ý†- L0®1d½êÆ I"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"!t!þALE\x12†uû\x11ÇûI["
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"$\x15¸ˆ\x1FþLÈŒ\x06\x15\x19Í&Š­"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"\x12\x03"àGí ¡G4éxçŽ"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"&\x15H\e«vF”¸s‡äw\f¿Ÿ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"\x06¡üsI(¦å‚jëëóu"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b",\x12ç±a\x11GëªöÀ6Rë\x1F˜"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",·ØBB?C:╣Eæâ┘¯▀ª"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b".\x17Œ’ÄiE[Ÿ®¸'©g¥"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".1Ôý³uNü×b¶`╗╣}3"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"2g¢7\x1A°Cô›*”:ùEň"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3d,cwàC¿éPseóìNN"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"4èg^½yB⬕ïÌ\x12®ÖE"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"5…G:‡\x1FB>˜MBçïé/ë"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"7¸\x05–yL\¶\x01\x00Œ\x11fF\x01"
  b"8\x07Ö\fß\x06Fù®w\x10\x02á¯Ô&"
  b"8\x10²/\x0FöOÊ¥@ÝZ¢³óx"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"8û«\x17ïK@’¼L–nº\x10ö\x11"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":8E!!ëBˆ½\x11ì±y`´q"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b":ƒ«\x0E75MÔ®j kü\x05¤╗"
  b"""
    :°‡yÂRI¹„›¢m;z\n
    +
    """
  b":Ö&x#KC\fž|WcË ðÍ"
  b":ö–噂J‘š€œB°¹éö"
  b";(º¢Å\x01G‡Šµj\x08•ÁL…"
  b";å§;=VO±ºùÓÔZГj"
  b"<%qŒ­tJù“´\fXû[ÌU"
  b"<0§&$€OöŒ:~‹YáÙ£"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"<þr²˜ÉCL³Ó\e-ÿ\x0F"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">¾sG;ýKr´,<ôtãwø"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"?¥Î\x058rC^¶gZæ!_s’"
  b"@8]„àüMn§Öà?LÖ•È"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@ñ@Ô³LL¹»q Y†ž»R"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"CégsŒøH„‡\x1F3f{\x1Eâä"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"EûŸB½ÝK…³\x03u\v„›I„"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FVWp\x00ZHª‡šåÖ¾Û’‰"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G½Ð¨’\x7FCñŒ5jÚ\x12s°•"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"Hõx†‰¼Mç³µ\x00SºˆÑÆ"
  b"I\f/\x7FfR@††ÄmÖ×éï<"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"JhÎm$üDŒ¯½¤p\x1AØúÚ"
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"K†¢qÓ\x19N\x06¥\x01Ž\x02iž#E"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KŲÌle@A´/=Íö*j\x10"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"N▄O!┬xAIôs{5\re╬Ø"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O┌[û\x17\x06H߯d╗ıØQl╝"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q?ÖvØçLt®´║r´_°í"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"Q¥²v╣╔L£øTUü\x1Dh┼\f"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RS\x0F\x08OtA\e‰Ô/ž˜åà­"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"UYÅë&#Nµ▓Z#╦-═½_"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"VZL¥@.F¾€åQ™kËiþ"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W°e!ÓþJ¿“M+VX6 <"
  b"WæîÎÎ\x12O\x00¨7X*Ÿ]L~"
  b"X7\f@3ÙF³Åè┴E\x08\x19+╦"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Í¡á`®B\x1AˆOUŒbÂèÃ"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"^\x04å€8‰Bš¢bÝ¿Eo®€"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"^íùà\x08>Jì¦|[<\x19\x0F"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b"_\x16²╔═\x04Jzó▄ìkcÁBé"
  b"_VŒ©ÛO@–°’Ê;´q\x1CT"
  b"`gý$›ªE\x1D±/>xÀ±f­"
  b"`Çn¶À╚O▒üÄþ*½<¾Ö"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"aç¾\x12Ä┤A\x1Cû0°©ì░\x11µ"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"df\x11±\x05ÍOX¢Êe,‘ß)u"
  b"dhD\r|ÑEÌ•¥›°-vÏ…"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"f\x7Fó&-»L¢\eã\x02äB0Á"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gb^\x11“¹JB…êDá¦[`ª"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kÖÌ€÷{B\x19‹ø¸#Bâ‹A"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l\«Iã¥DÈŠ9f›ª0åÅ"
  b"lis†¸àB~¯Ð\x12\x1C\x08j"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"m\tåN\t·B$í\x15Øw|═,░"
  b"mN\e0Ä,A2”r°Y •¼\x1A"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"m¯\ù0ÕGQªEièÿëUò"
  b"n(Þ;┘WDC®¼ßÅðYÜ6"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"o]ª)x\x00B¨ƒõ¿ö\x01pù—"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"p#Åç_\x10L`Ö+0Ñù\x7FÀ`"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"s\x1D¡\r/·F\x15Øk\x1D«B8ZP"
  b"s- êhMDÞŠÐ?]\x10\rw‘"
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"sèéø]LI=¶rñl<‘e“"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"sýè\x1Ag│Lí󨡍‗²ƒ""
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"süYÂ\x0EñKù‘î\x1CAP­ž\e"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"u\r¬T┴\x19I~Às\x0F»\x15É!W"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v€\x06X\f8A䯨Ÿ¼Í(9³"
  b"vò‡#Œ\x06G!¥Y»Ú\x1D„¤T"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"|/j'z‚Lï€mØô¾iÊ"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|¼ÆVIwO‡°nŸwyþr¶"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"Ǧ\x15Ik/FÉénW°R1Ke"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"üRíY5ºJ\f×(┴c÷¹ÓÂ"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ~½Ò ÑLâ›\x14uÚq“\x0Fô"
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"…¼`—\x12CD~¼†D\x10Mø‰,"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"†¯á„\x1D\x15D‡¦^—ì\x1Eè‹#"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"‡k%÷ü‡O㵃6›Ñ\x16å#"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ˆ\x17N\x13"QFÖ²A"ƒ štJ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"""
    ër½&EüBñæk\n
    ël\x15ƹ
    """
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"ŠS™oÝcM™‘¹E@7ÏÀè"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ï═┴FâdJÀÖ*w³gü@("
  b"Œ\rRYûKCλ8ò\x01ÿ3bŒ"
  b"Œc'J¾òJŸƒõ#¾\x04bXå"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"ì╦½àÜ|Bý╝»Qéero\e"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž–å†\x0E³HKŠ)á¦n\x02b\x07"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"ÅWnÚ?;A‗É┴2m¿\x1A╣²"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"É^│\~\x7FJ&©£o:è·'q"
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"ÆqyìBÀL\x1C▓Ôd_¹\x08£░"
  b"ÆÕL´OvCR╝oìtÕå\±"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”KD/¢àM(„Nét]#OÝ"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    òp\n
    ì┌╗O½ô\x0E▓DÒáê─
    """
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜5ê³\x1F¸O:‘ì\x05{\v¶/½"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"ÿì'(\tmG~║oJZ«1▓Ô"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖÃ\r\x08V¾LgìÉK\x18çlú┬"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"øÒ`*û%D£ì╔*Yo¿î#"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"بõßYrDûƒ\x15³╣Ö█#Ñ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"ŸG¥3l%C\x02¯Õ•©ÝU\x08ý"
  b"ŸP>£ÑKE͘öÌ\x18ÎCN¿"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¢ÈCkƒÔLPŒ§‡®È\x07†ù"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£åÑ€\eÏNs«qN3ag7'"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¦PÉ‘ÔSEûލ>"õl·'"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§s•¦—FIæ“\v\x1C§EÔ"
  b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨Ú>¡¯\r@´¥xgÉ_A²í"
  b"®\x19ÃÔ\x0FÁCf¡P!Ñ-Ú^Ø"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"""
    ¯–\n
    \x16Œ$M׳\x1Aþ\x02\x07moj
    """
  b"¯þ†•›<L¤¨;ði…\x08$…"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"°Ÿ·\v]\x06MJ¿ûQ¡*rÚ\x10"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"▒Fô?¡ÍI\x13Á\eùÓ'Rü\v"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±²~i< HXƒ“b\x12\x02\x19"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"\x1F\x02xì║K\täþ\x1Fó╗Mç\f"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"ÀJüõ´■IÈ╝\x01\x14R6▀ËÝ"
  b"Àj\ª{aJÁÖpv}ü╠V\x07"
  b"·ò\x15'\x06øOÏŠ‡ô<ÝòǺ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"ºfÀ\x13ì—MŒ¹s‰\x13døà\x0E"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"º´ÃS³½K“±)\x1E¿Ðx\x06{"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"¼]"wu^JÀ’çïB¸g€}"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"¼cÚ\x16­\vG´ƒ\x08rЕÛ}z"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"¼Æû’N5CR§ÆË³\rÜë’"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"½Þ'kšøG»¹æ\x7F*\x12õÒI"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"┐E\x17Ç┴CE´ûì÷╠Á¢ò7"
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"¿µÑ¸Á”OÛ•¬Á&äf,W"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Â\x16k5Á^O÷¢n9ÎJ˜\t"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"├]\x7Fש\x15H¬«\x7Fɪ\x11·;l"
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"ã\x05@²‰K̬yÞ8}<P°"
  b"é\x0EJáŠH~¦\x16\x108ÒÖ?§"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Äd*çãáDh·ã„óv@\x050"
  b"─¢Íj]\x04M«▓qJ\x0FafÉ­"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"╔▀\x10f&äL?¼-ìàV\x1EÒc"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"Ìtèy\x7FSB©šÇ\tÈ>\x16HE"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Ï\x1C\x06Œ•¦Ju¾\vÖ¤ûºmÈ"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Ï_l\x11/ŠCfª+Ó\x18ÆÅ\x1AÓ"
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"ÏÀÎVUÕ@\x06Œ÷ß\x00DÉŠ\x18"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"Ñ/®¿©lJæ‡\x105$µ´pN"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"""
    ÒÕ\x15<¹L$¼ò·¬ª\n
    X\x1D
    """
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"Îì╝«­·Kïò█´pê\x11y-"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ï(iÀö\x16F╠Åx Þß]¯▓"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"""
    Ú* ô\n
    ­C`¯¥SŽ\x10ëüÏ
    """
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"ÌRÜ!õjKÑìÏh▓ıæ┤ï"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"à.`Ü¡ÓEŇcšmÁYïÙ"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"ä–Ç“h`G3‡Rý_±Þ’\x14"
  b"äÝ\x7FИ–GÈ™/T`˜K^}"
  b"å/Ñ{¸\x08FŠ’<\x1Coµ€iy"
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"ç¨jä#¢EÈ©WÌ£DP§·"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"é}geëÄLD bþßÙÿ€ý"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"é¡s\x1Ejo@â£d¦#âËAã"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"ë çÑLÍAƘԋ–á—¨Ø"
  b"ëufÙA±OÑ­ëjà×ó’Þ"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯▒\x17+ÛÔ@M▒└ìVK¬eì"
  b"î·lv´ÍCÿ‡×â²\x7F\x06ï\v"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"ò?SºÐ\x01NÔ€±™ˆoC˜ê"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"¶ƒYÄk*LqÉ¿┴─®T¶╬"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"øŠd\r¿NK`¦$ä:|B\x08"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"úIüƒ’vNÔƒƒ\x0EÉÈo3""
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"ûø"ÁÑ\x08J\t£¦å\x00ýƒÃQ"
  b"üXÜ(ÎGI–·fe3Ÿ é\r"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"°°\x15¢9UKÛ·Ú9Tww&\x04"
]
87 0.27 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.29 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.35 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/640-adventure-2007-modelcode-9703G1"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.47 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.23 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.22 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.28 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.39 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.18 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.52 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.43 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.25 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.71 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.44 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.43 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.20 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.00 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.73 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 1.31 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.65 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.56 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.61 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 50.38 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/40385d84e0fc4d6ea7d6e03f4cd695c8"
  "/detail/a3e5d1801bcf4e73ab714e3361673727"
  "/detail/d12abe34043e4c20b600ab65142e8168"
  "/detail/ba77c0763dfb47158760b6ada7335c90"
  "/detail/6c5cab49e3a544c88a39669baa30e5c5"
  "/detail/cfc0ce5655d540068cf7df0044c98a18"
  "/detail/46565770005a48aa879ae5d6bedb9289"
  "/detail/e9a1731e6a6f40e2a364a623e2cb41e3"
  "/detail/37c2b80596794c5cb601008c11664601"
  "/detail/5f16fdc9cd044a7aa2dc8d6b63b54282"
  "/detail/b47b4530a16a41489a4adde43cb0da5e"
  "/detail/c5ccccc7263e414e8fedb14c411adf61"
  "/detail/8972ab26458142a4916b0a896c1592fb"
  "/detail/4633ec13da664845aa7e3659b8411011"
  "/detail/0c2b0c28ecb641c8bea900fc6aae6774"
  "/detail/3c34a8996f0148cea2bff06899c9cf87"
  "/detail/837ebdd2a0d14ce29b1475da71930ff4"
  "/detail/40f140d4b34c4cb9bb712059869ebb52"
  "/detail/1019c35382624faaadb3a994c768f138"
  "/detail/562927bc78874c0c82c007c7a2a591b7"
  "/detail/fa9a145df22d466b96bcc1360cb87177"
  "/detail/d6faac7cdc84449996627e8948b985d9"
  "/detail/33997cdd7b564de09f5e8a56ddc4d911"
  "/detail/de529a21e46a4ba58dd868b2d591b48b"
  "/detail/8f576ee93f3b41f290c1326da81ab9fd"
  "/detail/e4dd7fd0989647c8992f5460984b5e7d"
  "/detail/58370c4033eb46fc8f8ac14508192bcb"
  "/detail/f4c112a32b344491b74f59d7a1223e89"
  "/detail/86afe1841d154487a65e97ec1ee88b23"
  "/detail/494ed93568fd42dc86a8e0340f0dc570"
  "/detail/8ea5c319badb40bfb1e0f2abe8e1420f"
  "/detail/b1392737db6e444d8cc9dcedeaf683ac"
  "/detail/6eb4eb75eb0446d09d8b22cade0ababf"
  "/detail/6f8394b87a1d447ca2d59221198c6689"
  "/detail/d8ce812c667f4c14881887cabb9e727d"
  "/detail/9697343857c24ddd8250e9515ce7ff21"
  "/detail/d8a8542b78f6473a99f468fe2b2aec50"
  "/detail/6dae503f926b45e4852b934306d8c1e7"
  "/detail/30176c652f9b4833804be55d2e5c491f"
  "/detail/ed7a9a663e0d40219234e240ab47a393"
  "/detail/4afedfff42ec404f942d99b202fe2570"
  "/detail/ccce86f4b9cf4642aa9bd0e679c4046a"
  "/detail/cafe3cf58d354cd2bae220e75fc4f7dc"
  "/detail/153ba4123f1d4e7ab3701c4c247e8ceb"
  "/detail/7c2f6a277a824cc3af806dd8f4be69ca"
  "/detail/f457c6c3adee40e1a2751a7feda982d4"
  "/detail/988d2728096d477eba6f4a5aae31b2e2"
  "/detail/370ffe3ba5fd4ea492d19f8bb482f6bc"
  "/detail/b74a81e4effe49d4bc01145236dfd3ed"
  "/detail/118bcda450a541b884ef1e4b04c1d735"
  "/detail/5bcda1e160ae421a884f558c62c2e8c3"
  "/detail/9355f61cd2c348d4839dd4fb4a56ed9d"
  "/detail/81f4ebcc27e64c109b538604bfa82681"
  "/detail/4f19cd13cfb4473ea37629e4685513de"
  "/detail/bcc6fb924e354352a7c6cbb30ddceb92"
  "/detail/4edc4f21c278414993737b350d65ce9d"
  "/detail/0e84f6fa58ab4eaebf41b8ab6ef8d9e9"
  "/detail/052388e521924be5b516a16753a405e8"
  "/detail/60806ef4b7c84fb1818ee72aab3cf399"
  "/detail/07002a8c74f74f0bb5ed85d8a59e875b"
  "/detail/646611b105cd4f58a2ca652c91df2975"
  "/detail/fe4bf190740042ebadd65d52d89e6fa4"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/8e96e5860eb3484b8a29e1a66e026207"
  "/detail/905eb35c7e7f4a26b89c6f3a8afa2771"
  "/detail/2981d274af1a499b9a3d61acd3c4dffb"
  "/detail/f09a95b636114509bff44e2c53d6e0ca"
  "/detail/7aec0cf38d9445608fde7d49d627919a"
  "/detail/4e0d39b2433b499f9b6f8bd3c7d98d19"
  "/detail/e2dd0855a86a4c399e1d62fd25c35d2f"
  "/detail/ef539485cc4c45269c7cc2658dd5bea7"
  "/detail/1aea228ca06a48efbff72852aa31d468"
  "/detail/73f4dfac653d4f52aa5423dc6f2607de"
  "/detail/d7cb1d58d4ce4f699caef498931672da"
  "/detail/e863de4441514e82ba6de7d252dd9335"
  "/detail/944f0fab45f64a6894bcef7c9f2446e4"
  "/detail/95c56b0280ff4398a69aecbc4b4a1bba"
  "/detail/a054ce261d744bcda5c30495fe53f325"
  "/detail/27f0c28d790c4a3f8d901fd988059fc8"
  "/detail/7d30c3b042dd4a53bf0dcd11b6d81ead"
  "/detail/e3247f80a7bf43ebac80f5d159ac0589"
  "/detail/85fad572583746e3b8862d53244884f6"
  "/detail/a2b358b0330a4019b3de9b2e38d11753"
  "/detail/d5be41a8f5a34787a1467a70ddfb7ec9"
  "/detail/802ee6ce0a5b42cebb9c073c410a080c"
  "/detail/a30ab8a9979644639a6c8fa69703b204"
  "/detail/8337d35896cb43969814dc8f553a6c8d"
  "/detail/13a7bfcb6f394b52999c33ff1f1a01d1"
  "/detail/e8b6fcaf96d144df92383631d23edbbb"
  "/detail/c81e18bb8dca486e9dcd2c30a35bab3c"
  "/detail/073c8acba3ad4178846c925e7b64396f"
  "/detail/bd2f3bd185b44bd89a304655797f6f82"
  "/detail/f103d729273645b0b27bb48cd04b290e"
  "/detail/bfa0f5c7990d47d68fe7896930e02e58"
  "/detail/262d10aa4c5f4d2eb8082ea3371b0108"
  "/detail/80b0b34ba3ad473193b2f9fc45e218f7"
  "/detail/076c79d527be40a9bccfef2e0f3bd78f"
  "/detail/0751e34c31cb441494ca9b76e9c11e4a"
  "/detail/879e2c487214457cb3cc606eda47f549"
  "/detail/ee5de617198a4b4392daec9ca66e82de"
  "/detail/9e935f48df944332ad696931ba2cfde4"
  "/detail/be8ab8aefa944f648610a373c7d9c612"
  "/detail/42c5fc8a3c1b4b4ab2d307e72214a678"
  "/detail/4c9461aa9f2347cb91dbbf636b319c3f"
  "/detail/fa06d411caf649a8a0869210d28b8182"
  "/detail/0479080e315e4d1caf8e7132acfb851b"
  "/detail/ae4a278b077744b7a11825bd1a3b3f39"
  "/detail/6b7ae37bb6924e0aba23fc8f474bf0d7"
  "/detail/8d1e147f008d40f5ba902c23610374fc"
  "/detail/c181bc04ef9a45e88c31bb31addb9391"
  "/detail/ba76cb71d106411aa7ed00f13045a32a"
  "/detail/336a16d53af040e6959716646f66cdb5"
  "/detail/120f6a3158aa4e53a4594d9b2f0dd0fd"
  "/detail/5c14bd4352f84255ae542eba0acc0e5d"
  "/detail/764d49f8e36c481ebf908d3a59d16427"
  "/detail/0dd04b698828488bad12a9deaf7c5fe5"
  "/detail/46815593d7cb4e058be8c35b4775f8af"
  "/detail/c8ae7f0369464bab97e8cb6998da5a37"
  "/detail/69e92375bb6648e7835771fe8c6c9e9e"
  "/detail/53c501e2cf41496fa9a42eea47c355af"
  "/detail/592c8c118fd34494b2f8a1e7017c4208"
  "/detail/8d4f652702be40be8d5fd550188d0f45"
  "/detail/84bb8c3297e044c1a7979cec2fb6b7fb"
  "/detail/0b051d02018a44f7ad8ed080e0985401"
  "/detail/80300e7918a0472189f0600f2ccae169"
  "/detail/699d5c13465942b9a9e9369633cfac97"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/b8d46f425dda480a94a63288eaf9a67d"
  "/detail/0725bbcdc18043be841f654dfcdca1e5"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/b525f8818bb94975bd6d612c4b661597"
  "/detail/b1adedd24a1240fc89c0e548cd042c9f"
  "/detail/917c0dd471714a44a2f46430182d7fd8"
  "/detail/ea4ee62acc4944e68d8e9061d46211aa"
  "/detail/2041dc300cd2453f9887cf0c27aa41a1"
  "/detail/2426edb12df4476aa105ee6da57aac54"
  "/detail/b1db8da532fa409db65270ed2fdd7bc1"
  "/detail/396fd0bec6754ad6802751a4953ae4fc"
  "/detail/759717227c7643e1b6f11815a203b3a3"
  "/detail/ff39b738341a4e009b3ea51400377614"
  "/detail/5b9d56b870604ca2acc275329fb15b5e"
  "/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8"
  "/detail/c93ecdea10ee41a9a587aeb88f1b08f3"
  "/detail/c85a3558dd2d405ca0f4491a6b52614f"
  "/detail/cca727003ff54c9395af451195e7279a"
  "/detail/4ceb08eb683e48b8bffd988441cbe0cf"
  "/detail/bafd7da5004440e8b75178b8111b1997"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/4987134c36be4a2ba051d2c6fbf5bfed"
  "/detail/e7575d54c9fe443f98c5cfc50df9c398"
  "/detail/a86de63a08b04fb0ab63e1fd0055d23b"
  "/detail/b06e1b7bb9814476976c4351ce7f42b1"
  "/detail/123872dbcf1345f2a1b38ff1b6e1d709"
  "/detail/01db2418ea7941c5923de1dc12c39645"
  "/detail/327337d82cff477a8b2969ed8c94191a"
  "/detail/a3ed2e2204f14a108ecc492364caf355"
  "/detail/299df76406224633b1554f17b7c29774"
  "/detail/90c5ede0b2e94251b2824da55f903453"
  "/detail/078adb73e433402cac1d0fb79e5bf8c7"
  "/detail/263e50a70f62437999c52bfaf4d12048"
  "/detail/98099977618846fe80e141669a36d6d5"
  "/detail/d921ee213d44441dbf25538cff506fbd"
  "/detail/ad954713d8574b38afa2398c7bd66c0f"
  "/detail/7260ba2b578748acb6faea9122190ba0"
  "/detail/195e796badf14ec58f9fb64787588efe"
  "/detail/2ca04abcb39d45f4ba3679c5d31987ca"
  "/detail/bba2a0852978402295f1c7e10d5e4803"
  "/detail/cf5e6d5586a54dc4aa912896d745d722"
  "/detail/46e6a1dedb50427e99ab637c736ed176"
  "/detail/8d2cfdd4a5f54b59902a11851d033e54"
  "/detail/f2406efe382e4f49937e837fe25bf33c"
  "/detail/0c888f16942345a4950fa5fe43bb8185"
  "/detail/d83a3e11d54643b3bd70857e7153aebe"
  "/detail/f3c11cfd48fc454bb7f0f46d9bce33f5"
  "/detail/2e2027321b61404abeef63f27c02c8e5"
  "/detail/e070c6060a1d492ab557cd300df10a68"
  "/detail/93be2db9ab73440c9f44d4dff869b6db"
  "/detail/87e8a336732741ccbb5767709f69448f"
  "/detail/00f0b091171b4395b97fd73abd185cd6"
  "/detail/c7aaaff3e1d24bdaad4e5aca59c2240a"
  "/detail/02e134ae0eb64719b5cf4547e75dc4d5"
  "/detail/7c91b0bfa1934d46ab3fd2fc66867555"
  "/detail/ef094217b79440c29fb54a57d569967c"
  "/detail/18f087ba32b6407bbacba7c1f5b7259c"
  "/detail/4a3774215af3449697142dd4e3b95f98"
  "/detail/c0222e973c85450798be8850ee5351fa"
  "/detail/f9f005a3a5ef4e34a411be5f9d070933"
  "/detail/410118c8e60b4a46bfa7a81479a0958a"
  "/detail/73e8e9f85d4c493db672f16c3c916593"
  "/detail/778293e4a68d44719a6e09a9fbfd9a8a"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/b998200072fb47659bb40dc7f9974fee"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/1d02727f23b346df923936e0db86c754"
  "/detail/8a6708afc5644b41b574817639939a1c"
  "/detail/be9981c98eaa407da40960ac1d2bdbd2"
  "/detail/3961e4d4b5694f32a71c9f545e1463d7"
  "/detail/e8c251237d3240be8d3fe4b4b199d54c"
  "/detail/c4642ae7e3e14468b7e384f376400530"
  "/detail/5d48e465f9a24e8a8b8f92844009b553"
  "/detail/34a629ec7478437cb2fe74bf21ecac32"
  "/detail/cac0e859bc574557b35f78ff09b0e8b5"
  "/detail/f27f12b684a04cdc8f4d0cd858c5ba56"
  "/detail/513820e734b841bfb7a36d40271268fd"
  "/detail/11945980dd634f8cbfc3220cbaaa2b67"
  "/detail/dbb7d665b7ae483a85ddc00b00a6f4ff"
  "/detail/1cefbdeff00b4005b50a45a8187c459c"
  "/detail/a38274adf70d45419f15b6a5aaf8df4a"
  "/detail/7df94daa66a64bcead011f93b55d8b9d"
  "/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e"
  "/detail/e7123a43bd2d4c04b7f884f5f5f4ec83"
  "/detail/8a5ac200d25d4899ad75e11b6302be40"
  "/detail/57b06521d3fe4abf934d2b565836203c"
  "/detail/47fd66b6cdbe43919bafe81bc8dba96e"
  "/detail/1079bce747f04493a0b784b320384a9c"
  "/detail/24568e105b1c4ce39b7004adb96560ec"
  "/detail/bc64a70a35a6418d817e62896ebe84c3"
  "/detail/7ab660df1ff04a8c9d74a9e1ab0c387d"
  "/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c"
  "/detail/c0990ce6c3c04654bf8def2c3646fb58"
  "/detail/6632d9776fe84bba961029784e4d1b70"
  "/detail/27760bda084040e89b4cb4eb5ed70502"
  "/detail/fe720b4ddeee4981b54f628e3370d344"
  "/detail/17e55a566c5f4acfa9043f13095c5176"
  "/detail/107af436bc0643b6b104ee748fb58d76"
  "/detail/e0b6680ee6684e948069af0d6d72c2ce"
  "/detail/3084543115d3461f8706a53ea1608deb"
  "/detail/8601fa9ba1444b558648b0def7006a58"
  "/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3"
  "/detail/1d9da3d26a4c44dfad990fe91a01af6b"
  "/detail/02995413d6c248e38af849b631e26c0d"
  "/detail/4df3329a2b5745f38d8e47a9d622d696"
  "/detail/351766db24834309852cc2886f45d3cb"
  "/detail/c5a7941ec4af4197afde9b553abadd82"
  "/detail/0efa71af83864236af70eed5e2477d7b"
  "/detail/de60e8c91aa24bdaa1132adf8769432d"
  "/detail/670e6dc7ae104d428aa1d9d1a3c596fb"
  "/detail/50a1432a03a5400c8edea57ac6906cd6"
  "/detail/f316e9150a4a4575938b7ab049475f03"
  "/detail/763a62ffc8524b5e8cde6e4b63d20f87"
  "/detail/d95e5aec89724844a46b61824fb1c774"
  "/detail/bc682318f5fa45f0882688b264bd3ebf"
  "/detail/a57835dc1e2a4d37a4e375dc7da7ec70"
  "/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba"
  "/detail/91631143c2984c2f9dba27f2aa18cca4"
  "/detail/d8b7ad7f1790433f9ea3d95228de6390"
  "/detail/ecc13e058ea74f999d89025ef24e200c"
  "/detail/0d7beea0b0a0493797cca962f2133fcf"
  "/detail/3ecbabf78cde443fbbe20c3f7746e105"
  "/detail/cd0e2e40890a4d15821f2359f2c4ea2b"
  "/detail/8f3502d374e14b9e94862331e65a507a"
  "/detail/22eefc3e4e8647f6ac9096672cb8edf6"
  "/detail/004686d8f760498391f52ea7c8bdb640"
  "/detail/fe039f02196e4b5ca658e9c0b67b612a"
  "/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/detail/ff8733a7bc394ae798214336083c605a"
  "/detail/c2166b35c15e4fc3b7a26e39ce4a9809"
  "/detail/244b6030fffd4529a4d015be50ba2225"
  "/detail/dc4bca56cd39464e9ef554ee88628a1a"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/61ec67143fe44378a347496708ace4f5"
  "/detail/1b2b24b76e1e4db793d6cd9a322e8e64"
  "/detail/018e3b42c7c64234bb3402ccda3a3889"
  "/detail/ff0d85c583f14ce88459a0c9f3e99cb7"
  "/detail/1d64bf87bc624a46945f3f43f9b20a75"
  "/detail/076656b35d3a4c2fb9312639b3bded04"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/81152c3787a148d4b16100936b96453d"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/224646719ca8445684e02ec785ff051a"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/0c973cce1cec4701b3b18b67f95f5f8c"
  "/detail/01f1f0ba52e1424e9f8f868e6d021041"
  "/detail/90ea7ad144bc46cabfc4bdfc8286d773"
  "/detail/1e4f4b57e073474c869abf45d021e2f1"
  "/detail/b7f2152706f84fcf8a87f43cddf2c7ba"
  "/detail/b13ab2983fd140c99ecfea32e58d90ab"
  "/detail/eeb1172beae2404db1c08d564baa658d"
  "/detail/d7598d9a84cb4294b0037243826a2e44"
  "/detail/211a38b709a84b198d369b82d10c19ee"
  "/detail/3af696e599824a919a809c42b0b9e9f6"
  "/detail/c5491401894a4d97a54b4ef547a68317"
  "/detail/0247791b45054c689dc340a2c29e97c3"
  "/detail/ae2f3c11b14c476b8af7c45d63869ebc"
  "/detail/9b7807ea02e44cc7a361d4904be33486"
  "/detail/d53def18874c4ac18b224fbc07554900"
  "/detail/3810b22f0ff64fcaa540dd5aa2b3f378"
  "/detail/3ab08779c25249b9849ba26d3b7a0a2b"
  "/detail/6f5daa29780042a883f5bff60170f997"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/10f21a3fe32147cba9ad0c29fc8c4e99"
  "/detail/a99693a819554966a68139497093ea27"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/6d4e1b30c42c41329472b0592095bc1a"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/0b6739f3592d4d31897e73f8cac2918b"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/a52365b14406440485d29cac5cd70f0b"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/1b225e5aad7241169c4aaa5780549791"
  "/detail/35672c2a1b5a469c8503c77d310989be"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/0f2e99f0c3604c49b8b058837fc09425"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/6b1e1d2fc9aa44778a413fbac60b4ed6"
  "/detail/435d7c4b13af42c8999958951856c04c"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/6ac99b6a187a49d0962e40890ac916f7"
  "/detail/c3a30540b2894bccac79de387d3c50b0"
  "/detail/806a7f7b051946a493b78b03dd11a619"
  "/detail/84d9d963505c48db9228354ee88fb681"
  "/detail/d429eb8ffe8940e4a499e74bfddee156"
  "/detail/15ad00f10c3640a6a206ce1f645317e4"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/fa3391c9b81a471a94c8d41fd0219852"
  "/detail/382c2a07c8a847aea74ed5a46702c522"
  "/detail/85bc60971243447ebc8644104df8892c"
  "/detail/bfb5d1b8c1944fdb95acc126e4662c57"
  "/detail/d744bf7892ae4da48aba62c8bbf2d386"
  "/detail/3267a2371ab043f49b2a943af945c588"
  "/detail/c3a90e4ae18a487ea6161038d2d63fa7"
  "/detail/56600e14bb724c38a3bb5b578bd210d7"
  "/detail/b42e4caf74fc401bb34fa521e26d974f"
  "/detail/dcbce2570bcd427e9b15d60beb70c206"
  "/detail/0b4240de68a5461fac990789bf37f906"
  "/detail/f49f598e6b2a4c7190a8c1c4a954f4ce"
  "/detail/9f47a5336c254302afd595a9dd5508fd"
  "/detail/8dcbab859a7c42ecbcaf518265726f1b"
  "/detail/6468440d7cd145cc95a59bb02d76cf85"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/de0a77c2701946088ff67dbfce1840a2"
  "/detail/4a70366e3df44f5baf05f6a30e10e0e9"
  "/detail/6bd6cc80f77b42198bf8b82342e28b41"
  "/detail/7e50b91a8cd24326bb66420181d75e08"
  "/detail/091fa1baf33248af8b3570f4e2e46e2f"
  "/detail/fcae21499bf54f6498a02d6f078ec4fc"
  "/detail/3a1b61c3253646c68f5344cee8004044"
  "/detail/3d171ca6f9ec44d686fac164ff06399f"
  "/detail/e97d6765ebc44c44a062fedfd9ff80fd"
  "/detail/c9df106626844c3fac2d8d85561ee363"
  "/detail/73fc59c20ef14bf991ee1c4150ad9e1b"
  "/detail/d0a545a4b3564e5d8aaf40a64147e12f"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7"
  "/detail/a7a2cee7686e44f8af05c8d4b6b4e41e"
  "/detail/24d9120322e047eda0a14734e978e78e"
  "/detail/c35d7f9eb81548aaae7f90a611fa3b6c"
  "/detail/2a087b679bf241e3aaab6c1d75de3d3c"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/3f73e8b6e2ba41d9ba14e21aeb1b8ffe"
  "/detail/0eae7def3a744c4ebd8a896309b77c27"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/672c8b56c1264262a788d74fd6199d15"
  "/detail/37433be6c23a4987a6a18b46e5a25823"
  "/detail/d41eb0c222144539b4cc6be94b1d8925"
  "/detail/4b66f4b8c35e4511ac59ff47bc797207"
  "/detail/51befd76b9c94c9c9b5455811d68c50c"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/f6b6ae70827e4462ab0cccda2205d0ce"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/28de2a424c424e30a0875391f343da57"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/53436f4222064bb8a0736e53499f6dda"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/bea10aab6d9444cba1f7e0b4c0265109"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/42dfa224b9bb46c2b2a0d2a5b48a3261"
  "/detail/a47443a4dbec498ba70e35d4d1ce51f9"
  "/detail/e33c013790c2496e826c6dbc73f88cad"
  "/detail/1bc01634357b4710bce917fffd3acbcc"
  "/detail/0c939f019d4f4457b349b4d0f13257ba"
  "/detail/44e436093e7e4e7394f3c074972a5a7a"
  "/detail/e85010dbf1e8482ea234ddbbeb9040cf"
  "/detail/875af29f563841abb0bbdda1878f1ca1"
  "/detail/4dc38a99e6b947e1bdfc8c6aff1ff6e0"
  "/detail/4dbc4799de1a481c8612152914fa3020"
  "/detail/3c25718cad744af993b40c58fb5bcc55"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/8eeabd8e0de14592906fd3ee3ee9d094"
  "/detail/0e03f0e376fd44cca645f796f86d8ee2"
  "/detail/51436ced6c8949e2ad8d2aba1ec33993"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/31964204acb84247997674547fc372ce"
  "/detail/f5ca12f476694deea6f3896700840a10"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/e01fe72d00b34200b0e4573a796e182f"
  "/detail/53c3f88f4d3d4419999825dc4a73647e"
  "/detail/95700a8ddabb4fab930eb244e3a088c4"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/851fcb918a8348aa8668a758e4a16f10"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/c99b06b482664ea5b0a9a1e85c71e678"
  "/detail/b656a1f105f141499b02a6e28558332f"
  "/detail/e7a86ae423a245c8a957cca34450a7b7"
  "/detail/897559365ee84361bc097187611bedef"
  "/detail/0198cc7f3e447214a848528de060a0ed"
  "/detail/a2c8436b83d44c508ca787aec80786f9"
  "/detail/97ce3c6b3fea47b7abdf18d508e9cd36"
  "/detail/38432f8d29ac42b0aa802ec83de4f985"
  "/detail/6067fd249baa451db12f3e78c0b166ad"
  "/detail/92e54cef4f764352bc6f8d74e5865cf1"
  "/detail/e3dd4efb533447f7a6bf71e1429d6be3"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/4ffb687d03fe42588923cc4883f5adab"
  "/detail/48f5788689bc4de7b3b50053ba88d1c6"
  "/detail/f88a640dbf4e4b60a624e43a7c420895"
  "/detail/8c0d5259fb4b43cebb38f201ff33628c"
  "/detail/986b22337f9d49589976a6c1e914e9d3"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/fc58dc28ce474996b76665339f20e90d"
  "/detail/45fb9f42bddd4b85b303750b849b4984"
  "/detail/4e0a4dda13704af3a7e6ab01ab09e529"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/79c1b44237dd4ae9a7c9ee13908152c8"
  "/detail/6453442412c0404e9f510653844d6f49"
  "/detail/ef99ae67a8f34e458157bfa21da2e93d"
  "/detail/3c810029b3a1457ba4e71f6220271ac2"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/b41f02788dba4b0984e71fa2bb4d870c"
  "/detail/affe86959b3c4ca4a83bf06985082485"
  "/detail/ca1e8422f97e400abf3e2c9867dacd12"
  "/detail/eded8fdbbd48434d9bd89ebc04039972"
  "/detail/c3709f5d2dd14c66bbe914feeec20301"
  "/detail/2f0cf9035b3d4dd494db11f867c657a0"
  "/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad"
  "/detail/7a3118d0030b47a396c48fb0cce58f93"
  "/detail/d12faebfa96c4ae687103524b5b4704e"
  "/detail/52530f084f74411b89d42f9e98e5e0ad"
  "/detail/99c70d0856f34c678d904b18876ca3c2"
  "/detail/544a2015944b40c085239bef584aedda"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/3cfe72b298c9434cb3d31b2dff0f32f8"
  "/detail/db5460fd7959419788ec414be3947d20"
  "/detail/bcf25eff26a04f17b41f44e1c48e049a"
  "/detail/b1160f7981f7492a8580bd346de6c384"
  "/detail/0f2e0cc63c7445eaae4032ab86de6a17"
  "/detail/73ec8a1a67b34ca1a29dadf9f2fd9f22"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/bbd322979bc447f7afccc5a34b012795"
  "/detail/3585473a871f423e984d42e7efe92feb"
  "/detail/d78dbcaef0fa4b8b95dbef708811792d"
  "/detail/bb8f97f4f10e42fa8921582426d22285"
  "/detail/ba66c013ec974d8cb973891364f8e00e"
  "/detail/2415b8881ffe4cc88c061519cd268aad"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/67797097e13f42eda86257c71c427a28"
  "/detail/2e178c92c469455b9faeb827c2a967a5"
  "/detail/fbf822c1d1084a09a3a6e500fd83c351"
  "/detail/978648c238af48d3b655595f0883865a"
  "/detail/d13a554d5225424c9adc855e39a1070c"
  "/detail/3840af9d07234fa5b437a06eb7f7d163"
  "/detail/7cbcc65649774f87b06e9f7779fe72b6"
  "/detail/cc74e8797f5342a99ac709c83e164845"
  "/detail/ff99c8aff36b44eab0e1ce60a3ccd39b"
  "/detail/0a790ac180a043c3b66f1a9e1e134d85"
  "/detail/8bb5548a73a7428d980ba256d3e41e6f"
  "/detail/f82a8f4a5f6a40089a913f1f16da9fcd"
  "/detail/5d77219de0154c0bac2a8837c841f841"
  "/detail/58e15680a170476cba641c844883ef0b"
  "/detail/2b02765382a240218b667c601097ae5a"
  "/detail/96ab547947f847f7b09db8913231f48c"
  "/detail/d24e8f79a93a4af7b49b709a3c48c04f"
  "/detail/d77b5ee881c449e38792d993bb4d62f0"
  "/detail/ff7ef3ac82de4bcaa115ab6401622954"
  "/detail/0353a85a67ad4eb1b230aadf911cb3fe"
  "/detail/d77a75a1b1794617acd5175f6e6b8746"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/28b703d996fb4b5aab548c025947e87c"
  "/detail/98428dab5b8045bcbcbe767dd35fd311"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/dbcc0014fd9f4363b9e2140f81f1a2ac"
  "/detail/665373766f2b4618a12287e0a3d70e26"
  "/detail/642decefc90a4d6b80fd2bc4ec5f73d6"
  "/detail/667ff3262dbb4cc2a21be302e44230c1"
  "/detail/e71bc9b393fe4133bf1fb32b20fc1f32"
  "/detail/06cc3c21be7f4f78a486f73054751394"
  "/detail/3875110e9ca24145a7357bd8377aadb7"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/4b86a271d3194e06a5018e02699e2345"
  "/detail/be8a988944814504b3125c6592151087"
  "/detail/a650c991d45345fb8ea83e22f56cb727"
  "/detail/f4f595bfbf5e430584af0f173a607c61"
  "/detail/9835eab31fb84f3a91ec057b0bb62fbd"
  "/detail/bb220445482e43ffb57a59ceb3831fd3"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/c3dd1570cc6f4a8ca79a3cf95ba629bb"
  "/detail/1a8f0365c8f14ab3b32544425dbd58ba"
  "/detail/2d198e78d15342088e43d3b9c54b0da8"
  "/detail/eb20e7d14ccd41c698d48b96e197a8d8"
  "/detail/0e85898d386242a2b704575c57fee46a"
  "/detail/0b61c58cb8c84345a9a46041d47c05a6"
  "/detail/217421fe414c45128675fb11c7fb495b"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/5e04e5803889429aa262ddbf456fae80"
  "/detail/b70d537a7380431ebcdd5613780cbeb5"
  "/detail/f1c01478c4f643fc8294bd0b5426e2a0"
  "/detail/9d391734a6ea4ab6a160994502f6d01d"
  "/detail/c3db40838216420995a0e33efbb83857"
  "/detail/e875fa8f02ea4fb2a896e60a66b34ca8"
  "/detail/ca06e673c9d0430d8b8831d91e4a53fc"
  "/detail/d01578b37f98452bb4687463204f408c"
  "/detail/48d309a1c9d946038608fdbc6932a500"
  "/detail/0a3f0a1f3ab84b1587fde2eb7e2ddb66"
  "/detail/7629630d820f46e0a2ce0df9294a55ea"
  "/detail/33642c63778543a882507365a28d4e4e"
  "/detail/59b8ce25c30c4f238976e5db00e0f2f7"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/e59a638b9f214332ab21e53b87c76daa"
  "/detail/126fcc76fdea4edea2384dd8cf450089"
  "/detail/710722a6ba5d4310bfcce4bc80d05dba"
  "/detail/4a68ce6d24fc448cafbda4701ad8fada"
  "/detail/da668ce2ca4a45909f2825e3bf823199"
  "/detail/a6f7d5ec8fe6423fa7a8b4f9dffdd638"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/5f15f5ba984a41b981384fcbba23a983"
  "/detail/3a606f0040f04fe88fdb1df4d774ec41"
  "/detail/af960a168c244dd7b31afe02076d6f6a"
  "/detail/8152a15935a74a0c9e28c163f6fbe0b6"
  "/detail/bf451780c14345ef968df6ccb5bd9537"
  "/detail/3fa5ce053872435eb6675ae6215f7392"
  "/detail/5eedf9e0083e4aeca67c5b3c190f2bd9"
  "/detail/6e28e83bd9574443a9ace18fd0599a36"
  "/detail/2615481bab764694b87387e4770cbf9f"
  "/detail/3b28baa2c50147878ab56a0895c14c85"
  "/detail/b09fb70b5d064d4abffb51a12a72da10"
  "/detail/b36e757291b94d25a344e4ff01f3445d"
  "/detail/34e8675ebd7942e2ac95efcc12aed645"
  "/detail/d82869b7941646cc8f78ffe8e15deeb2"
  "/detail/3a38452121eb4288bd11ecb17960b471"
  "/detail/96f6462dd5e9444baa8a6510915825d3"
  "/detail/73698db3297243979f0e98fa109a5de9"
  "/detail/4e80ebd1d4b8451e9ab4f4756e9feb26"
  "/detail/eb7566d941b14fd1adeb6ae0d7f392de"
  "/detail/57e6eecece124f00a837582a9f5d4c7e"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/4bc5b2cc6c654041b42f3dcdf62a6a10"
  "/detail/ecde676345824948a6ecd5e7dfc09e67"
  "/detail/aef09c55b7154e64a364d71544061d61"
  "/detail/05816584747c426f9371c7f5f52b001d"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/2c12e7b1611147ebaaf6c03652eb1f98"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/9be3602a9625449c8dc92a596fa88c23"
  "/detail/c4bdd66a5d044daeb2714a0f616690f0"
  "/detail/ef67872353bf4f12b26e49337bc45368"
  "/detail/ce183819ae20437d9dee7af24900abe5"
  "/detail/2b896c005f0a4d798250107b96a4eb67"
  "/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded"
  "/detail/c33eb2d9cb034c92ba5c698aedba5e35"
  "/detail/2e31e2ecfc754e819e62f460bbb97d33"
  "/detail/51c3c295ef1645c08aff090ae2f2b63c"
  "/detail/7effce1498d74f498155ae6c0a2ecf36"
  "/detail/0383b02d438a4019b0f46ac4d8d1555f"
  "/detail/6daf5cf930d54751aa4569e8ffeb55f2"
  "/detail/2aebc67959e949b4bcb9719c10a6fca5"
  "/detail/8bc1f9e656c2476db73c65b5b53e1c36"
  "/detail/3d621b0536104dafb046fd07c68dc2bb"
  "/detail/b37d9b42af10430ea85f5cbc6f88d188"
  "/detail/76f287238c064721a559bbda1d84a454"
  "/detail/d99441374e184c50a9ccb1deb4a0a30e"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/3c30a72624804ff68c3a7e8b59e1d9a3"
  "/detail/45f9d35a14f54849be24be2ce989bc17"
  "/detail/8bcdc14683644ab7992a77fc67814028"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/9697a64a04654bd08f8caf7278679e85"
  "/detail/cf1c068c95a64a75be0bd6a4fbba6dc8"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/80dd15496b2f4690826e57f852314b65"
  "/detail/8cfed6c00ed74961888007e6baa2e64a"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/b0906200e0bb43649ccfa3b376f02796"
  "/detail/3ebe73473bfd4b72b42c3cf474e377f8"
  "/detail/43e967738cf84884871f33667b1ee2e4"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/f318ca8d1b384cebb849637edde5e6dc"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/f00ad7da6f83479e92657faf48821bee"
  "/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da"
  "/detail/28fe06a1fc734928a6e5826aebebf375"
  "/detail/83e8d52c3b33450894ff7e57e8339d15"
  "/detail/4ab5056baf5d4622ada50811208425fe"
  "/detail/3ad62678234b430c9e7c5763cb20f0cd"
  "/detail/732da0ea684d44de8ad03f5d100d7791"
  "/detail/15589b7a3f434fd7a696bf0ca915c44d"
  "/detail/e982d8b587d84adf9bf44a37f1ffac6b"
  "/detail/2201c62bcf28490b9b9f3b79941dd830"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/d02e63c09faf4d97b11d1eac27f6c883"
  "/detail/00d3bce12103483795cbd7e54ba65b0a"
  "/detail/537b865839d447159c0c914f75e64771"
  "/detail/0e042940da6241f5b4afe89b3e39d984"
  "/detail/490c2f7f6652408686c46dd6d7e9ef3c"
  "/detail/f0baebe81b0e4e7298e3643b0f20b69f"
  "/detail/5a81bd3663ad4ba7a1a3069bab533c61"
  "/detail/0204b36778d34636b823c7fe2cd38094"
  "/detail/12518728750342fe9f9fc647ea983a8e"
  "/detail/b067cb55991a451896f7d7886ae00915"
  "/detail/3ece26e8d85d49a784dcbf1eefc286fd"
  "/detail/9271798d42b74c1cb2e2645ffb089cb0"
  "/detail/eeb76c76b4cd43ff87d7e2b27f06ef0b"
  "/detail/8754f9c0880a4971adc78f58a305a09e"
  "/detail/6166494cd35647de9773851c75f945fb"
  "/detail/55f53d301cd04b28b04fd783070562c8"
  "/detail/bbee8d50274946c3b1bf9ac4e1b9d6a0"
  "/detail/a14f6caa6d284b6cbda4bd4160e2b5c0"
  "/detail/95d8052e5bb84297ad3d393fe99c77ed"
  "/detail/ad300848165f496faff082123582050c"
  "/detail/a9a24ff974fc44cfb65909ea1190c134"
  "/detail/a2be0f12ddb4434aa714dda3d26e4fdc"
  "/detail/b146933fadd64913b51b97e02752810b"
  "/detail/55598f8926234ee6b25a23cb2dcdab5f"
  "/detail/247a03aa7796426081763eae8cc50a43"
  "/detail/83ab4b4c265445cdb204d27e9ccc7a1b"
  "/detail/51d377f2507d4e299de17e25904f5bd7"
  "/detail/750b6c87d0da49e4a328a677e22f69a0"
  "/detail/48b93469815c49ae9600b75b882b1fad"
  "/detail/8c63274abef24a9f83f523be046258e5"
  "/detail/04853167b4d749cd9dea9cb1cafce888"
  "/detail/9ca575bb2961434b9b671edbe50262dc"
  "/detail/e1aa811abb394af8a6300405a2ad8564"
  "/detail/cd3ccd244444443dbe5d24d25d29e1d6"
  "/detail/731dad0d2ffa46159d6b1dae42385a50"
  "/detail/3a9fae0e37354de2a96aff6b8105cfbb"
  "/detail/4ad41f7f31064e7ba2483544068f1b61"
  "/detail/e43acdedc7c14e16b3665e3823a09bda"
  "/detail/f475575c0f7e4845a3312b585af9979c"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/8ccb1be8f3df43d19e879c7b89c1d60d"
  "/detail/b48b749e6bed4d7793be1f34165968e7"
  "/detail/aa0fb918c2c048a9aab89b77a0e43a12"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/e99f3c4ba046461383a9bc673d0b87af"
  "/detail/3d834912b10f40b9a8f2b3ef14f0da20"
  "/detail/585adcbf598a4f5880c0142bbf9957f9"
  "/detail/565a4ca5402e46be80e551996bcb69fe"
  "/detail/9f503ea3d14b45cd98f6cc18ce434ebf"
  "/detail/003fdb809e8343e5876d314266b96298"
  "/detail/fa49fc8392764ed483830ec9c86f3322"
  "/detail/bab4c353b3bd4b93b1291ebfd078067b"
  "/detail/1c7ca8cc33544c9a92235af1e9375977"
  "/detail/750daa54c119497eb7730faf15902157"
  "/detail/cf5f6c112f8a4366aa2bd318c6c51ad3"
  "/detail/e496c793686047338752fd5fb1de9214"
  "/detail/2cfa9d42423f433ab9459183d9eedfa6"
  "/detail/513f99769d874c74a9efba72ef5ff8a1"
  "/detail/d2d5153cc2b94c24bcf2b7acaa0a581d"
  "/detail/9df9e4e1597244969f15fcb999db23a5"
  "/detail/6bfc1158030244d69dbe85610cf72b40"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/e52fd17bb808468a923c1c6fb5806979"
  "/detail/6c697386b8e0427eafd01227f61c086a"
  "/detail/70238f875f104c60992b30a5977fb760"
  "/detail/61263d05188c4f14995a4c68a8ebd27f"
  "/detail/bdde276b9af847bbb9e67f2a12f5d249"
  "/detail/07ab613be2a1415f9ec63c2869e7e301"
  "/detail/fae9bce645f04d1da74699f2f9137229"
  "/detail/768006580c3841e4afa89fbccd2839b3"
  "/detail/2d321ab748744bdb95e3711148088029"
  "/detail/aa7bab8916e544aa9140f76b2d16b3e7"
  "/detail/3306c5bf06bd49bf8c74e5901addd075"
  "/detail/3be5a73b3d564fb1baf9d3d45ad0936a"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/9c0d847f79304f6e966f5895d49d8838"
  "/detail/4fda5b96170648e19264bbd59d516cbc"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/8053de65e90643899531d4459b209d3c"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/47bdd0a8927f43f18c356ada1273b095"
  "/detail/5e517a09acf64a9d9ca91656a88e305e"
  "/detail/bc5d2277755e4ac092e7ef42b867807d"
  "/detail/a77395a6974649e6930b2ecf1ca745d4"
  "/detail/2010fd862da04c30ae3164bdeac6a049"
  "/detail/efdb8340e2e041668fdcb043002ed360"
  "/detail/1ba38b068f0e462ab0c2d09d8ef6388d"
  "/detail/f7597433e21e417595240e3de3e886c1"
  "/detail/4d3f6781185b49b7af6ebf3fecc77265"
  "/detail/059d05b8436e4c4db8b8b140d189d1de"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/b6699db344454f12b5dd1f514ca3c9ce"
  "/detail/67f74d970c344bada9b434db89e1c8a8"
  "/detail/1053b5c1548e4a96b53756507b6ae9a0"
  "/detail/0fc1beaa06144c63b8bc362a83228b02"
  "/detail/c8052fe477614f18b93f9f0797ca73d0"
  "/detail/3999cad63fac4eb19dc1bf1538139751"
  "/detail/65a194ab8ea845c588cc79ccc353f529"
  "/detail/49bd26cd2d784a939e1b345b7c8a882a"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/0798279001e547adba9078cefc49234e"
  "/detail/62e0269e3921427f8d0a547bc4787987"
  "/detail/15ce2d9099a04403af012572f9c8a739"
  "/detail/09bc02b79ac2487d899fe2620f19ed24"
  "/detail/efa1408ccaea4dada6b66609123e0411"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/3712e7f695d84030b7fdcd868ffdb029"
  "/detail/219714dab9dd4282a7ddf96bbe42970e"
  "/detail/b3fe8a09a76c4ef8bd13818ae4567d60"
  "/detail/0d04ce223d134546b518b013436d176f"
  "/detail/6187f3128eb4411c9630f8b88db011e6"
  "/detail/d6829f3d6b104010bcd24b5047b7547a"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/67625e1193b94a4285ea44e1a65b60aa"
  "/detail/270d459c6f6f4c1996853dd1b6746aa8"
  "/detail/88174e13225146d6b2412283209a744a"
  "/detail/d1204c8056004e1f8da6ba6da3fbfa3c"
  "/detail/b76a5ca67b614ab59970767d81cc5607"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/972cec88119044e7bae968a9fd63fa3b"
  "/detail/25eb99374a8443aab686255510de945f"
  "/detail/bf9f660f6d3a49f481f34f81d4eba490"
  "/detail/6fc39764dd484cd9ac376f6103b81632"
  "/detail/bc8e33033cd942de98d18a8c3d97a658"
  "/detail/efe6680569f74faf804ee1efaf19be9a"
  "/detail/6999dca7e62942f7a91257143b4ae5f9"
  "/detail/2134204c21b141bf8914f7ae38136e12"
  "/detail/0275e2cfd1a7440fb3d536923d9aa016"
  "/detail/bfac73b9f4c64d388d9434f6d7488bcd"
  "/detail/5ded3046100944a38dfcf44849e9cfa0"
  "/detail/38c8fee1db68429e84bf2d0ff7cf28d1"
  "/detail/5ed00d0b2214467898e11032df7fd9af"
  "/detail/8698af0d3f204fc8b2dd551789c653cf"
  "/detail/216cfe0522bc479f9d0035444727c9bd"
  "/detail/00d3cd3d191a440682f8f8062b6ec9bb"
  "/detail/7214d7ceb2cc4af7b713457ba320f8c7"
  "/detail/a784608c31f346bb9fa5e5ea84c5da89"
  "/detail/cfd78ee8ee7b460b9383203251ba8043"
  "/detail/a9bb8a13a72541d38cda4710bac9f31b"
  "/detail/d1ec76daf4f045279adaa92cb3c6a4d0"
  "/detail/8314fb86cd794b85aa2b82e2653aa478"
  "/detail/f23f53bad0014ed480b199886f4398ea"
  "/detail/12ae4f94052d48d2b1588cc81433ddf8"
  "/detail/bc54d495f82141698103436b43896042"
  "/detail/165be59a5a984c089ca17e368ca52dd6"
  "/detail/75b4d52761384de8bfdcad9c02b88d16"
  "/detail/a0277f0230444c42be1ba5c5be16931b"
  "/detail/12c2099a8dca489ab1a584d01f3c3180"
  "/detail/0e128cfc3eca44fab089cf27507879fe"
  "/detail/551c3803deb6402a9da30a29eb24cb1c"
  "/detail/cfa25c3db9f74762b271ac039f4ed13b"
  "/detail/e5b4de7c7eef42029457181b235e8c93"
  "/detail/e076614ef3d14134bee71f90837f1478"
  "/detail/9ac7319afecc42c9a87244ec66b5bbd9"
  "/detail/f5ae707d34074da984f2e270f9fba8f5"
  "/detail/3350967b109348f6906d150a829e7ce6"
  "/detail/35fc80689eee49f58df1196187af2470"
  "/detail/fba830bbe8c54690ac1bcec9b57fad5d"
  "/detail/91e894956cdc4f67a37fda7acd04b633"
  "/detail/7e4b38931fe14571bc90196e03d5f77c"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4153e88342ec4fb38c39ff19b0c75546"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/88eb5628daf24ecc9e57e8da3106bf04"
  "/detail/e02e60dca1d345c587639a6dc159efd9"
  "/detail/73ec49ca5684422daa3ef56ac79baa0b"
  "/detail/6d09864e09fa4224a1159d777ccd2cb0"
  "/detail/02a65283518947c89b85cb9e19b692dd"
  "/detail/99f26510a5de45a4a5f90364d62b920d"
  "/detail/906deef0a0ab41d18a0f06ae7915f261"
  "/detail/876b25f7fc874fe3b583369bd116e523"
  "/detail/0cd47a3f2972420b80469796436fc5eb"
  "/detail/b1b27e693ca048588393621254c50219"
  "/detail/e897c664879a480b9669494b170fab52"
  "/detail/20009f75d89f41da80704d083838b2e9"
  "/detail/0bef08ee82774cb49c9ab230118cfe61"
  "/detail/8ca550a405f345c9821deb00f020a335"
  "/detail/dd42abbe6b00450fb12e1166e3cc16dd"
  "/detail/a8da3ea1af0d40b4a57867c95f41b2ed"
  "/detail/8a53996fdd634d9991b9454037cfc0e8"
  "/detail/da2a20f40aad4360afa5538e10ebfccf"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/a919c7e20fb54366ad5021a52de95e9d"
  "/detail/38fbab17ef4b4092bc4c966eba10f611"
  "/detail/1ceee3d1d28d495fba75be9741062975"
  "/detail/5f568ca9db4f4096b092ca3bb4711c54"
  "/detail/3807d60cdf0646f9ae771002e1afd426"
  "/detail/72eeb6bfb10f4cd98a94f245bcad4114"
  "/detail/d4e4b704391c4850bee5eebe2705494f"
  "/detail/34bd9f63a3ec4975a9b52404eb050a03"
  "/detail/bc63da16ad0b47b4830872d095db7d7a"
  "/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 2.30 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.