GET https://staging.ktm-sturm.de/ersatzteilfinder/390-duke-2024-modelcode-F4387X1

Query Metrics

118 Database Queries
106 Different statements
1179.27 ms Query time

Queries

Group similar statements

# Time Info
1 1.30 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.41 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.39 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.20 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.61 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.40 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/390-duke-2024-modelcode-F4387X1"
  "ersatzteilfinder/390-duke-2024-modelcode-F4387X1/"
]
7 0.27 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/390-duke-2024-modelcode-F4387X1"
]
8 0.68 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.30 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc"
]
11 0.34 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.61 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.39 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.28 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.38 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.29 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.30 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.17 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.65 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.47 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.57 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.24 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc"
]
25 0.29 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.46 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.23 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.39 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.26 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.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.23 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.33 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.33 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.17 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.77 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.44 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 2.45 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.36 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.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"y£a@¢ŠLæ¬m\x0E\x06'A"
]
40 0.47 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.33 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.26 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
43 0.24 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.25 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.64 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.89 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
47 0.47 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.43 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.80 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
50 0.62 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
51 0.77 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
52 0.40 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
53 0.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.21 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.17 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.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.60 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.34 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.35 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.39 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
61 0.46 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
62 0.24 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.23 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.53 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.21 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 846.84 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.54 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.32 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.36 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.32 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.91 ms
# cms::moorl-brand-slider-v2::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.67 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 2.25 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.29 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.41 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 3.44 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F4387X1%"
]
77 60.63 ms
SELECT s.*, c.name, n.name  as article_description, IF (p.active = 1, lower(hex(p.id)), null) as product_id  FROM hobaIT_sparepartfinder AS s 
		    LEFT JOIN hobaIT_csb_article_data AS c ON c.article_number = s.article_number 
			LEFT JOIN hobaIT_sparepartfinder_article_names n ON n.article_number = s.article_number
			LEFT JOIN product AS p ON p.product_number = s.article_number
			WHERE model_number = ? ORDER BY `group`, sequence_number ASC
