GET https://staging.ktm-sturm.de/ersatzteilfinder/250-duke-2024-modelcode-F4275X2

Query Metrics

118 Database Queries
106 Different statements
854.94 ms Query time

Queries

Group similar statements

# Time Info
1 0.73 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.19 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.58 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.26 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.40 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.37 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/250-duke-2024-modelcode-F4275X2"
  "ersatzteilfinder/250-duke-2024-modelcode-F4275X2/"
]
7 0.23 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/250-duke-2024-modelcode-F4275X2"
]
8 0.54 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.31 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc"
]
11 0.31 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.39 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.20 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.21 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.30 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.23 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.26 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.24 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.16 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.38 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
21 0.38 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
22 0.41 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
23 0.18 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.16 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc"
]
25 0.21 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 0.37 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
27 0.19 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.33 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.18 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.33 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.18 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
32 0.28 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.19 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.55 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.43 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 4.55 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.40 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.65 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.82 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.31 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.25 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.26 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
45 1.53 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.84 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.42 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.38 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.52 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.45 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.50 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.20 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.19 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.19 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.16 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.25 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.54 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.25 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.38 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.46 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.52 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.29 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.27 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.65 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\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.22 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 594.17 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.88 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.41 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.34 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.29 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.80 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.57 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 1.88 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.26 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
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.25 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F4275X2%"
]
77 24.86 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:
[
  1003030787
]
78 24.16 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (64084,64103,64109,68217,68223,68237,68241,68378,68379,68383,68386,68419,68421,68434,68443,68444,68452,68453,68456,68482,68507,68516,68525,68548,68554,68555,68557,68558,68560,68561,68566,68568,68572,68573,68592,68760,68761,68767,68770,68933,68934,70531,70538,70539,70664) ORDER BY number, part_type ASC
Parameters:
[]
79 33.43 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (64084,64103,64109,68217,68223,68237,68241,68378,68379,68383,68386,68419,68421,68434,68443,68444,68452,68453,68456,68482,68507,68516,68525,68548,68554,68555,68557,68558,68560,68561,68566,68568,68572,68573,68592,68760,68761,68767,68770,68933,68934,70531,70538,70539,70664) AND article_number IN ("96303023000","90103027000","96303029000","J800001000600","J910001000801","96303024000","J900000602100","96311045000","94103024060","96313080000","90113090000","96311055000","96311052010","96311054010","90611155000","96311054000","J900000601203","90611053000","J900000401000","96304030000C1","90104034001","90104036000","90104034000","90104032000","96304031000","96304034001","96304032000","96304033000","96304066000","J900000601207","J910001401000","90104046000","96304037000","96304066010","96313026000","96304060000","96304050000","J900000600904","90104010002","90104040000","96310084000","J900000601502","96310083000","96309097044EB","J780003955000","J710005520000","J410003001300","94509011000","90109076000","94509082000","94509012000","93009081100","J900000500800","94542020000","J900000602504","94509060000","96307088000","96341007000","J025060128","96307091000","28107028000","00050148706","96307016000","96313060033","96313068000","J900000601403","90130059000","J094020153","J650001000700","J125070001","J920000602100","96313050033","90134035000","J625060800","90534031020","J520000900100","90534034300","93035065020","96313029005","96303001000C1","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","J800000601200","96302001000","96312041000","96312040000","J900000604504","96302004001","96302010033","96311012044","96313001060","96311070000","96302039000","96202031033","96202042000","90111149000","96302090000","93802016000","96303002002C1","96303002001C1","96303002060","96303002080","96303002071","90130028000","J690001100200","J900001011800","J900000803501","J650001601500","J800000707400","J900000601900","J912060181","J690000620000","96303089000","90130003007","90103007000","96203039000C1","96203038000C1","96303039020","96303038020","96003049000C1","96003048000C1","96303049010","96303048010","J900000601805","J900000802003","93003141033","93003140033","93003151033","93003150033","J920000804701","93003042000","90503048010","J770009015","J125080006","J094020186","96203037010","96203037020","J690000600101","93003140010","J900000602101","J029060103S","96242031044","96342001010","96342002010","96342003010","96342004010","90113026000","90113013000","96342025000","93813035000","94313026010","J900000600801","90135001001","J910000600601","96242040000","93008020060","28111051000","96242033000","J025060169","96342026000","96307013000EBB","96307064100","93035065030","J650002401800","96307013041","96307013042","96307013045","96307013046","93008059000","J900000609002","96007040000C1","96307047000","96307013043","96307040020","J660002000900","96315019000","J310000101100","96307048000","J900000802200","93007040010","J690000615000","96207040080C1","J650003302400","J340003200900","J340003200901","J800000900700","90529099000","96213001033","96213002000","96310197044EB","96310086000","J690001700300","J800001701700","90110062000","96310060000","J760304708","J710004717501","J410001701400","96310111000","90910059000","90810052000","90210050000","96310051043","90510052000","96310013000","J625062050","J760295207","96310011000","96310085000","J410001701200","76910065118","SPA2141433K118B","96213016000","J01008060S","96213030000","96114069000","93014062010","90507040001","93308015010","J031060183","96014061000","J900000501204","J900000601603","J690000600100","96211066044","90507050000","90508006003","96307051000","93011064100","J900000501404","96314060000","96314060010","94507050190","XY","96306001000","96306015000","96306090000","96306003010","J900000601607","96306017000","90141071000","96307030010","96206026000","96306041000","96330087001","96330087020","90106000001","90130087001","96330087010","94041002010","J690000720000","90106001007","J900000601002","93006001080","J031060103","J650002201401","90607017000","96236082000","96306040000","93008084010","J900000601206","96211075000","J900000602800","96311034000","J900000801402","96311060000","96311061000","28111096000","90508006001","96311083000","96314086000","96241088050","J650001801400","J690000410000","J900000401600","93011058000","93311058000","90611057000","90111088015","90111088020","90111088030","93511088000","96311097000","96311007000","96338091100","93811099000","90811059000","93541088000","96311041000","J025060122","96311058010","96311097002","J797060003","J797100006","96311081000","96311093000","96311098000","96008051033AB","96008050033AB","96308063000","96308062000","J900000602507","J800000701501","J900000602005","93014018100","93014017000","J900000601501","J690000600102","J900000501405","96308062010","95807012020","93011068010","J800000701001","96311068000","96307058000","96307058010","96308042000C1","96308041000C1","J650002201400","96308077000","90808043000","96308042010","J660002001500","J650002001400","90135065090","96311066010","96204010033","J900001006501","J800001801900","J900001005800","96208099100","96207191044","96241001000","95841037000","90141023005","90141001001","55641023020","96241023000","93041085000","90141071001","96230050000","J991060203S","55641023010","90141002006","96341031000","96341030000","J900000612000","J125070003","96230066100","96236052000C1","96236053000","J900000603800","96236052010","J025060359","J900001018000","J125110003","J770000817800","90135047000","J025060201","9623501900024","96335017000","90136020001","96230036000","J770001424001","96230022000","96236052020","J900000601004","96236009033","96236011000","90110057000","96232018000","96230088020","J900000607600","96236001000","96236013000","96236002000","90130004007","90136003003","J770010015","9433600304424","J025060204","90136003002","96236031000","96236030000","96236036000","90136027000","96236028000","96236032000","90136033000","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","96236061044","96236056000","J770001512000","96236024000","96236060044","96236027000","96236030010","96230018033","J690001260000","J900001205000","96236014000","96232023027","90236015001","90230029000","J950001300400","96230015033","90236015000","J900000903800","96230015011","96230015012","96230015013","96230007033","96230030010","91230033001","96230033000","93730014000","J888040150","96230002000C1","96230040000","J770024015","90230094000","90130024000","J025060451","96239004033","J912050353S","90130001001","94339005033","90130001000","90140026000","J900000501003","96230062000","96239006000","96339006050","J900000603400","96239090001","96239093000","93839010100","J770015824","96233001000","90132020000","J440001702900","J410002001400","J690002000100","96233006000","96233006001","J690001813000","96233003000","96233005000","96233002000","90233036000","J625062122","J471020122","J125150006","96233011000","96233001001","96233016000","96233014000","90633001007","96233013000","96233015000","96233010033","96233012001","J690002000201","96233012000","J625062041","J790001903000","J710003012000","96233029014","90110049000","96230057033","J440002201300","96234005033","90234039000","J440001301500","96034014000","J690001315000","90134016000","96034031010","J900000602200","96334036133","96334031033","J520000700100","96234001001","90234019000","96234001000","96034015000","J940000400800","90134012002","96234012000","93003044000","J900000601804","J690001013500","96234013033","J125061416","96034023000","93834020000","96234001002","96235010000","90135016100","93335001000","J926060003","J127060001","J125070004","95835041044","J900000501900","90135020000","J310001202900","96235026000","96235025000","96335065000","90135066000","90102055000","J912060253","96335003000","93008050050","60035067820","J600001041700","90107018011","95835068000","J300000801000","95835016000","90105017000","96335036000","90108076000","96235052000C1","96235052010","J900000602510","J603061001","J025060104","90135058000","96341090010","96235055000","J760122455","0760122406","90134013000","96230026000C1","96032048133","90132051000","J520000800100","90132050000","96330020000","J770001424000","J710003315000","96330095000","96230064000","J000150502000","94334051000","J770017721","J025060350","96230027000","96202090010","96334051010","9623000004424","90230079000","J01665060123S","90130004004","J618131912","90234030000","90230084000","90140020002","J025060141","90230022000","J011050133","90238029003","90130003004","90230066300","96211023100","J770002024000","J025050163S","96239034000","J900000607001","96204060000","J005060123S","96203096000","90130164000","J011080203S","J900000608500","96230035000","90138091000","90138091001","J926060000","96232101033","96232003000","96232011044","96232002000","96232005000","96232006010","J410001500900","J910001400900","90632038000","96232057000","9624000100024","J025060221","96232024033","J618253216","96040022000","96040023000","J690002014000","J690001706000","J690001608000","J690001610000","J690001612000","J690001614000","J910001600900","96040024000","96308010000AB","J031050161","93009059000","90108050001","96308019000","93003077000","J650002502000","93011093010","96308015020","96308015010","J900000601405","J650002902100","96308015030","J900000501603","96201002000","96201001000","96201031032C1","J900002202000","96201034032C1","90501045000","90101036100","90101086000","90101080044","43578016","43578014","43570623","43578044","43570723","90201025000","43578219","96313025000","90501046000","96314033000","96314034000","J125070002","J900000501500","J912080293","95801038000C1","J900001006500","96301039000C1","90101042000","90101040000","90101041000","J982101253","96315001000","96315013000","96315003000","96315121000","96315127000","96315119000","96315117000","96315126000","96315123000","J610000600400","90607830000","J926060001","J310000100900","90107013008","90507017000","90515011000","J310000101200","96214001000","96208004000EB","96208003000EB","96314004010","96314004020","96314002000","94814526000","94814525000","J06797100183","J125100009","J910001000800","96314010000","J900000501602","J900000601204","J900000500900","96314045000","J910000501100","28114047000","J025050126","96314040000","96314043000","J934100006","J981420133","94512082010","J910000600505","94512082000","J125050005","93014024100","J900000605400","93014001010","J910000601200","93014024110","J690001210000","J690000710001","J125062006","90212581000","90212582000","J06923050053","96314025010","96305082000","J025080353","J800000901001","90205068000","J025060147","96305090000","93805011003","96341190000","96341090000","96305004000","96205007000","90136038000","94305050172","96305051000","93805096000","90105000002","90205086001","J340000600700","96305097000","96305032033","96238007033","96338011000","96338009000","J471010100","96238001000","J028060303S","90238015033","90138015050","90138015052","J025060166","9623800600024","J770004126200","90138015000","96238002000","J025060401","J7700090151","90238003000","90238017000","J770012520","90238016044","96238008044")
Parameters:
[]
80 0.28 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1003030787
]
81 2.01 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:
[
  "1003030787"
]
82 15.99 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"À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–\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"\x1E?áDŒ•B¾¤»¢%T÷^\x0E"
  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"\x138[\eWÌ@T¬ÜÍøúÕˆ¾"
  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"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x08×»;©\x02A¸µ”ð!ÉÕy„"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  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"ŽBðú\x00\x12BO¾<.–"‹°d"
  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"¸þnö¦HD)¯î­ë0;^Œ"
  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" í4HPïMÇ´a\vê…¥\x01"
  b"\x18[›]sfLO¥ƒË#øJ\x15ž"
  b"‰&ü«ÌqC6¸›ŸT\x1F²/="
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  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"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"g›¤YôÚDÊŽ¢\x12«¿Ë\x17²"
  b"rØy*¯3@\x11¼\f9¡æ¯ô\x7F"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"¯þþò\tLK¤˜xZiû\x05“é"
  b"░┴\x1494ìA\x0Féq¥¼xS\x15Ú"
  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"\x04‚0aØ KX³×À\x1FAçØ\x02"
  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"\x01ÿ╠mÜ|s¬àÉ\x7F{\x03\t!"
  b"€ws^¿#J¯ˆþäJ‘\x1D+r"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"ðwãÌš2Gt«¶ÍQö§‹î"
  b"42*Ð!{Cb¡Ï æÆ\x17+™"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"Tᾘ5üCú¨ED»hûYB"
  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"Ÿ£\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"\x01˜ÌkôÖpež\x05t3üâÑß"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"gl\x00ØŠuG\x06ªÑ!M´Æ¬\v"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"¿┘$\x0Fü\x17H\x06ƒ▄?P5▀."
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  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"A\x07œt"UJ°„\x06Ÿk®3‹œ"
  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"6ß:\x12ôƒK╣Å░»═Ë:r\x03"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"?\x11œõpàE\v©i:\x17S2M!"
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b" ³@²\v™@éº9^ß2¢0^"
  b"™â¨ö\x0EãM\x01ŠAòv²Ä@ "
  b"jm\x19Ř’Fÿ¾%Û\výñÛ¤"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"%Ür÷åHL[²L',ôpSl"
  b"""
    Ö\x14œ\f\n
    »@ö¼µGþª\x0E\x1Er
    """
  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"”÷Im+±IÔœl2\t´"â\x08"
  b"•T\x03ËîîMâ™m-´\x15þÖc"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"×Gza›;D©¥‡VfŒ¢\x15÷"
  b"´ÇÕRÖ╣M0Ø<<╚\x10\fQ?"
  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"Tmþ\x08§PNc¾;ÝÿŽL2x"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"""
    DëØú]ÝDJ¼ªï\n
    Û;Ìo
    """
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"NE2nÇ$KH¿=üºº█\x10\x12"
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"3\x18ˆßk”GÏ€?kÊŠ\x11\ec"
  b"ã▀\v)ì,KN▓Föö"Ö¡R"
  b"O`¡í┬óK±ÑÍ\x1C‗+ükð"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"\x01˜Ì]í¿so„˜À\x14º9\x1DÔ"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"ˆÕ\x1D¡+)EŽœFžwÁÌKæ"
  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"QW«×>ªEÿœ*½_ç\x08\x04`"
  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"\x01˜Ìl™¸s\r®ÎDÿc"=¾"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"ª\x18pZæéC,ö$n\x00¤ÝÓÉ"
  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"&f®ŽW0EÅ„N\x0Fòð\e\t¦"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"šËpMI¾D熨Ç\x0E\x01ºúÎ"
  b"εØÈrüD¼¸Ä…:\x05\x17"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  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"""
    _\n
    xØs¦E>¹\x1F\x116Ô~<
    """
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  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"Ø*╚Ü^\x1AC\x15║└A,$É┌\r"
  b"\x18Øüß)WL^â\x1AÓè³óxÌ"
  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" œ@·°çA{†\x05\x0FücüÆ"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  b"\x0Eš?¿÷\x04OD½Í\x0F€Dah8"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"\x7Ft\x01ÒrêN÷µõÇGÆ™XÖ"
  b"Jî,x»I\x11‡{\x1Eu¯"Ï "
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"¸¯­×'DFø£FúÉlÿ\r˜"
  b"\x01˜Ìj\t\x06p8’)§­²¼\x04"
  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"U├u█ MKìóàÐñHR▄³"
  b"ÇHêvƒfC|²”B\x18ô"µÆ"
  b"Æ­ÒÂ&ÜIÂŽÓ"`-g\x10à"
  b"ü‰ùuÈîN¬¹˜4+9\x10"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"SáuúR›JÖ¶âõ¹×\v“×"
  b"©ì:²¥BH‰©W—MÆ\x00º¾"
  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"\x15½Å®|wF$ô&6¯Ô9\rÈ"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"^¢Iþ†ûI(‘tÇ\f¢)ËV"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"\x05œÿa’Fl´cFˆcòë‚"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"0¶)ßû®KD”•\x1C)qØ;\x13"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"mÖûB–àMm§.>·\x0FdL˜"
  b"\x01˜ÌlÁ\x12pާ—òn‡½>,"
  b"4–çö!³@ÆŠAx{D@J7"
  b"¾\vßû@tKùµ\x1FÝ\x0F\X‡u"
  b"OÄS\x1EÜ\x00A’¤N‘ÃD7ír"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"2¯ÄAt]O~’µ\x15~\x1Aé0²"
  b"°à ÛÁéNYöûLöìu1H"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"üvU kÖDî¢h│0*b)ü"
  b"\fT¼{ë.Gl¡2¤\x01ð\x1Am8"
  b"<A:Ô^þIö€R\x05}KÉ,{"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"42{åÛ´H•”S9XŠC´f"
  b"¿uÁ\x11\x03ØEȵœŸž\t×q!"
  b"Åå¶j½9L-ÂÎ"*¶b\x17\f"
  b"—b”ñ\e­I…­¸Ÿ‰™\x18½Ô"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"åÅm\rôMç¯ëÚB\eEJÛ"
  b" ¶\x11\x182@Ø™Ú̹«ÖÍ·"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"ì`ÿ©¬\x17H=¹Yf\f7‚•Æ"
  b"܉økhaN²†\x01OU†ý‚ê"
  b"ÃèÈ\x18q­L%ª~öÆìÔ\v"
  b"€oÓº™ÞD«¢äM¡+j§;"
  b"\x01ÿ╠l¾\x1AsFÉ¥║$┘t£¾"
  b"\x16\x11BN@²Bf«ãa:\x12§ã\x06"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"®u`Îi"Fà«Çv’‚'\vL"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"ëcOXÉ.Gº‰wž·³\eÊ1"
  b"íÜ▀\t^kF¶¿\x00ðãÅZ<D"
  b"Šð”™\e‚FÛ¬VÙ^s»w˜"
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b"¦Y¶ÅYyNo¬T!gt¾™Ò"
  b"n\x0E2\x16±SCò•ÆŸ\x1F\v7ßÉ"
  b"«\tÄ1█GÏü°ý8%ç+¼"
  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"HßGé&ÅMÓêu6ãNÿEò"
  b"—ûšv…”GÞŒ\x06Š\x14×]ð"
  b"'ù¾\x1D<¤@_»Ø\x18X{,-╩"
  b"rÛÅ6Z\x01Oìˆ;^/—~Ûó"
  b"""
    hÊ0öŸsI\x03¯žèÂé\n
    ´á
    """
  b"ìè╔H\rÏA\x7FÂw5▒\x00╣Â\x15"
  b"\x19±b„´%Jb€\x19\x15ô‹W6z"
  b"AÖˆ\x06=âAï¶q\x1C¸_¬¨h"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"v=y*]ËAO­¤s,ôpná"
  b"═P\x1EUr±D}üÖdpwУñ"
  b"@ÿè3sãMo¨Š©´~˜•9"
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"ÔÇ*¢´¢Cp†½²x\x1Aš\t\x06"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"¨í4½\x13‡E*ŽŒƒm’Aåp"
  b"/ë½ìùzCOè\x01Æ▄á╝UB"
  b"[Aþ¿¾WLïºÔåÏWO™h"
  b"©ïvõ„ÆN#´3,{þ¯¿‰"
  b"Ý£Vе▓Gå×?\x15GüX±g"
  b"ü2ò2ÓçF0Ÿ´›üh2a¯"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"&¢ó´WWGg«‗زóJ\x05"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"\x01˜ÌlnAr×”Ê(;\x0EijÏ"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"³*õ"F+C`øl³ì┌█´K"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"╠┘%Î█%CÒÇ(Z³ì`×+"
  b"ø\x08îj³åC΂7h¹$¦\tK"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"Ü• Ÿ=‰@,…\x10+§×Ru\x12"
  b"\x01˜Ìl36rް\#\x1CU\x13\x7F)"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"Ø8|å¢ÖIg¬6Ð:Œº†¶"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b"Iæ|╗\x01£@Å«òö▄À C▄"
  b"®╩Ôõu¬B"èÞh*ìÌ\rS"
  b"ïZP¿±õL»£>Ø2p\x17œþ"
  b"{°>ò¬åFÓÈùD0ÉÂ"
  b"g[â ½ãO=Å»\x11|├º╗E"
  b"TvS=¶KBÀ‚l²ŒŽhü£"
  b"«Ð’7Ú\fM\x16‚H/êØÕn¶"
  b"ã%\x7F╝├ØL\r¿M¡7¿P5È"
  b"‘õ’ŸŒE’©¿Ï‹/YDš"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"\x01˜ÌmsqrU¾1ŠÄGÿâ„"
  b"#.Ö╔╗ Nä░)è├ÅÄÖ¬"
  b"│Èïiq²OIØ}¬s:IêX"
  b"\x01˜Ìm<ýq¥½œ)Á\eã*\n"
  b"»\f—ŒóëD®¿#î\x14P\x07"
  b"@†/W½òC‚–7ˆ/°Õ†³"
  b"C┬®lÄ0LÁÑ£ìA\x0EÍûñ"
  b"<#wºn)DX½\x1C¯ÐŒü-V"
  b"báGìnãIPä(╬Eu¬Ñå"
  b"‹ôÅ\x10?ŸIU³IË¢\x06Ai¾"
  b"Á5\x07ߟ\x17Iå±o³GþM»\v"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"\x1Eìë\x00­╩B°º'&\x11(\x1E"
  b"\x01˜Ì^«~r±‰¡ƒƒ[§Zó"
  b"‘sh»ØòAó¡\x7F4\x15\r¯?a"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"›„ú˶UAè”\x15$Í1¹`\x0E"
  b"Ÿ9~\t†/J}¼P±ßã@"<"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"ç0\x07H\x1FŠ@ö‹ºð)=Ô€7"
  b"oüı;eSEéƒô\f\fTIµ"
  b"òg\x1A╩▒ºJÐÀì\x7Fy\x180<ª"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"¹\x01S¼lÁNʃôŽpTßÞ\x1F"
  b"ólÏ\x1DìÒHy²÷Óq«2cß"
  b"';\x0F\tÞ N5╣\x10x├|mØç"
  b"Õ1›îk9A\x19·x¡2¥S­ä"
  b"_¾TѨpJ•¶Å¾<=d¢z"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"ÕA×P&‰N\x11›Å‘ňiÈÙ"
  b"û W[ÔTI£Šãxå¿\x08úÆ"
  b"·Žð¬ŠÊN{›î™¡SÒ´G"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"v\x0E4H▄╝E╦ëg «Ø³*-"
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"\x10{Œ‹KŸƒöì\x05ޏ ¶"
  b"­Ká³µÙL‚¯¸\x16ñ\x00Ö q"
  b"µuè}ý!IP¨k—‹òh©U"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"ô~\¹)þKÞº\x06\x06D€\x0F÷ž"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"’76qhMLe™äp´Q9Üð"
  b"1éå/™ŽJູ’ï\x13·l-"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"ès˜q|Ä@J‘Ýr¡Ê\eêK"
  b"(ÐŽ7ÓóDB‘\x18KQ–å¨,"
  b"ƒQ„FõaCß•ÛÏÕRq¡s"
  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"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"""
    \x01ÿ╠pÝåq¤░\x15\n
    ƒ\x19ÙíÉ
    """
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"╣TôñZØH¡À▀°ØÔ=\e\x11"
  b"{VÌG¡ôHÄÉRÁPÜÊéÎ"
  b"q▓÷RÙ6Fdñ+Å¢à\x1D┐|"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"ÂìT(/4O4³Ñ/\\x19OCæ"
  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"ÇÑI ÛÿCÈ…²øÈ\x10Wˆ"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"\x1F—ú.S3Mקݦ¼9äkž"
  b"\x01˜ÌmÆ•r‚„kK\t\x06¾èD"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"¾W¸X`¨MA§xÈyw\vy„"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"ÓŸq…wÔ@V‘×ûÊÚâz·"
  b"'"á\x130¾Jí³×Á\rã\x1C\v"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"8CW]›<B¾ \x131‡uòxÛ"
  b"ÂZzhìmIοÕ#Ðï>\x15I"
  b"Áo8€™#N­\x7FÝøOÐæK"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"Å\x07£¥nêL\x10¿z!)ZÀí;"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"^F¹9lºB`öÅ B&©0×"
  b"‹øFÖ)HLÆŠ•ØÈ81º¸"
  b"╔ ┼ÿ¦oG\x13Å@ae´?\x0EÀ"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"Žó,R9JG9ºýÿ„L=á_"
  b"""
    l┐\n
    F<aEÔ×┐eÅ█╚óZ
    """
  b"Ò/,2¿ÓLؽ–AlÓ\x01ZH"
  b"Ú\x7FÂíJuNà’ÊU4ŠÉ \x1F"
  b"z\x11Vv6\x08I­ü>)é#ç~Å"
  b"bô´ ╩ÞL~É╠ÕKd─:'"
  b"\x01˜Ì_u\x15p¬©aÝÕ‰\x19­L"
  b"Ó\x00yKo6Ll¯N»„LŽž>"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"1ó}?\x00cJì–Õãi}ÈkØ"
  b"\x13RÖrÙàK‰°¹‡?~/ù¡"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"\x17\x14†j|­O¹ƒ\x10Üð%¦…Ð"
  b"ý>¢zžšL̆æW명Žs"
  b"&Ò;9W˜@<—Ä}\x0ErÈéJ"
  b"ì\rÈ\x1D\e\x01JŽ·1š¤\x18\eúE"
  b";9¦`­0@û€é\x1CWÕäS°"
  b"„—Eð·\x05C:‹\x15hÛbHr¬"
  b"ñN\x1F:Þô@░Á56_╦üy¥"
  b"“ó€\x1FAÆM¬±\x07T\x1A,\r\x05a"
  b"└9t\x1FhÅD¬¢▄é\x10K■ðe"
  b"…e2á9\x0FF‘†Ö‘\x08Û­ªÐ"
  b"\e¢ï\x1E¿ÝC%§Š\r\x17¬”I¹"
  b",h\x0F\x0FÙ¨IsŠòJ\x17û†\t\x11"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  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"=Œ„H\v\x05&¤N›f "
  b"5\x1C²”ØkD”„q•Î\x10ïæm"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"ŠsJ]Â\x15OÒ¡ïSû~kzÖ"
  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"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  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"­‹\x04Õ®nH\x0F l¯E(.\x1A\x13"
  b"G¹$”µnG}Ÿo‹3åSÿ´"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"P‰¢èiÜ@²¡iÞRL”š'"
  b"MR¥åsºKF¨¿zÊ\x17CÚv"
  b"\x7F\x00q‘J\eM豊ãª|*x€"
  b"¦<þ╦\x10ÐC╗ØÜñ¯9nA¾"
  b"ªôX½ÌbNÝ¡½¿\x10\x08ž;="
  b"ß\x05%\x19}\x7FD\x1C¹üØ·\x14³ŸU"
  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"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"ªAùˆhVMd¥Ú–ç\rÏ«°"
  b"2h\f¤ìCJL╗\x14P═ÿÅõ┤"
  b"|g\x0E\Û™Nö†3Èiׇß\n"
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"é\x13ÁNÂ¥@\¥ü6|!d\x04Î"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b"zŠ”xAHF±˜~ÛßK\x11Áì"
  b"¢½’,ü\x12H{¸Öù¡ÓXÜß"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  b"\x1F\x07œUwGIA…”Ç*¾ÌÓ6"
  b"673ÃÛÅOÖïWÇ┘6\x0Eÿ÷"
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  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"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  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"""
    ╚┘z\x02«ÏG\n
    ¿÷\x05\x10Ø5³\x08
    """
  b"`è0Q½çE¸€=¦òk\x1C´7"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"fJ\x03[æ`Aµ‰sÇèIË\À"
  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"¢õ!*\x07XOš‚Ê¥NУŠÕ"
  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"@T©USìC\x1Aùi,nüEIl"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"øòêÓ\vßIÔ’Œº›çB':"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"\x06q²‡HCC^€¥Ýši]B,"
  b"\x14-\x00\x19iØF˽÷×Ö¼\x0Fñé"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"""Ú$CÖKû°µýh»š­S"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  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"Ÿå’õ¾\tE!­×=¼ý^âÉ"
]
83 34.84 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"À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–\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"\x1E?áDŒ•B¾¤»¢%T÷^\x0E"
  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"\x138[\eWÌ@T¬ÜÍøúÕˆ¾"
  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"Ì:l7\x19‹FS¸¦ì7\x010¶%"
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x08×»;©\x02A¸µ”ð!ÉÕy„"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  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"ŽBðú\x00\x12BO¾<.–"‹°d"
  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"¸þnö¦HD)¯î­ë0;^Œ"
  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" í4HPïMÇ´a\vê…¥\x01"
  b"\x18[›]sfLO¥ƒË#øJ\x15ž"
  b"‰&ü«ÌqC6¸›ŸT\x1F²/="
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  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"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"g›¤YôÚDÊŽ¢\x12«¿Ë\x17²"
  b"rØy*¯3@\x11¼\f9¡æ¯ô\x7F"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"¯þþò\tLK¤˜xZiû\x05“é"
  b"░┴\x1494ìA\x0Féq¥¼xS\x15Ú"
  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"\x04‚0aØ KX³×À\x1FAçØ\x02"
  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"\x01ÿ╠mÜ|s¬àÉ\x7F{\x03\t!"
  b"€ws^¿#J¯ˆþäJ‘\x1D+r"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"ðwãÌš2Gt«¶ÍQö§‹î"
  b"42*Ð!{Cb¡Ï æÆ\x17+™"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"Tᾘ5üCú¨ED»hûYB"
  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"Ÿ£\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"\x01˜ÌkôÖpež\x05t3üâÑß"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"gl\x00ØŠuG\x06ªÑ!M´Æ¬\v"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"¿┘$\x0Fü\x17H\x06ƒ▄?P5▀."
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  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"A\x07œt"UJ°„\x06Ÿk®3‹œ"
  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"6ß:\x12ôƒK╣Å░»═Ë:r\x03"
  b"\x0F\x01£A9\x14Hm…\x109‚¸\x14\t\f"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"?\x11œõpàE\v©i:\x17S2M!"
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b" ³@²\v™@éº9^ß2¢0^"
  b"™â¨ö\x0EãM\x01ŠAòv²Ä@ "
  b"jm\x19Ř’Fÿ¾%Û\výñÛ¤"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"%Ür÷åHL[²L',ôpSl"
  b"""
    Ö\x14œ\f\n
    »@ö¼µGþª\x0E\x1Er
    """
  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"”÷Im+±IÔœl2\t´"â\x08"
  b"•T\x03ËîîMâ™m-´\x15þÖc"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"×Gza›;D©¥‡VfŒ¢\x15÷"
  b"´ÇÕRÖ╣M0Ø<<╚\x10\fQ?"
  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"Tmþ\x08§PNc¾;ÝÿŽL2x"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"""
    DëØú]ÝDJ¼ªï\n
    Û;Ìo
    """
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"NE2nÇ$KH¿=üºº█\x10\x12"
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"3\x18ˆßk”GÏ€?kÊŠ\x11\ec"
  b"ã▀\v)ì,KN▓Föö"Ö¡R"
  b"O`¡í┬óK±ÑÍ\x1C‗+ükð"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"\x01˜Ì]í¿so„˜À\x14º9\x1DÔ"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"ˆÕ\x1D¡+)EŽœFžwÁÌKæ"
  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"QW«×>ªEÿœ*½_ç\x08\x04`"
  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"\x01˜Ìl™¸s\r®ÎDÿc"=¾"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"R·³\x1A;ïA~·Zø¸[ì\x7F3"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"ª\x18pZæéC,ö$n\x00¤ÝÓÉ"
  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"&f®ŽW0EÅ„N\x0Fòð\e\t¦"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"šËpMI¾D熨Ç\x0E\x01ºúÎ"
  b"εØÈrüD¼¸Ä…:\x05\x17"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  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"""
    _\n
    xØs¦E>¹\x1F\x116Ô~<
    """
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  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"Ø*╚Ü^\x1AC\x15║└A,$É┌\r"
  b"\x18Øüß)WL^â\x1AÓè³óxÌ"
  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" œ@·°çA{†\x05\x0FücüÆ"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  b"\x0Eš?¿÷\x04OD½Í\x0F€Dah8"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"\x7Ft\x01ÒrêN÷µõÇGÆ™XÖ"
  b"Jî,x»I\x11‡{\x1Eu¯"Ï "
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"¸¯­×'DFø£FúÉlÿ\r˜"
  b"\x01˜Ìj\t\x06p8’)§­²¼\x04"
  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"U├u█ MKìóàÐñHR▄³"
  b"ÇHêvƒfC|²”B\x18ô"µÆ"
  b"Æ­ÒÂ&ÜIÂŽÓ"`-g\x10à"
  b"ü‰ùuÈîN¬¹˜4+9\x10"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"SáuúR›JÖ¶âõ¹×\v“×"
  b"©ì:²¥BH‰©W—MÆ\x00º¾"
  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"\x15½Å®|wF$ô&6¯Ô9\rÈ"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"^¢Iþ†ûI(‘tÇ\f¢)ËV"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"\x05œÿa’Fl´cFˆcòë‚"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"0¶)ßû®KD”•\x1C)qØ;\x13"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"mÖûB–àMm§.>·\x0FdL˜"
  b"\x01˜ÌlÁ\x12pާ—òn‡½>,"
  b"4–çö!³@ÆŠAx{D@J7"
  b"¾\vßû@tKùµ\x1FÝ\x0F\X‡u"
  b"OÄS\x1EÜ\x00A’¤N‘ÃD7ír"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"2¯ÄAt]O~’µ\x15~\x1Aé0²"
  b"°à ÛÁéNYöûLöìu1H"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"üvU kÖDî¢h│0*b)ü"
  b"\fT¼{ë.Gl¡2¤\x01ð\x1Am8"
  b"<A:Ô^þIö€R\x05}KÉ,{"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"42{åÛ´H•”S9XŠC´f"
  b"¿uÁ\x11\x03ØEȵœŸž\t×q!"
  b"Åå¶j½9L-ÂÎ"*¶b\x17\f"
  b"—b”ñ\e­I…­¸Ÿ‰™\x18½Ô"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"åÅm\rôMç¯ëÚB\eEJÛ"
  b" ¶\x11\x182@Ø™Ú̹«ÖÍ·"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"ì`ÿ©¬\x17H=¹Yf\f7‚•Æ"
  b"܉økhaN²†\x01OU†ý‚ê"
  b"ÃèÈ\x18q­L%ª~öÆìÔ\v"
  b"€oÓº™ÞD«¢äM¡+j§;"
  b"\x01ÿ╠l¾\x1AsFÉ¥║$┘t£¾"
  b"\x16\x11BN@²Bf«ãa:\x12§ã\x06"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"®u`Îi"Fà«Çv’‚'\vL"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"ëcOXÉ.Gº‰wž·³\eÊ1"
  b"íÜ▀\t^kF¶¿\x00ðãÅZ<D"
  b"Šð”™\e‚FÛ¬VÙ^s»w˜"
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b"¦Y¶ÅYyNo¬T!gt¾™Ò"
  b"n\x0E2\x16±SCò•ÆŸ\x1F\v7ßÉ"
  b"«\tÄ1█GÏü°ý8%ç+¼"
  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"HßGé&ÅMÓêu6ãNÿEò"
  b"—ûšv…”GÞŒ\x06Š\x14×]ð"
  b"'ù¾\x1D<¤@_»Ø\x18X{,-╩"
  b"rÛÅ6Z\x01Oìˆ;^/—~Ûó"
  b"""
    hÊ0öŸsI\x03¯žèÂé\n
    ´á
    """
  b"ìè╔H\rÏA\x7FÂw5▒\x00╣Â\x15"
  b"\x19±b„´%Jb€\x19\x15ô‹W6z"
  b"AÖˆ\x06=âAï¶q\x1C¸_¬¨h"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"v=y*]ËAO­¤s,ôpná"
  b"═P\x1EUr±D}üÖdpwУñ"
  b"@ÿè3sãMo¨Š©´~˜•9"
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"┌ô¶v\x04÷Jì░Ø):&\t"
  b"ÔÇ*¢´¢Cp†½²x\x1Aš\t\x06"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"¨í4½\x13‡E*ŽŒƒm’Aåp"
  b"/ë½ìùzCOè\x01Æ▄á╝UB"
  b"[Aþ¿¾WLïºÔåÏWO™h"
  b"©ïvõ„ÆN#´3,{þ¯¿‰"
  b"Ý£Vе▓Gå×?\x15GüX±g"
  b"ü2ò2ÓçF0Ÿ´›üh2a¯"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"&¢ó´WWGg«‗زóJ\x05"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"\x01˜ÌlnAr×”Ê(;\x0EijÏ"
  b"\e┐üÅ*»CO╗ñ╚èÇ├\x00\x13"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"³*õ"F+C`øl³ì┌█´K"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"╠┘%Î█%CÒÇ(Z³ì`×+"
  b"ø\x08îj³åC΂7h¹$¦\tK"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"Ü• Ÿ=‰@,…\x10+§×Ru\x12"
  b"\x01˜Ìl36rް\#\x1CU\x13\x7F)"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"Ø8|å¢ÖIg¬6Ð:Œº†¶"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b"Iæ|╗\x01£@Å«òö▄À C▄"
  b"®╩Ôõu¬B"èÞh*ìÌ\rS"
  b"ïZP¿±õL»£>Ø2p\x17œþ"
  b"{°>ò¬åFÓÈùD0ÉÂ"
  b"g[â ½ãO=Å»\x11|├º╗E"
  b"TvS=¶KBÀ‚l²ŒŽhü£"
  b"«Ð’7Ú\fM\x16‚H/êØÕn¶"
  b"ã%\x7F╝├ØL\r¿M¡7¿P5È"
  b"‘õ’ŸŒE’©¿Ï‹/YDš"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"\x01˜ÌmsqrU¾1ŠÄGÿâ„"
  b"#.Ö╔╗ Nä░)è├ÅÄÖ¬"
  b"│Èïiq²OIØ}¬s:IêX"
  b"\x01˜Ìm<ýq¥½œ)Á\eã*\n"
  b"»\f—ŒóëD®¿#î\x14P\x07"
  b"@†/W½òC‚–7ˆ/°Õ†³"
  b"C┬®lÄ0LÁÑ£ìA\x0EÍûñ"
  b"<#wºn)DX½\x1C¯ÐŒü-V"
  b"báGìnãIPä(╬Eu¬Ñå"
  b"‹ôÅ\x10?ŸIU³IË¢\x06Ai¾"
  b"Á5\x07ߟ\x17Iå±o³GþM»\v"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"\x1Eìë\x00­╩B°º'&\x11(\x1E"
  b"\x01˜Ì^«~r±‰¡ƒƒ[§Zó"
  b"‘sh»ØòAó¡\x7F4\x15\r¯?a"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"›„ú˶UAè”\x15$Í1¹`\x0E"
  b"Ÿ9~\t†/J}¼P±ßã@"<"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"ç0\x07H\x1FŠ@ö‹ºð)=Ô€7"
  b"oüı;eSEéƒô\f\fTIµ"
  b"òg\x1A╩▒ºJÐÀì\x7Fy\x180<ª"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"¹\x01S¼lÁNʃôŽpTßÞ\x1F"
  b"ólÏ\x1DìÒHy²÷Óq«2cß"
  b"';\x0F\tÞ N5╣\x10x├|mØç"
  b"Õ1›îk9A\x19·x¡2¥S­ä"
  b"_¾TѨpJ•¶Å¾<=d¢z"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"ÕA×P&‰N\x11›Å‘ňiÈÙ"
  b"û W[ÔTI£Šãxå¿\x08úÆ"
  b"·Žð¬ŠÊN{›î™¡SÒ´G"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"v\x0E4H▄╝E╦ëg «Ø³*-"
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"\x10{Œ‹KŸƒöì\x05ޏ ¶"
  b"­Ká³µÙL‚¯¸\x16ñ\x00Ö q"
  b"µuè}ý!IP¨k—‹òh©U"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"ô~\¹)þKÞº\x06\x06D€\x0F÷ž"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"’76qhMLe™äp´Q9Üð"
  b"1éå/™ŽJູ’ï\x13·l-"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"ès˜q|Ä@J‘Ýr¡Ê\eêK"
  b"(ÐŽ7ÓóDB‘\x18KQ–å¨,"
  b"ƒQ„FõaCß•ÛÏÕRq¡s"
  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"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"""
    \x01ÿ╠pÝåq¤░\x15\n
    ƒ\x19ÙíÉ
    """
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"╣TôñZØH¡À▀°ØÔ=\e\x11"
  b"{VÌG¡ôHÄÉRÁPÜÊéÎ"
  b"q▓÷RÙ6Fdñ+Å¢à\x1D┐|"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"ÂìT(/4O4³Ñ/\\x19OCæ"
  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"ÇÑI ÛÿCÈ…²øÈ\x10Wˆ"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"\x1F—ú.S3Mקݦ¼9äkž"
  b"\x01˜ÌmÆ•r‚„kK\t\x06¾èD"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"¾W¸X`¨MA§xÈyw\vy„"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"ÓŸq…wÔ@V‘×ûÊÚâz·"
  b"'"á\x130¾Jí³×Á\rã\x1C\v"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"8CW]›<B¾ \x131‡uòxÛ"
  b"ÂZzhìmIοÕ#Ðï>\x15I"
  b"Áo8€™#N­\x7FÝøOÐæK"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"Å\x07£¥nêL\x10¿z!)ZÀí;"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"^F¹9lºB`öÅ B&©0×"
  b"‹øFÖ)HLÆŠ•ØÈ81º¸"
  b"╔ ┼ÿ¦oG\x13Å@ae´?\x0EÀ"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"Žó,R9JG9ºýÿ„L=á_"
  b"""
    l┐\n
    F<aEÔ×┐eÅ█╚óZ
    """
  b"Ò/,2¿ÓLؽ–AlÓ\x01ZH"
  b"Ú\x7FÂíJuNà’ÊU4ŠÉ \x1F"
  b"z\x11Vv6\x08I­ü>)é#ç~Å"
  b"bô´ ╩ÞL~É╠ÕKd─:'"
  b"\x01˜Ì_u\x15p¬©aÝÕ‰\x19­L"
  b"Ó\x00yKo6Ll¯N»„LŽž>"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"1ó}?\x00cJì–Õãi}ÈkØ"
  b"\x13RÖrÙàK‰°¹‡?~/ù¡"
  b"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"\x17\x14†j|­O¹ƒ\x10Üð%¦…Ð"
  b"ý>¢zžšL̆æW명Žs"
  b"&Ò;9W˜@<—Ä}\x0ErÈéJ"
  b"ì\rÈ\x1D\e\x01JŽ·1š¤\x18\eúE"
  b";9¦`­0@û€é\x1CWÕäS°"
  b"„—Eð·\x05C:‹\x15hÛbHr¬"
  b"ñN\x1F:Þô@░Á56_╦üy¥"
  b"“ó€\x1FAÆM¬±\x07T\x1A,\r\x05a"
  b"└9t\x1FhÅD¬¢▄é\x10K■ðe"
  b"…e2á9\x0FF‘†Ö‘\x08Û­ªÐ"
  b"\e¢ï\x1E¿ÝC%§Š\r\x17¬”I¹"
  b",h\x0F\x0FÙ¨IsŠòJ\x17û†\t\x11"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  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"=Œ„H\v\x05&¤N›f "
  b"5\x1C²”ØkD”„q•Î\x10ïæm"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"ŠsJ]Â\x15OÒ¡ïSû~kzÖ"
  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"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  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"­‹\x04Õ®nH\x0F l¯E(.\x1A\x13"
  b"G¹$”µnG}Ÿo‹3åSÿ´"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"P‰¢èiÜ@²¡iÞRL”š'"
  b"MR¥åsºKF¨¿zÊ\x17CÚv"
  b"\x7F\x00q‘J\eM豊ãª|*x€"
  b"¦<þ╦\x10ÐC╗ØÜñ¯9nA¾"
  b"ªôX½ÌbNÝ¡½¿\x10\x08ž;="
  b"ß\x05%\x19}\x7FD\x1C¹üØ·\x14³ŸU"
  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"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"ªAùˆhVMd¥Ú–ç\rÏ«°"
  b"2h\f¤ìCJL╗\x14P═ÿÅõ┤"
  b"|g\x0E\Û™Nö†3Èiׇß\n"
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"é\x13ÁNÂ¥@\¥ü6|!d\x04Î"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b"zŠ”xAHF±˜~ÛßK\x11Áì"
  b"¢½’,ü\x12H{¸Öù¡ÓXÜß"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  b"\x1F\x07œUwGIA…”Ç*¾ÌÓ6"
  b"673ÃÛÅOÖïWÇ┘6\x0Eÿ÷"
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  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"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  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"""
    ╚┘z\x02«ÏG\n
    ¿÷\x05\x10Ø5³\x08
    """
  b"`è0Q½çE¸€=¦òk\x1C´7"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"fJ\x03[æ`Aµ‰sÇèIË\À"
  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"¢õ!*\x07XOš‚Ê¥NУŠÕ"
  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"@T©USìC\x1Aùi,nüEIl"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"øòêÓ\vßIÔ’Œº›çB':"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"\x06q²‡HCC^€¥Ýši]B,"
  b"\x14-\x00\x19iØF˽÷×Ö¼\x0Fñé"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"""Ú$CÖKû°µýh»š­S"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  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"Ÿå’õ¾\tE!­×=¼ý^âÉ"
]
84 2.07 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x01˜Ì\ð—sÀŽÀÒ\rÔüÙç"
  b"\x01˜Ì]Aâq²«&Ì\x0EW\x12]e"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  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˜Ì^«~r±‰¡ƒƒ[§Zó"
  b"\x01˜Ì^Ö\esz¿˜ß#\x18à,6"
  b"\x01ÿ╠_6┐s█¥\x05öWvÅØX"
  b"\x01˜Ì_u\x15p¬©aÝÕ‰\x19­L"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"\x01˜Ìh.\trõ·îÝM²äN""
  b"\x01˜Ìh›ksR£<O0o^/Ä"
  b"\x01˜Ìim÷qʺDZVˆ÷6™"
  b"\x01˜Ìi”frܶãAi~\x01¿J"
  b"\x01˜Ìj\t\x06p8’)§­²¼\x04"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"\x01˜Ìk-qq=³Ã^µ”vG™"
  b"\x01˜ÌkôÖpež\x05t3üâÑß"
  b"\x01˜Ìl36rް\#\x1CU\x13\x7F)"
  b"\x01˜ÌlnAr×”Ê(;\x0EijÏ"
  b"\x01˜Ìl™¸s\r®ÎDÿc"=¾"
  b"\x01˜ÌlÁ\x12pާ—òn‡½>,"
  b"\x01ÿ╠l¾\x1AsFÉ¥║$┘t£¾"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"\x01˜Ìm<ýq¥½œ)Á\eã*\n"
  b"\x01˜ÌmsqrU¾1ŠÄGÿâ„"
  b"\x01ÿ╠mÜ|s¬àÉ\x7F{\x03\t!"
  b"\x01˜ÌmÆ•r‚„kK\t\x06¾èD"
  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"\x04‚0aØ KX³×À\x1FAçØ\x02"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x06q²‡HCC^€¥Ýši]B,"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x08×»;©\x02A¸µ”ð!ÉÕy„"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  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"\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îå’oöEÛ§ôŸL9NQÔ"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x138[\eWÌ@T¬ÜÍøúÕˆ¾"
  b"\x13RÖrÙàK‰°¹‡?~/ù¡"
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"\x14-\x00\x19iØF˽÷×Ö¼\x0Fñé"
  b"\x141ínÇØLM®bÏløì\x7FÒ"
  b"\x14Î5l\rµCô™Àp•‘\x16"
  b"\x15½Å®|wF$ô&6¯Ô9\rÈ"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"\x16\x11BN@²Bf«ãa:\x12§ã\x06"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x17\x14†j|­O¹ƒ\x10Üð%¦…Ð"
  b"\x17T\x0E‡U×E-³Ñå\x1D?(d½"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"\x18[›]sfLO¥ƒË#øJ\x15ž"
  b"\x18Øüß)WL^â\x1AÓè³óxÌ"
  b"\x19±b„´%Jb€\x19\x15ô‹W6z"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"\e¢ï\x1E¿ÝC%§Š\r\x17¬”I¹"
  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ìë\x00­╩B°º'&\x11(\x1E"
  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—ú.S3Mקݦ¼9äkž"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"\x1FúYä\x17ÄJ½Œ@;B\x1CÒxr"
  b" !í;'QI§»Î¼ê>>Q"
  b" œ@·°çA{†\x05\x0FücüÆ"
  b" ³@²\v™@éº9^ß2¢0^"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"""Ú$CÖKû°µýh»š­S"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"#.Ö╔╗ Nä░)è├ÅÄÖ¬"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"#gš‡\x04ÀCk±°úZ¬qqc"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"%\x18\x03JKM”Zk…\x11ÿ\x1C\x02"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"%Ür÷åHL[²L',ôpSl"
  b"&f®ŽW0EÅ„N\x0Fòð\e\t¦"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"&¢ó´WWGg«‗زóJ\x05"
  b"&Ò;9W˜@<—Ä}\x0ErÈéJ"
  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"'ù¾\x1D<¤@_»Ø\x18X{,-╩"
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"(ÐŽ7ÓóDB‘\x18KQ–å¨,"
  b")–‹$½\x07Db°\x0Eu©î’÷‡"
  b"*\x04–}\x1C¿K:Ÿ[Xƒ´ççÂ"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+³‚$áN@­š\x1F¾\x12Ç–ž\x0E"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",h\x0F\x0FÙ¨IsŠòJ\x17û†\t\x11"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"-†-1íÞDɆx\x17£3¶J\x18"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b".Å&}\x10øHÌ›\x01ÆNev‰J"
  b".ú㬵!Ag©\x1DYdG;k{"
  b"/ë½ìùzCOè\x01Æ▄á╝UB"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"0Q}┐▓ÁMsòͺ\x0F¨\x0E"
  b"0¶)ßû®KD”•\x1C)qØ;\x13"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"1\x00]Ò·JA\n\x05†ïˤ¶»"
  b"1Iï÷Mæ@¹…’YBΠ\x11µ"
  b"1éå/™ŽJູ’ï\x13·l-"
  b"1ó}?\x00cJì–Õãi}ÈkØ"
  b"2h\f¤ìCJL╗\x14P═ÿÅõ┤"
  b"2¯ÄAt]O~’µ\x15~\x1Aé0²"
  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–çö!³@ÆŠAx{D@J7"
  b"4Ümv1¿Lü«╗ÀÏ\x10üà)"
  b"5\x1C²”ØkD”„q•Î\x10ïæm"
  b"673ÃÛÅOÖïWÇ┘6\x0Eÿ÷"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"6ß:\x12ôƒK╣Å░»═Ë:r\x03"
  b"7Š[ç\x02*NW²È„\x11Ç«³ß"
  b"8CW]›<B¾ \x131‡uòxÛ"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"9`╩·\x07\x10EÂ╗Òì┬§zÌà"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b":\në¦e>LCübÈ\x00■DPµ"
  b";9¦`­0@û€é\x1CWÕäS°"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"<#wºn)DX½\x1C¯ÐŒü-V"
  b"<A:Ô^þIö€R\x05}KÉ,{"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"?\x11œõpàE\v©i:\x17S2M!"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"@T©USìC\x1Aùi,nüEIl"
  b"@W/$Ÿ!B8€“_\x04»óÒŸ"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"@†/W½òC‚–7ˆ/°Õ†³"
  b"@ÿè3sãMo¨Š©´~˜•9"
  b"A\x07œt"UJ°„\x06Ÿk®3‹œ"
  b"Aa(¤øwKJ¨íš5\x1A\x18Þ0"
  b"Ab\x1E´Ú\x1CA´ü╬, Øàúê"
  b"AÖˆ\x06=âAï¶q\x1C¸_¬¨h"
  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"C┬®lÄ0LÁÑ£ìA\x0EÍûñ"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"""
    DëØú]ÝDJ¼ªï\n
    Û;Ìo
    """
  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"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"HßGé&ÅMÓêu6ãNÿEò"
  b"Iæ|╗\x01£@Å«òö▄À C▄"
  b"IãÕª æF\x03» .=;&L–"
  b"J$\x16Åž\x13IùŒáò—F‘ñ¢"
  b"J/╣ôÊ\x11KôìÑQ\F █»"
  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õ1<\txDʼŒ­á\x16I=\x04"
  b"K2—\x7F!¼G7¨å¥”Í‘ðû"
  b"M1›RsàBc´÷&\x121¶ëå"
  b"MR¥åsºKF¨¿zÊ\x17CÚv"
  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"OÄS\x1EÜ\x00A’¤N‘ÃD7ír"
  b"PF\vVÎÀF<éÅ:┤ðEÎQ"
  b"PMz\x02ž€Cå“]Ñ\x039é˜é"
  b"P‰¢èiÜ@²¡iÞRL”š'"
  b"QW«×>ªEÿœ*½_ç\x08\x04`"
  b"Q│\x03─bBGoü²\x06\x08>üì"
  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┘lÔ\f>G\x19äÑ\x1Aë\x1Fkü}"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"S╠ıb\x05UKSÉí├2ª\x06jL"
  b"SáuúR›JÖ¶âõ¹×\v“×"
  b"T\x04i<i}HT…Þ}çáï,\x01"
  b"T"ø^ÔAO'¨‡MŸé\x7F«""
  b"Tmþ\x08§PNc¾;ÝÿŽL2x"
  b"TvS=¶KBÀ‚l²ŒŽhü£"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"Tᾘ5üCú¨ED»hûYB"
  b"U├u█ MKìóàÐñHR▄³"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"UÛb`xbCYº!?¹±4šò"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  b"Xp€\x155åHv¦¦”À;,d;"
  b"XÖ*­ì9O\x14¥lØ•B’œã"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b"Zrj-œâIòˆQñOé% Ô"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"[Aþ¿¾WLïºÔåÏWO™h"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"[┤·~½*LöÜ\x02\x08\x06Þþ"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"]!6ð~ÏL_‘\x1A¹ä­ë,”"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"^F¹9lºB`öÅ B&©0×"
  b"^¢Iþ†ûI(‘tÇ\f¢)ËV"
  b"^Õ§}9„KGƒÆôúP·Ðù"
  b"""
    _\n
    xØs¦E>¹\x1F\x116Ô~<
    """
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"_¾TѨpJ•¶Å¾<=d¢z"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"`è0Q½çE¸€=¦òk\x1C´7"
  b"bô´ ╩ÞL~É╠ÕKd─:'"
  b"báGìnãIPä(╬Eu¬Ñå"
  b"\x13\x14vpGF«ò\x12¡ˆò\\x13"
  b"bÜ×\x18[ K\x12€=Ã\x17ô2tD"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  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"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"enwK§±CÅšP—νܰ§"
  b"enþóC\rE±£ò-Ã-¯0¥"
  b"fJ\x03[æ`Aµ‰sÇèIË\À"
  b"g[â ½ãO=Å»\x11|├º╗E"
  b"gl\x00ØŠuG\x06ªÑ!M´Æ¬\v"
  b"g›¤YôÚDÊŽ¢\x12«¿Ë\x17²"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  b"""
    hÊ0öŸsI\x03¯žèÂé\n
    ´á
    """
  b"\x10{Œ‹KŸƒöì\x05ޏ ¶"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"j\x07KY¦8GÅê¾àô®ëÎj"
  b"jm\x19Ř’Fÿ¾%Û\výñÛ¤"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"""
    lrâ*̓FÄÑáLÅG\n
    ë~
    """
  b"""
    l┐\n
    F<aEÔ×┐eÅ█╚óZ
    """
  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ÖûB–àMm§.>·\x0FdL˜"
  b"n\x0E2\x16±SCò•ÆŸ\x1F\v7ßÉ"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"oüı;eSEéƒô\f\fTIµ"
  b"oôQÍeNAo░ì$²¥\x1C¼\x03"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  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Øy*¯3@\x11¼\f9¡æ¯ô\x7F"
  b"rÛÅ6Z\x01Oìˆ;^/—~Ûó"
  b"rþ|Q%AG’±Å/Sù\x06™È"
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"sû#´ŒõJ®«âè1¾SsØ"
  b"t\x02IbÓFôª\x1D\x01]Ê€&¸"
  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"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"v\x0E4H▄╝E╦ëg «Ø³*-"
  b"v=y*]ËAO­¤s,ôpná"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"""
    yc*.íÂI÷ªÜŸ\n
    :ZA€
    """
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"z\x11Vv6\x08I­ü>)é#ç~Å"
  b"zŠ”xAHF±˜~ÛßK\x11Áì"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"{VÌG¡ôHÄÉRÁPÜÊéÎ"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"{°>ò¬åFÓÈùD0ÉÂ"
  b"|C\x18G²¬F§¡#ÇËC\x1EÍ“"
  b"|g\x0E\Û™Nö†3Èiׇß\n"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"}\t\x12ü«µL·€e;AlDÊì"
  b"}£†ß;ÃL3¡Â\x1Dÿ)…öG"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"~6â}\x07èE´³ä65%$â]"
  b"\x7F\x00q‘J\eM豊ãª|*x€"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  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"€oÓº™ÞD«¢äM¡+j§;"
  b"€ws^¿#J¯ˆþäJ‘\x1D+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"ƒ\x08UƒÒÇL!ª¿DôX¯u«"
  b"ƒQ„FõaCß•ÛÏÕRq¡s"
  b"ƒ{~Σ˜F\x13¢"\x02ÂC™Q„"
  b"âå╚£¡ó@\x0EØ0X├µ╔└I"
  b"ƒß?âú½A©ƒ\x05ŠÑ¹®Ûô"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"„—Eð·\x05C:‹\x15hÛbHr¬"
  b"""
    …7“×\x02%C “.\n
    ‚\\x0E
    """
  b"…e2á9\x0FF‘†Ö‘\x08Û­ªÐ"
  b"àf8\x0E&\x10F:ì═░[%\x14\x1AÕ"
  b"…iˆmTØHÿ³\x19¤+²¸F$"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  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"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ˆÕ\x1D¡+)EŽœFžwÁÌKæ"
  b"‰&ü«ÌqC6¸›ŸT\x1F²/="
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"ŠsJ]Â\x15OÒ¡ïSû~kzÖ"
  b"Šð”™\e‚FÛ¬VÙ^s»w˜"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"‹ôÅ\x10?ŸIU³IË¢\x06Ai¾"
  b"‹øFÖ)HLÆŠ•ØÈ81º¸"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"Œ,¡n–\x07KC¬$”é—1>\x08"
  b"ŒÑÿ­ê’O\x1CŽá³š»„0Ó"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"ìè╔H\rÏA\x7FÂw5▒\x00╣Â\x15"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"ŽBðú\x00\x12BO¾<.–"‹°d"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"Ž¿\x1E3>\x10L$¡l‹‚Ufü,"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"Žó,R9JG9ºýÿ„L=á_"
  b"Å\x07£¥nêL\x10¿z!)ZÀí;"
  b"Å\x1CC¬ýFH─¬ß\x04J·Ìó6"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"Åå¶j½9L-ÂÎ"*¶b\x17\f"
  b"""
    É;d┤ªòG\n
    ú╩´ÉÕø\x06\x1A
    """
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"Étlÿ╝6K─¼\x07\x10\x00╦Ñ*¸"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"‘sh»ØòAó¡\x7F4\x15\r¯?a"
  b"‘ÓtÉ›ÃJç¾®jžPc\x18Ñ"
  b"‘õ’ŸŒE’©¿Ï‹/YDš"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’76qhMLe™äp´Q9Üð"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"’óI \x07ð@˜‰vd"š\x14‡3"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"“ó€\x1FAÆM¬±\x07T\x1A,\r\x05a"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"öN;Æ\x13█J█Å\x7F!¹[P╗╩"
  b"”¢±‘êSCàœîÍ\v[õD/"
  b"”÷Im+±IÔœl2\t´"â\x08"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"•T\x03ËîîMâ™m-´\x15þÖc"
  b"òg\x1A╩▒ºJÐÀì\x7Fy\x180<ª"
  b"òxçü┴ëN^¥ÃË\x16®\x0E"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"—b”ñ\e­I…­¸Ÿ‰™\x18½Ô"
  b"—š\x19\x04FôŸLKc‹4\x17ù"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"—ûšv…”GÞŒ\x06Š\x14×]ð"
  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"™â¨ö\x0EãM\x01ŠAòv²Ä@ "
  b"š\x08¤qÑUNM˜¯Z«Á£”•"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"ÜúB΃┬Fþ┐?©ìÍ'Eï"
  b"šËpMI¾D熨Ç\x0E\x01ºúÎ"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"›„ú˶UAè”\x15$Í1¹`\x0E"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"œ„´FðLLÚ¢ëjÞ×§Q"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"Ø*╚Ü^\x1AC\x15║└A,$É┌\r"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"Ø╚▒╬±nH▒│ião?\x07ƒ\v"
  b"žM‹ ¼…L\x0Fƒ@\x1Ao\x1Ce>‚"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"Ÿ9~\t†/J}¼P±ßã@"<"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"Ÿå’õ¾\tE!­×=¼ý^âÉ"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" ‚[pãuC@–´ÓPî\eWi"
  b" ¶\x11\x182@Ø™Ú̹«ÖÍ·"
  b" ê“ÊíiKN™lG\x1C\x18Ê$]"
  b" í4HPïMÇ´a\vê…¥\x01"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"íÜ▀\t^kF¶¿\x00ðãÅZ<D"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"¢½’,ü\x12H{¸Öù¡ÓXÜß"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"¢õ!*\x07XOš‚Ê¥NУŠÕ"
  b"""
    £±ˆ\x1A×zL;¾e\n
    i`\x1Dùü
    """
  b"ñN\x1F:Þô@░Á56_╦üy¥"
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"ª\x18pZæéC,ö$n\x00¤ÝÓÉ"
  b"¦Y¶ÅYyNo¬T!gt¾™Ò"
  b"¦¶ƒTØ›Jž¸Wà³!?lç"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b"¿)8ü%)F\x01û¬Û£@@█Ê"
  b"¨?Ù¦T©G\x7F¨º\x1F^\x19Ëx("
  b"¿┘$\x0Fü\x17H\x06ƒ▄?P5▀."
  b"¨í4½\x13‡E*ŽŒƒm’Aåp"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"®╩Ôõu¬B"èÞh*ìÌ\rS"
  b"©ì:²¥BH‰©W—MÆ\x00º¾"
  b"©ïvõ„ÆN#´3,{þ¯¿‰"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"ªAùˆhVMd¥Ú–ç\rÏ«°"
  b"ªôX½ÌbNÝ¡½¿\x10\x08ž;="
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ë©É”(D\x04—µÇ\x13\x07\e$0"
  b"«Ð’7Ú\fM\x16‚H/êØÕn¶"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"­Ká³µÙL‚¯¸\x16ñ\x00Ö q"
  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"«\tÄ1█GÏü°ý8%ç+¼"
  b"®u`Îi"Fà«Çv’‚'\vL"
  b"®ŽØ™ö{Jd¸\t~³‰½&\x08"
  b"¯m¾’?åNÓ¤¨½\x07\x10öù"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"¯Ì\x10ÕûñN˃7•½\x08.À«"
  b"¯þþò\tLK¤˜xZiû\x05“é"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░┴\x1494ìA\x0Féq¥¼xS\x15Ú"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"±¹ýî\x08ÿL{Š„}Ùm•Y\"
  b"²oÐQ\rWNç°ÉY\x1C˜ÙÆ\x1D"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"│▓\x03\x06─═L8®┘b\x01f\x1FíØ"
  b"│Èïiq²OIØ}¬s:IêX"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µuè}ý!IP¨k—‹òh©U"
  b"µª(_g\x0FB„™€Õ˜­¢>÷"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"¶§À\x05‹JDž§ÝÌ\x08Í\x0F0\x1C"
  b"ÀZQÁ\x07^I_ìO1ÓC4i("
  b"·Žð¬ŠÊN{›î™¡SÒ´G"
  b"À½Ñ└7■D[▒╚ìfvÙVq"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸tÈ+‰\D°œÉN\$§uc"
  b"¸¯­×'DFø£FúÉlÿ\r˜"
  b"¸È$¸N4JQª§Q³N£­è"
  b"¸þnö¦HD)¯î­ë0;^Œ"
  b"¹\x01S¼lÁNʃôŽpTßÞ\x1F"
  b"╣TôñZØH¡À▀°ØÔ=\e\x11"
  b"º=lÆŽÍE€”¤pÃw«§£"
  b"»\f—ŒóëD®¿#î\x14P\x07"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"¾\vßû@tKùµ\x1FÝ\x0F\X‡u"
  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"¿uÁ\x11\x03ØEȵœŸž\t×q!"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"└9t\x1FhÅD¬¢▄é\x10K■ðe"
  b"└c┘·\x16.J\x7FÉâ\x08╔ØÐvç"
  b"ÀË\x14©ø*Dó‹À“£6.\tð"
  b"Àß4Æ6~J¶´ä\x1Ck'äRÁ"
  b"Á5\x07ߟ\x17Iå±o³GþM»\v"
  b"Áo8€™#N­\x7FÝøOÐæK"
  b"ÂZzhìmIοÕ#Ðï>\x15I"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂìT(/4O4³Ñ/\\x19OCæ"
  b"┬¶o/ã0KëÂók11¦|É"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"├0°╝JïJÅÖÑ\x0E\x14\x067±ý"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"ÄÞŠ\x19?9Oöµ$N\x01»·\x13¸"
  b"Äâ\x18ªãÐId½md¨uîB\x1F"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"ã%\x7F╝├ØL\r¿M¡7¿P5È"
  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"ÃèÈ\x18q­L%ª~öÆìÔ\v"
  b"ÇÑI ÛÿCÈ…²øÈ\x10Wˆ"
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"╚ìõËñ\x1CAàú38ÙñÝ┌/"
  b"""
    ╚┘z\x02«ÏG\n
    ¿÷\x05\x10Ø5³\x08
    """
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"╔ ┼ÿ¦oG\x13Å@ae´?\x0EÀ"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  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"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"̳\x1Eê1BBQ©ü(ÎC¨õ\x0E"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"╠┘%Î█%CÒÇ(Z³ì`×+"
  b"═'©ÙºrCìøôñN┌¢ß-"
  b"═P\x1EUr±D}üÖdpwУñ"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"ÍÒîÙã•DŠ“Ò\x1AÅ\x18K–\x08"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"Íò~½b$G‚ª÷8S¦7\x1F "
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"εØÈrüD¼¸Ä…:\x05\x17"
  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"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"К1¡v(D^„sn<~ó8Q"
  b"ð­n\x05;DEì╗*\f­\x06Ô6â"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ò/,2¿ÓLؽ–AlÓ\x01ZH"
  b"Ó\x00yKo6Ll¯N»„LŽž>"
  b"ÓbO5>KE\x1D§\x14—4.7õ—"
  b"ÓŸq…wÔ@V‘×ûÊÚâz·"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ÔÇ*¢´¢Cp†½²x\x1Aš\t\x06"
  b"Õ1›îk9A\x19·x¡2¥S­ä"
  b"ı2¾\x08ıKE´Ö▓g┐\x10┼~Ø"
  b"ÕA×P&‰N\x11›Å‘ňiÈÙ"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"ÕÊÎL°HNA¥MŽV\x07\x00"
  b"""
    Ö\x14œ\f\n
    »@ö¼µGþª\x0E\x1Er
    """
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"ÖÑv\x18¬®Mºœ±(¬'\x06¯\x16"
  b"×Gza›;D©¥‡VfŒ¢\x15÷"
  b"×èq]4_Cé¼¶\x07\x1AÁ?\tè"
  b"Ø8d+ÏÒ@<µ~5¯T£@û"
  b"Ø8|å¢ÖIg¬6Ð:Œº†¶"
  b"ØNs܇<C†½\x11\x1Ee\­\x11Î"
  b"ظ$«Ê€Dp‡íÉÆ[éÚ£"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"Ú\x7FÂíJuNà’ÊU4ŠÉ \x1F"
  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"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"܉økhaN²†\x01OU†ý‚ê"
  b"Ü• Ÿ=‰@,…\x10+§×Ru\x12"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"¦<þ╦\x10ÐC╗ØÜñ¯9nA¾"
  b"Ý·™õ·LL˜«†”ùÒ=\x00s"
  b"¦╚É\x05\x00\x17A:▒\x7FtRÍ{À\x00"
  b"ÝÝ\x0FX;ëFJ·hÊÕ^¶\r\x01"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"Þî$>~\x1CGª„ÚŠ‘‹kSÈ"
  b"ß\x05%\x19}\x7FD\x1C¹üØ·\x14³ŸU"
  b"▀È\x01\x1F¥=N2ìeùcmÑ╗ô"
  b"àWÃ0\x1EÿAË€ôÇU\x04ìó\x0E"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"ßFæL╠\x04HÙítK<ÉZ\x10Î"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"âéÄ;Á“B·¿íç\x13Ù!ø"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"äŽïí\x14¶D©€jZ¼ü×>\x7F"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"äó\x16ñj'H6§[ÿ ÌT»Ç"
  b"äù§„kŠKЉèkã®…JÄ"
  b"åÅm\rôMç¯ëÚB\eEJÛ"
  b"ç0\x07H\x1FŠ@ö‹ºð)=Ô€7"
  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"éÜ—A“éGξ\x05{z2\x19Òä"
  b"êPw\x08b\vGKŠÁ”_ñ¿ÔÞ"
  b"ëcOXÉ.Gº‰wž·³\eÊ1"
  b"ì\x07g_#|Koˆ7_fŸ@Ä\x16"
  b"ì\rÈ\x1D\e\x01JŽ·1š¤\x18\eúE"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ì`ÿ©¬\x17H=¹Yf\f7‚•Æ"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"ì¶/À4\x7FDV¨¾T³ÅG¬\t"
  b"í)+Ù\x13•M¨”@Š*O\e¢b"
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"í‘÷7kÕJæŸÍˆ[ôÓ+!"
  b"Ý£Vе▓Gå×?\x15GüX±g"
  b"=Œ„H\v\x05&¤N›f "
  b"ïZP¿±õL»£>Ø2p\x17œþ"
  b"ïojÞ…wE^ºsáš6}ȵ"
  b"´ÇÕRÖ╣M0Ø<<╚\x10\fQ?"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  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"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"òߥõ•îDRˆºª[îUi½"
  b"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"¾A\x15T╚ØFrü7ð┼¿oxx"
  b"ólÏ\x1DìÒHy²÷Óq«2cß"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ô~\¹)þKÞº\x06\x06D€\x0F÷ž"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"õz·­Z\A\x1EŽâIM­\x12Ñÿ"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"ø\x08îj³åC΂7h¹$¦\tK"
  b"ø\x7Ft&D>H,†‘m\x1Dcè€V"
  b"°à ÛÁéNYöûLöìu1H"
  b"øòêÓ\vßIÔ’Œº›çB':"
  b"ù\x02\x17û˜ÖJ†—DäàšÀ[À"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"û W[ÔTI£Šãxå¿\x08úÆ"
  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"³*õ"F+C`øl³ì┌█´K"
  b"ü2ò2ÓçF0Ÿ´›üh2a¯"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"ü‰ùuÈîN¬¹˜4+9\x10"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"²0*\x1D\x17\x03Hêå&é òÄ┼Ø"
  b"ý>¢zžšL̆æW명Žs"
  b"ýXØ…T¢Lü¬Eª«ŽÛ‰D"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s"
]
85 1.41 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"õ•"¨‡ù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"õ•"¨‡ù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"\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"õ•"¨‡ù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"\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"õ•"¨‡ù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"\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"
]
86 3.85 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x01˜Ì\ð—sÀŽÀÒ\rÔüÙç"
  b"\x01˜Ì]Aâq²«&Ì\x0EW\x12]e"
  b"\x01ÿ╠]m\x13s\x08Ñ·É·5¸v "
  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˜Ì^«~r±‰¡ƒƒ[§Zó"
  b"\x01˜Ì^Ö\esz¿˜ß#\x18à,6"
  b"\x01ÿ╠_6┐s█¥\x05öWvÅØX"
  b"\x01˜Ì_u\x15p¬©aÝÕ‰\x19­L"
  b"\x01ÿ╠_É¡q\x11▓âµb\x16ð‗S"
  b"\x01˜ÌgOvsE´ö\x0EwØ;\x00©"
  b"\x01ÿ╠g└Òrµü}█x\x17ý\x10@"
  b"\x01˜Ìh.\trõ·îÝM²äN""
  b"\x01˜Ìh›ksR£<O0o^/Ä"
  b"\x01˜Ìim÷qʺDZVˆ÷6™"
  b"\x01˜Ìi”frܶãAi~\x01¿J"
  b"\x01˜Ìj\t\x06p8’)§­²¼\x04"
  b"\x01˜Ìj0\x14rRˆÚ•\x19Ïü½ù"
  b"\x01˜Ìj¨êqÀ½\x19þ£z@-!"
  b"\x01˜Ìk-qq=³Ã^µ”vG™"
  b"\x01˜ÌkôÖpež\x05t3üâÑß"
  b"\x01˜Ìl36rް\#\x1CU\x13\x7F)"
  b"\x01˜ÌlnAr×”Ê(;\x0EijÏ"
  b"\x01˜Ìl™¸s\r®ÎDÿc"=¾"
  b"\x01˜ÌlÁ\x12pާ—òn‡½>,"
  b"\x01ÿ╠l¾\x1AsFÉ¥║$┘t£¾"
  b"\x01˜Ìm!²s2«ž5\f9\r"
  b"\x01˜Ìm<ýq¥½œ)Á\eã*\n"
  b"\x01˜ÌmsqrU¾1ŠÄGÿâ„"
  b"\x01ÿ╠mÜ|s¬àÉ\x7F{\x03\t!"
  b"\x01˜ÌmÆ•r‚„kK\t\x06¾èD"
  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"\x04‚0aØ KX³×À\x1FAçØ\x02"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x06q²‡HCC^€¥Ýši]B,"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x08×»;©\x02A¸µ”ð!ÉÕy„"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  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"\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îå’oöEÛ§ôŸL9NQÔ"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x138[\eWÌ@T¬ÜÍøúÕˆ¾"
  b"\x13RÖrÙàK‰°¹‡?~/ù¡"
  b"\x13X"\r\x13ÊA`éÉ«\r\x11K[Z"
  b"\x14-\x00\x19iØF˽÷×Ö¼\x0Fñé"
  b"\x141ínÇØLM®bÏløì\x7FÒ"
  b"\x14Î5l\rµCô™Àp•‘\x16"
  b"\x15½Å®|wF$ô&6¯Ô9\rÈ"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"\x16\x11BN@²Bf«ãa:\x12§ã\x06"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x16╬Ò╠ÎøBÑØ┼ÌìL$/5"
  b"\x17\x14†j|­O¹ƒ\x10Üð%¦…Ð"
  b"\x17T\x0E‡U×E-³Ñå\x1D?(d½"
  b"\x17x«'\x16½E²Ÿw[Ð\v\f"
  b"\x18[›]sfLO¥ƒË#øJ\x15ž"
  b"\x18Øüß)WL^â\x1AÓè³óxÌ"
  b"\x19±b„´%Jb€\x19\x15ô‹W6z"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\x1A¶¢™\x10™HÛ¡ÓÕ\fq„\rE"
  b"\e¢ï\x1E¿ÝC%§Š\r\x17¬”I¹"
  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ìë\x00­╩B°º'&\x11(\x1E"
  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—ú.S3Mקݦ¼9äkž"
  b"\x1Fí\f«?ªK†•õ‘sà‹ãb"
  b"\x1FúYä\x17ÄJ½Œ@;B\x1CÒxr"
  b" !í;'QI§»Î¼ê>>Q"
  b" œ@·°çA{†\x05\x0FücüÆ"
  b" ³@²\v™@éº9^ß2¢0^"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"""Ú$CÖKû°µýh»š­S"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"#\x14׿4XKQ¹\f‚UþX-³"
  b"#.Ö╔╗ Nä░)è├ÅÄÖ¬"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"#gš‡\x04ÀCk±°úZ¬qqc"
  b"#€Nã)\x04Hª«Ñ%ËcÍŸì"
  b"$\r\x06úù^G»§ý¥< ã”þ"
  b"%\x18\x03JKM”Zk…\x11ÿ\x1C\x02"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"%Ür÷åHL[²L',ôpSl"
  b"&f®ŽW0EÅ„N\x0Fòð\e\t¦"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"&¢ó´WWGg«‗زóJ\x05"
  b"&Ò;9W˜@<—Ä}\x0ErÈéJ"
  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"'ù¾\x1D<¤@_»Ø\x18X{,-╩"
  b"'°á\x19M\x19M\x10‰}özn\x03\x00®"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"(ÐŽ7ÓóDB‘\x18KQ–å¨,"
  b")–‹$½\x07Db°\x0Eu©î’÷‡"
  b"*\x04–}\x1C¿K:Ÿ[Xƒ´ççÂ"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+³‚$áN@­š\x1F¾\x12Ç–ž\x0E"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",h\x0F\x0FÙ¨IsŠòJ\x17û†\t\x11"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"-†-1íÞDɆx\x17£3¶J\x18"
  b"-‡U4M\x0FC\‚™VáCF_Í"
  b"-ÈØ║ÑsFÉø,yâJ▀:|"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b".á\x08\x15KÄ©ˆˆï]â|\x01"
  b".Å&}\x10øHÌ›\x01ÆNev‰J"
  b".ú㬵!Ag©\x1DYdG;k{"
  b"/ë½ìùzCOè\x01Æ▄á╝UB"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"/åå!N›AŒ¡IZñ ¯ºo"
  b"0Q}┐▓ÁMsòͺ\x0F¨\x0E"
  b"0¶)ßû®KD”•\x1C)qØ;\x13"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"1\x00]Ò·JA\n\x05†ïˤ¶»"
  b"1Iï÷Mæ@¹…’YBΠ\x11µ"
  b"1éå/™ŽJູ’ï\x13·l-"
  b"1ó}?\x00cJì–Õãi}ÈkØ"
  b"2h\f¤ìCJL╗\x14P═ÿÅõ┤"
  b"2¯ÄAt]O~’µ\x15~\x1Aé0²"
  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–çö!³@ÆŠAx{D@J7"
  b"4Ümv1¿Lü«╗ÀÏ\x10üà)"
  b"5\x1C²”ØkD”„q•Î\x10ïæm"
  b"673ÃÛÅOÖïWÇ┘6\x0Eÿ÷"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"6ß:\x12ôƒK╣Å░»═Ë:r\x03"
  b"7Š[ç\x02*NW²È„\x11Ç«³ß"
  b"8CW]›<B¾ \x131‡uòxÛ"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"9`╩·\x07\x10EÂ╗Òì┬§zÌà"
  b"9ÿZ\x00Æ)CQŸ&\t´4÷\x17w"
  b":\në¦e>LCübÈ\x00■DPµ"
  b";9¦`­0@û€é\x1CWÕäS°"
  b";¤UÉ\x12\x1FNg╝ü╝Úªò▄»"
  b"<#wºn)DX½\x1C¯ÐŒü-V"
  b"<A:Ô^þIö€R\x05}KÉ,{"
  b"=¬}žU»FŒ»Ç*°\x08D<¿"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"=Ý \fÅ(L2º«7‰d\x05\x1AÝ"
  b"\x18rËÜH¯ˆm¾-¥Ûpt"
  b">ôœÚέEùš¬DÔ\x014\x03£"
  b"?\x11œõpàE\v©i:\x17S2M!"
  b"?Ífû1²CÔ–‘*%HŸ\x03v"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"@T©USìC\x1Aùi,nüEIl"
  b"@W/$Ÿ!B8€“_\x04»óÒŸ"
  b"@kh!ÙcO\x1Cìë\x17á\x16┘p\x19"
  b"@†/W½òC‚–7ˆ/°Õ†³"
  b"@ÿè3sãMo¨Š©´~˜•9"
  b"A\x07œt"UJ°„\x06Ÿk®3‹œ"
  b"Aa(¤øwKJ¨íš5\x1A\x18Þ0"
  b"Ab\x1E´Ú\x1CA´ü╬, Øàúê"
  b"AÖˆ\x06=âAï¶q\x1C¸_¬¨h"
  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"C┬®lÄ0LÁÑ£ìA\x0EÍûñ"
  b"DY╣KÍ┐@zû\x7FÉÐ/\t\x1C+"
  b"""
    DëØú]ÝDJ¼ªï\n
    Û;Ìo
    """
  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"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"HßGé&ÅMÓêu6ãNÿEò"
  b"Iæ|╗\x01£@Å«òö▄À C▄"
  b"IãÕª æF\x03» .=;&L–"
  b"J$\x16Åž\x13IùŒáò—F‘ñ¢"
  b"J/╣ôÊ\x11KôìÑQ\F █»"
  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õ1<\txDʼŒ­á\x16I=\x04"
  b"K2—\x7F!¼G7¨å¥”Í‘ðû"
  b"M1›RsàBc´÷&\x121¶ëå"
  b"MR¥åsºKF¨¿zÊ\x17CÚv"
  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"OÄS\x1EÜ\x00A’¤N‘ÃD7ír"
  b"PF\vVÎÀF<éÅ:┤ðEÎQ"
  b"PMz\x02ž€Cå“]Ñ\x039é˜é"
  b"P‰¢èiÜ@²¡iÞRL”š'"
  b"QW«×>ªEÿœ*½_ç\x08\x04`"
  b"Q│\x03─bBGoü²\x06\x08>üì"
  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┘lÔ\f>G\x19äÑ\x1Aë\x1Fkü}"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"Sª┬░¶┴@#ƒ\x08{;ÚØb\x14"
  b"S╠ıb\x05UKSÉí├2ª\x06jL"
  b"SáuúR›JÖ¶âõ¹×\v“×"
  b"T\x04i<i}HT…Þ}çáï,\x01"
  b"T"ø^ÔAO'¨‡MŸé\x7F«""
  b"Tmþ\x08§PNc¾;ÝÿŽL2x"
  b"TvS=¶KBÀ‚l²ŒŽhü£"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"Tᾘ5üCú¨ED»hûYB"
  b"U├u█ MKìóàÐñHR▄³"
  b"UÉJÌ}çJë¦~ñª\fÔ\x13\x1C"
  b"UÛb`xbCYº!?¹±4šò"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"WCr8î¯O'ü÷╚Ý0dM\x1A"
  b"Xp€\x155åHv¦¦”À;,d;"
  b"XÖ*­ì9O\x14¥lØ•B’œã"
  b"YS…y\x1FÍGb¿"Pš4<åÛ"
  b"YÞü|edK²èÛÐg╠\rIÿ"
  b"Zrj-œâIòˆQñOé% Ô"
  b"ZˆÚ¸YmCmˆžV\f‚/n&"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"[Aþ¿¾WLïºÔåÏWO™h"
  b"""
    [I.î2bN\x18¡\n
    à\x07\x10\x17\x1AQ
    """
  b"[┤·~½*LöÜ\x02\x08\x06Þþ"
  b"\3®Ë\x11\eE\x14¿Áê—,ï‰}"
  b"\ÕÚ¹¾)F\x02▒!öTºØ¡§"
  b"\þÅ>RVA▓▓I\x05&ÓyBÉ"
  b"]!6ð~ÏL_‘\x1A¹ä­ë,”"
  b"]" ¾ÈcA9»èš\x12þf°""
  b"]"ÕœàdGj‰\x11,¿’AW·"
  b"^F¹9lºB`öÅ B&©0×"
  b"^¢Iþ†ûI(‘tÇ\f¢)ËV"
  b"^Õ§}9„KGƒÆôúP·Ðù"
  b"""
    _\n
    xØs¦E>¹\x1F\x116Ô~<
    """
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"_¾TѨpJ•¶Å¾<=d¢z"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"`è0Q½çE¸€=¦òk\x1C´7"
  b"bô´ ╩ÞL~É╠ÕKd─:'"
  b"báGìnãIPä(╬Eu¬Ñå"
  b"\x13\x14vpGF«ò\x12¡ˆò\\x13"
  b"bÜ×\x18[ K\x12€=Ã\x17ô2tD"
  b"\x1E\x01ç╬JuéWwÉÔH\e."
  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"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"enwK§±CÅšP—νܰ§"
  b"enþóC\rE±£ò-Ã-¯0¥"
  b"fJ\x03[æ`Aµ‰sÇèIË\À"
  b"g[â ½ãO=Å»\x11|├º╗E"
  b"gl\x00ØŠuG\x06ªÑ!M´Æ¬\v"
  b"g›¤YôÚDÊŽ¢\x12«¿Ë\x17²"
  b"h*=é¢SNQ¤”e\x0F\r\e\x18Ÿ"
  b"""
    hÊ0öŸsI\x03¯žèÂé\n
    ´á
    """
  b"\x10{Œ‹KŸƒöì\x05ޏ ¶"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"j\x07KY¦8GÅê¾àô®ëÎj"
  b"jm\x19Ř’Fÿ¾%Û\výñÛ¤"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"""
    lrâ*̓FÄÑáLÅG\n
    ë~
    """
  b"""
    l┐\n
    F<aEÔ×┐eÅ█╚óZ
    """
  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ÖûB–àMm§.>·\x0FdL˜"
  b"n\x0E2\x16±SCò•ÆŸ\x1F\v7ßÉ"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"oüı;eSEéƒô\f\fTIµ"
  b"oôQÍeNAo░ì$²¥\x1C¼\x03"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  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Øy*¯3@\x11¼\f9¡æ¯ô\x7F"
  b"rÛÅ6Z\x01Oìˆ;^/—~Ûó"
  b"rþ|Q%AG’±Å/Sù\x06™È"
  b"s§˜\x03KeEå¾§nÜ\x19ɽ½"
  b"s㩓׌E¼¬V•v”ãÜa"
  b"sû#´ŒõJ®«âè1¾SsØ"
  b"t\x02IbÓFôª\x1D\x01]Ê€&¸"
  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"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"v\x0E4H▄╝E╦ëg «Ø³*-"
  b"v=y*]ËAO­¤s,ôpná"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"""
    yc*.íÂI÷ªÜŸ\n
    :ZA€
    """
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"z\x11Vv6\x08I­ü>)é#ç~Å"
  b"zŠ”xAHF±˜~ÛßK\x11Áì"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"{VÌG¡ôHÄÉRÁPÜÊéÎ"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"{°>ò¬åFÓÈùD0ÉÂ"
  b"|C\x18G²¬F§¡#ÇËC\x1EÍ“"
  b"|g\x0E\Û™Nö†3Èiׇß\n"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"\x0Eßg\fN«É,[╚8ßý║"
  b"}\t\x12ü«µL·€e;AlDÊì"
  b"}£†ß;ÃL3¡Â\x1Dÿ)…öG"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"~6â}\x07èE´³ä65%$â]"
  b"\x7F\x00q‘J\eM豊ãª|*x€"
  b"\x7FWX˜Ì¤Kw„m5\x16CÃVì"
  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"€oÓº™ÞD«¢äM¡+j§;"
  b"€ws^¿#J¯ˆþäJ‘\x1D+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"ƒ\x08UƒÒÇL!ª¿DôX¯u«"
  b"ƒQ„FõaCß•ÛÏÕRq¡s"
  b"ƒ{~Σ˜F\x13¢"\x02ÂC™Q„"
  b"âå╚£¡ó@\x0EØ0X├µ╔└I"
  b"ƒß?âú½A©ƒ\x05ŠÑ¹®Ûô"
  b"„\(Qi‚EÙˆõHÝŠó‰Š"
  b"„—Eð·\x05C:‹\x15hÛbHr¬"
  b"""
    …7“×\x02%C “.\n
    ‚\\x0E
    """
  b"…e2á9\x0FF‘†Ö‘\x08Û­ªÐ"
  b"àf8\x0E&\x10F:ì═░[%\x14\x1AÕ"
  b"…iˆmTØHÿ³\x19¤+²¸F$"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  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"‡ÆWKÈ´L3¦–ñ‘|_\x084"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ˆÕ\x1D¡+)EŽœFžwÁÌKæ"
  b"‰&ü«ÌqC6¸›ŸT\x1F²/="
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"Š\x084A|2K(§ø\x7FÃÒP \x16"
  b"ŠsJ]Â\x15OÒ¡ïSû~kzÖ"
  b"Šð”™\e‚FÛ¬VÙ^s»w˜"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"‹êN \x04Ø@-«\x18\x12øš\t\x7F¹"
  b"‹ôÅ\x10?ŸIU³IË¢\x06Ai¾"
  b"‹øFÖ)HLÆŠ•ØÈ81º¸"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"Œ,¡n–\x07KC¬$”é—1>\x08"
  b"ŒÑÿ­ê’O\x1CŽá³š»„0Ó"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìX╣Ah¸Måä£\x1EO<C«▓"
  b"ìè╔H\rÏA\x7FÂw5▒\x00╣Â\x15"
  b"ìùç├âGE¿º­5%ÌÜÜä"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"ŽBðú\x00\x12BO¾<.–"‹°d"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"Ž¿\x1E3>\x10L$¡l‹‚Ufü,"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"Žó,R9JG9ºýÿ„L=á_"
  b"Å\x07£¥nêL\x10¿z!)ZÀí;"
  b"Å\x1CC¬ýFH─¬ß\x04J·Ìó6"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"Åå¶j½9L-ÂÎ"*¶b\x17\f"
  b"""
    É;d┤ªòG\n
    ú╩´ÉÕø\x06\x1A
    """
  b"É@f\x01:\x10H)×╩z:ñ║▄Å"
  b"Étlÿ╝6K─¼\x07\x10\x00╦Ñ*¸"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"‘sh»ØòAó¡\x7F4\x15\r¯?a"
  b"‘ÓtÉ›ÃJç¾®jžPc\x18Ñ"
  b"‘õ’ŸŒE’©¿Ï‹/YDš"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’76qhMLe™äp´Q9Üð"
  b"ÆC6mÅîF¾Åû%ıJªXÇ"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"’óI \x07ð@˜‰vd"š\x14‡3"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"“ó€\x1FAÆM¬±\x07T\x1A,\r\x05a"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"öN;Æ\x13█J█Å\x7F!¹[P╗╩"
  b"”¢±‘êSCàœîÍ\v[õD/"
  b"”÷Im+±IÔœl2\t´"â\x08"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"•T\x03ËîîMâ™m-´\x15þÖc"
  b"òg\x1A╩▒ºJÐÀì\x7Fy\x180<ª"
  b"òxçü┴ëN^¥ÃË\x16®\x0E"
  b"òðçG­ÝD¢½\x07ÙØä/Gª"
  b"—b”ñ\e­I…­¸Ÿ‰™\x18½Ô"
  b"—š\x19\x04FôŸLKc‹4\x17ù"
  b"—ÌH,óÿLL½V\x18Ê\x02j×^"
  b"—ûšv…”GÞŒ\x06Š\x14×]ð"
  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"™â¨ö\x0EãM\x01ŠAòv²Ä@ "
  b"š\x08¤qÑUNM˜¯Z«Á£”•"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"ÜúB΃┬Fþ┐?©ìÍ'Eï"
  b"šËpMI¾D熨Ç\x0E\x01ºúÎ"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"›„ú˶UAè”\x15$Í1¹`\x0E"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"›º—Ö\x0FLD\x7F¡E.¶áÚšv"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"œ„´FðLLÚ¢ëjÞ×§Q"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"Ø*╚Ü^\x1AC\x15║└A,$É┌\r"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Øp═?BïGÿäD\x06{´/Ù\x14"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Øå\x05\x071·C Ø/  ÿ5õ$"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"Ø╚▒╬±nH▒│ião?\x07ƒ\v"
  b"žM‹ ¼…L\x0Fƒ@\x1Ao\x1Ce>‚"
  b"žªÊ ¤yB\x19Šþ\e´´w\x155"
  b"Ÿ9~\t†/J}¼P±ßã@"<"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"Ÿ³Eé\x10‘EÕ¿oìÇ\x1F±!€"
  b"Ÿå’õ¾\tE!­×=¼ý^âÉ"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" ‚[pãuC@–´ÓPî\eWi"
  b" ¶\x11\x182@Ø™Ú̹«ÖÍ·"
  b" ê“ÊíiKN™lG\x1C\x18Ê$]"
  b" í4HPïMÇ´a\vê…¥\x01"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"íÜ▀\t^kF¶¿\x00ðãÅZ<D"
  b"¡å³—œÏDª†šK\x0FK{÷È"
  b"¢½’,ü\x12H{¸Öù¡ÓXÜß"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"¢õ!*\x07XOš‚Ê¥NУŠÕ"
  b"""
    £±ˆ\x1A×zL;¾e\n
    i`\x1Dùü
    """
  b"ñN\x1F:Þô@░Á56_╦üy¥"
  b"¤ž,–Õ\x1EE*œ‚c&Ðç£["
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ñ¥ı\x1CACBÖüzH¼╚å\x12Q"
  b"¥\x1D£eÊ!Ia‘ \x03ø„8©–"
  b"¥ù¿«\rZ@øˆÁ\\r¤{‚B"
  b"ª\x18pZæéC,ö$n\x00¤ÝÓÉ"
  b"¦Y¶ÅYyNo¬T!gt¾™Ò"
  b"¦¶ƒTØ›Jž¸Wà³!?lç"
  b"¦½×wqwB˲I\x10òD^\x00["
  b"""
    º\v\n
    {ì4BWÜÅñ├├tÊ3
    """
  b"¿)8ü%)F\x01û¬Û£@@█Ê"
  b"¨?Ù¦T©G\x7F¨º\x1F^\x19Ëx("
  b"¿┘$\x0Fü\x17H\x06ƒ▄?P5▀."
  b"¨í4½\x13‡E*ŽŒƒm’Aåp"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"©\x07ÿî¯Þ@\x11§×¨PêJE†"
  b"®╩Ôõu¬B"èÞh*ìÌ\rS"
  b"©ì:²¥BH‰©W—MÆ\x00º¾"
  b"©ïvõ„ÆN#´3,{þ¯¿‰"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"ªAùˆhVMd¥Ú–ç\rÏ«°"
  b"ªôX½ÌbNÝ¡½¿\x10\x08ž;="
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ë©É”(D\x04—µÇ\x13\x07\e$0"
  b"«Ð’7Ú\fM\x16‚H/êØÕn¶"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"­Ká³µÙL‚¯¸\x16ñ\x00Ö q"
  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"«\tÄ1█GÏü°ý8%ç+¼"
  b"®u`Îi"Fà«Çv’‚'\vL"
  b"®ŽØ™ö{Jd¸\t~³‰½&\x08"
  b"¯m¾’?åNÓ¤¨½\x07\x10öù"
  b"¯w:æ!KA!¸$U¦s˨—"
  b"¯Ì\x10ÕûñN˃7•½\x08.À«"
  b"¯þþò\tLK¤˜xZiû\x05“é"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░┴\x1494ìA\x0Féq¥¼xS\x15Ú"
  b"±‘X]WÿAǵ\x10\x06Z¤ÊFu"
  b"▒º\x19\x0F║ÖCØæâîC╬┬\x03\n"
  b"±¹ýî\x08ÿL{Š„}Ùm•Y\"
  b"²oÐQ\rWNç°ÉY\x1C˜ÙÆ\x1D"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"│▓\x03\x06─═L8®┘b\x01f\x1FíØ"
  b"│Èïiq²OIØ}¬s:IêX"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ø\x14\x06»}L>‹øÄ\q\x10އ"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µuè}ý!IP¨k—‹òh©U"
  b"µª(_g\x0FB„™€Õ˜­¢>÷"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"¶œ\x18›)±@’¢\x0F*\x11f¹]\v"
  b"¶§À\x05‹JDž§ÝÌ\x08Í\x0F0\x1C"
  b"ÀZQÁ\x07^I_ìO1ÓC4i("
  b"·Žð¬ŠÊN{›î™¡SÒ´G"
  b"À½Ñ└7■D[▒╚ìfvÙVq"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸tÈ+‰\D°œÉN\$§uc"
  b"¸¯­×'DFø£FúÉlÿ\r˜"
  b"¸È$¸N4JQª§Q³N£­è"
  b"¸þnö¦HD)¯î­ë0;^Œ"
  b"¹\x01S¼lÁNʃôŽpTßÞ\x1F"
  b"╣TôñZØH¡À▀°ØÔ=\e\x11"
  b"º=lÆŽÍE€”¤pÃw«§£"
  b"»\f—ŒóëD®¿#î\x14P\x07"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"¢·┴Q\x7FÇHfÅn¨§5W+×"
  b"¾\vßû@tKùµ\x1FÝ\x0F\X‡u"
  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"¿uÁ\x11\x03ØEȵœŸž\t×q!"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"└9t\x1FhÅD¬¢▄é\x10K■ðe"
  b"└c┘·\x16.J\x7FÉâ\x08╔ØÐvç"
  b"ÀË\x14©ø*Dó‹À“£6.\tð"
  b"Àß4Æ6~J¶´ä\x1Ck'äRÁ"
  b"Á5\x07ߟ\x17Iå±o³GþM»\v"
  b"Áo8€™#N­\x7FÝøOÐæK"
  b"ÂZzhìmIοÕ#Ðï>\x15I"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂìT(/4O4³Ñ/\\x19OCæ"
  b"┬¶o/ã0KëÂók11¦|É"
  b"├0×\x1A7ôCv©²Å\x0E½8×\x12"
  b"├0°╝JïJÅÖÑ\x0E\x14\x067±ý"
  b"├¸¶¥,ÃEÉá(sVsÇÍË"
  b"ÄÞŠ\x19?9Oöµ$N\x01»·\x13¸"
  b"Äâ\x18ªãÐId½md¨uîB\x1F"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"żR…\x1D·Fj‡úÎÁ¤¤Ïœ"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"ã%\x7F╝├ØL\r¿M¡7¿P5È"
  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"ÃèÈ\x18q­L%ª~öÆìÔ\v"
  b"ÇÑI ÛÿCÈ…²øÈ\x10Wˆ"
  b"Èl<•gÒMT“J‰7ýÒdõ"
  b"╚ìõËñ\x1CAàú38ÙñÝ┌/"
  b"""
    ╚┘z\x02«ÏG\n
    ¿÷\x05\x10Ø5³\x08
    """
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"╔ ┼ÿ¦oG\x13Å@ae´?\x0EÀ"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  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"╠J¡G¥fL╩àıØ\r>\x04├p"
  b"̳\x1Eê1BBQ©ü(ÎC¨õ\x0E"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"╠┘%Î█%CÒÇ(Z³ì`×+"
  b"═'©ÙºrCìøôñN┌¢ß-"
  b"═P\x1EUr±D}üÖdpwУñ"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"ÍÒîÙã•DŠ“Ò\x1AÅ\x18K–\x08"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"Íò~½b$G‚ª÷8S¦7\x1F "
  b"╬Ø?eD#HóæËÛ\x18f&\x01\x11"
  b"εØÈrüD¼¸Ä…:\x05\x17"
  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"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ð\x117…Ø%HÅ»Whb\x00øQ%"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"К1¡v(D^„sn<~ó8Q"
  b"ð­n\x05;DEì╗*\f­\x06Ô6â"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ò/,2¿ÓLؽ–AlÓ\x01ZH"
  b"Ó\x00yKo6Ll¯N»„LŽž>"
  b"ÓbO5>KE\x1D§\x14—4.7õ—"
  b"ÓŸq…wÔ@V‘×ûÊÚâz·"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ÔÇ*¢´¢Cp†½²x\x1Aš\t\x06"
  b"Õ1›îk9A\x19·x¡2¥S­ä"
  b"ı2¾\x08ıKE´Ö▓g┐\x10┼~Ø"
  b"ÕA×P&‰N\x11›Å‘ňiÈÙ"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ\x7F’§»qG¢‰š¡\x033éYB"
  b"ÕÊÎL°HNA¥MŽV\x07\x00"
  b"""
    Ö\x14œ\f\n
    »@ö¼µGþª\x0E\x1Er
    """
  b"Ö\x18™*}cJH£ô+Ô|¶\x7F"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"ÖÑv\x18¬®Mºœ±(¬'\x06¯\x16"
  b"×Gza›;D©¥‡VfŒ¢\x15÷"
  b"×èq]4_Cé¼¶\x07\x1AÁ?\tè"
  b"Ø8d+ÏÒ@<µ~5¯T£@û"
  b"Ø8|å¢ÖIg¬6Ð:Œº†¶"
  b"ØNs܇<C†½\x11\x1Ee\­\x11Î"
  b"ظ$«Ê€Dp‡íÉÆ[éÚ£"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"""
    ÚMÊr[ÔFØ£–)ºjä\n
    \
    """
  b"Ú\x7FÂíJuNà’ÊU4ŠÉ \x1F"
  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"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"܈9#«ÏLú¦°dH \x00ž»"
  b"܉økhaN²†\x01OU†ý‚ê"
  b"Ü• Ÿ=‰@,…\x10+§×Ru\x12"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"¦<þ╦\x10ÐC╗ØÜñ¯9nA¾"
  b"Ý·™õ·LL˜«†”ùÒ=\x00s"
  b"¦╚É\x05\x00\x17A:▒\x7FtRÍ{À\x00"
  b"ÝÝ\x0FX;ëFJ·hÊÕ^¶\r\x01"
  b"ÞÝ‹ÓdÁL+½'ЭæSJœ"
  b"Þî$>~\x1CGª„ÚŠ‘‹kSÈ"
  b"ß\x05%\x19}\x7FD\x1C¹üØ·\x14³ŸU"
  b"▀È\x01\x1F¥=N2ìeùcmÑ╗ô"
  b"àWÃ0\x1EÿAË€ôÇU\x04ìó\x0E"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"àÄÄì¸ýOz¸°“\x13Â\eôD"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"ßFæL╠\x04HÙítK<ÉZ\x10Î"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"âL‰Á°ö@…‘×\x04\txHÈw"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"âéÄ;Á“B·¿íç\x13Ù!ø"
  b"ÒOèù¹0Dì▒\x10t\rM─[\t"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"äŽïí\x14¶D©€jZ¼ü×>\x7F"
  b"õ¥:­\x02çDvüÇ\x0F╝X²+¡"
  b"äó\x16ñj'H6§[ÿ ÌT»Ç"
  b"äù§„kŠKЉèkã®…JÄ"
  b"åÅm\rôMç¯ëÚB\eEJÛ"
  b"ç0\x07H\x1FŠ@ö‹ºð)=Ô€7"
  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"éÜ—A“éGξ\x05{z2\x19Òä"
  b"êPw\x08b\vGKŠÁ”_ñ¿ÔÞ"
  b"ëcOXÉ.Gº‰wž·³\eÊ1"
  b"ì\x07g_#|Koˆ7_fŸ@Ä\x16"
  b"ì\rÈ\x1D\e\x01JŽ·1š¤\x18\eúE"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ì`ÿ©¬\x17H=¹Yf\f7‚•Æ"
  b"ìs”Æ~ÒIÚ°oœÄLš+\t"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"ì¶/À4\x7FDV¨¾T³ÅG¬\t"
  b"í)+Ù\x13•M¨”@Š*O\e¢b"
  b"íGÌ.éÇEU™\x10wu¹\x18[q"
  b"í‘÷7kÕJæŸÍˆ[ôÓ+!"
  b"Ý£Vе▓Gå×?\x15GüX±g"
  b"=Œ„H\v\x05&¤N›f "
  b"ïZP¿±õL»£>Ø2p\x17œþ"
  b"ïojÞ…wE^ºsáš6}ȵ"
  b"´ÇÕRÖ╣M0Ø<<╚\x10\fQ?"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  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"òn×*x"N\x03ž<€;\x0F×d\x00"
  b"‗ÁByUFIýƒ«üT¸Öþ▒"
  b"òߥõ•îDRˆºª[îUi½"
  b"¾\x08ÊZÀ-@\x1AÉf\x1FIq5sn"
  b"ó)•†ÚƒC?¡\x00ñ\x06&q=ù"
  b"¾A\x15T╚ØFrü7ð┼¿oxx"
  b"ólÏ\x1DìÒHy²÷Óq«2cß"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ô~\¹)þKÞº\x06\x06D€\x0F÷ž"
  b"ôÆF£JpG¾ŸV~ó~\x00"
  b"õz·­Z\A\x1EŽâIM­\x12Ñÿ"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"ø\x08îj³åC΂7h¹$¦\tK"
  b"ø\x7Ft&D>H,†‘m\x1Dcè€V"
  b"°à ÛÁéNYöûLöìu1H"
  b"øòêÓ\vßIÔ’Œº›çB':"
  b"ù\x02\x17û˜ÖJ†—DäàšÀ[À"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"·╣rÏüyGnî╚¼gC\x08┴M"
  b"û W[ÔTI£Šãxå¿\x08úÆ"
  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"³*õ"F+C`øl³ì┌█´K"
  b"ü2ò2ÓçF0Ÿ´›üh2a¯"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"ü‰ùuÈîN¬¹˜4+9\x10"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"²0*\x1D\x17\x03Hêå&é òÄ┼Ø"
  b"ý>¢zžšL̆æW명Žs"
  b"ýXØ…T¢Lü¬Eª«ŽÛ‰D"
  b"ÿGWP\x10‡MÖ°Ò"Þ™*UÛ"
  b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s"
]
87 5.55 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"¯Ðâ8Q!Je»}¡¬á³ð×"
  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"g└KRı\x17C+òä─ì\x05 VÌ"
  b"ðpúm@«@/ž“ÏG\x04ð¯ø"
  b"—Ãè¸í\x0FIijG¹\x0E V=¥"
  b"$Ãâ└I┘F¶ÿcCHÅg°²"
  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"üMžÃ:ˆH\x05»·ÏVÊ‚$þ"
  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"ØÖ^r€«K°’f×½ÀØ­`"
  b"\tk\rïNXІ\x18X×Ìôx"
  b"\x05o+J\x18sKQª\ºÉˆÃ-h"
  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"wx'^\x00\x16H£•kˆrdzpò"
  b"’¦°ÿê@Dé­L\x19\x13ÈÖ¾\x10"
  b"\x1CãEãÄ\x01C–¦³VF\x05\x19--"
  b"\x18é\x0EÓç,B–“‘v¨…r®‹"
  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"‡æ²`.%Nh·|ø<ú\x03\x1A"
  b"…¾“\x05\x1D°DfŽA(hÔEÜ\n"
  b"O‘È*:CH˜˜:’ðæUK\e"
  b"\x1CŠŒ+J˜¢U\x0E¶XRÜc"
  b"\x07¤¬x ¤B·¥Ë #õûo1"
  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"õEó\ïãEw…ö"ó:q`ö"
  b"""
    [öP€\x07\n
    @\x15»cBÉ—)VU
    """
  b"øí1G$LIg¡\x13œ»Ws\x19î"
  b"Ýf™’l\x15Jï·¡’NžÓÕa"
  b"Þ\x07<A\x05‰Dö³’0jðÌr³"
  b"jÅ­o\x10¹@Eº\x0E¸÷D¢!;"
  b"╬Ø<┤y¼H╦É╩S<G┬IÔ"
  b"C MîôÄE‹–üzêßð•"
  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"\v¼\egâSOË▓u;┘ZØ^╠"
  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"\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 18.72 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"g└KRı\x17C+òä─ì\x05 VÌ"
  b"ðpúm@«@/ž“ÏG\x04ð¯ø"
  b"—Ãè¸í\x0FIijG¹\x0E V=¥"
  b"$Ãâ└I┘F¶ÿcCHÅg°²"
  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"üMžÃ:ˆH\x05»·ÏVÊ‚$þ"
  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"\tk\rïNXІ\x18X×Ìôx"
  b"\x05o+J\x18sKQª\ºÉˆÃ-h"
  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"wx'^\x00\x16H£•kˆrdzpò"
  b"’¦°ÿê@Dé­L\x19\x13ÈÖ¾\x10"
  b"\x1CãEãÄ\x01C–¦³VF\x05\x19--"
  b"\x18é\x0EÓç,B–“‘v¨…r®‹"
  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"‡æ²`.%Nh·|ø<ú\x03\x1A"
  b"…¾“\x05\x1D°DfŽA(hÔEÜ\n"
  b"O‘È*:CH˜˜:’ðæUK\e"
  b"\x1CŠŒ+J˜¢U\x0E¶XRÜc"
  b"\x07¤¬x ¤B·¥Ë #õûo1"
  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"õEó\ïãEw…ö"ó:q`ö"
  b"""
    [öP€\x07\n
    @\x15»cBÉ—)VU
    """
  b"øí1G$LIg¡\x13œ»Ws\x19î"
  b"Ýf™’l\x15Jï·¡’NžÓÕa"
  b"Þ\x07<A\x05‰Dö³’0jðÌr³"
  b"jÅ­o\x10¹@Eº\x0E¸÷D¢!;"
  b"╬Ø<┤y¼H╦É╩S<G┬IÔ"
  b"C MîôÄE‹–üzêßð•"
  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"\v¼\egâSOË▓u;┘ZØ^╠"
  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"\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.00 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"\x05o+J\x18sKQª\ºÉˆÃ-h"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"\x07¤¬x ¤B·¥Ë #õûo1"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\v¼\egâSOË▓u;┘ZØ^╠"
  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"\x18é\x0EÓç,B–“‘v¨…r®‹"
  b"\x193OiìÁ@¬•ý(^v=”“"
  b"\x1CãEãÄ\x01C–¦³VF\x05\x19--"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"!³éÙï\x1FAp»Ö\x1C¨={…ƒ"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"$Ãâ└I┘F¶ÿcCHÅ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"C MîôÄE‹–üzêßð•"
  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‘È*:CH˜˜:’ðæUK\e"
  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"g└KRı\x17C+òä─ì\x05 VÌ"
  b"\tk\rïNXІ\x18X×Ìôx"
  b"jÅ­o\x10¹@Eº\x0E¸÷D¢!;"
  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"\x1CŠŒ+J˜¢U\x0E¶XRÜc"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"v’s£HDI-‘FßÐì*ƒ¸"
  b"wx'^\x00\x16H£•kˆrdzpò"
  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"‡æ²`.%Nh·|ø<ú\x03\x1A"
  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"’¦°ÿê@Dé­L\x19\x13ÈÖ¾\x10"
  b"—Ãè¸í\x0FIijG¹\x0E V=¥"
  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"¢\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"╬Ø<┤y¼H╦É╩S<G┬IÔ"
  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"Þ\x07<A\x05‰Dö³’0jðÌr³"
  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"ðpúm@«@/ž“ÏG\x04ð¯ø"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"õEó\ïãEw…ö"ó:q`ö"
  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"üMžÃ:ˆH\x05»·ÏVÊ‚$þ"
  b"ýÇ%ôÇE!¯\x1DÂÒp÷\x01´"
  b"þŸobó¦D‘¸N]\tÇ¿ºL"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"à<F5ºìCüë‗Þ1õ¾Y"
  b"¼\fîÖ§fB[¦»³jÌ{Mû"
  b"yç-\x02«ÒOOù¤\eL\ÉÍ┌"
  b"³xeíÑÏNWØ\r\x06\x1EY"
  b"└├J¥<┘@ìØ±\x18Ðoj┼¸"
  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 0.93 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"Ī^†$ÒK0°1."p\x11"
  b"""
    %ÔF`\LB\n
    É\x12Jþ├#I\f
    """
  b"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"¢íDűD׫xÓm=ð}¾"
  b"ƾvï\¶L…¾\x10\x15@\x1AÜ}0"
  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"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  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"Ī^†$ÒK0°1."p\x11"
  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"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  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"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  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"Ī^†$ÒK0°1."p\x11"
  b"Ī^†$ÒK0°1."p\x11"
  b"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  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"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  b"å<¾c3ŸGD€øðœþ—ž_"
  b"ÅßšyéNEÔ‘H\e#\x06j\‰"
  b"¾÷A\x06Ì\vA%—…S$oñjÖ"
  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"1\f¾É'•L\x1C¥ÖŠ:Iµ2Ç"
  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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"Ī^†$ÒK0°1."p\x11"
  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"\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"\tg¨X\tÃA?”± \x7F¾z\x12Ô"
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  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"Ī^†$ÒK0°1."p\x11"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
  b"£\x16è—.\x00A¿§VÖ÷¬Â>}"
  b"å<¾c3ŸGD€øðœþ—ž_"
  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"ùâ\x05\tDüIŽ S\x7FÛUË£}"
  b"é±Íq\f\x0EHŠ©{\x04mmïB1"
  b"\x13I┤\x1FIc®`áºD─0ï"
  b"XÅöÁûc@┌âU┘G \x03┐¨"
]
91 11.15 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"\x05o+J\x18sKQª\ºÉˆÃ-h"
  b"\x05üvò\x1F\x00HN«╚┤%\x0F¿ë«"
  b"\x07¤¬x ¤B·¥Ë #õûo1"
  b"""
    \n
    ó·àWuK¯Ÿ5‹`œ‚܆
    """
  b"""
    \n
    ö¯þÆ\H…´\x07g‡\x10ˆb?
    """
  b"\v¼\egâSOË▓u;┘ZØ^╠"
  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"\x18é\x0EÓç,B–“‘v¨…r®‹"
  b"\x193OiìÁ@¬•ý(^v=”“"
  b"\x1CãEãÄ\x01C–¦³VF\x05\x19--"
  b" '-┼ÿÌF┤ÿ┴¥¨7ü\v\n"
  b"!³éÙï\x1FAp»Ö\x1C¨={…ƒ"
  b"$\x1C^\x0E¥­BŒ„\x08\x12žFüЛ"
  b"$X0X¨gAgÜÁ&ïGÅÆ│"
  b"$Ãâ└I┘F¶ÿcCHÅ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"C MîôÄE‹–üzêßð•"
  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‘È*:CH˜˜:’ðæUK\e"
  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"g└KRı\x17C+òä─ì\x05 VÌ"
  b"\tk\rïNXІ\x18X×Ìôx"
  b"jÅ­o\x10¹@Eº\x0E¸÷D¢!;"
  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"\x1CŠŒ+J˜¢U\x0E¶XRÜc"
  b"vuÜ\x18gIHÙ¢–²è«¬‹\n"
  b"v’s£HDI-‘FßÐì*ƒ¸"
  b"wx'^\x00\x16H£•kˆrdzpò"
  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"‡æ²`.%Nh·|ø<ú\x03\x1A"
  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"’¦°ÿê@Dé­L\x19\x13ÈÖ¾\x10"
  b"—Ãè¸í\x0FIijG¹\x0E V=¥"
  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"¢\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"╬Ø<┤y¼H╦É╩S<G┬IÔ"
  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"Þ\x07<A\x05‰Dö³’0jðÌr³"
  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"ðpúm@«@/ž“ÏG\x04ð¯ø"
  b"ñn¶\x1DDXDÖ™Q£\x0E›ªˆÓ"
  b"ñ|\x14>€0@\x1F»,³Ã\e}+\x1A"
  b"õEó\ïãEw…ö"ó:q`ö"
  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"üMžÃ:ˆH\x05»·ÏVÊ‚$þ"
  b"ýÇ%ôÇE!¯\x1DÂÒp÷\x01´"
  b"þŸobó¦D‘¸N]\tÇ¿ºL"
  b"ÿa­/R°Eà¸âF¶iP‰Š"
  b"à<F5ºìCüë‗Þ1õ¾Y"
  b"¼\fîÖ§fB[¦»³jÌ{Mû"
  b"yç-\x02«ÒOOù¤\eL\ÉÍ┌"
  b"³xeíÑÏNWØ\r\x06\x1EY"
  b"└├J¥<┘@ìØ±\x18Ðoj┼¸"
  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.37 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.26 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.28 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/250-duke-2024-modelcode-F4275X2"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
95 0.33 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.19 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.16 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.21 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.21 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.16 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
101 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.21 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.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"
  "SwagGmvReporting"
]
104 0.32 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
105 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.37 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
107 0.22 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.17 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.59 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
111 0.53 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.97 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.76 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.37 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.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`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
116 0.62 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
117 33.58 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/eeba823d8c84480b960526a44e9b66a0"
  "/detail/351cb294d86b4494847195ce10efe66d"
  "/detail/53a6c2b0f4c140239f087b3be99d6214"
  "/detail/8a734a5dc2154fd2a1ef53fb7e6b7ad6"
  "/detail/c02b5c2491064157a0814723455e1b6f"
  "/detail/db0d7d9964294fc0a84d9a7098503d71"
  "/detail/0ec4b5e3b2c940b0a5f6f670066b4973"
  "/detail/d65aeab29e4b44b58eabe5880ed888c7"
  "/detail/8bd51843f8da4cb28f699c81745710df"
  "/detail/53ccd56205554b5390a1c332a6066a4c"
  "/detail/e94c714dd1174c07a03de0e9a1930e71"
  "/detail/019a08a9652d43dea42bdb47fa151eba"
  "/detail/74d81fcae8c9455d939f99854ad1b37a"
  "/detail/d9f2458a7c044b59bef1d91fb7c2f814"
  "/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/656efef3430d45b1a3f22dc32daf30a5"
  "/detail/90746c98bc364bc4ac071000cba52af7"
  "/detail/d09a31a17628445e84736e3c7ef33851"
  "/detail/b874c82b895c44b09cc94e5c24a77563"
  "/detail/1d5c64c874bf4dc69f3febd04faf3364"
  "/detail/cd27b8eba772438d9b93a44edabde12d"
  "/detail/14ce356c0db543f499c0709591162fb9"
  "/detail/2a04967d1cbf4b3a9f5b5883b4e7e7c2"
  "/detail/cf9ca6eb4a8f4c1aa51078e31480c385"
  "/detail/504d7a029e8043e5935dd10339e998e9"
  "/detail/a0ed344850ef4dc7b4610bea85a50182"
  "/detail/185b9b5d73664c4fa583cb23f84a159e"
  "/detail/8926fcabcc714336b89b9f541fb22f3d"
  "/detail/c86c3c9567d24d54934a8937fdd264f5"
  "/detail/f989deced84b4f289326c5549f63b236"
  "/detail/cdd2eed9e395448a93d21ac5184b9608"
  "/detail/b2d045dfefd8447fb20e3d12e6e605bd"
  "/detail/f028a866680c4c05848317d1c1e77cec"
  "/detail/c88de4d3a41c4185a33338eba4edda2f"
  "/detail/e057c3301eff41cb80f4c75504ecf30e"
  "/detail/1c3060d8552f48f78e6f4a44be26602c"
  "/detail/ba3d6cc68ecd458094a470c377aba7a3"
  "/detail/ffd1f0c23d9a4a6791da9bf9bcd6bb73"
  "/detail/ccb31eea31424251a9fc28ce43a8f50e"
  "/detail/679ba459f4da44ca8ea212abbfcb17b2"
  "/detail/72d8792aaf334011bc0c39a1e6aff47f"
  "/detail/39ff5a00c62943519f2609b434f71777"
  "/detail/5ce78f3e525641b2b2490526e0794290"
  "/detail/affefef2094c4ba498785a69fb0593e9"
  "/detail/b0c11439348d410f8271beac785315e9"
  "/detail/6f9351d6654e416fb08d24fdbe1cac03"
  "/detail/ad7ae348dc854efdac7f811ede30b25a"
  "/detail/c75d4823573141f8af057dc0e11fe456"
  "/detail/416128a4f8774b4aa8ed9a351a18de30"
  "/detail/7587b8731fac40a9bc731ae9167a44ca"
  "/detail/44bee7c8bf264f12905ce8f20941524a"
  "/detail/a16d92237ab9441aab63138b567888ad"
  "/detail/8ece3612f7b44fd2bdd16d9c40fef6f3"
  "/detail/04823061d8204b58b3d7c01f41e7d802"
  "/detail/0fb17958d9654b9c9b30535001c901f9"
  "/detail/da9061e2f1ef4c4fa4688c85ae4dd603"
  "/detail/268fc412578b406f8945566b61785612"
  "/detail/7df70695707044559057ea36a1e018a5"
  "/detail/c8ec2e4c062e4021bd7c7166442873f1"
  "/detail/0198cc6d9a7c73aa85907f7b03cd0921"
  "/detail/8077735ebf234aaf88fee44a911d2b72"
  "/detail/845c2851698245d988f548dd8af3898a"
  "/detail/f077e3cc9a324774abb6cd51f6a78bee"
  "/detail/34322ad0217b4362a1cfa0e6c6172b99"
  "/detail/abdc821dfc124f4bb3f103ba037b8a1a"
  "/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/8e42f0fa0012424fbe3c2e96228bb064"
  "/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/fc89f975c8ee4eacb998342b391071dd"
  "/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/664a035be66041b58973c7e849cb5cc0"
  "/detail/b1b9fdee08ff4c7b8a847dd96d95595c"
  "/detail/c063d9fa162e4a7f908308c99dd17687"
  "/detail/0a331222acd74a0e9e08d7a7c95cf4d1"
  "/detail/ef6f6ade8577455eba73e19a367dc8b5"
  "/detail/79632a2eedc249f7aadc9f0a3a5a4180"
  "/detail/73a798034b6545e5bea76edc19c9bdbd"
  "/detail/a0ea93caed694b4e996c471c18ca245d"
  "/detail/1f5b4c511c8f44ff8165aeeb43533943"
  "/detail/804d263d5f2d4ec0b2d5ce795e3ec534"
  "/detail/a2f5212a07584f9a82caa54ed0a38ad5"
  "/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/88d51da12b29458e9c469e77c1cc4be6"
  "/detail/6a074b59dd38478f88f38593a989d76a"
  "/detail/f103d167effb46bea5ffc3be437b6af1"
  "/detail/ea507708620b474b8ac1945ff1bfd4de"
  "/detail/c2f46f2fc6304b89b6a26b3131dd7c90"
  "/detail/64c716fb13374fc5b87c1723ff5c37f1"
  "/detail/9c84b446f04c4cdaa2eb6adec397a751"
  "/detail/5157abd73eaa45ff9c2abd5fe7080460"
  "/detail/0198cc5ed61b737abf98df2318e02c36"
  "/detail/2fdf6b2d4c8140d48edd0401184828be"
  "/detail/c4e218aae3d04964bd6d64a875ee421f"
  "/detail/ae1fb46290fd43ea8d7b3c4b73e072db"
  "/detail/2cc2d393b6bd47bfb57d72a52983f662"
  "/detail/deee243e7e1c47aa84da8a918b6b53c8"
  "/detail/e12095ab0f044138985c335e2be04ace"
  "/detail/0198cc6c99b8730daece44ff63223dbe"
  "/detail/9d70cd3f428b47988444067bef2feb14"
  "/detail/52b7b31a3bef417eb75af8b85bec7f33"
  "/detail/da4dca725bd446d8a39629ba6ae40a5c"
  "/detail/c3f7f4be2cc74590a02873567380d6d3"
  "/detail/dc5d00d7416c4d2a8b908e16e91b6d1e"
  "/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1"
  "/detail/73e3a993d78c45bcac56957694e3dc61"
  "/detail/682a3de9a2534e51a494650f0d1b189f"
  "/detail/a8d9240f81174806b69fdc3f5035df2e"
  "/detail/27b0e1194d194d10897df67a6e0300ae"
  "/detail/db9bd1413cef4f12b524bc5f99e4bc45"
  "/detail/837b7ecea3984613a22202c243995184"
  "/detail/da9cba7c3bcd4961941a3a23eb2ce26e"
  "/detail/c73584c0ba21456a96e91f0dc162d207"
  "/detail/ae8ed899f67b4a64b8097eb389bd2608"
  "/detail/349a6d7631a84c81aebbb7d810818529"
  "/detail/cb1edefefcc341a287e7af4d3325e975"
  "/detail/5bb4fa7eab2a4c949a02086b8106e8e7"
  "/detail/41079c7422554ab084069f6bae338b9c"
  "/detail/861afd019f3e4f919da205741f9195c7"
  "/detail/f90217fb98d64a869744e4e09ac05bc0"
  "/detail/7da386df3bc34c33a1c21dff2985f647"
  "/detail/7d0912fcabb54cb780653b416c44caec"
  "/detail/7c431847b2ac46a7a123c7cb431ecd93"
  "/detail/ae3dbfc834094eee98417b3445d0d66d"
  "/detail/36e13a12939f4bb98fb0afcdd33a7203"
  "/detail/0f01a3413914486d85103982b814090c"
  "/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9"
  "/detail/e4be3af00287447681800fbc58fd2bad"
  "/detail/3f119cf570e0450ba9693a1753324d21"
  "/detail/a70b0a7b8d3442579a8fa4c3c374d233"
  "/detail/20b340b20b9940e9ba395edf32a2305e"
  "/detail/99e2a8f60ee34d018a41f276b2c440a0"
  "/detail/6a6d19c5989246ffbe25db0bfdf1dba4"
  "/detail/30cd49853f0c4d3b9fdadd3d4b3661eb"
  "/detail/2c680f0fd9a849738af24a17fb860911"
  "/detail/78d558eb2fa6428ebc6837547f2cecb3"
  "/detail/ab845fe1fd8047f8ade92cc8be8e8c03"
  "/detail/6d759189c4a14728927a26b23acf20f9"
  "/detail/0198cc6a3014725288da9519cffcbdf9"
  "/detail/e24c89c1b0f6408591d704097848c877"
  "/detail/209c40b7b0e7417b8605840ffc63fcc6"
  "/detail/0198cc5f36bf73dbbe059457768f9d58"
  "/detail/4a405a49eb5f46f78af46f96ae0f3b8f"
  "/detail/439a16f4359440db9c08b9807eb33d2d"
  "/detail/2efae3acb5214167a91d5964473b6b7b"
  "/detail/0198cc5e7148714cb32e7d48e67995d4"
  "/detail/1ea1df93398741b19551b8656dc6c74c"
  "/detail/3149eff74de640b985925942cea011b5"
  "/detail/d84e73dc873c4386bd111e655cad11ce"
  "/detail/9d2ac89a5e1a4315bac0412c2490da0d"
  "/detail/189d81e129574c5e831ae08afca278de"
  "/detail/4a2fb993d2114b938da5515c4620dbaf"
  "/detail/6d2f3a4bc5cc4d42b1991533a98c93c0"
  "/detail/c0cb14a9f82a44f38bc093a3362e09f0"
  "/detail/ddc890050017413ab17f7452d67bb700"
  "/detail/62dcd7185ba04b12803dc317f4327444"
  "/detail/caf0d1a8a04e420e98a0468382f869a0"
  "/detail/b7fe95c53ff24ddc8321bf596a086e3d"
  "/detail/094062d5a06b4f258c793771a85e6d0e"
  "/detail/8bea4ea004d8402dab1812f89a097fb9"
  "/detail/ec7394c67ed249dab06f9cc44c9a2b09"
  "/detail/62e31e0187ce4a7582577790e2481b2e"
  "/detail/0e9a3fbff7044f44bdcd0f8044616838"
  "/detail/f2b54279554649ec9fae8154f799e7b1"
  "/detail/5c33aecb111b4514bfc1ea972cef897d"
  "/detail/9bba97d60f4c447fa1452eb6e1da9a76"
  "/detail/7f7401d272ea4ef7b5f5c747c69958d6"
  "/detail/4ac3ae2c78bb4911877b1e75af22cfa0"
  "/detail/240d06faf95e47bba7fda53ca0e394fe"
  "/detail/b8afadd7274446f8a346fac96cff0d98"
  "/detail/0198cc6a090670389229a7adb2bc049b"
  "/detail/fbf48885af454151b05ef13af1a59b7e"
  "/detail/1431a16e809d4c4da962d86c9b8d7fe3"
  "/detail/9a10cbdb98f441b6ab4b95a14b1de64e"
  "/detail/ec07675f237c4b6f88375f669f40c416"
  "/detail/9e4d8ba0bc854c0f83401a6f1c653e82"
  "/detail/55c375db204d4b8da285d1a44852dcfc"
  "/detail/c748ea768366437cb2944218f422b5c6"
  "/detail/c6add2c226dc49c28ed322602d6710e0"
  "/detail/53e175fa529b4ad6b6e2f5b9d70b93d7"
  "/detail/13385b1b57cc4054acdccdf8fad588be"
  "/detail/a49e2c96d51e452a9c826326d0e7a35b"
  "/detail/8386c89cada2400e9d3058c3e6c9c049"
  "/detail/ce9d3f65442348a291d3ea1866260111"
  "/detail/7cd50ee1670c4eae902c5bc838e1ecba"
  "/detail/47bc81469e414437bf4e17eb65a9dc3f"
  "/detail/4459b94bd6bf407a967f90d12f091c2b"
  "/detail/9d86050731fa43209d2f20209835e424"
  "/detail/32b9534f777f4d78aa54e6fcbe704792"
  "/detail/cc3a6c37198b4653b8a6ec370130b625"
  "/detail/16cee3ccd79b42a59dc5de8d4c242f35"
  "/detail/08d7bb3ba90241b8b594f021c9d57984"
  "/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/94f7496d2bb149d49c6c3209b422e208"
  "/detail/86af7236f6cc4f90bd1635f05f17354f"
  "/detail/f3411554c89d46728137d0c5a86f7878"
  "/detail/e146914ccc0448eba1744b3c905a10d7"
  "/detail/f164459a28dd40ccaf354de04a184554"
  "/detail/c0df34c6367e4ab6b4e41c6b27e452c1"
  "/detail/52441a8e191748ee96d0492c2fd7fd51"
  "/detail/bed1331d6eb242abbf04b63630c8c4d2"
  "/detail/e8c8c3fd9105421b81a59afc0ae3109a"
  "/detail/a618705a9182432c94246e00cfede090"
  "/detail/0198cc5dce75731c8a726b96ef07b9d8"
  "/detail/4ab731a1be664130bfa5bef7b4057a73"
  "/detail/98abbb4cf2134a918f666da5a2e96fe4"
  "/detail/d3624f353e4b451da71497342e37f597"
  "/detail/fb46804470654a8596c47f0a2c40179b"
  "/detail/efe06e34b5924ba6aa5ceb36fe07dff1"
  "/detail/889c3f1529e94cdf946d121c03e33e63"
  "/detail/42557cd0550b42e387fc2cc53b9efc2e"
  "/detail/4772ed5f211c46e3b858336a692fbcce"
  "/detail/2666ae8e573045c5844e0ff2f01b09a6"
  "/detail/9acb704d49be44e786a8c70e01baface"
  "/detail/ceb5d8c872fc44bcb8c4853a0523fd17"
  "/detail/0f2bc509943f425f88602389a7eceb65"
  "/detail/30fe6da74e644fca9dafdcec94fef63d"
  "/detail/98873d2c50454dfdbbe6f901dc8b8690"
  "/detail/d0113785d82548c5bb57686200f85125"
  "/detail/574372388cee4f2781f6c8ed30644d1a"
  "/detail/2d862d31edde44c9867817a333b64a18"
  "/detail/72fe7c5125414792b1c52f53f90699c8"
  "/detail/d6d17618acae4dba9cb128ac2706af16"
  "/detail/b26fd0510d574ee7b0c9591c98d9c61d"
  "/detail/5f0a78d873a6453eb91f911136d47e3c"
  "/detail/ec48344756b64dc8895ca0f39cc9afd1"
  "/detail/531f2bb32991464ea5479343f2d9e577"
  "/detail/d01c211313f64168bcc1c2f091e07894"
  "/detail/0198cc696df771cabac7b15688f73699"
  "/detail/8050cddf7ad24df68fb01d40a02ca55d"
  "/detail/1ffa59e417c44abd8c403b421cd27872"
  "/detail/2bb38224e14e40ad9a1fbe12c7969e0e"
  "/detail/fb27462615b64401b36b3ae0c4709ebf"
  "/detail/5422f85ed4414f27a8874d9fe97fab22"
  "/detail/470e894ed6ce4d7387a3e5b6f6cb9308"
  "/detail/6c72832ad69f468ea5a04c8f470a897e"
  "/detail/d8b824abca80447087edc9c65be9daa3"
  "/detail/b75a51b5075e495f8d4f31e043346928"
  "/detail/e47d04e31b3d4a47bf25d0f5f545ba12"
  "/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/25dc72f7e5484c5bb24c272cf470536c"
  "/detail/d6149c0c0abb40f6bcb547feaa0e1e72"
  "/detail/955403cbeeee4de2996d2db415fed663"
  "/detail/ec87571f6fa4427b9a981ffe261a279d"
  "/detail/d7477a619b3b44a9a58756668ca215f7"
  "/detail/ef80e55299b94d309d3c3cc8100c513f"
  "/detail/30517dbfb2b54d7395d6a70ff90e7e8d"
  "/detail/6d8dd0ad10704c33bb6a0953d63248dd"
  "/detail/92d7f2ddea3a4703899d75f43cd17f05"
  "/detail/c4de8a193f394ff6b5244e01bbb713b8"
  "/detail/806c9dd1d06f49f1b144ea80165e960d"
  "/detail/c330f8bc4a8b4a8f99a50e140637f1ec"
  "/detail/4565e2509797459ca8f79fed8b816d5f"
  "/detail/904066013a1048299eca7a3aa4badc8f"
  "/detail/546dfe08a7504e63be3bddff8e4c3278"
  "/detail/c3309e1a37934376b8fd8f0eab389e12"
  "/detail/f3299586da83433fa100f10626713df9"
  "/detail/44899da35ded444aaca68b0aea3bde6f"
  "/detail/e0c4c4ecb8fd4f7ab8b09313c21bf444"
  "/detail/4e45326e80244b48a83d81a7a7db1012"
  "/detail/d618992a7d634a48a3f42bd47cb67f91"
  "/detail/aa41f98868564d64a5da96e70dcfabb0"
  "/detail/32680ccf8d434a4cbb1450cd988fe4b4"
  "/detail/7c670e5cdb994ef68633c869d787df0a"
  "/detail/a51da365ca21496191a003f88438a996"
  "/detail/8213b54eb6be405cbe81367c216404d7"
  "/detail/2ec3a10886154bc4a98888ef5de27c01"
  "/detail/7a8a9478414846b1987edbdf4b11c1ec"
  "/detail/a2bd922cfc12487bb8d6f9a1d358dcdf"
  "/detail/b4f8ad5aaba14d52987da89603d9adfe"
  "/detail/f474bedea62d4a53b963998157005ff3"
  "/detail/0198cc5d6d137308a5fa90fa35f776ff"
  "/detail/1f079c55774749418594c72abeccd336"
  "/detail/363733c7ea8f4f998b5780d9360e98f6"
  "/detail/3ddda00cc5284c32baab378964051add"
  "/detail/c5bc52851db7466a87facec1a4a4cf9c"
  "/detail/979a192bf30446f49f4c4b638b3417f9"
  "/detail/e4f9a7846b8a4b8a89e86be3ae854ac4"
  "/detail/95788781c1894e5ebec7d316a90e728e"
  "/detail/1a97efb5769a4afc80dee626476bfb3e"
  "/detail/7fee8b25719f4cf9b28d5c7e4fe14c81"
  "/detail/dfd4011fbe3d4e328d6597636da5bb93"
  "/detail/547dd6c7c4804374a8ea09705d2d6d29"
  "/detail/9b8d82acf40e42bf8a28012be3053b04"
  "/detail/af773ae6214b4121b82455a673cba897"
  "/detail/f26ed72a78224e039e3c803b0fd76400"
  "/detail/9eaacaa0a47942198afe1bb4b4771535"
  "/detail/123c73c3ac77401d98bec14c58f356a2"
  "/detail/2ec5267d10f848cc9b01c64e6576894a"
  "/detail/a0825b70e375434096b4d350ee1b5769"
  "/detail/a6b68354d89b4a9eb857e0b3213f6ce7"
  "/detail/b5aa285f670f42849980d598ada23ef7"
  "/detail/41621eefe91c41ef81ce2c209d85a388"
  "/detail/d0f06e053b44458dbb2a0cf006e23683"
  "/detail/62b5131476704746abf212a188f25c13"
  "/detail/63524fbf43174f53b4aa1c7d60b2661e"
  "/detail/c8d97a02aed8470aa8f605109d35fc08"
  "/detail/60e83051bde745b8803da6f26b1cb437"
  "/detail/dc5bf063dfd441b5a3f48d74ee985030"
  "/detail/23804ee3290448aaabd125cb63cd9fec"
  "/detail/ad8b04d5ae6e480fa06caf45282e1a13"
  "/detail/47b92494b56e477d9f6f8b33e553ffb4"
  "/detail/9fb345e9109145d5bf6fecc71fb12180"
  "/detail/5089a2e869dc40b2a169de524c949a27"
  "/detail/4d52a5e573ba4b46a8bf7aca1743da76"
  "/detail/7f0071914a1b4de8b18ae3aa7c2a7880"
  "/detail/dd3ce7cb10d143bb9d9aa4ee396e41f3"
  "/detail/aaf458bdcc624edda1bdbf10089e3b3d"
  "/detail/df0525197d7f441cb9fcd8b714b39f55"
  "/detail/11eee5926ff645dba7f49f4c394e51d4"
  "/detail/277c1ca3ac12482ab7e9fecd573040b6"
  "/detail/7f575898cca44b77846d351643c356ec"
  "/detail/9dc8b1cef16e48b1b369c66f3f079f0b"
  "/detail/adb037322bee43e9bfbdaa19c04ceb0f"
  "/detail/dbd660f43048485eaa18f15ba70e2daa"
  "/detail/cf85821eedcb4e65b5882ee55daf5781"
  "/detail/2fc7f6baf63e4fc28659c259098a1c9a"
  "/detail/0198cc5f90ad7111b283e66216d0f253"
  "/detail/41d688063de241efb6711cb85faca868"
  "/detail/a6bdd777717742cbb24910f2445e005b"
  "/detail/763d792a5dcb414fada4732cf4706ee1"
  "/detail/cd501e5572f1447d8199647077d19ca4"
  "/detail/40ffe83373e34d6fa88aa9b47e989539"
  "/detail/87309abc6eb8424b90560a9b9a9cd054"
  "/detail/f7b35e4c09c448ffa61893aea8050ead"
  "/detail/da93f47604f64a8db09d293a26096ad8"
  "/detail/d4c72aa2b4a2437086bdb2781a9a0906"
  "/detail/9da1be09888447a48eef384588dd1702"
  "/detail/1358220d13d241608290ae0d114b5b5a"
  "/detail/a8ed34bd1387452a8e8c836d9241e570"
  "/detail/2f89ab8d977a434f8a0192dca0bc5542"
  "/detail/5b41febfbe574cefbad4e5cf574f9968"
  "/detail/a9ef76f584c64e23b4332c7bfeafbf89"
  "/detail/ed9c56d1e6b247869e3f15478158f167"
  "/detail/fc32f232d3e746309fb49bfc683261af"
  "/detail/11115a768a1a4896a53d74299d4ab281"
  "/detail/9b84facbb65541e8941524cd31b9600e"
  "/detail/c2ec54282f344f34b3d12f5c194f43e6"
  "/detail/cfef3b0b7d9248c994f0d80d82fd6226"
  "/detail/457441df0697420aacd2a8822cc9787c"
  "/detail/d6a2d5d8f19b482b8b6126678687995c"
  "/detail/0198cc689b6b7352a33c4f306f5e2fc4"
  "/detail/656e774ba7b143c59a5097cebddcb0a7"
  "/detail/31005dd2b74a410a9b0586efcba4b6bb"
  "/detail/6d9714c4daf14e40b209c42bb455c6a5"
  "/detail/c7d14920dbff43c885b2f8c81057c288"
  "/detail/4050b387c2b245118fbd742f3a60cf12"
  "/detail/388033cd3aeb4f7cbcb48a3bad57bc43"
  "/detail/c5ade040a70d4f22b34caedc3d93c441"
  "/detail/b69c189b29b14092a20f2a1166b95d0b"
  "/detail/1f97fa2e53334dd7a7dda6bc39e46b9e"
  "/detail/0198cc6dc6957282846b4b0906bee844"
  "/detail/27ca355fa1134be9a8844e6abbfebbee"
  "/detail/5aab08894a0f4b5a80ecf031bd2bde03"
  "/detail/3dac7d9e55bb468cbbc72ab008443cbf"
  "/detail/cdd375d755514fad8dc8b7d18e1d2731"
  "/detail/a9cae2e475aa42228ae8682a8dde0d53"
  "/detail/0581b1a7ed82414484eb48ea555b3f18"
  "/detail/b5e7bc5a11674771937219faa177eb50"
  "/detail/526a2e9ef8174e219b0095559127df2b"
  "/detail/d034064cfa704468bc2c2d7035e2b0f7"
  "/detail/609ba8d52a144632ae911c986394fe6b"
  "/detail/aa2cff4f43ea45b8af20d545ea6e188a"
  "/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b"
  "/detail/9243366d8f8c46f38f9625d54aa65880"
  "/detail/0198cc5eab7e72b189a183835ba75af3"
  "/detail/2a41ec16eb304af5b52103615066fe91"
  "/detail/a5f9bfab0d5a40f888c15c0da47b8242"
  "/detail/56c8ce10adeb4f28af64dcff620846a9"
  "/detail/387d3840d338476a83d5c4f2dde4b35b"
  "/detail/52af8ad28b1c4ee6a0e10470e4de88b4"
  "/detail/be57b85860a84d41a778c879770b7984"
  "/detail/cf85813f532e4972ac69189b9516a94f"
  "/detail/1e8d8900f0ca42f8a7272611281e60f9"
  "/detail/9c7d98d6eca043d1944fdceb07cf84de"
  "/detail/d39f718577d4405691d7fbcadae27ab7"
  "/detail/2722e11330be4aedb3d7c10de31c0b84"
  "/detail/13240e7d85b3475ebdc20a465a4b52e3"
  "/detail/3843575d9b3c42bea013318775f278db"
  "/detail/c25a7a68ec6d49cebfd523d0ef3e1549"
  "/detail/c16f388099234ec2ad7fddf84fd0e64b"
  "/detail/4fbf7d7c8d13488e947d1e92b1bea87c"
  "/detail/8f079cbe6e884c10a87a21295ab7a13b"
  "/detail/15e00533a5f84a22b3558a03a0745e32"
  "/detail/5e46fb396ca74260948fff4226b8309e"
  "/detail/8bf846d629484cc68a95d8c83831bab8"
  "/detail/c920c598dd6f47138f406165ef3f0eb7"
  "/detail/e08d5535bd5b4ca593ae61b710b78113"
  "/detail/72514b1532b64f73a9fbf47baf255ab4"
  "/detail/4aa1d3295d2945caa5cdcb4118996401"
  "/detail/adb42016585941a3982efe96f98dc6e9"
  "/detail/8ef32c52394a4739bafdff844c3de15f"
  "/detail/6cbf0a463c6145e29ebf658fdbc8a25a"
  "/detail/d22f2c32bfd34cd8bd96416cd3015a48"
  "/detail/da7fc2ed4a754ee092ca55348ac9a01f"
  "/detail/7a115676360849f0813e298223877e8f"
  "/detail/6293ef20cae84c7e90cce54b64c43a27"
  "/detail/0198cc5f751570aca961ddd58919ad4c"
  "/detail/d300794b6f364c6caf4ebb844c8e9e3e"
  "/detail/95d08747f0ed44bdab07eb9d842f47a6"
  "/detail/31f37d3f00634aec96d5e3697dc86bd8"
  "/detail/d8387ce5a2d64967ac36d03a8cba86b6"
  "/detail/2dd49dbaa57346909b2c79834adf3a7c"
  "/detail/49917cbb019c408fae9594dcb7ff43dc"
  "/detail/ef5a50bfb1f54cbba33ed83270179cfe"
  "/detail/7bb03ef2ace546c393c388f94430c9c2"
  "/detail/675b83ffabc64f3d8faf117cc3a7bb45"
  "/detail/5476533db64b42c0826cb28c8e68fca3"
  "/detail/abd09237da0c4d1682482fead8d56eb6"
  "/detail/c6257fbcc39d4c0da84dad37a85035d4"
  "/detail/91f592c5b88c4592a9bfcf8b2f59449a"
  "/detail/ccd9066175b04394928dd9724466b232"
  "/detail/2fe5e5214e9b418ca1495af1a0afba6f"
  "/detail/2d8755344d0f435c829956e143465fcd"
  "/detail/0198cc6d73717255be318ac447ffe284"
  "/detail/232e99c9bbff4e84b0298ac38f8e99aa"
  "/detail/b3d48b6971fd4f499d7daa733a498858"
  "/detail/0198cc6d3cfd71a5bd9c29c11be32a0a"
  "/detail/bb0c978cf3eb44aebf23ee1450072bf8"
  "/detail/40862f57bdf243829637882fb0d586b3"
  "/detail/43c2a96c8e304cb5a59c8d410ed696a4"
  "/detail/3c2377ba6e294458bd1cafd08cfc2d56"
  "/detail/62a0478d6ec649508428ce4575aaa586"
  "/detail/8bf4c5103f9f4955b349cba2064169be"
  "/detail/c13507df9f1749e5b16fb347fe4dbb0b"
  "/detail/917368bbd8f241f3a17f34150daf3f61"
  "/detail/5ce5e9fbf3294602b1219454a79dadf5"
  "/detail/69fa34dd2af5429abb86901ee7221702"
  "/detail/9f397e09862f4a7dbc50b1dfe340223c"
  "/detail/1fed0cab3faa4b8695f59173e08be362"
  "/detail/e73007481f8a40f68bbaf0293dd48037"
  "/detail/6f81d53b655345829f930cb10c5449e6"
  "/detail/95671acab1a74ad1b78d7f7918303ca6"
  "/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c"
  "/detail/3bcf5590121f4e67bc81bce9a695dcaf"
  "/detail/b90153bc6cc14eca83f48e7054dfde1f"
  "/detail/f36ccf1decd24879b2f7d371ab3263df"
  "/detail/273b0f09e8204e35b91078c37c6d9d87"
  "/detail/d5319bee6b394119b778a132a553ade4"
  "/detail/5fbe54d1a8704a95b6c5be3c3d64a27a"
  "/detail/27cc92a4506042aa83fac90390f228b4"
  "/detail/d541d75026894e119bc591c58869c8d9"
  "/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2"
  "/detail/fb20575bd45449a38ae378e5bf08fac6"
  "/detail/b78ef0ac8aca4e7b9bee99a153d2b447"
  "/detail/7c6f17798a754c749f038bb588490847"
  "/detail/760e3448dcbc45cb896720ae9dfc2a2d"
  "/detail/ed47cc2ee9c7455599107775b9185b71"
  "/detail/69aa107b8c8b4b9f83f6ec058eb8a0b6"
  "/detail/ad4be1b3b5d94c82afb816f100d6a071"
  "/detail/b575e87dfd214950a86b978bf268a955"
  "/detail/5fb347f6832c4aea85dd26fb2819f3b9"
  "/detail/f47e5cb929fe4bdeba060644800ff79e"
  "/detail/95011edad50a4bfe904e2ff01be1ab11"
  "/detail/92373671684d4c6599e470b45139dcf0"
  "/detail/31e9e52f998e4ae0bab992ef13b76c2d"
  "/detail/e9dc974193e947cebe057b7a3219d2e4"
  "/detail/ff47575010874dd6b0d222de992a55db"
  "/detail/f4c646a34a7047be9f567ef37e0071c5"
  "/detail/dae677519f5f47d2ab6fe3e085036063"
  "/detail/2314d7e634584b51b90c8255fe582db3"
  "/detail/5d22a0bec8634139bbe89a12fe66b022"
  "/detail/c5fc0999f6c34be3be06b6ad4ba126e8"
  "/detail/e87398717cc4404a91dd72a1ca1bea4b"
  "/detail/28d08e37d3f3444291184b5196e5a82c"
  "/detail/83518446f56143df95dbcfd55271a173"
  "/detail/a83fd9a654a9477fa8ba1f5e19cb7828"
  "/detail/8df3c243b65241c78bcb534b6025f147"
  "/detail/89c7c39b12ef4800af0649b3a826a1c2"
  "/detail/ddb799f5b74c4c98ab8694f9d23d0073"
  "/detail/0198cc682e0972f5b7eedd4db2e44e22"
  "/detail/f308d25ab72d401a90661f497135736e"
  "/detail/0198cc70ed8671cfb0150a9f19eba190"
  "/detail/bdfac1517f8048668f6ef9f535572b9e"
  "/detail/00a01c299ef74da5bcf5b5ebc7834a06"
  "/detail/5d22d59ce064476a89112cbf924157b7"
  "/detail/8a0834417c324b28a7f87fc3d2502016"
  "/detail/72947c0213214597b5339601402088ff"
  "/detail/a4bed51c41434299817a48acc8861251"
  "/detail/406b6821eb634f1c8d8917a016d97019"
  "/detail/b95493a45a9d48adb7dff89de23d1b11"
  "/detail/7b56de47ad93488e9052b5509ad282d7"
  "/detail/71b2f652eb364664a42b8fbd851dbf7c"
  "/detail/6f93c260dd3f478ea9e1513be9e04d89"
  "/detail/0198cc674f767345b4f60e77d83b00a9"
  "/detail/0198cc6d21b27332ab9e350c390d58e7"
  "/detail/4af5313c097844cabc8cade116493d04"
  "/detail/eb634f58c92e47ba89779eb7b31bca31"
  "/detail/a19adf095e6b46f4a800d0c68f5a3c44"
  "/detail/8af094991b8246dbac56d95e73bb7798"
  "/detail/3df51872cbdc48af886dbe2da5db7074"
  "/detail/a659b6c559794e6fac54216774be99d2"
  "/detail/6e0e3216b15343f295c69f1f0b37dfc9"
  "/detail/ae5c748e31db47d881f8ec3825872bac"
  "/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/48e14782268f4de0887536c64e984595"
  "/detail/97fb9a76859447c39e8c068a14d75df0"
  "/detail/2797f31d3ccf405faf9d18587b2c2dca"
  "/detail/72dbc5365a014fec883b5e2f977edbf3"
  "/detail/68ca30f69f734903af9ee8c2e90ab4e1"
  "/detail/8d8ac9480dd8417fb67735b100b9b615"
  "/detail/19b16284b4254a62801915f48b57367a"
  "/detail/e5c56d0dc3b44de7afebda421b454adb"
  "/detail/a0b61197183240d899daccb9abd6cdb7"
  "/detail/ec60ffa9ac17483db959660c378295c6"
  "/detail/dc89f86b68614eb286014f5586fd82ea"
  "/detail/c78ad41871f04c25a67e94928de20bbf"
  "/detail/806fd3ba99de44aba2e44da12b6aa73b"
  "/detail/0198cc6cf31a734690beba24d9749cf3"
  "/detail/1611424e40b24266abe3613a12a7e306"
  "/detail/d57f92a7bb7147a2899aa10333e95942"
  "/detail/b4b64acc90c6411482fd9db6c8f96f49"
  "/detail/cc0b9d31db3c49f0aeceadba1584b210"
  "/detail/ae7560ce692246e0abc7769282270b4c"
  "/detail/103eda8dc91c4e488343d49116cd82c9"
  "/detail/484e0c21b86b4f4b8052439585b7d6cc"
  "/detail/30b629dffbae4b4494951c2971d83b13"
  "/detail/ec909e866cd443c09a61ac5437dd199a"
  "/detail/6dd6fb4296e04d6da72e3eb70f644c98"
  "/detail/0198cc6cc112708ea797f26e87bd3e2c"
  "/detail/3496e7f621b340c68a41787b44404a37"
  "/detail/be0bdffb40744bf9b51fdd0f5c588775"
  "/detail/4fc4531edc004192a44e91c34437ed72"
  "/detail/fcf13f0bedcc4acba1fbd449576256dc"
  "/detail/32afc441745d4f7e92b5157e1ae930b2"
  "/detail/f885ffeab5824e5994964c948d753148"
  "/detail/1778ab2716bd45b29f775bd00b0c30ac"
  "/detail/817655206b99448cbd68b3302a622981"
  "/detail/0c54bc7beb2e476ca132a401f01a6d38"
  "/detail/3c413ad45efe49f68052057d4bc92c7b"
  "/detail/97cc482cf3ff4c4cbd5618ca026ad75e"
  "/detail/34327be5dbb44895945339588a43b466"
  "/detail/bf75c11103d845c8b59c9f9e09d77121"
  "/detail/8f86f46aab394c2db6d7222af462170c"
  "/detail/976294f11bad4985adb89f899918bdd4"
  "/detail/dedd8bd364c14c2bbd27d0ade6534a9c"
  "/detail/b191585d57ff41c7b510065aa4ca4675"
  "/detail/4054b855538d431a97692c6e8145496c"
  "/detail/59e8817c65644bfd8aead167cc0d4998"
  "/detail/3ef49cdacead45f99aac44d4013403a3"
  "/detail/cd95379199a5406d9c46add05f4c8bfa"
  "/detail/f8f2ead30bdf49d4928cba9be742273a"
  "/detail/9cb7f32a8ae54db9baee55861d5de426"
  "/detail/fd23b9a0fba645699cca21b095960ffc"
  "/detail/7ab4f209095f479daeb7052cda65a52a"
  "/detail/4eff0540dbb748d3b39b989d37828734"
  "/detail/0671b2874843435e80a5dd9a695d422c"
  "/detail/142d001969d846cbbdf7d7d6bc0ff1e9"
  "/detail/2c09d73bd90245b4a8c7778d55fb0d3c"
  "/detail/2222da2443d64bfbb0b5fd68bb9aad53"
  "/detail/13136a881abd4475bf7565b7d212080c"
  "/detail/6bb759d26ac245f58aeaad794b0007fc"
  "/detail/169ebae0493b405e8e0a77198a438e61"
  "/detail/8f357a9d134e46d29e293ad00287b051"
  "/detail/9b18e0f363e14a11af3db532ec513fa5"
  "/detail/e1cb39471d1445bc92bcf4ba69124cf7"
  "/detail/9fe592f5be094521add73dbcfd5ee2c9"
  "/detail/26bda2ef57574767aef29dfda24a05bb"
  "/detail/2333dadd776e46dbae0d879ca99f7ed4"
  "/detail/9863ed19bfdb4a839683af93b164645c"
  "/detail/87c6574bc8b44c33a696f1917c5f0834"
  "/detail/0198cc6c6e4172d794ca283b0ec4b3cf"
  "/detail/1bbf818f2aaf434fbba4c88a80c30013"
  "/detail/fc2ae422462b43609b6cfc8ddadbef4b"
  "/detail/c91b25fc051e458aa7d52a63cbceb487"
  "/detail/fc5a03670cf94cde80a990eea0db8e18"
  "/detail/a907ffeeafde4011a7d7a850ea4a4586"
  "/detail/ccd925d7db2543e380285afc8d609e2b"
  "/detail/f808ee6ab3e543ce823768b924a6094b"
  "/detail/0198cc67c0e372e6817ddb7817ec1040"
  "/detail/a1e5b3979ccf44aa869a4b0f4b7bf7c8"
  "/detail/dc95209f3d89402c85102ba7d7527512"
  "/detail/0198cc6c3336728eb05c231c55137f29"
  "/detail/55c94acc7de74aeba67ef1aa0cd4131c"
  "/detail/1f177ebea7a74a3589e30eed1a97752d"
  "/detail/1352d672d9e04b89b0b9873f7e2ff9a1"
  "/detail/cc4aad47be664cca85d59d0d3e04c370"
  "/detail/1714866a7cad4fb98310dcf025a685d0"
  "/detail/fd3ea27a9e9a4ccc86e657ebaa858e73"
  "/detail/26d23b395798403c97c47d0e72c8e94a"
  "/detail/ec0dc81d1b014a8eb7319aa4181bfa45"
  "/detail/3b39a660ad3040fb80e91c57d5e453b0"
  "/detail/849745f0b705433a8b1568db624872ac"
  "/detail/a44e1f3ae89340b0b535365fcb8179be"
  "/detail/93f3801f41c64dacb107541a2c0d0561"
  "/detail/c039741f688f44aabddc82104bfed065"
  "/detail/856532e1390f469186d69108dbadaad0"
  "/detail/1ba2ef1ebfdd4325a78a0d17ac9449b9"
  "/detail/a9ec3ab2a5424889a957974dc600babe"
  "/detail/d7e8715d345f43e9bcb6071ac13f09e8"
  "/detail/7e36e27d07e845b4b3e436352524e25d"
  "/detail/90d2d49d95e244ca963853b5c550a967"
  "/detail/fb881b050804476897098861e68d745e"
  "/detail/15ab8fa97c774624932636eee2390dd4"
  "/detail/c9473f029a1a4a78b4a89bcdcce13b77"
  "/detail/5a88dab8596d436d889e560c822f6e26"
  "/detail/5ea249fe86fb49289174c70ca229cb56"
  "/detail/348e1d4026c7433d9ddb3d8d7b16b839"
  "/detail/65139590dc384732a2c0a4330e2e1586"
  "/detail/fab972d88179476e8cc8ac674308c14d"
  "/detail/82059cff6192466cb463468863f2eb82"
  "/detail/8d58b94168f74d86849c1e4f3c43aeb2"
  "/detail/54e1be9835fc43faa84544bb68fb5942"
  "/detail/9aa342d79fc246e7bf3fb88dd627458b"
  "/detail/29968b24bd074462b00e75a9ee92f787"
  "/detail/c6c244fecbb04c999bff987241025147"
  "/detail/88a853f8d360444f89bd1a3d16e2b226"
  "/detail/f57ab7ad5a5c411e8ee2494dad12d1ff"
  "/detail/9fa306c764344cf2a08bf02d94840004"
  "/detail/4b32977f21bc4737a8e5a594cd91f0fb"
  "/detail/fc0059158e8849ee879ab9f775ca616f"
  "/detail/33607d10bbed4a2f96337948f9f0dc95"
  "/detail/3960cafa071045b6bbe38dc2f57ade85"
  "/detail/0198cc6bf4d670659e057433fce2d1df"
  "/detail/856bfb7659ba448dae9a5da237b9c408"
  "/detail/676c00d88a754706aad1214db4c6ac0b"
  "/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/92a6b0ffea4044e9ad4c1913c8d6be10"
  "/detail/1ce345e3c4014396a6b3564605192d2d"
  "/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/fc4d9ec33a884805bbb7cf56ca8224fe"
  "/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/7778275e001648a3956b8872647a70f2"
  "/detail/18e90ed3e72c4296939176a88572ae8b"
  "/detail/e18325546aae4f808b3b001c33db84eb"
  "/detail/6a8ff06f10fb4045a70ef7f644bd213b"
  "/detail/ce9d3cb479ac48cb90ca533c47c249e2"
  "/detail/43204deef4c4458b96fc7aeadff0c295"
  "/detail/3bfc577a36244d698b4754fa2c353364"
  "/detail/de073c41058944f6b392306af0cc72b3"
  "/detail/e26b858d15f240d785429d115d476e7e"
  "/detail/4887303cfa76474497f5da371f320c3c"
  "/detail/876b4948692c43929e017a4ed5bd5165"
  "/detail/54e293b17b2e4fd3a33744e26a885a11"
  "/detail/dd6699926c154aefb7a1924e9ed3d561"
  "/detail/0360b95c51f142be8834329bc3afa6e0"
  "/detail/9295c4900c1346c491cc126d7800f31f"
  "/detail/5991995c41a341818105d7ad36872a57"
  "/detail/7a03b45b8b334439a5f5edbb3dd80826"
  "/detail/67c04b52d517432b9584c48d05ff56de"
  "/detail/f070fa6d40ab402f9e93cf4704f0aff8"
  "/detail/97c3e8b8ed0f49c4b347b90e20563da5"
  "/detail/24c783c049d946f4986343488f67f8fd"
  "/detail/e239b00563164e99a05e522aa1f550fd"
  "/detail/68de096b0def4e588a861858d7ccf478"
  "/detail/056f2b4a18734b51aa5cbac988c32d68"
  "/detail/aa23bfbb89f44a5e88a0d88c3c4c628f"
  "/detail/f545f35cefe3457785f622f33a7160f6"
  "/detail/7675dc18674948d9a296b2e8abac8b0a"
  "/detail/75a7a48c507f4a5787fb863825c370a9"
  "/detail/866d723baf9344d19fff2e19ba5a9bcf"
  "/detail/87e6b2602e254e68b77cf83cfa031a80"
  "/detail/85be93051db044668e412868d445dc0a"
  "/detail/4f91c82a3a434898983a92f0e6554b1b"
  "/detail/75ad1c8a8c2b4a98a2550eb65852dc63"
  "/detail/07a4ac78a0a442b7a5cba023f5fb6f31"
  "/detail/582a3e5532a84baf8bfe1790b10a43c3"
  "/detail/0e8e19f9f00c4397bcda44eeca5258a1"
  "/detail/0f60f58a3f894fc8ac8ecaa8ffe02931"
  "/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/0bac1b6783534fd3b2753bd95a9d5ecc"
  "/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.38 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.