Parameters:
[
  1003030847
]
78 27.16 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (64084,64100,64102,64103,64109,67096,67114,68214,68215,68216,68217,68218,68222,68230,68231,68237,68240,68241,68244,68250,68259,68262,68278,68283,68286,68291,68298,68300,68301,68309,68310,68311,68312,68313,68316,68318,68890,68899,68900,68901,68904,68905,68906,68940,69403,69404,69410) ORDER BY number, part_type ASC
Parameters:
[]
79 39.28 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (64084,64100,64102,64103,64109,67096,67114,68214,68215,68216,68217,68218,68222,68230,68231,68237,68240,68241,68244,68250,68259,68262,68278,68283,68286,68291,68298,68300,68301,68309,68310,68311,68312,68313,68316,68318,68890,68899,68900,68901,68904,68905,68906,68940,69403,69404,69410) AND article_number IN ("96303023000","90103027000","96303029000","J800001000600","J910001000801","96303024000","J900000602100","96311045000","94103024060","96313001033","96313002044","96313015000","J01008060S","90813030000","96313080000","90113090000","96311055000","96311052010","96311054010","90611155000","96311054000","J900000601203","90611053000","J900000401000","96341001033","28107028000","96307016000","95841037000","90141023005","90141001001","55641023020","96341023000","93041085000","90141071001","96336044000","J991060203S","55641023010","00050148706","90241002010","J770053024","96341031000","96341030000","9633000004424","J410001701402","J625063040","90230079000","J01665060123S","90130004004","J440002201300","90234030000","J760122455","0760122406","90240018000","90230084000","J400002201600","J410001501300","90230022000","J011050133","J618131912","90130003004","J760003447000","0738060101S","96330066000","96330064000","90130164000","96311023000","J770002024000","J025050163S","96339034000","J025060350","J900000607002","96330047000","J005060123S","96303096000","J900000601607","90238029003","90230066300","90130024000","96340020010","J025060141","90130003007","J900000802004","J690000815000","J780001515000","J900000607003","96303001000EB","96303006000C1","96303005000C1","96335001011","96335001010","J912060146","J900000802503","J910001001001","J800001001200","J900001022400","96303001020","J900000600802","96303099000","90108023100","96303088000","J900001011000","90803009000","J340001000700","95813046000","94513026000","93803001022","J900000601205","96303001030","96303070000","96303083020","96303083010","96303083030","J900000601207","J800000601200","96303002002C1","96303002001C1","96303002060","96303002080","96303002071","90130028000","J690001100200","J900001011800","J900000803501","J650001601500","J800000707400","J900000601900","J912060181","J690000620000","96303089000","90103007000","96303039000C1","96303038000C1","96303039020","96303038020","96303049000C1","96303048000C1","96303049010","96303048010","J900000601805","J900000802003","93003141033","93003140033","93003151033","93003150033","28103044000","93003042000","90503048010","J770009015","J125080006","J094020186","96303037010","96303037020","J690000600101","93003140010","J900000602101","J029060103S","96304030000C1","90104034001","90104036000","90104034000","90104032000","96304031000","96304034001","96304032000","96304033000","96304066000","J910001401000","90104046000","96304037000","96304066010","96313026000","96304060000","96304050000","J900000600904","90104010002","90104040000","96310084000","J900000601502","96310083000","96306001000","96306015000","96306090000","96306003010","96306017000","90141071000","96307030010","96306026000","96306041000","96330087001","96330087020","90106000001","90130087001","96330087010","J690000720000","90106001007","J900000601002","93006001080","J031060103","J650002201401","90607017000","96330087000","96306040000","93008084010","J900000601206","96302001000","96312041000","96312040000","J900000604504","96302004001","96302010033","96311012044","96313001060","96311070000","96302039000","96302031000","96302042000","94811049000","96302090000","93802016000","96315001000","96315013000","96315003000","96315021000","96315027000","96315029000","96315017000","96315026000","96315023000","J610000600400","90607830000","J926060001","J310000100900","90107013008","J300000801000","90507017000","90515011000","J310000101200","96305050000","J025080353","J800000901001","90205068000","J025060147","96305090000","93805011003","96341190000","96341090000","96305004000","96305007000","90136038000","94305050172","96305051000","93805096000","90105000002","90205086001","J340000600700","96305097000","96305032033","96307088000","96341007000","J025060128","96307091000","96342031044","96342001010","96342002010","96342003010","96342004010","90113026000","90113013000","96342025000","J900000500800","94542020000","93813035000","94313026010","J900000600801","90135001001","J910000600601","96342040000","93008020060","28111051000","96342033000","J025060169","96342026000","96313060033","96313068000","J900000601403","90130059000","J094020153","J650001000700","J125070001","J920000602100","96313050033","90134035000","J625060800","90534031020","J520000900100","90534034300","93035065020","96313029005","96311075000","J900000602800","96311034000","J900000801402","96311060000","96311061000","28111096000","90508006001","96311083000","96314086000","96342091010","J650001801400","J800000601000","J900000601803","J900000602202","93011058000","93311058000","90611057000","90111088015","90111088020","90111088025","90111088030","93511088000","96311097000","96311007000","96338091000","93811099000","90811059000","95842090000","95842092020","96311041000","J025060122","96311058010","96311097002","J797060003","J797100006","96311081000","96311093000","96311098000","96314069000","93014062010","90507040001","93308015010","J031060183","96014061000","J900000501204","J900000601603","J690000600100","96311066044","90507050000","90508006003","96307051000","J900000601601","J900000501404","96314060000","96314060010","94507050190","96312026000","96304010033","J900001006501","J800001801900","J900001005800","96330001000C1","96332048033","90132051000","J520000800100","90132050000","96330020000","J770001424000","J710003315000","96330095000","90130064000","J000150502000","94334051000","J770017721","96330027000","96302090010","J603061001","96334051010","96335052000C1","96335053000","J900000602508","J025060104","90135058000","96341090010","96235055000","90134013000","96332001000","90232102000","90232134000","90232135000","90232010100","96332011044","90232110000","90232103000","96332005000","90232101101","J625069020","90232017000","90236015001","90232019000","96332049000","90232006000","90232004000","93836031000","90236030000","90236036000","90236027000","90236028010","90236032000","90236033000","60036035185","60036035190","60036035195","60036035200","60036035205","60036035210","60036035215","60036035220","60036035225","60036035230","60036035235","60036035240","60036035245","60036035250","60036035255","60036035260","60036035265","60036035270","60036035275","60036035280","60036035285","60036035290","60036035295","60036035300","60036035305","60036035310","60036035315","60036035320","60036035330","90136060000","90236056000","J770010312","90136056001","90236060000","90236030010","9633602003324","J900000604003","J025060359","J800000601002","90236074000","J770029819","96336052000C1","96336053000","90136052020","J790001102300","J912061023","J125070003","J912101449","90130080000","J770000817800","90135047000","J900000604601","J025060201","9623501400024","96335017000","90136020001","96330036000","90236054000","J770001224000","96336082000","96236052020","J900000601004","90138091001","90138091000","J127060001","J926060000","96339028000","J900000601406","96336009033","96336010033","96336004000","J025060453","96336001000","96336013000","96336002033","90130004007","90136003003","J770010015","96336003044","J025060204","90136003002","96335010000","90135016100","93335001000","J926060003","J125070004","96335041033","J900000501900","90135020000","J310001202900","96335024000","96335025000","96335065000","90135066000","90102055000","J912060253","96335003000","60035067820","J600001041700","90107018011","95835068000","95835016000","90105017000","93008050050","90108076000","96335036000","96330018033","J690001260000","J900001205000","90236014000","96332023033","J690001640000","90230029000","J950001300400","96330015033","J900000903800","90230015010","90230015011","90230015012","90230007200","90230030010","90230074000","90230033000","J888040150","96333001000","90232020000","J800002003300","96333005000","96333015010","J471020123","96333003000","J800002201300","96333006000","90233002000","90233036000","96333010033","96333012010","96333012000","96333016000","96333014000","J690002500100","96333013000","96333013010","J472023120","96333015000","90233011001","90233011000","J690001715000","J410001701401","J910001801300","96333029014","96333028000","J780002124000","96333030000","96330057033","96334005033","90234039000","90134022000","96334014000","90134050000","90134016000","96034031010","J025060221","96334036033","96334031033","90134009000","96334002000","90234019000","96334001000","90130001001","94334015000","90134012002","96334012000","93003044000","90134025000","90134030000","90134024033","J125061416","96334023000","93834020000","96330035050","96338008000","96338009000","96338011000","J471010100","J125100006","96338001000","J900000602511","90238015033","90138015050","90138015052","J900000602510","9633804100024","96338041010","90138015000","96338006000","96338002000","96338028000","96338026000","J780001602200","J7700090151","J900001601200","90238003000","90238017000","J770012520","90238016044","96330065000","J770000719000","9634000100024","96340020033","J430002801600","XY","96340016033","90240023006","90240023005","90240023004","J690002218000","J690002220000","J690002222000","J690002224000","J690002226000","J690002228000","J710002012000","90240023002","J690000820000","J900000802504","96308010000C11","J031050161","93009059000","90108050001","96308975000","96308975010","96208975020","96308019000","93003077000","J900000601501","J650002502000","93011093010","96308015020","96308015010","J900000601405","J650002902100","96308015030","J900000501603","96301002000","96301001000","96301031032C1","J900002202000","96301034032C1","90501045000","90101036100","90101086000","90101080044","43578016","43578014","43570623","43578044","43570723","43578206","43578219","96313025000","90501046000","96314033000","96314034000","J125070002","J900000501500","J912080293","95801038000C1","J900001006500","96301039000C1","90101042000","90101040000","90101041000","J982101253","96301093000","96301092000","RP10021","96309197044EB","J780003955000","J710005520000","J410003001300","94509011000","90109076000","94509082000","94509012000","93009081100","J900000802501","94509060000","96310197044EB","96310086000","J690001700300","J800001701700","90110062000","96310060000","J760304708","J710004717501","J410001701400","96310111000","90910059000","90810052000","90210050000","96310051043","90510052000","96310013000","J625062050","J760295207","96310011000","96310085000","J410001701200","76910065118","SPA214G433K118B","96330502000C1","96330040000","J770024015","90230094000","94539004000","J912050353S","96339005000","90130001000","90140026000","J900000501003","96339029000","96339006000","96339006050","J900000603400","90239090001","93839093000","93839010100","J770015824","96308051000EDA","96308050000EDA","96308061000","96308060000","96308063000","96308062000","J900000602507","J800000701501","J900000602005","93014018100","93014017000","J690000600102","J900000501405","96308062010","J900000501300","J900000503100","93814050000","95807012020","93011068010","J800000701001","96307064100","96311068000","96307058000","96307058010","96308042000C1B","96308041000C1B","J650002201400","96308077000","90808043000","96308042010","J660002001500","96335032000C1A","96335031000C1A","96335035000","96335034000","J650002001400","J800000600901","90135065090","96311066010","96314001000","96311004030","96311004040","96314004010","96314004020","96314002000","93014026000","93014025000","J06797100183","J125100009","J910001000800","96314010000","J900000501202","J900000601204","J900000500900","90114025000","90114026000","96314045000","J910000501100","28114047000","J025050126","96314040000","96314043000","J934100006","J981042226","94512082010","J910000600505","94512082000","90114047010","93014024100","J900000605400","93014001010","J910000601200","93014024110","J690001210000","J690000710001","J125062006","96314025010","96307013000EB","93035065030","J650002401800","96307013041","96307013042","96307013045","96307013046","93008059000","J900000609002","96307040000EB","96307047000","96307013043","96307040020","J660002000900","96315019000","J310000101100","J900000802200","93007040010","J690000615000","96307040070EB","96307040080EB","J081050121","96307047040EB","J650003302400","96312909000C1","96312908000C1","90529099000","9633000014424","96340022020","96340001000","J900000602203","96340022133","96340016133","J430001201200","96340023000")
Parameters:
[]
80 0.44 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1003030847
]
81 2.54 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:
[
  "1003030847"
]
82 16.65 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"ÍÒîÙã•DŠ“Ò\x1AÅ\x18K–\x08"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"ð(¨fh\fL\x05„ƒ\x17ÑÁç|ì"
  b"╚ìõËñ\x1CAàú38ÙñÝ┌/"
  b"àWÃ0\x1EÿAË€ôÇU\x04ìó\x0E"
  b"\x1C0`ØU/H÷ŽoJD¾&`,"
  b"º=lÆŽÍE€”¤pÃw«§£"
  b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s"
  b"̳\x1Eê1BBQ©ü(ÎC¨õ\x0E"
  b"╩6 ì(#F│ªùí\x01\x04┼╝Q"
  b"´■~a\x18©N<Ü%╦▀ÔÉ;Þ"
  b"Éô5Q1áEQ®ì¹&┌Ö(H"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"ÀZQÁ\x07^I_ìO1ÓC4i("
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"å»r6÷╠OÉ¢\x165­_\x175O"
  b"¾A\x15T╚ØFrü7ð┼¿oxx"
  b"ßFæL╠\x04HÙítK<ÉZ\x10Î"
  b"ñdEš(Ý@̯5MàJ\x18ET"
  b"Àß4Æ6~J¶´ä\x1Ck'äRÁ"
  b"RD\x1AŽ\x19\x17Hî–ÐI,/×ýQ"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"""
    Þ╚├²æ\x05B\eüÑܳ\n
    Ò\x10Ü
    """
  b"ÝéN©@2D;™rç’ô\r"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  b"×èq]4_Cé¼¶\x07\x1AÁ?\tè"
  b"~6â}\x07èE´³ä65%$â]"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"´ÁYv‡\x18Gé¨ÙƒFøÚ<U"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"hs]¤¸¡L\ˆxª¨êXÎE"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"\x05œÿa’Fl´cFˆcòë‚"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"ízRÃOÕN'®Á¤ü7”¦"
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"§°_õ\x05zML‡nl§”·ú\x08"
  b"QÚÝ\x05H@J瀷ü\x01š\x10"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"ƒ»3(]kB2ºŸ\x07u-•,#"
  b"z¼Ìb»uLÊöXwƒØƒ;╠"
  b"Ìq+\x05Ø@@õ¶¿NÞG€xU"
  b"<Eû\x04tOF °![\x0Fõ\x11\vÈ"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"\x00G/±CÙ¨†Ü’m\x0F¹©"
  b"'"á\x130¾Jí³×Á\rã\x1C\v"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"#µË\x1EºŠC­·Õú‚¶Á«\t"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"G0pÎ5\x1FB¸—\x1AnóñÊ\x15¨"
  b"[X+·l\x04KiµHÚQ£Äz£"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"\x01˜Ìjç5sЃÝê\x13êã{Á"
  b"\x01˜Ì]í¿so„˜À\x14º9\x1DÔ"
  b"¾W¸X`¨MA§xÈyw\vy„"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b":úB<µöAù©©a³Ø¼ðÃ"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"YvªUQ═KF×^╝ÇUØ\vX"
  b""¾È'±ÉH\x13Ø\x000╗Ü╗0×"
  b"@~“:–WE¢±\x18J8éMoœ"
  b"\fIÉûM╣ÀÚj\x03ÑþÔï"
  b"""
    Ю/N\x16jFŒ™’Z\n
    l°[É
    """
  b"ÕÊÎL°HNA¥MŽV\x07\x00"
  b"R┘lÔ\f>G\x19äÑ\x1Aë\x1Fkü}"
  b"ƒß?âú½A©ƒ\x05ŠÑ¹®Ûô"
  b"│▓\x03\x06─═L8®┘b\x01f\x1FíØ"
  b"\x01˜Ì\ð—sÀŽÀÒ\rÔüÙç"
  b"Å\x1CC¬ýFH─¬ß\x04J·Ìó6"
  b"¤ç┘õü¿B\x04æö;_Vl8\x1F"
  b"¸È$¸N4JQª§Q³N£­è"
  b"Zrj-œâIòˆQñOé% Ô"
  b"NME‗\t)B\x1Dï┴\x13=2³kÉ"
  b"\x01ÿ╠^É\ep®è_¢ÆTèã▓"
  b"š\x08¤qÑUNM˜¯Z«Á£”•"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"àf8\x0E&\x10F:ì═░[%\x14\x1AÕ"
  b"IãÕª æF\x03» .=;&L–"
  b"‡…V\vÉiIG¦´Q‰\x0E&\x1Ao"
  b"ø\x7Ft&D>H,†‘m\x1Dcè€V"
  b"¾ÒÐü\v\x01D\x10¥ï]fF\tü\r"
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"¯Ì\x10ÕûñN˃7•½\x08.À«"
  b"Q│\x03─bBGoü²\x06\x08>üì"
  b"ı2¾\x08ıKE´Ö▓g┐\x10┼~Ø"
  b"…iˆmTØHÿ³\x19¤+²¸F$"
  b"BÒX╣y @­ØË┬oÜï▒ƒ"
  b"\x17T\x0E‡U×E-³Ñå\x1D?(d½"
  b"²0*\x1D\x17\x03Hêå&é òÄ┼Ø"
  b"\x1E?áDŒ•B¾¤»¢%T÷^\x0E"
  b"¸þnö¦HD)¯î­ë0;^Œ"
  b"\x01˜Ìk-qq=³Ã^µ”vG™"
  b"tbåGš±D2¯Ö\x1D\x1D"
  b"""
    …7“×\x02%C “.\n
    ‚\\x0E
    """
  b"Ø8d+ÏÒ@<µ~5¯T£@û"
  b"'Rö\x06ÅUN┘ä┐╗¯¿l}ð"
  b"í‘÷7kÕJæŸÍˆ[ôÓ+!"
  b"""
    É;d┤ªòG\n
    ú╩´ÉÕø\x06\x1A
    """
  b"\x01˜Ì]¯=rÖ¸ì\x1Fò»ÃÚî"
  b"‚yNÈ\x14,K³ª\x06\vꈜ·"
  b"Cšw¨‰>C\x10…€@…f,\x10¦"
  b"äŽïí\x14¶D©€jZ¼ü×>\x7F"
  b"PF\vVÎÀF<éÅ:┤ðEÎQ"
  b"q\x1AëXÀë@7ºÝ{ôEE8Ï"
  b"\x1F¤×\x10D\x10¿=*«–™8…"
  b"sû#´ŒõJ®«âè1¾SsØ"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"\x01ÿ╠k\x02Är¡ØE94º▄hÏ"
  b"²ÏÝœI„I\x1E¢Ï9ƒ€û¿\"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"û"CÛ]2M\x12éÞìmbZ\x1Ep"
  b")\x05ÙÅ\x03ÑJ‗ÁF\x05\x06║▒x>"
  b"oôQÍeNAo░ì$²¥\x1C¼\x03"
  b"¡zÒH▄àN²¼\x7Fü\x1EÌ0▓Z"
  b"Ç]H#W1Aø¯\x05}Àá\x1FäV"
  b"Aa(¤øwKJ¨íš5\x1A\x18Þ0"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"˜Æh‹ËDL½˜ÈÍ\x1AcmvÞ"
  b"VÈGª¾\x10F\x10ù>³j£ÉY`"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"ðwãÌš2Gt«¶ÍQö§‹î"
  b"42*Ð!{Cb¡Ï æÆ\x17+™"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"Œ,¡n–\x07KC¬$”é—1>\x08"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"Rsò^‡IB˂߭հT¡y"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"%\x18\x03JKM”Zk…\x11ÿ\x1C\x02"
  b"À½Ñ└7■D[▒╚ìfvÙVq"
  b"q”œn.¡A˜±~ÁÖ\x00öûÿ"
  b"t\x02IbÓFôª\x1D\x01]Ê€&¸"
  b"""
    \x1CÚ\x04j\x05╝L╦©\n
    \x0326ü
    """
  b"\x01˜Ì]Aâq²«&Ì\x0EW\x12]e"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"]!6ð~ÏL_‘\x1A¹ä­ë,”"
  b"ü\x08\x1AZ}ì@Æ┐ú¦\fvÝq}"
  b"G‘åm|·N\x03ŸE\x1E9ä1:\x15"
  b"""
    £±ˆ\x1A×zL;¾e\n
    i`\x1Dùü
    """
  b"7Š[ç\x02*NW²È„\x11Ç«³ß"
  b"âéÄ;Á“B·¿íç\x13Ù!ø"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"\x01˜Ìi”frܶãAi~\x01¿J"
  b"ì¶/À4\x7FDV¨¾T³ÅG¬\t"
  b"XÖ*­ì9O\x14¥lØ•B’œã"
  b"3\x18ˆßk”GÏ€?kÊŠ\x11\ec"
  b"ã▀\v)ì,KN▓Föö"Ö¡R"
  b"O`¡í┬óK±ÑÍ\x1C‗+ükð"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"Ñîî·òºOç©ù²6\r^GÖ"
  b"j\x07KY¦8GÅê¾àô®ëÎj"
  b"ñ\x03ÑgïûF¾¥ÿþC{jñ"
  b"êPw\x08b\vGKŠÁ”_ñ¿ÔÞ"
  b"┬¶o/ã0KëÂók11¦|É"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"œ„´FðLLÚ¢ëjÞ×§Q"
  b"\x01˜Ì^Ö\esz¿˜ß#\x18à,6"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"Äâ\x18ªãÐId½md¨uîB\x1F"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"Þî$>~\x1CGª„ÚŠ‘‹kSÈ"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"rÏÑ\x06MìK‚¯z%„ˆA:X"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"enþóC\rE±£ò-Ã-¯0¥"
  b"Étlÿ╝6K─¼\x07\x10\x00╦Ñ*¸"
  b"К1¡v(D^„sn<~ó8Q"
  b"¸tÈ+‰\D°œÉN\$§uc"
  b"\x1D\dÈt¿MÆŸ?ëÐO¯3d"
  b"═'©ÙºrCìøôñN┌¢ß-"
  b"\x14Î5l\rµCô™Àp•‘\x16"
  b"*\x04–}\x1C¿K:Ÿ[Xƒ´ççÂ"
  b"¤£ªÙJÅL\x1AÑ\x10\x14Ç├à"
  b"PMz\x02ž€Cå“]Ñ\x039é˜é"
  b"ÕgoÀñöFå™Û:D@y®å"
  b"\x01˜Ìk\x7F\x14q2²°±šë¬!\x1E"
  b"¸yJMƒXLyº‰*\x0FX\x14®¶"
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"­‹\x04Õ®nH\x0F l¯E(.\x1A\x13"
  b"G¹$”µnG}Ÿo‹3åSÿ´"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"¹<¢\x0Fx"D€žA\t#;ç…¾"
  b"hÕ1M\x01\x02K;†ÀþÙ{ŽIq"
  b"o—ˆày`BWª\x04\x15\x03p8 ý"
  b"!Ñ¿\t(Œ@¿¾Åj;¤R ¯"
  b"R¤WA\x10tHÊØ;Þp°ú\x11"
  b"\x01˜Ìhø¥pÀ«V4Í’AÅy"
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"Ø╚▒╬±nH▒│ião?\x07ƒ\v"
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"‚Øs öÅE¢¨³»¶`ÒF_"
  b"±¹ýî\x08ÿL{Š„}Ùm•Y\"
  b"└c┘·\x16.J\x7FÉâ\x08╔ØÐvç"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"ïojÞ…wE^ºsáš6}ȵ"
  b"""
    yc*.íÂI÷ªÜŸ\n
    :ZA€
    """
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b" ê“ÊíiKN™lG\x1C\x18Ê$]"
  b"\x1F[LQ\x1CÅD üe«ÙCS9C"
  b"€M&=_-NÀ²ÕÎy^>Å4"
  b"T^ÚÆVˆEæª\x01ÅÕ2€&Â"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"\x10^\ÆA\x12ï¯]╬É·Òo"
  b"\x02\x17sN®>Ab¼  ØâÀ9¹"
  b"UÛb`xbCYº!?¹±4šò"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"E•Ý`\v€L°†d\vè5îcQ"
  b"äó\x16ñj'H6§[ÿ ÌT»Ç"
  b"m”l®åJLk¥ˆâšéÄ­Ë"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÎW“öt\x02D\x03ˆOãëŽLÐV"
  b"ÜúB΃┬Fþ┐?©ìÍ'Eï"
  b")–‹$½\x07Db°\x0Eu©î’÷‡"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"õz·­Z\A\x1EŽâIM­\x12Ñÿ"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"K2—\x7F!¼G7¨å¥”Í‘ðû"
  b"ü\x00Y\x15ŽˆI¹÷uÊao"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"9`╩·\x07\x10EÂ╗Òì┬§zÌà"
  b"ß\x15>wÆ¿H\x10ïJ:dÅú0î"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"ø┤\x00Eft@"ÆäóÑñܳÅ"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"”¢±‘êSCàœîÍ\v[õD/"
  b"èßÇÙËËGh–\v©-˜ÒÙ"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b" !í;'QI§»Î¼ê>>Q"
  b"^Õ§}9„KGƒÆôúP·Ðù"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"Xp€\x155åHv¦¦”À;,d;"
  b"M1›RsàBc´÷&\x121¶ëå"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"d#JÂMÐH\x04‘ø7\x00þƒ}Û"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"ŒÑÿ­ê’O\x1CŽá³š»„0Ó"
  b"³÷\x01ÙC7J[Ñ╗\r\x1D\x0ELüñ"
  b"\x01˜Ì]Îus\x1CŠrk–ï\x07¹Ø"
  b"J·1¡¾fA0¿¥¾÷´\x05zs"
  b"ÿ½╗L‗\x13JæÅfmÑóÚoõ"
  b"ÓbO5>KE\x1D§\x14—4.7õ—"
  b"""
    ûF€DpeJ…–Ä\x7F\n
    ,@\x17
    """
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"BU|ÐU\vBã‡ü,Å;žü."
  b"Grí_!\x1CFã¸X3ji/¼Î"
  b"´Eï·ñ\x18G…™ä$UîßÄ6"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"Hjk\x11þÌL?º'\vˆeŽ\x17{"
  b"1\x03\x11ݹòL=»ƒ‘9Ÿ4ÑÆ"
  b"1\ÍpÌÁ@E—\x15$S|šÿ¹"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  b"ÝSF/ÓÓF*“òä¡£T~m"
  b"-†-1íÞDɆx\x17£3¶J\x18"
  b"rþ|Q%AG’±Å/Sù\x06™È"
  b"ÖÑv\x18¬®Mºœ±(¬'\x06¯\x16"
  b"²oÐQ\rWNç°ÉY\x1C˜ÙÆ\x1D"
  b"Çž®X\x0F\x1EI¶£\x10^§¾Û…«"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"yG>fû~Gå”FëæŸÎpõ"
  b"Ø]P\x17\x00+K\x0E¶º|ôÑ™îU"
  b"\x01˜Ìim÷qʺDZVˆ÷6™"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"\x1FúYä\x17ÄJ½Œ@;B\x1CÒxr"
  b"+³‚$áN@­š\x1F¾\x12Ç–ž\x0E"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"T"ø^ÔAO'¨‡MŸé\x7F«""
  b"G\x0E‰NÖÎMs‡£å¶öË“\x08"
  b"""
    lrâ*̓FÄÑáLÅG\n
    ë~
    """
  b"ظ$«Ê€Dp‡íÉÆ[éÚ£"
  b"\x19f─êâ\x00O¸Ü.xÈxØc¯"
  b"0Q}┐▓ÁMsòͺ\x0F¨\x0E"
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"ÄÞŠ\x19?9Oöµ$N\x01»·\x13¸"
  b"ÇlØÐðoI±▒DÛÇ\x16\r"
  b"├0°╝JïJÅÖÑ\x0E\x14\x067±ý"
  b"EeÔPùùE£¿¸ƒÝïüm_"
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"fıÍ┤\x00æKr«┘Ø`ÆÀ\x001"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"NE2nÇ$KH¿=üºº█\x10\x12"
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"\x01˜Ìi3\tr>¬Ô`YÐAã\x07"
  b"dd*ØÜ°J €\x1A'¾Ý<ÏÁ"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"\x01˜ÌhÍÔs\x19°wfÿ8Å«Å"
  b"æ:¡j$@A¥¶1/iÛ÷>w"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"""
    EtAß\x06—B\n
    ¬Ò¨‚,Éx|
    """
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"\x01˜Ìh›ksR£<O0o^/Ä"
  b"enwK§±CÅšP—νܰ§"
  b"1\x00]Ò·JA\n\x05†ïˤ¶»"
  b"m—\x14ÄÚñN@²\tÄ+´UÆ¥"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"þ\x18_\x06>ü@Jù À«┼ÌıÃ"
  b"LrLsƒÆOv£ÏÝJü¢'Ê"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"sÚµ%vDBg˜~”ù÷\x106g"
  b"‡Ä”\x14°¥A”Š'»Ž…w$¸"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"ì╚╚öÅ´B\x18âP~┼{Ñ\x13w"
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"„‰Íl·ÌH:¦@£®\x16Vpþ"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"à┌\x08q×ELßÅs&Bqå)h"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b"Å\x08\x19^\x02;F¥ˆÞ%#lØ]­"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"R\x04öB88Hì»íy–é50ó"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b"ÎŒ\f\x19°ß@Ùºé‘ ßl|Ë"
  b"øçÄp¦ØO│äûÞı¡§╩è"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"\x13ïˆs£ßNtªN4¡ˆ9Ìa"
  b"Ê«U™\veAÏ–ÔÐâ;®Gº"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"üvU kÖDî¢h│0*b)ü"
  b"k­‘yêÞIÁ»\x12\x05˜Duõ<"
  b"\fT¼{ë.Gl¡2¤\x01ð\x1Am8"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"42{åÛ´H•”S9XŠC´f"
  b"²×î2\x18ÑKß‚)e˜f•И"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"""
    ─█0»\x03ÒHûì]+9!\n
    
    """
  b"î\e™'\x7FÁL2Ÿz‡L¼Ïág"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"?ÅKÚõuJ\x16åé6OÉW╣e"
  b"Y`Å*ôùD\räÍ\x1E¹¯ñVi"
  b"\x1F¢4Wk{N¶” ó\x1D\x10«Öº"
  b"hÈÇ\x03N`Dz¨tž¸¿†ò”"
  b"ÖØlQëÖC¼©\v\x0Ee\tjñÍ"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"Yy─%¢└A▄ØZ\x1A¦ı\f®Ö"
  b";–Èþ«\fAͨ1QÙ\x06,ê„"
  b"ì¶W;O0C2Å▀Kĵ└íó"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"Èü þQhMÒÜ»n\x02ê■`¯"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"úÚº#vIK\x08½Å\x11B\ej1\x1A"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"áWß÷$╬G9Åê0¶mm¹0"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"ès˜q|Ä@J‘Ýr¡Ê\eêK"
  b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D"
  b"\x01˜Ìh\x0Eérâ¼eûBˆŠ\x14º"
  b"¨?Ù¦T©G\x7F¨º\x1F^\x19Ëx("
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Ý·™õ·LL˜«†”ùÒ=\x00s"
  b"\x01˜Ìh.\trõ·îÝM²äN""
  b"""
    \x01ÿ╠pÝåq¤░\x15\n
    ƒ\x19ÙíÉ
    """
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"8\x01üµ╗ÈIM╣─ÇþMá¹ä"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"v=y*]ËAO­¤s,ôpná"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"â=è¾HÄFtüÙLØSEÐw"
  b"AØ‗ñ\x18IOıôëC¹Ê\x14┘+"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"‗8\x10eõíKØù©ÍÕ´v╗X"
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"QQ;E\x1DCFª”¸¿Ò\t\x18Þä"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"-mR\x01qòG)½¼\x07›õ\x04\r§"
  b"m╩E#L┬D+ÉÈà{¾t_¦"
  b"╠ümË(‗B]í!¡Ë\x1E°qE"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"Iä‚£’\x14@¢”Å›>,ñ#ï"
  b"×¼┘r÷\eKD¿´ØÙW»ïÔ"
  b"g¤ðžÁ\rIÔ³’üx\5ŽG"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"GT?\t¦*NDœÔ\x05h;\x10ìÇ"
  b"‰ƒšª}\x03@y™ä‹\t>u§1"
  b"t`…FÇ\tB1›Æ)ïñ‡Tº"
  b"t\x14Hµ´BDŒ†¼\x19gÝþ·6"
  b"Å(\x17"Ý;K^–U{T°\tž/"
  b"¡S^ÕY\x7FEÿ‰¢\x1FKlL[‡"
  b"ã•àS0ŠH·‚êÝJ\\r\x1E"
  b"\x01˜ÌhN\x03q?š:à=)/5u"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"®³e¼ûaAz«»¯¼]Àûq"
  b"■x>\vULKTØ¡aÒh>│û"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"-²æ²Þ\x15Gi²Ê4hê.¡D"
  b"ä}±Ý\x17\x15B2±ÃsF²6jÑ"
  b"""
    \x01ÿ╠]\x17\n
    p│ؽòƒÝ¹\Ú
    """
  b"ýÃWˆØaOä´«ãHt3\x18+"
  b"[WÍ\x02väO]’î.;0\x11ÜP"
  b"ù1:┘| Io▓»ð└Àؾr"
  b"ÅÚ\x18┐?ÕJ╔öd▀b\e£\x1E/"
  b"Ae†wÌ€M‰¼h\rõµ\x19ÁB"
  b"╣üVÓ\x18ºJ╦║­±Í\x02═ëÂ"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b""\x10Eˆ˜\x1DDï­Q-ÜèB·\x02"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"%=9y–\x16K\r½~ç;K\x00"
  b"';\x0F\tÞ N5╣\x10x├|mØç"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"ï§>83cC\f™R\x19Q¹ˆ\v\v"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"éŸ\x1AA•jO^†(¶xã˜ä\x1A"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"³T‚\x05_öF\x14§-ŽkD5§š"
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"ÏñÅ\x18°(J¯§˜Jƒ9ae\x1A"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"10Á0÷\tC듺jUØÖ\x01f"
  b"})Ë(§UH3Â■ó┘ü┤û\n"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"‡Ž\x01ë\eGG\x1C\x12–ÔLȯ,"
  b"\x19B\x0EUx×D£¢ÓíÉÑ c"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"q▓÷RÙ6Fdñ+Å¢à\x1D┐|"
  b"ÏÇ╚8À£A┤▒\x12│MüéTd"
  b"K;Ã\x11—L|œMvgJËù€"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"í\x0FU7;ÍAÜÇÉqMläÒk"
  b"ʬ╚UâDAø▓XÃAù§ÝØ"
  b"\x01ÿ╠gõ'pýÄÅ8)øw\tS"
  b"ÈaýGü¿C╩À\f┌÷le\x19£"
  b"MÒ╝┌²MNVè[q)░\x17┤ì"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"\x01˜Ì]Œ£q`¥!ÌYY{tž"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"\x01˜Ìhi\x03qС\x03ádw0½\e"
  b"òý’jƒîEC¬\x06c8c\x1C"
  b"ÃR\x12H‡ÛDj½s\x04”&\x07\x01"
  b"Â0^IÄDGéŠ4Ây\x08räæ"
  b"Z2Ý´ÿ$M:µj!i¿Cg²"
  b"¬├d■å¡B×ÅØG═┬T¡<"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"s£õ,ýFB[å`9zì¬z&"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"òÓŽÚj\x18Ca¤ê—£:\e\x07û"
  b"\x16sÏn,˜@¿½~w]¹½UK"
  b"î`§®\x0FÃL\x1Fˆ-\x15.p¦¤\x01"
  b"æB˜ÚïòMŸ¹›8÷<nI›"
  b"uÙ¶Q=╗A‗╣seé\x1FìõN"
  b"Ã3¤‚VñA0§Î±Or¯kH"
  b"±x±l3\x1CKפ\x1F[\er\r¤ž"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"""
    í;Þ‡\fêAe©\r\x06\n
    ¹éYo
    """
  b"Õ›‚ŒõQHÆ»wÛÓÕÙNU"
  b"z•"\x12W…L2«~AÇ\x06-‰."
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"Ó^\x15`¨ÑClÜÅ\x18«³\x1F\x19>"
  b"úçYÓØåH¦┐\x06┴╣áIô@"
  b"~S'c¨\nO\x05­¸Ú\x00CÕõ—"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  b" œ@·°çA{†\x05\x0FücüÆ"
  b"\x01ÿ╠_6┐s█¥\x05öWvÅØX"
  b"J@ZIÙ_F¸è¶oû«\x0F"
  b"\x16ô5”@Ûœ\x08¹€~³=-"
  b".ú㬵!Ag©\x1DYdG;k{"
  b"\x01˜Ì^qHqL³.}Hæy•Ô"
  b"\x1E¡ß“9‡A±•Q¸emÆÇL"
  b"1Iï÷Mæ@¹…’YBΠ\x11µ"
  b"ØNs܇<C†½\x11\x1Ee\­\x11Î"
  b"├\┤Mù╣Eüèñ║▄\euáø"
  b"aùÛºœùOy·¦q\x11ƒá­­"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"\x01˜ÌkµÖpnµ‰ï¶b?[¾"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"S╠ıb\x05UKSÉí├2ª\x06jL"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"ƒ\x08UƒÒÇL!ª¿DôX¯u«"
  b"ýXØ…T¢Lü¬Eª«ŽÛ‰D"
  b"öN;Æ\x13█J█Å\x7F!¹[P╗╩"
  b"òߥõ•îDRˆºª[îUi½"
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"«Ë©É”(D\x04—µÇ\x13\x07\e$0"
  b"cð%>L\x04HýïɃýX\x17└╝"
  b"J$\x16Åž\x13IùŒáò—F‘ñ¢"
  b"’óI \x07ð@˜‰vd"š\x14‡3"
  b"ÝÝ\x0FX;ëFJ·hÊÕ^¶\r\x01"
  b"@W/$Ÿ!B8€“_\x04»óÒŸ"
  b"û)žvüâCª‹õJ^b…¦U"
  b"‘ÓtÉ›ÃJç¾®jžPc\x18Ñ"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"á\x17ù9\x7FÃ@w®«lØ0\e·Ú"
  b":,çWÇ\x07F†œ\x1E®Ü´üš*"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b";£eÕ<IHç½Ók\x00K³"Z"
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"âå╚£¡ó@\x0EØ0X├µ╔└I"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"¯m¾’?åNÓ¤¨½\x07\x10öù"
  b"í)+Ù\x13•M¨”@Š*O\e¢b"
  b"¿)8ü%)F\x01û¬Û£@@█Ê"
  b"Cj[q¡ÒJÒ‚}\vH1\x03"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"#gš‡\x04ÀCk±°úZ¬qqc"
  b"Ž¿\x1E3>\x10L$¡l‹‚Ufü,"
  b"€ß«U8\x08DÄ©»\x11I©ÜäF"
  b"Íò~½b$G‚ª÷8S¦7\x1F "
  b"F8³yê$Fù¨â€\x02\feçc"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"—þ\x1C\\x07\x18Oªƒÿ$£\x02N\x08Œ"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"ËxB„kÀO︆ÓÙ”½9\x19"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"±L┼Q´\x04LjÉ¿\x04S█.Jõ"
  b"¶§À\x05‹JDž§ÝÌ\x08Í\x0F0\x1C"
  b"T\x04i<i}HT…Þ}çáï,\x01"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b" }2Ò·ÊF1„\x18Ü[Å<ÑP"
  b"Å6R÷åýAUøE,Zç╚ô▀"
  b"zY\x1E@j¿AÓ®ûW[°T%±"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"dÆÎ{Œ¶IÔª\x10\f•j\x0F\x1F®"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"<{\x11¬ ýAΆ{&-\x16™i\x0F"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"Ü2ü<\x05\x00H’¾ÖïE¸îI\x1D"
  b"J1H†÷Ð@Ó“¢ZúBV…ˆ"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"""
    W„ž\x12³‰GX¨Ã\n
    >\x17$:‡
    """
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"¯ë®rZúK+‘îöUdšT="
  b"e£œB\t\x16F»®\x01}RÏó¸\x01"
  b"Ýø\x1C±’\Iª¾½Ö•„\x01"
  b"!\x15áÜO@M›¶P\x04ï"Î/ù"
  b"J/╣ôÊ\x11KôìÑQ\F █»"
  b"m/:KÅÌMB±™\x153©Œ“À"
  b"ÀË\x14©ø*Dó‹À“£6.\tð"
  b"¦╚É\x05\x00\x17A:▒\x7FtRÍ{À\x00"
  b"bÜ×\x18[ K\x12€=Ã\x17ô2tD"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  b"hµ)WNZ@&▒▒\v╔õìK\x1D"
  b"t\x07Ú;ŽçF\x16¿§PNä÷´„"
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"\x0Eš?¿÷\x04OD½Í\x0F€Dah8"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  b"\x7Ft\x01ÒrêN÷µõÇGÆ™XÖ"
  b"Jî,x»I\x11‡{\x1Eu¯"Ï "
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"Ôw┬zt‗MtûkÉ¿▓+ß\x04"
  b"ÀÏyÉÈšHn{³Fõ<"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"\x141ínÇØLM®bÏløì\x7FÒ"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"ì\x07g_#|Koˆ7_fŸ@Ä\x16"
  b"žM‹ ¼…L\x0Fƒ@\x1Ao\x1Ce>‚"
  b"\x13êÒ ¯iK\x03¼tl'{=ÃÃ"
  b"VR0Õ\x13\x05F'Œóå“‚ÙÇ<"
  b";²³¦\x03ÕFu¡§IÃüÿÈÇ"
  b"\x1A;\x19Û▄B\x19ì¾\x1Cí±\x17╝L"
  b"U├u█ MKìóàÐñHR▄³"
  b"ô‰ÖóþgO¨‚\x11x¸¨¿ôÇ"
  b"ÇHêvƒfC|²”B\x18ô"µÆ"
  b"Æ­ÒÂ&ÜIÂŽÓ"`-g\x10à"
  b"ý┤oVu`C¨û\x00É&la\x11"
  b"·¿\x041Û>HÍÜ8ÍyÜÅ╬ë"
  b"""
    \x16@\n
    þ×åEi®▄ücb█ì╚
    """
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"é\x13ÁNÂ¥@\¥ü6|!d\x04Î"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b"í6▓ø╝tEiŽ\x1Fªº\x1E\x15x"
  b"r¨‚rCAIG¨\x08ì å\x00Ò9"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  b"\x1F\x07œUwGIA…”Ç*¾ÌÓ6"
  b"äÈU=åUIÞ„ï#’AÁ\x11"
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"\x05\x1EÌ‘Dê±zŸÌÄ\x1A\x19Î"
  b"`½ÌZÉ╠DÔ╗Æì\x17EÃ*Ó"
  b"—š\x19\x04FôŸLKc‹4\x17ù"
  b"äù§„kŠKЉèkã®…JÄ"
  b"òxçü┴ëN^¥ÃË\x16®\x0E"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\x7F¯ï%qƒL¨▓ì\~OßLü"
  b"▀È\x01\x1F¥=N2ìeùcmÑ╗ô"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"Íš\t¡.GK·Š\vØ\x17.³žÊ"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"ìÊÑ4`áEï¬Y8q·‘«Ò"
  b".Å&}\x10øHÌ›\x01ÆNev‰J"
  b" ‚[pãuC@–´ÓPî\eWi"
  b"¦¶ƒTØ›Jž¸Wà³!?lç"
  b"µª(_g\x0FB„™€Õ˜­¢>÷"
  b"Ab\x1E´Ú\x1CA´ü╬, Øàúê"
  b"ð­n\x05;DEì╗*\f­\x06Ô6â"
  b"\x13\x14vpGF«ò\x12¡ˆò\\x13"
  b"cRO¿C\x17OS´ª\x1C}`²f\x1E"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"""
    Éêøæ\x04 F4†×e\\n
    \x1D
    """
  b"Û›ÑA<ïO\x12µ$¼_™ä¼E"
  b"ƒ{~Σ˜F\x13¢"\x02ÂC™Q„"
  b"Úœº|;ÍIa”\x1A:#ë,ân"
  b"Ç5„Àº!Ej–é\x1F\rÁbÒ\x07"
  b"®ŽØ™ö{Jd¸\t~³‰½&\x08"
  b"4Ümv1¿Lü«╗ÀÏ\x10üà)"
  b"Ë\x1EÞþüÃA¢‡ç¯M3%éu"
  b"[┤·~½*LöÜ\x02\x08\x06Þþ"
  b"òQ\x1AQäðKÆî┼ô\x06V╝±Å"
  b"å\x1A²\x01ƒ>OæØó\x05t\x1FæòÃ"
  b"ù\x02\x17û˜ÖJ†—DäàšÀ[À"
  b"}£†ß;ÃL3¡Â\x1Dÿ)…öG"
  b"}\t\x12ü«µL·€e;AlDÊì"
  b"|C\x18G²¬F§¡#ÇËC\x1EÍ“"
  b"®=¿È4\tNî˜A{4EÐÖm"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"¶œAm”\x00B; ÖDÚ(\x18ô\x10"
  b"\x01˜Ìjn‚qÇŒBC²5à’ˆ"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"¡Àz?@ÛI\x0E¢z\x14D$\x00"
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b"º\x16Mø„ÎHë’èþ’ý"aF"
  b"¶öeÂ\x10ýK›˜Hå³=Ów'"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"\x7F\x18Ó┴NÅ컃\tî(XÃ"
  b"\x01˜Ìg¢\x00sÌ½ÅæÖTóm\t"
  b"Æza[¦SL†©–îÑ\x04÷·="
  b"""
    ynóÐ\x14$N»®:\x1E§…\n
    ˴
    """
  b"zÂÁØ ’M‘‘\x10q‡â¹èJ"
  b"9\x02²zÅçM‰©\x02k…\x18·T*"
  b"\x01˜Ìg†Fp2©«ég\x19ÿ\x13ð"
]
83 37.92 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"ÍÒîÙã•DŠ“Ò\x1AÅ\x18K–\x08"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"ð(¨fh\fL\x05„ƒ\x17ÑÁç|ì"
  b"╚ìõËñ\x1CAàú38ÙñÝ┌/"
  b"àWÃ0\x1EÿAË€ôÇU\x04ìó\x0E"
  b"\x1C0`ØU/H÷ŽoJD¾&`,"
  b"º=lÆŽÍE€”¤pÃw«§£"
  b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s"
  b"̳\x1Eê1BBQ©ü(ÎC¨õ\x0E"
  b"╩6 ì(#F│ªùí\x01\x04┼╝Q"
  b"´■~a\x18©N<Ü%╦▀ÔÉ;Þ"
  b"Éô5Q1áEQ®ì¹&┌Ö(H"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"ÀZQÁ\x07^I_ìO1ÓC4i("
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"å»r6÷╠OÉ¢\x165­_\x175O"
  b"¾A\x15T╚ØFrü7ð┼¿oxx"
  b"ßFæL╠\x04HÙítK<ÉZ\x10Î"
  b"ñdEš(Ý@̯5MàJ\x18ET"
  b"Àß4Æ6~J¶´ä\x1Ck'äRÁ"
  b"RD\x1AŽ\x19\x17Hî–ÐI,/×ýQ"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"""
    Þ╚├²æ\x05B\eüÑܳ\n
    Ò\x10Ü
    """
  b"ÝéN©@2D;™rç’ô\r"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  b"×èq]4_Cé¼¶\x07\x1AÁ?\tè"
  b"~6â}\x07èE´³ä65%$â]"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"´ÁYv‡\x18Gé¨ÙƒFøÚ<U"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"hs]¤¸¡L\ˆxª¨êXÎE"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"\x05œÿa’Fl´cFˆcòë‚"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"ízRÃOÕN'®Á¤ü7”¦"
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"§°_õ\x05zML‡nl§”·ú\x08"
  b"QÚÝ\x05H@J瀷ü\x01š\x10"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"ƒ»3(]kB2ºŸ\x07u-•,#"
  b"z¼Ìb»uLÊöXwƒØƒ;╠"
  b"Ìq+\x05Ø@@õ¶¿NÞG€xU"
  b"<Eû\x04tOF °![\x0Fõ\x11\vÈ"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"\x00G/±CÙ¨†Ü’m\x0F¹©"
  b"'"á\x130¾Jí³×Á\rã\x1C\v"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"#µË\x1EºŠC­·Õú‚¶Á«\t"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"G0pÎ5\x1FB¸—\x1AnóñÊ\x15¨"
  b"[X+·l\x04KiµHÚQ£Äz£"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"\x01˜Ìjç5sЃÝê\x13êã{Á"
  b"\x01˜Ì]í¿so„˜À\x14º9\x1DÔ"
  b"¾W¸X`¨MA§xÈyw\vy„"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b":úB<µöAù©©a³Ø¼ðÃ"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"YvªUQ═KF×^╝ÇUØ\vX"
  b""¾È'±ÉH\x13Ø\x000╗Ü╗0×"
  b"@~“:–WE¢±\x18J8éMoœ"
  b"\fIÉûM╣ÀÚj\x03ÑþÔï"
  b"""
    Ю/N\x16jFŒ™’Z\n
    l°[É
    """
  b"ÕÊÎL°HNA¥MŽV\x07\x00"
  b"R┘lÔ\f>G\x19äÑ\x1Aë\x1Fkü}"
  b"ƒß?âú½A©ƒ\x05ŠÑ¹®Ûô"
  b"│▓\x03\x06─═L8®┘b\x01f\x1FíØ"
  b"\x01˜Ì\ð—sÀŽÀÒ\rÔüÙç"
  b"Å\x1CC¬ýFH─¬ß\x04J·Ìó6"
  b"¤ç┘õü¿B\x04æö;_Vl8\x1F"
  b"¸È$¸N4JQª§Q³N£­è"
  b"Zrj-œâIòˆQñOé% Ô"
  b"NME‗\t)B\x1Dï┴\x13=2³kÉ"
  b"\x01ÿ╠^É\ep®è_¢ÆTèã▓"
  b"š\x08¤qÑUNM˜¯Z«Á£”•"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"àf8\x0E&\x10F:ì═░[%\x14\x1AÕ"
  b"IãÕª æF\x03» .=;&L–"
  b"‡…V\vÉiIG¦´Q‰\x0E&\x1Ao"
  b"ø\x7Ft&D>H,†‘m\x1Dcè€V"
  b"¾ÒÐü\v\x01D\x10¥ï]fF\tü\r"
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"¯Ì\x10ÕûñN˃7•½\x08.À«"
  b"Q│\x03─bBGoü²\x06\x08>üì"
  b"ı2¾\x08ıKE´Ö▓g┐\x10┼~Ø"
  b"…iˆmTØHÿ³\x19¤+²¸F$"
  b"BÒX╣y @­ØË┬oÜï▒ƒ"
  b"\x17T\x0E‡U×E-³Ñå\x1D?(d½"
  b"²0*\x1D\x17\x03Hêå&é òÄ┼Ø"
  b"\x1E?áDŒ•B¾¤»¢%T÷^\x0E"
  b"¸þnö¦HD)¯î­ë0;^Œ"
  b"\x01˜Ìk-qq=³Ã^µ”vG™"
  b"tbåGš±D2¯Ö\x1D\x1D"
  b"""
    …7“×\x02%C “.\n
    ‚\\x0E
    """
  b"Ø8d+ÏÒ@<µ~5¯T£@û"
  b"'Rö\x06ÅUN┘ä┐╗¯¿l}ð"
  b"í‘÷7kÕJæŸÍˆ[ôÓ+!"
  b"""
    É;d┤ªòG\n
    ú╩´ÉÕø\x06\x1A
    """
  b"\x01˜Ì]¯=rÖ¸ì\x1Fò»ÃÚî"
  b"‚yNÈ\x14,K³ª\x06\vꈜ·"
  b"Cšw¨‰>C\x10…€@…f,\x10¦"
  b"äŽïí\x14¶D©€jZ¼ü×>\x7F"
  b"PF\vVÎÀF<éÅ:┤ðEÎQ"
  b"q\x1AëXÀë@7ºÝ{ôEE8Ï"
  b"\x1F¤×\x10D\x10¿=*«–™8…"
  b"sû#´ŒõJ®«âè1¾SsØ"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"\x01ÿ╠k\x02Är¡ØE94º▄hÏ"
  b"²ÏÝœI„I\x1E¢Ï9ƒ€û¿\"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"û"CÛ]2M\x12éÞìmbZ\x1Ep"
  b")\x05ÙÅ\x03ÑJ‗ÁF\x05\x06║▒x>"
  b"oôQÍeNAo░ì$²¥\x1C¼\x03"
  b"¡zÒH▄àN²¼\x7Fü\x1EÌ0▓Z"
  b"Ç]H#W1Aø¯\x05}Àá\x1FäV"
  b"Aa(¤øwKJ¨íš5\x1A\x18Þ0"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"˜Æh‹ËDL½˜ÈÍ\x1AcmvÞ"
  b"VÈGª¾\x10F\x10ù>³j£ÉY`"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"ðwãÌš2Gt«¶ÍQö§‹î"
  b"42*Ð!{Cb¡Ï æÆ\x17+™"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"Œ,¡n–\x07KC¬$”é—1>\x08"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"Rsò^‡IB˂߭հT¡y"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"%\x18\x03JKM”Zk…\x11ÿ\x1C\x02"
  b"À½Ñ└7■D[▒╚ìfvÙVq"
  b"q”œn.¡A˜±~ÁÖ\x00öûÿ"
  b"t\x02IbÓFôª\x1D\x01]Ê€&¸"
  b"""
    \x1CÚ\x04j\x05╝L╦©\n
    \x0326ü
    """
  b"\x01˜Ì]Aâq²«&Ì\x0EW\x12]e"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"]!6ð~ÏL_‘\x1A¹ä­ë,”"
  b"ü\x08\x1AZ}ì@Æ┐ú¦\fvÝq}"
  b"G‘åm|·N\x03ŸE\x1E9ä1:\x15"
  b"""
    £±ˆ\x1A×zL;¾e\n
    i`\x1Dùü
    """
  b"7Š[ç\x02*NW²È„\x11Ç«³ß"
  b"âéÄ;Á“B·¿íç\x13Ù!ø"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"\x01˜Ìi”frܶãAi~\x01¿J"
  b"ì¶/À4\x7FDV¨¾T³ÅG¬\t"
  b"XÖ*­ì9O\x14¥lØ•B’œã"
  b"3\x18ˆßk”GÏ€?kÊŠ\x11\ec"
  b"ã▀\v)ì,KN▓Föö"Ö¡R"
  b"O`¡í┬óK±ÑÍ\x1C‗+ükð"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"Ñîî·òºOç©ù²6\r^GÖ"
  b"j\x07KY¦8GÅê¾àô®ëÎj"
  b"ñ\x03ÑgïûF¾¥ÿþC{jñ"
  b"êPw\x08b\vGKŠÁ”_ñ¿ÔÞ"
  b"┬¶o/ã0KëÂók11¦|É"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"œ„´FðLLÚ¢ëjÞ×§Q"
  b"\x01˜Ì^Ö\esz¿˜ß#\x18à,6"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"Äâ\x18ªãÐId½md¨uîB\x1F"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"Þî$>~\x1CGª„ÚŠ‘‹kSÈ"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"rÏÑ\x06MìK‚¯z%„ˆA:X"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"enþóC\rE±£ò-Ã-¯0¥"
  b"Étlÿ╝6K─¼\x07\x10\x00╦Ñ*¸"
  b"К1¡v(D^„sn<~ó8Q"
  b"¸tÈ+‰\D°œÉN\$§uc"
  b"\x1D\dÈt¿MÆŸ?ëÐO¯3d"
  b"═'©ÙºrCìøôñN┌¢ß-"
  b"\x14Î5l\rµCô™Àp•‘\x16"
  b"*\x04–}\x1C¿K:Ÿ[Xƒ´ççÂ"
  b"¤£ªÙJÅL\x1AÑ\x10\x14Ç├à"
  b"PMz\x02ž€Cå“]Ñ\x039é˜é"
  b"ÕgoÀñöFå™Û:D@y®å"
  b"\x01˜Ìk\x7F\x14q2²°±šë¬!\x1E"
  b"¸yJMƒXLyº‰*\x0FX\x14®¶"
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"­‹\x04Õ®nH\x0F l¯E(.\x1A\x13"
  b"G¹$”µnG}Ÿo‹3åSÿ´"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"¹<¢\x0Fx"D€žA\t#;ç…¾"
  b"hÕ1M\x01\x02K;†ÀþÙ{ŽIq"
  b"o—ˆày`BWª\x04\x15\x03p8 ý"
  b"!Ñ¿\t(Œ@¿¾Åj;¤R ¯"
  b"R¤WA\x10tHÊØ;Þp°ú\x11"
  b"\x01˜Ìhø¥pÀ«V4Í’AÅy"
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"Ø╚▒╬±nH▒│ião?\x07ƒ\v"
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"‚Øs öÅE¢¨³»¶`ÒF_"
  b"±¹ýî\x08ÿL{Š„}Ùm•Y\"
  b"└c┘·\x16.J\x7FÉâ\x08╔ØÐvç"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"ïojÞ…wE^ºsáš6}ȵ"
  b"""
    yc*.íÂI÷ªÜŸ\n
    :ZA€
    """
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b" ê“ÊíiKN™lG\x1C\x18Ê$]"
  b"\x1F[LQ\x1CÅD üe«ÙCS9C"
  b"€M&=_-NÀ²ÕÎy^>Å4"
  b"T^ÚÆVˆEæª\x01ÅÕ2€&Â"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"\x10^\ÆA\x12ï¯]╬É·Òo"
  b"\x02\x17sN®>Ab¼  ØâÀ9¹"
  b"UÛb`xbCYº!?¹±4šò"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"E•Ý`\v€L°†d\vè5îcQ"
  b"äó\x16ñj'H6§[ÿ ÌT»Ç"
  b"m”l®åJLk¥ˆâšéÄ­Ë"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÎW“öt\x02D\x03ˆOãëŽLÐV"
  b"ÜúB΃┬Fþ┐?©ìÍ'Eï"
  b")–‹$½\x07Db°\x0Eu©î’÷‡"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"õz·­Z\A\x1EŽâIM­\x12Ñÿ"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"K2—\x7F!¼G7¨å¥”Í‘ðû"
  b"ü\x00Y\x15ŽˆI¹÷uÊao"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"9`╩·\x07\x10EÂ╗Òì┬§zÌà"
  b"ß\x15>wÆ¿H\x10ïJ:dÅú0î"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"ø┤\x00Eft@"ÆäóÑñܳÅ"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"”¢±‘êSCàœîÍ\v[õD/"
  b"èßÇÙËËGh–\v©-˜ÒÙ"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b" !í;'QI§»Î¼ê>>Q"
  b"^Õ§}9„KGƒÆôúP·Ðù"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"Xp€\x155åHv¦¦”À;,d;"
  b"M1›RsàBc´÷&\x121¶ëå"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"d#JÂMÐH\x04‘ø7\x00þƒ}Û"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"ŒÑÿ­ê’O\x1CŽá³š»„0Ó"
  b"³÷\x01ÙC7J[Ñ╗\r\x1D\x0ELüñ"
  b"\x01˜Ì]Îus\x1CŠrk–ï\x07¹Ø"
  b"J·1¡¾fA0¿¥¾÷´\x05zs"
  b"ÿ½╗L‗\x13JæÅfmÑóÚoõ"
  b"ÓbO5>KE\x1D§\x14—4.7õ—"
  b"""
    ûF€DpeJ…–Ä\x7F\n
    ,@\x17
    """
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"BU|ÐU\vBã‡ü,Å;žü."
  b"Grí_!\x1CFã¸X3ji/¼Î"
  b"´Eï·ñ\x18G…™ä$UîßÄ6"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"Hjk\x11þÌL?º'\vˆeŽ\x17{"
  b"1\x03\x11ݹòL=»ƒ‘9Ÿ4ÑÆ"
  b"1\ÍpÌÁ@E—\x15$S|šÿ¹"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  b"ÝSF/ÓÓF*“òä¡£T~m"
  b"-†-1íÞDɆx\x17£3¶J\x18"
  b"rþ|Q%AG’±Å/Sù\x06™È"
  b"ÖÑv\x18¬®Mºœ±(¬'\x06¯\x16"
  b"²oÐQ\rWNç°ÉY\x1C˜ÙÆ\x1D"
  b"Çž®X\x0F\x1EI¶£\x10^§¾Û…«"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"yG>fû~Gå”FëæŸÎpõ"
  b"Ø]P\x17\x00+K\x0E¶º|ôÑ™îU"
  b"\x01˜Ìim÷qʺDZVˆ÷6™"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"\x1FúYä\x17ÄJ½Œ@;B\x1CÒxr"
  b"+³‚$áN@­š\x1F¾\x12Ç–ž\x0E"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"T"ø^ÔAO'¨‡MŸé\x7F«""
  b"G\x0E‰NÖÎMs‡£å¶öË“\x08"
  b"""
    lrâ*̓FÄÑáLÅG\n
    ë~
    """
  b"ظ$«Ê€Dp‡íÉÆ[éÚ£"
  b"\x19f─êâ\x00O¸Ü.xÈxØc¯"
  b"0Q}┐▓ÁMsòͺ\x0F¨\x0E"
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"ÄÞŠ\x19?9Oöµ$N\x01»·\x13¸"
  b"ÇlØÐðoI±▒DÛÇ\x16\r"
  b"├0°╝JïJÅÖÑ\x0E\x14\x067±ý"
  b"EeÔPùùE£¿¸ƒÝïüm_"
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"fıÍ┤\x00æKr«┘Ø`ÆÀ\x001"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"NE2nÇ$KH¿=üºº█\x10\x12"
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"\x01˜Ìi3\tr>¬Ô`YÐAã\x07"
  b"dd*ØÜ°J €\x1A'¾Ý<ÏÁ"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"\x01˜ÌhÍÔs\x19°wfÿ8Å«Å"
  b"æ:¡j$@A¥¶1/iÛ÷>w"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"""
    EtAß\x06—B\n
    ¬Ò¨‚,Éx|
    """
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"\x01˜Ìh›ksR£<O0o^/Ä"
  b"enwK§±CÅšP—νܰ§"
  b"1\x00]Ò·JA\n\x05†ïˤ¶»"
  b"m—\x14ÄÚñN@²\tÄ+´UÆ¥"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"þ\x18_\x06>ü@Jù À«┼ÌıÃ"
  b"LrLsƒÆOv£ÏÝJü¢'Ê"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"sÚµ%vDBg˜~”ù÷\x106g"
  b"‡Ä”\x14°¥A”Š'»Ž…w$¸"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"ì╚╚öÅ´B\x18âP~┼{Ñ\x13w"
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"„‰Íl·ÌH:¦@£®\x16Vpþ"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"à┌\x08q×ELßÅs&Bqå)h"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b"Å\x08\x19^\x02;F¥ˆÞ%#lØ]­"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"R\x04öB88Hì»íy–é50ó"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b"ÎŒ\f\x19°ß@Ùºé‘ ßl|Ë"
  b"øçÄp¦ØO│äûÞı¡§╩è"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"\x13ïˆs£ßNtªN4¡ˆ9Ìa"
  b"Ê«U™\veAÏ–ÔÐâ;®Gº"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"üvU kÖDî¢h│0*b)ü"
  b"k­‘yêÞIÁ»\x12\x05˜Duõ<"
  b"\fT¼{ë.Gl¡2¤\x01ð\x1Am8"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"42{åÛ´H•”S9XŠC´f"
  b"²×î2\x18ÑKß‚)e˜f•И"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"""
    ─█0»\x03ÒHûì]+9!\n
    
    """
  b"î\e™'\x7FÁL2Ÿz‡L¼Ïág"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"?ÅKÚõuJ\x16åé6OÉW╣e"
  b"Y`Å*ôùD\räÍ\x1E¹¯ñVi"
  b"\x1F¢4Wk{N¶” ó\x1D\x10«Öº"
  b"hÈÇ\x03N`Dz¨tž¸¿†ò”"
  b"ÖØlQëÖC¼©\v\x0Ee\tjñÍ"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"Yy─%¢└A▄ØZ\x1A¦ı\f®Ö"
  b";–Èþ«\fAͨ1QÙ\x06,ê„"
  b"ì¶W;O0C2Å▀Kĵ└íó"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"Èü þQhMÒÜ»n\x02ê■`¯"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"úÚº#vIK\x08½Å\x11B\ej1\x1A"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"áWß÷$╬G9Åê0¶mm¹0"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"ès˜q|Ä@J‘Ýr¡Ê\eêK"
  b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D"
  b"\x01˜Ìh\x0Eérâ¼eûBˆŠ\x14º"
  b"¨?Ù¦T©G\x7F¨º\x1F^\x19Ëx("
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Ý·™õ·LL˜«†”ùÒ=\x00s"
  b"\x01˜Ìh.\trõ·îÝM²äN""
  b"""
    \x01ÿ╠pÝåq¤░\x15\n
    ƒ\x19ÙíÉ
    """
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"8\x01üµ╗ÈIM╣─ÇþMá¹ä"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"v=y*]ËAO­¤s,ôpná"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"â=è¾HÄFtüÙLØSEÐw"
  b"AØ‗ñ\x18IOıôëC¹Ê\x14┘+"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"‗8\x10eõíKØù©ÍÕ´v╗X"
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"QQ;E\x1DCFª”¸¿Ò\t\x18Þä"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"-mR\x01qòG)½¼\x07›õ\x04\r§"
  b"m╩E#L┬D+ÉÈà{¾t_¦"
  b"╠ümË(‗B]í!¡Ë\x1E°qE"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"Iä‚£’\x14@¢”Å›>,ñ#ï"
  b"×¼┘r÷\eKD¿´ØÙW»ïÔ"
  b"g¤ðžÁ\rIÔ³’üx\5ŽG"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"GT?\t¦*NDœÔ\x05h;\x10ìÇ"
  b"‰ƒšª}\x03@y™ä‹\t>u§1"
  b"t`…FÇ\tB1›Æ)ïñ‡Tº"
  b"t\x14Hµ´BDŒ†¼\x19gÝþ·6"
  b"Å(\x17"Ý;K^–U{T°\tž/"
  b"¡S^ÕY\x7FEÿ‰¢\x1FKlL[‡"
  b"ã•àS0ŠH·‚êÝJ\\r\x1E"
  b"\x01˜ÌhN\x03q?š:à=)/5u"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"®³e¼ûaAz«»¯¼]Àûq"
  b"■x>\vULKTØ¡aÒh>│û"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"-²æ²Þ\x15Gi²Ê4hê.¡D"
  b"ä}±Ý\x17\x15B2±ÃsF²6jÑ"
  b"""
    \x01ÿ╠]\x17\n
    p│ؽòƒÝ¹\Ú
    """
  b"ýÃWˆØaOä´«ãHt3\x18+"
  b"[WÍ\x02väO]’î.;0\x11ÜP"
  b"ù1:┘| Io▓»ð└Àؾr"
  b"ÅÚ\x18┐?ÕJ╔öd▀b\e£\x1E/"
  b"Ae†wÌ€M‰¼h\rõµ\x19ÁB"
  b"╣üVÓ\x18ºJ╦║­±Í\x02═ëÂ"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b""\x10Eˆ˜\x1DDï­Q-ÜèB·\x02"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"%=9y–\x16K\r½~ç;K\x00"
  b"';\x0F\tÞ N5╣\x10x├|mØç"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"ï§>83cC\f™R\x19Q¹ˆ\v\v"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"éŸ\x1AA•jO^†(¶xã˜ä\x1A"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"³T‚\x05_öF\x14§-ŽkD5§š"
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"ÏñÅ\x18°(J¯§˜Jƒ9ae\x1A"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"10Á0÷\tC듺jUØÖ\x01f"
  b"})Ë(§UH3Â■ó┘ü┤û\n"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"‡Ž\x01ë\eGG\x1C\x12–ÔLȯ,"
  b"\x19B\x0EUx×D£¢ÓíÉÑ c"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"q▓÷RÙ6Fdñ+Å¢à\x1D┐|"
  b"ÏÇ╚8À£A┤▒\x12│MüéTd"
  b"K;Ã\x11—L|œMvgJËù€"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"í\x0FU7;ÍAÜÇÉqMläÒk"
  b"ʬ╚UâDAø▓XÃAù§ÝØ"
  b"\x01ÿ╠gõ'pýÄÅ8)øw\tS"
  b"ÈaýGü¿C╩À\f┌÷le\x19£"
  b"MÒ╝┌²MNVè[q)░\x17┤ì"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"\x01˜Ì]Œ£q`¥!ÌYY{tž"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"\x01˜Ìhi\x03qС\x03ádw0½\e"
  b"òý’jƒîEC¬\x06c8c\x1C"
  b"ÃR\x12H‡ÛDj½s\x04”&\x07\x01"
  b"Â0^IÄDGéŠ4Ây\x08räæ"
  b"Z2Ý´ÿ$M:µj!i¿Cg²"
  b"¬├d■å¡B×ÅØG═┬T¡<"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"s£õ,ýFB[å`9zì¬z&"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"òÓŽÚj\x18Ca¤ê—£:\e\x07û"
  b"\x16sÏn,˜@¿½~w]¹½UK"
  b"î`§®\x0FÃL\x1Fˆ-\x15.p¦¤\x01"
  b"æB˜ÚïòMŸ¹›8÷<nI›"
  b"uÙ¶Q=╗A‗╣seé\x1FìõN"
  b"Ã3¤‚VñA0§Î±Or¯kH"
  b"±x±l3\x1CKפ\x1F[\er\r¤ž"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"""
    í;Þ‡\fêAe©\r\x06\n
    ¹éYo
    """
  b"Õ›‚ŒõQHÆ»wÛÓÕÙNU"
  b"z•"\x12W…L2«~AÇ\x06-‰."
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"Ó^\x15`¨ÑClÜÅ\x18«³\x1F\x19>"
  b"úçYÓØåH¦┐\x06┴╣áIô@"
  b"~S'c¨\nO\x05­¸Ú\x00CÕõ—"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  b" œ@·°çA{†\x05\x0FücüÆ"
  b"\x01ÿ╠_6┐s█¥\x05öWvÅØX"
  b"J@ZIÙ_F¸è¶oû«\x0F"
  b"\x16ô5”@Ûœ\x08¹€~³=-"
  b".ú㬵!Ag©\x1DYdG;k{"
  b"\x01˜Ì^qHqL³.}Hæy•Ô"
  b"\x1E¡ß“9‡A±•Q¸emÆÇL"
  b"1Iï÷Mæ@¹…’YBΠ\x11µ"
  b"ØNs܇<C†½\x11\x1Ee\­\x11Î"
  b"├\┤Mù╣Eüèñ║▄\euáø"
  b"aùÛºœùOy·¦q\x11ƒá­­"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"\x01˜ÌkµÖpnµ‰ï¶b?[¾"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"S╠ıb\x05UKSÉí├2ª\x06jL"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"ƒ\x08UƒÒÇL!ª¿DôX¯u«"
  b"ýXØ…T¢Lü¬Eª«ŽÛ‰D"
  b"öN;Æ\x13█J█Å\x7F!¹[P╗╩"
  b"òߥõ•îDRˆºª[îUi½"
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"«Ë©É”(D\x04—µÇ\x13\x07\e$0"
  b"cð%>L\x04HýïɃýX\x17└╝"
  b"J$\x16Åž\x13IùŒáò—F‘ñ¢"
  b"’óI \x07ð@˜‰vd"š\x14‡3"
  b"ÝÝ\x0FX;ëFJ·hÊÕ^¶\r\x01"
  b"@W/$Ÿ!B8€“_\x04»óÒŸ"
  b"û)žvüâCª‹õJ^b…¦U"
  b"‘ÓtÉ›ÃJç¾®jžPc\x18Ñ"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"á\x17ù9\x7FÃ@w®«lØ0\e·Ú"
  b":,çWÇ\x07F†œ\x1E®Ü´üš*"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b";£eÕ<IHç½Ók\x00K³"Z"
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"âå╚£¡ó@\x0EØ0X├µ╔└I"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"¯m¾’?åNÓ¤¨½\x07\x10öù"
  b"í)+Ù\x13•M¨”@Š*O\e¢b"
  b"¿)8ü%)F\x01û¬Û£@@█Ê"
  b"Cj[q¡ÒJÒ‚}\vH1\x03"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"#gš‡\x04ÀCk±°úZ¬qqc"
  b"Ž¿\x1E3>\x10L$¡l‹‚Ufü,"
  b"€ß«U8\x08DÄ©»\x11I©ÜäF"
  b"Íò~½b$G‚ª÷8S¦7\x1F "
  b"F8³yê$Fù¨â€\x02\feçc"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"—þ\x1C\\x07\x18Oªƒÿ$£\x02N\x08Œ"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"ËxB„kÀO︆ÓÙ”½9\x19"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"±L┼Q´\x04LjÉ¿\x04S█.Jõ"
  b"¶§À\x05‹JDž§ÝÌ\x08Í\x0F0\x1C"
  b"T\x04i<i}HT…Þ}çáï,\x01"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b" }2Ò·ÊF1„\x18Ü[Å<ÑP"
  b"Å6R÷åýAUøE,Zç╚ô▀"
  b"zY\x1E@j¿AÓ®ûW[°T%±"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"dÆÎ{Œ¶IÔª\x10\f•j\x0F\x1F®"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"<{\x11¬ ýAΆ{&-\x16™i\x0F"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"Ü2ü<\x05\x00H’¾ÖïE¸îI\x1D"
  b"J1H†÷Ð@Ó“¢ZúBV…ˆ"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"""
    W„ž\x12³‰GX¨Ã\n
    >\x17$:‡
    """
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"¯ë®rZúK+‘îöUdšT="
  b"e£œB\t\x16F»®\x01}RÏó¸\x01"
  b"Ýø\x1C±’\Iª¾½Ö•„\x01"
  b"!\x15áÜO@M›¶P\x04ï"Î/ù"
  b"J/╣ôÊ\x11KôìÑQ\F █»"
  b"m/:KÅÌMB±™\x153©Œ“À"
  b"ÀË\x14©ø*Dó‹À“£6.\tð"
  b"¦╚É\x05\x00\x17A:▒\x7FtRÍ{À\x00"
  b"bÜ×\x18[ K\x12€=Ã\x17ô2tD"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  b"hµ)WNZ@&▒▒\v╔õìK\x1D"
  b"t\x07Ú;ŽçF\x16¿§PNä÷´„"
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"\x0Eš?¿÷\x04OD½Í\x0F€Dah8"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  b"\x7Ft\x01ÒrêN÷µõÇGÆ™XÖ"
  b"Jî,x»I\x11‡{\x1Eu¯"Ï "
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"Ôw┬zt‗MtûkÉ¿▓+ß\x04"
  b"ÀÏyÉÈšHn{³Fõ<"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"\x141ínÇØLM®bÏløì\x7FÒ"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"ì\x07g_#|Koˆ7_fŸ@Ä\x16"
  b"žM‹ ¼…L\x0Fƒ@\x1Ao\x1Ce>‚"
  b"\x13êÒ ¯iK\x03¼tl'{=ÃÃ"
  b"VR0Õ\x13\x05F'Œóå“‚ÙÇ<"
  b";²³¦\x03ÕFu¡§IÃüÿÈÇ"
  b"\x1A;\x19Û▄B\x19ì¾\x1Cí±\x17╝L"
  b"U├u█ MKìóàÐñHR▄³"
  b"ô‰ÖóþgO¨‚\x11x¸¨¿ôÇ"
  b"ÇHêvƒfC|²”B\x18ô"µÆ"
  b"Æ­ÒÂ&ÜIÂŽÓ"`-g\x10à"
  b"ý┤oVu`C¨û\x00É&la\x11"
  b"·¿\x041Û>HÍÜ8ÍyÜÅ╬ë"
  b"""
    \x16@\n
    þ×åEi®▄ücb█ì╚
    """
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"é\x13ÁNÂ¥@\¥ü6|!d\x04Î"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b"í6▓ø╝tEiŽ\x1Fªº\x1E\x15x"
  b"r¨‚rCAIG¨\x08ì å\x00Ò9"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  b"\x1F\x07œUwGIA…”Ç*¾ÌÓ6"
  b"äÈU=åUIÞ„ï#’AÁ\x11"
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"\x05\x1EÌ‘Dê±zŸÌÄ\x1A\x19Î"
  b"`½ÌZÉ╠DÔ╗Æì\x17EÃ*Ó"
  b"—š\x19\x04FôŸLKc‹4\x17ù"
  b"äù§„kŠKЉèkã®…JÄ"
  b"òxçü┴ëN^¥ÃË\x16®\x0E"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\x7F¯ï%qƒL¨▓ì\~OßLü"
  b"▀È\x01\x1F¥=N2ìeùcmÑ╗ô"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"Íš\t¡.GK·Š\vØ\x17.³žÊ"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"ìÊÑ4`áEï¬Y8q·‘«Ò"
  b".Å&}\x10øHÌ›\x01ÆNev‰J"
  b" ‚[pãuC@–´ÓPî\eWi"
  b"¦¶ƒTØ›Jž¸Wà³!?lç"
  b"µª(_g\x0FB„™€Õ˜­¢>÷"
  b"Ab\x1E´Ú\x1CA´ü╬, Øàúê"
  b"ð­n\x05;DEì╗*\f­\x06Ô6â"
  b"\x13\x14vpGF«ò\x12¡ˆò\\x13"
  b"cRO¿C\x17OS´ª\x1C}`²f\x1E"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"""
    Éêøæ\x04 F4†×e\\n
    \x1D
    """
  b"Û›ÑA<ïO\x12µ$¼_™ä¼E"
  b"ƒ{~Σ˜F\x13¢"\x02ÂC™Q„"
  b"Úœº|;ÍIa”\x1A:#ë,ân"
  b"Ç5„Àº!Ej–é\x1F\rÁbÒ\x07"
  b"®ŽØ™ö{Jd¸\t~³‰½&\x08"
  b"4Ümv1¿Lü«╗ÀÏ\x10üà)"
  b"Ë\x1EÞþüÃA¢‡ç¯M3%éu"
  b"[┤·~½*LöÜ\x02\x08\x06Þþ"
  b"òQ\x1AQäðKÆî┼ô\x06V╝±Å"
  b"å\x1A²\x01ƒ>OæØó\x05t\x1FæòÃ"
  b"ù\x02\x17û˜ÖJ†—DäàšÀ[À"
  b"}£†ß;ÃL3¡Â\x1Dÿ)…öG"
  b"}\t\x12ü«µL·€e;AlDÊì"
  b"|C\x18G²¬F§¡#ÇËC\x1EÍ“"
  b"®=¿È4\tNî˜A{4EÐÖm"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"¶œAm”\x00B; ÖDÚ(\x18ô\x10"
  b"\x01˜Ìjn‚qÇŒBC²5à’ˆ"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"¡Àz?@ÛI\x0E¢z\x14D$\x00"
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b"º\x16Mø„ÎHë’èþ’ý"aF"
  b"¶öeÂ\x10ýK›˜Hå³=Ów'"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"\x7F\x18Ó┴NÅ컃\tî(XÃ"
  b"\x01˜Ìg¢\x00sÌ½ÅæÖTóm\t"
  b"Æza[¦SL†©–îÑ\x04÷·="
  b"""
    ynóÐ\x14$N»®:\x1E§…\n
    ˴
    """
  b"zÂÁØ ’M‘‘\x10q‡â¹èJ"
  b"9\x02²zÅçM‰©\x02k…\x18·T*"
  b"\x01˜Ìg†Fp2©«ég\x19ÿ\x13ð"
]
84 2.96 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 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x01˜Ì\ð—sÀŽÀÒ\rÔüÙç"
  b"""
    \x01ÿ╠]\x17\n
    p│ؽòƒÝ¹\Ú
    """
  b"\x01˜Ì]Aâq²«&Ì\x0EW\x12]e"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  b"\x01˜Ì]Œ£q`¥!ÌYY{tž"
  b"\x01˜Ì]¯=rÖ¸ì\x1Fò»ÃÚî"
  b"\x01˜Ì]Îus\x1CŠrk–ï\x07¹Ø"
  b"\x01˜Ì]í¿so„˜À\x14º9\x1DÔ"
  b"\x01˜Ì^qHqL³.}Hæy•Ô"
  b"\x01ÿ╠^É\ep®è_¢ÆTèã▓"
  b"\x01˜Ì^Ö\esz¿˜ß#\x18à,6"
  b"\x01ÿ╠_6┐s█¥\x05öWvÅØX"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01˜Ìg†Fp2©«ég\x19ÿ\x13ð"
  b"\x01˜Ìg¢\x00sÌ½ÅæÖTóm\t"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"\x01ÿ╠gõ'pýÄÅ8)øw\tS"
  b"\x01˜Ìh\x0Eérâ¼eûBˆŠ\x14º"
  b"\x01˜Ìh.\trõ·îÝM²äN""
  b"\x01˜ÌhN\x03q?š:à=)/5u"
  b"\x01˜Ìhi\x03qС\x03ádw0½\e"
  b"\x01˜Ìh›ksR£<O0o^/Ä"
  b"\x01˜ÌhÍÔs\x19°wfÿ8Å«Å"
  b"\x01˜Ìhø¥pÀ«V4Í’AÅy"
  b"\x01˜Ìi3\tr>¬Ô`YÐAã\x07"
  b"\x01˜Ìim÷qʺDZVˆ÷6™"
  b"\x01˜Ìi”frܶãAi~\x01¿J"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"\x01˜Ìjn‚qÇŒBC²5à’ˆ"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"\x01˜Ìjç5sЃÝê\x13êã{Á"
  b"\x01ÿ╠k\x02Är¡ØE94º▄hÏ"
  b"\x01˜Ìk-qq=³Ã^µ”vG™"
  b"\x01˜Ìk\x7F\x14q2²°±šë¬!\x1E"
  b"\x01˜ÌkµÖpnµ‰ï¶b?[¾"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"""
    \x01ÿ╠pÝåq¤░\x15\n
    ƒ\x19ÙíÉ
    """
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"\x02\x17sN®>Ab¼  ØâÀ9¹"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\fT¼{ë.Gl¡2¤\x01ð\x1Am8"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0Eš?¿÷\x04OD½Í\x0F€Dah8"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"\x13êÒ ¯iK\x03¼tl'{=ÃÃ"
  b"\x13ïˆs£ßNtªN4¡ˆ9Ìa"
  b"\x141ínÇØLM®bÏløì\x7FÒ"
  b"\x14Î5l\rµCô™Àp•‘\x16"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"""
    \x16@\n
    þ×åEi®▄ücb█ì╚
    """
  b"\x16sÏn,˜@¿½~w]¹½UK"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x17T\x0E‡U×E-³Ñå\x1D?(d½"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"\x19B\x0EUx×D£¢ÓíÉÑ c"
  b"\x19f─êâ\x00O¸Ü.xÈxØc¯"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"\x1C0`ØU/H÷ŽoJD¾&`,"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"""
    \x1CÚ\x04j\x05╝L╦©\n
    \x0326ü
    """
  b"\x1D\dÈt¿MÆŸ?ëÐO¯3d"
  b"\x1E?áDŒ•B¾¤»¢%T÷^\x0E"
  b"\x1E¡ß“9‡A±•Q¸emÆÇL"
  b"\x1F\x07œUwGIA…”Ç*¾ÌÓ6"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x1F[LQ\x1CÅD üe«ÙCS9C"
  b"\x1F¢4Wk{N¶” ó\x1D\x10«Öº"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"\x1FúYä\x17ÄJ½Œ@;B\x1CÒxr"
  b" !í;'QI§»Î¼ê>>Q"
  b" }2Ò·ÊF1„\x18Ü[Å<ÑP"
  b" œ@·°çA{†\x05\x0FücüÆ"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"!\x15áÜO@M›¶P\x04ï"Î/ù"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"!Ñ¿\t(Œ@¿¾Åj;¤R ¯"
  b""\x10Eˆ˜\x1DDï­Q-ÜèB·\x02"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""¾È'±ÉH\x13Ø\x000╗Ü╗0×"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"#gš‡\x04ÀCk±°úZ¬qqc"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"#µË\x1EºŠC­·Õú‚¶Á«\t"
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"%\x18\x03JKM”Zk…\x11ÿ\x1C\x02"
  b"%=9y–\x16K\r½~ç;K\x00"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"'"á\x130¾Jí³×Á\rã\x1C\v"
  b"';\x0F\tÞ N5╣\x10x├|mØç"
  b"'Rö\x06ÅUN┘ä┐╗¯¿l}ð"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b")\x05ÙÅ\x03ÑJ‗ÁF\x05\x06║▒x>"
  b")–‹$½\x07Db°\x0Eu©î’÷‡"
  b"\fIÉûM╣ÀÚj\x03ÑþÔï"
  b"*\x04–}\x1C¿K:Ÿ[Xƒ´ççÂ"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+³‚$áN@­š\x1F¾\x12Ç–ž\x0E"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"-mR\x01qòG)½¼\x07›õ\x04\r§"
  b"-†-1íÞDɆx\x17£3¶J\x18"
  b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E"
  b"-²æ²Þ\x15Gi²Ê4hê.¡D"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b".Å&}\x10øHÌ›\x01ÆNev‰J"
  b".ú㬵!Ag©\x1DYdG;k{"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"0Q}┐▓ÁMsòͺ\x0F¨\x0E"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"\x05\x1EÌ‘Dê±zŸÌÄ\x1A\x19Î"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"1\x00]Ò·JA\n\x05†ïˤ¶»"
  b"1\x03\x11ݹòL=»ƒ‘9Ÿ4ÑÆ"
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"10Á0÷\tC듺jUØÖ\x01f"
  b"1Iï÷Mæ@¹…’YBΠ\x11µ"
  b"1\ÍpÌÁ@E—\x15$S|šÿ¹"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"3\x18ˆßk”GÏ€?kÊŠ\x11\ec"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"42*Ð!{Cb¡Ï æÆ\x17+™"
  b"42{åÛ´H•”S9XŠC´f"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"4Ümv1¿Lü«╗ÀÏ\x10üà)"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"7Š[ç\x02*NW²È„\x11Ç«³ß"
  b"8\x01üµ╗ÈIM╣─ÇþMá¹ä"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"9\x02²zÅçM‰©\x02k…\x18·T*"
  b"9`╩·\x07\x10EÂ╗Òì┬§zÌà"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":,çWÇ\x07F†œ\x1E®Ü´üš*"
  b":úB<µöAù©©a³Ø¼ðÃ"
  b";–Èþ«\fAͨ1QÙ\x06,ê„"
  b";£eÕ<IHç½Ók\x00K³"Z"
  b";²³¦\x03ÕFu¡§IÃüÿÈÇ"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"<Eû\x04tOF °![\x0Fõ\x11\vÈ"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"<{\x11¬ ýAΆ{&-\x16™i\x0F"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"?ÅKÚõuJ\x16åé6OÉW╣e"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"@W/$Ÿ!B8€“_\x04»óÒŸ"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"@~“:–WE¢±\x18J8éMoœ"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"Aa(¤øwKJ¨íš5\x1A\x18Þ0"
  b"Ab\x1E´Ú\x1CA´ü╬, Øàúê"
  b"Ae†wÌ€M‰¼h\rõµ\x19ÁB"
  b"AØ‗ñ\x18IOıôëC¹Ê\x14┘+"
  b"BU|ÐU\vBã‡ü,Å;žü."
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"BÒX╣y @­ØË┬oÜï▒ƒ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"Cj[q¡ÒJÒ‚}\vH1\x03"
  b"\x16ô5”@Ûœ\x08¹€~³=-"
  b"Cšw¨‰>C\x10…€@…f,\x10¦"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"EeÔPùùE£¿¸ƒÝïüm_"
  b"""
    EtAß\x06—B\n
    ¬Ò¨‚,Éx|
    """
  b"E•Ý`\v€L°†d\vè5îcQ"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"F8³yê$Fù¨â€\x02\feçc"
  b"G\x0E‰NÖÎMs‡£å¶öË“\x08"
  b"G0pÎ5\x1FB¸—\x1AnóñÊ\x15¨"
  b"GT?\t¦*NDœÔ\x05h;\x10ìÇ"
  b"Grí_!\x1CFã¸X3ji/¼Î"
  b"G‘åm|·N\x03ŸE\x1E9ä1:\x15"
  b"G¹$”µnG}Ÿo‹3åSÿ´"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"Hjk\x11þÌL?º'\vˆeŽ\x17{"
  b"IãÕª æF\x03» .=;&L–"
  b"Iä‚£’\x14@¢”Å›>,ñ#ï"
  b"J$\x16Åž\x13IùŒáò—F‘ñ¢"
  b"J/╣ôÊ\x11KôìÑQ\F █»"
  b"J1H†÷Ð@Ó“¢ZúBV…ˆ"
  b"J@ZIÙ_F¸è¶oû«\x0F"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"J·1¡¾fA0¿¥¾÷´\x05zs"
  b"Jî,x»I\x11‡{\x1Eu¯"Ï "
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"K2—\x7F!¼G7¨å¥”Í‘ðû"
  b"K;Ã\x11—L|œMvgJËù€"
  b"LrLsƒÆOv£ÏÝJü¢'Ê"
  b"M1›RsàBc´÷&\x121¶ëå"
  b"MÒ╝┌²MNVè[q)░\x17┤ì"
  b"NE2nÇ$KH¿=üºº█\x10\x12"
  b"NME‗\t)B\x1Dï┴\x13=2³kÉ"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"O`¡í┬óK±ÑÍ\x1C‗+ükð"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"PF\vVÎÀF<éÅ:┤ðEÎQ"
  b"PMz\x02ž€Cå“]Ñ\x039é˜é"
  b"QQ;E\x1DCFª”¸¿Ò\t\x18Þä"
  b"Q│\x03─bBGoü²\x06\x08>üì"
  b"QÚÝ\x05H@J瀷ü\x01š\x10"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"R\x04öB88Hì»íy–é50ó"
  b"RD\x1AŽ\x19\x17Hî–ÐI,/×ýQ"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"R¤WA\x10tHÊØ;Þp°ú\x11"
  b"R┘lÔ\f>G\x19äÑ\x1Aë\x1Fkü}"
  b"\x00G/±CÙ¨†Ü’m\x0F¹©"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"S╠ıb\x05UKSÉí├2ª\x06jL"
  b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D"
  b"T\x04i<i}HT…Þ}çáï,\x01"
  b"T"ø^ÔAO'¨‡MŸé\x7F«""
  b"T^ÚÆVˆEæª\x01ÅÕ2€&Â"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"U├u█ MKìóàÐñHR▄³"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"UÛb`xbCYº!?¹±4šò"
  b"VR0Õ\x13\x05F'Œóå“‚ÙÇ<"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"VÈGª¾\x10F\x10ù>³j£ÉY`"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  b"""
    W„ž\x12³‰GX¨Ã\n
    >\x17$:‡
    """
  b"Xp€\x155åHv¦¦”À;,d;"
  b"XÖ*­ì9O\x14¥lØ•B’œã"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"Y`Å*ôùD\räÍ\x1E¹¯ñVi"
  b"YvªUQ═KF×^╝ÇUØ\vX"
  b"Yy─%¢└A▄ØZ\x1A¦ı\f®Ö"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b"Z2Ý´ÿ$M:µj!i¿Cg²"
  b"Zrj-œâIòˆQñOé% Ô"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"[WÍ\x02väO]’î.;0\x11ÜP"
  b"[X+·l\x04KiµHÚQ£Äz£"
  b"[┤·~½*LöÜ\x02\x08\x06Þþ"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"]!6ð~ÏL_‘\x1A¹ä­ë,”"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"^Õ§}9„KGƒÆôúP·Ðù"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"`½ÌZÉ╠DÔ╗Æì\x17EÃ*Ó"
  b"aùÛºœùOy·¦q\x11ƒá­­"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"\x13\x14vpGF«ò\x12¡ˆò\\x13"
  b"bÜ×\x18[ K\x12€=Ã\x17ô2tD"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"cRO¿C\x17OS´ª\x1C}`²f\x1E"
  b"cð%>L\x04HýïɃýX\x17└╝"
  b"\x1F¤×\x10D\x10¿=*«–™8…"
  b"d#JÂMÐH\x04‘ø7\x00þƒ}Û"
  b"dd*ØÜ°J €\x1A'¾Ý<ÏÁ"
  b"dÆÎ{Œ¶IÔª\x10\f•j\x0F\x1F®"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"enwK§±CÅšP—νܰ§"
  b"enþóC\rE±£ò-Ã-¯0¥"
  b"e£œB\t\x16F»®\x01}RÏó¸\x01"
  b"fıÍ┤\x00æKr«┘Ø`ÆÀ\x001"
  b"g¤ðžÁ\rIÔ³’üx\5ŽG"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  b"hs]¤¸¡L\ˆxª¨êXÎE"
  b"hÈÇ\x03N`Dz¨tž¸¿†ò”"
  b"hÕ1M\x01\x02K;†ÀþÙ{ŽIq"
  b"hµ)WNZ@&▒▒\v╔õìK\x1D"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"j\x07KY¦8GÅê¾àô®ëÎj"
  b"k­‘yêÞIÁ»\x12\x05˜Duõ<"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"""
    lrâ*̓FÄÑáLÅG\n
    ë~
    """
  b"m/:KÅÌMB±™\x153©Œ“À"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"m”l®åJLk¥ˆâšéÄ­Ë"
  b"m—\x14ÄÚñN@²\tÄ+´UÆ¥"
  b"\x10^\ÆA\x12ï¯]╬É·Òo"
  b"m╩E#L┬D+ÉÈà{¾t_¦"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"oôQÍeNAo░ì$²¥\x1C¼\x03"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"o—ˆày`BWª\x04\x15\x03p8 ý"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"q\x1AëXÀë@7ºÝ{ôEE8Ï"
  b"q”œn.¡A˜±~ÁÖ\x00öûÿ"
  b"q▓÷RÙ6Fdñ+Å¢à\x1D┐|"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"r¨‚rCAIG¨\x08ì å\x00Ò9"
  b"rÏÑ\x06MìK‚¯z%„ˆA:X"
  b"rþ|Q%AG’±Å/Sù\x06™È"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"s£õ,ýFB[å`9zì¬z&"
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"sÚµ%vDBg˜~”ù÷\x106g"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"sû#´ŒõJ®«âè1¾SsØ"
  b"t\x02IbÓFôª\x1D\x01]Ê€&¸"
  b"t\x07Ú;ŽçF\x16¿§PNä÷´„"
  b"t\x14Hµ´BDŒ†¼\x19gÝþ·6"
  b"t`…FÇ\tB1›Æ)ïñ‡Tº"
  b"tbåGš±D2¯Ö\x1D\x1D"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"uÙ¶Q=╗A‗╣seé\x1FìõN"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"v=y*]ËAO­¤s,ôpná"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"yG>fû~Gå”FëæŸÎpõ"
  b"""
    yc*.íÂI÷ªÜŸ\n
    :ZA€
    """
  b"""
    ynóÐ\x14$N»®:\x1E§…\n
    ˴
    """
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"zY\x1E@j¿AÓ®ûW[°T%±"
  b"z•"\x12W…L2«~AÇ\x06-‰."
  b"z¼Ìb»uLÊöXwƒØƒ;╠"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"zÂÁØ ’M‘‘\x10q‡â¹èJ"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"|C\x18G²¬F§¡#ÇËC\x1EÍ“"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"}\t\x12ü«µL·€e;AlDÊì"
  b"})Ë(§UH3Â■ó┘ü┤û\n"
  b"}£†ß;ÃL3¡Â\x1Dÿ)…öG"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"~6â}\x07èE´³ä65%$â]"
  b"~S'c¨\nO\x05­¸Ú\x00CÕõ—"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"\x7F\x18Ó┴NÅ컃\tî(XÃ"
  b"\x7Ft\x01ÒrêN÷µõÇGÆ™XÖ"
  b"\x7F¯ï%qƒL¨▓ì\~OßLü"
  b"€M&=_-NÀ²ÕÎy^>Å4"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"ÇlØÐðoI±▒DÛÇ\x16\r"
  b"€ß«U8\x08DÄ©»\x11I©ÜäF"
  b"ü\x08\x1AZ}ì@Æ┐ú¦\fvÝq}"
  b"üvU kÖDî¢h│0*b)ü"
  b"\x05œÿa’Fl´cFˆcòë‚"
  b"é\x13ÁNÂ¥@\¥ü6|!d\x04Î"
  b"‚yNÈ\x14,K³ª\x06\vꈜ·"
  b"‚Øs öÅE¢¨³»¶`ÒF_"
  b"ƒ\x08UƒÒÇL!ª¿DôX¯u«"
  b"â=è¾HÄFtüÙLØSEÐw"
  b"ƒ{~Σ˜F\x13¢"\x02ÂC™Q„"
  b"âå╚£¡ó@\x0EØ0X├µ╔└I"
  b"ƒ»3(]kB2ºŸ\x07u-•,#"
  b"ƒß?âú½A©ƒ\x05ŠÑ¹®Ûô"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"„‰Íl·ÌH:¦@£®\x16Vpþ"
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"""
    …7“×\x02%C “.\n
    ‚\\x0E
    """
  b"àf8\x0E&\x10F:ì═░[%\x14\x1AÕ"
  b"…iˆmTØHÿ³\x19¤+²¸F$"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"à┌\x08q×ELßÅs&Bqå)h"
  b"å\x1A²\x01ƒ>OæØó\x05t\x1FæòÃ"
  b"å»r6÷╠OÉ¢\x165­_\x175O"
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"‡…V\vÉiIG¦´Q‰\x0E&\x1Ao"
  b"‡Ž\x01ë\eGG\x1C\x12–ÔLȯ,"
  b"‡Ä”\x14°¥A”Š'»Ž…w$¸"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"‰ƒšª}\x03@y™ä‹\t>u§1"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"Œ,¡n–\x07KC¬$”é—1>\x08"
  b"ŒÑÿ­ê’O\x1CŽá³š»„0Ó"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"ì╚╚öÅ´B\x18âP~┼{Ñ\x13w"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"ì¶W;O0C2Å▀Kĵ└íó"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"Ž¿\x1E3>\x10L$¡l‹‚Ufü,"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"Å\x1CC¬ýFH─¬ß\x04J·Ìó6"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"Å6R÷åýAUøE,Zç╚ô▀"
  b"ÅÚ\x18┐?ÕJ╔öd▀b\e£\x1E/"
  b"""
    É;d┤ªòG\n
    ú╩´ÉÕø\x06\x1A
    """
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"Étlÿ╝6K─¼\x07\x10\x00╦Ñ*¸"
  b"Éô5Q1áEQ®ì¹&┌Ö(H"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"‘ÓtÉ›ÃJç¾®jžPc\x18Ñ"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"’óI \x07ð@˜‰vd"š\x14‡3"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"öN;Æ\x13█J█Å\x7F!¹[P╗╩"
  b"”¢±‘êSCàœîÍ\v[õD/"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"òQ\x1AQäðKÆî┼ô\x06V╝±Å"
  b"òxçü┴ëN^¥ÃË\x16®\x0E"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"û"CÛ]2M\x12éÞìmbZ\x1Ep"
  b"ù1:┘| Io▓»ð└Àؾr"
  b"—š\x19\x04FôŸLKc‹4\x17ù"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"—þ\x1C\\x07\x18Oªƒÿ$£\x02N\x08Œ"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"ÿ½╗L‗\x13JæÅfmÑóÚoõ"
  b"˜Æh‹ËDL½˜ÈÍ\x1AcmvÞ"
  b"š\x08¤qÑUNM˜¯Z«Á£”•"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"ÜúB΃┬Fþ┐?©ìÍ'Eï"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"øçÄp¦ØO│äûÞı¡§╩è"
  b"ø┤\x00Eft@"ÆäóÑñܳÅ"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"œ„´FðLLÚ¢ëjÞ×§Q"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"Ø╚▒╬±nH▒│ião?\x07ƒ\v"
  b"žM‹ ¼…L\x0Fƒ@\x1Ao\x1Ce>‚"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"×¼┘r÷\eKD¿´ØÙW»ïÔ"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"á\x17ù9\x7FÃ@w®«lØ0\e·Ú"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"áWß÷$╬G9Åê0¶mm¹0"
  b" ‚[pãuC@–´ÓPî\eWi"
  b" ê“ÊíiKN™lG\x1C\x18Ê$]"
  b"í\x0FU7;ÍAÜÇÉqMläÒk"
  b"í6▓ø╝tEiŽ\x1Fªº\x1E\x15x"
  b"¡S^ÕY\x7FEÿ‰¢\x1FKlL[‡"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"¡Àz?@ÛI\x0E¢z\x14D$\x00"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"úçYÓØåH¦┐\x06┴╣áIô@"
  b"""
    £±ˆ\x1A×zL;¾e\n
    i`\x1Dùü
    """
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"¦¶ƒTØ›Jž¸Wà³!?lç"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b"§°_õ\x05zML‡nl§”·ú\x08"
  b"¿)8ü%)F\x01û¬Û£@@█Ê"
  b"¨?Ù¦T©G\x7F¨º\x1F^\x19Ëx("
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¬├d■å¡B×ÅØG═┬T¡<"
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ë©É”(D\x04—µÇ\x13\x07\e$0"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¡zÒH▄àN²¼\x7Fü\x1EÌ0▓Z"
  b"­‹\x04Õ®nH\x0F l¯E(.\x1A\x13"
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"®=¿È4\tNî˜A{4EÐÖm"
  b"®ŽØ™ö{Jd¸\t~³‰½&\x08"
  b"®³e¼ûaAz«»¯¼]Àûq"
  b"¯m¾’?åNÓ¤¨½\x07\x10öù"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"¯Ì\x10ÕûñN˃7•½\x08.À«"
  b"¯ë®rZúK+‘îöUdšT="
  b"\x1A;\x19Û▄B\x19ì¾\x1Cí±\x17╝L"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"±x±l3\x1CKפ\x1F[\er\r¤ž"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"±¹ýî\x08ÿL{Š„}Ùm•Y\"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"²oÐQ\rWNç°ÉY\x1C˜ÙÆ\x1D"
  b"²ÏÝœI„I\x1E¢Ï9ƒ€û¿\"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"²×î2\x18ÑKß‚)e˜f•И"
  b"³T‚\x05_öF\x14§-ŽkD5§š"
  b"│▓\x03\x06─═L8®┘b\x01f\x1FíØ"
  b"´Eï·ñ\x18G…™ä$UîßÄ6"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ÁYv‡\x18Gé¨ÙƒFøÚ<U"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µª(_g\x0FB„™€Õ˜­¢>÷"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"¶œAm”\x00B; ÖDÚ(\x18ô\x10"
  b"¶§À\x05‹JDž§ÝÌ\x08Í\x0F0\x1C"
  b"¶öeÂ\x10ýK›˜Hå³=Ów'"
  b"ÀZQÁ\x07^I_ìO1ÓC4i("
  b"À½Ñ└7■D[▒╚ìfvÙVq"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"¸tÈ+‰\D°œÉN\$§uc"
  b"¸yJMƒXLyº‰*\x0FX\x14®¶"
  b"¸È$¸N4JQª§Q³N£­è"
  b"¸þnö¦HD)¯î­ë0;^Œ"
  b"¹<¢\x0Fx"D€žA\t#;ç…¾"
  b"╣üVÓ\x18ºJ╦║­±Í\x02═ëÂ"
  b"º\x16Mø„ÎHë’èþ’ý"aF"
  b"º=lÆŽÍE€”¤pÃw«§£"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"¾W¸X`¨MA§xÈyw\vy„"
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"¾ÒÐü\v\x01D\x10¥ï]fF\tü\r"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"└c┘·\x16.J\x7FÉâ\x08╔ØÐvç"
  b"ÀË\x14©ø*Dó‹À“£6.\tð"
  b"ÀÏyÉÈšHn{³Fõ<"
  b"Àß4Æ6~J¶´ä\x1Ck'äRÁ"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"Â0^IÄDGéŠ4Ây\x08räæ"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"┬¶o/ã0KëÂók11¦|É"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"├0°╝JïJÅÖÑ\x0E\x14\x067±ý"
  b"Ã3¤‚VñA0§Î±Or¯kH"
  b"ÃR\x12H‡ÛDj½s\x04”&\x07\x01"
  b"├\┤Mù╣Eüèñ║▄\euáø"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"""
    ─█0»\x03ÒHûì]+9!\n
    
    """
  b"ÄÞŠ\x19?9Oöµ$N\x01»·\x13¸"
  b"Äâ\x18ªãÐId½md¨uîB\x1F"
  b"Å\x08\x19^\x02;F¥ˆÞ%#lØ]­"
  b"Å(\x17"Ý;K^–U{T°\tž/"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"Æza[¦SL†©–îÑ\x04÷·="
  b"Æ­ÒÂ&ÜIÂŽÓ"`-g\x10à"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ã▀\v)ì,KN▓Föö"Ö¡R"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"Ç5„Àº!Ej–é\x1F\rÁbÒ\x07"
  b"ÇHêvƒfC|²”B\x18ô"µÆ"
  b"Ç]H#W1Aø¯\x05}Àá\x1FäV"
  b"Çž®X\x0F\x1EI¶£\x10^§¾Û…«"
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"╚ìõËñ\x1CAàú38ÙñÝ┌/"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"""
    Éêøæ\x04 F4†×e\\n
    \x1D
    """
  b"╩6 ì(#F│ªùí\x01\x04┼╝Q"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"Ê«U™\veAÏ–ÔÐâ;®Gº"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"Ë\x1EÞþüÃA¢‡ç¯M3%éu"
  b"ËxB„kÀO︆ÓÙ”½9\x19"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"Ìq+\x05Ø@@õ¶¿NÞG€xU"
  b"╠ümË(‗B]í!¡Ë\x1E°qE"
  b"̳\x1Eê1BBQ©ü(ÎC¨õ\x0E"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"═'©ÙºrCìøôñN┌¢ß-"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"Íš\t¡.GK·Š\vØ\x17.³žÊ"
  b"ÍÒîÙã•DŠ“Ò\x1AÅ\x18K–\x08"
  b"Íò~½b$G‚ª÷8S¦7\x1F "
  b"ÎW“öt\x02D\x03ˆOãëŽLÐV"
  b"ÎŒ\f\x19°ß@Ùºé‘ ßl|Ë"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"¤ç┘õü¿B\x04æö;_Vl8\x1F"
  b"¤£ªÙJÅL\x1AÑ\x10\x14Ç├à"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"ÏñÅ\x18°(J¯§˜Jƒ9ae\x1A"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"К1¡v(D^„sn<~ó8Q"
  b"""
    Ю/N\x16jFŒ™’Z\n
    l°[É
    """
  b"ð­n\x05;DEì╗*\f­\x06Ô6â"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñîî·òºOç©ù²6\r^GÖ"
  b"ʬ╚UâDAø▓XÃAù§ÝØ"
  b"ÓbO5>KE\x1D§\x14—4.7õ—"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ÈaýGü¿C╩À\f┌÷le\x19£"
  b"Èü þQhMÒÜ»n\x02ê■`¯"
  b"ı2¾\x08ıKE´Ö▓g┐\x10┼~Ø"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"ÕgoÀñöFå™Û:D@y®å"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"Õ›‚ŒõQHÆ»wÛÓÕÙNU"
  b"ÕÊÎL°HNA¥MŽV\x07\x00"
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"ÖÑv\x18¬®Mºœ±(¬'\x06¯\x16"
  b"ÖØlQëÖC¼©\v\x0Ee\tjñÍ"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"×èq]4_Cé¼¶\x07\x1AÁ?\tè"
  b"Ø8d+ÏÒ@<µ~5¯T£@û"
  b"ØNs܇<C†½\x11\x1Ee\­\x11Î"
  b"Ø]P\x17\x00+K\x0E¶º|ôÑ™îU"
  b"ÏÇ╚8À£A┤▒\x12│MüéTd"
  b"ظ$«Ê€Dp‡íÉÆ[éÚ£"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"Úœº|;ÍIa”\x1A:#ë,ân"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"Û›ÑA<ïO\x12µ$¼_™ä¼E"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Ü2ü<\x05\x00H’¾ÖïE¸îI\x1D"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"ÝSF/ÓÓF*“òä¡£T~m"
  b"Ý·™õ·LL˜«†”ùÒ=\x00s"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"¦╚É\x05\x00\x17A:▒\x7FtRÍ{À\x00"
  b"ÝÝ\x0FX;ëFJ·hÊÕ^¶\r\x01"
  b"ÝéN©@2D;™rç’ô\r"
  b"Ýø\x1C±’\Iª¾½Ö•„\x01"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"Þî$>~\x1CGª„ÚŠ‘‹kSÈ"
  b"▀È\x01\x1F¥=N2ìeùcmÑ╗ô"
  b"àWÃ0\x1EÿAË€ôÇU\x04ìó\x0E"
  b"Ó^\x15`¨ÑClÜÅ\x18«³\x1F\x19>"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"ß\x15>wÆ¿H\x10ïJ:dÅú0î"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"ßFæL╠\x04HÙítK<ÉZ\x10Î"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  b"Ôw┬zt‗MtûkÉ¿▓+ß\x04"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"âéÄ;Á“B·¿íç\x13Ù!ø"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"ã•àS0ŠH·‚êÝJ\\r\x1E"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"ä}±Ý\x17\x15B2±ÃsF²6jÑ"
  b"äŽïí\x14¶D©€jZ¼ü×>\x7F"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"äÈU=åUIÞ„ï#’AÁ\x11"
  b"äó\x16ñj'H6§[ÿ ÌT»Ç"
  b"äù§„kŠKЉèkã®…JÄ"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"æ:¡j$@A¥¶1/iÛ÷>w"
  b"æB˜ÚïòMŸ¹›8÷<nI›"
  b"þ\x18_\x06>ü@Jù À«┼ÌıÃ"
  b"ès˜q|Ä@J‘Ýr¡Ê\eêK"
  b"""
    Þ╚├²æ\x05B\eüÑܳ\n
    Ò\x10Ü
    """
  b"èßÇÙËËGh–\v©-˜ÒÙ"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b"éŸ\x1AA•jO^†(¶xã˜ä\x1A"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"êPw\x08b\vGKŠÁ”_ñ¿ÔÞ"
  b"ì\x07g_#|Koˆ7_fŸ@Ä\x16"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"ý┤oVu`C¨û\x00É&la\x11"
  b"ì¶/À4\x7FDV¨¾T³ÅG¬\t"
  b"ìÊÑ4`áEï¬Y8q·‘«Ò"
  b"í)+Ù\x13•M¨”@Š*O\e¢b"
  b"""
    í;Þ‡\fêAe©\r\x06\n
    ¹éYo
    """
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"ízRÃOÕN'®Á¤ü7”¦"
  b"í‘÷7kÕJæŸÍˆ[ôÓ+!"
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"î\e™'\x7FÁL2Ÿz‡L¼Ïág"
  b"î`§®\x0FÃL\x1Fˆ-\x15.p¦¤\x01"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"ïojÞ…wE^ºsáš6}ȵ"
  b"ï§>83cC\f™R\x19Q¹ˆ\v\v"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"´■~a\x18©N<Ü%╦▀ÔÉ;Þ"
  b"ð(¨fh\fL\x05„ƒ\x17ÑÁç|ì"
  b"ðwãÌš2Gt«¶ÍQö§‹î"
  b"ñ\x03ÑgïûF¾¥ÿþC{jñ"
  b"±L┼Q´\x04LjÉ¿\x04S█.Jõ"
  b"ñdEš(Ý@̯5MàJ\x18ET"
  b"‗8\x10eõíKØù©ÍÕ´v╗X"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"òÓŽÚj\x18Ca¤ê—£:\e\x07û"
  b"òߥõ•îDRˆºª[îUi½"
  b"òý’jƒîEC¬\x06c8c\x1C"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"¾A\x15T╚ØFrü7ð┼¿oxx"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ô‰ÖóþgO¨‚\x11x¸¨¿ôÇ"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"õz·­Z\A\x1EŽâIM­\x12Ñÿ"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"ø\x7Ft&D>H,†‘m\x1Dcè€V"
  b"ù\x02\x17û˜ÖJ†—DäàšÀ[À"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"·¿\x041Û>HÍÜ8ÍyÜÅ╬ë"
  b"úÚº#vIK\x08½Å\x11B\ej1\x1A"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"û)žvüâCª‹õJ^b…¦U"
  b"""
    ûF€DpeJ…–Ä\x7F\n
    ,@\x17
    """
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"ü\x00Y\x15ŽˆI¹÷uÊao"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"³÷\x01ÙC7J[Ñ╗\r\x1D\x0ELüñ"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"²0*\x1D\x17\x03Hêå&é òÄ┼Ø"
  b"ýXØ…T¢Lü¬Eª«ŽÛ‰D"
  b"ýÃWˆØaOä´«ãHt3\x18+"
  b"■x>\vULKTØ¡aÒh>│û"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s"
]
85 2.65 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"r +éJ8NÜî\x11«j■*Øu"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 6.95 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 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x01˜Ì\ð—sÀŽÀÒ\rÔüÙç"
  b"""
    \x01ÿ╠]\x17\n
    p│ؽòƒÝ¹\Ú
    """
  b"\x01˜Ì]Aâq²«&Ì\x0EW\x12]e"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  b"\x01˜Ì]Œ£q`¥!ÌYY{tž"
  b"\x01˜Ì]¯=rÖ¸ì\x1Fò»ÃÚî"
  b"\x01˜Ì]Îus\x1CŠrk–ï\x07¹Ø"
  b"\x01˜Ì]í¿so„˜À\x14º9\x1DÔ"
  b"\x01˜Ì^qHqL³.}Hæy•Ô"
  b"\x01ÿ╠^É\ep®è_¢ÆTèã▓"
  b"\x01˜Ì^Ö\esz¿˜ß#\x18à,6"
  b"\x01ÿ╠_6┐s█¥\x05öWvÅØX"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01˜Ìg†Fp2©«ég\x19ÿ\x13ð"
  b"\x01˜Ìg¢\x00sÌ½ÅæÖTóm\t"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"\x01ÿ╠gõ'pýÄÅ8)øw\tS"
  b"\x01˜Ìh\x0Eérâ¼eûBˆŠ\x14º"
  b"\x01˜Ìh.\trõ·îÝM²äN""
  b"\x01˜ÌhN\x03q?š:à=)/5u"
  b"\x01˜Ìhi\x03qС\x03ádw0½\e"
  b"\x01˜Ìh›ksR£<O0o^/Ä"
  b"\x01˜ÌhÍÔs\x19°wfÿ8Å«Å"
  b"\x01˜Ìhø¥pÀ«V4Í’AÅy"
  b"\x01˜Ìi3\tr>¬Ô`YÐAã\x07"
  b"\x01˜Ìim÷qʺDZVˆ÷6™"
  b"\x01˜Ìi”frܶãAi~\x01¿J"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"\x01˜Ìjn‚qÇŒBC²5à’ˆ"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"\x01˜Ìjç5sЃÝê\x13êã{Á"
  b"\x01ÿ╠k\x02Är¡ØE94º▄hÏ"
  b"\x01˜Ìk-qq=³Ã^µ”vG™"
  b"\x01˜Ìk\x7F\x14q2²°±šë¬!\x1E"
  b"\x01˜ÌkµÖpnµ‰ï¶b?[¾"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"""
    \x01ÿ╠pÝåq¤░\x15\n
    ƒ\x19ÙíÉ
    """
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"\x02\x17sN®>Ab¼  ØâÀ9¹"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"\t-,{)RG\x16¯eþß¨Îæî"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\fT¼{ë.Gl¡2¤\x01ð\x1Am8"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0Eš?¿÷\x04OD½Í\x0F€Dah8"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"\x11Þ/8y±F\x19£A=¾GÅ╚ "
  b"\x11îå’oöEÛ§ôŸL9NQÔ"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"\x13êÒ ¯iK\x03¼tl'{=ÃÃ"
  b"\x13ïˆs£ßNtªN4¡ˆ9Ìa"
  b"\x141ínÇØLM®bÏløì\x7FÒ"
  b"\x14Î5l\rµCô™Àp•‘\x16"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"""
    \x16@\n
    þ×åEi®▄ücb█ì╚
    """
  b"\x16sÏn,˜@¿½~w]¹½UK"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x17T\x0E‡U×E-³Ñå\x1D?(d½"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"\x19B\x0EUx×D£¢ÓíÉÑ c"
  b"\x19f─êâ\x00O¸Ü.xÈxØc¯"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"\x1C0`ØU/H÷ŽoJD¾&`,"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"""
    \x1CÚ\x04j\x05╝L╦©\n
    \x0326ü
    """
  b"\x1D\dÈt¿MÆŸ?ëÐO¯3d"
  b"\x1E?áDŒ•B¾¤»¢%T÷^\x0E"
  b"\x1E¡ß“9‡A±•Q¸emÆÇL"
  b"\x1F\x07œUwGIA…”Ç*¾ÌÓ6"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x1F[LQ\x1CÅD üe«ÙCS9C"
  b"\x1F¢4Wk{N¶” ó\x1D\x10«Öº"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"\x1FúYä\x17ÄJ½Œ@;B\x1CÒxr"
  b" !í;'QI§»Î¼ê>>Q"
  b" }2Ò·ÊF1„\x18Ü[Å<ÑP"
  b" œ@·°çA{†\x05\x0FücüÆ"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"!\x15áÜO@M›¶P\x04ï"Î/ù"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"!Ñ¿\t(Œ@¿¾Åj;¤R ¯"
  b""\x10Eˆ˜\x1DDï­Q-ÜèB·\x02"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""¾È'±ÉH\x13Ø\x000╗Ü╗0×"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"#gš‡\x04ÀCk±°úZ¬qqc"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"#µË\x1EºŠC­·Õú‚¶Á«\t"
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"%\x18\x03JKM”Zk…\x11ÿ\x1C\x02"
  b"%=9y–\x16K\r½~ç;K\x00"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"'\x1E\x00™n\rFâ¶\f«\fÃR÷t"
  b"'"á\x130¾Jí³×Á\rã\x1C\v"
  b"';\x0F\tÞ N5╣\x10x├|mØç"
  b"'Rö\x06ÅUN┘ä┐╗¯¿l}ð"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b")\x05ÙÅ\x03ÑJ‗ÁF\x05\x06║▒x>"
  b")–‹$½\x07Db°\x0Eu©î’÷‡"
  b"\fIÉûM╣ÀÚj\x03ÑþÔï"
  b"*\x04–}\x1C¿K:Ÿ[Xƒ´ççÂ"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+³‚$áN@­š\x1F¾\x12Ç–ž\x0E"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"-mR\x01qòG)½¼\x07›õ\x04\r§"
  b"-†-1íÞDɆx\x17£3¶J\x18"
  b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E"
  b"-²æ²Þ\x15Gi²Ê4hê.¡D"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b".Å&}\x10øHÌ›\x01ÆNev‰J"
  b".ú㬵!Ag©\x1DYdG;k{"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"0Q}┐▓ÁMsòͺ\x0F¨\x0E"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"\x05\x1EÌ‘Dê±zŸÌÄ\x1A\x19Î"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"1\x00]Ò·JA\n\x05†ïˤ¶»"
  b"1\x03\x11ݹòL=»ƒ‘9Ÿ4ÑÆ"
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"10Á0÷\tC듺jUØÖ\x01f"
  b"1Iï÷Mæ@¹…’YBΠ\x11µ"
  b"1\ÍpÌÁ@E—\x15$S|šÿ¹"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"2¹SOw\x7FMxªTæü¾pG’"
  b"3\x18ˆßk”GÏ€?kÊŠ\x11\ec"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"42*Ð!{Cb¡Ï æÆ\x17+™"
  b"42{åÛ´H•”S9XŠC´f"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"4Ümv1¿Lü«╗ÀÏ\x10üà)"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"7Š[ç\x02*NW²È„\x11Ç«³ß"
  b"8\x01üµ╗ÈIM╣─ÇþMá¹ä"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"9\x02²zÅçM‰©\x02k…\x18·T*"
  b"9`╩·\x07\x10EÂ╗Òì┬§zÌà"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":,çWÇ\x07F†œ\x1E®Ü´üš*"
  b":úB<µöAù©©a³Ø¼ðÃ"
  b";–Èþ«\fAͨ1QÙ\x06,ê„"
  b";£eÕ<IHç½Ók\x00K³"Z"
  b";²³¦\x03ÕFu¡§IÃüÿÈÇ"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"<Eû\x04tOF °![\x0Fõ\x11\vÈ"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"<{\x11¬ ýAΆ{&-\x16™i\x0F"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"?ÅKÚõuJ\x16åé6OÉW╣e"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"@W/$Ÿ!B8€“_\x04»óÒŸ"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"@~“:–WE¢±\x18J8éMoœ"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"Aa(¤øwKJ¨íš5\x1A\x18Þ0"
  b"Ab\x1E´Ú\x1CA´ü╬, Øàúê"
  b"Ae†wÌ€M‰¼h\rõµ\x19ÁB"
  b"AØ‗ñ\x18IOıôëC¹Ê\x14┘+"
  b"BU|ÐU\vBã‡ü,Å;žü."
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"BÒX╣y @­ØË┬oÜï▒ƒ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"Cj[q¡ÒJÒ‚}\vH1\x03"
  b"\x16ô5”@Ûœ\x08¹€~³=-"
  b"Cšw¨‰>C\x10…€@…f,\x10¦"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"EeÔPùùE£¿¸ƒÝïüm_"
  b"""
    EtAß\x06—B\n
    ¬Ò¨‚,Éx|
    """
  b"E•Ý`\v€L°†d\vè5îcQ"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"F8³yê$Fù¨â€\x02\feçc"
  b"G\x0E‰NÖÎMs‡£å¶öË“\x08"
  b"G0pÎ5\x1FB¸—\x1AnóñÊ\x15¨"
  b"GT?\t¦*NDœÔ\x05h;\x10ìÇ"
  b"Grí_!\x1CFã¸X3ji/¼Î"
  b"G‘åm|·N\x03ŸE\x1E9ä1:\x15"
  b"G¹$”µnG}Ÿo‹3åSÿ´"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"Hjk\x11þÌL?º'\vˆeŽ\x17{"
  b"IãÕª æF\x03» .=;&L–"
  b"Iä‚£’\x14@¢”Å›>,ñ#ï"
  b"J$\x16Åž\x13IùŒáò—F‘ñ¢"
  b"J/╣ôÊ\x11KôìÑQ\F █»"
  b"J1H†÷Ð@Ó“¢ZúBV…ˆ"
  b"J@ZIÙ_F¸è¶oû«\x0F"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"J·1¡¾fA0¿¥¾÷´\x05zs"
  b"Jî,x»I\x11‡{\x1Eu¯"Ï "
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"K2—\x7F!¼G7¨å¥”Í‘ðû"
  b"K;Ã\x11—L|œMvgJËù€"
  b"LrLsƒÆOv£ÏÝJü¢'Ê"
  b"M1›RsàBc´÷&\x121¶ëå"
  b"MÒ╝┌²MNVè[q)░\x17┤ì"
  b"NE2nÇ$KH¿=üºº█\x10\x12"
  b"NME‗\t)B\x1Dï┴\x13=2³kÉ"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"O`¡í┬óK±ÑÍ\x1C‗+ükð"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"PF\vVÎÀF<éÅ:┤ðEÎQ"
  b"PMz\x02ž€Cå“]Ñ\x039é˜é"
  b"QQ;E\x1DCFª”¸¿Ò\t\x18Þä"
  b"Q│\x03─bBGoü²\x06\x08>üì"
  b"QÚÝ\x05H@J瀷ü\x01š\x10"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"R\x04öB88Hì»íy–é50ó"
  b"RD\x1AŽ\x19\x17Hî–ÐI,/×ýQ"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"R¤WA\x10tHÊØ;Þp°ú\x11"
  b"R┘lÔ\f>G\x19äÑ\x1Aë\x1Fkü}"
  b"\x00G/±CÙ¨†Ü’m\x0F¹©"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"S╠ıb\x05UKSÉí├2ª\x06jL"
  b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D"
  b"T\x04i<i}HT…Þ}çáï,\x01"
  b"T"ø^ÔAO'¨‡MŸé\x7F«""
  b"T^ÚÆVˆEæª\x01ÅÕ2€&Â"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"U├u█ MKìóàÐñHR▄³"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"UÛb`xbCYº!?¹±4šò"
  b"VR0Õ\x13\x05F'Œóå“‚ÙÇ<"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"VÈGª¾\x10F\x10ù>³j£ÉY`"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  b"""
    W„ž\x12³‰GX¨Ã\n
    >\x17$:‡
    """
  b"Xp€\x155åHv¦¦”À;,d;"
  b"XÖ*­ì9O\x14¥lØ•B’œã"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"Y`Å*ôùD\räÍ\x1E¹¯ñVi"
  b"YvªUQ═KF×^╝ÇUØ\vX"
  b"Yy─%¢└A▄ØZ\x1A¦ı\f®Ö"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b"Z2Ý´ÿ$M:µj!i¿Cg²"
  b"Zrj-œâIòˆQñOé% Ô"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"[WÍ\x02väO]’î.;0\x11ÜP"
  b"[X+·l\x04KiµHÚQ£Äz£"
  b"[┤·~½*LöÜ\x02\x08\x06Þþ"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"]!6ð~ÏL_‘\x1A¹ä­ë,”"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"^Õ§}9„KGƒÆôúP·Ðù"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"`½ÌZÉ╠DÔ╗Æì\x17EÃ*Ó"
  b"aùÛºœùOy·¦q\x11ƒá­­"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"\x13\x14vpGF«ò\x12¡ˆò\\x13"
  b"bÜ×\x18[ K\x12€=Ã\x17ô2tD"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"cRO¿C\x17OS´ª\x1C}`²f\x1E"
  b"cð%>L\x04HýïɃýX\x17└╝"
  b"\x1F¤×\x10D\x10¿=*«–™8…"
  b"d#JÂMÐH\x04‘ø7\x00þƒ}Û"
  b"dd*ØÜ°J €\x1A'¾Ý<ÏÁ"
  b"dÆÎ{Œ¶IÔª\x10\f•j\x0F\x1F®"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"enwK§±CÅšP—νܰ§"
  b"enþóC\rE±£ò-Ã-¯0¥"
  b"e£œB\t\x16F»®\x01}RÏó¸\x01"
  b"fıÍ┤\x00æKr«┘Ø`ÆÀ\x001"
  b"g¤ðžÁ\rIÔ³’üx\5ŽG"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  b"hs]¤¸¡L\ˆxª¨êXÎE"
  b"hÈÇ\x03N`Dz¨tž¸¿†ò”"
  b"hÕ1M\x01\x02K;†ÀþÙ{ŽIq"
  b"hµ)WNZ@&▒▒\v╔õìK\x1D"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"j\x07KY¦8GÅê¾àô®ëÎj"
  b"k­‘yêÞIÁ»\x12\x05˜Duõ<"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"""
    lrâ*̓FÄÑáLÅG\n
    ë~
    """
  b"m/:KÅÌMB±™\x153©Œ“À"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"m”l®åJLk¥ˆâšéÄ­Ë"
  b"m—\x14ÄÚñN@²\tÄ+´UÆ¥"
  b"\x10^\ÆA\x12ï¯]╬É·Òo"
  b"m╩E#L┬D+ÉÈà{¾t_¦"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"oôQÍeNAo░ì$²¥\x1C¼\x03"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"o—ˆày`BWª\x04\x15\x03p8 ý"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"q\x1AëXÀë@7ºÝ{ôEE8Ï"
  b"q”œn.¡A˜±~ÁÖ\x00öûÿ"
  b"q▓÷RÙ6Fdñ+Å¢à\x1D┐|"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"r¨‚rCAIG¨\x08ì å\x00Ò9"
  b"rÏÑ\x06MìK‚¯z%„ˆA:X"
  b"rþ|Q%AG’±Å/Sù\x06™È"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"s£õ,ýFB[å`9zì¬z&"
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"sÚµ%vDBg˜~”ù÷\x106g"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"sû#´ŒõJ®«âè1¾SsØ"
  b"t\x02IbÓFôª\x1D\x01]Ê€&¸"
  b"t\x07Ú;ŽçF\x16¿§PNä÷´„"
  b"t\x14Hµ´BDŒ†¼\x19gÝþ·6"
  b"t`…FÇ\tB1›Æ)ïñ‡Tº"
  b"tbåGš±D2¯Ö\x1D\x1D"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"uÙ¶Q=╗A‗╣seé\x1FìõN"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"v=y*]ËAO­¤s,ôpná"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"yG>fû~Gå”FëæŸÎpõ"
  b"""
    yc*.íÂI÷ªÜŸ\n
    :ZA€
    """
  b"""
    ynóÐ\x14$N»®:\x1E§…\n
    ˴
    """
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"zY\x1E@j¿AÓ®ûW[°T%±"
  b"z•"\x12W…L2«~AÇ\x06-‰."
  b"z¼Ìb»uLÊöXwƒØƒ;╠"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"zÂÁØ ’M‘‘\x10q‡â¹èJ"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"|C\x18G²¬F§¡#ÇËC\x1EÍ“"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"}\t\x12ü«µL·€e;AlDÊì"
  b"})Ë(§UH3Â■ó┘ü┤û\n"
  b"}£†ß;ÃL3¡Â\x1Dÿ)…öG"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"""
    ~\x05gê´\n
    E\x05ì<¨}íln4
    """
  b"~6â}\x07èE´³ä65%$â]"
  b"~S'c¨\nO\x05­¸Ú\x00CÕõ—"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  b"\x7F\x18Ó┴NÅ컃\tî(XÃ"
  b"\x7Ft\x01ÒrêN÷µõÇGÆ™XÖ"
  b"\x7F¯ï%qƒL¨▓ì\~OßLü"
  b"€M&=_-NÀ²ÕÎy^>Å4"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"ÇlØÐðoI±▒DÛÇ\x16\r"
  b"€ß«U8\x08DÄ©»\x11I©ÜäF"
  b"ü\x08\x1AZ}ì@Æ┐ú¦\fvÝq}"
  b"üvU kÖDî¢h│0*b)ü"
  b"\x05œÿa’Fl´cFˆcòë‚"
  b"é\x13ÁNÂ¥@\¥ü6|!d\x04Î"
  b"‚yNÈ\x14,K³ª\x06\vꈜ·"
  b"‚Øs öÅE¢¨³»¶`ÒF_"
  b"ƒ\x08UƒÒÇL!ª¿DôX¯u«"
  b"â=è¾HÄFtüÙLØSEÐw"
  b"ƒ{~Σ˜F\x13¢"\x02ÂC™Q„"
  b"âå╚£¡ó@\x0EØ0X├µ╔└I"
  b"ƒ»3(]kB2ºŸ\x07u-•,#"
  b"ƒß?âú½A©ƒ\x05ŠÑ¹®Ûô"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"„‰Íl·ÌH:¦@£®\x16Vpþ"
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"""
    …7“×\x02%C “.\n
    ‚\\x0E
    """
  b"àf8\x0E&\x10F:ì═░[%\x14\x1AÕ"
  b"…iˆmTØHÿ³\x19¤+²¸F$"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"à┌\x08q×ELßÅs&Bqå)h"
  b"å\x1A²\x01ƒ>OæØó\x05t\x1FæòÃ"
  b"å»r6÷╠OÉ¢\x165­_\x175O"
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"‡…V\vÉiIG¦´Q‰\x0E&\x1Ao"
  b"‡Ž\x01ë\eGG\x1C\x12–ÔLȯ,"
  b"‡Ä”\x14°¥A”Š'»Ž…w$¸"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"‰ƒšª}\x03@y™ä‹\t>u§1"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"Œ,¡n–\x07KC¬$”é—1>\x08"
  b"ŒÑÿ­ê’O\x1CŽá³š»„0Ó"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"ì╚╚öÅ´B\x18âP~┼{Ñ\x13w"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"ì¶W;O0C2Å▀Kĵ└íó"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"Ž¿\x1E3>\x10L$¡l‹‚Ufü,"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"Å\x1CC¬ýFH─¬ß\x04J·Ìó6"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"Å6R÷åýAUøE,Zç╚ô▀"
  b"ÅÚ\x18┐?ÕJ╔öd▀b\e£\x1E/"
  b"""
    É;d┤ªòG\n
    ú╩´ÉÕø\x06\x1A
    """
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"Étlÿ╝6K─¼\x07\x10\x00╦Ñ*¸"
  b"Éô5Q1áEQ®ì¹&┌Ö(H"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"‘ÓtÉ›ÃJç¾®jžPc\x18Ñ"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"’óI \x07ð@˜‰vd"š\x14‡3"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"öN;Æ\x13█J█Å\x7F!¹[P╗╩"
  b"”¢±‘êSCàœîÍ\v[õD/"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"òQ\x1AQäðKÆî┼ô\x06V╝±Å"
  b"òxçü┴ëN^¥ÃË\x16®\x0E"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"û"CÛ]2M\x12éÞìmbZ\x1Ep"
  b"ù1:┘| Io▓»ð└Àؾr"
  b"—š\x19\x04FôŸLKc‹4\x17ù"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"—þ\x1C\\x07\x18Oªƒÿ$£\x02N\x08Œ"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"ÿ½╗L‗\x13JæÅfmÑóÚoõ"
  b"˜Æh‹ËDL½˜ÈÍ\x1AcmvÞ"
  b"š\x08¤qÑUNM˜¯Z«Á£”•"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"ÜúB΃┬Fþ┐?©ìÍ'Eï"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"øçÄp¦ØO│äûÞı¡§╩è"
  b"ø┤\x00Eft@"ÆäóÑñܳÅ"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"œ„´FðLLÚ¢ëjÞ×§Q"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"Ø╚▒╬±nH▒│ião?\x07ƒ\v"
  b"žM‹ ¼…L\x0Fƒ@\x1Ao\x1Ce>‚"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"×¼┘r÷\eKD¿´ØÙW»ïÔ"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"á\x17ù9\x7FÃ@w®«lØ0\e·Ú"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"áWß÷$╬G9Åê0¶mm¹0"
  b" ‚[pãuC@–´ÓPî\eWi"
  b" ê“ÊíiKN™lG\x1C\x18Ê$]"
  b"í\x0FU7;ÍAÜÇÉqMläÒk"
  b"í6▓ø╝tEiŽ\x1Fªº\x1E\x15x"
  b"¡S^ÕY\x7FEÿ‰¢\x1FKlL[‡"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"¡Àz?@ÛI\x0E¢z\x14D$\x00"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"úçYÓØåH¦┐\x06┴╣áIô@"
  b"""
    £±ˆ\x1A×zL;¾e\n
    i`\x1Dùü
    """
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"¦¶ƒTØ›Jž¸Wà³!?lç"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b"§°_õ\x05zML‡nl§”·ú\x08"
  b"¿)8ü%)F\x01û¬Û£@@█Ê"
  b"¨?Ù¦T©G\x7F¨º\x1F^\x19Ëx("
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¬├d■å¡B×ÅØG═┬T¡<"
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ë©É”(D\x04—µÇ\x13\x07\e$0"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¡zÒH▄àN²¼\x7Fü\x1EÌ0▓Z"
  b"­‹\x04Õ®nH\x0F l¯E(.\x1A\x13"
  b"­°72+îC鿽ª\x19ÀLë\x0F"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"®=¿È4\tNî˜A{4EÐÖm"
  b"®ŽØ™ö{Jd¸\t~³‰½&\x08"
  b"®³e¼ûaAz«»¯¼]Àûq"
  b"¯m¾’?åNÓ¤¨½\x07\x10öù"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"¯Ì\x10ÕûñN˃7•½\x08.À«"
  b"¯ë®rZúK+‘îöUdšT="
  b"\x1A;\x19Û▄B\x19ì¾\x1Cí±\x17╝L"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"±x±l3\x1CKפ\x1F[\er\r¤ž"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"±¹ýî\x08ÿL{Š„}Ùm•Y\"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"²oÐQ\rWNç°ÉY\x1C˜ÙÆ\x1D"
  b"²ÏÝœI„I\x1E¢Ï9ƒ€û¿\"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"²×î2\x18ÑKß‚)e˜f•И"
  b"³T‚\x05_öF\x14§-ŽkD5§š"
  b"│▓\x03\x06─═L8®┘b\x01f\x1FíØ"
  b"´Eï·ñ\x18G…™ä$UîßÄ6"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ÁYv‡\x18Gé¨ÙƒFøÚ<U"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µª(_g\x0FB„™€Õ˜­¢>÷"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"¶œAm”\x00B; ÖDÚ(\x18ô\x10"
  b"¶§À\x05‹JDž§ÝÌ\x08Í\x0F0\x1C"
  b"¶öeÂ\x10ýK›˜Hå³=Ów'"
  b"ÀZQÁ\x07^I_ìO1ÓC4i("
  b"À½Ñ└7■D[▒╚ìfvÙVq"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"¸tÈ+‰\D°œÉN\$§uc"
  b"¸yJMƒXLyº‰*\x0FX\x14®¶"
  b"¸È$¸N4JQª§Q³N£­è"
  b"¸þnö¦HD)¯î­ë0;^Œ"
  b"¹<¢\x0Fx"D€žA\t#;ç…¾"
  b"╣üVÓ\x18ºJ╦║­±Í\x02═ëÂ"
  b"º\x16Mø„ÎHë’èþ’ý"aF"
  b"º=lÆŽÍE€”¤pÃw«§£"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"¾W¸X`¨MA§xÈyw\vy„"
  b"¾Z\x03`!HN|œ/$Fè÷42"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"¾ÒÐü\v\x01D\x10¥ï]fF\tü\r"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"└c┘·\x16.J\x7FÉâ\x08╔ØÐvç"
  b"ÀË\x14©ø*Dó‹À“£6.\tð"
  b"ÀÏyÉÈšHn{³Fõ<"
  b"Àß4Æ6~J¶´ä\x1Ck'äRÁ"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"Â0^IÄDGéŠ4Ây\x08räæ"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"┬¶o/ã0KëÂók11¦|É"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"├0°╝JïJÅÖÑ\x0E\x14\x067±ý"
  b"Ã3¤‚VñA0§Î±Or¯kH"
  b"ÃR\x12H‡ÛDj½s\x04”&\x07\x01"
  b"├\┤Mù╣Eüèñ║▄\euáø"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"""
    ─█0»\x03ÒHûì]+9!\n
    
    """
  b"ÄÞŠ\x19?9Oöµ$N\x01»·\x13¸"
  b"Äâ\x18ªãÐId½md¨uîB\x1F"
  b"Å\x08\x19^\x02;F¥ˆÞ%#lØ]­"
  b"Å(\x17"Ý;K^–U{T°\tž/"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"Æza[¦SL†©–îÑ\x04÷·="
  b"Æ­ÒÂ&ÜIÂŽÓ"`-g\x10à"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ã▀\v)ì,KN▓Föö"Ö¡R"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"Ç5„Àº!Ej–é\x1F\rÁbÒ\x07"
  b"ÇHêvƒfC|²”B\x18ô"µÆ"
  b"Ç]H#W1Aø¯\x05}Àá\x1FäV"
  b"Çž®X\x0F\x1EI¶£\x10^§¾Û…«"
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"╚ìõËñ\x1CAàú38ÙñÝ┌/"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"""
    Éêøæ\x04 F4†×e\\n
    \x1D
    """
  b"╩6 ì(#F│ªùí\x01\x04┼╝Q"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"Ê«U™\veAÏ–ÔÐâ;®Gº"
  b"ÊðѨ NB\x0E˜ Fƒ‚øi "
  b"Ë\x1EÞþüÃA¢‡ç¯M3%éu"
  b"ËxB„kÀO︆ÓÙ”½9\x19"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"Ìq+\x05Ø@@õ¶¿NÞG€xU"
  b"╠ümË(‗B]í!¡Ë\x1E°qE"
  b"̳\x1Eê1BBQ©ü(ÎC¨õ\x0E"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"═'©ÙºrCìøôñN┌¢ß-"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"Íš\t¡.GK·Š\vØ\x17.³žÊ"
  b"ÍÒîÙã•DŠ“Ò\x1AÅ\x18K–\x08"
  b"Íò~½b$G‚ª÷8S¦7\x1F "
  b"ÎW“öt\x02D\x03ˆOãëŽLÐV"
  b"ÎŒ\f\x19°ß@Ùºé‘ ßl|Ë"
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"¤ç┘õü¿B\x04æö;_Vl8\x1F"
  b"¤£ªÙJÅL\x1AÑ\x10\x14Ç├à"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"ÏñÅ\x18°(J¯§˜Jƒ9ae\x1A"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"К1¡v(D^„sn<~ó8Q"
  b"""
    Ю/N\x16jFŒ™’Z\n
    l°[É
    """
  b"ð­n\x05;DEì╗*\f­\x06Ô6â"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñîî·òºOç©ù²6\r^GÖ"
  b"ʬ╚UâDAø▓XÃAù§ÝØ"
  b"ÓbO5>KE\x1D§\x14—4.7õ—"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ÈaýGü¿C╩À\f┌÷le\x19£"
  b"Èü þQhMÒÜ»n\x02ê■`¯"
  b"ı2¾\x08ıKE´Ö▓g┐\x10┼~Ø"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"ÕgoÀñöFå™Û:D@y®å"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"Õ›‚ŒõQHÆ»wÛÓÕÙNU"
  b"ÕÊÎL°HNA¥MŽV\x07\x00"
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"ÖÑv\x18¬®Mºœ±(¬'\x06¯\x16"
  b"ÖØlQëÖC¼©\v\x0Ee\tjñÍ"
  b"Î\x1D╠¿?¢@:┤2ç©?,ü£"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"×èq]4_Cé¼¶\x07\x1AÁ?\tè"
  b"Ø8d+ÏÒ@<µ~5¯T£@û"
  b"ØNs܇<C†½\x11\x1Ee\­\x11Î"
  b"Ø]P\x17\x00+K\x0E¶º|ôÑ™îU"
  b"ÏÇ╚8À£A┤▒\x12│MüéTd"
  b"ظ$«Ê€Dp‡íÉÆ[éÚ£"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"Úœº|;ÍIa”\x1A:#ë,ân"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"Û›ÑA<ïO\x12µ$¼_™ä¼E"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Ü2ü<\x05\x00H’¾ÖïE¸îI\x1D"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"ÝSF/ÓÓF*“òä¡£T~m"
  b"Ý·™õ·LL˜«†”ùÒ=\x00s"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"¦╚É\x05\x00\x17A:▒\x7FtRÍ{À\x00"
  b"ÝÝ\x0FX;ëFJ·hÊÕ^¶\r\x01"
  b"ÝéN©@2D;™rç’ô\r"
  b"Ýø\x1C±’\Iª¾½Ö•„\x01"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"Þî$>~\x1CGª„ÚŠ‘‹kSÈ"
  b"▀È\x01\x1F¥=N2ìeùcmÑ╗ô"
  b"àWÃ0\x1EÿAË€ôÇU\x04ìó\x0E"
  b"Ó^\x15`¨ÑClÜÅ\x18«³\x1F\x19>"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"ß\x15>wÆ¿H\x10ïJ:dÅú0î"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"ßFæL╠\x04HÙítK<ÉZ\x10Î"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  b"Ôw┬zt‗MtûkÉ¿▓+ß\x04"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"âéÄ;Á“B·¿íç\x13Ù!ø"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"ã•àS0ŠH·‚êÝJ\\r\x1E"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"ä}±Ý\x17\x15B2±ÃsF²6jÑ"
  b"äŽïí\x14¶D©€jZ¼ü×>\x7F"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"äÈU=åUIÞ„ï#’AÁ\x11"
  b"äó\x16ñj'H6§[ÿ ÌT»Ç"
  b"äù§„kŠKЉèkã®…JÄ"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"æ:¡j$@A¥¶1/iÛ÷>w"
  b"æB˜ÚïòMŸ¹›8÷<nI›"
  b"þ\x18_\x06>ü@Jù À«┼ÌıÃ"
  b"ès˜q|Ä@J‘Ýr¡Ê\eêK"
  b"""
    Þ╚├²æ\x05B\eüÑܳ\n
    Ò\x10Ü
    """
  b"èßÇÙËËGh–\v©-˜ÒÙ"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b"éŸ\x1AA•jO^†(¶xã˜ä\x1A"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"êPw\x08b\vGKŠÁ”_ñ¿ÔÞ"
  b"ì\x07g_#|Koˆ7_fŸ@Ä\x16"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"ý┤oVu`C¨û\x00É&la\x11"
  b"ì¶/À4\x7FDV¨¾T³ÅG¬\t"
  b"ìÊÑ4`áEï¬Y8q·‘«Ò"
  b"í)+Ù\x13•M¨”@Š*O\e¢b"
  b"""
    í;Þ‡\fêAe©\r\x06\n
    ¹éYo
    """
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"ízRÃOÕN'®Á¤ü7”¦"
  b"í‘÷7kÕJæŸÍˆ[ôÓ+!"
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"î\e™'\x7FÁL2Ÿz‡L¼Ïág"
  b"î`§®\x0FÃL\x1Fˆ-\x15.p¦¤\x01"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"ïojÞ…wE^ºsáš6}ȵ"
  b"ï§>83cC\f™R\x19Q¹ˆ\v\v"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"´■~a\x18©N<Ü%╦▀ÔÉ;Þ"
  b"ð(¨fh\fL\x05„ƒ\x17ÑÁç|ì"
  b"ðwãÌš2Gt«¶ÍQö§‹î"
  b"ñ\x03ÑgïûF¾¥ÿþC{jñ"
  b"±L┼Q´\x04LjÉ¿\x04S█.Jõ"
  b"ñdEš(Ý@̯5MàJ\x18ET"
  b"‗8\x10eõíKØù©ÍÕ´v╗X"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"òÓŽÚj\x18Ca¤ê—£:\e\x07û"
  b"òߥõ•îDRˆºª[îUi½"
  b"òý’jƒîEC¬\x06c8c\x1C"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"¾A\x15T╚ØFrü7ð┼¿oxx"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ô‰ÖóþgO¨‚\x11x¸¨¿ôÇ"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"õz·­Z\A\x1EŽâIM­\x12Ñÿ"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"ø\x7Ft&D>H,†‘m\x1Dcè€V"
  b"ù\x02\x17û˜ÖJ†—DäàšÀ[À"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"·¿\x041Û>HÍÜ8ÍyÜÅ╬ë"
  b"úÚº#vIK\x08½Å\x11B\ej1\x1A"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"û)žvüâCª‹õJ^b…¦U"
  b"""
    ûF€DpeJ…–Ä\x7F\n
    ,@\x17
    """
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"ûôˆ…¯EAQ°^ñ:ñ¥›~"
  b"ü\x00Y\x15ŽˆI¹÷uÊao"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"³÷\x01ÙC7J[Ñ╗\r\x1D\x0ELüñ"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"²0*\x1D\x17\x03Hêå&é òÄ┼Ø"
  b"ýXØ…T¢Lü¬Eª«ŽÛ‰D"
  b"ýÃWˆØaOä´«ãHt3\x18+"
  b"■x>\vULKTØ¡aÒh>│û"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s"
]
87 8.19 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"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"¢\x01\x1E\x17h╚M│è\x1F9ì¬ÜlÂ"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"õÿ£˜)‚Ds›8^ÅÎ4ª”"
  b"""
    ┬^8Ø\x06IB ÄçV©\n
    P"@
    """
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"ÅÈ3¿“'L® c©wÑkO5"
  b"q\x01¾7 ¿@¸ƒ¡A\x1A,qòª"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"²kšB›·\x04ªIË‘`P"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\x01¤5\x07½äMï’$ÇÍ’U&6"
  b"¹„ù?ÈæI\x1E£ý\x1EÇW×\x10\x08"
  b"\x17└(£ ÏMì×öÀx´ËÃ{"
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"­LZ>3eN´ºKP÷Et܆"
  b"»\x19ì2ı APä<\x10 è"À\x06"
  b"1\vô‘.‰MF¤\x1A¶eT¥\x1F8"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"EAÚ[Ê\x1DJ\x12ªžuƒ£!¿;"
  b"®\x0F╬i3┘JjóÙ,│JíÅî"
  b"ë\t©üÚ?D\x13“Èfq¬@‰¾"
  b"ã~iƒw\x07C7‡ðÙz8´©î"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"nç×aÆÇGó®ì;╚è\x03"
  b"¢\x12¥J}D@š‘7§*kþ¹©"
  b"ä\rVÍ`ZLÄŠK~hÌ÷Cx"
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"î¹ÐªÇ\x07HÁ¾ÌrgSD]E"
  b"\x00+3§ÅÑAµÑva9&t╝û"
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"â9°\x05c\x16N™ ^R*¡õPý"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"""
    Ô\x06¿\n
    j÷El—žbÖ\x17º\x18\x16
    """
  b"°å¡4É\x1CK¨€j\x15ð„T8T"
  b"U$^\x02¤×O@²éyú8…ìæ"
  b"æöœù\x10¹O¹˜¶\x03·luY\x1E"
  b"Á:H▒F7CAÅ9Ìn\x19`Üá"
  b"OØ6x©▓Kûób\x1Eé¶o×""
  b"ãÝMØX¿OÄœy§z\x0F‘0á"
  b"¥*/NžgD\x16¬Dð\wí›h"
  b"ÏçCå─¢O\tÇØú&äk\tZ"
  b"|ÑoéW=FYˆe€\x7Fª÷\r,"
  b"""
    ¿>¸ÄÀ\n
    Cнê;³)¤Hn
    """
  b"\x12\x0FÛË\f&B9▓1ñ\x06Øõ╩█"
  b"\x05kWú\x7F\eNÎîëa\e5Øæ%"
  b"\x02þ«\x1CT\x17E*—"óX[iÐè"
  b"Æò─É\f\x13F─æ╠\x12mx\x00¾\x1F"
  b"YæÖ\AúAüü\x05Ρ6ç*W"
  b"‘t\x18„<WC^¾p\x06Ð…›?="
  b"ƒ\x13»1ÒiDj¯p“Ê­\x1DÚ\x1C"
  b"kg6\x13\tgH.º€ýÁ7•b–"
  b"z\x03´[‹3D9¥õí»=Ø\x08&"
  b"lp-âw(Cv║FÉ£¬´µd"
  b"\x193OiìÁ@¬•ý(^v=”“"
  b"\x1F╝"¨R@¸ÅÒrQ\x14AM®"
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"­oï  YBYŠš\x139«"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"ƃ»I®«Eר\x12gŒ´2ãµ"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"ð«ýÌXóF:‚&Èöž»ðp"
  b"&]®–iðD\x11Ÿ`)\x1Ex>Ã\x07"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"åƒ<®âBJà¹çIýÍh×r"
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"…¾“\x05\x1D°DfŽA(hÔEÜ\n"
  b"ÙŠsÐ\x1AGwŸÏ&¾Ô¶:Ž"
  b"áƒ%Tj®O€‹;\x00\x1C3Û„ë"
  b"""
    Tɬ––žMµ¬\n
    رЌAE
    """
  b"\x01ww\x1EEC˜¨q\x02^m]Š\x1C"
  b"╚ÅÝÝ]ïH.Ü\v\f\x19"
  b"Š2s¾¶N@i¡•©ÇdÂñp"
  b"\Á–éu|F>ª\x18V'¹‹þM"
  b"ø‘?õü·E\x07•`ºàøGÒ”"
  b"JMýîO8@\x04¹×ÑÀNý\x0Fþ"
  b"Tå…sÚ\vNˆ€öþ·pGS\x07"
  b"\x0Eé:Ø@\x0Fé3)\x08▒§91"
  b"`¹Ü7sïNN¿Ø\x0FOù÷\x12Ë"
  b"aän^NÇ@Õ¶ø\ÞçéÂâ"
  b"qˆ„f\x16ÞI\x17µ(ÙÑãig¿"
  b"<C“\x0EóÛB[•O·á'Pqë"
  b";üWz6$Mi‹GTú,53d"
  b"H\f;ÌÉÐCÍÆí┌ð ÏJá"
  b"v’s£HDI-‘FßÐì*ƒ¸"
  b"Š\x1DÔÜ\x1EJL¨µ7\x13\r«¸ÍÁ"
  b"þŸobó¦D‘¸N]\tÇ¿ºL"
  b"!³éÙï\x1FAp»Ö\x1C¨={…ƒ"
  b"¡¬\x14üË&DÏ’ybUâ “;"
  b"H†'ªÊžO~¤¹¼f5Pìè"
  b"%ñr\x03×ÌH'‰_q\x00E{¸m"
  b"""
    [öP€\x07\n
    @\x15»cBÉ—)VU
    """
  b"øí1G$LIg¡\x13œ»Ws\x19î"
  b"Ýf™’l\x15Jï·¡’NžÓÕa"
  b"Ôkàì\x15‗@ÎàBØ\x11]Gn~"
  b"ü±n[ËËFaÆMuF\\x0E"
  b">¨çö(ïMs”ÔáEv¬\x19Ý"
  b"H‡0<úvGD—õÚ7\x1F2\f<"
  b"‡kIHi,C’ž\x01zNÕ½Qe"
  b"d\x11í`¶EIÙ‡c7»«K)‘"
  b"ýÇ%ôÇE!¯\x1DÂÒp÷\x01´"
  b"|´9ׯ4@ıؤg¬═²ï╚"
  b"Ý\x00ô[0©HÕ–\x1DaÇÇ\n"
  b"\x03`¹\QñB¾ˆ42›Ã¯¦à"
  b"7øDÖ\x14\x7FNú¶cÔÝÖ…Öï"
  b"ߊ¬\x14gäJÿ¿|ÙüwºTœ"
  b"º gÁËpA"¥`èä´±ƒy"
  b"\x0F`õŠ?‰OȬŽÊ¨ÿà)1"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"""
    X*>U2¿K»ï■\x17É▒\n
    C├
    """
  b"\fñy±C\x12µï#_oélj"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"ã\x08.°ÉûG\v¿ô\rA\x11âpé"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"T⓱{.OÓ£7DâjˆZ\x11"
]
88 36.91 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"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"¢\x01\x1E\x17h╚M│è\x1F9ì¬ÜlÂ"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"""
    ┬^8Ø\x06IB ÄçV©\n
    P"@
    """
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"ÅÈ3¿“'L® c©wÑkO5"
  b"q\x01¾7 ¿@¸ƒ¡A\x1A,qòª"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"²kšB›·\x04ªIË‘`P"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"­LZ>3eN´ºKP÷Et܆"
  b"»\x19ì2ı APä<\x10 è"À\x06"
  b"1\vô‘.‰MF¤\x1A¶eT¥\x1F8"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"EAÚ[Ê\x1DJ\x12ªžuƒ£!¿;"
  b"®\x0F╬i3┘JjóÙ,│JíÅî"
  b"ë\t©üÚ?D\x13“Èfq¬@‰¾"
  b"ã~iƒw\x07C7‡ðÙz8´©î"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"nç×aÆÇGó®ì;╚è\x03"
  b"¢\x12¥J}D@š‘7§*kþ¹©"
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"â9°\x05c\x16N™ ^R*¡õPý"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"""
    Ô\x06¿\n
    j÷El—žbÖ\x17º\x18\x16
    """
  b"°å¡4É\x1CK¨€j\x15ð„T8T"
  b"U$^\x02¤×O@²éyú8…ìæ"
  b"æöœù\x10¹O¹˜¶\x03·luY\x1E"
  b"OØ6x©▓Kûób\x1Eé¶o×""
  b"ãÝMØX¿OÄœy§z\x0F‘0á"
  b"¥*/NžgD\x16¬Dð\wí›h"
  b"ÏçCå─¢O\tÇØú&äk\tZ"
  b"|ÑoéW=FYˆe€\x7Fª÷\r,"
  b"\x12\x0FÛË\f&B9▓1ñ\x06Øõ╩█"
  b"\x05kWú\x7F\eNÎîëa\e5Øæ%"
  b"\x02þ«\x1CT\x17E*—"óX[iÐè"
  b"Æò─É\f\x13F─æ╠\x12mx\x00¾\x1F"
  b"YæÖ\AúAüü\x05Ρ6ç*W"
  b"‘t\x18„<WC^¾p\x06Ð…›?="
  b"ƒ\x13»1ÒiDj¯p“Ê­\x1DÚ\x1C"
  b"kg6\x13\tgH.º€ýÁ7•b–"
  b"z\x03´[‹3D9¥õí»=Ø\x08&"
  b"lp-âw(Cv║FÉ£¬´µd"
  b"\x193OiìÁ@¬•ý(^v=”“"
  b"\x1F╝"¨R@¸ÅÒrQ\x14AM®"
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"­oï  YBYŠš\x139«"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"…¾“\x05\x1D°DfŽA(hÔEÜ\n"
  b"ÙŠsÐ\x1AGwŸÏ&¾Ô¶:Ž"
  b"áƒ%Tj®O€‹;\x00\x1C3Û„ë"
  b"Š2s¾¶N@i¡•©ÇdÂñp"
  b"\Á–éu|F>ª\x18V'¹‹þM"
  b"ø‘?õü·E\x07•`ºàøGÒ”"
  b"JMýîO8@\x04¹×ÑÀNý\x0Fþ"
  b"Tå…sÚ\vNˆ€öþ·pGS\x07"
  b"\x0Eé:Ø@\x0Fé3)\x08▒§91"
  b"`¹Ü7sïNN¿Ø\x0FOù÷\x12Ë"
  b"aän^NÇ@Õ¶ø\ÞçéÂâ"
  b"qˆ„f\x16ÞI\x17µ(ÙÑãig¿"
  b"<C“\x0EóÛB[•O·á'Pqë"
  b";üWz6$Mi‹GTú,53d"
  b"H\f;ÌÉÐCÍÆí┌ð ÏJá"
  b"v’s£HDI-‘FßÐì*ƒ¸"
  b"Š\x1DÔÜ\x1EJL¨µ7\x13\r«¸ÍÁ"
  b"þŸobó¦D‘¸N]\tÇ¿ºL"
  b"!³éÙï\x1FAp»Ö\x1C¨={…ƒ"
  b"¡¬\x14üË&DÏ’ybUâ “;"
  b"H†'ªÊžO~¤¹¼f5Pìè"
  b"%ñr\x03×ÌH'‰_q\x00E{¸m"
  b"""
    [öP€\x07\n
    @\x15»cBÉ—)VU
    """
  b"øí1G$LIg¡\x13œ»Ws\x19î"
  b"Ýf™’l\x15Jï·¡’NžÓÕa"
  b"Ôkàì\x15‗@ÎàBØ\x11]Gn~"
  b"ü±n[ËËFaÆMuF\\x0E"
  b">¨çö(ïMs”ÔáEv¬\x19Ý"
  b"H‡0<úvGD—õÚ7\x1F2\f<"
  b"‡kIHi,C’ž\x01zNÕ½Qe"
  b"d\x11í`¶EIÙ‡c7»«K)‘"
  b"ýÇ%ôÇE!¯\x1DÂÒp÷\x01´"
  b"|´9ׯ4@ıؤg¬═²ï╚"
  b"Ý\x00ô[0©HÕ–\x1DaÇÇ\n"
  b"\x03`¹\QñB¾ˆ42›Ã¯¦à"
  b"7øDÖ\x14\x7FNú¶cÔÝÖ…Öï"
  b"ߊ¬\x14gäJÿ¿|ÙüwºTœ"
  b"º gÁËpA"¥`èä´±ƒy"
  b"\x0F`õŠ?‰OȬŽÊ¨ÿà)1"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"""
    X*>U2¿K»ï■\x17É▒\n
    C├
    """
  b"\fñy±C\x12µï#_oélj"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"T⓱{.OÓ£7DâjˆZ\x11"
]
89 1.42 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"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02þ«\x1CT\x17E*—"óX[iÐè"
  b"\x03`¹\QñB¾ˆ42›Ã¯¦à"
  b"\x05kWú\x7F\eNÎîëa\e5Øæ%"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"\x0F`õŠ?‰OȬŽÊ¨ÿà)1"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"\x12\x0FÛË\f&B9▓1ñ\x06Øõ╩█"
  b"\x193OiìÁ@¬•ý(^v=”“"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"!³éÙï\x1FAp»Ö\x1C¨={…ƒ"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"%ñr\x03×ÌH'‰_q\x00E{¸m"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"1\vô‘.‰MF¤\x1A¶eT¥\x1F8"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"7øDÖ\x14\x7FNú¶cÔÝÖ…Öï"
  b"\x0Eé:Ø@\x0Fé3)\x08▒§91"
  b";üWz6$Mi‹GTú,53d"
  b"<C“\x0EóÛB[•O·á'Pqë"
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b">¨çö(ïMs”ÔáEv¬\x19Ý"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"EAÚ[Ê\x1DJ\x12ªžuƒ£!¿;"
  b"H\f;ÌÉÐCÍÆí┌ð ÏJá"
  b"H†'ªÊžO~¤¹¼f5Pìè"
  b"H‡0<úvGD—õÚ7\x1F2\f<"
  b"JMýîO8@\x04¹×ÑÀNý\x0Fþ"
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"OØ6x©▓Kûób\x1Eé¶o×""
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"T⓱{.OÓ£7DâjˆZ\x11"
  b"Tå…sÚ\vNˆ€öþ·pGS\x07"
  b"U$^\x02¤×O@²éyú8…ìæ"
  b"""
    X*>U2¿K»ï■\x17É▒\n
    C├
    """
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"YæÖ\AúAüü\x05Ρ6ç*W"
  b"""
    [öP€\x07\n
    @\x15»cBÉ—)VU
    """
  b"\Á–éu|F>ª\x18V'¹‹þM"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"`¹Ü7sïNN¿Ø\x0FOù÷\x12Ë"
  b"aän^NÇ@Õ¶ø\ÞçéÂâ"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"d\x11í`¶EIÙ‡c7»«K)‘"
  b"kg6\x13\tgH.º€ýÁ7•b–"
  b"lp-âw(Cv║FÉ£¬´µd"
  b"nç×aÆÇGó®ì;╚è\x03"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"q\x01¾7 ¿@¸ƒ¡A\x1A,qòª"
  b"qˆ„f\x16ÞI\x17µ(ÙÑãig¿"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"\fñy±C\x12µï#_oélj"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"v’s£HDI-‘FßÐì*ƒ¸"
  b"z\x03´[‹3D9¥õí»=Ø\x08&"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"|ÑoéW=FYˆe€\x7Fª÷\r,"
  b"|´9ׯ4@ıؤg¬═²ï╚"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"ü±n[ËËFaÆMuF\\x0E"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"ƒ\x13»1ÒiDj¯p“Ê­\x1DÚ\x1C"
  b"…¾“\x05\x1D°DfŽA(hÔEÜ\n"
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"‡kIHi,C’ž\x01zNÕ½Qe"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"Š\x1DÔÜ\x1EJL¨µ7\x13\r«¸ÍÁ"
  b"Š2s¾¶N@i¡•©ÇdÂñp"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"‘t\x18„<WC^¾p\x06Ð…›?="
  b"Æò─É\f\x13F─æ╠\x12mx\x00¾\x1F"
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"¡¬\x14üË&DÏ’ybUâ “;"
  b"¢\x12¥J}D@š‘7§*kþ¹©"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"¥*/NžgD\x16¬Dð\wí›h"
  b"®\x0F╬i3┘JjóÙ,│JíÅî"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"­LZ>3eN´ºKP÷Et܆"
  b"­oï  YBYŠš\x139«"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"»\x19ì2ı APä<\x10 è"À\x06"
  b"°å¡4É\x1CK¨€j\x15ð„T8T"
  b"²kšB›·\x04ªIË‘`P"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"º gÁËpA"¥`èä´±ƒy"
  b"¢\x01\x1E\x17h╚M│è\x1F9ì¬ÜlÂ"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b"""
    ┬^8Ø\x06IB ÄçV©\n
    P"@
    """
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"ÙŠsÐ\x1AGwŸÏ&¾Ô¶:Ž"
  b"ÅÈ3¿“'L® c©wÑkO5"
  b"\x1F╝"¨R@¸ÅÒrQ\x14AM®"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"""
    Ô\x06¿\n
    j÷El—žbÖ\x17º\x18\x16
    """
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"ÏçCå─¢O\tÇØú&äk\tZ"
  b"Ý\x00ô[0©HÕ–\x1DaÇÇ\n"
  b"Ýf™’l\x15Jï·¡’NžÓÕa"
  b"ߊ¬\x14gäJÿ¿|ÙüwºTœ"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"áƒ%Tj®O€‹;\x00\x1C3Û„ë"
  b"â9°\x05c\x16N™ ^R*¡õPý"
  b"Ôkàì\x15‗@ÎàBØ\x11]Gn~"
  b"ã~iƒw\x07C7‡ðÙz8´©î"
  b"ãÝMØX¿OÄœy§z\x0F‘0á"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"æöœù\x10¹O¹˜¶\x03·luY\x1E"
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"ë\t©üÚ?D\x13“Èfq¬@‰¾"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"ø‘?õü·E\x07•`ºàøGÒ”"
  b"øí1G$LIg¡\x13œ»Ws\x19î"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"ýÇ%ôÇE!¯\x1DÂÒp÷\x01´"
  b"þŸobó¦D‘¸N]\tÇ¿ºL"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"¼\fîÖ§fB[¦»³jÌ{Mû"
  b"yç-\x02«ÒOOù¤\eL\ÉÍ┌"
  b"³xeíÑÏNWØ\r\x06\x1EY"
  b"└├J¥<┘@ìØ±\x18Ðoj┼¸"
  b"à<F5ºìCüë‗Þ1õ¾Y"
  b"p'gsî\x15@#Øf!¯trà┴"
  b"ÿP{\x19\eÐB\t\x16\x14\x04"
  b"\rÀE¿x-AÆ¿å‰ó@MTº"
  b"„YÛ·sÈAÌŽ\f#uœ\x1A"
]
90 1.47 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"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"ÉÛN\tÖ­@╠í¹p>>zÄ´"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"¢íDűD׫xÓm=ð}¾"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¦░5╩ \x7FOìÑ╣Ì\x1C\x19³\x1F\r"
  b"¦░5╩ \x7FOìÑ╣Ì\x1C\x19³\x1F\r"
  b"þòyW@nCEØø╚└àgıV"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"¢íDűD׫xÓm=ð}¾"
  b"\rU.\r\x05ÈGó¦Dv\x13ÛTc\x14"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"I-êɯªE÷╣ìv\x10Ðk²]"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"\x07äxN\x13$C╔½\x136|Ø╩wk"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"\x07äxN\x13$C╔½\x136|Ø╩wk"
  b"N±ÀSÓOL¢ê4l>9═PØ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b" ²sëͨL?œ·Ü\x1A8*Ëç"
  b"¢íDűD׫xÓm=ð}¾"
  b"ض¡ªôÐMl╝ð\x1D\x04uÜb "
  b":¼R))8Hɲü\e'ý=„!"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"¢íDűD׫xÓm=ð}¾"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"‹þß2ºH@;¿êW\x15î-,Š"
  b"¢íDűD׫xÓm=ð}¾"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"º\x14\x0EÅBϸ)…\x04®Öoë"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"¬\x18ðˆæ2A\r‡ÄeéÇ(–µ"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"B¡|Äd|Bp¢•è.·±‚\x04"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  b"6zß\x1D\x00©FÌ„Å/:Ÿ!\tI"
  b"¢íDűD׫xÓm=ð}¾"
  b"¢íDűD׫xÓm=ð}¾"
  b"N±ÀSÓOL¢ê4l>9═PØ"
  b" ²sëͨL?œ·Ü\x1A8*Ëç"
  b"¢íDűD׫xÓm=ð}¾"
  b",ƒAtÑÁN¶£"\t·z•Ná"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"G÷wu­1Aó½‚.\x16ö1\x086"
  b"þòyW@nCEØø╚└àgıV"
  b"¢íDűD׫xÓm=ð}¾"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b" ²sëͨL?œ·Ü\x1A8*Ëç"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"å<¾c3ŸGD€øðœþ—ž_"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"B¡|Äd|Bp¢•è.·±‚\x04"
  b":¼R))8Hɲü\e'ý=„!"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"i^\x19º@Y@Z¥Å²éÒOÈ\x10"
  b"I-êɯªE÷╣ìv\x10Ðk²]"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¢íDűD׫xÓm=ð}¾"
  b"\rU.\r\x05ÈGó¦Dv\x13ÛTc\x14"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"G÷wu­1Aó½‚.\x16ö1\x086"
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"|¢'fý(F³—\x12’Œ×{\x16"
  b"ŸÂ8½ù¯Oy€×ñÍ\x11‰èÓ"
  b"¢íDűD׫xÓm=ð}¾"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"þòyW@nCEØø╚└àgıV"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"B¡|Äd|Bp¢•è.·±‚\x04"
  b"î■╣UìRN\x17é~ÃÆI,æ""
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¢íDűD׫xÓm=ð}¾"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"i^\x19º@Y@Z¥Å²éÒOÈ\x10"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"õ}È5o\x05@\x04°²®‚%~j´"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¢íDűD׫xÓm=ð}¾"
  b"Ī^†$ÒK0°1."p\x11"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"¢íDűD׫xÓm=ð}¾"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¬’ý==.G’”i¦W£`ç "
  b"\x07»\x01¦\x19Koª¢\x11‰ùGBV"
  b"þòyW@nCEØø╚└àgıV"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"vx\x0E忀BªµöWM~%ÜÓ"
  b"¢íDűD׫xÓm=ð}¾"
  b"vx\x0E忀BªµöWM~%ÜÓ"
  b"P_ÌPŒNGë™Øäb\x7Fè½2"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"¢íDűD׫xÓm=ð}¾"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"ФiÑc>Ga—>-ô¥4vn"
  b"ÉÛN\tÖ­@╠í¹p>>zÄ´"
  b"¬’ý==.G’”i¦W£`ç "
  b"¢íDűD׫xÓm=ð}¾"
  b"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  b"Ī^†$ÒK0°1."p\x11"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x07äxN\x13$C╔½\x136|Ø╩wk"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"®üú\x11€cK¹†5E*ÒÜÛ÷"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"\x07äxN\x13$C╔½\x136|Ø╩wk"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"¢íDűD׫xÓm=ð}¾"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"¢íDűD׫xÓm=ð}¾"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b" ì÷▓mÇD"¼Î¥+F¨0¢"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"\x13I┤\x1FIc®`áºD─0ï"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
]
91 11.08 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"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02þ«\x1CT\x17E*—"óX[iÐè"
  b"\x03`¹\QñB¾ˆ42›Ã¯¦à"
  b"\x05kWú\x7F\eNÎîëa\e5Øæ%"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\fì\x01!l¬D2äÙ┘#▓Ô&!"
  b"\x0EŽ\x19ùð\fC—¼ÚDîÊRX¡"
  b"\x0F`õŠ?‰OȬŽÊ¨ÿà)1"
  b"\x11\x11ÀE‰Gx—ާGÖ\x02I\x10"
  b"\x12\x0FÛË\f&B9▓1ñ\x06Øõ╩█"
  b"\x193OiìÁ@¬•ý(^v=”“"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"!³éÙï\x1FAp»Ö\x1C¨={…ƒ"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"""
    %Æ”Ÿ\n
    áAG‘Cf\x16Bˆ+;
    """
  b"%ñr\x03×ÌH'‰_q\x00E{¸m"
  b"*+\x04ÓDÖF\x0F••²¼§dˆ\x12"
  b"/Ôêrå┴LØ£ÉpJ,ëC\x07"
  b"1\vô‘.‰MF¤\x1A¶eT¥\x1F8"
  b"7Ëm\x03˜$C†»‡š¦JÖÎ\t"
  b"7øDÖ\x14\x7FNú¶cÔÝÖ…Öï"
  b"\x0Eé:Ø@\x0Fé3)\x08▒§91"
  b";üWz6$Mi‹GTú,53d"
  b"<C“\x0EóÛB[•O·á'Pqë"
  b"=›Ãr3ïJÌ¢tèÇÓL\x14@"
  b">¨çö(ïMs”ÔáEv¬\x19Ý"
  b"?)5·&|O°¸\x0EPÇt\\x13E"
  b"@Ðýd!ïI䢧ÿ&þ8ý;"
  b"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"B‗õo\x15±A-ü─í­·┐òt"
  b"Dý)¸œ‡K°œ¶w8©p’P"
  b"EAÚ[Ê\x1DJ\x12ªžuƒ£!¿;"
  b"H\f;ÌÉÐCÍÆí┌ð ÏJá"
  b"H†'ªÊžO~¤¹¼f5Pìè"
  b"H‡0<úvGD—õÚ7\x1F2\f<"
  b"JMýîO8@\x04¹×ÑÀNý\x0Fþ"
  b"J‚·R—âI¯ƒZ|›c'øÀ"
  b"L|/B‡mO”‰Ù¤°G] Ì"
  b"OØ6x©▓Kûób\x1Eé¶o×""
  b"S\x1F{╚kìJ┘ò\nÏÍú\x00"
  b"T⓱{.OÓ£7DâjˆZ\x11"
  b"Tå…sÚ\vNˆ€öþ·pGS\x07"
  b"U$^\x02¤×O@²éyú8…ìæ"
  b"""
    X*>U2¿K»ï■\x17É▒\n
    C├
    """
  b"X€²˜½\x1E@¦‘&‹„öc¹\t"
  b"YæÖ\AúAüü\x05Ρ6ç*W"
  b"""
    [öP€\x07\n
    @\x15»cBÉ—)VU
    """
  b"\Á–éu|F>ª\x18V'¹‹þM"
  b"^ZÚB€5I\v\x04„¼•/™ß"
  b"_›yóö\tGÓ¨¸Êá²ï\x03P"
  b"`¹Ü7sïNN¿Ø\x0FOù÷\x12Ë"
  b"aän^NÇ@Õ¶ø\ÞçéÂâ"
  b"b«IÉ«║A\x1EÆbþez-\x1A\f"
  b"d\x11í`¶EIÙ‡c7»«K)‘"
  b"kg6\x13\tgH.º€ýÁ7•b–"
  b"lp-âw(Cv║FÉ£¬´µd"
  b"nç×aÆÇGó®ì;╚è\x03"
  b"\x1Eá¿JMI²Úh„9&Pœ"
  b"q\x01¾7 ¿@¸ƒ¡A\x1A,qòª"
  b"qˆ„f\x16ÞI\x17µ(ÙÑãig¿"
  b"t$Ý´Ì\x12L)ØUõîÀ╣D╚"
  b"\fñy±C\x12µï#_oélj"
  b"u§¤ŒP\x7FJW‡û†8%Ãp©"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"v’s£HDI-‘FßÐì*ƒ¸"
  b"z\x03´[‹3D9¥õí»=Ø\x08&"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"|ÑoéW=FYˆe€\x7Fª÷\r,"
  b"|´9ׯ4@ıؤg¬═²ï╚"
  b"~\eÆ/¨\x02Eˆ¸…$„€Ã­Ý"
  b"\x7Föø?x-D·¨p!\x11jcjž"
  b"ü*Ø┬ÛqH¸åB¡6àe\x07p"
  b"üƒd©ÝY@\x0Eª╔\rùØZñ"
  b"ü±n[ËËFaÆMuF\\x0E"
  b"‚h@™ÝoI´žˆ›fdú!\v"
  b"ƒ\x13»1ÒiDj¯p“Ê­\x1DÚ\x1C"
  b"…¾“\x05\x1D°DfŽA(hÔEÜ\n"
  b"†mr;¯“DÑŸÿ.\x19ºZ›Ï"
  b"†ÂµžIwL\x01¸Í\x11+Š£\x19"
  b"‡kIHi,C’ž\x01zNÕ½Qe"
  b"ꥲú1╠N╝│É ,\x12fl;"
  b"Š\x1DÔÜ\x1EJL¨µ7\x13\r«¸ÍÁ"
  b"Š2s¾¶N@i¡•©ÇdÂñp"
  b"""
    ‹L–\n
    ltL{ž½iš1•Ly
    """
  b"‹óÔårbJT¿\x03"Vàbl\x08"
  b"ް»Ã6zKòˆU—ò$fˆE"
  b"Žík)g\vKµ´Å#{n¤˜\x7F"
  b"É{ª!XøG\x10å³õûCƒ‗¼"
  b"‘t\x18„<WC^¾p\x06Ð…›?="
  b"Æò─É\f\x13F─æ╠\x12mx\x00¾\x1F"
  b"šfjç\x02ÄI$².°€“í\x03ï"
  b"šä\tnîH@Ô¸‘ 3ÊÎH„"
  b"Ü‗\x1CL\x02XIùüpÑ »+N1"
  b"ø\rq\t<\vCðºjÂçÅırN"
  b"Ø1¬S┼│F└¼V0\x03T}pK"
  b"ئÚ┬]fI┼®vVî{B_Ì"
  b"¡¬\x14üË&DÏ’ybUâ “;"
  b"¢\x12¥J}D@š‘7§*kþ¹©"
  b"ú_0O÷µ@züg▄\fzÔ│└"
  b"¥#\x1CþÐpFl®ƒ5”½Úƒ‚"
  b"¥*/NžgD\x16¬Dð\wí›h"
  b"®\x0F╬i3┘JjóÙ,│JíÅî"
  b"®1_Iü5HÚ¥©ÚòÅq¿*"
  b"©F\x19„š5E»¼íÅ_é\x11~\x0E"
  b"¬#┐╗ë¶J^êáÏî<LbÅ"
  b"­LZ>3eN´ºKP÷Et܆"
  b"­oï  YBYŠš\x139«"
  b"®Ø–“\x1F(E1»ïœ\f»ö‘\v"
  b"»\x19ì2ı APä<\x10 è"À\x06"
  b"°å¡4É\x1CK¨€j\x15ð„T8T"
  b"²kšB›·\x04ªIË‘`P"
  b"µµ!—³#G\x12“ŒìG\x01.˜ø"
  b"º gÁËpA"¥`èä´±ƒy"
  b"¢\x01\x1E\x17h╚M│è\x1F9ì¬ÜlÂ"
  b"½\x1Aõô\x1CÜI\r˜"SÜ\f»ªÎ"
  b"¾®õ·µäC†˜Ë<½ÈÔ«¶"
  b"""
    ┬^8Ø\x06IB ÄçV©\n
    P"@
    """
  b"ÃRý(\x05%Hô³ÇýóVÂ\x00\v"
  b"ÙŠsÐ\x1AGwŸÏ&¾Ô¶:Ž"
  b"ÅÈ3¿“'L® c©wÑkO5"
  b"\x1F╝"¨R@¸ÅÒrQ\x14AM®"
  b"Ì"áÄñœL)·.‰î\x13ª,¿"
  b"""
    Ô\x06¿\n
    j÷El—žbÖ\x17º\x18\x16
    """
  b"Ö\r UãRJ4Šçæ%q\x15¸Ù"
  b"Öz\x02L[ÁM)޹³\x7FWðó„"
  b"×™Àh]ÛIÒºfv¹bP]\x04"
  b"ÏçCå─¢O\tÇØú&äk\tZ"
  b"Ý\x00ô[0©HÕ–\x1DaÇÇ\n"
  b"Ýf™’l\x15Jï·¡’NžÓÕa"
  b"ߊ¬\x14gäJÿ¿|ÙüwºTœ"
  b"á\r3Ëò\rBUº6R$³\x02"
  b"áƒ%Tj®O€‹;\x00\x1C3Û„ë"
  b"â9°\x05c\x16N™ ^R*¡õPý"
  b"Ôkàì\x15‗@ÎàBØ\x11]Gn~"
  b"ã~iƒw\x07C7‡ðÙz8´©î"
  b"ãÝMØX¿OÄœy§z\x0F‘0á"
  b"""
    ä‰\n
    ¸·ØF©—Žö¾\x1A\x03Ù³
    """
  b"æöœù\x10¹O¹˜¶\x03·luY\x1E"
  b"Þ│Îs░aM\eÂìúK0ãW#"
  b"""
    êö\x17\n
    \x14\x7FKã«j€Þ\x18ÉB¡
    """
  b"ë\t©üÚ?D\x13“Èfq¬@‰¾"
  b"ÝvúÎm[@vì\x15X®)\x1F"
  b"î ¤-f¬C\x14¦|¨ÂZ\x10æ("
  b"ða0*âvB\x17²\x19äÒ\x08\x17°\x0F"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"÷ˆ\x14\x00ýAò£dìo\x18‡]{"
  b"ø‘?õü·E\x07•`ºàøGÒ”"
  b"øí1G$LIg¡\x13œ»Ws\x19î"
  b"¹½¨ÑCıMÈ®ü+00Jñ┴"
  b"ü\x19ÿÖQqM}º;Γ”1Ä+"
  b"ýÇ%ôÇE!¯\x1DÂÒp÷\x01´"
  b"þŸobó¦D‘¸N]\tÇ¿ºL"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"¼\fîÖ§fB[¦»³jÌ{Mû"
  b"yç-\x02«ÒOOù¤\eL\ÉÍ┌"
  b"³xeíÑÏNWØ\r\x06\x1EY"
  b"└├J¥<┘@ìØ±\x18Ðoj┼¸"
  b"à<F5ºìCüë‗Þ1õ¾Y"
  b"p'gsî\x15@#Øf!¯trà┴"
  b"ÿP{\x19\eÐB\t\x16\x14\x04"
  b"\rÀE¿x-AÆ¿å‰ó@MTº"
  b"„YÛ·sÈAÌŽ\f#uœ\x1A"
]
92 0.41 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Á÷"
]
93 0.32 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úê-ÅÍ+ \"
]
94 0.39 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/390-duke-2024-modelcode-F4387X1"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
95 0.50 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.%"
]
96 0.24 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.%"
]
97 0.19 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"
]
98 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ƒ"
]
99 0.27 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:
[]
100 0.18 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
101 0.20 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.24 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úê-ÅÍ+ \"
]
103 0.60 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"
]
104 0.34 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"
]
105 0.18 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.54 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
107 0.24 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:
[]
108 0.21 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
109 0.14 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.73 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"
]
111 0.38 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•ð"
]
112 0.66 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"
]
113 0.63 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"
]
114 0.43 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
115 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"
]
116 0.46 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"
]
117 25.35 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/c35cb44d97b945818aa4badc1b75a09b"
  "/detail/61f9dbba9cf94f79b7a6711183e1adad"
  "/detail/53a6c2b0f4c140239f087b3be99d6214"
  "/detail/0198cc6bb5d6706eb589efb6623f5bbe"
  "/detail/c02b5c2491064157a0814723455e1b6f"
  "/detail/db0d7d9964294fc0a84d9a7098503d71"
  "/detail/0ec4b5e3b2c940b0a5f6f670066b4973"
  "/detail/d65aeab29e4b44b58eabe5880ed888c7"
  "/detail/8bd51843f8da4cb28f699c81745710df"
  "/detail/53ccd56205554b5390a1c332a6066a4c"
  "/detail/e94c714dd1174c07a03de0e9a1930e71"
  "/detail/019a08a9652d43dea42bdb47fa151eba"
  "/detail/74d81fcae8c9455d939f99854ad1b37a"
  "/detail/20d96bbb533d481ea04b9d4e49ab7052"
  "/detail/ca9c0b81264347a894630408aa3962c5"
  "/detail/83085583d2c74c21aabf44f458af75ab"
  "/detail/7b5b8413e4af440780d41a419a972862"
  "/detail/fd58d88554a24cfcac45aaab8edb8944"
  "/detail/944e3b9213db4adb8f7f21fb5b50bbca"
  "/detail/f2dfa5f595ee445288baaa5bee5569bd"
  "/detail/4295ce766a2f410e86031d7ad3c00fc8"
  "/detail/abcba9c99428440497b5c713071b2430"
  "/detail/63d0253e4c0448ec8b909fec5817c0bc"
  "/detail/4a2416c59e1349f98ce1f2974691f1a2"
  "/detail/92f3492007f04098897664229a148733"
  "/detail/dddd0f583beb464ab768cad55eb60d01"
  "/detail/40572f249f21423880935f04bbf3d29f"
  "/detail/fb299e76fce243aa8bf54a5e6285a655"
  "/detail/91d374c99bc34ae7beae6a9e506318d1"
  "/detail/e9467d4a59514abb9c220c0eac2a4efd"
  "/detail/a01797397fc74077a9ae6c9d301bfae9"
  "/detail/3a2ce757c70746869c1eaedcb4fc9a2a"
  "/detail/e977f7820b97441abcfe8fab11eed316"
  "/detail/656efef3430d45b1a3f22dc32daf30a5"
  "/detail/90746c98bc364bc4ac071000cba52af7"
  "/detail/d09a31a17628445e84736e3c7ef33851"
  "/detail/b874c82b895c44b09cc94e5c24a77563"
  "/detail/1d5c64c874bf4dc69f3febd04faf3364"
  "/detail/cd27b8eba772438d9b93a44edabde12d"
  "/detail/14ce356c0db543f499c0709591162fb9"
  "/detail/2a04967d1cbf4b3a9f5b5883b4e7e7c2"
  "/detail/cf9ca6eb4a8f4c1aa51078e31480c385"
  "/detail/504d7a029e8043e5935dd10339e998e9"
  "/detail/d5676fc0f1f646e599db3a444079aee5"
  "/detail/0198cc6b7f147132b2b0b19aebac211e"
  "/detail/b8794a4d83584c79ba892a0f5814aeb6"
  "/detail/c86c3c9567d24d54934a8937fdd264f5"
  "/detail/f989deced84b4f289326c5549f63b236"
  "/detail/cdd2eed9e395448a93d21ac5184b9608"
  "/detail/b2d045dfefd8447fb20e3d12e6e605bd"
  "/detail/f028a866680c4c05848317d1c1e77cec"
  "/detail/c88de4d3a41c4185a33338eba4edda2f"
  "/detail/e057c3301eff41cb80f4c75504ecf30e"
  "/detail/1c3060d8552f48f78e6f4a44be26602c"
  "/detail/ba3d6cc68ecd458094a470c377aba7a3"
  "/detail/ffd1f0c23d9a4a6791da9bf9bcd6bb73"
  "/detail/ccb31eea31424251a9fc28ce43a8f50e"
  "/detail/d0ae2f4e166a468c99925a0a6cb05bc9"
  "/detail/d5cace4cb0484e41a54d8e5607003c8e"
  "/detail/52d96ce20c3e471984a51a891f6b817d"
  "/detail/83df3fe2fabd41a983058ad1b9aedbf4"
  "/detail/b3b20306c4cd4c38a9d96201661fa19d"
  "/detail/0198cc5cf09773c08ec0d20dd4fcd9e7"
  "/detail/8f1c43aaec4648c4aae1044afadea236"
  "/detail/cf87d9e481a8420491943b5f566c381f"
  "/detail/b8c824b84e344a51aaa751b34ea3ade8"
  "/detail/5a726a2d9ce249f28851f14fe925a0d4"
  "/detail/4e4d45f20929421d8bc1133d32fc6b90"
  "/detail/0198cc5e901b70a98a5fbd92548ac6b2"
  "/detail/9a08a471d1554e4d98af5aabc1a39495"
  "/detail/dc952cdf32d24c109d88b99a84318ac6"
  "/detail/8566380e2610463a8dcdb05b25141ae5"
  "/detail/49e3d5aa20e64603bba02e3d3b264c96"
  "/detail/8785560bc9694947a6b451890e261a6f"
  "/detail/f87f7426443e482c86916d1d63e88056"
  "/detail/bed2d0fc0b014410a5ef5d664609fc0d"
  "/detail/be5a036021484e7c9c2f2446e8f73432"
  "/detail/afcc10d5fbf14ecb833795bd082ec0ab"
  "/detail/51b303c46242476f81fd06c0083e818d"
  "/detail/d532f308d54b45ef99b267bf10c57e9d"
  "/detail/8569886d54d848ffb319a42bb2b84624"
  "/detail/42e358b9792040f09dd3c26f9a8bb19f"
  "/detail/17540e8755d7452db3d1e51d3f2864bd"
  "/detail/fd302a1d1703488886268220958ec59d"
  "/detail/1e3fe1448c9542bea4bba22554f75e0e"
  "/detail/b8fe6ef6a6484429afeeadeb303b5e8c"
  "/detail/0198cc6b2d71713db3c35eb594764799"
  "/detail/7462e5479ab14432afd61d42b71d6aeb"
  "/detail/853793d702254320932e0a825c0e65c9"
  "/detail/d838642bcfd2403cb57e35af54a340fb"
  "/detail/275294068f554ed984bfbbeea86c7dd0"
  "/detail/ed91f7376bd54ae69fcd885bf4d32b21"
  "/detail/903b64b4a695470aa3caef90e59b061a"
  "/detail/0198cc5daf3d72d6b8ec1ff2bbc3daee"
  "/detail/82794ec8142c4bb3aa06990bea889cb7"
  "/detail/439a77a8893e431085804085662c10a6"
  "/detail/e48eefed14b644a9806a5abcfcd73e7f"
  "/detail/50460b56d7b7463c828f3ab4d045d751"
  "/detail/711aeb58c0eb4037badd7bf4454538cf"
  "/detail/63e71fa4d7104410bf3d2aab96993885"
  "/detail/73fb23b48cf54aaeabe2e831be5373d8"
  "/detail/d40e51054a8e454cb29b9bcbedf6f65a"
  "/detail/8d9787c3834745a8a7f03525de9a9a84"
  "/detail/0198cc6b028e72ad9d453934a7dc68d8"
  "/detail/b2cfdd9c4984491ea2cf398380fbbf5c"
  "/detail/39ff5a00c62943519f2609b434f71777"
  "/detail/5ce78f3e525641b2b2490526e0794290"
  "/detail/962243ea5d324d1282e88d6d625a1e70"
  "/detail/2905eb8f03a54af2b5460506bab1783e"
  "/detail/6f9351d6654e416fb08d24fdbe1cac03"
  "/detail/ad7ae348dc854efdac7f811ede30b25a"
  "/detail/c75d4823573141f8af057dc0e11fe456"
  "/detail/416128a4f8774b4aa8ed9a351a18de30"
  "/detail/7587b8731fac40a9bc731ae9167a44ca"
  "/detail/44bee7c8bf264f12905ce8f20941524a"
  "/detail/a16d92237ab9441aab63138b567888ad"
  "/detail/8ece3612f7b44fd2bdd16d9c40fef6f3"
  "/detail/22134171bcc84df6a55ede542cdf3d38"
  "/detail/0fb17958d9654b9c9b30535001c901f9"
  "/detail/da9061e2f1ef4c4fa4688c85ae4dd603"
  "/detail/268fc412578b406f8945566b61785612"
  "/detail/7df70695707044559057ea36a1e018a5"
  "/detail/c8ec2e4c062e4021bd7c7166442873f1"
  "/detail/98c6688bcb444cbd98c8cd1a636d76de"
  "/detail/56d447a6f3104610973efc6a9c905960"
  "/detail/845c2851698245d988f548dd8af3898a"
  "/detail/f077e3cc9a324774abb6cd51f6a78bee"
  "/detail/34322ad0217b4362a1cfa0e6c6172b99"
  "/detail/abdc821dfc124f4bb3f103ba037b8a1a"
  "/detail/64642ad8dcb04a20801a27bedd3ccfc1"
  "/detail/1ab6a299109948dba1d3d50c71840d45"
  "/detail/3fcd66fb31b243d496912a25489f0376"
  "/detail/b4f81406bb7d4c3e8bf8c45c71108e87"
  "/detail/8c2ca16e96074b43ac2494e997313e08"
  "/detail/a90319796686407b9795490fbc7029fe"
  "/detail/607c9234c5ac4c3b9d8edd13ce102902"
  "/detail/5273f25e874942cb82dfadd5b054a179"
  "/detail/c2a3573b7a8d4c4f9626afbceb45bf5b"
  "/detail/25185da2034a4b4d945a6b8511ff1c02"
  "/detail/b7aba5c037fe445bb1c88d6676eb5671"
  "/detail/71949c6e2ea14198b17ec1d600f6fbff"
  "/detail/74024962c39346f4aa1d015dca8026b8"
  "/detail/1ce9046a05bc4ccbb80a62d403323681"
  "/detail/0198cc5d41e271b2ab26cc0e57125d65"
  "/detail/9841cb38efe945399e3b75d39c3e9bec"
  "/detail/5d2136f07ecf4c5f911ab9e4adeb2c94"
  "/detail/81081a5a7d8d4092bfa3dd0c76ed717d"
  "/detail/4791e56d7cb74e039f451e39e4313a15"
  "/detail/a3b1881ad77a4c3bbe650a69601df9fc"
  "/detail/378a5be7022a4e57b2c88411c7abb3df"
  "/detail/e2e9c43bc19342c2b7bfede713d921f8"
  "/detail/f97caa237c294498b3af603eaa8d3363"
  "/detail/c702036a9bcf499ba4878fab1225f73d"
  "/detail/0198cc69946672dcb6e341697e01bf4a"
  "/detail/ecb62fc0347f4456a8be54b3c547ac09"
  "/detail/58d62aadec394f14a56cd89542929ce3"
  "/detail/82d873a0f6c545a2a8b3bbb660d2465f"
  "/detail/b1b9fdee08ff4c7b8a847dd96d95595c"
  "/detail/c063d9fa162e4a7f908308c99dd17687"
  "/detail/0a331222acd74a0e9e08d7a7c95cf4d1"
  "/detail/ef6f6ade8577455eba73e19a367dc8b5"
  "/detail/79632a2eedc249f7aadc9f0a3a5a4180"
  "/detail/73a798034b6545e5bea76edc19c9bdbd"
  "/detail/a0ea93caed694b4e996c471c18ca245d"
  "/detail/1f5b4c511c8f44ff8165aeeb43533943"
  "/detail/804d263d5f2d4ec0b2d5ce795e3ec534"
  "/detail/545edac6568845e6aa01c5d5328026c2"
  "/detail/bfcd7d83e3824f00ba86a7bf80940c88"
  "/detail/271e00996e0d46e2b60cab0cc352f774"
  "/detail/6dbd105e5c9241128bee5dce90fae36f"
  "/detail/0217734ea93e4162acff209d83b739fb"
  "/detail/55db626078624359ba213fb9b1349af2"
  "/detail/3410b846409243ba8f817be282cb5a55"
  "/detail/4595dd600b804cb086640be835ee6351"
  "/detail/e4f316f16a274836a75bffa0cc54bbc7"
  "/detail/6d946caee54a4c6ba588e29ae9c4adcb"
  "/detail/331888df6b9447cf803f6bca8a111b63"
  "/detail/c6df0b298d2c4b4eb24694942299ad52"
  "/detail/4f60ada1c2a24bf1a5d61cf22b816bd0"
  "/detail/dc883923abcf4cfaa6b0644820009ebb"
  "/detail/0198cc5dedbf736f8498c014ba391dd4"
  "/detail/e34f8a97fb30448db110740d4dc45b09"
  "/detail/bd964333bd904e599616c2db42751180"
  "/detail/0198cc6aa8ea71c0bd19fea37a402d21"
  "/detail/d1eeeeb7f2ba4fe7a9f9b2360d5e47d6"
  "/detail/6a074b59dd38478f88f38593a989d76a"
  "/detail/f103d167effb46bea5ffc3be437b6af1"
  "/detail/ea507708620b474b8ac1945ff1bfd4de"
  "/detail/c2f46f2fc6304b89b6a26b3131dd7c90"
  "/detail/64c716fb13374fc5b87c1723ff5c37f1"
  "/detail/9c84b446f04c4cdaa2eb6adec397a751"
  "/detail/0b1b995c25c04b6eb26c1c8af129ddf6"
  "/detail/0198cc5ed61b737abf98df2318e02c36"
  "/detail/2fdf6b2d4c8140d48edd0401184828be"
  "/detail/c4e218aae3d04964bd6d64a875ee421f"
  "/detail/ae1fb46290fd43ea8d7b3c4b73e072db"
  "/detail/2cc2d393b6bd47bfb57d72a52983f662"
  "/detail/deee243e7e1c47aa84da8a918b6b53c8"
  "/detail/e12095ab0f044138985c335e2be04ace"
  "/detail/72cfd1064dec4b82af7a258488413a58"
  "/detail/9d70cd3f428b47988444067bef2feb14"
  "/detail/52b7b31a3bef417eb75af8b85bec7f33"
  "/detail/da4dca725bd446d8a39629ba6ae40a5c"
  "/detail/c9eaf8e60420463486d7655c0a51de1d"
  "/detail/27b0e1194d194d10897df67a6e0300ae"
  "/detail/db9bd1413cef4f12b524bc5f99e4bc45"
  "/detail/837b7ecea3984613a22202c243995184"
  "/detail/da9cba7c3bcd4961941a3a23eb2ce26e"
  "/detail/c73584c0ba21456a96e91f0dc162d207"
  "/detail/ae8ed899f67b4a64b8097eb389bd2608"
  "/detail/349a6d7631a84c81aebbb7d810818529"
  "/detail/cb1edefefcc341a287e7af4d3325e975"
  "/detail/5bb4fa7eab2a4c949a02086b8106e8e7"
  "/detail/95511a5184d04b928cc5930656bcf18f"
  "/detail/861afd019f3e4f919da205741f9195c7"
  "/detail/f90217fb98d64a869744e4e09ac05bc0"
  "/detail/7da386df3bc34c33a1c21dff2985f647"
  "/detail/7d0912fcabb54cb780653b416c44caec"
  "/detail/7c431847b2ac46a7a123c7cb431ecd93"
  "/detail/ae3dbfc834094eee98417b3445d0d66d"
  "/detail/0f01a3413914486d85103982b814090c"
  "/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9"
  "/detail/e4be3af00287447681800fbc58fd2bad"
  "/detail/b69c416d9400423ba0d644da2818f410"
  "/detail/0198cc6a6e8271c78c4243b235e09288"
  "/detail/b86222761d59446796e71081fafa78d5"
  "/detail/a1c07a3f40db490ea27a1444240033b0"
  "/detail/a70b0a7b8d3442579a8fa4c3c374d233"
  "/detail/ba164df884ce48eb92e8fe92fd226146"
  "/detail/b6f665c210fd4b9b9848e5b33dd37727"
  "/detail/30cd49853f0c4d3b9fdadd3d4b3661eb"
  "/detail/c3f7f4be2cc74590a02873567380d6d3"
  "/detail/dc5d00d7416c4d2a8b908e16e91b6d1e"
  "/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1"
  "/detail/73e3a993d78c45bcac56957694e3dc61"
  "/detail/682a3de9a2534e51a494650f0d1b189f"
  "/detail/7a95221257854c32ab7e41c7062d892e"
  "/detail/78d558eb2fa6428ebc6837547f2cecb3"
  "/detail/ab845fe1fd8047f8ade92cc8be8e8c03"
  "/detail/6d759189c4a14728927a26b23acf20f9"
  "/detail/e05e1560f9a5436c9a8f18aefc1f193e"
  "/detail/a38759e09d8648ddbf06c1b9a0499340"
  "/detail/7e532763a80a4f05adb8da0043d5f597"
  "/detail/0198cc6a3014725288da9519cffcbdf9"
  "/detail/e24c89c1b0f6408591d704097848c877"
  "/detail/209c40b7b0e7417b8605840ffc63fcc6"
  "/detail/0198cc5f36bf73dbbe059457768f9d58"
  "/detail/4a405a49eb5f46f78af46f96ae0f3b8f"
  "/detail/439a16f4359440db9c08b9807eb33d2d"
  "/detail/2efae3acb5214167a91d5964473b6b7b"
  "/detail/0198cc5e7148714cb32e7d48e67995d4"
  "/detail/1ea1df93398741b19551b8656dc6c74c"
  "/detail/3149eff74de640b985925942cea011b5"
  "/detail/d84e73dc873c4386bd111e655cad11ce"
  "/detail/afebae725afa4b2b91eef655649a543d"
  "/detail/65a39c42091646bbae017d52cff3b801"
  "/detail/ddf81cb1925c49aabebdd69584017c9e"
  "/detail/2115e1dc4f404d9bb65004ef22ce2ff9"
  "/detail/4a2fb993d2114b938da5515c4620dbaf"
  "/detail/6d2f3a4bc5cc4d42b1991533a98c93c0"
  "/detail/c0cb14a9f82a44f38bc093a3362e09f0"
  "/detail/ddc890050017413ab17f7452d67bb700"
  "/detail/62dcd7185ba04b12803dc317f4327444"
  "/detail/caf0d1a8a04e420e98a0468382f869a0"
  "/detail/b7fe95c53ff24ddc8321bf596a086e3d"
  "/detail/094062d5a06b4f258c793771a85e6d0e"
  "/detail/8bea4ea004d8402dab1812f89a097fb9"
  "/detail/ec7394c67ed249dab06f9cc44c9a2b09"
  "/detail/62e31e0187ce4a7582577790e2481b2e"
  "/detail/68e629574e5a4026b1b10bc9e48d4b1d"
  "/detail/7407da3b8ee74616bfa7504ee4f7b484"
  "/detail/631c51ac157149658bca259a759c853c"
  "/detail/0e9a3fbff7044f44bdcd0f8044616838"
  "/detail/f2b54279554649ec9fae8154f799e7b1"
  "/detail/5c33aecb111b4514bfc1ea972cef897d"
  "/detail/9bba97d60f4c447fa1452eb6e1da9a76"
  "/detail/7f7401d272ea4ef7b5f5c747c69958d6"
  "/detail/4ac3ae2c78bb4911877b1e75af22cfa0"
  "/detail/240d06faf95e47bba7fda53ca0e394fe"
  "/detail/e277c27a74f24d74966b90a8b22be104"
  "/detail/c0cf79c9c89a48ef9f9a6e7bb346f53c"
  "/detail/fbf48885af454151b05ef13af1a59b7e"
  "/detail/1431a16e809d4c4da962d86c9b8d7fe3"
  "/detail/9a10cbdb98f441b6ab4b95a14b1de64e"
  "/detail/ec07675f237c4b6f88375f669f40c416"
  "/detail/9e4d8ba0bc854c0f83401a6f1c653e82"
  "/detail/13ead2a0af694b03bc746c277b3dc3c3"
  "/detail/565230d5130546278cf3e59382d9c73c"
  "/detail/3bb2b3a603d54675a1a749c3fcffc8c7"
  "/detail/b01a3b19eadc42198df31ca1f117bc4c"
  "/detail/55c375db204d4b8da285d1a44852dcfc"
  "/detail/f489d6f3fe674fa8821178b8a8bff4c7"
  "/detail/c748ea768366437cb2944218f422b5c6"
  "/detail/c6add2c226dc49c28ed322602d6710e0"
  "/detail/3ba365d53c4948e7bdd36b004bb3225a"
  "/detail/a49e2c96d51e452a9c826326d0e7a35b"
  "/detail/8386c89cada2400e9d3058c3e6c9c049"
  "/detail/ce9d3f65442348a291d3ea1866260111"
  "/detail/7cd50ee1670c4eae902c5bc838e1ecba"
  "/detail/47bc81469e414437bf4e17eb65a9dc3f"
  "/detail/4459b94bd6bf407a967f90d12f091c2b"
  "/detail/9d86050731fa43209d2f20209835e424"
  "/detail/32b9534f777f4d78aa54e6fcbe704792"
  "/detail/cc3a6c37198b4653b8a6ec370130b625"
  "/detail/16cee3ccd79b42a59dc5de8d4c242f35"
  "/detail/d71dcca83fbd403ab43287b83f2c819c"
  "/detail/595385791fcd4762bf22509a343ce5db"
  "/detail/af6dbe923fe54ed3a4a8bd078210f6f9"
  "/detail/ed292bd913954da894408a2a4f1ba262"
  "/detail/a82938812529460196aaea9c4040dbd2"
  "/detail/436a5b71a1d24ad2827d0b4831032082"
  "/detail/8e7acf4d31b24bb389ef016a81b1d04b"
  "/detail/23679a8704c0436bb1b0fa5aac717163"
  "/detail/8ebf1e333e104c24a16c8b825566fc2c"
  "/detail/80dfab55380844c4a9bb1149a9dce446"
  "/detail/cdf27ebd62244782aaf73853a6371f20"
  "/detail/4638b379ea2446f9a8e280020c65e763"
  "/detail/93fa3fba27e84c909866fdc267717208"
  "/detail/cffd568823ba4fc0b5d0cebdd1ce4c51"
  "/detail/7b1cd1e8d51d4e59a73d04942aff8f22"
  "/detail/97fe1c5c07184faa83ff24a3024e088c"
  "/detail/747c60779f4d4da5b94d9a1491009880"
  "/detail/cb7842846bc04fefb886d3d994bd3919"
  "/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2"
  "/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed"
  "/detail/f14cc551ef044c6a90a80453db2e4ae4"
  "/detail/b6a7c0058b4a449ea7ddcc08cd0f301c"
  "/detail/5404693c697d485485de7de7e1ef2c01"
  "/detail/d111a4ed259949168d6de0efc59a7d22"
  "/detail/207d32d2b7ca46318418dc5bc53cd150"
  "/detail/86af7236f6cc4f90bd1635f05f17354f"
  "/detail/f3411554c89d46728137d0c5a86f7878"
  "/detail/e146914ccc0448eba1744b3c905a10d7"
  "/detail/f164459a28dd40ccaf354de04a184554"
  "/detail/c0df34c6367e4ab6b4e41c6b27e452c1"
  "/detail/52441a8e191748ee96d0492c2fd7fd51"
  "/detail/bed1331d6eb242abbf04b63630c8c4d2"
  "/detail/e8c8c3fd9105421b81a59afc0ae3109a"
  "/detail/fcf601eb43374a5ba5bb0d1d0e4c81a4"
  "/detail/0198cc5dce75731c8a726b96ef07b9d8"
  "/detail/4ab731a1be664130bfa5bef7b4057a73"
  "/detail/98abbb4cf2134a918f666da5a2e96fe4"
  "/detail/d3624f353e4b451da71497342e37f597"
  "/detail/fb46804470654a8596c47f0a2c40179b"
  "/detail/efe06e34b5924ba6aa5ceb36fe07dff1"
  "/detail/889c3f1529e94cdf946d121c03e33e63"
  "/detail/42557cd0550b42e387fc2cc53b9efc2e"
  "/detail/4772ed5f211c46e3b858336a692fbcce"
  "/detail/b445efb7f118478599e42455eedfc436"
  "/detail/486a6b11fecc4c3fba270b88658e177b"
  "/detail/310311ddb9f24c3dbb8391399f34d1c6"
  "/detail/315ccd70ccc14045971524537c9affb9"
  "/detail/0f2bc509943f425f88602389a7eceb65"
  "/detail/30fe6da74e644fca9dafdcec94fef63d"
  "/detail/98873d2c50454dfdbbe6f901dc8b8690"
  "/detail/d0113785d82548c5bb57686200f85125"
  "/detail/574372388cee4f2781f6c8ed30644d1a"
  "/detail/dd53462fd3d3462a93f2e4a1a3547e6d"
  "/detail/2d862d31edde44c9867817a333b64a18"
  "/detail/72fe7c5125414792b1c52f53f90699c8"
  "/detail/d6d17618acae4dba9cb128ac2706af16"
  "/detail/b26fd0510d574ee7b0c9591c98d9c61d"
  "/detail/c79eae580f1e49b6a3105ea7bedb85ab"
  "/detail/ec48344756b64dc8895ca0f39cc9afd1"
  "/detail/531f2bb32991464ea5479343f2d9e577"
  "/detail/79473e66fb7e47e59446ebe69fce70f5"
  "/detail/d85d5017002b4b0eb6ba7cf4d199ee55"
  "/detail/0198cc696df771cabac7b15688f73699"
  "/detail/8050cddf7ad24df68fb01d40a02ca55d"
  "/detail/1ffa59e417c44abd8c403b421cd27872"
  "/detail/2bb38224e14e40ad9a1fbe12c7969e0e"
  "/detail/fb27462615b64401b36b3ae0c4709ebf"
  "/detail/5422f85ed4414f27a8874d9fe97fab22"
  "/detail/470e894ed6ce4d7387a3e5b6f6cb9308"
  "/detail/6c72832ad69f468ea5a04c8f470a897e"
  "/detail/d8b824abca80447087edc9c65be9daa3"
  "/detail/ca36208d282346b3a697a10104c5bc51"
  "/detail/effe7e6118b84e3c9a25cbdfe2903be8"
  "/detail/94a2b191ea5343e09ceecd0b5bf5442f"
  "/detail/e8dfc7d9cbcb4768965c76a92d98d2d9"
  "/detail/5b492eee32624e18a10ae00710171a51"
  "/detail/3dda150f78bb400a90cbc7cbd15eba35"
  "/detail/2021ed3b275149c2a7bbcebcea3e3e51"
  "/detail/5ed5a77d39844b4783c6f4fa50b7d0f9"
  "/detail/f7275334a23a4b5b86033b6d17ebf19f"
  "/detail/5870801535e54876a6a694c03b2c643b"
  "/detail/4d319b5273e04263b4f7261231b6ebe5"
  "/detail/8cda064c1b2c4b92ad8acb3b9304a660"
  "/detail/aa0633837d8044d2968e25cf48b70685"
  "/detail/7604073c50704eff91c818a6dd0efd4f"
  "/detail/64234ac24dd0480491f83700fe837ddb"
  "/detail/1c5da60806ca4b2b90c57aed8c764e68"
  "/detail/fa71c118f9ad4bd484f6b3a33163d138"
  "/detail/8cd1ffadea924f1c8ee1b39abb8430d3"
  "/detail/b75a51b5075e495f8d4f31e043346928"
  "/detail/e47d04e31b3d4a47bf25d0f5f545ba12"
  "/detail/9093355131a04551a98dfb26da992848"
  "/detail/ec87571f6fa4427b9a981ffe261a279d"
  "/detail/c1c2d28f30304f86b4b1307fc726ed47"
  "/detail/1966c48883004ff79a2e78d4789d63ee"
  "/detail/30517dbfb2b54d7395d6a70ff90e7e8d"
  "/detail/6d8dd0ad10704c33bb6a0953d63248dd"
  "/detail/92d7f2ddea3a4703899d75f43cd17f05"
  "/detail/c4de8a193f394ff6b5244e01bbb713b8"
  "/detail/806c9dd1d06f49f1b144ea80165e960d"
  "/detail/c330f8bc4a8b4a8f99a50e140637f1ec"
  "/detail/4565e2509797459ca8f79fed8b816d5f"
  "/detail/904066013a1048299eca7a3aa4badc8f"
  "/detail/66d5d6b400914b72aed99d6092b70031"
  "/detail/c3309e1a37934376b8fd8f0eab389e12"
  "/detail/f3299586da83433fa100f10626713df9"
  "/detail/092d2c7b29524716af65fedfa8cee6ee"
  "/detail/e0c4c4ecb8fd4f7ab8b09313c21bf444"
  "/detail/4e45326e80244b48a83d81a7a7db1012"
  "/detail/d618992a7d634a48a3f42bd47cb67f91"
  "/detail/0198cc693309723eacd46059d041e307"
  "/detail/ecb46f56756043f9960090266c6111dc"
  "/detail/faa80431ea3e48d69a38d6799a8fce89"
  "/detail/16400ae79e864569a9dc816362db8dc8"
  "/detail/a51da365ca21496191a003f88438a996"
  "/detail/8213b54eb6be405cbe81367c216404d7"
  "/detail/2ec3a10886154bc4a98888ef5de27c01"
  "/detail/a136b29bbc7445698fab1fa6a71e1578"
  "/detail/72a8827243414947a808eca0e500d239"
  "/detail/b4f8ad5aaba14d52987da89603d9adfe"
  "/detail/f474bedea62d4a53b963998157005ff3"
  "/detail/0198cc5d6d137308a5fa90fa35f776ff"
  "/detail/1f079c55774749418594c72abeccd336"
  "/detail/e4c8553de55549de84ef239241c111b6"
  "/detail/3ddda00cc5284c32baab378964051add"
  "/detail/c5bc52851db7466a87facec1a4a4cf9c"
  "/detail/30ec051ecc9144eab17a9fccc41a19ce"
  "/detail/60abde5a90cc44e2bb928d1745c72ae0"
  "/detail/979a192bf30446f49f4c4b638b3417f9"
  "/detail/e4f9a7846b8a4b8a89e86be3ae854ac4"
  "/detail/95788781c1894e5ebec7d316a90e728e"
  "/detail/1a97efb5769a4afc80dee626476bfb3e"
  "/detail/7fee8b25719f4cf9b28d5c7e4fe14c81"
  "/detail/dfd4011fbe3d4e328d6597636da5bb93"
  "/detail/547dd6c7c4804374a8ea09705d2d6d29"
  "/detail/cd9a09a12e474bb78a0bd8172eb39eca"
  "/detail/af773ae6214b4121b82455a673cba897"
  "/detail/f26ed72a78224e039e3c803b0fd76400"
  "/detail/9eaacaa0a47942198afe1bb4b4771535"
  "/detail/eccad13460e145efac593871b791abd2"
  "/detail/2ec5267d10f848cc9b01c64e6576894a"
  "/detail/a0825b70e375434096b4d350ee1b5769"
  "/detail/a6b68354d89b4a9eb857e0b3213f6ce7"
  "/detail/b5aa285f670f42849980d598ada23ef7"
  "/detail/41621eefe91c41ef81ce2c209d85a388"
  "/detail/d0f06e053b44458dbb2a0cf006e23683"
  "/detail/62b5131476704746abf212a188f25c13"
  "/detail/63524fbf43174f53b4aa1c7d60b2661e"
  "/detail/23804ee3290448aaabd125cb63cd9fec"
  "/detail/ad8b04d5ae6e480fa06caf45282e1a13"
  "/detail/47b92494b56e477d9f6f8b33e553ffb4"
  "/detail/9fb345e9109145d5bf6fecc71fb12180"
  "/detail/b93ca20f782244809e4109233be785be"
  "/detail/68d5314d01024b3b86c0fed97b8e4971"
  "/detail/6f9788e079604257aa0415037038a0fd"
  "/detail/21d1bf09288c40bfbec56a3ba45220af"
  "/detail/52cf5741107448d29d3be870f8a311bb"
  "/detail/0198cc68f8a570c0ab5634cd9241c579"
  "/detail/11eee5926ff645dba7f49f4c394e51d4"
  "/detail/277c1ca3ac12482ab7e9fecd573040b6"
  "/detail/7f575898cca44b77846d351643c356ec"
  "/detail/9dc8b1cef16e48b1b369c66f3f079f0b"
  "/detail/adb037322bee43e9bfbdaa19c04ceb0f"
  "/detail/dbd660f43048485eaa18f15ba70e2daa"
  "/detail/cf85821eedcb4e65b5882ee55daf5781"
  "/detail/2fc7f6baf63e4fc28659c259098a1c9a"
  "/detail/0198cc5f90ad7111b283e66216d0f253"
  "/detail/0198cc68cdd47319b07766ff38c5abc5"
  "/detail/e63aa16a244041a5b6312f69dbf73e77"
  "/detail/cfef3b0b7d9248c994f0d80d82fd6226"
  "/detail/457441df0697420aacd2a8822cc9787c"
  "/detail/d6a2d5d8f19b482b8b6126678687995c"
  "/detail/0198cc689b6b7352a33c4f306f5e2fc4"
  "/detail/656e774ba7b143c59a5097cebddcb0a7"
  "/detail/31005dd2b74a410a9b0586efcba4b6bb"
  "/detail/6d9714c4daf14e40b209c42bb455c6a5"
  "/detail/a2f08c8cbbef44e39b57e0e0fe86d881"
  "/detail/40e5aba8ec1f4d3eba60a57d0686ee42"
  "/detail/4050b387c2b245118fbd742f3a60cf12"
  "/detail/388033cd3aeb4f7cbcb48a3bad57bc43"
  "/detail/c5ade040a70d4f22b34caedc3d93c441"
  "/detail/b69c189b29b14092a20f2a1166b95d0b"
  "/detail/e7185f063e81404a97ffb7aec5ded5c7"
  "/detail/4c724c7383c64f76a3cfdd4afca227ca"
  "/detail/27ca355fa1134be9a8844e6abbfebbee"
  "/detail/5aab08894a0f4b5a80ecf031bd2bde03"
  "/detail/3dac7d9e55bb468cbbc72ab008443cbf"
  "/detail/ed7a52c34fd54e27aec1c2a4fc3794a6"
  "/detail/ab809f3135914f09b080a55ef7585888"
  "/detail/0581b1a7ed82414484eb48ea555b3f18"
  "/detail/b5e7bc5a11674771937219faa177eb50"
  "/detail/526a2e9ef8174e219b0095559127df2b"
  "/detail/609ba8d52a144632ae911c986394fe6b"
  "/detail/aa2cff4f43ea45b8af20d545ea6e188a"
  "/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b"
  "/detail/a7b05ff5057a4d4c876e6ca794b7fa08"
  "/detail/51dadd0548404ae780b7fc019a1054a8"
  "/detail/387d3840d338476a83d5c4f2dde4b35b"
  "/detail/52af8ad28b1c4ee6a0e10470e4de88b4"
  "/detail/d034064cfa704468bc2c2d7035e2b0f7"
  "/detail/cf85813f532e4972ac69189b9516a94f"
  "/detail/83bb33285d6b4232ba9f07752d952c23"
  "/detail/7aacde62af754cd29458779f9d9f3bcc"
  "/detail/cc712b05d84040f5b6bf4ede47807855"
  "/detail/3c45fb04744f46a0b0215b0ff5110bc8"
  "/detail/15e00533a5f84a22b3558a03a0745e32"
  "/detail/52ef00472fb143d9a886dc926d0fb9a9"
  "/detail/2722e11330be4aedb3d7c10de31c0b84"
  "/detail/13240e7d85b3475ebdc20a465a4b52e3"
  "/detail/23b5cb1eba8a43adb7d5fa82b6c1ab09"
  "/detail/473070ce351f42b8971a6ef3f1ca15a8"
  "/detail/5b582bb76c044b69b548da51a3c47aa3"
  "/detail/4fbf7d7c8d13488e947d1e92b1bea87c"
  "/detail/0198cc6ae73573d083ddea13eae37bc1"
  "/detail/be57b85860a84d41a778c879770b7984"
  "/detail/9c7d98d6eca043d1944fdceb07cf84de"
  "/detail/3afa423cb5f641f9a9a961b3d8bcf0c3"
  "/detail/56c8ce10adeb4f28af64dcff620846a9"
  "/detail/5976a65551cd4b469e5ebc80559d0b58"
  "/detail/22f3d427f19048139d0030bb9abb309e"
  "/detail/407e933a965745a2b1184a38e94d6f9c"
  "/detail/29a90c4990964db9b7e96a03a5e7e28b"
  "/detail/7f5dff18e0c14e8f8daf9f098c2858c7"
  "/detail/380181e6bbd4494db9c480e74da0fb84"
  "/detail/a6bdd777717742cbb24910f2445e005b"
  "/detail/763d792a5dcb414fada4732cf4706ee1"
  "/detail/569ab0fb3a9d4213a62ec9c3d031de1e"
  "/detail/833d8af3488e467481eb4c9d5345d177"
  "/detail/419df2a418494fd5938943fbd214d92b"
  "/detail/f7b35e4c09c448ffa61893aea8050ead"
  "/detail/da93f47604f64a8db09d293a26096ad8"
  "/detail/f2381065e4a14b9d97b8d6e5ef76bb58"
  "/detail/1358220d13d241608290ae0d114b5b5a"
  "/detail/7e5c164966564de28fe1ae7e8e113089"
  "/detail/7cfce24a92bb4030a97e8a352980a505"
  "/detail/f544ff0a399b4bb7ab0c72030bf4b0ed"
  "/detail/ee154084e98143c79203bd82c717fe9c"
  "/detail/050710c300cc47718d8c7599b5c46c10"
  "/detail/cc3c9265c1004c118f3b0edcb8be30d0"
  "/detail/ffc6d6b369a84dfdbf7d1b9350917575"
  "/detail/11115a768a1a4896a53d74299d4ab281"
  "/detail/3130c130f70943eb93ba6a55d8d60166"
  "/detail/41658677cc804d89bc680df5b519c142"
  "/detail/8dc8c8948fef421883507ec57ba51377"
  "/detail/c7a110b7acb64349b162152ecafae903"
  "/detail/d55f4ceeab2c465da83204d5e062e157"
  "/detail/06b1592c585747cfaeac1a00d3f39b43"
  "/detail/c3fd22dec65a42ffa3373eb5e2d88d43"
  "/detail/8489cd6cb7cc483aa640a3ae165670fe"
  "/detail/ca38202954a4447b8df8ac2bd3709ca7"
  "/detail/5939695ea3124cae813162508ba1f4cc"
  "/detail/85da08719e454ce18f73264271862968"
  "/detail/8da7a25f9351468d9eb15f01d3d11b24"
  "/detail/31c03c576def4f12bcff973c398e8a69"
  "/detail/ba4c016ba9064afe97ef3bd42079a728"
  "/detail/87309abc6eb8424b90560a9b9a9cd054"
  "/detail/0f7348dfbcce493ebeecaa52dce6e7e7"
  "/detail/c508195e023b46a588de25236cd85dad"
  "/detail/6959ff4fae9841e9b9286061a2cec5c9"
  "/detail/f3026127da8742fead8e7f1fdb7f65ec"
  "/detail/47543f09a62a4e449cd405683b10ecc7"
  "/detail/89839aaa7d03407999e48b093e75a731"
  "/detail/74608546c70942319bc629eff18754ba"
  "/detail/741448b5b442448c86bc1967ddfeb736"
  "/detail/c5281722dd3b4b5e96557b54b0099e2f"
  "/detail/a1535ed5597f45ff89a21f4b6c4c5b87"
  "/detail/e395e053308a48ce8782eadd4a5c0d1e"
  "/detail/0198cc684e03713f9a3ae03d292f3575"
  "/detail/5204980e477d433cad96085eba9db7cb"
  "/detail/aeb365bcfb61417aabbbafbc5dc0fb71"
  "/detail/fe783e0b554c4b549dad61e3683eb396"
  "/detail/bfee081e308a467d90f51a6b163ee61a"
  "/detail/2db2e6b2de154769b2ca3468ea2ea144"
  "/detail/e47db1dd17154232b1c37346b2366ad1"
  "/detail/0198cc5d170a70b39dab959fedfb5ce9"
  "/detail/fdc35788d8614fe4b4abe3487433182b"
  "/detail/5b57cd0276e44f5d92ee2e3b3011dc50"
  "/detail/97313ad97c20496fb2afd0c0b79df372"
  "/detail/8fe918bf3fe54ac99464df621b9c1e2f"
  "/detail/51513b451d4346aa94b8bfd20918dee4"
  "/detail/707ace20d7e2424aac35df006e9debca"
  "/detail/2d6d520171f24729bdbc079bf5040da7"
  "/detail/6dca45234cc2442b90d4857bf3745fdd"
  "/detail/cc816dd328f2425da121add31ef87145"
  "/detail/847964a022c34c3fb1f71177a6fd0a42"
  "/detail/49e482a3921440a294c59b3e2cf123ef"
  "/detail/9eacd972f61b4b44a8ef9deb57af8be2"
  "/detail/67a4f09ec10d49d4b392fc785c358e47"
  "/detail/06e47f91cacd498e8b97f8c5aba9713f"
  "/detail/ccd9066175b04394928dd9724466b232"
  "/detail/b98156e018a74acbbaf0f1d602cd89b6"
  "/detail/1fed0cab3faa4b8695f59173e08be362"
  "/detail/b1ee1b8a5c4c4c018f51202148a00583"
  "/detail/22104588981d44efad512ddce842b702"
  "/detail/d9ad9bc07d9448f0b0b59e95bcc67d89"
  "/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c"
  "/detail/3bcf5590121f4e67bc81bce9a695dcaf"
  "/detail/cc4aad47be664cca85d59d0d3e04c370"
  "/detail/253d397996164b0dbd7ee73b4b0043b3"
  "/detail/273b0f09e8204e35b91078c37c6d9d87"
  "/detail/062d13cc787348868e2680d96a86bd92"
  "/detail/efa73e383363430c99521951b9880b0b"
  "/detail/27cc92a4506042aa83fac90390f228b4"
  "/detail/e99f1a41956a4f5e8628b678e398e41a"
  "/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2"
  "/detail/734792f4f5c645919d0e00ad62e0a5ac"
  "/detail/4af5313c097844cabc8cade116493d04"
  "/detail/7c6f17798a754c749f038bb588490847"
  "/detail/b35482055ff64614a72d8e6b4435a79a"
  "/detail/ed47cc2ee9c7455599107775b9185b71"
  "/detail/be47d99ee46d4e159ddbce9cf878eacf"
  "/detail/8c2481e41a8344b881669094eb365491"
  "/detail/0647dc33b8154413bad2c9d3a2084bb8"
  "/detail/5fb347f6832c4aea85dd26fb2819f3b9"
  "/detail/cff1c518b0284aafa7984a833961651a"
  "/detail/95011edad50a4bfe904e2ff01be1ab11"
  "/detail/fadaba2376494b08bdc511421b6a311a"
  "/detail/e9dc974193e947cebe057b7a3219d2e4"
  "/detail/ff47575010874dd6b0d222de992a55db"
  "/detail/f4c646a34a7047be9f567ef37e0071c5"
  "/detail/4aa1d3295d2945caa5cdcb4118996401"
  "/detail/dae677519f5f47d2ab6fe3e085036063"
  "/detail/a057e1f624ce47398f8830f46d6dfb30"
  "/detail/5d22a0bec8634139bbe89a12fe66b022"
  "/detail/c5fc0999f6c34be3be06b6ad4ba126e8"
  "/detail/e87398717cc4404a91dd72a1ca1bea4b"
  "/detail/53f45b9ec5ac45debfa99dba4f3df21d"
  "/detail/0198cc680ee972e2bc65fb42888a14ba"
  "/detail/a83fd9a654a9477fa8ba1f5e19cb7828"
  "/detail/8df3c243b65241c78bcb534b6025f147"
  "/detail/89c7c39b12ef4800af0649b3a826a1c2"
  "/detail/ddb799f5b74c4c98ab8694f9d23d0073"
  "/detail/0198cc682e0972f5b7eedd4db2e44e22"
  "/detail/0198cc70ed8671cfb0150a9f19eba190"
  "/detail/bdfac1517f8048668f6ef9f535572b9e"
  "/detail/00a01c299ef74da5bcf5b5ebc7834a06"
  "/detail/5d22d59ce064476a89112cbf924157b7"
  "/detail/8a0834417c324b28a7f87fc3d2502016"
  "/detail/72947c0213214597b5339601402088ff"
  "/detail/f308d25ab72d401a90661f497135736e"
  "/detail/406b6821eb634f1c8d8917a016d97019"
  "/detail/a4bed51c41434299817a48acc8861251"
  "/detail/73dab52576444267987e94f9f7103667"
  "/detail/87c49414b0a541948a27bb8e857724b8"
  "/detail/2a41ec16eb304af5b52103615066fe91"
  "/detail/6f93c260dd3f478ea9e1513be9e04d89"
  "/detail/0198cc674f767345b4f60e77d83b00a9"
  "/detail/0198cc6d21b27332ab9e350c390d58e7"
  "/detail/1fa234576b7b4eb694a0f31d10abd6ba"
  "/detail/68c8c7034e60447aa8749eb8bf86f294"
  "/detail/d6d86c51ebd643bca90b0e65096af1cd"
  "/detail/5da5ec9bf2ef43ea924485c59d4ab67a"
  "/detail/5979c425bdc041dc9d5a1addd50ca999"
  "/detail/3b96c8feab0c41cda83151d9062cea84"
  "/detail/8df4573b4f3043328fdf4b8ee6c0a1a2"
  "/detail/d57f92a7bb7147a2899aa10333e95942"
  "/detail/b4b64acc90c6411482fd9db6c8f96f49"
  "/detail/cc0b9d31db3c49f0aeceadba1584b210"
  "/detail/d48120e751684de39aaf6e0288fe60ee"
  "/detail/103eda8dc91c4e488343d49116cd82c9"
  "/detail/484e0c21b86b4f4b8052439585b7d6cc"
  "/detail/5204f642383848ecbbed7996e93530f3"
  "/detail/7e056788ef0a45058d3cf97da16c6e34"
  "/detail/fcf13f0bedcc4acba1fbd449576256dc"
  "/detail/2d95b59535ad489c819fddd8eff75a1e"
  "/detail/e2f150f06dc34e42993e7cf6048a4556"
  "/detail/ff5738de6f444983939780ca7929cd68"
  "/detail/ce8c0c19b0df40d9bae99120df6c7ccb"
  "/detail/9b878e70dd9d4fb38496e8d5adf5ca8a"
  "/detail/76b7abe8a51e421da1d8e557b84c7ce8"
  "/detail/13ef8873a3df4e74aa4e34a18839cc61"
  "/detail/caab55990b6541cf96d4d0e23bae47ba"
  "/detail/ec909e866cd443c09a61ac5437dd199a"
  "/detail/3104212a9f044523a58f74ead66866e8"
  "/detail/11e82f3879f146199c413df3478fc820"
  "/detail/1778ab2716bd45b29f775bd00b0c30ac"
  "/detail/817655206b99448cbd68b3302a622981"
  "/detail/6bad9179eade49c1bb1205984475f53c"
  "/detail/0c54bc7beb2e476ca132a401f01a6d38"
  "/detail/97cc482cf3ff4c4cbd5618ca026ad75e"
  "/detail/34327be5dbb44895945339588a43b466"
  "/detail/b2d7ee3218d14bdf822965986695d098"
  "/detail/ee8a73bd159f4e2fbe00a5dc96158e7d"
  "/detail/c4db30af03e348968d5d2b39210a65a7"
  "/detail/ee1b99277fc14c329f7a874cbccfe167"
  "/detail/dedd8bd364c14c2bbd27d0ade6534a9c"
  "/detail/b191585d57ff41c7b510065aa4ca4675"
  "/detail/72514b1532b64f73a9fbf47baf255ab4"
  "/detail/e08d5535bd5b4ca593ae61b710b78113"
  "/detail/adb42016585941a3982efe96f98dc6e9"
  "/detail/3f8f4be9e4754a168682364f9057b965"
  "/detail/59608f2a9397440d84d61efbeea45669"
  "/detail/2b13ecfbd21e40308dfebe90637aa9ec"
  "/detail/3c7756188485458592d8fc305c4fe7d3"
  "/detail/4aecc640c177477ca8d0f2e2f0bbe255"
  "/detail/95d06322efe8470bbe34cb40d98ff8a0"
  "/detail/6bb1e50aa6f245489d68dd516e7b0070"
  "/detail/3876768531e14776bab81c7e49e63625"
  "/detail/f4f6f810c6b24cd89fb0237e72fdc361"
  "/detail/48623f74242e4556835be8fb7ea8e971"
  "/detail/21a6d9f7c4da4ce2aa5182daa140479d"
  "/detail/36745af7b97240989f7baac0fb9ba9e0"
  "/detail/74da80176af94a41a1e564585fd5d4b6"
  "/detail/0381562c1f7d4f26be6a922e3f7c7cec"
  "/detail/0fcd4135a9e846b49cf849be143569ba"
  "/detail/3a0a89dd653e4c438162d400fe4450e6"
  "/detail/25cfd871b70546579654582382e68c0f"
  "/detail/9221db64cbc54ff0be53254824aace1b"
  "/detail/b068c8733e6d4375b4d47487242d4ad1"
  "/detail/4335c5ab23ba4b14a31783c2079f4e75"
  "/detail/8c13a50b7cde40a4900cd955e75ffc36"
  "/detail/0c0ca6470c144dd8ac25ba892dec27de"
  "/detail/046a73edcf054114a12a7d5993b944a1"
  "/detail/06d9fcbef8a64198a063d3bacb31fe03"
  "/detail/798bf61efaaa478b93cdbfbf892188e1"
  "/detail/6e91fa8fc0e64d38a52867cf050be050"
  "/detail/9d35225392f14a8a91fd3fe4d3e4b2e2"
  "/detail/a036a1692b0a4a5b8d05e87213341a7f"
  "/detail/93e012735e1f423f9c55286dc1f61059"
  "/detail/2b50c32def0640a2944ccbe759895f3f"
  "/detail/0e1db1394451456ab9d549e752caeabc"
  "/detail/2eb87d46b25e4f23bee6826e5a53fb1f"
  "/detail/d54539ebb0bb4eb59a7ee95af2c4baac"
  "/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea"
  "/detail/ec555bcae6bf4709829e2d5ef208806d"
  "/detail/224b6987209f4bd4a5168ae1af0b7636"
  "/detail/bd756dee9bba4d60b07d138dbdb64e4e"
  "/detail/9d8094e327fe44a6844669eade9f4575"
  "/detail/c2cd843a111e4f8092310788318afc09"
  "/detail/b821b28cd9934bffa2509288187c905c"
  "/detail/f5564cbc6d2c47ec95ed7a76c53fb08b"
  "/detail/7c0edbb6ff3545dd9126fb3810bc5b6b"
  "/detail/f505e86b627e4ec7a17e90a2469c3761"
  "/detail/849c52d902464254b6ef2cc46f743767"
  "/detail/7d29d328f5554833b6fea2d981b4960a"
  "/detail/3ef49cdacead45f99aac44d4013403a3"
  "/detail/59e8817c65644bfd8aead167cc0d4998"
  "/detail/cd95379199a5406d9c46add05f4c8bfa"
  "/detail/a668083906f845e4bb6981552093c81f"
  "/detail/878e01eb1b47471c9b1296d44cc8af2c"
  "/detail/19420e55789e44b69cbde0a190a5ff63"
  "/detail/fd23b9a0fba645699cca21b095960ffc"
  "/detail/7ab4f209095f479daeb7052cda65a52a"
  "/detail/4eff0540dbb748d3b39b989d37828734"
  "/detail/71b2f652eb364664a42b8fbd851dbf7c"
  "/detail/d880c838b79c41b4b112b34d81825464"
  "/detail/4bcdbec311974c7c9c4d76674acbf980"
  "/detail/2c09d73bd90245b4a8c7778d55fb0d3c"
  "/detail/a10f55373bd6419a8090714d6c84e36b"
  "/detail/d2aac8558344419bb258c74197f5ed9d"
  "/detail/0198cc67e42770ec8e8f38299b770953"
  "/detail/d461ec4781a843cab70cdaf66c65199c"
  "/detail/4de3bcdafd4d4e568a5b7129b017b48d"
  "/detail/6bb759d26ac245f58aeaad794b0007fc"
  "/detail/0198cc5d8ca37160a521cc59597b749e"
  "/detail/169ebae0493b405e8e0a77198a438e61"
  "/detail/8f357a9d134e46d29e293ad00287b051"
  "/detail/9b18e0f363e14a11af3db532ec513fa5"
  "/detail/e1cb39471d1445bc92bcf4ba69124cf7"
  "/detail/0198cc68690371d0a103e1647730bd1b"
  "/detail/f2fd926a83ee4543ac066338631c61ac"
  "/detail/8f3652f686ec41559b452c5a87c893df"
  "/detail/7a591e406abf41d3aefb575bb05425b1"
  "/detail/2333dadd776e46dbae0d879ca99f7ed4"
  "/detail/9863ed19bfdb4a839683af93b164645c"
  "/detail/64c6ce7b8cb649d4aa100c956a0f1fae"
  "/detail/1bbf818f2aaf434fbba4c88a80c30013"
  "/detail/3c7b11ac20fd41ce867b262d1699690f"
  "/detail/c91b25fc051e458aa7d52a63cbceb487"
  "/detail/fc5a03670cf94cde80a990eea0db8e18"
  "/detail/a907ffeeafde4011a7d7a850ea4a4586"
  "/detail/dc32fc3c05004892bed6ef45b8ee491d"
  "/detail/4a314886f7d040d393a25afa42568588"
  "/detail/0198cc67c0e372e6817ddb7817ec1040"
  "/detail/a1e5b3979ccf44aa869a4b0f4b7bf7c8"
  "/detail/57849e12b3894758a8c30a3e17243a87"
  "/detail/d752e882de7645eb8ad0b6d20dc118cf"
  "/detail/55c94acc7de74aeba67ef1aa0cd4131c"
  "/detail/1f177ebea7a74a3589e30eed1a97752d"
  "/detail/c352124887db446abd73049426070194"
  "/detail/c2305e49c44447e98a34c2790872e4e6"
  "/detail/5a32ddb4ff244d3ab56a2169bf4367b2"
  "/detail/aac364fe86ad429e8f9d47cdc254ad3c"
  "/detail/626623d091eb4bf78f5219fbfe2dc4ec"
  "/detail/739ce42cec46425b8660397a8daa7a26"
  "/detail/ddbe1194a4b74f98bffcbcfb7f605798"
  "/detail/f2d38eda6a184361a4ea97a33a1b07fb"
  "/detail/1673cf6e2c9840bfbd7e775db9bd554b"
  "/detail/ee60a7ae0fc34c1f882d152e70a6a401"
  "/detail/e64298daeff24d9fb99b38f73c6e499b"
  "/detail/75ebf4513dbb41f2b97365821f8de44e"
  "/detail/c333a48256f14130a7ceb14f72af6b48"
  "/detail/b178b16c331c4bd7a41f5b1b720da49e"
  "/detail/cf201c50058948248d8dfcea1d0c1f03"
  "/detail/ed3bde870cea4165a90d060ab9e9596f"
  "/detail/d59b828cf55148c6bb77dbd3d5d94e55"
  "/detail/0198cc67a20073ccbdc5e6d654f36d09"
  "/detail/c67a615ba6534c86a996eed104f7b73d"
  "/detail/796ef3d014244ebbae3a1ea7850ac0a5"
  "/detail/7ac2c1d820924d9191107187e2b9e84a"
  "/detail/3902b27ac5e74d89a9026b8518b7542a"
  "/detail/0198cc6786467032a9abe96719ff13f0"
  "/detail/dde94ea94032443b9972e792f40d27fd"
  "/detail/d7e8715d345f43e9bcb6071ac13f09e8"
  "/detail/7e36e27d07e845b4b3e436352524e25d"
  "/detail/90d2d49d95e244ca963853b5c550a967"
  "/detail/fb881b050804476897098861e68d745e"
  "/detail/b4c15976871847e9a8d98346f8da3c55"
  "/detail/c9473f029a1a4a78b4a89bcdcce13b77"
  "/detail/5a88dab8596d436d889e560c822f6e26"
  "/detail/68735da4b8a14c5c8878aaa8ea58ce45"
  "/detail/348e1d4026c7433d9ddb3d8d7b16b839"
  "/detail/65139590dc384732a2c0a4330e2e1586"
  "/detail/e5fda7b1a0af4e90891435e7b57479f8"
  "/detail/82059cff6192466cb463468863f2eb82"
  "/detail/8d58b94168f74d86849c1e4f3c43aeb2"
  "/detail/ce5793f674024403884fe3eb8e4cd056"
  "/detail/9aa342d79fc246e7bf3fb88dd627458b"
  "/detail/29968b24bd074462b00e75a9ee92f787"
  "/detail/c6c244fecbb04c999bff987241025147"
  "/detail/88a853f8d360444f89bd1a3d16e2b226"
  "/detail/f57ab7ad5a5c411e8ee2494dad12d1ff"
  "/detail/9fa306c764344cf2a08bf02d94840004"
  "/detail/4b32977f21bc4737a8e5a594cd91f0fb"
  "/detail/fc0059158e8849ee879ab9f775ca616f"
  "/detail/33607d10bbed4a2f96337948f9f0dc95"
  "/detail/3960cafa071045b6bbe38dc2f57ade85"
  "/detail/e1153e7792a848108b4a3a648fa3308c"
  "/detail/856bfb7659ba448dae9a5da237b9c408"
  "/detail/9bb40045667440229284a2a5a49afc8f"
  "/detail/e2dc4c0becc24226bee305ee0f4c759a"
  "/detail/b1a7190fba99439d91838c43cec2030a"
  "/detail/5cc196e9757c463eaa185627b98bfe4d"
  "/detail/f17c143e8030401fbb2cb3c31b7d2b1a"
  "/detail/9af21c4c025849978170a5ffaf2b4e31"
  "/detail/9ddde9c25d6649c5a976568c7b425fde"
  "/detail/0af3b7e057754baf9f358b609c82dc86"
  "/detail/8eb0bbc3367a4bf2885597f224668845"
  "/detail/eaf6170a147f4be3ab6a80de18c942a1"
  "/detail/5880b298bd1e40a691268b84f663b909"
  "/detail/b26bef89a19a429bb704aa49cb916050"
  "/detail/a5231cfed070466cae833594bdda8382"
  "/detail/f061302ae2764217b219e4d20817b00f"
  "/detail/7ff6f83f782d44b7a87021116a636a9e"
  "/detail/a35f304ff6e6407a8167dc0c7ae2b3c0"
  "/detail/0c8d01216caa443284ebd923b2e22621"
  "/detail/88befda331cc4ebcb390202c12666c3b"
  "/detail/86c2b59e49774c01b8cd112b8aa31989"
  "/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf"
  "/detail/d799c0685ddb49d2ba6676b962505d04"
  "/detail/2a2b04d344d6460f9595b2bca7648812"
  "/detail/9ae4096eee4840d4b891a033cace4884"
  "/detail/907ba621589b471086fce496439ff2ac"
  "/detail/531f7bc86b8d4ad9950ad8d6a3003996"
  "/detail/3c43930ef3db425b954fb7e1275071eb"
  "/detail/769273a34844492d9146dfd0ec2a83b8"
  "/detail/8a1dd4dc1e4a4ca8b537130dabb8cdc1"
  "/detail/6e879e61928047a2a98d3bc88a0341ed"
  "/detail/d406bf0a6af7456c979e62d617ba1816"
  "/detail/b0e5a134c91c4ba8806a15f084543854"
  "/detail/55245e02a4d74f40b2e979fa3885ece6"
  "/detail/e6f69cf910b94fb998b603b76c75591e"
  "/detail/4f9d3678b8b24b96a2621e82f46f9e22"
  "/detail/119611c045894778978ea747d6024910"
  "/detail/bd1af5f41cdc490d982253dc0cbbaace"
  "/detail/8eed6b29670b4bb5b4c5237b6ea4987f"
  "/detail/c5c833bf93274caea063a977d16b4f35"
  "/detail/7101be3720bf40b883a1411a2c71f2aa"
  "/detail/eb09a9fcda3f441393c86671ac4089be"
  "/detail/e37e69837707433787f0d97a38b4a9ee"
  "/detail/25f17203d7cc4827895f7100457bb86d"
  "/detail/37f844d6147f4efab663d4ddd685d6ef"
  "/detail/8a3273beb64e4069a195a9c764c2f170"
  "/detail/21b3e9d9ef1f4170bbd61ca83d7b8583"
  "/detail/81f16e5bd3d34661924d75465c0e288f"
  "/detail/dd00f45b30a948d5961d61c7c70a69c7"
  "/detail/3baf0e823a9d400f82332908b1f53931"
  "/detail/60fb9a37738b4e4ea89d0f4f97f612d3"
  "/detail/af198d32d5204150843c10ff8a22b706"
  "/detail/310bf4912e894d46a41ab66554a51f38"
  "/detail/a212a54a7d44409a9137a72a6bfeb9a9"
  "/detail/02d31b1efd4f40a88dc4a16db62f8d53"
  "/detail/e3dd4dd858bf4fc49c79a77a0f9130e1"
  "/detail/a52a2f4e9e674416ac44f05c77ed9b68"
  "/detail/d8874386c4bd4f09809da326846b095a"
  "/detail/7cd16fe9573d46598865807faaf70d2c"
  "/detail/120fead30c264239b231a4069de4cadb"
  "/detail/056b57a37f1b4ed78c89611b359d9125"
  "/detail/02feab1c5417452a9722f3585b69d0e8"
  "/detail/19334f69ecc140ac95fd285e763d9493"
  "/detail/f8913ff5fcb745079560bae0f847d294"
  "/detail/a1ac14fccb2644cf92796255e2a0933b"
  "/detail/7cef399e923440d59dcf67aacdfd8bc8"
  "/detail/fdc38725f4c74521af1dc2d270f701b4"
  "/detail/e18325546aae4f808b3b001c33db84eb"
  "/detail/3bfc577a36244d698b4754fa2c353364"
  "/detail/e26b858d15f240d785429d115d476e7e"
  "/detail/4887303cfa76474497f5da371f320c3c"
  "/detail/876b4948692c43929e017a4ed5bd5165"
  "/detail/54e293b17b2e4fd3a33744e26a885a11"
  "/detail/dd6699926c154aefb7a1924e9ed3d561"
  "/detail/0360b95c51f142be8834329bc3afa6e0"
  "/detail/9295c4900c1346c491cc126d7800f31f"
  "/detail/5991995c41a341818105d7ad36872a57"
  "/detail/7a03b45b8b334439a5f5edbb3dd80826"
  "/detail/e239b00563164e99a05e522aa1f550fd"
  "/detail/aa23bfbb89f44a5e88a0d88c3c4c628f"
  "/detail/7675dc18674948d9a296b2e8abac8b0a"
  "/detail/75a7a48c507f4a5787fb863825c370a9"
  "/detail/866d723baf9344d19fff2e19ba5a9bcf"
  "/detail/85be93051db044668e412868d445dc0a"
  "/detail/582a3e5532a84baf8bfe1790b10a43c3"
  "/detail/0e8e19f9f00c4397bcda44eeca5258a1"
  "/detail/0f60f58a3f894fc8ac8ecaa8ffe02931"
  "/detail/df8aac1467e44affbf7cd9fc77ba549c"
  "/detail/baa067c1cb704122a560e8e4b4b18379"
  "/detail/d60da055e3524a348ae7e6257115b8d9"
  "/detail/8b4c960a6c744c7b9ebd699a31954c79"
  "/detail/e8b3d773b0614d1bb68da34b30c65723"
  "/detail/812a9dc2ea7148f78642ad3685650770"
  "/detail/488627aaca9e4f7ea4b9bc663550ece8"
  "/detail/74a80cf179b14312b5ef235f6fe9c789"
  "/detail/f16eb61d445844d69951a30e9baa88d3"
  "/detail/3d9bc37233ef4acca274e8c7d34c1440"
  "/detail/9d31aa53c5b346c0ac563003547d704b"
  "/detail/a9315f49813548e9beb8e9958f71a82a"
  "/detail/fbabf9a543d54dd4a9812b30304aa4c1"
  "/detail/fc19ffd651714d7dba3bce939431c42b"
  "/detail/b5b52197b3234712938cec47012e98f8"
  "/detail/ff61ad2f52b045e0b8e246b66950898a"
  "/detail/f8ed3147244c4967a1139cbb577319ee"
  "/detail/4a4dfdee4f384004b9d7d1c04efd0ffe"
  "/detail/0af6affec65c4885b40767871088623f"
  "/detail/ad4c5a3e33654eb4ba4b50f74574dc86"
  "/detail/4541da5bca1d4a12aa9e7583a321bf3b"
  "/detail/a90fce6933d94a6aa2eb2cb34aa18f8c"
  "/detail/2fe2887286c14c9d9c90704a2c894307"
  "/detail/c25e389d064942208e8756b80a502240"
  "/detail/37cb6d0398244386bb879aa64ad6ce09"
  "/detail/cc1fbc22f95240f78fe3725114414da9"
  "/detail/c3998a73d01a47779fcf26bed4b63a8e"
  "/detail/54e58573da0b4e8880f6feb770475307"
  "/detail/fe9f6f62f3a64491b84e5d09c7bfba4c"
  "/detail/6411ed60b64549d9876337bbab4b2991"
  "/detail/bd011e1768c84db38a1f398daa9a6cb6"
  "/detail/61e46e5e4ec740d5b6f85cdee7e9c2e2"
  "/detail/7188846616de4917b528d9d1e36967bf"
  "/detail/3ea8e7f628ef4d7394d4e14576ac19dd"
  "/detail/917418843c57435ebe7006d0859b3f3d"
  "/detail/8313bb31d269446aaf7093caad1dda1c"
  "/detail/6b6736130967482eba80fdc137956296"
  "/detail/6c702d8377284376ba46909caaefe664"
  "/detail/9a666ae702c44924b22eb08093ed03ef"
  "/detail/e4890ab8b7d846a9978ef6be1a03d9b3"
  "/detail/241c5e0ea5ad428c8408129e46fcd09b"
  "/detail/4c7c2f42876d4f9489d9a4b0475da0cc"
  "/detail/ad6fef20a05942598a9a1339ef9986ab"
  "/detail/7e1bc62fa8024588b885248480c3addd"
  "/detail/25c6949f0ae141479143661642882b3b"
  "/detail/24583058f96741679ab5268b478f92b3"
  "/detail/480c3bde90d143d692a1dad020d84aa0"
  "/detail/5bf65080070a4015bb6342c997295655"
  "/detail/f7c2881400fd41f2a364ec6f18875d7b"
  "/detail/ee20a42d66ac4314a67ca8c25a10e628"
  "/detail/9b0d71093c0b43d0a76ab6878fd5724e"
  "/detail/8bf3d4e572624a54bf032256e0626c08"
  "/detail/3f2935b7267c4fb0b80e50c7745c1345"
  "/detail/6ee41ee1bf4a4d49b2da68843926509c"
  "/detail/819f64b8ed59400ea6c95c72979d5aa4"
  "/detail/aed896931f284531bbef9c0cbbf6910b"
  "/detail/c352fd28052548f4b3c7fdf356c2000b"
  "/detail/d67a024c5bc14d298eb9b37f57f0f384"
  "/detail/62ae4990aeba411e9262e7657a2d1a0c"
  "/detail/4a82b75297e249af835a7c9b6327f8c0"
  "/detail/5f9b79f3f60947d3a8b8cae1b2ef0350"
  "/detail/20272dc598de46b498c1bef937810b0a"
  "/detail/a94619849a3545bbbcedc55fe9117e0e"
  "/detail/5e5ada428035490b910484bc952f99df"
  "/detail/e10d33cbf20d4255ba365224b30235d7"
  "/detail/42f2e46f15f1412d81c4a1f0fabf9574"
  "/detail/beaef5b7b5e4438698cb3cbdc8d4abb6"
  "/detail/7424edefde124c299d55e48cb7b944c8"
  "/detail/82684099dd6f49b49e889b6664fa210b"
  "/detail/ed76a3d76d5b40768d1558a9291f7093"
  "/detail/058176951f00484eaec8b4250fa889ae"
  "/detail/44fd29b89c874bb09cb67738a9709250"
  "/detail/7b8bda8f324c4d2eb7d797f18d7b23c4"
  "/detail/40dc3a2441bb47d2ad154dc6053bf6ac"
  "/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b"
  "/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úê-ÅÍ+ \"
]
118 0.52 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.